    :root {
      --salmon: #F48668;
      --cream: #F8F5F0;
      --sage: #95B19E;
      --brown: #463730;
      --serif: 'Playfair Display', Georgia, serif;
      --sans: 'DM Sans', sans-serif;
    }

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

    html { scroll-behavior: smooth; }

    body {
      background: var(--cream);
      color: var(--brown);
      font-family: var(--sans);
      font-size: 17px;
      line-height: 1.65;
      overflow-x: hidden;
    }

    /* ── NAV ── */
    nav {
      position: fixed;
      top: 0; left: 0; right: 0;
      z-index: 100;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 20px 56px;
      background: rgba(248,245,240,0.92);
      backdrop-filter: blur(12px);
      border-bottom: 1px solid rgba(70,55,48,0.06);
      transition: background 0.4s, padding 0.4s, border-color 0.4s;
    }
    nav.scrolled {
      background: rgba(248,245,240,0.97);
      padding: 14px 56px;
      border-bottom: 1px solid rgba(70,55,48,0.1);
    }
    .nav-links {
      display: flex;
      align-items: center;
      gap: 40px;
      list-style: none;
    }
    .nav-links a {
      font-family: var(--sans);
      font-size: 12px;
      font-weight: 500;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: var(--brown);
      opacity: 0.6;
      text-decoration: none;
      transition: opacity 0.2s;
    }
    .nav-links a:hover { opacity: 1; }
    .nav-logo {
      display: flex;
      align-items: center;
      gap: 0px;
      font-family: var(--serif);
      font-size: 22px;
      font-weight: 700;
      letter-spacing: -0.02em;
      color: var(--brown);
      text-decoration: none;
    }
    .nav-cta {
      background: var(--salmon);
      color: var(--cream);
      font-family: var(--sans);
      font-size: 14px;
      font-weight: 500;
      letter-spacing: 0.04em;
      padding: 12px 28px;
      border: none;
      cursor: pointer;
      text-decoration: none;
      transition: opacity 0.2s;
    }
    .nav-cta:hover { opacity: 0.85; }

    /* ── HERO ── */
    #hero {
      min-height: 100vh;
      background: var(--cream);
      display: grid;
      grid-template-columns: 1fr 1fr;
      position: relative;
      overflow: hidden;
    }
    .hero-left {
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      padding: 140px 64px 96px 64px;
      position: relative;
      z-index: 2;
    }
    .hero-overword {
      font-family: var(--serif);
      font-size: clamp(120px, 18vw, 220px);
      font-weight: 900;
      line-height: 0.85;
      color: var(--salmon);
      opacity: 0.12;
      position: absolute;
      top: 50%;
      left: -40px;
      transform: translateY(-50%);
      pointer-events: none;
      letter-spacing: -0.04em;
      z-index: 1;
    }
    .hero-eyebrow {
      font-family: var(--sans);
      font-size: 12px;
      font-weight: 500;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: var(--salmon);
      margin-bottom: 32px;
    }
    .hero-headline {
      font-family: var(--serif);
      font-size: clamp(44px, 5.5vw, 76px);
      font-weight: 500;
      line-height: 1.08;
      letter-spacing: -0.02em;
      color: var(--brown);
      margin-bottom: 40px;
      position: relative;
      z-index: 2;
    }
    .hero-headline em {
      font-style: italic;
      color: var(--salmon);
    }
    .hero-subhead {
      font-size: 16px;
      font-weight: 300;
      color: var(--brown);
      opacity: 0.75;
      max-width: 380px;
      margin-bottom: 52px;
      position: relative;
      z-index: 2;
    }
    .btn-primary {
      display: inline-block;
      background: var(--salmon);
      color: var(--cream);
      font-family: var(--sans);
      font-size: 14px;
      font-weight: 500;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      padding: 18px 44px;
      border: none;
      cursor: pointer;
      text-decoration: none;
      transition: opacity 0.2s, transform 0.2s;
      position: relative;
      z-index: 2;
    }
    .btn-primary:hover { opacity: 0.88; transform: translateY(-1px); }

    .hero-right {
      position: relative;
      overflow: hidden;
    }
    .hero-image-block {
      position: absolute;
      inset: 0;
      background: var(--sage);
      opacity: 0.25;
    }
    .hero-image-placeholder {
      position: absolute;
      inset: 0;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .hero-image-placeholder svg {
      width: 100%;
      height: 100%;
    }
    .hero-accent-bar {
      position: absolute;
      left: 0;
      top: 0;
      width: 6px;
      height: 100%;
      background: var(--salmon);
    }
    .hero-scroll-hint {
      position: absolute;
      bottom: 40px;
      left: 64px;
      display: flex;
      align-items: center;
      gap: 12px;
      font-size: 11px;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: var(--brown);
      opacity: 0.4;
      z-index: 2;
    }
    .hero-scroll-hint::before {
      content: '';
      display: block;
      width: 32px;
      height: 1px;
      background: var(--brown);
      opacity: 0.5;
    }

    /* ── BRAND STORY ── */
    #brand-story {
      background: var(--sage);
      padding: 140px 64px;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 80px;
      align-items: center;
    }
    .story-left {}
    .story-eyebrow {
      font-size: 11px;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: var(--cream);
      opacity: 0.7;
      margin-bottom: 28px;
    }
    .story-headline {
      font-family: var(--serif);
      font-size: clamp(36px, 4vw, 56px);
      font-weight: 500;
      line-height: 1.1;
      letter-spacing: -0.02em;
      color: var(--cream);
      margin-bottom: 32px;
    }
    .story-body {
      font-size: 16px;
      font-weight: 300;
      color: var(--cream);
      opacity: 0.85;
      max-width: 460px;
      line-height: 1.75;
    }
    .story-right {
      position: relative;
    }
    .story-pullquote {
      font-family: var(--serif);
      font-size: clamp(26px, 3.2vw, 42px);
      font-style: italic;
      font-weight: 400;
      line-height: 1.25;
      color: var(--cream);
      letter-spacing: -0.01em;
      padding-left: 40px;
      border-left: 3px solid var(--salmon);
    }
    .story-photo {
      margin-top: 48px;
      height: 280px;
      background: rgba(248,245,240,0.15);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 12px;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: var(--cream);
      opacity: 0.5;
    }

    /* ── HOW IT WORKS ── */
    #how-it-works {
      background: var(--cream);
      padding: 160px 64px;
      position: relative;
      overflow: hidden;
    }
    .hiw-section-label {
      font-size: 11px;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: var(--brown);
      opacity: 0.5;
      margin-bottom: 80px;
    }
    .hiw-steps {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      gap: 0;
    }
    .hiw-step {
      padding: 0 48px 0 0;
      position: relative;
    }
    .hiw-step:not(:last-child) {
      border-right: 1px solid rgba(70,55,48,0.1);
      margin-right: 48px;
    }
    .hiw-step-number {
      font-family: var(--serif);
      font-size: clamp(100px, 12vw, 160px);
      font-weight: 900;
      line-height: 0.85;
      color: var(--salmon);
      opacity: 0.12;
      margin-bottom: -24px;
      margin-left: -8px;
      letter-spacing: -0.04em;
    }
    .hiw-step-title {
      font-family: var(--serif);
      font-size: 26px;
      font-weight: 500;
      letter-spacing: -0.01em;
      color: var(--brown);
      margin-bottom: 16px;
      min-height: 72px;
      display: flex;
      align-items: flex-start;
    }
    .hiw-step-body {
      font-size: 15px;
      font-weight: 300;
      line-height: 1.75;
      color: var(--brown);
      opacity: 0.75;
    }
    .hiw-bg-word {
      position: absolute;
      right: -80px;
      top: 50%;
      transform: translateY(-50%) rotate(-90deg);
      font-family: var(--serif);
      font-size: 200px;
      font-weight: 900;
      font-style: italic;
      color: var(--sage);
      opacity: 0.06;
      pointer-events: none;
      white-space: nowrap;
      letter-spacing: -0.04em;
    }

    /* ── SCOPE / SERVICES ── */
    #services {
      background: var(--cream);
      padding: 0 0 140px 0;
    }
    .services-header {
      padding: 80px 64px 72px;
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      border-top: 1px solid rgba(70,55,48,0.1);
    }
    .services-headline {
      font-family: var(--serif);
      font-size: clamp(42px, 5vw, 68px);
      font-weight: 500;
      letter-spacing: -0.02em;
      line-height: 1.0;
      color: var(--brown);
    }
    .services-headline em {
      font-style: italic;
      color: var(--salmon);
    }
    .services-note {
      font-size: 14px;
      font-weight: 300;
      color: var(--brown);
      opacity: 0.6;
      max-width: 280px;
      text-align: right;
      line-height: 1.6;
    }
    .services-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      border-top: 1px solid rgba(70,55,48,0.1);
    }
    .service-card {
      padding: 52px 48px;
      border-right: 1px solid rgba(70,55,48,0.1);
      border-bottom: 1px solid rgba(70,55,48,0.1);
      position: relative;
      transition: background 0.3s;
    }
    .service-card:hover { background: rgba(149,177,158,0.06); }
    .service-card:nth-child(3n) { border-right: none; }
    .service-card-number {
      font-family: var(--serif);
      font-size: 13px;
      color: var(--salmon);
      margin-bottom: 20px;
      font-weight: 400;
    }
    .service-card-title {
      font-family: var(--serif);
      font-size: 24px;
      font-weight: 500;
      letter-spacing: -0.01em;
      color: var(--brown);
      margin-bottom: 16px;
      line-height: 1.2;
    }
    .service-card-body {
      font-size: 14px;
      font-weight: 300;
      line-height: 1.75;
      color: var(--brown);
      opacity: 0.7;
    }
    .service-card-accent {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 0;
      height: 2px;
      background: var(--salmon);
      transition: width 0.4s;
    }
    .service-card:hover .service-card-accent { width: 100%; }
    .services-banner {
      width: 100%;
      overflow: hidden;
      max-height: 420px;
    }
    .services-banner img {
      width: 100%;
      height: 420px;
      object-fit: cover;
      object-position: center;
      display: block;
    }
    .services-footer {
      padding: 40px 64px 0;
      font-size: 14px;
      font-weight: 300;
      color: var(--brown);
      opacity: 0.55;
      border-top: 1px solid rgba(70,55,48,0.1);
    }

    /* ── TESTIMONIALS ── */
    #testimonials {
      background: var(--salmon);
      padding: 140px 64px;
      position: relative;
      overflow: hidden;
    }
    .testimonials-bg-mark {
      position: absolute;
      top: -60px;
      left: -40px;
      font-family: var(--serif);
      font-size: 600px;
      line-height: 1;
      color: var(--cream);
      opacity: 0.04;
      pointer-events: none;
      font-weight: 900;
    }
    .testimonials-eyebrow {
      font-size: 11px;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: var(--cream);
      opacity: 0.6;
      margin-bottom: 80px;
    }
    .testimonials-grid {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      gap: 64px;
      align-items: start;
    }
    .testimonial {
      position: relative;
    }
    .testimonial-mark {
      font-family: var(--serif);
      font-size: 80px;
      line-height: 0.6;
      color: var(--cream);
      opacity: 0.3;
      margin-bottom: 20px;
      font-weight: 900;
    }
    .testimonial-quote {
      font-family: var(--serif);
      font-size: clamp(18px, 2vw, 22px);
      font-style: italic;
      font-weight: 400;
      line-height: 1.5;
      color: var(--cream);
      margin-bottom: 28px;
    }
    .testimonial-attr {
      font-size: 13px;
      letter-spacing: 0.08em;
      color: var(--cream);
      opacity: 0.6;
      font-weight: 500;
      text-transform: uppercase;
    }

    /* ── PRICING ── */
    #pricing {
      background: var(--cream);
      padding: 160px 64px;
    }
    .pricing-header {
      margin-bottom: 80px;
    }
    .pricing-eyebrow {
      font-size: 11px;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: var(--brown);
      opacity: 0.5;
      margin-bottom: 20px;
    }
    .pricing-headline {
      font-family: var(--serif);
      font-size: clamp(40px, 5vw, 64px);
      font-weight: 500;
      letter-spacing: -0.02em;
      line-height: 1.05;
      color: var(--brown);
      margin-bottom: 16px;
    }
    .pricing-subhead {
      font-size: 16px;
      font-weight: 300;
      color: var(--brown);
      opacity: 0.65;
    }
    .pricing-cards {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      gap: 2px;
    }
    .pricing-card {
      background: rgba(70,55,48,0.04);
      padding: 56px 48px;
      position: relative;
    }
    .pricing-card.featured {
      background: var(--brown);
    }
    .pricing-card-label {
      font-size: 11px;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: var(--salmon);
      margin-bottom: 16px;
      font-weight: 500;
    }
    .pricing-card.featured .pricing-card-label {
      color: var(--sage);
    }
    .pricing-card-tier {
      font-family: var(--serif);
      font-size: 28px;
      font-weight: 500;
      color: var(--brown);
      margin-bottom: 8px;
    }
    .pricing-card.featured .pricing-card-tier {
      color: var(--cream);
    }
    .pricing-card-range {
      font-family: var(--serif);
      font-size: 36px;
      font-weight: 700;
      color: var(--salmon);
      letter-spacing: -0.02em;
      margin-bottom: 32px;
    }
    .pricing-card.featured .pricing-card-range {
      color: var(--salmon);
    }
    .pricing-card-desc {
      font-size: 12px;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: var(--brown);
      opacity: 0.5;
      margin-bottom: 32px;
      font-weight: 500;
    }
    .pricing-card.featured .pricing-card-desc {
      color: var(--cream);
      opacity: 0.5;
    }
    .pricing-card-items {
      list-style: none;
      display: flex;
      flex-direction: column;
      gap: 12px;
    }
    .pricing-card-items li {
      font-size: 14px;
      font-weight: 300;
      color: var(--brown);
      opacity: 0.75;
      padding-left: 20px;
      position: relative;
      line-height: 1.5;
    }
    .pricing-card.featured .pricing-card-items li {
      color: var(--cream);
      opacity: 0.75;
    }
    .pricing-card-items li::before {
      content: '—';
      position: absolute;
      left: 0;
      color: var(--salmon);
      font-size: 12px;
    }

    /* ── PARTNERS ── */
    #partners {
      background: var(--sage);
      padding: 0;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 0;
      align-items: stretch;
      overflow: hidden;
    }
    .partners-left {
      padding: 100px 64px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: 40px;
    }
    .partners-stripe {
      position: relative;
      min-height: 320px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .partners-stripe svg {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
    }
    .partners-stripe .btn-outline {
      position: relative;
      z-index: 2;
    }
    .partners-headline {
      font-family: var(--serif);
      font-size: clamp(28px, 3.5vw, 44px);
      font-weight: 400;
      font-style: italic;
      line-height: 1.3;
      color: var(--cream);
      letter-spacing: -0.01em;
      max-width: 640px;
    }
    .partners-headline strong {
      font-style: normal;
      font-weight: 700;
      display: block;
      font-family: var(--sans);
      font-size: 14px;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: var(--cream);
      opacity: 0.6;
      margin-bottom: 20px;
    }
    .btn-outline {
      display: inline-block;
      border: 1.5px solid var(--cream);
      color: var(--cream);
      font-family: var(--sans);
      font-size: 13px;
      font-weight: 500;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      padding: 16px 36px;
      text-decoration: none;
      white-space: nowrap;
      transition: background 0.2s, color 0.2s;
    }
    .btn-outline:hover {
      background: var(--cream);
      color: var(--sage);
    }

    /* ── FAQ ── */
    #faq {
      background: var(--cream);
      padding: 160px 64px;
    }
    .faq-inner {
      display: grid;
      grid-template-columns: 1fr 2fr;
      gap: 80px;
    }
    .faq-left {}
    .faq-section-label {
      font-size: 11px;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: var(--brown);
      opacity: 0.5;
      margin-bottom: 20px;
    }
    .faq-headline {
      font-family: var(--serif);
      font-size: clamp(34px, 4vw, 52px);
      font-weight: 500;
      line-height: 1.1;
      letter-spacing: -0.02em;
      color: var(--brown);
    }
    .faq-headline em {
      font-style: italic;
      color: var(--salmon);
    }
    .faq-right {}
    .faq-item {
      border-top: 1px solid rgba(70,55,48,0.12);
    }
    .faq-item:last-child {
      border-bottom: 1px solid rgba(70,55,48,0.12);
    }
    .faq-question {
      width: 100%;
      background: none;
      border: none;
      padding: 28px 0;
      text-align: left;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
      cursor: pointer;
      font-family: var(--serif);
      font-size: 19px;
      font-weight: 400;
      color: var(--brown);
      letter-spacing: -0.01em;
      transition: color 0.2s;
    }
    .faq-question:hover { color: var(--salmon); }
    .faq-question-icon {
      flex-shrink: 0;
      width: 28px;
      height: 28px;
      border: 1px solid rgba(70,55,48,0.2);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 16px;
      font-family: var(--sans);
      font-weight: 300;
      color: var(--brown);
      transition: transform 0.3s, background 0.2s, border-color 0.2s;
    }
    .faq-item.open .faq-question-icon {
      transform: rotate(45deg);
      background: var(--salmon);
      border-color: var(--salmon);
      color: var(--cream);
    }
    .faq-answer {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.3s;
    }
    .faq-item.open .faq-answer {
      max-height: 300px;
    }
    .faq-answer-inner {
      font-size: 15px;
      font-weight: 300;
      line-height: 1.8;
      color: var(--brown);
      opacity: 0.75;
      padding-bottom: 28px;
      max-width: 560px;
    }

    /* ── FINAL CTA ── */
    #final-cta {
      background: var(--salmon);
      padding: 160px 64px;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      position: relative;
      overflow: hidden;
    }
    .final-cta-bg-word {
      position: absolute;
      bottom: -80px;
      left: 50%;
      transform: translateX(-50%);
      font-family: var(--serif);
      font-size: 300px;
      font-weight: 900;
      color: var(--cream);
      opacity: 0.05;
      pointer-events: none;
      white-space: nowrap;
      letter-spacing: -0.04em;
    }
    .final-cta-headline {
      font-family: var(--serif);
      font-size: clamp(48px, 6vw, 88px);
      font-weight: 500;
      line-height: 1.0;
      letter-spacing: -0.03em;
      color: var(--cream);
      margin-bottom: 48px;
      max-width: 800px;
      position: relative;
      z-index: 2;
    }
    .final-cta-headline em {
      font-style: italic;
    }
    .btn-dark {
      display: inline-block;
      background: var(--brown);
      color: var(--cream);
      font-family: var(--sans);
      font-size: 14px;
      font-weight: 500;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      padding: 20px 52px;
      text-decoration: none;
      transition: opacity 0.2s;
      position: relative;
      z-index: 2;
    }
    .btn-dark:hover { opacity: 0.85; }
    .final-cta-contact {
      margin-top: 48px;
      display: flex;
      gap: 48px;
      font-size: 15px;
      font-weight: 300;
      color: var(--cream);
      opacity: 0.7;
      position: relative;
      z-index: 2;
    }

    /* ── FOOTER ── */
    footer {
      background: var(--brown);
      padding: 72px 64px;
    }
    .footer-top {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      margin-bottom: 64px;
    }
    .footer-logo {
      display: flex;
      align-items: center;
      gap: 0px;
      font-family: var(--serif);
      font-size: 28px;
      font-weight: 700;
      color: var(--cream);
      letter-spacing: -0.02em;
    }
    .footer-contact {
      display: flex;
      flex-direction: column;
      gap: 8px;
      text-align: right;
    }
    .footer-contact a {
      font-size: 14px;
      font-weight: 300;
      color: var(--cream);
      opacity: 0.6;
      text-decoration: none;
      transition: opacity 0.2s;
    }
    .footer-contact a:hover { opacity: 1; }
    .footer-mid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 48px;
      padding-top: 40px;
      border-top: 1px solid rgba(248,245,240,0.1);
      margin-bottom: 48px;
    }
    .footer-label {
      font-size: 10px;
      letter-spacing: 0.16em;
      text-transform: uppercase;
      color: var(--cream);
      opacity: 0.35;
      margin-bottom: 16px;
    }
    .footer-areas {
      display: flex;
      flex-wrap: wrap;
      gap: 8px 24px;
    }
    .footer-areas span {
      font-size: 13px;
      font-weight: 300;
      color: var(--cream);
      opacity: 0.55;
    }
    .footer-creds {
      display: flex;
      flex-direction: column;
      gap: 6px;
    }
    .footer-creds span {
      font-size: 13px;
      font-weight: 300;
      color: var(--cream);
      opacity: 0.55;
    }
    .footer-bottom {
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-top: 1px solid rgba(248,245,240,0.08);
      padding-top: 28px;
    }
    .footer-copy {
      font-size: 12px;
      color: var(--cream);
      opacity: 0.3;
    }
    .footer-tagline {
      font-family: var(--serif);
      font-size: 13px;
      font-style: italic;
      color: var(--cream);
      opacity: 0.3;
    }

    /* ── SCROLL REVEAL ── */
    .reveal {
      opacity: 0;
      transform: translateY(32px);
      transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    }
    .reveal.visible {
      opacity: 1;
      transform: none;
    }
    .reveal-delay-1 { transition-delay: 0.1s; }
    .reveal-delay-2 { transition-delay: 0.22s; }
    .reveal-delay-3 { transition-delay: 0.34s; }
    .reveal-delay-4 { transition-delay: 0.46s; }

/* ── BOOKING ── */
#booking {
  background: var(--cream);
  padding: 160px 64px;
  border-top: 1px solid rgba(70,55,48,0.1);
}
.booking-eyebrow {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--brown);
  opacity: 0.5;
  margin-bottom: 20px;
}
.booking-headline {
  font-family: var(--serif);
  font-size: clamp(40px, 5vw, 64px);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.05;
  color: var(--brown);
  margin-bottom: 16px;
}
.booking-subhead {
  font-size: 16px;
  font-weight: 300;
  color: var(--brown);
  opacity: 0.65;
  max-width: 520px;
  margin-bottom: 24px;
}
.booking-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  align-items: stretch;
  position: relative;
  margin-top: 0;
}
.booking-options::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 60%;
  background: rgba(70,55,48,0.2);
}
.booking-contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  padding: 40px 48px;
}
.booking-contact-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding-bottom: 340px;
}
.booking-phone-row {
  display: flex;
  align-items: center;
  gap: 20px;
}
.booking-phone-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(244, 134, 104, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--salmon);
}
.booking-phone-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.booking-contact-tag {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--salmon);
  font-weight: 500;
  align-self: flex-start;
}
.booking-phone-number {
  font-family: var(--serif);
  font-size: 36px;
  font-weight: 500;
  color: var(--brown);
  letter-spacing: -0.02em;
  text-decoration: none;
  line-height: 1.1;
  transition: color 0.2s;
}
.booking-phone-number:hover { color: var(--salmon); }
.booking-text-note {
  font-size: 13px;
  font-weight: 300;
  color: var(--brown);
  opacity: 0.5;
}
.booking-divider {
  width: 48px;
  height: 1.5px;
  background: var(--salmon);
  opacity: 0.6;
}
.booking-instagram {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 400;
  color: var(--brown);
  opacity: 0.65;
  text-decoration: none;
  transition: opacity 0.2s;
}
.booking-instagram:hover { opacity: 1; }
.booking-calendly {
  padding: 40px 0 40px 80px;
  min-height: 700px;
}
.booking-calendly-label {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--brown);
  opacity: 0.4;
  margin-bottom: 20px;
}

/* ── OUTLINE DARK VARIANT (cream backgrounds) ── */
.btn-outline-dark {
  border-color: var(--brown);
  color: var(--brown);
}
.btn-outline-dark:hover {
  background: var(--brown);
  color: var(--cream);
}

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  nav { padding: 12px 20px; }
  nav.scrolled { padding: 10px 20px; }
  .nav-logo { font-size: 17px; gap: 2px; }
  .nav-logo img { height: 40px !important; }
  .nav-links { display: none; }
  .nav-cta { font-size: 12px; padding: 10px 14px; letter-spacing: 0.02em; white-space: nowrap; }

  #hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-right { display: none; }
  .hero-left { padding: 120px 24px 72px; }

  #brand-story { grid-template-columns: 1fr; padding: 80px 24px; gap: 48px; }

  #how-it-works { padding: 100px 24px; }
  .hiw-steps { grid-template-columns: 1fr; gap: 0; }
  .hiw-step { padding: 0 0 48px 0; margin-right: 0 !important; }
  .hiw-step:not(:last-child) { border-right: none; border-bottom: 1px solid rgba(70,55,48,0.1); margin-bottom: 48px; }

  #services { padding-bottom: 80px; }
  .services-header { padding: 48px 24px; flex-direction: column; align-items: flex-start; gap: 16px; }
  .services-note { text-align: left; max-width: 100%; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { border-right: none; }
  .services-footer { padding: 24px 24px 0; }

  #testimonials { padding: 80px 24px; }
  .testimonials-grid { grid-template-columns: 1fr; gap: 48px; }

  #pricing { padding: 100px 24px; }
  .pricing-cards { grid-template-columns: 1fr; gap: 2px; }

  #partners { grid-template-columns: 1fr; }
  .partners-left { padding: 72px 24px; }
  .partners-stripe { min-height: 160px; }

  #faq { padding: 100px 24px; }
  .faq-inner { grid-template-columns: 1fr; gap: 48px; }

  #final-cta { padding: 100px 24px; }
  .final-cta-contact { flex-direction: column; gap: 12px; }

  footer { padding: 56px 24px; }
  .footer-top { flex-direction: column; gap: 24px; }
  .footer-contact { text-align: left; }
  .footer-mid { grid-template-columns: 1fr; }

  #booking { padding: 80px 24px 40px; }
  .booking-options { grid-template-columns: 1fr; }
  .booking-options::after { display: none; }
  .booking-contact { padding: 32px 0; border-bottom: 1px solid rgba(70,55,48,0.12); }
  .booking-contact-tag { margin-bottom: 16px; }
  .booking-contact-body { padding-bottom: 0; }
  .booking-calendly { padding: 24px 0 0; min-height: 500px; }
}
