﻿:root {
      --navy: #16233A;
      --navy-light: #25395A;
      --gold: #B08D57;
      --gold-dark: #8F6E3E;
      --gold-light: #D9C39A;
      --cream: #FAF7F1;
      --white: #FFFFFF;
      --ink: #2B2B28;
      --muted: #6B6A64;
      --line: #E6E1D6;
      --success: #285943;
      --shadow: 0 18px 45px rgba(22, 35, 58, 0.10);
      --radius: 8px;
      --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
      --serif: Georgia, "Times New Roman", serif;
    }

    * { box-sizing: border-box; }
    [hidden] { display: none !important; }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      font-family: var(--serif), serif;
      background: var(--cream);
      color: var(--ink);
      line-height: 1.65;
      overflow-x: hidden;
    }

    img { max-width: 100%; display: block; }
    a { color: inherit; }
    button, input, select, textarea { font: inherit; }
    section { scroll-margin-top: 92px; }

    .wrap {
      width: min(1120px, calc(100% - 48px));
      margin: 0 auto;
    }

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

    .skip-link {
      position: fixed;
      left: 16px;
      top: -60px;
      z-index: 1000;
      background: var(--gold-light);
      color: var(--navy);
      padding: 10px 14px;
      border-radius: 4px;
      font-family: var(--sans), sans-serif;
      text-decoration: none;
    }
    .skip-link:focus { top: 16px; }

    header {
      background: rgba(22, 35, 58, 0.97);
      color: var(--white);
      position: sticky;
      top: 0;
      z-index: 100;
      backdrop-filter: blur(12px);
      box-shadow: 0 1px 0 rgba(255,255,255,0.08);
    }

    .nav {
      min-height: 76px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
    }

    .brand {
      text-decoration: none;
      font-size: 19px;
      letter-spacing: 0.06875rem;
      white-space: nowrap;
    }
    .brand strong { color: var(--gold-light); font-weight: 400; }

    nav ul {
      list-style: none;
      display: flex;
      gap: 28px;
      margin: 0;
      padding: 0;
    }

    nav a {
      text-decoration: none;
      font-family: var(--sans), sans-serif;
      font-size: 0.84375rem;
      letter-spacing: 0.021875rem;
      color: #ECE8DF;
    }
    nav a:hover, nav a:focus-visible { color: var(--gold-light); }

    .nav-actions { display: flex; align-items: center; gap: 12px; }
    .menu-toggle {
      display: none;
      background: transparent;
      color: var(--white);
      border: 1px solid rgba(255,255,255,0.35);
      border-radius: 4px;
      padding: 8px 11px;
      cursor: pointer;
      font-family: var(--sans), sans-serif;
    }

    .btn {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      gap: 8px;
      min-height: 44px;
      padding: 11px 24px;
      border: 1px solid var(--gold);
      border-radius: 4px;
      text-decoration: none;
      font-family: var(--sans), sans-serif;
      font-size: 14px;
      font-weight: 600;
      letter-spacing: 0.0125rem;
      cursor: pointer;
      transition: transform .2s ease, background-color .2s ease, border-color .2s ease, color .2s ease, box-shadow .2s ease;
    }
    .btn:hover { transform: translateY(-2px); }
    .btn:focus-visible { outline: 3px solid rgba(217,195,154,0.45); outline-offset: 3px; }
    .btn-gold { background: var(--gold); color: var(--navy); }
    .btn-gold:hover { background: var(--gold-light); border-color: var(--gold-light); box-shadow: 0 12px 28px rgba(0,0,0,.17); }
    .btn-outline { background: transparent; color: var(--white); border-color: rgba(255,255,255,.72); }
    .btn-outline:hover { background: rgba(255,255,255,.1); }
    .btn-outline-navy { background: transparent; color: var(--navy); border-color: var(--navy); }
    .btn-outline-navy:hover { background: var(--navy); color: var(--white); }
    .btn-block { width: 100%; }

    .hero {
      position: relative;
      min-height: 680px;
      display: grid;
      place-items: center;
      background:
        linear-gradient(120deg, rgba(22,35,58,.90), rgba(22,35,58,.66)),
        url('../images/header-image.jpg') center/cover no-repeat;
      color: var(--white);
      text-align: center;
      padding: 100px 0 88px;
    }

    .hero-content { max-width: 860px; }
    .eyebrow, .kicker {
      font-family: var(--sans), sans-serif;
      letter-spacing: 2px;
      text-transform: uppercase;
      font-size: 12px;
      font-weight: 700;
      color: var(--gold-light);
      margin-bottom: 16px;
    }
    .kicker { color: var(--gold); text-align: center; }

    .hero h1 {
      font-size: clamp(42px, 6vw, 66px);
      font-weight: 400;
      line-height: 1.12;
      margin: 0 0 24px;
      text-wrap: balance;
    }

    .hero p {
      max-width: 690px;
      margin: 0 auto 34px;
      font-family: var(--sans), sans-serif;
      font-size: clamp(17px, 2vw, 20px);
      line-height: 1.7;
      color: #ECE8DF;
    }

    .hero-actions { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; }
    .hero-note {
      margin-top: 22px;
      font-family: var(--sans), sans-serif;
      font-size: 0.78125rem;
      color: #D8D4CA;
    }

    .status-message {
      display: none;
      margin-top: 18px;
      margin-bottom: 0;
      padding: 14px 18px;
      border-radius: 8px;
      border: 1px solid rgba(176, 141, 87, 0.35);
      background: #fffaf0;
      color: var(--navy);
      font-family: var(--sans), sans-serif;
      font-size: 14px;
      box-shadow: 0 10px 30px rgba(22, 35, 58, 0.08);
    }
    .status-message.is-visible { display: block; }

    .credbar { background: var(--white); border-bottom: 1px solid var(--line); }
    .credbar .wrap {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
      padding-top: 20px;
      padding-bottom: 20px;
      font-family: var(--sans), sans-serif;
      font-size: 13px;
      color: var(--muted);
      text-align: center;
    }
    .credbar strong { color: var(--navy); }

    section { padding: 92px 0; }
    .section-alt { background: var(--white); }
    .section-navy { background: var(--navy); color: var(--white); }

    h2 {
      color: var(--navy);
      font-size: clamp(32px, 4vw, 44px);
      line-height: 1.2;
      font-weight: 400;
      text-align: center;
      margin: 0 0 18px;
      text-wrap: balance;
    }
    .section-navy h2 { color: var(--white); }

    .lede {
      max-width: 720px;
      margin: 0 auto 54px;
      text-align: center;
      font-family: var(--sans), sans-serif;
      color: var(--muted);
      font-size: 16px;
    }
    .section-navy .lede { color: #D8D5CB; }

    .why-section {
      position: relative;
      overflow: hidden;
    }
    .why-section::before {
      content: "";
      position: absolute;
      top: 0;
      left: 50%;
      width: 88px;
      height: 3px;
      background: var(--gold);
      transform: translateX(-50%);
    }
    .why-content { max-width: 900px; }
    .why-copy {
      max-width: 790px;
      margin: 34px auto 0;
      font-family: var(--sans), sans-serif;
      color: var(--muted);
      font-size: 16px;
    }
    .why-copy > p {
      margin: 0 0 22px;
    }
    .why-lede {
      color: var(--navy);
      font-family: var(--serif), serif;
      font-size: clamp(21px, 2.5vw, 27px);
      line-height: 1.55;
      text-align: center;
    }
    .why-belief {
      padding-top: 10px;
      color: var(--navy);
      font-weight: 700;
      text-align: center;
    }
    .why-principles {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 16px;
      margin: 28px 0 30px;
    }
    .why-principles p {
      margin: 0;
      padding: 20px 14px;
      border-top: 1px solid var(--gold);
      border-bottom: 1px solid var(--gold);
      color: var(--navy);
      font-family: var(--serif), serif;
      font-size: 20px;
      font-style: italic;
      text-align: center;
    }
    .why-closing {
      color: var(--navy);
      font-family: var(--serif), serif;
      font-size: 20px;
      line-height: 1.6;
      text-align: center;
    }

    .about {
      display: grid;
      grid-template-columns: minmax(260px, 340px) 1fr;
      gap: 64px;
      align-items: start;
    }

    .portrait-card {
      position: static;
    }
    .portrait-card img {
      width: 100%;
      aspect-ratio: 4/5;
      object-fit: cover;
      object-position: top center;
      border-radius: var(--radius);
      box-shadow: var(--shadow);
    }
    .creds {
      margin-top: 14px;
      text-align: center;
      font-family: var(--sans), sans-serif;
      font-size: 0.78125rem;
      color: var(--gold-dark);
    }

    .about-copy p {
      font-family: var(--sans), sans-serif;
      color: var(--muted);
      font-size: 0.96875rem;
      margin: 0 0 18px;
    }
    #services { border-top: 1px solid var(--line); }

    .grid3 {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
    }
    .card {
      background: var(--white);
      border: 1px solid var(--line);
      border-radius: 12px;
      padding: 30px;
      box-shadow: var(--shadow);
    }
    #services .card {
      display: flex;
      flex-direction: column;
      height: 100%;
      transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
    }
    #services .card:hover {
      transform: translateY(-5px);
      border-color: rgba(176, 141, 87, .55);
      box-shadow: 0 22px 50px rgba(22, 35, 58, .14);
    }
    #services .card:focus-within {
      border-color: var(--gold);
      box-shadow: 0 22px 50px rgba(22, 35, 58, .14);
    }
    .card-number {
      font-family: var(--sans), sans-serif;
      color: var(--gold-dark);
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 0.08125rem;
      margin-bottom: 12px;
    }
    .card h3 { color: var(--navy); font-size: 21px; font-weight: 400; line-height: 1.3; margin: 0 0 13px; }
    .card p, .card li { font-family: var(--sans), sans-serif; font-size: 0.90625rem; color: var(--muted); }
    .card ul { padding-left: 19px; margin: 15px 0; }
    .card li { margin-bottom: 7px; }
    .ideal { font-family: var(--sans), sans-serif; font-size: 13px; color: var(--navy); font-style: italic; margin: 16px 0 22px; }
    #services .ideal { margin-top: auto; }
    #services .card .btn { width: 100%; }

    .book-panel {
      display: grid;
      grid-template-columns: minmax(210px, 280px) 1fr;
      gap: 52px;
      align-items: center;
      background: linear-gradient(135deg, var(--navy), var(--navy-light));
      color: var(--white);
      border-radius: 14px;
      padding: 52px;
      box-shadow: var(--shadow);
    }
    .book-panel img {
      display: block;
      width: 100%;
      height: auto;
      object-fit: contain;
      object-position: center;
      transform: none;
      box-shadow: 0 18px 38px rgba(0,0,0,.40);
      border-radius: 3px;
    }
    .book-panel h3 { font-size: 34px; line-height: 1.2; font-weight: 400; margin: 0 0 8px; }
    .book-subtitle { font-family: var(--sans), sans-serif; color: var(--gold-light); font-size: 14px; margin-bottom: 18px; }
    .book-panel p { font-family: var(--sans), sans-serif; color: #DEDAD0; font-size: 15px; }
    .book-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 24px; }
    .purchase-note { font-family: var(--sans), sans-serif; font-size: 12px; color: #CFCABD; margin-top: 13px; }

    .process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
    .process-step { padding: 28px; border-left: 2px solid var(--gold); background: rgba(255,255,255,.05); }
    .process-step span { font-family: var(--sans), sans-serif; color: var(--gold-light); font-weight: 700; font-size: 12px; letter-spacing: 0.09375rem; }
    .process-step h3 { margin: 8px 0 10px; font-size: 22px; font-weight: 400; }
    .process-step p { margin: 0; font-family: var(--sans), sans-serif; font-size: 0.90625rem; color: #D8D5CB; }

    .advance-praise {
      position: relative;
      overflow: hidden;
      border-top: 1px solid var(--line);
      padding: 72px 0;
    }
    .advance-praise::before {
      content: "";
      position: absolute;
      top: 0;
      left: 50%;
      width: 88px;
      height: 3px;
      background: var(--gold);
      transform: translateX(-50%);
    }
    .praise-wrap {
      max-width: 1040px;
      display: grid;
      grid-template-columns: 220px minmax(0, 1fr);
      gap: 56px;
      align-items: start;
    }
    .praise-intro .kicker,
    .praise-intro h2 { text-align: left; }
    .praise-intro h2 {
      font-size: clamp(27px, 3vw, 34px);
      line-height: 1.25;
    }
    .featured-testimonial {
      position: relative;
      grid-area: 1 / 1;
      margin: 0;
      padding: 2px 0 2px 38px;
      border-left: 2px solid var(--gold);
      opacity: 0;
      visibility: hidden;
      transform: translateY(8px);
      transition:
        opacity 750ms ease,
        transform 750ms cubic-bezier(.22, .61, .36, 1),
        visibility 0s linear 750ms;
    }
    .testimonial-track {
      display: grid;
    }
    .featured-testimonial.is-active {
      opacity: 1;
      visibility: visible;
      transform: translateY(0);
      transition-delay: 0s;
    }
    .featured-testimonial::before {
      content: "\201C";
      position: absolute;
      top: -8px;
      left: 13px;
      color: var(--gold);
      font-family: var(--serif), serif;
      font-size: 42px;
      line-height: 1;
    }
    .featured-testimonial blockquote { margin: 0; }
    .featured-testimonial blockquote p {
      margin: 0;
      color: var(--navy);
      font-size: clamp(17px, 1.8vw, 19px);
      line-height: 1.7;
    }
    .featured-testimonial blockquote p::after {
      content: "\201D";
      margin-left: 2px;
      color: var(--gold);
      font-size: 1.25em;
      line-height: 0;
    }
    .featured-testimonial figcaption {
      display: flex;
      gap: 8px;
      align-items: baseline;
      margin-top: 20px;
      font-family: var(--sans), sans-serif;
    }
    .featured-testimonial cite {
      color: var(--navy);
      font-size: 14px;
      font-style: normal;
      font-weight: 700;
    }
    .featured-testimonial figcaption span {
      color: var(--muted);
      font-size: 0.78125rem;
    }
    .featured-testimonial .testimonial-attribution-with-logo {
      align-items: center;
      justify-content: space-between;
      gap: 24px;
    }
    .testimonial-attribution-copy {
      display: flex;
      flex-wrap: wrap;
      align-items: baseline;
      gap: 8px;
    }
    .featured-testimonial .testimonial-logo {
      width: 210px;
      max-width: 36%;
      height: auto;
      flex: 0 0 auto;
    }
    .testimonial-controls {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      gap: 14px;
      margin-top: 28px;
      padding-left: 38px;
    }
    .testimonial-arrow {
      width: 36px;
      height: 36px;
      border: 1px solid var(--line);
      border-radius: 50%;
      background: transparent;
      color: var(--navy);
      font: 700 17px/1 var(--sans);
      cursor: pointer;
      transition: border-color .2s ease, background .2s ease, color .2s ease;
    }
    .testimonial-arrow:hover,
    .testimonial-arrow:focus-visible {
      border-color: var(--gold);
      background: var(--gold);
      color: var(--navy);
    }
    .testimonial-dots {
      display: flex;
      align-items: center;
      gap: 9px;
    }
    .testimonial-dot {
      width: 9px;
      height: 9px;
      padding: 0;
      border: 0;
      border-radius: 50%;
      background: #c8c0b2;
      cursor: pointer;
      transition: background .2s ease, transform .2s ease;
    }
    .testimonial-dot.is-active {
      background: var(--gold);
      transform: scale(1.3);
    }
    .booking-layout {
      display: grid;
      grid-template-columns: .85fr 1.15fr;
      gap: 46px;
      align-items: start;
    }
    .booking-copy h2, .booking-copy .kicker { text-align: left; }
    .booking-copy p { font-family: var(--sans), sans-serif; color: var(--muted); font-size: 0.96875rem; }
    .booking-list { list-style: none; padding: 0; margin: 25px 0 30px; }
    .booking-list li {
      font-family: var(--sans), sans-serif;
      margin-bottom: 13px;
      padding-left: 28px;
      position: relative;
      color: var(--ink);
    }
    .booking-list li::before { content: "\2713"; position: absolute; left: 0; color: var(--success); font-weight: 800; }

    .scheduler-card, .inquiry-card {
      background: var(--white);
      border: 1px solid var(--line);
      border-radius: 12px;
      padding: 34px;
      box-shadow: var(--shadow);
    }
    .scheduler-card {
      position: relative;
      overflow: hidden;
      border-top: 4px solid var(--gold);
      padding: 38px;
    }
    .scheduler-card h3, .inquiry-card h3 { color: var(--navy); font-size: 25px; font-weight: 400; margin: 0 0 10px; }
    .scheduler-card p, .inquiry-card p { font-family: var(--sans), sans-serif; color: var(--muted); font-size: 0.90625rem; }
    .scheduler-eyebrow {
      margin-bottom: 10px;
      color: var(--gold-dark);
      font-family: var(--sans), sans-serif;
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 0.1rem;
      text-transform: uppercase;
    }
    .scheduler-card .scheduler-intro {
      max-width: 560px;
      margin: 0;
      line-height: 1.65;
    }
    .appointment-details {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      margin: 26px 0;
      padding: 18px 0;
      border-top: 1px solid var(--line);
      border-bottom: 1px solid var(--line);
    }
    .appointment-details > div {
      padding: 0 18px;
      border-left: 1px solid var(--line);
      font-family: var(--sans), sans-serif;
    }
    .appointment-details > div:first-child {
      padding-left: 0;
      border-left: 0;
    }
    .appointment-details > div:last-child { padding-right: 0; }
    .appointment-details span {
      display: block;
      margin-bottom: 3px;
      color: var(--muted);
      font-size: 11px;
      letter-spacing: 0.0375rem;
      text-transform: uppercase;
    }
    .appointment-details strong {
      display: block;
      color: var(--navy);
      font-size: 0.84375rem;
      font-weight: 600;
      white-space: nowrap;
    }
    .appointment-summary {
      display: grid;
      grid-template-columns: auto 1fr;
      gap: 20px;
      align-items: center;
      background: var(--cream);
      border-radius: 8px;
      padding: 22px;
      margin-bottom: 24px;
    }
    .duration-mark {
      width: 70px;
      height: 70px;
      display: grid;
      align-content: center;
      justify-items: center;
      border: 1px solid rgba(176, 141, 87, .55);
      border-radius: 50%;
      background: var(--white);
      color: var(--navy);
      line-height: 1;
    }
    .duration-mark strong {
      font-family: var(--serif), serif;
      font-size: 27px;
      font-weight: 400;
    }
    .duration-mark span {
      margin-top: 4px;
      color: var(--gold-dark);
      font-family: var(--sans), sans-serif;
      font-size: 9px;
      font-weight: 700;
      letter-spacing: 1px;
    }
    .appointment-summary h4 {
      margin: 0 0 5px;
      color: var(--navy);
      font-family: var(--serif), serif;
      font-size: 18px;
      font-weight: 400;
      line-height: 1.35;
    }
    .appointment-summary p { margin: 0; line-height: 1.55; }
    .scheduler-card .scheduler-assurance {
      margin: 13px 0 0;
      color: var(--muted);
      font-size: 0.71875rem;
      text-align: center;
    }

    .contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 46px; }
    .contact-copy h2, .contact-copy .kicker { text-align: left; }
    .contact-copy p { font-family: var(--sans), sans-serif; color: #D8D5CB; }
    .contact-copy a { color: var(--gold-light); }

    form { display: grid; gap: 16px; }
    .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
    label { display: block; font-family: var(--sans), sans-serif; color: #F0ECE4; font-size: 13px; margin-bottom: 6px; }
    input, select, textarea {
      width: 100%;
      border: 1px solid rgba(255,255,255,.28);
      border-radius: 5px;
      background: rgba(255,255,255,.08);
      color: var(--white);
      padding: 12px 13px;
      font-family: var(--sans), sans-serif;
      outline: none;
    }
    option { color: var(--ink); }
    input:focus, select:focus, textarea:focus { border-color: var(--gold-light); box-shadow: 0 0 0 3px rgba(217,195,154,.16); }
    textarea { min-height: 140px; resize: vertical; }
    .form-note { font-family: var(--sans), sans-serif; color: #BFC2C8; font-size: 12px; }
    .form-feedback {
      min-height: 22px;
      margin: 0;
      color: var(--gold-light);
      font-family: var(--sans), sans-serif;
      font-size: 13px;
    }
    .honeypot-field { display: none; }
    .inquiry-success {
      align-self: center;
      padding: clamp(34px, 5vw, 52px);
      border: 1px solid rgba(217,195,154,.38);
      border-radius: 12px;
      background: rgba(255,255,255,.07);
      text-align: center;
      outline: none;
    }
    .inquiry-success:focus-visible {
      box-shadow: 0 0 0 3px rgba(217,195,154,.22);
    }
    .inquiry-success-rule {
      width: 54px;
      height: 2px;
      margin: 0 auto 22px;
      background: var(--gold-light);
    }
    .inquiry-success .kicker { color: var(--gold-light); }
    .inquiry-success h3 {
      margin: 0 0 15px;
      color: var(--white);
      font-size: clamp(30px, 4vw, 38px);
      font-weight: 400;
      line-height: 1.2;
    }
    .inquiry-success p {
      max-width: 500px;
      margin: 0 auto 28px;
      color: #D8D5CB;
      font-family: var(--sans), sans-serif;
      font-size: 15px;
      line-height: 1.7;
    }

    .faq-list { max-width: 850px; margin: 0 auto; }
    details { background: var(--white); border: 1px solid var(--line); border-radius: 6px; margin-bottom: 12px; padding: 0 20px; }
    summary { cursor: pointer; padding: 19px 4px; color: var(--navy); font-size: 17px; }
    details p { padding: 0 4px 20px; margin: 0; font-family: var(--sans), sans-serif; color: var(--muted); font-size: 0.90625rem; }

    footer { background: #101A2B; color: #B9B6AC; padding: 46px 0 26px; }
    .footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 28px; font-family: var(--sans), sans-serif; font-size: 13px; }
    .footer-brand { color: var(--white); font-family: var(--serif), serif; letter-spacing: 0.05rem; margin-bottom: 9px; }
    .footer-links { display: grid; gap: 8px; }
    footer a { text-decoration: none; }
    footer a:hover { color: var(--gold-light); }
    .copyright { border-top: 1px solid rgba(255,255,255,.09); margin-top: 30px; padding-top: 20px; font-family: var(--sans), sans-serif; font-size: 12px; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; }

    @media (max-width: 940px) {
      nav { display: none; position: absolute; top: 76px; left: 0; right: 0; background: var(--navy); border-top: 1px solid rgba(255,255,255,.1); padding: 18px 24px 24px; }
      nav.open { display: block; }
      nav ul { flex-direction: column; gap: 15px; }
      .menu-toggle { display: inline-flex; }
      .nav .btn-gold { display: none; }
      .credbar .wrap { grid-template-columns: 1fr; gap: 9px; }
      .grid3, .process-grid { grid-template-columns: 1fr; }
      .about { grid-template-columns: 280px 1fr; gap: 40px; }
      .booking-layout, .contact-grid { grid-template-columns: 1fr; }
    }

    @media (max-width: 700px) {
      .wrap { width: min(100% - 32px, 1120px); }
      section { padding: 72px 0; }
      .nav { min-height: 68px; }
      nav { top: 68px; }
      .brand { font-size: 16px; }
      .hero { min-height: 610px; padding: 80px 0 68px; }
      .hero-actions, .book-actions { flex-direction: column; }
      .hero-actions .btn, .book-actions .btn { width: 100%; }
      .why-copy { font-size: 0.96875rem; }
      .why-principles { grid-template-columns: 1fr; gap: 10px; }
      .why-principles p { padding: 13px 10px; }
      .about { grid-template-columns: 1fr; }
      .portrait-card { position: static; max-width: 360px; margin: 0 auto; }
      .about-copy h2, .about-copy .kicker { text-align: center; }
      .book-panel { grid-template-columns: 1fr; padding: 30px 22px; text-align: center; }
      .book-panel img { max-width: 230px; margin: 0 auto; }
      .praise-wrap { grid-template-columns: 1fr; gap: 28px; }
      .praise-intro { max-width: 390px; }
      .praise-intro .kicker,
      .praise-intro h2 { text-align: left; }
      .featured-testimonial { padding-left: 30px; }
      .featured-testimonial::before { left: 9px; }
      .featured-testimonial figcaption { flex-wrap: wrap; }
      .featured-testimonial .testimonial-attribution-with-logo {
        align-items: flex-start;
        flex-direction: column;
        gap: 18px;
      }
      .featured-testimonial .testimonial-logo {
        width: 220px;
        max-width: 100%;
      }
      .testimonial-controls { padding-left: 30px; }
      .scheduler-card { padding: 30px 22px; }
      .appointment-details { grid-template-columns: 1fr; padding: 0; }
      .appointment-details > div,
      .appointment-details > div:first-child,
      .appointment-details > div:last-child {
        padding: 13px 0;
        border-left: 0;
        border-top: 1px solid var(--line);
      }
      .appointment-details > div:first-child { border-top: 0; }
      .appointment-summary { grid-template-columns: 1fr; text-align: center; }
      .duration-mark { margin: 0 auto; }
      .form-row { grid-template-columns: 1fr; }
      .footer-grid { grid-template-columns: 1fr; }
    }

    @media (prefers-reduced-motion: reduce) {
      html { scroll-behavior: auto; }
      *, *::before, *::after { transition: none !important; animation: none !important; }
    }

