
  * { margin: 0; padding: 0; box-sizing: border-box; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
  html { scroll-behavior: smooth; }
  body { font-family: 'Inter', sans-serif; background: #faf8f3; color: #1d1c1a; line-height: 1.7; }
  ::selection { background: #8f8576; color: #fff; }
  a { color: inherit; }
  em { font-style: italic; color: #8f8576; }

  /* ─── HEADER ─── */
  .header { background: #faf8f3; padding: 32px 28px 24px; border-bottom: 1px solid #d6cfc2; }
  .header-inner { max-width: 1100px; margin: 0 auto; display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
  .eyebrow-dark { font-size: 9px; font-weight: 600; letter-spacing: 0.38em; text-transform: uppercase; color: #777067; margin-bottom: 10px; }
  .brand-mark { font-family: 'Cormorant Garamond', serif; font-weight: 300; color: #1d1c1a; line-height: 1.05; font-size: clamp(28px, 4.5vw, 46px); }
  .brand-mark em { color: #b8b0a1; }
  .header-right { text-align: right; }
  .header-tag { font-family: 'Cormorant Garamond', serif; font-size: 16px; font-style: italic; color: #777067; margin-bottom: 6px; }
  .header-meta { font-size: 10px; letter-spacing: 0.15em; text-transform: uppercase; color: #777067; }
  .header-map-link { display: inline-block; text-decoration: none; border-bottom: 1px solid transparent; }
  .header-map-link:hover, .header-map-link:focus { color: #1d1c1a; border-bottom-color: #8f8576; outline: none; }

  /* ─── SCAFFOLD ─── */
  .section { max-width: 1100px; margin: 0 auto; padding: 64px 28px; }
  .section-narrow { max-width: 760px; margin: 0 auto; padding: 64px 28px; }
  .eyebrow { font-size: 9px; font-weight: 600; letter-spacing: 0.38em; text-transform: uppercase; color: #8f8576; margin-bottom: 12px; }
  .eyebrow-light { font-size: 9px; font-weight: 600; letter-spacing: 0.38em; text-transform: uppercase; color: #9a9489; margin-bottom: 12px; }
  h1, h2, h3 { font-family: 'Cormorant Garamond', serif; font-weight: 400; color: #1d1c1a; line-height: 1.02; letter-spacing: 0; }
  h1 { font-size: clamp(40px, 6vw, 68px); margin-bottom: 18px; }
  h2 { font-size: clamp(28px, 4.5vw, 44px); margin-bottom: 14px; }
  h3 { font-size: clamp(22px, 3vw, 28px); margin-bottom: 10px; }
  .lead { font-size: 15px; color: #262523; line-height: 1.9; max-width: 640px; }
  .divider { display: flex; align-items: center; gap: 14px; margin: 40px 0 28px; }
  .divider::before, .divider::after { content: ''; flex: 1; height: 1px; background: #d3ccbf; }
  .divider span { font-size: 9px; letter-spacing: 0.3em; text-transform: uppercase; color: #8f8576; font-weight: 700; white-space: nowrap; }

  /* ─── BUTTONS ─── */
  .btn { display: inline-block; padding: 14px 28px; font-size: 11px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; text-decoration: none; cursor: pointer; transition: all 0.2s; font-family: 'Inter', sans-serif; border-radius: 2px; border: 1px solid; }
  .btn-dark { background: #1d1c1a; color: #f0ece4; border-color: #1d1c1a; }
  .btn-dark:hover { background: #262523; border-color: #262523; }
  .btn-gold { background: #8f8576; color: #fff; border-color: #8f8576; }
  .btn-gold:hover { background: #5c554b; border-color: #5c554b; }
  .btn-outline { background: transparent; color: #8f8576; border-color: #8f8576; }
  .btn-outline:hover { background: #8f8576; color: #fff; }
  .btn-outline-light { background: transparent; color: #b8b0a1; border-color: #8f8576; }
  .btn-outline-light:hover { background: #8f8576; color: #fff; }

  /* ─── HERO ─── */
  .hero { max-width: 1100px; margin: 0 auto; padding: 80px 28px 60px; display: grid; grid-template-columns: 1.4fr 1fr; gap: 48px; align-items: center; }
  .hero h1 { font-size: clamp(40px, 7vw, 76px); }
  .hero-card { background: #1d1c1a; border-left: 3px solid #8f8576; padding: 30px 28px; }
  .hero-card-quote { font-family: 'Cormorant Garamond', serif; font-size: 21px; font-style: italic; color: #b8b0a1; line-height: 1.45; font-weight: 300; }
  .hero-card-cite { display: block; margin-top: 16px; font-size: 9px; letter-spacing: 0.22em; text-transform: uppercase; color: #8f8576; font-style: normal; font-weight: 600; }
  .hero-meta-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 24px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.14); }
  .hero-meta-label { font-size: 9px; letter-spacing: 0.22em; text-transform: uppercase; color: #615c54; font-weight: 600; margin-bottom: 4px; }
  .hero-meta-value { font-size: 13px; color: #f0ece4; font-weight: 300; }
  .hero-cta-row { display: flex; gap: 10px; margin-top: 28px; flex-wrap: wrap; }

  /* ─── HBOX ─── */
  .hbox { background: #f0ece4; border-left: 3px solid #8f8576; padding: 22px 26px; border-radius: 0 2px 2px 0; margin: 32px 0; }
  .hbox-quote { font-family: 'Cormorant Garamond', serif; font-size: 20px; font-style: italic; color: #262523; line-height: 1.55; }
  .hbox-cite { display: block; margin-top: 10px; font-size: 9px; letter-spacing: 0.22em; text-transform: uppercase; color: #8f8576; font-style: normal; font-weight: 600; }

  /* ─── CARDS ─── */
  .card-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 18px; }
  .card { background: #fffdfa; border: 1px solid #d6cfc2; border-radius: 2px; padding: 26px 24px; transition: all 0.2s; }
  .card:hover { border-color: #8f8576; transform: translateY(-2px); }
  .card-num { font-family: 'Cormorant Garamond', serif; font-size: 46px; font-weight: 300; color: #e0ddd6; line-height: 1; margin-bottom: 10px; }
  .card-sub { font-size: 9px; letter-spacing: 0.24em; text-transform: uppercase; color: #8f8576; font-weight: 600; margin-bottom: 10px; }
  .card-title { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 400; color: #1d1c1a; margin-bottom: 10px; line-height: 1.2; }
  .card-body { font-size: 13px; color: #777067; line-height: 1.85; }
  .booking-choice-section { border-top: 1px solid #d6cfc2; border-bottom: 1px solid #d6cfc2; background: #f7f4ee; }
  .booking-choice-section h2 { max-width: 760px; }
  .booking-choice-grid { margin-top: 28px; }
  .booking-choice-panel { margin: 30px 0 32px; padding: 28px; border: 1px solid #d6cfc2; background: #f7f4ee; }
  .booking-choice-card { display: flex; flex-direction: column; min-height: 100%; }
  .booking-choice-card .card-body { flex: 1; }
  .booking-choice-card .btn { align-self: flex-start; margin-top: 18px; }
  .booking-choice-note { max-width: 780px; margin-top: 22px; font-size: 13.5px; color: #5c554b; line-height: 1.8; }

  /* ─── SERVICES LIST ─── */
  .services-list { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 1px; background: #d6cfc2; border: 1px solid #d6cfc2; border-radius: 2px; overflow: hidden; margin-top: 28px; }
  .service-item { background: #fff; padding: 20px 22px; }
  .service-name { font-family: 'Cormorant Garamond', serif; font-size: 19px; color: #1d1c1a; font-weight: 400; line-height: 1.2; margin-bottom: 4px; }
  .service-desc { font-size: 11.5px; color: #777067; letter-spacing: 0.04em; }

  /* ─── DARK SECTION ─── */
  .dark-section { background: #1d1c1a; color: #f0ece4; border-top: 2px solid #8f8576; border-bottom: 2px solid #8f8576; padding: 70px 28px; }
  .dark-section-inner { max-width: 1100px; margin: 0 auto; }
  .dark-section h2 { color: #f0ece4; }
  .dark-section h2 em { color: #b8b0a1; }
  .dark-section .lead { color: #b8b0a1; max-width: 720px; }
  .dark-card { background: #191817; border: 1px solid rgba(255,255,255,0.14); border-radius: 2px; padding: 26px 24px; }
  .dark-card-num { font-family: 'Inter', monospace; font-size: 11px; color: #9a9489; letter-spacing: 0.1em; margin-bottom: 12px; }
  .dark-card-title { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 400; color: #f0ece4; margin-bottom: 10px; line-height: 1.2; }
  .dark-card-body { font-size: 13px; color: #b8b0a1; line-height: 1.85; }

  /* ─── NOTICE ─── */
  .notice { background: #1d1c1a; border-left: 3px solid #8f8576; padding: 22px 26px; border-radius: 0 2px 2px 0; margin: 28px 0; }
  .notice p { font-size: 13.5px; color: #f0ece4; line-height: 1.85; }
  .notice strong { color: #b8b0a1; font-weight: 600; }
  .notice-light { background: #f0ece4; border-left: 3px solid #8f8576; padding: 18px 22px; border-radius: 0 2px 2px 0; margin: 24px 0; }
  .notice-light h3 { font-size: 24px; margin: 0 0 8px; color: #1d1c1a; }
  .notice-light p { font-size: 13.5px; color: #262523; line-height: 1.8; }
  .notice-light strong { color: #5c554b; font-weight: 600; }
  .section .lead + .lead { margin-top: 18px; }
  .booking-embed-section { padding-top: 28px; }
  .booking-embed-section .notice-light { margin-top: 0; margin-bottom: 18px; }
  .booking-embed-section .form-wrap { padding-top: 28px; }

  /* ─── PROGRESS BAR ─── */
  .progress-wrap { background: #fff; border: 1px solid #d6cfc2; border-radius: 2px 2px 0 0; padding: 22px 28px 18px; border-bottom: none; }
  .progress-circles { display: flex; justify-content: space-between; margin-bottom: 14px; max-width: 500px; margin-left: auto; margin-right: auto; }
  .pc { flex: 1; text-align: center; }
  .pc-circle { width: 30px; height: 30px; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto; font-size: 11px; font-weight: 700; border: 1.5px solid #ccc4b6; background: #f0ece4; color: #777067; transition: all 0.3s; }
  .pc.done .pc-circle { background: #5c554b; border-color: #5c554b; color: #f0ece4; }
  .pc.current .pc-circle { background: #1d1c1a; border-color: #1d1c1a; color: #f0ece4; }
  .progress-track { height: 3px; background: #ebe6dd; border-radius: 2px; max-width: 500px; margin: 0 auto; }
  .progress-fill { height: 100%; background: #5c554b; border-radius: 2px; transition: width 0.4s ease; width: 0%; }

  /* ─── FORM ─── */
  .form-wrap { background: #fffdfa; border: 1px solid #d6cfc2; border-top: none; border-radius: 0 0 2px 2px; padding: 40px 36px; }
  .step { display: none; }
  .step.active { display: block; }
  .step-title { margin-bottom: 28px; }
  .step-num { font-size: 9px; letter-spacing: 0.38em; text-transform: uppercase; color: #8f8576; font-weight: 600; margin-bottom: 8px; }
  .step-title h3 { font-family: 'Cormorant Garamond', serif; font-size: clamp(30px, 5vw, 44px); font-weight: 400; color: #1d1c1a; margin-bottom: 6px; line-height: 1.05; }
  .step-title h3 em { font-style: italic; color: #5c554b; }
  .step-sub { font-size: 13px; color: #777067; }

  .field { margin-bottom: 22px; }
  .field-label { display: block; font-size: 10px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: #262523; margin-bottom: 7px; }
  .field-required { color: #8f8576; margin-left: 3px; }
  .field-hint { font-size: 11.5px; color: #777067; margin-bottom: 8px; line-height: 1.55; }
  .field-group { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
  input[type="text"], input[type="email"], input[type="tel"], select, textarea { width: 100%; background: #fff; border: 1px solid #d6cfc2; border-radius: 2px; padding: 12px 14px; font-size: 14px; color: #1d1c1a; font-family: 'Inter', sans-serif; outline: none; transition: all 0.2s; -webkit-appearance: none; appearance: none; }
  textarea { resize: vertical; min-height: 90px; line-height: 1.7; }
  select { padding-right: 36px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%238f8576' stroke-width='1.5' fill='none'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; }
  input:focus, select:focus, textarea:focus { border-color: #5c554b; box-shadow: 0 0 0 3px rgba(18,18,18,0.10); }

  .opts { display: flex; flex-wrap: wrap; gap: 8px; }
  .opt { padding: 10px 16px; border-radius: 2px; font-size: 12px; font-weight: 500; cursor: pointer; border: 1px solid #d6cfc2; background: #fffdfa; color: #262523; font-family: 'Inter', sans-serif; transition: all 0.15s; user-select: none; }
  .opt:hover { border-color: #b8b0a1; background: #f0ece4; }
  .opt.selected { background: #1d1c1a; color: #f0ece4; border-color: #1d1c1a; }

  .scale-wrap { margin-bottom: 24px; }
  .scale-buttons { display: flex; gap: 6px; flex-wrap: wrap; }
  .scale-btn { width: 44px; height: 44px; border-radius: 2px; display: flex; align-items: center; justify-content: center; font-size: 15px; font-weight: 700; cursor: pointer; border: 1px solid #d6cfc2; background: #fffdfa; color: #262523; font-family: 'Inter', sans-serif; transition: all 0.15s; }
  .scale-btn:hover { border-color: #b8b0a1; background: #f0ece4; }
  .scale-btn.selected { background: #1d1c1a; border-color: #1d1c1a; color: #f0ece4; }
  .scale-labels { display: flex; justify-content: space-between; margin-top: 7px; font-size: 10px; color: #777067; }

  .photo-wrap { background: #f0ece4; border: 1px solid #d6cfc2; padding: 20px; border-radius: 2px; }
  .photo-wrap > p { font-size: 12.5px; color: #262523; line-height: 1.75; margin-bottom: 14px; }
  .photo-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); gap: 12px; }
  .photo-box { border: 1.5px dashed #b8b0a1; background: #fff; border-radius: 2px; padding: 30px 12px; text-align: center; cursor: pointer; transition: all 0.2s; min-height: 120px; display: flex; flex-direction: column; justify-content: center; align-items: center; position: relative; overflow: hidden; }
  .photo-box.uploaded { border: 1.5px solid #5c554b; padding: 0; min-height: 140px; }
  .photo-label { font-size: 10px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: #5c554b; margin-bottom: 6px; }
  .photo-box.uploaded .photo-label { color: #b8b0a1; margin-bottom: 0; }
  .photo-hint { font-size: 11px; color: #777067; line-height: 1.4; }

  .check-item { display: flex; gap: 14px; padding: 18px 20px; background: #fff; border: 1px solid #d6cfc2; border-radius: 2px; cursor: pointer; margin-bottom: 10px; transition: all 0.15s; align-items: flex-start; }
  .check-item:hover { border-color: #b8b0a1; background: #fffdfa; }
  .check-item.checked { background: #fffdfa; border-color: #5c554b; }
  .check-item.required { border-left: 3px solid #8f8576; }
  .check-box { width: 20px; height: 20px; flex-shrink: 0; margin-top: 2px; border: 1.5px solid #b8b0a1; border-radius: 2px; background: #fff; display: flex; align-items: center; justify-content: center; color: #f0ece4; font-size: 12px; font-weight: 700; transition: all 0.15s; }
  .check-item.checked .check-box { background: #1d1c1a; border-color: #1d1c1a; }
  .check-item.checked .check-box::before { content: '✓'; }
  .check-text { font-size: 13.5px; color: #262523; line-height: 1.65; }
  .check-text strong { color: #1d1c1a; font-weight: 600; }
  .check-sub { font-size: 11.5px; color: #777067; margin-top: 4px; line-height: 1.55; }

  .signature-preview { font-family: 'Cormorant Garamond', serif; font-size: 28px; font-style: italic; color: #5c554b; margin-top: 8px; min-height: 40px; border-bottom: 1px solid #d6cfc2; padding-bottom: 6px; }

  .nav-row { display: flex; justify-content: space-between; align-items: center; margin-top: 36px; padding-top: 26px; border-top: 1px solid #d6cfc2; gap: 12px; flex-wrap: wrap; }
  .step-indicator { font-size: 11px; color: #777067; letter-spacing: 0.04em; }
  .btn-back { background: transparent; border: 1px solid #b8b0a1; color: #777067; font-family: 'Inter', sans-serif; font-size: 11px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; cursor: pointer; padding: 13px 22px; border-radius: 2px; transition: all 0.15s; }
  .btn-back:hover { border-color: #5c554b; color: #1d1c1a; }
  .btn-next { background: #1d1c1a; border: 1px solid #1d1c1a; color: #f0ece4; font-family: 'Inter', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; cursor: pointer; padding: 13px 26px; border-radius: 2px; transition: all 0.15s; }
  .btn-next:hover { background: #262523; border-color: #262523; }
  .btn-submit { background: #5c554b; border: 1px solid #5c554b; color: #fff; font-family: 'Inter', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; cursor: pointer; padding: 13px 26px; border-radius: 2px; transition: all 0.15s; }
  .btn-submit:hover { background: #5c554b; border-color: #5c554b; }

  /* ─── SUCCESS ─── */
  .success-state { display: none; background: #fff; border: 1px solid #d6cfc2; border-radius: 2px; padding: 50px 40px; text-align: center; }
  .success-state.active { display: block; }
  .success-icon { width: 74px; height: 74px; border-radius: 50%; background: #f0f9f4; border: 2px solid #4a8a60; display: flex; align-items: center; justify-content: center; margin: 0 auto 30px; font-size: 30px; color: #4a8a60; }
  .success-state h2 { font-size: clamp(32px, 5vw, 48px); }
  .success-list { background: #f0ece4; border-radius: 2px; padding: 24px 26px; text-align: left; margin: 24px 0; }
  .success-list-item { display: flex; gap: 14px; padding: 12px 0; border-bottom: 1px solid #d6cfc2; font-size: 13px; color: #262523; line-height: 1.7; align-items: flex-start; }
  .success-list-item:last-child { border-bottom: none; }
  .success-list-num { font-family: 'Cormorant Garamond', serif; font-size: 18px; color: #5c554b; font-weight: 600; flex-shrink: 0; }
  .consultation-intro { max-width: 760px; margin: 18px 0 28px; }
  .consultation-intro .lead { max-width: 720px; margin: 0; }
  .consultation-intro .lead + .lead { margin-top: 18px; }
  .consultation-intro strong { color: #1d1c1a; font-weight: 700; }
  .consultation-intro em { color: #8f8576; font-style: italic; }

  /* ─── FOOTER ─── */
  .footer { background: #1d1c1a; border-top: 2px solid #8f8576; color: #f0ece4; padding: 60px 28px 28px; }
  .footer-inner { max-width: 1100px; margin: 0 auto; }
  .footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 36px; margin-bottom: 48px; }
  .footer h4 { font-family: 'Inter', sans-serif; font-size: 9px; font-weight: 600; letter-spacing: 0.3em; text-transform: uppercase; color: #9a9489; margin-bottom: 18px; }
  .footer p, .footer li { font-size: 13px; color: #b8b0a1; line-height: 1.85; }
  .footer ul { list-style: none; }
  .footer ul li { margin-bottom: 8px; }
  .footer a { color: #b8b0a1; text-decoration: none; transition: color 0.2s; }
  .footer a:hover { color: #b8b0a1; }
  .footer-brand-mark { font-family: 'Cormorant Garamond', serif; font-style: italic; color: #b8b0a1; font-size: 16px; margin-top: -2px; }
  .footer-service-area { max-width: 980px; margin: -18px 0 24px; color: #9a9489; }
  .footer-bottom { border-top: 1px solid rgba(255,255,255,0.12); padding-top: 22px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; }
  .footer-italic { font-family: 'Cormorant Garamond', serif; font-style: italic; color: #9a9489; font-size: 15px; }
  .footer-copy { font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase; color: #615c54; }

  /* ─── RESPONSIVE ─── */
  @media (max-width: 900px) {
    .hero { grid-template-columns: 1fr; gap: 36px; padding: 60px 28px 40px; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
  }
  @media (max-width: 560px) {
    .header-inner { flex-direction: column; align-items: flex-start; }
    .header-right { text-align: left; }
    .section, .section-narrow { padding: 48px 22px; }
    .hero { padding: 48px 22px 32px; }
    .form-wrap { padding: 30px 22px; }
    .progress-wrap { padding: 18px 22px 14px; }
    .field-group { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr; }
    .topnav-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 6px 16px; align-items: center; padding: 9px 22px; }
    .topnav a { padding: 0; font-size: 9px; letter-spacing: 0.14em; }
    .topnav a:nth-last-child(2) { grid-column: 1 / -1; text-align: center; }
    .topnav a.topnav-cta { grid-column: 1 / -1; justify-self: center; text-align: center; padding: 6px 20px; margin-top: 1px; }
  }

  /* ─── TOP NAV (multi-page) ─── */
  .topnav { background:#1d1c1a; border-top:1px solid #1d1c1a; border-bottom:1px solid #1d1c1a; }
  .topnav-inner { max-width:1100px; margin:0 auto; display:flex; gap:24px; flex-wrap:wrap; padding:14px 28px; }
  .topnav a { font-size:10px; letter-spacing:0.2em; text-transform:uppercase; color:#f0ece4; text-decoration:none; font-weight:600; transition:color 0.2s; }
  .topnav a:hover, .topnav a.active { color:#bfae93; }
  /* ─── HERO TAGLINE ─── */
  .hero-tagline { font-family:'Cormorant Garamond',serif; font-style:italic; font-size:19px; color:#262523; margin-top:18px; line-height:1.4; }
  .hero-tagline em { color:#8f8576; font-style:italic; }
  /* ─── BREADCRUMB + PAGE HERO ─── */
  .crumb { max-width:1100px; margin:0 auto; padding:22px 28px 0; font-size:11px; letter-spacing:0.06em; color:#777067; }
  .crumb a { color:#8f8576; text-decoration:none; }
  .crumb a:hover { text-decoration:underline; }
  .page-hero { max-width:1100px; margin:0 auto; padding:40px 28px 16px; }
  /* ─── LINK PILLS ─── */
  .link-list { display:flex; flex-wrap:wrap; gap:10px; margin-top:22px; }
  .link-pill { display:inline-block; padding:10px 16px; border:1px solid #d6cfc2; border-radius: 2px; font-size:12px; color:#262523; text-decoration:none; transition:all 0.15s; font-weight:500; }
  .link-pill:hover { border-color:#8f8576; background:#f0ece4; color:#5c554b; }
  .service-item a { text-decoration:none; }
  .service-item.link { transition:background 0.15s; }
  .service-item.link:hover { background:#fffdfa; }
  /* ─── FAQ ─── */
  .faq-item { border-top:1px solid #d6cfc2; padding:24px 0; }
  .faq-item:last-child { border-bottom:1px solid #d6cfc2; }
  .faq-q { font-family:'Cormorant Garamond',serif; font-size:23px; font-weight:400; color:#1d1c1a; margin-bottom:8px; line-height:1.25; }
  .faq-a { font-size:14px; color:#262523; line-height:1.85; max-width:700px; }
  /* ─── LOCATION ─── */
  .loc-grid { display:grid; grid-template-columns:1fr 1fr; gap:24px; margin-top:28px; }
  .loc-card { background:#fff; border:1px solid #d6cfc2; border-radius: 2px; padding:28px; }
  .loc-card .field-label { margin-bottom:10px; }
  .loc-line { font-size:14px; color:#262523; line-height:1.95; }
  .loc-line strong { color:#1d1c1a; }
  .areas { font-size:13px; color:#777067; line-height:1.9; margin-top:10px; }
  @media (max-width:560px){ .loc-grid{ grid-template-columns:1fr; } }

  /* ─── NAV CTA + SUBNAV (Phase 1) ─── */
  .topnav a.topnav-cta { color:#1d1c1a; background:#f0ece4; padding:6px 14px; border-radius: 2px; }
  .topnav a.topnav-cta:hover { background:#bfae93; color:#1d1c1a; }
  .subnav { background:#f0ece4; border-bottom:1px solid #d6cfc2; }
  .subnav-inner { max-width:1100px; margin:0 auto; padding:12px 28px; display:flex; gap:18px; flex-wrap:wrap; }
  .subnav a { font-size:11px; letter-spacing:0.04em; color:#5c554b; text-decoration:none; font-weight:600; }
  .subnav a:hover { color:#1d1c1a; text-decoration:underline; }
  .spec-list { margin:14px 0 0; padding:0; list-style:none; }
  .spec-list li { font-size:14px; color:#262523; line-height:1.9; padding-left:20px; position:relative; }
  .spec-list li::before { content:'·'; position:absolute; left:6px; color:#8f8576; font-weight:700; }
  .steps { margin:14px 0 0; padding:0; list-style:none; counter-reset:s; }
  .steps li { font-size:14px; color:#262523; line-height:1.8; padding:8px 0 8px 38px; position:relative; border-top:1px solid #ebe6dd; }
  .steps li:first-child { border-top:none; }
  .steps li::before { counter-increment:s; content:counter(s,decimal-leading-zero); position:absolute; left:0; top:8px; font-family:'Cormorant Garamond',serif; color:#8f8576; font-size:16px; font-weight:600; }

  /* Neutralize inline-styled warm-dark blocks to true black (HTML untouched) */
  [style*="background:#231c16"]{ background:#191817 !important; border-left-color:#8f8576 !important; }
  [style*="background:#2a211a"]{ background:#1b1a18 !important; border-left-color:#8f8576 !important; }

  /* ── Back-to-top button ── */
  #toTop { position: fixed; right: 22px; bottom: 22px; width: 46px; height: 46px; border-radius: 50%;
    background: #1d1c1a; color: #f0ece4; border: none; cursor: pointer; z-index: 90;
    display: flex; align-items: center; justify-content: center; font-size: 19px; line-height: 1;
    box-shadow: 0 4px 16px rgba(0,0,0,0.18); opacity: 0; visibility: hidden;
    transform: translateY(8px); transition: opacity .25s, transform .25s, visibility .25s, background .2s; }
  #toTop.show { opacity: 1; visibility: visible; transform: translateY(0); }
  #toTop:hover { background: #3a352e; }
  @media (max-width: 560px) { #toTop { right: 16px; bottom: 16px; width: 42px; height: 42px; } }


  /* Luxury conversion pass */
  .section-tight { padding-top: 54px; padding-bottom: 54px; }
  .lux-hero { max-width: 1180px; margin: 0 auto; padding: 78px 28px 58px; display: grid; grid-template-columns: minmax(0,1.35fr) minmax(320px,.65fr); gap: 42px; align-items: stretch; }
  .lux-hero h1 { font-size: clamp(44px, 7vw, 78px); max-width: 830px; }
  .lux-hero-copy { display: flex; flex-direction: column; justify-content: center; }
  .lux-proof-panel { background:#1d1c1a; border-left:3px solid #8f8576; padding: 30px 28px; display: flex; flex-direction: column; justify-content: center; gap: 12px; }
  .proof-kicker, .tier-label { font-size: 9px; letter-spacing: .26em; text-transform: uppercase; color:#8f8576; font-weight:700; }
  .proof-line { color:#f0ece4; font-family:'Cormorant Garamond',serif; font-size: 23px; line-height:1.2; border-top:1px solid rgba(255,255,255,.12); padding-top:12px; }
  .tier-feature { margin-top: 28px; display:grid; grid-template-columns: minmax(0,1.1fr) minmax(300px,.9fr); gap: 28px; align-items: stretch; background:#fffdfa; border:1px solid #d6cfc2; border-left:3px solid #8f8576; padding:28px; }
  .tier-feature h3, .tier-card h3, .lux-step-grid h3 { font-size: 30px; }
  .tier-feature p, .tier-card p, .lux-step-grid p { font-size: 13.5px; color:#5c554b; line-height:1.8; }
  .tier-feature figure, .feature-split figure { margin:0; background:#1d1c1a; padding:10px; border-left:3px solid #8f8576; }
  .tier-feature img, .feature-split img, .luxe-gallery img { display:block; width:100%; height:auto; border-radius:2px; }
  .tier-grid { display:grid; grid-template-columns: repeat(auto-fit,minmax(300px,1fr)); gap:18px; margin-top:18px; }
  .tier-card { background:#fffdfa; border:1px solid #d6cfc2; border-radius:2px; padding:26px 24px; }
  .trust-strip { display:grid; grid-template-columns: repeat(auto-fit,minmax(180px,1fr)); gap:1px; background:rgba(255,255,255,.14); border:1px solid rgba(255,255,255,.14); margin:28px 0; }
  .trust-strip div { background:#191817; padding:22px 20px; }
  .trust-strip strong { display:block; font-family:'Cormorant Garamond',serif; color:#f0ece4; font-size:34px; font-weight:400; line-height:1; }
  .trust-strip span { display:block; margin-top:8px; color:#b8b0a1; font-size:11px; letter-spacing:.08em; text-transform:uppercase; }
  .lux-step-grid { display:grid; grid-template-columns: repeat(auto-fit,minmax(240px,1fr)); gap:18px; margin-top:24px; }
  .lux-step-grid > div { border-top:1px solid #d6cfc2; padding-top:20px; }
  .lux-step-grid span { display:block; font-size:10px; letter-spacing:.22em; color:#8f8576; text-transform:uppercase; font-weight:700; margin-bottom:12px; }
  .feature-split { display:grid; grid-template-columns:minmax(280px,.75fr) minmax(0,1fr); gap:30px; align-items:center; margin-top:24px; }
  .luxe-gallery { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:16px; margin-top:24px; }
  .luxe-gallery figure { margin:0; background:#fffdfa; border:1px solid #d6cfc2; padding:10px; }
  .luxe-gallery figcaption { font-size:9px; letter-spacing:.16em; text-transform:uppercase; color:#8f8576; margin-top:8px; font-weight:700; }
  @media(max-width:860px){ .lux-hero,.tier-feature,.feature-split{ grid-template-columns:1fr; } .luxe-gallery{ grid-template-columns:repeat(2,minmax(0,1fr)); } }
  @media(max-width:560px){ .lux-hero{ padding:52px 22px 36px; } .luxe-gallery{ grid-template-columns:1fr; } }


  /* Specific homepage rebuild */
  .hhcf-section { padding-top: 58px; padding-bottom: 58px; }
  .hhcf-hero { max-width:1180px; margin:0 auto; padding:72px 28px 52px; display:grid; grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr); gap:42px; align-items:center; }
  .hhcf-hero h1 { font-size:clamp(42px,6vw,70px); max-width:820px; }
  .hhcf-hero .lead { max-width:680px; }
  .trust-line { margin-top:18px; font-size:10px; letter-spacing:.18em; text-transform:uppercase; color:#8f8576; font-weight:700; }
  .hhcf-hero-image { margin:0; background:#fffdfa; border:1px solid #d6cfc2; padding:12px; box-shadow:0 18px 45px rgba(29,28,26,.08); }
  .hhcf-hero-image img, .proof-preview img, .founder-preview img { display:block; width:100%; height:auto; border-radius:2px; }
  .signature-grid { display:grid; grid-template-columns:1.25fr 1fr 1fr; gap:18px; margin-top:26px; }
  .signature-card { background:#fffdfa; border:1px solid #d6cfc2; border-radius:2px; padding:28px 25px; box-shadow:0 10px 30px rgba(29,28,26,.04); }
  .signature-card-primary { border-left:3px solid #8f8576; background:#f8f4ec; }
  .signature-card h3, .trust-card-grid h3, .method-preview-grid h3 { font-size:28px; }
  .signature-card p, .trust-card-grid p, .method-preview-grid p { font-size:13.5px; color:#5c554b; line-height:1.8; }
  .trust-card-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:14px; margin-top:24px; }
  .trust-card-grid article { border-top:1px solid #d6cfc2; padding-top:18px; }
  .method-preview { background:#fffdfa; border-top:1px solid #ebe6dd; border-bottom:1px solid #ebe6dd; max-width:none; padding-left:max(28px,calc((100vw - 1100px)/2 + 28px)); padding-right:max(28px,calc((100vw - 1100px)/2 + 28px)); }
  .method-preview-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:18px; margin-top:26px; max-width:1100px; }
  .method-preview-grid article { background:#faf8f3; border:1px solid #d6cfc2; padding:22px 20px; }
  .method-preview-grid span { display:block; font-size:10px; letter-spacing:.24em; color:#8f8576; text-transform:uppercase; font-weight:700; margin-bottom:10px; }
  .proof-preview, .founder-preview { display:grid; grid-template-columns:minmax(0,1fr) minmax(300px,.72fr); gap:34px; align-items:center; }
  .proof-preview figure, .founder-preview figure { margin:0; background:#fffdfa; border:1px solid #d6cfc2; padding:12px; box-shadow:0 14px 38px rgba(29,28,26,.06); }
  .founder-preview { grid-template-columns:minmax(240px,.45fr) minmax(0,1fr); }
  .founder-preview { display:block; max-width:760px; }
  .founder-copy { max-width:760px; }
  .founder-brand-card {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    padding: 30px 28px;
    border: 1px solid #d6cfc2;
    border-left: 4px solid #8f8576;
    background: #fffdfa;
    box-shadow: 0 12px 32px rgba(29,28,26,.05);
  }

  .founder-card-name {
    font-family: 'Cormorant Garamond', serif;
    font-size: 31px;
    line-height: 1;
    color: #1d1c1a;
  }
  .founder-card-line {
    font-size: 14px;
    line-height: 1.55;
    color: #4a453e;
  }
  .consultation-band { text-align:center; }
  .consultation-band .lead { margin-left:auto; margin-right:auto; }
  .area-note { margin-top:18px; color:#777067; font-size:13px; }
  .location-section { padding-top:44px; border-top:1px solid #d6cfc2; }
  @media(max-width:900px){ .hhcf-hero,.proof-preview,.founder-preview{ grid-template-columns:1fr; } .signature-grid,.trust-card-grid,.method-preview-grid{ grid-template-columns:1fr 1fr; } }
  @media(max-width:560px){ .hhcf-hero{ padding:54px 22px 36px; } .signature-grid,.trust-card-grid,.method-preview-grid{ grid-template-columns:1fr; } }


  /* Image SEO / GEO proof sections */
  .image-seo-gallery figure, .image-proof-section figure { background:#fffdfa; border:1px solid #d6cfc2; padding:10px; }
  .result-image-frame { background:#1d1c1a; padding:8px; border-left:3px solid #8f8576; }
  .image-seo-gallery img, .image-proof-section img { display:block; width:100%; height:auto; border-radius:2px; }
  .result-category .lead, .image-proof-section .lead { max-width:760px; }
  .image-seo-gallery figcaption, .image-proof-section figcaption { font-size:9px; letter-spacing:.16em; text-transform:uppercase; color:#8f8576; margin-top:8px; font-weight:700; line-height:1.5; }


  /* Positioning cleanup */
  .signature-grid-four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  @media(max-width:1000px){ .signature-grid-four{ grid-template-columns:1fr 1fr; } }
  @media(max-width:560px){ .signature-grid-four{ grid-template-columns:1fr; } }


  /* Homepage transformation proof */
  .hhcf-hero-transform { grid-template-columns:minmax(0,1fr) minmax(300px,440px); padding-bottom:32px; }
  .hero-transformation-card { margin:0; background:#fffdfa; border:1px solid #d6cfc2; padding:10px; box-shadow:0 18px 45px rgba(29,28,26,.08); }
  .hero-transformation-card img { display:block; width:100%; height:auto; border-radius:2px; }
  .hero-transformation-card figcaption { font-size:9px; letter-spacing:.16em; text-transform:uppercase; color:#8f8576; margin-top:8px; font-weight:700; line-height:1.5; }
  .hero-transformation-proof { padding-top:18px; }
  .transformation-first-grid { grid-template-columns:1.2fr 1fr 1fr; align-items:start; }
  @media(max-width:900px){ .hhcf-hero-transform{ grid-template-columns:1fr; } .transformation-first-grid{ grid-template-columns:1fr 1fr; } }
  @media(max-width:560px){ .transformation-first-grid{ grid-template-columns:1fr; } }


  /* Homepage result proof */
  .hhcf-hero-transform { grid-template-columns:minmax(0,1fr) minmax(300px,440px); padding-bottom:32px; }
  .hero-result-card { margin:0; background:#fffdfa; border:1px solid #d6cfc2; padding:10px; box-shadow:0 18px 45px rgba(29,28,26,.08); }
  .hero-result-card img { display:block; width:100%; height:auto; border-radius:2px; }
  .hero-result-card figcaption { font-size:9px; letter-spacing:.16em; text-transform:uppercase; color:#8f8576; margin-top:8px; font-weight:700; line-height:1.5; }
  .hero-result-proof { padding-top:18px; }
  .result-first-grid { grid-template-columns:1.2fr 1fr 1fr; align-items:start; }
  @media(max-width:900px){ .hhcf-hero-transform{ grid-template-columns:1fr; } .result-first-grid{ grid-template-columns:1fr 1fr; } }
  @media(max-width:560px){ .result-first-grid{ grid-template-columns:1fr; } }


  /* Homepage proof sizing */
  .home-proof-compact-override { display:none; }
  .hhcf-hero-transform { grid-template-columns:minmax(0,1fr) minmax(220px,320px); gap:30px; padding-bottom:22px; }
  .hero-result-card { max-width:320px; justify-self:end; padding:8px; }
  .hero-result-card img { aspect-ratio:1 / 1; object-fit:cover; }
  .hero-result-card img[src*="dallas-silk-press-natural-hair-result-healthy-hair-care-first"] { object-position:center 18%; }
  .hero-result-proof { padding-top:10px; padding-bottom:34px; }
  .hero-result-proof .lead { max-width:700px; }
  .result-first-grid { max-width:980px; grid-template-columns:repeat(3,minmax(0,1fr)); }
  .result-first-grid img { aspect-ratio:1 / 1; object-fit:cover; }
  .result-first-grid figure:first-child img { object-position:center 28%; }
  @media(max-width:900px){ .hero-result-card{ justify-self:start; max-width:280px; } .result-first-grid{ grid-template-columns:1fr 1fr; } }
  @media(max-width:560px){ .hero-result-card{ max-width:100%; } .result-first-grid{ grid-template-columns:1fr; } }

  /* Mobile and alignment cleanup */
  .hhcf-hero-transform {
    max-width: 1100px;
    grid-template-columns: minmax(0, 1fr) minmax(240px, 320px);
    gap: clamp(24px, 4vw, 42px);
    align-items: center;
  }
  .hhcf-hero-copy {
    max-width: 760px;
  }
  .hhcf-hero-transform h1 {
    max-width: 760px;
    font-size: clamp(42px, 5.25vw, 64px);
    text-wrap: balance;
  }
  .hero-result-card {
    width: min(100%, 320px);
    align-self: center;
    justify-self: end;
  }
  .hero-result-card figcaption,
  .image-seo-gallery figcaption,
  .image-proof-section figcaption {
    overflow-wrap: anywhere;
  }
  .hero-brand-card-wrap {
    background: #fffdfa;
  }
  .hero-brand-card {
    min-height: 300px;
    aspect-ratio: 1 / 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
    padding: 34px 32px;
    border-left: 5px solid #8f8576;
    background: #faf8f3;
    color: #1d1c1a;
  }
  .hero-brand-card span {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(31px, 3vw, 39px);
    line-height: .98;
    letter-spacing: 0;
  }
  .hero-brand-card strong {
    font-size: 11px;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: #8f8576;
  }
  .hero-brand-card em {
    font-family: 'Cormorant Garamond', serif;
    font-size: 25px;
    line-height: 1.15;
    color: #2b2a27;
  }
  .hero-brand-card small {
    margin-top: 8px;
    font-size: 12px;
    color: #777067;
  }
  .proof-gallery figure {
    min-width: 0;
  }

  @media (max-width: 900px) {
    .header {
      padding: 24px 22px 18px;
    }
    .header-inner {
      align-items: flex-start;
      gap: 14px;
    }
    .header-right {
      width: 100%;
      text-align: left;
    }
    .header-tag {
      font-size: 15px;
      line-height: 1.35;
    }
    .header-meta {
      font-size: 9px;
      line-height: 1.5;
      letter-spacing: .12em;
    }
    .topnav-inner {
      display: flex;
      flex-wrap: nowrap;
      gap: 20px;
      overflow-x: auto;
      padding: 13px 22px;
      scrollbar-width: none;
      -webkit-overflow-scrolling: touch;
    }
    .topnav-inner::-webkit-scrollbar {
      display: none;
    }
    .topnav a,
    .topnav a.topnav-cta {
      white-space: nowrap;
      padding: 0;
      margin: 0;
      font-size: 9px;
      letter-spacing: .14em;
      background: transparent;
      color: #f0ece4;
    }
    .topnav a.topnav-cta {
      color: #1d1c1a;
      background: #f0ece4;
      padding: 6px 14px;
    }
    .hhcf-hero-transform {
      grid-template-columns: 1fr;
      gap: 24px;
      align-items: start;
      padding: 46px 22px 34px;
    }
    .hhcf-hero-copy {
      max-width: 680px;
    }
    .hero-result-card {
      justify-self: start;
      width: min(100%, 300px);
      max-width: 300px;
    }
    .result-first-grid {
      max-width: none;
    }
    .booking-choice-grid,
    .card-grid,
    .luxe-gallery {
      grid-template-columns: 1fr 1fr;
    }
  }

  @media (max-width: 560px) {
    body {
      overflow-x: hidden;
    }
    .section,
    .section-narrow,
    .hhcf-section {
      padding: 44px 20px;
    }
    .brand-mark {
      font-size: 34px;
      line-height: .95;
    }
    .eyebrow,
    .eyebrow-dark,
    .eyebrow-light {
      letter-spacing: .26em;
      line-height: 1.5;
    }
    .hhcf-hero-transform {
      padding: 38px 20px 30px;
    }
    .hhcf-hero-transform h1 {
      font-size: clamp(36px, 10.4vw, 44px);
      line-height: 1;
    }
    .lead {
      font-size: 14px;
      line-height: 1.75;
    }
    .hero-cta-row {
      flex-direction: column;
      align-items: stretch;
      gap: 10px;
    }
    .hero-cta-row .btn,
    .btn {
      width: 100%;
      max-width: 360px;
      text-align: center;
      padding: 14px 18px;
      letter-spacing: .15em;
    }
    .trust-line {
      font-size: 9px;
      line-height: 1.6;
      letter-spacing: .12em;
    }
    .topnav-inner {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 0 10px;
      overflow: visible;
      padding: 9px 20px;
    }
    .topnav a,
    .topnav a.topnav-cta {
      white-space: normal;
      padding: 8px 0;
      line-height: 1.35;
      font-size: 9px;
      letter-spacing: .08em;
      text-align: center;
    }
    .topnav a.topnav-cta {
      grid-column: 2 / 3;
      justify-self: auto;
      text-align: center;
      margin-top: 0;
      padding: 8px 0;
      background: transparent;
      color: #f0ece4;
    }
    .hero-result-card {
      width: 100%;
      max-width: 280px;
    }
    .booking-choice-grid,
    .card-grid,
    .luxe-gallery,
    .result-first-grid,
    .signature-grid,
    .trust-card-grid,
    .founder-preview,
    .method-preview-grid,
    .footer-grid {
      grid-template-columns: 1fr;
    }
    .booking-choice-card .btn {
      align-self: stretch;
    }
    .form-wrap {
      padding: 28px 20px;
    }
    .progress-wrap {
      padding: 18px 16px 16px;
      overflow: hidden;
    }
    .progress-circles {
      gap: 6px;
    }
    .pc-circle {
      width: 28px;
      height: 28px;
      font-size: 11px;
    }
    .progress-track {
      max-width: calc(100% - 8px);
    }
    .footer {
      padding-left: 20px;
      padding-right: 20px;
    }
  }

  @media (max-width: 380px) {
    .brand-mark {
      font-size: 30px;
    }
    .hhcf-hero-transform h1 {
      font-size: 38px;
    }
  }

  /* Final mobile balance pass */
  @media (max-width: 560px) {
    .topnav-inner {
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 1px;
      padding: 0;
    }
    .topnav a,
    .topnav a.topnav-cta {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      text-align: left;
      min-height: 38px;
      padding: 8px 10px;
      line-height: 1.35;
      border: 1px solid rgba(240, 236, 228, .08);
      background: #1d1c1a;
      color: #f0ece4;
    }
    .topnav a.topnav-cta {
      grid-column: 1 / -1;
      justify-self: stretch;
      width: auto;
      margin-top: 0;
      justify-content: flex-start;
      text-align: left;
      color: #1d1c1a;
      background: #f0ece4;
    }
    .topnav a:nth-last-child(2) {
      grid-column: auto;
      text-align: left;
    }
    .hhcf-hero-copy {
      text-align: left;
      margin-left: 0;
      margin-right: 0;
    }
    .hhcf-hero-transform .lead,
    .hhcf-hero-transform .eyebrow {
      margin-left: 0;
      margin-right: 0;
    }
    .hhcf-hero-transform h1 {
      margin-left: 0;
      margin-right: 0;
      text-align: left;
    }
    .trust-line {
      text-align: left;
    }
    .hero-result-card {
      justify-self: start;
      margin-top: 18px;
    }
    .hero-brand-card {
      min-height: 260px;
      padding: 28px 26px;
      text-align: left;
    }
    .hero-brand-card span {
      font-size: 32px;
    }
    .hero-brand-card em {
      font-size: 23px;
    }
  }

  /* Mobile header cleanup */
  @media (max-width: 560px) {
    .header {
      padding: 20px 20px 16px;
    }
    .header-inner {
      gap: 8px;
    }
    .header .eyebrow-dark {
      display: none;
    }
    .brand-mark {
      font-size: 32px;
      line-height: 1;
    }
    .header-right {
      width: 100%;
      text-align: left;
    }
    .header-tag {
      display: none;
    }
    .header-meta {
      display: inline-block;
      margin-top: 4px;
      font-size: 9px;
      letter-spacing: .12em;
      line-height: 1.5;
    }
    .founder-preview {
      gap: 24px;
    }
    .founder-brand-card {
      padding: 24px 22px;
    }
  }

  /* Restore simple mobile flow */
  @media (max-width: 560px) {
    .header {
      padding: 24px 22px 18px;
    }
    .header-inner {
      gap: 12px;
      align-items: flex-start;
    }
    .header .eyebrow-dark,
    .header-tag {
      display: block;
    }
    .brand-mark {
      font-size: 34px;
      line-height: 1;
    }
    .header-tag {
      font-size: 15px;
      line-height: 1.35;
      margin-top: 2px;
      margin-bottom: 8px;
    }
    .header-meta {
      display: inline-block;
      font-size: 9px;
      letter-spacing: .12em;
      line-height: 1.5;
    }
    .topnav-inner {
      display: flex;
      grid-template-columns: none;
      justify-content: flex-start;
      flex-wrap: nowrap;
      gap: 18px;
      overflow-x: auto;
      padding: 13px 22px;
      scrollbar-width: none;
      -webkit-overflow-scrolling: touch;
    }
    .topnav-inner::-webkit-scrollbar {
      display: none;
    }
    .topnav a,
    .topnav a.topnav-cta {
      display: inline-block;
      flex: 0 0 auto;
      width: auto;
      min-height: 0;
      white-space: nowrap;
      text-align: left;
      padding: 0;
      margin: 0;
      border: 0;
      background: transparent;
      color: #f0ece4;
      font-size: 9px;
      letter-spacing: .14em;
      line-height: 1.4;
    }
    .topnav a.topnav-cta {
      grid-column: auto;
      justify-self: auto;
      color: #1d1c1a;
      background: #f0ece4;
      padding: 6px 14px;
    }
    .booking-choice-panel {
      margin: 26px 0 30px;
      padding: 22px 18px;
    }
    .booking-choice-panel h2 {
      font-size: 30px;
      line-height: 1.05;
    }
    .booking-choice-grid {
      margin-top: 18px;
      gap: 14px;
    }
    .booking-choice-card {
      padding: 22px;
    }
    .booking-choice-card .btn {
      align-self: stretch;
      max-width: none;
      margin-top: 16px;
    }
    .consultation-intro {
      margin-bottom: 24px;
    }
  }

/* Final flow and mobile balance fixes */
.consultation-gated {
  min-height: 54vh;
}
.consultation-decision-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 820px;
  margin-top: 24px;
}
.consultation-decision-grid .booking-choice-card {
  min-height: 0;
}
.consultation-flow {
  margin-top: 48px;
}
.consultation-flow[hidden] {
  display: none;
}
.consultation-start-copy {
  max-width: 760px;
  margin-bottom: 24px;
}
.consultation-start-copy h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(38px, 5vw, 58px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 14px;
}
.what-next-list {
  margin-top: 22px;
  padding: 22px 24px;
  background: #f0ece4;
  border-left: 3px solid #8f8576;
}
.what-next-list h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 12px;
}
.what-next-list ol {
  margin: 0 0 12px 18px;
  padding: 0;
}
.what-next-list li,
.what-next-list p {
  font-size: 14px;
  line-height: 1.75;
  color: #2b2a27;
}
.request-appointment-page .page-hero {
  padding-bottom: 4px;
}
.request-appointment-page .booking-embed-section {
  padding-top: 8px;
}
.request-appointment-page .booking-embed-section .notice-light {
  margin-bottom: 12px;
}
.hero-result-card {
  width: min(100%, 340px);
  max-width: 340px;
}
.hero-result-card img[src*="dallas-silk-press-natural-hair-result-healthy-hair-care-first"] {
  object-position: center 10%;
}

@media (max-width: 900px) {
  .hhcf-hero-transform {
    grid-template-columns: 1fr;
  }
  .hero-result-card {
    justify-self: start;
    width: min(100%, 318px);
    max-width: 318px;
  }
}

@media (max-width: 560px) {
  .consultation-gated {
    padding-top: 34px;
  }
  .consultation-gated h1 {
    font-size: clamp(36px, 10vw, 44px);
    line-height: 1.02;
  }
  .consultation-decision-grid {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 20px;
  }
  .consultation-decision-grid .booking-choice-card {
    padding: 22px;
  }
  .consultation-flow {
    margin-top: 34px;
  }
  .consultation-start-copy h2 {
    font-size: 36px;
  }
  .what-next-list {
    padding: 18px;
  }
  .topnav-inner {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px 10px;
    overflow-x: visible;
    padding: 9px 20px;
    justify-content: stretch;
  }
  .topnav a,
  .topnav a.topnav-cta {
    display: block;
    width: auto;
    min-height: 0;
    white-space: normal;
    text-align: left;
    padding: 7px 0;
    margin: 0;
    border: 0;
    background: transparent;
    color: #f0ece4;
    font-size: 9px;
    letter-spacing: .1em;
    line-height: 1.3;
  }
  .topnav a.topnav-cta {
    grid-column: auto;
    justify-self: auto;
    color: #f0ece4;
    background: transparent;
  }
  .hhcf-hero-transform h1 {
    font-size: clamp(34px, 9vw, 40px);
    line-height: 1.02;
  }
  .hhcf-hero-transform .eyebrow {
    font-size: 8px;
    letter-spacing: .16em;
    line-height: 1.45;
  }
  .hero-result-card {
    justify-self: stretch;
    width: 100%;
    max-width: none;
    margin: 16px auto 0;
  }
  .request-appointment-page .page-hero {
    padding-bottom: 0;
  }
  .request-appointment-page .booking-embed-section {
    padding-top: 4px;
  }
}

/* Homepage visual balance pass */
.hhcf-hero-transform {
  grid-template-columns: minmax(0, 1fr) minmax(360px, 400px);
  gap: 28px;
}
.hhcf-hero-transform .hhcf-hero-copy {
  max-width: 760px;
}
.hhcf-hero-transform .hero-result-card {
  width: min(100%, 400px);
  max-width: 400px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}
.hhcf-hero-transform .hero-result-card .result-image-frame {
  padding: 0;
  border: 0;
  background: transparent;
}
.hhcf-hero-transform .hero-result-card img {
  display: block;
  width: 100%;
  height: auto;
  border: 0;
  border-radius: 2px;
}
.hhcf-hero-transform .hero-result-card figcaption {
  display: none;
}
.founder-preview {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 42px;
  padding-bottom: 42px;
  text-align: center;
}
.founder-copy {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
.founder-copy .lead {
  margin-left: auto;
  margin-right: auto;
}
.consultation-band {
  text-align: center;
  padding-top: 38px;
}
.consultation-band .lead {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.consultation-band .area-note {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.hero-result-proof {
  padding-top: 68px;
}

@media (max-width: 900px) {
  .hhcf-hero-transform {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .hhcf-hero-transform .hero-result-card {
    width: min(100%, 340px);
    max-width: 340px;
  }
}

@media (max-width: 560px) {
  .topnav-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 8px 14px;
    overflow: visible;
    padding: 12px 20px;
  }
  .topnav a,
  .topnav a.topnav-cta {
    display: inline-block;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    white-space: nowrap;
    text-align: left;
    padding: 3px 0;
    margin: 0;
    border: 0;
    background: transparent;
    color: #f0ece4;
    font-size: 9px;
    letter-spacing: .1em;
    line-height: 1.35;
  }
  .topnav a[href*="smoothing-treatments"] {
    flex-basis: auto;
  }
  .topnav a.topnav-cta {
    color: #f0ece4;
    background: transparent;
  }
  .hhcf-hero-transform .hero-result-card {
    width: min(100%, 330px);
    max-width: 330px;
    margin: 18px 0 0;
  }
  .consultation-band {
    padding-top: 34px;
    padding-bottom: 34px;
  }
  .founder-preview {
    width: auto;
    max-width: 360px;
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .hero-result-proof {
    padding-top: 58px;
  }
}
