:root {
  --ink: #1f2a24;
  --muted: #657269;
  --green: #17503f;
  --green-dark: #0c342b;
  --blue: #0069a8;
  --lagoon: #19a7b5;
  --yellow: #f4c542;
  --red: #bd2d4a;
  --sand: #f5eedf;
  --paper: #fffaf0;
  --white: #ffffff;
  --line: rgba(31, 42, 36, 0.15);
  --shadow: 0 18px 50px rgba(28, 54, 44, 0.14);
  --mada-bg: url("assets/backgrounds/fond-malgache.jpg") center / cover;
  --mada-bg-fixed: url("assets/backgrounds/fond-malgache.jpg") center top / cover fixed;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    linear-gradient(rgba(245, 238, 223, 0.18), rgba(245, 238, 223, 0.18)),
    var(--mada-bg-fixed),
    var(--sand);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.55;
}

body.locked {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.site-header {
  align-items: center;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 18px;
  justify-content: space-between;
  left: 0;
  min-height: 72px;
  padding: 12px clamp(18px, 5vw, 62px);
  position: fixed;
  right: 0;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(14px);
}

.brand {
  align-items: center;
  display: inline-flex;
  gap: 12px;
  min-width: 210px;
}

.brand-mark {
  align-items: center;
  background: var(--blue);
  border-radius: 8px;
  color: var(--white);
  display: inline-flex;
  font-weight: 900;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.brand span:last-child {
  display: grid;
  gap: 1px;
}

.brand strong {
  font-size: 1.08rem;
  line-height: 1.1;
}

.brand small {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
}

.main-nav {
  align-items: center;
  display: flex;
  gap: 2px;
}

.main-nav a {
  border-radius: 8px;
  color: #425047;
  font-size: 0.92rem;
  font-weight: 800;
  padding: 10px 12px;
}

.main-nav a:hover,
.main-nav a:focus-visible {
  background: rgba(0, 105, 168, 0.1);
  color: var(--blue);
  outline: 0;
}

.menu-toggle {
  background: transparent;
  border: 0;
  cursor: pointer;
  display: none;
  height: 44px;
  padding: 10px;
  width: 44px;
}

.menu-toggle span {
  background: var(--ink);
  display: block;
  height: 2px;
  margin: 7px 0;
  width: 25px;
}

.hero {
  align-items: end;
  display: grid;
  min-height: 84svh;
  overflow: hidden;
  padding: 128px clamp(18px, 6vw, 84px) 58px;
  position: relative;
}

.hero::after {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.18));
  content: "";
  inset: 0;
  position: absolute;
}

.hero-bg {
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
}

.hero-panel {
  color: var(--white);
  max-width: 820px;
  position: relative;
  z-index: 1;
}

.eyebrow {
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.hero .eyebrow,
.tariff-band .eyebrow,
.excursion-section .eyebrow,
.review-section .eyebrow {
  color: var(--yellow);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  font-size: clamp(3.8rem, 9vw, 8.2rem);
  letter-spacing: 0;
  line-height: 0.9;
  margin-bottom: 22px;
}

h2 {
  font-size: clamp(2rem, 4.4vw, 4.3rem);
  letter-spacing: 0;
  line-height: 1.02;
  margin-bottom: 0;
}

h3 {
  font-size: 1.16rem;
  line-height: 1.25;
  margin-bottom: 10px;
}

.hero-panel p:not(.eyebrow) {
  font-size: clamp(1.08rem, 1.8vw, 1.35rem);
  max-width: 720px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 8px;
  cursor: pointer;
  display: inline-flex;
  font-weight: 900;
  justify-content: center;
  min-height: 50px;
  padding: 12px 18px;
}

.button.primary {
  background: var(--blue);
  color: var(--white);
}

.button.secondary {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.6);
  color: var(--white);
}

.button:hover,
.button:focus-visible {
  filter: brightness(1.04);
  outline: 0;
}

.quick-info {
  background:
    linear-gradient(rgba(255, 250, 240, 0.84), rgba(255, 250, 240, 0.84)),
    var(--mada-bg);
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(4, 1fr);
}

.quick-info article {
  border-right: 1px solid var(--line);
  display: grid;
  gap: 4px;
  padding: 24px clamp(18px, 3vw, 34px);
}

.quick-info article:last-child {
  border-right: 0;
}

.quick-info strong {
  color: var(--green);
  font-size: 1.25rem;
}

.quick-info span {
  color: var(--muted);
  font-weight: 700;
}

.section {
  margin: 0 auto;
  max-width: 1180px;
  padding: 86px clamp(18px, 4vw, 32px);
}

main > .section,
.lodging,
.rooms,
.studio-placeholder,
.services,
.map-section {
  background:
    linear-gradient(rgba(255, 250, 240, 0.78), rgba(255, 250, 240, 0.78)),
    var(--mada-bg);
}

.intro,
.studio-placeholder,
.tariff-inner,
.review-inner,
.map-section,
.reservation {
  display: grid;
  gap: 44px;
  grid-template-columns: 0.9fr 1.1fr;
}

.intro-text,
.construction-card p,
.section-heading p,
.feature-grid p,
.room-list p,
.service-list p,
.excursion-grid p,
.review-inner p,
.map-section p,
.reservation p {
  color: var(--muted);
}

.construction-card {
  background: rgba(255, 250, 240, 0.94);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  display: grid;
  gap: 14px;
  padding: 28px;
}

.construction-card span {
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.construction-card p {
  margin: 0;
  max-width: 52ch;
}

.photo-strip {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(4, 1fr);
  padding: 8px;
}

.photo-strip img {
  aspect-ratio: 1.2 / 0.82;
  border-radius: 8px;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.centered {
  margin: 0 auto 34px;
  max-width: 800px;
  text-align: center;
}

.feature-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, 1fr);
}

.feature-grid article {
  background: rgba(255, 250, 240, 0.94);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px;
}

.feature-grid span,
.room-label,
.form-title span,
.availability-card span {
  color: var(--blue);
  display: block;
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
}

.feature-grid strong {
  color: var(--green);
  display: block;
  font-size: 1.4rem;
  line-height: 1.1;
  margin: 8px 0;
}

.room-list,
.service-list {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, 1fr);
}

.room-list article,
.service-list article,
.excursion-grid article,
.review-list blockquote {
  background: rgba(255, 250, 240, 0.95);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 34px rgba(28, 54, 44, 0.08);
  overflow: hidden;
}

.room-list img,
.service-list img {
  aspect-ratio: 1.45 / 0.92;
  object-fit: cover;
  width: 100%;
}

.service-list article:last-child img {
  background: rgba(239, 247, 245, 0.92);
  object-fit: contain;
  padding: 30px;
}

.room-list div,
.service-list div,
.excursion-grid div {
  padding: 20px;
}

.tariff-band {
  background:
    linear-gradient(115deg, rgba(12, 52, 43, 0.84), rgba(0, 105, 168, 0.64)),
    var(--mada-bg);
  color: var(--white);
}

.tariff-inner {
  align-items: center;
}

.tariff-inner-wide {
  grid-template-columns: 1fr;
}

.tariff-band p {
  color: rgba(255, 255, 255, 0.76);
}

.tariff-cards {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tariff-card {
  background: rgba(255, 250, 240, 0.98);
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(9, 28, 23, 0.18);
  color: var(--ink);
  overflow: hidden;
}

.tariff-card-head {
  color: var(--white);
  display: grid;
  gap: 8px;
  padding: 28px 30px;
}

.tariff-card.maison .tariff-card-head {
  background: #216b49;
}

.tariff-card.studio-one .tariff-card-head {
  background: linear-gradient(135deg, #1e7890, #35b9c8);
}

.tariff-card.studio-two .tariff-card-head {
  background: linear-gradient(135deg, #936917, #d5a126);
}

.tariff-card-head span {
  font-size: 0.95rem;
  font-weight: 950;
}

.tariff-card-head h3 {
  color: var(--white);
  font-size: clamp(1.8rem, 3vw, 2.45rem);
  line-height: 1.02;
}

.tariff-card-head strong {
  font-size: 1.08rem;
}

.tariff-row {
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 8px;
  padding: 22px 30px;
}

.tariff-row:last-child {
  border-bottom: 0;
}

.tariff-row span {
  color: var(--muted);
  font-size: 1rem;
  font-weight: 950;
}

.tariff-row strong {
  color: var(--ink);
  font-size: clamp(1.2rem, 2.4vw, 1.7rem);
  line-height: 1.1;
}

.tariff-table {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  display: grid;
  gap: 0;
  overflow: hidden;
}

.tariff-table div {
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  display: grid;
  gap: 12px;
  grid-template-columns: 0.8fr 1fr auto;
  padding: 18px;
}

.tariff-table div:last-child {
  border-bottom: 0;
}

.tariff-table span {
  color: var(--yellow);
  font-weight: 900;
}

.tariff-table strong {
  font-size: 1.3rem;
}

.tariff-table em {
  color: rgba(255, 255, 255, 0.78);
  font-style: normal;
  font-weight: 800;
}

.gallery-section {
  background:
    linear-gradient(rgba(255, 250, 240, 0.8), rgba(255, 250, 240, 0.8)),
    var(--mada-bg);
}

.gallery-head {
  align-items: end;
  display: flex;
  gap: 24px;
  justify-content: space-between;
}

.gallery-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.filter {
  background: #eef6f5;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--green);
  cursor: pointer;
  font-weight: 800;
  min-height: 40px;
  padding: 8px 12px;
}

.filter.active,
.filter:hover,
.filter:focus-visible {
  background: var(--blue);
  color: var(--white);
  outline: 0;
}

.gallery-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 30px;
}

.gallery-item {
  background: #eef6f5;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  overflow: hidden;
  padding: 0;
}

.gallery-item.wide {
  grid-column: span 2;
}

.gallery-item.tall {
  grid-row: span 2;
}

.gallery-item img {
  aspect-ratio: 1 / 0.78;
  height: 100%;
  object-fit: cover;
  transition: transform 200ms ease;
  width: 100%;
}

.gallery-item.wide img {
  aspect-ratio: 1.65 / 0.78;
}

.gallery-item.tall img {
  aspect-ratio: 1 / 1.58;
}

.gallery-item:hover img,
.gallery-item:focus-visible img {
  transform: scale(1.035);
}

.excursion-section {
  background:
    linear-gradient(115deg, rgba(12, 52, 43, 0.86), rgba(0, 105, 168, 0.66)),
    var(--mada-bg);
  color: var(--white);
}

.excursion-section .section-heading p,
.excursion-section .source-note {
  color: rgba(255, 255, 255, 0.76);
}

.excursion-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, 1fr);
}

.excursion-grid img {
  aspect-ratio: 1.2 / 0.78;
  object-fit: cover;
  width: 100%;
}

.excursion-grid div {
  padding: 20px;
}

.place-name {
  color: var(--blue);
  display: block;
  font-size: 0.74rem;
  font-weight: 900;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.excursion-grid strong {
  background: #fff3b9;
  border-radius: 8px;
  color: #4f3610;
  display: inline-flex;
  font-weight: 900;
  margin-bottom: 12px;
  padding: 7px 10px;
}

.excursion-grid ul {
  color: var(--muted);
  display: grid;
  gap: 7px;
  margin: 14px 0 0;
  padding-left: 20px;
}

.excursion-grid li {
  font-weight: 750;
}

.source-note {
  font-size: 0.86rem;
  margin: 18px 0 0;
  text-align: center;
}

.review-section {
  background:
    linear-gradient(rgba(255, 250, 240, 0.82), rgba(255, 250, 240, 0.82)),
    var(--mada-bg);
}

.review-inner {
  align-items: start;
}

.review-list {
  display: grid;
  gap: 14px;
}

.review-list blockquote {
  margin: 0;
  padding: 22px;
}

.stars {
  color: #f0b800;
  font-weight: 900;
  letter-spacing: 0;
  margin-bottom: 8px;
}

.review-list p {
  color: var(--ink);
  font-weight: 700;
}

.review-list cite {
  color: var(--blue);
  font-style: normal;
  font-weight: 800;
}

.map-section {
  align-items: center;
}

.map-section iframe {
  border: 0;
  border-radius: 8px;
  box-shadow: var(--shadow);
  height: 430px;
  width: 100%;
}

.reservation-section {
  background:
    linear-gradient(rgba(255, 250, 240, 0.82), rgba(255, 250, 240, 0.82)),
    var(--mada-bg);
}

.reservation {
  align-items: start;
}

.reservation-copy {
  display: grid;
  gap: 16px;
}

.reservation-copy h2 {
  font-size: clamp(2.55rem, 4.6vw, 5rem);
}

.availability-card {
  background: rgba(243, 248, 246, 0.94);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px;
}

.availability-head {
  display: grid;
  gap: 8px;
  margin-bottom: 12px;
}

.availability-head strong {
  color: var(--green);
  display: block;
  margin-top: 4px;
}

.availability-head p {
  font-size: 0.82rem;
  margin: 0;
  max-width: none;
  text-align: left;
}

.availability-months {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.availability-month {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 8px;
}

.availability-month h3 {
  color: var(--green);
  font-size: 0.82rem;
  margin-bottom: 7px;
}

.calendar-grid {
  display: grid;
  gap: 3px;
  grid-template-columns: repeat(7, 1fr);
}

.calendar-grid span {
  color: var(--muted);
  font-size: 0.56rem;
  font-weight: 800;
  text-align: center;
}

.calendar-day {
  align-items: center;
  border: 0;
  aspect-ratio: 1;
  background: #e9f2ef;
  border-radius: 5px;
  color: var(--green);
  cursor: pointer;
  display: inline-flex;
  font-size: 0.62rem;
  font-weight: 850;
  justify-content: center;
  padding: 0;
}

.calendar-day.blank {
  background: transparent;
  pointer-events: none;
}

.calendar-day.past {
  cursor: not-allowed;
  opacity: 0.36;
}

.calendar-day.blocked {
  background: var(--red);
  color: var(--white);
  cursor: not-allowed;
  opacity: 1;
}

.calendar-day:not(.blank):not(:disabled):hover,
.calendar-day:not(.blank):not(:disabled):focus-visible {
  background: var(--yellow);
  color: var(--ink);
  outline: 2px solid rgba(0, 105, 168, 0.35);
  outline-offset: 2px;
}

.calendar-day.selected-start,
.calendar-day.selected-end {
  background: var(--blue);
  color: var(--white);
}

.calendar-day.in-range {
  background: rgba(0, 105, 168, 0.18);
  color: var(--green);
}

.booking-form {
  background: rgba(255, 250, 240, 0.94);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  display: grid;
  gap: 16px;
  padding: 24px;
}

.form-title {
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 3px;
  padding-bottom: 16px;
}

.form-title strong {
  color: var(--green);
  font-size: 1.6rem;
  line-height: 1.1;
}

.form-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, 1fr);
}

.form-grid label:only-child {
  grid-column: 1 / -1;
}

.booking-form label {
  color: var(--muted);
  display: grid;
  font-size: 0.92rem;
  font-weight: 800;
  gap: 7px;
}

.booking-form input,
.booking-form select,
.booking-form textarea {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  min-height: 46px;
  padding: 11px 12px;
  width: 100%;
}

.booking-form textarea {
  resize: vertical;
}

.booking-form input:focus,
.booking-form select:focus,
.booking-form textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(0, 105, 168, 0.14);
  outline: 0;
}

fieldset {
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, 1fr);
  margin: 0;
  padding: 16px;
}

legend {
  color: var(--green);
  font-weight: 900;
  padding: 0 8px;
}

fieldset label {
  align-items: center;
  color: var(--ink);
  display: flex !important;
  flex-direction: row;
  gap: 8px !important;
}

fieldset input {
  min-height: auto !important;
  width: auto !important;
}

.price-preview {
  background: #ffffff;
  border: 2px solid rgba(0, 105, 168, 0.18);
  border-radius: 8px;
  display: grid;
  gap: 4px;
  padding: 18px;
}

.price-preview span {
  color: var(--blue);
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
}

.price-preview strong {
  color: var(--green);
  font-size: clamp(1.55rem, 3vw, 2.25rem);
  line-height: 1.05;
}

.price-preview small {
  color: var(--muted);
  font-weight: 800;
}

.price-preview.ready {
  background: #eef8f3;
  border-color: rgba(23, 80, 63, 0.28);
}

.price-preview.warning {
  background: #fff4f1;
  border-color: rgba(189, 45, 74, 0.36);
}

.price-preview.warning strong {
  color: var(--red);
}

.booking-summary {
  background: #eef8f3;
  border: 1px solid rgba(23, 80, 63, 0.18);
  border-radius: 8px;
  color: var(--green);
  font-weight: 850;
  padding: 14px 16px;
}

.lightbox {
  align-items: center;
  background: rgba(8, 18, 15, 0.94);
  display: grid;
  inset: 0;
  justify-items: center;
  padding: 72px clamp(16px, 4vw, 70px) 44px;
  position: fixed;
  z-index: 90;
}

.lightbox[hidden] {
  display: none;
}

.lightbox img {
  border-radius: 8px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.42);
  max-height: 78vh;
  object-fit: contain;
  width: min(1120px, 100%);
}

.lightbox p {
  color: var(--white);
  font-weight: 800;
  margin: 14px 0 0;
  text-align: center;
}

.lightbox-close,
.lightbox-nav {
  align-items: center;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  color: var(--white);
  cursor: pointer;
  display: inline-flex;
  font-size: 1.8rem;
  height: 48px;
  justify-content: center;
  position: absolute;
  width: 48px;
}

.lightbox-close {
  font-size: 1rem;
  font-weight: 900;
  right: 22px;
  text-transform: uppercase;
  top: 22px;
}

.lightbox-nav {
  top: 50%;
  transform: translateY(-50%);
}

.lightbox-nav.prev {
  left: 22px;
}

.lightbox-nav.next {
  right: 22px;
}

.site-footer {
  align-items: center;
  background:
    linear-gradient(rgba(12, 52, 43, 0.92), rgba(12, 52, 43, 0.92)),
    var(--mada-bg);
  color: var(--white);
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding: 26px clamp(18px, 5vw, 62px);
}

.site-footer div:first-child {
  display: grid;
  gap: 2px;
}

.site-footer span,
.footer-links {
  color: rgba(255, 255, 255, 0.72);
  font-weight: 700;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: flex-end;
}

@media (max-width: 980px) {
  .menu-toggle {
    display: block;
  }

  .main-nav {
    background: var(--white);
    border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow);
    display: none;
    left: 0;
    padding: 12px 18px 18px;
    position: fixed;
    right: 0;
    top: 72px;
  }

  .main-nav.open {
    display: grid;
  }

  .quick-info,
  .feature-grid,
  .gallery-grid,
  .excursion-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .intro,
  .studio-placeholder,
  .tariff-inner,
  .review-inner,
  .map-section,
  .reservation {
    grid-template-columns: 1fr;
  }

  .photo-strip,
  .room-list,
  .service-list,
  .tariff-cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .availability-months {
    grid-template-columns: 1fr;
  }

  .gallery-head {
    align-items: start;
    display: grid;
  }
}

@media (max-width: 660px) {
  .brand {
    min-width: 0;
  }

  .brand small {
    display: none;
  }

  .hero {
    min-height: 78svh;
    padding-top: 112px;
  }

  .quick-info,
  .feature-grid,
  .photo-strip,
  .room-list,
  .service-list,
  .gallery-grid,
  .excursion-grid,
  .tariff-cards,
  .form-grid,
  fieldset {
    grid-template-columns: 1fr;
  }

  .quick-info article {
    border-bottom: 1px solid var(--line);
    border-right: 0;
  }

  .photo-strip img {
    aspect-ratio: 1.3 / 0.78;
  }

  .tariff-table div {
    align-items: start;
    grid-template-columns: 1fr;
  }

  .availability-head {
    display: grid;
  }

  .availability-head p {
    max-width: none;
    text-align: left;
  }

  .gallery-item.wide,
  .gallery-item.tall {
    grid-column: auto;
    grid-row: auto;
  }

  .gallery-item.wide img,
  .gallery-item.tall img,
  .gallery-item img {
    aspect-ratio: 1.2 / 0.82;
  }

  .site-footer {
    align-items: start;
    display: grid;
  }

  .footer-links {
    justify-content: start;
  }
}
