/* Make the 'Tan' word in the feature title bigger */
.feature__title-accent {
  font-size: 2.2em;
  line-height: 1;
  display: inline-block;
}
:root {
  --brand-bg: #fff8f3;
  --brand-ink: #2b1d16;
  --brand-primary: #c1785f;
  --brand-secondary: #f2c6a0;
  --brand-accent: #4f362b;
  --brand-muted: #f7eee6;
  --shadow-soft: 0 20px 50px rgba(0, 0, 0, 0.08);
  --shadow-card: 0 15px 35px rgba(0, 0, 0, 0.06);
  --radius-lg: 28px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --statement-bg: #945f47;
  --statement-ink: #f3e7de;
  --feature-bg: #f2e0d6;
  --feature-ink: #7c523e;
  --feature-accent: #7a4c35;
  --nav-logo-height: 70px; /* adjust once to scale the nav logo */
  --nav-height: calc(var(--nav-logo-height) + 34px);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Work Sans", "Helvetica Neue", sans-serif;
  color: var(--brand-ink);
  background: var(--brand-bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3 {
  font-family: "Playfair Display", "Georgia", serif;
  margin: 0 0 12px;
  color: var(--brand-ink);
}

p {
  margin: 0 0 12px;
}

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

.page-shell {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.hero {
  position: relative;
  min-height: 100vh;
  padding: 28px clamp(16px, 5vw, 72px) clamp(56px, 8vw, 120px);
  display: flex;
  align-items: flex-end;
  background: linear-gradient(120deg, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.15)),
              var(--hero-image, url('https://jordan09090.github.io/ravello/img/hero.png')) center/cover no-repeat;
  color: #fff;
  scroll-margin-top: calc(var(--nav-height) + 12px);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.32) 0%, rgba(0, 0, 0, 0.55) 80%, rgba(0, 0, 0, 0.7) 100%);
  pointer-events: none;
}

.hero__inner {
  position: relative;
  z-index: 1;
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
  padding: 0 18px;
  display: grid;
  gap: 12px;
}

.nav {
  position: fixed;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  width: min(1160px, calc(100% - 32px));
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 18px;
  background: transparent;
  border-radius: 18px;
  transition: color 0.2s ease;
}

.nav__brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 600;
}

.nav__logo { height: var(--nav-logo-height); display: none; }

.nav__title {
  display: block;
  letter-spacing: 0.02em;
}

.nav__tagline {
  display: block;
  font-size: 13px;
  color: rgba(43, 29, 22, 0.75);
}

.nav__links {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 0;
  margin: 0;
}

.nav__links a {
  padding: 10px 12px;
  border-radius: 999px;
  font-weight: 500;
  transition: color 0.2s ease, opacity 0.2s ease;
}

.nav__toggle {
  display: none;
  background: transparent;
  border: 1px solid currentColor;
  border-radius: 12px;
  padding: 8px 12px;
  font-size: 16px;
}

  /* Fix hamburger icon color for Safari mobile */
  .nav__toggle {
    color: var(--brand-accent);
  }

  .nav--on-dark .nav__toggle {
    color: #fff;
  }
  .nav--on-light .nav__toggle {
    color: var(--brand-accent);
  }

.nav--on-dark {
  color: #fff;
}

.nav--on-dark .nav__links a:hover {
  opacity: 0.78;
}

.nav--on-dark .nav__logo--light { display: block; }
.nav--on-dark .nav__logo--dark { display: none; }
.nav--on-dark .nav__links a.is-active {
  color: #fff;
  text-decoration: underline;
}

.nav--on-light {
  color: var(--brand-ink);
}

.nav--on-light .nav__logo--light { display: none; }
.nav--on-light .nav__logo--dark { display: block; }
.nav--on-light .nav__links a.is-active {
  color: var(--brand-accent);
  text-decoration: underline;
}

.nav--on-light .nav__links a:hover {
  color: var(--brand-accent);
}

.hero__copy {
  position: relative;
  z-index: 1;
  max-width: 640px;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 12px;
  color: rgba(43, 29, 22, 0.7);
  margin-bottom: 10px;
}

.hero .eyebrow {
  font-family: "Italianno", "Playfair Display", serif;
  text-transform: none;
  letter-spacing: 0.02em;
  font-size: 26px;
  color: rgba(255, 255, 255, 0.82);
}

.hero h1 {
  font-size: clamp(42px, 6vw, 62px);
  line-height: 1.05;
  color: #fff;
  font-family: "Belleza", "Playfair Display", "Georgia", serif;
  letter-spacing: 0.01em;
}

.lede {
  font-size: 17px;
  color: rgba(43, 29, 22, 0.82);
  max-width: 640px;
}

.hero .lede {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.9);
  max-width: 760px;
  font-family: "Space Mono", "Work Sans", monospace;
}

.section--feature {
  background: var(--feature-bg);
  color: var(--feature-ink);
  padding: clamp(48px, 7vw, 80px) clamp(24px, 6vw, 96px);
}

.feature {
  width: min(1220px, calc(100% - 20px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(340px, 1.08fr) minmax(340px, 0.92fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}

.feature__media {
  position: relative;
}

.feature__media-inner {
  border-radius: 22px;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  background: #d7b6a3;
}

.feature__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  aspect-ratio: 4 / 3;
  transform: translateY(var(--feature-parallax, 0px));
  will-change: transform;
  transition: transform 0.12s ease-out;
}

.feature__content {
  display: grid;
  gap: 12px;
  align-self: center;
  color: var(--feature-ink);
}

.feature__title {
  font-family: "Belleza", "Playfair Display", serif;
  font-size: clamp(32px, 5.6vw, 48px);
  line-height: 1.1;
  margin: 0 0 6px;
  letter-spacing: 0.01em;
}

.feature__title-accent {
  font-family: "Italianno", "Playfair Display", serif;
  font-style: normal;
  color: var(--feature-accent);
  letter-spacing: 0;
}

.feature__lede {
  font-family: "Space Mono", "Work Sans", monospace;
  font-size: 16px;
  line-height: 1.8;
  margin: 0;
  font-weight: 600;
  color: var(--feature-ink);
  max-width: 56ch;
}

.feature__body {
  font-family: "Space Mono", "Work Sans", monospace;
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
  color: rgba(124, 82, 62, 0.92);
}

.feature__cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 0;
  background: transparent;
  border-radius: 0;
  color: var(--feature-accent);
  font-family: "Space Mono", "Work Sans", monospace;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-decoration: none;
  width: fit-content;
}

.feature__cta-line {
  display: block;
  width: 58px;
  height: 1px;
  background: currentColor;
}

.feature__cta:hover { opacity: 0.85; }

.section--reviews {
  background: #fff7f1;
  color: var(--brand-ink);
  padding: clamp(70px, 10vw, 120px) clamp(20px, 6vw, 96px);
}

.section--differentiators {
  background: #f3e0d4;
  color: #6f4b3c;
  padding: clamp(70px, 10vw, 120px) clamp(20px, 6vw, 96px);
  text-align: center;
}

.section__header--differentiators h2 {
  font-size: clamp(34px, 5vw, 46px);
  color: #6f4b3c;
  font-family: "Belleza", "Playfair Display", serif;
  letter-spacing: 0.01em;
}

.differentiators-grid {
  width: min(1160px, calc(100% - 20px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: clamp(18px, 4vw, 32px);
  align-items: start;
}

.differentiator {
  display: grid;
  gap: 10px;
  padding: 12px;
  color: #6f4b3c;
  text-align: center;
}

.differentiator__icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 4px;
  color: #b67758;
}

.differentiator__icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.differentiator h3 {
  margin: 0;
  font-size: 15px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-weight: 700;
  color: #7b4e3f;
  font-family: "Space Mono", "Work Sans", monospace;
}

.differentiator p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(111, 75, 60, 0.8);
  font-family: "Space Mono", "Work Sans", monospace;
}

.differentiator__cta {
  margin-top: clamp(28px, 5vw, 42px);
  display: flex;
  justify-content: center;
}

.btn--outline-warm,
.btn--outline-warm.btn--outline-square {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 32px;
  border-radius: 999px;
  border: 1.5px solid rgba(255, 255, 255, 0.6);
  background: #b26b50;
  color: #fff;
  font-family: "Space Mono", "Work Sans", monospace;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  box-shadow: 0 14px 32px rgba(139, 95, 75, 0.32);
  transform: none;
  outline: none;
}

.btn--outline-warm:hover,
.btn--outline-warm.btn--outline-square:hover {
  background: #c1785f;
  box-shadow: 0 16px 36px rgba(139, 95, 75, 0.36);
  transform: translateY(-1px);
}

.btn--outline-square {
  padding: 14px 32px;
  border-radius: 999px;
  border: 1.5px solid rgba(255, 255, 255, 0.6);
  font-family: "Space Mono", "Work Sans", monospace;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: #b26b50;
  color: #fff;
  box-shadow: 0 14px 32px rgba(139, 95, 75, 0.32);
  transform: none;
  outline: none;
}

.btn--outline-square:hover {
  background: linear-gradient(180deg, rgba(95, 70, 57, 0.06), rgba(95, 70, 57, 0.03));
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.1);
}

.section--social {
  background: #fff;
  padding: clamp(48px, 8vw, 80px) 0;
}

.social-grid__header {
  text-align: center;
  margin-bottom: clamp(24px, 4vw, 36px);
  padding: 0 clamp(20px, 5vw, 72px);
}

.social-grid__title {
  font-family: "Belleza", "Playfair Display", serif;
  font-size: clamp(28px, 4vw, 42px);
  color: var(--brand-ink);
  margin: 0;
  font-weight: 400;
}

.social-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
  width: 100%;
}

.social-grid__item {
  display: block;
  overflow: hidden;
  aspect-ratio: 1 / 1;
}

.social-grid__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.social-grid__item:hover img {
  transform: scale(1.04);
}

.social-grid__footer {
  text-align: center;
  margin-top: clamp(22px, 4vw, 32px);
  padding: 0 clamp(20px, 5vw, 72px);
}

.btn--social-follow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 28px;
  border-radius: 999px;
  background: #343434;
  color: #fff;
  font-family: "Space Mono", "Work Sans", monospace;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: none;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease;
}

.btn--social-follow:hover {
  background: #1a1a1a;
  transform: translateY(-1px);
}

@media (max-width: 640px) {
  .social-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.reviews__header {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-bottom: 28px;
}

.reviews__lede {
  margin: 6px 0 0;
  color: rgba(43, 29, 22, 0.7);
  font-size: 15px;
  max-width: 540px;
}

.reviews__cta {
  font-family: "Space Mono", "Work Sans", monospace;
  font-size: 14px;
  font-weight: 600;
  color: var(--brand-accent);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border: 1px solid rgba(79, 54, 43, 0.15);
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
}

.reviews__cta::after {
  content: "→";
  font-size: 12px;
}

.reviews {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.review {
  background: #fff;
  border: 1px solid rgba(79, 54, 43, 0.08);
  border-radius: 14px;
  padding: 16px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.04);
  display: grid;
  gap: 8px;
}

.review__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-weight: 600;
  color: var(--brand-accent);
  font-family: "Space Mono", "Work Sans", monospace;
}

.review__name {
  color: var(--brand-ink);
}

.review__stars {
  letter-spacing: 2px;
  color: #f5a524;
  font-size: 14px;
}

.review__text {
  margin: 0;
  color: rgba(43, 29, 22, 0.86);
  line-height: 1.65;
  font-size: 14px;
}

.review__meta {
  margin: 0;
  color: rgba(43, 29, 22, 0.6);
  font-size: 12px;
  font-family: "Space Mono", "Work Sans", monospace;
}

@media (max-width: 720px) {
  .reviews__header {
    align-items: flex-start;
  }

  .reviews__cta {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 900px) {
  .feature {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .feature__title {
    font-size: clamp(28px, 8vw, 36px);
  }

  .feature__media img {
    aspect-ratio: 4 / 5;
  }

  .feature__copy {
    text-align: left;
  }
}

.hero__points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
  color: rgba(43, 29, 22, 0.7);
  font-weight: 500;
}

.hero__points span {
  background: rgba(193, 120, 95, 0.1);
  padding: 10px 14px;
  border-radius: 999px;
}

.hero__visual {
  position: relative;
  display: grid;
  gap: 14px;
  justify-items: end;
}

.hero__img {
  width: min(420px, 100%);
  aspect-ratio: 3 / 4;
  border-radius: var(--radius-lg);
  background: linear-gradient(160deg, rgba(193, 120, 95, 0.8), rgba(79, 54, 43, 0.9));
  color: white;
  display: grid;
  place-items: center;
  font-weight: 600;
  box-shadow: var(--shadow-soft);
}

.hero__card {
  position: absolute;
  bottom: 14px;
  left: -10px;
  background: rgba(255, 255, 255, 0.9);
  padding: 14px 16px;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-card);
  width: 210px;
  border: 1px solid rgba(193, 120, 95, 0.14);
}

.card__title {
  font-weight: 600;
  margin: 0 0 8px;
}

.card__price {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 6px;
}

.card__note, .card__meta {
  font-size: 14px;
  color: rgba(43, 29, 22, 0.7);
  margin: 0;
}

.cta-row {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 16px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: 600;
  border: 1px solid transparent;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn--primary {
  background: linear-gradient(120deg, var(--brand-primary), var(--brand-secondary));
  color: #fff;
  box-shadow: var(--shadow-card);
}

.btn--primary:hover { transform: translateY(-2px); }

.btn--ghost {
  border-color: rgba(193, 120, 95, 0.4);
  color: var(--brand-ink);
  background: rgba(255, 255, 255, 0.7);
}

.btn--ghost-white {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.8);
  color: #fff;
  padding-inline: 22px;
  gap: 8px;
}

.btn--ghost-white::after {
  content: "➜";
  font-size: 14px;
  display: inline-block;
}

.section {
  padding: clamp(60px, 8vw, 96px) clamp(20px, 5vw, 72px);
  position: relative;
  scroll-margin-top: calc(var(--nav-height) + 24px);
}

.section--muted {
  background: var(--brand-muted);
}

.cta-banner {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  background: #0f0d0c;
  color: #fff;
  position: relative;
}

#process {
  padding-bottom: clamp(72px, 10vw, 120px);
}

.cta-banner__image-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: clamp(360px, 62vh, 720px);
  display: grid;
  place-items: center;
}

.cta-banner__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: center / cover no-repeat var(--cta-banner-image), #0f0d0c;
}

.cta-banner__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0.46));
}

.cta-banner__card {
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, 0.96);
  padding: clamp(22px, 5vw, 32px) clamp(26px, 6vw, 44px);
  border-radius: 12px;
  box-shadow: 0 26px 52px rgba(0, 0, 0, 0.28);
  text-align: center;
  color: var(--brand-ink);
  width: min(560px, 86vw);
}

.cta-banner__card h2 {
  margin: 0 0 12px;
  font-family: "Belleza", "Playfair Display", serif;
  font-size: clamp(30px, 5vw, 40px);
}

.cta-banner__card p {
  margin: 0 0 16px;
  font-family: "Space Mono", "Work Sans", monospace;
  color: rgba(43, 29, 22, 0.8);
  font-size: 14px;
  line-height: 1.6;
}

.cta-banner__btn {
  padding-inline: 28px;
  box-shadow: 0 14px 30px rgba(193, 120, 95, 0.32);
}

@media (max-width: 640px) {
  .cta-banner__image-wrap {
    min-height: 60vh;
  }

  .cta-banner__card {
    width: min(92vw, 520px);
  }
}

.section--statement {
  background: var(--statement-bg);
  color: var(--statement-ink);
  text-align: center;
  padding: clamp(80px, 12vw, 140px) clamp(20px, 6vw, 90px);
}

.statement__inner {
  width: min(1080px, calc(100% - 32px));
  margin: 0 auto;
}

.statement__title {
  font-family: "Belleza", "Playfair Display", serif;
  font-size: clamp(32px, 6vw, 48px);
  line-height: 1.15;
  margin: 0;
  color: var(--statement-ink);
}

.statement__divider {
  width: 140px;
  height: 1px;
  background: rgba(243, 231, 222, 0.7);
  margin: 20px auto 22px;
}

.statement__body {
  font-family: "Space Mono", "Work Sans", monospace;
  font-size: clamp(14px, 2.1vw, 17px);
  line-height: 1.7;
  color: rgba(243, 231, 222, 0.9);
  margin: 0 auto;
  max-width: 920px;
}

.section__header {
  max-width: 780px;
  margin: 0 auto 32px;
  text-align: center;
}

.grid {
  display: grid;
  gap: 22px;
}

.grid--3 {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

#services .section__header {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 32px;
}

#services .section__header .lede {
  margin: 0 auto;
  text-align: center;
}

#services .section__header h2 {
  font-family: "Belleza", "Playfair Display", serif;
}

#services .section__header .lede,
#services p {
  font-family: "Space Mono", "Work Sans", monospace;
}

#services .card__meta {
  margin-top: auto;
  margin-bottom: 12px;
  padding-top: 4px;
}

#services .card__actions {
  margin-top: 0;
}

#services .btn.btn--primary {
  background: #c1785f;
  background-image: none;
  border: 1px solid rgba(193, 120, 95, 0.45);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.08);
}

#services .btn.btn--primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.1);
}

.card, .plan {
  background: #fff;
  border-radius: var(--radius-md);
  padding: 22px;
  box-shadow: var(--shadow-card);
  border: 1px solid rgba(193, 120, 95, 0.12);
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 360px;
}

.card__icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(193, 120, 95, 0.12);
  display: grid;
  place-items: center;
  margin-bottom: 12px;
}

.card__actions {
  margin-top: auto;
}

#services .card__meta {
  margin-top: auto;
  margin-bottom: 12px;
  padding-top: 4px;
}

#services .card__actions {
  margin-top: 0;
}

#services .btn.btn--primary {
  background: #c1785f;
  background-image: none;
  border: 1px solid rgba(193, 120, 95, 0.45);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.08);
}

#services .btn.btn--primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.1);
}

.plan__top {
  margin-bottom: 12px;
}

.plan__price {
  font-size: 28px;
  font-weight: 700;
  margin: 0;
}

.plan__desc {
  margin: 6px 0 12px;
  color: rgba(43, 29, 22, 0.7);
}

.plan__list {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
  display: grid;
  gap: 8px;
}

.plan__list li::before {
  content: "•";
  color: var(--brand-primary);
  margin-right: 6px;
}

.plan--featured {
  border: 1.5px solid var(--brand-primary);
  background: linear-gradient(160deg, rgba(193, 120, 95, 0.08), #fff);
}

.process {
  display: grid;
  gap: 18px;
  max-width: 780px;
  margin: 0 auto;
}

.step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: start;
  padding: 16px 18px;
  background: #fff;
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-card);
  border: 1px solid rgba(193, 120, 95, 0.12);
}

.step__num {
  font-weight: 700;
  color: var(--brand-primary);
  letter-spacing: 0.06em;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
}

.gallery__item {
  aspect-ratio: 3 / 4;
  border-radius: var(--radius-md);
  background: rgba(79, 54, 43, 0.1);
  display: grid;
  place-items: center;
  color: rgba(43, 29, 22, 0.7);
  font-weight: 600;
  text-align: center;
  padding: 12px;
  box-shadow: var(--shadow-card);
}

.testimonials {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 18px;
}

.testimonial {
  background: #fff;
  padding: 18px;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-card);
  border: 1px solid rgba(193, 120, 95, 0.12);
}

.quote {
  font-size: 16px;
  margin-bottom: 12px;
}

.author {
  color: rgba(43, 29, 22, 0.65);
  font-weight: 600;
}

.faq {
  display: grid;
  gap: 12px;
  max-width: 760px;
  margin: 0 auto;
}

summary {
  cursor: pointer;
  font-weight: 600;
}

.section--highlight {
  background: linear-gradient(150deg, rgba(193, 120, 95, 0.12), rgba(79, 54, 43, 0.08));
}

.cta {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
  align-items: center;
}

.cta__aside {
  background: rgba(255, 255, 255, 0.85);
  border-radius: var(--radius-md);
  padding: 16px;
  border: 1px solid rgba(193, 120, 95, 0.12);
  box-shadow: var(--shadow-card);
}

.footer {
  margin-top: 0;
  padding: clamp(36px, 6vw, 52px) clamp(18px, 5vw, 72px) clamp(22px, 4vw, 36px);
  background: radial-gradient(120% 120% at 10% 10%, rgba(255, 255, 255, 0.08), rgba(0, 0, 0, 0)) , #1c1411;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: #f6ede7;
}

.footer__inner {
  width: min(1160px, calc(100% - 24px));
  margin: 0 auto clamp(16px, 4vw, 24px);
  display: grid;
  grid-template-areas: "brand social" "meta meta";
  grid-template-columns: minmax(240px, 1.1fr) auto;
  gap: clamp(14px, 3vw, 28px) clamp(18px, 5vw, 32px);
  align-items: start;
}

.footer__brand {
  grid-area: brand;
  display: grid;
  gap: 8px;
}

.footer__logo-wrap {
  width: min(160px, 42vw);
}

.footer__logo {
  width: 100%;
  height: auto;
  display: block;
  filter: brightness(1.1);
}

.footer__tagline {
  margin: 0;
  font-family: "Space Mono", "Work Sans", monospace;
  color: rgba(246, 237, 231, 0.78);
  line-height: 1.5;
  font-size: 13px;
}

.footer__social {
  display: flex;
  gap: 10px;
}

.footer__social--icons {
  grid-area: social;
  justify-content: flex-end;
}

.footer__social-btn {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.08);
  color: #f6ede7;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.25);
  transition: transform 0.16s ease, box-shadow 0.16s ease, background 0.16s ease;
}

.footer__social-btn:hover {
  background: rgba(255, 255, 255, 0.16);
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.3);
}

.footer__icon {
  display: inline-flex;
  width: 18px;
  height: 18px;
}

.footer__icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.footer__meta {
  grid-area: meta;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: clamp(10px, 2.6vw, 16px);
}

.footer__meta-block {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  padding: 12px 14px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.28);
}

.footer__label {
  margin: 0 0 4px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 11px;
  color: rgba(246, 237, 231, 0.6);
  font-weight: 700;
  font-family: "Space Mono", "Work Sans", monospace;
}

.footer__text {
  margin: 0;
  color: #f6ede7;
  line-height: 1.5;
  font-family: "Space Mono", "Work Sans", monospace;
  font-size: 13px;
}

.footer__text a {
  color: inherit;
  font-weight: 600;
}

.footer__bottom {
  width: min(1160px, calc(100% - 24px));
  margin: 0 auto;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: rgba(246, 237, 231, 0.7);
}

.footer__bottom-links {
  display: flex;
  gap: 12px;
  font-weight: 600;
  font-family: "Space Mono", "Work Sans", monospace;
}

.footer__bottom a:hover {
  color: #fff;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 900px) {
  .footer__inner {
    grid-template-areas: "brand" "social" "meta";
    grid-template-columns: 1fr;
  }

  .footer__social--icons {
    justify-content: flex-start;
  }

  .footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 900px) {
  .nav__toggle {
    display: inline-flex;
  }

  .nav__links {
    position: absolute;
    top: calc(var(--nav-height) - 6px);
    right: 0;
    flex-direction: column;
    align-items: flex-start;
    background: rgba(0, 0, 0, 0.82);
    color: #fff;
    padding: 12px;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-card);
    border: 1px solid rgba(255, 255, 255, 0.08);
    min-width: 220px;
    display: none;
  }

  .nav--on-light .nav__links {
    background: #fff;
    color: var(--brand-ink);
    border: 1px solid rgba(193, 120, 95, 0.12);
  }

  .nav__links.is-open {
    display: flex;
  }
}

@media (max-width: 640px) {
  .section {
    padding-inline: 16px;
  }
}
