﻿:root {
      --forest: #20322d;
      --forest-soft: #355149;
      --cream: #f6f3ec;
      --cream-strong: #ece4d7;
      --rose: #b76a69;
      --rose-deep: #9c5554;
      --gold: #c1a16f;
      --text: #24322f;
      --text-soft: #586864;
      --line: rgba(36, 50, 47, 0.12);
      --white: #ffffff;
      --shadow: 0 24px 60px rgba(32, 50, 45, 0.14);
      --max: 1180px;
    }

    * {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      font-family: "Jost", sans-serif;
      color: var(--text);
      background: var(--cream);
      line-height: 1.6;
    }

    a {
      color: inherit;
    }

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

    section[id] {
      scroll-margin-top: 28px;
    }

    .topbar {
      background: var(--forest);
      color: rgba(255, 255, 255, 0.92);
      text-align: center;
      padding: 10px 18px;
      font-size: 13px;
      letter-spacing: 0.04em;
    }

    .topbar span {
      color: #e5d3b5;
      font-weight: 500;
    }

    .shell {
      overflow-x: clip;
    }

    .hero {
      position: relative;
      min-height: 88svh;
      color: var(--white);
      background:
        linear-gradient(180deg, rgba(20, 28, 26, 0.2), rgba(20, 28, 26, 0.82)),
        linear-gradient(120deg, rgba(32, 50, 45, 0.18), rgba(183, 106, 105, 0.22)),
        url("../assets/images/hero.jpg");
      background-position: center;
      background-size: cover;
      padding: 26px 24px 96px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .hero::after {
      content: "";
      position: absolute;
      inset: auto 0 0;
      height: 130px;
      background: linear-gradient(180deg, rgba(246, 243, 236, 0), var(--cream));
    }

    .nav,
    .hero-grid,
    .band-grid,
    .section-inner,
    .footer-inner {
      width: min(100%, var(--max));
      margin: 0 auto;
      position: relative;
      z-index: 1;
    }

    .nav {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 20px;
    }

    .brand {
      display: grid;
      gap: 4px;
    }

    .brand-mark {
      font-size: 11px;
      letter-spacing: 0.16em;
      text-transform: uppercase;
      color: rgba(255, 255, 255, 0.72);
    }

    .brand-name {
      font-family: "Cormorant Garamond", serif;
      font-size: 34px;
      line-height: 1;
    }

    .nav-links {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-end;
      gap: 18px;
      font-size: 14px;
    }

    .nav-links a {
      color: rgba(255, 255, 255, 0.88);
      text-decoration: none;
    }

    .nav-links a:hover,
    .nav-links a:focus-visible {
      color: var(--white);
    }

    .hero-grid {
      display: grid;
      grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.52fr);
      gap: 28px;
      align-items: end;
      padding-top: 58px;
    }

    .eyebrow {
      display: inline-flex;
      min-height: 30px;
      align-items: center;
      padding: 0 12px;
      border-radius: 999px;
      border: 1px solid rgba(255, 255, 255, 0.18);
      background: rgba(255, 255, 255, 0.08);
      font-size: 11px;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      margin-bottom: 18px;
    }

    h1,
    h2,
    h3 {
      font-family: "Cormorant Garamond", serif;
      font-weight: 500;
      line-height: 1.06;
    }

    h1 {
      font-size: clamp(3rem, 8vw, 6.2rem);
      max-width: 720px;
    }

    .hero-copy {
      max-width: 630px;
      margin-top: 18px;
      font-size: clamp(1rem, 2vw, 1.18rem);
      color: rgba(255, 255, 255, 0.88);
    }

    .hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
      margin-top: 34px;
    }

    .button {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 48px;
      padding: 0 24px;
      border-radius: 8px;
      text-decoration: none;
      font-size: 14px;
      font-weight: 600;
      letter-spacing: 0.03em;
      transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
    }

    .button:hover,
    .button:focus-visible {
      transform: translateY(-2px);
    }

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

    .button-secondary {
      color: var(--white);
      background: rgba(255, 255, 255, 0.08);
      border: 1px solid rgba(255, 255, 255, 0.28);
      backdrop-filter: blur(10px);
    }

    .hero-notes {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-top: 18px;
    }

    .hero-note {
      display: inline-flex;
      align-items: center;
      min-height: 36px;
      padding: 0 14px;
      border-radius: 999px;
      border: 1px solid rgba(255, 255, 255, 0.22);
      background: rgba(255, 255, 255, 0.08);
      color: rgba(255, 255, 255, 0.9);
      font-size: 13px;
    }

    .hero-card {
      background: rgba(255, 255, 255, 0.12);
      border: 1px solid rgba(255, 255, 255, 0.16);
      border-radius: 8px;
      padding: 26px 22px;
      backdrop-filter: blur(12px);
      box-shadow: 0 18px 46px rgba(0, 0, 0, 0.18);
    }

    .hero-card-label {
      display: block;
      margin-bottom: 12px;
      color: rgba(255, 255, 255, 0.74);
      font-size: 11px;
      font-weight: 600;
      letter-spacing: 0.16em;
      text-transform: uppercase;
    }

    .hero-card h2 {
      font-size: 2.1rem;
      margin-bottom: 12px;
    }

    .hero-card p {
      font-size: 15px;
      color: rgba(255, 255, 255, 0.84);
      margin-bottom: 18px;
    }

    .hero-card-list {
      display: grid;
      gap: 10px;
      margin-bottom: 20px;
      font-size: 14px;
      color: rgba(255, 255, 255, 0.92);
    }

    .hero-card-list span::before {
      content: "•";
      margin-right: 8px;
      color: #f2d5a8;
    }

    .section {
      padding: 84px 24px;
    }

    .section-alt {
      background: linear-gradient(180deg, var(--cream) 0%, #efe7da 100%);
    }

    .section-dark {
      background: var(--forest);
      color: var(--white);
    }

    .section-inner {
      display: grid;
      gap: 40px;
    }

    .section-heading {
      display: grid;
      gap: 12px;
      max-width: 760px;
    }

    .kicker {
      color: var(--rose-deep);
      font-size: 11px;
      font-weight: 600;
      letter-spacing: 0.18em;
      text-transform: uppercase;
    }

    .section-dark .kicker {
      color: #f2d5a8;
    }

    h2 {
      font-size: clamp(2.45rem, 5vw, 4.2rem);
    }

    .section-heading p {
      max-width: 620px;
      color: var(--text-soft);
      font-size: 1rem;
    }

    .section-dark .section-heading p,
    .section-dark .benefit p,
    .section-dark .mid-cta p,
    .section-dark .final-cta p {
      color: rgba(255, 255, 255, 0.8);
    }

    .band-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 18px;
      margin-top: -42px;
      padding-bottom: 14px;
    }

    .band-item {
      border-radius: 8px;
      padding: 22px 20px;
      background: var(--white);
      border: 1px solid var(--line);
      box-shadow: var(--shadow);
    }

    .band-item strong {
      display: block;
      margin-bottom: 8px;
      font-size: 1rem;
    }

    .band-item p {
      color: var(--text-soft);
      font-size: 14px;
    }

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

    .category {
      overflow: hidden;
      border-radius: 8px;
      background: rgba(255, 255, 255, 0.7);
      border: 1px solid var(--line);
      box-shadow: var(--shadow);
      transition: transform 0.25s ease, box-shadow 0.25s ease;
    }

    .category:hover,
    .category:focus-within {
      transform: translateY(-6px);
      box-shadow: 0 28px 62px rgba(32, 50, 45, 0.16);
    }

    .category img {
      aspect-ratio: 4 / 4.2;
      object-fit: cover;
    }

    .category-copy {
      padding: 24px 22px 28px;
    }

    .category-tag {
      display: inline-flex;
      align-items: center;
      min-height: 28px;
      padding: 0 10px;
      margin-bottom: 12px;
      border-radius: 999px;
      background: var(--cream-strong);
      color: var(--forest-soft);
      font-size: 11px;
      font-weight: 600;
      letter-spacing: 0.12em;
      text-transform: uppercase;
    }

    .category h3 {
      font-size: 2rem;
      margin-bottom: 10px;
    }

    .category p {
      color: var(--text-soft);
      font-size: 15px;
      margin-bottom: 18px;
    }

    .text-link {
      color: var(--rose-deep);
      text-decoration: none;
      font-size: 14px;
      font-weight: 600;
    }

    .benefits {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 18px;
    }

    .benefit {
      padding: 22px 20px 24px;
      border-radius: 8px;
      background: rgba(255, 255, 255, 0.08);
      border: 1px solid rgba(255, 255, 255, 0.14);
    }

    .benefit h3 {
      font-size: 1.65rem;
      margin-bottom: 8px;
    }

    .benefit p {
      font-size: 14px;
      color: rgba(255, 255, 255, 0.82);
    }

    .mid-cta {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
      padding: 26px 28px;
      border-radius: 8px;
      background: rgba(255, 255, 255, 0.08);
      border: 1px solid rgba(255, 255, 255, 0.14);
    }

    .mid-cta p {
      max-width: 620px;
      color: rgba(255, 255, 255, 0.84);
    }

    .stats {
      display: grid;
      grid-template-columns: 1.1fr 0.9fr;
      gap: 26px;
      align-items: start;
    }

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

    .stat {
      padding: 26px 22px;
      border-radius: 8px;
      background: var(--white);
      border: 1px solid var(--line);
      box-shadow: var(--shadow);
    }

    .stat strong {
      display: block;
      font-size: 2rem;
      color: var(--forest);
      margin-bottom: 8px;
    }

    .stat p {
      font-size: 14px;
      color: var(--text-soft);
    }

    .testimonial-stack {
      display: grid;
      gap: 16px;
    }

    .testimonial {
      padding: 24px 22px;
      border-radius: 8px;
      background: var(--white);
      border: 1px solid var(--line);
      box-shadow: var(--shadow);
    }

    .testimonial p {
      color: var(--text);
      font-size: 15px;
      margin-bottom: 10px;
    }

    .testimonial strong {
      display: block;
      color: var(--forest-soft);
      font-size: 13px;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }

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

    .secondary-card {
      display: grid;
      grid-template-columns: minmax(170px, 0.42fr) minmax(0, 1fr);
      overflow: hidden;
      border-radius: 8px;
      border: 1px solid var(--line);
      background: rgba(255, 255, 255, 0.74);
      box-shadow: var(--shadow);
    }

    .secondary-card img {
      height: 100%;
      object-fit: cover;
    }

    .secondary-copy {
      padding: 24px 22px;
    }

    .secondary-copy h3 {
      font-size: 2rem;
      margin-bottom: 10px;
    }

    .secondary-copy p {
      color: var(--text-soft);
      font-size: 15px;
      margin-bottom: 18px;
    }

    .faq {
      display: grid;
      gap: 14px;
    }

    .faq-item {
      padding: 22px 22px 24px;
      border-radius: 8px;
      border: 1px solid var(--line);
      background: var(--white);
      box-shadow: var(--shadow);
    }

    .faq-item h3 {
      font-size: 1.7rem;
      margin-bottom: 8px;
    }

    .faq-item p {
      color: var(--text-soft);
      font-size: 15px;
      max-width: 760px;
    }

    .final-cta {
      display: grid;
      grid-template-columns: 1fr auto;
      gap: 20px;
      align-items: center;
      padding: 28px;
      border-radius: 8px;
      background: rgba(255, 255, 255, 0.08);
      border: 1px solid rgba(255, 255, 255, 0.14);
    }

    .final-cta p {
      max-width: 640px;
      color: rgba(255, 255, 255, 0.82);
    }

    footer {
      background: #141d1b;
      color: rgba(255, 255, 255, 0.82);
      padding: 30px 24px 40px;
    }

    .footer-inner {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      gap: 18px;
      align-items: center;
      font-size: 14px;
    }

    .footer-links {
      display: flex;
      flex-wrap: wrap;
      gap: 16px;
    }

    .footer-links a {
      text-decoration: none;
      color: rgba(255, 255, 255, 0.84);
    }

    .footer-links a:hover,
    .footer-links a:focus-visible {
      color: var(--white);
    }
.footer-newsletter {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.72fr);
  gap: 22px;
  align-items: center;
  margin-bottom: 28px;
  padding: 28px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-kicker {
  display: inline-block;
  margin-bottom: 8px;
  color: #f2d5a8;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.footer-newsletter h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  margin-bottom: 10px;
}

.newsletter-form {
  display: grid;
  gap: 10px;
}

.newsletter-label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.76);
}

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

.newsletter-controls {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
}

.newsletter-input {
  width: 100%;
  min-height: 48px;
  padding: 0 16px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  font: inherit;
  transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.newsletter-input::placeholder {
  color: rgba(255, 255, 255, 0.56);
}

.newsletter-input:focus {
  outline: none;
  border-color: rgba(242, 213, 168, 0.8);
  box-shadow: 0 0 0 3px rgba(242, 213, 168, 0.18);
}

.newsletter-input[aria-invalid="true"] {
  border-color: rgba(255, 170, 170, 0.9);
}

.newsletter-submit {
  min-width: 144px;
  border: 0;
  cursor: pointer;
}

.newsletter-submit:disabled {
  opacity: 0.75;
  cursor: wait;
}

.newsletter-help {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.62);
}

.section-dark .footer-newsletter p {
  color: rgba(255, 255, 255, 0.8);
}

.newsletter-feedback {
  min-height: 22px;
  font-size: 13px;
  font-weight: 500;
}

.newsletter-feedback.is-success {
  color: #d6f5d9;
}

.newsletter-feedback.is-error {
  color: #ffd5d5;
}

.newsletter-form.is-loading .newsletter-input {
  background: rgba(255, 255, 255, 0.1);
}
