:root {
  --cream: #f7f2eb;
  --cream-2: #fbf8f3;
  --plum: #5a1832;
  --plum-dark: #3d1024;
  --plum-deep: #330c1e;
  --teal: #145451;
  --gold: #c99b54;
  --gold-soft: #d4b67c;
  --ink: #282322;
  --muted: #655e59;
  --line: rgba(180, 135, 70, .4);
  --shadow: 0 20px 60px rgba(61, 16, 36, .12);
  --serif: Georgia, "Times New Roman", Times, serif;
  --sans: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--sans); line-height: 1.45; -webkit-font-smoothing: antialiased; }
body.modal-open { overflow: hidden; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
img { display: block; }
.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; top: -60px; left: 16px; z-index: 1000; background: var(--plum); color: #fff; padding: 10px 16px; text-decoration: none; transition: top .2s; }
.skip-link:focus { top: 16px; }

.site-header { height: 80px; background: rgba(247,242,235,.98); border-top: 1px solid rgba(104,79,63,.35); border-bottom: 1px solid rgba(116,89,71,.12); position: relative; z-index: 30; }
.header-inner { width: min(100% - 38px, 1440px); height: 100%; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; flex-direction: column; align-items: center; text-decoration: none; line-height: 1; min-width: 300px; }
.brand-name { font-family: var(--serif); color: var(--plum); font-size: 25px; letter-spacing: .02em; }
.brand-platform { color: var(--gold); font-size: 11px; letter-spacing: .28em; margin-top: 8px; font-weight: 600; }
.main-nav { display: flex; align-items: center; gap: clamp(20px, 2.3vw, 44px); font-size: 14px; }
.main-nav > a { text-decoration: none; position: relative; padding: 28px 0; }
.main-nav > a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 18px; height: 1px; background: var(--gold); transition: right .22s; }
.main-nav > a:hover::after, .main-nav > a:focus-visible::after { right: 0; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; }
.menu-toggle span:not(.sr-only) { display: block; height: 1px; background: var(--plum); margin: 5px 0; transition: transform .2s, opacity .2s; }

.button { appearance: none; border-radius: 0; min-height: 46px; padding: 12px 24px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 1px solid transparent; text-decoration: none; cursor: pointer; transition: background .2s, color .2s, border-color .2s, transform .2s; }
.button:hover { transform: translateY(-1px); }
.button-primary { background: var(--plum); color: #fff; border-color: var(--plum); }
.button-primary:hover, .button-primary:focus-visible { background: var(--plum-dark); }
.button-outline { background: transparent; color: var(--plum); border-color: var(--plum); }
.button-outline:hover, .button-outline:focus-visible { color: #fff; background: var(--plum); }
.nav-cta { min-height: 44px; padding: 10px 22px; }

.hero { display: grid; grid-template-columns: minmax(0, 48%) minmax(0, 52%); position: relative; overflow: hidden; background: var(--cream); }
.hero-copy { padding: 84px max(38px, calc((100vw - 1320px)/2)) 55px max(38px, calc((100vw - 1320px)/2)); position: relative; z-index: 2; }
.eyebrow { color: var(--teal); margin: 0 0 26px; font-size: 15px; letter-spacing: .01em; }
.eyebrow b { color: var(--gold); margin: 0 7px; font-weight: 400; }
.hero h1 { margin: 0; font-family: var(--serif); font-size: clamp(48px, 4.7vw, 74px); line-height: 1.06; font-weight: 400; letter-spacing: -.025em; }
.hero h1 em { font-weight: 400; }
.hero h1 .plum { color: var(--plum); }
.hero h1 .teal { color: var(--teal); }
.hero-lead { max-width: 565px; margin: 30px 0 34px; font-size: 16px; color: #5b5652; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 44px; flex-wrap: wrap; }
.text-link { color: var(--plum); font-weight: 600; text-decoration: none; padding: 12px 0; }
.text-link span { margin-left: 8px; font-size: 20px; font-weight: 400; }

.photo-crop { position: relative; overflow: hidden; background: var(--cream); }
.photo-crop img { position: absolute; inset: 0; width: 100%; height: 100%; max-width: 100%; object-fit: scale-down; object-position: center; pointer-events: none; user-select: none; }
.photo-crop-hero { min-height: 0; aspect-ratio: 409 / 337; }
.photo-crop-hero img.reference-source { width: 190.95%; height: auto; max-width: none; left: -90.95%; top: -18.75%; object-fit: initial; }

.decor-orbit { position: absolute; border: 1px solid rgba(193,148,78,.45); border-radius: 50%; pointer-events: none; }
.hero-orbit { width: 380px; height: 680px; right: -155px; top: -134px; transform: rotate(-13deg); }
.decor-orbit i { position: absolute; width: 7px; height: 7px; background: var(--gold); transform: rotate(45deg); box-shadow: 0 0 0 3px rgba(201,155,84,.12); }
.hero-orbit i:nth-child(1) { left: 80px; top: 112px; }
.hero-orbit i:nth-child(2) { left: 11px; top: 310px; }
.hero-orbit i:nth-child(3) { left: 130px; bottom: 47px; }

.credentials { background: linear-gradient(90deg, #3a1024, #50172d 45%, #351021); color: #fff; min-height: 104px; }
.credentials-inner { width: min(100% - 50px, 1200px); margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); height: 100%; min-height: 104px; }
.credential { display: grid; grid-template-columns: 54px auto; place-content: center; align-items: center; gap: 18px; position: relative; font-family: var(--serif); font-size: 16px; line-height: 1.28; }
.credential:not(:last-child)::after { content: ""; position: absolute; right: 0; width: 1px; height: 58px; background: rgba(212,182,124,.55); }
.credential svg { width: 50px; height: 50px; fill: none; stroke: var(--gold); stroke-width: 1.3; stroke-linecap: round; stroke-linejoin: round; }

.section { position: relative; background: var(--cream); }
.container { width: min(100% - 56px, 1120px); margin: 0 auto; position: relative; z-index: 2; }
.container.wide { width: min(100% - 64px, 1320px); }
.section h2, .about h2, .growth h2, .insights h2, .contact-cta h2 { font-family: var(--serif); font-weight: 400; color: var(--plum); }
.services { padding: 55px 0 40px; overflow: hidden; }
.services h2, .journey h2, .testimonials h2 { text-align: center; font-size: 37px; margin: 0 0 36px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; align-items: stretch; }
.service-card { min-height: 285px; padding: 34px 24px 27px; border: 1px solid rgba(181,141,79,.33); background: rgba(251,248,243,.6); display: flex; flex-direction: column; align-items: center; justify-content: flex-start; text-align: center; position: relative; }
.service-card-featured { border-color: var(--gold); border-width: 1.5px; transform: translateY(-12px); box-shadow: 0 5px 24px rgba(132,91,36,.05); }
.service-icon { width: 58px; height: 58px; fill: none; stroke: var(--gold); stroke-width: 1.1; stroke-linecap: round; stroke-linejoin: round; margin-bottom: 15px; }
.service-card h3 { font-family: var(--serif); font-size: 23px; line-height: 1.05; font-weight: 400; margin: 0 0 14px; }
.service-card p { margin: 0 0 13px; font-size: 14px; line-height: 1.35; color: #4d4844; }
.service-card strong { font-weight: 400; margin-top: auto; font-size: 14px; }
.service-link { border: 0; background: transparent; color: var(--plum); margin-top: 21px; font-weight: 600; cursor: pointer; padding: 4px; }
.service-link span { margin-left: 8px; font-size: 18px; }
.service-link:hover { color: var(--teal); }
.card-spark { position: absolute; top: -16px; color: var(--gold); font-size: 27px; font-weight: 400; }
.location-note { text-align: center; color: #645d58; margin: 12px 0 0; font-size: 14px; }
.location-note span { color: var(--gold); font-size: 24px; vertical-align: -2px; margin-right: 7px; }
.section-orbit { position: absolute; border: 1px solid rgba(193,148,78,.38); border-radius: 50%; pointer-events: none; }
.orbit-right { width: 520px; height: 230px; right: -315px; top: 175px; transform: rotate(-13deg); }
.orbit-right span { position: absolute; color: var(--gold); left: 40px; top: -9px; font-size: 20px; }

.about { display: grid; grid-template-columns: 40% 60%; background: var(--cream-2); overflow: hidden; }
.photo-crop-about { min-height: 0; aspect-ratio: 309 / 250; }
.photo-crop-about img.reference-source { width: 252.75%; height: auto; max-width: none; left: 0; top: -344%; object-fit: initial; }
.about-copy { padding: 54px clamp(42px, 7vw, 125px) 45px 8%; position: relative; }
.section-kicker { margin: 0 0 7px; font-family: var(--serif); font-size: 18px; }
.about h2 { font-size: 36px; margin: 0 0 11px; }
.about-copy > p:not(.section-kicker) { max-width: 650px; margin: 0; color: #554f4b; line-height: 1.55; }
.about-facts { list-style: none; padding: 0; margin: 27px 0 0; display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 15px 38px; max-width: 650px; }
.about-facts li { position: relative; padding-left: 21px; font-size: 14px; }
.about-facts li::before { content: "✦"; color: var(--gold); position: absolute; left: 0; top: -2px; }
.about-orbit { width: 360px; height: 480px; right: -215px; bottom: -300px; transform: rotate(27deg); }
.about-orbit i:nth-child(1) { left: 18px; top: 90px; }
.about-orbit i:nth-child(2) { left: 66px; top: 18px; }

.manifesto { min-height: 145px; padding: 25px 40px 20px; background: linear-gradient(135deg, #0d514d, #0a4241); color: #fff; text-align: center; display: flex; flex-direction: column; justify-content: center; position: relative; overflow: hidden; }
.manifesto blockquote { margin: 0; font-family: var(--serif); font-size: clamp(25px, 2.3vw, 35px); line-height: 1.2; font-weight: 400; }
.manifesto p { color: var(--gold-soft); margin: 14px 0 0; font-size: 14px; font-weight: 600; letter-spacing: .02em; }
.manifesto p b { margin: 0 8px; font-weight: 400; }
.manifesto-line { position: absolute; width: 360px; height: 150px; border-top: 1px solid var(--gold); border-radius: 50%; opacity: .85; }
.manifesto-line span { position: absolute; color: var(--gold); font-size: 20px; top: -15px; }
.line-left { left: -140px; bottom: -84px; transform: rotate(-10deg); }
.line-left span { right: 88px; }
.line-right { right: -145px; top: 28px; transform: rotate(14deg); }
.line-right span { left: 84px; }

.journey { padding: 30px 0 22px; }
.journey h2 { margin-bottom: 34px; }
.timeline { position: relative; display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.timeline::before { content: ""; position: absolute; top: 1px; left: 3%; right: 3%; height: 1px; background: var(--gold); }
.timeline::after { content: "›"; color: var(--gold); position: absolute; right: 2.4%; top: -11px; font-size: 22px; }
.timeline-item { text-align: center; position: relative; padding: 22px 4px 0; min-height: 125px; font-size: 12px; }
.timeline-star { position: absolute; top: -11px; left: 50%; transform: translateX(-50%); color: var(--gold); font-size: 20px; background: var(--cream); line-height: 22px; }
.timeline-item strong { font-size: 13px; font-weight: 500; }
.timeline-item p { margin: 8px 0 0; line-height: 1.4; }
.membership-note { text-align: center; font-size: 12px; color: #625a56; margin: 13px 0 0; }
.membership-note span { color: var(--gold); font-size: 20px; vertical-align: -3px; margin-right: 5px; }

.expertise-strip { border-top: 1px solid rgba(187,147,82,.35); border-bottom: 1px solid rgba(187,147,82,.35); background: #f8f0e7; min-height: 56px; display: grid; place-items: center; }
.expertise-inner { width: min(100% - 70px, 1000px); display: grid; grid-template-columns: auto auto 1fr auto 1fr auto 1fr auto; gap: 24px; align-items: center; justify-content: center; color: #4d4744; font-family: var(--serif); font-size: 16px; }
.expertise-inner b { color: var(--gold); font-size: 14px; font-family: var(--sans); text-align: center; }
.expertise-icon { font-family: var(--sans); font-size: 24px; color: var(--plum); }
.expertise-icon.people { letter-spacing: -8px; padding-right: 8px; }

.testimonials { padding: 29px 0 38px; }
.testimonials h2 { margin-bottom: 24px; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.testimonial-card { height: 104px; border: 1px solid rgba(187,147,82,.45); background: rgba(255,255,255,.12); position: relative; display: grid; place-items: center; font-family: var(--serif); }
.testimonial-card p { margin: 0; font-size: 14px; }
.quote { position: absolute; left: 18px; top: 3px; font-family: var(--serif); font-size: 52px; color: var(--gold); line-height: 1; }
.heart { position: absolute; right: 15px; bottom: 5px; color: var(--gold); font-size: 25px; }

.growth-insights { display: grid; grid-template-columns: 40% 60%; min-height: 280px; border-top: 1px solid rgba(187,147,82,.28); }
.growth { background: linear-gradient(135deg, #49142b, #361022); color: #fff; padding: 42px 11% 38px; position: relative; overflow: hidden; }
.growth h2 { color: #fff; font-size: 34px; margin: 0 0 14px; }
.growth p { margin: 0; max-width: 400px; line-height: 1.55; font-size: 14px; }
.social-actions { display: flex; gap: 12px; margin-top: 23px; flex-wrap: wrap; }
.button-dark-outline { color: #fff; border-color: rgba(212,182,124,.8); background: transparent; min-height: 42px; padding: 9px 17px; }
.button-dark-outline:hover, .button-dark-outline:focus-visible { background: rgba(255,255,255,.08); border-color: var(--gold-soft); }
.button-dark-outline b { font-size: 19px; }
.growth-orbit { position: absolute; width: 250px; height: 180px; border-top: 1px solid var(--gold); border-radius: 50%; right: -130px; bottom: -38px; transform: rotate(-20deg); }
.growth-orbit span { position: absolute; color: var(--gold); top: -14px; left: 22px; font-size: 22px; }

.insights { padding: 20px 5% 28px 4%; background: var(--cream); }
.insights h2 { text-align: center; font-size: 27px; margin: 0 0 15px; }
.insight-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.insight-card { min-width: 0; border: 1px solid rgba(187,147,82,.28); background: #faf6f0; text-decoration: none; position: relative; padding-bottom: 12px; transition: transform .2s, box-shadow .2s; overflow: hidden; }
.insight-card:hover { transform: translateY(-3px); box-shadow: 0 12px 28px rgba(61,16,36,.08); }
.insight-image { display: block; width: 100%; aspect-ratio: 1.72 / 1; overflow: hidden; position: relative; background: #d9c8b6; }
.crop-insight img { position: absolute; inset: 0; width: 100%; height: 100%; max-width: 100%; object-fit: cover; object-position: center; pointer-events: none; }
.crop-insight-1 img.reference-source { width: 691%; height: auto; max-width: none; left: -294%; top: -2540%; object-fit: initial; }
.crop-insight-2 img.reference-source { width: 674%; height: auto; max-width: none; left: -400%; top: -2540%; object-fit: initial; }
.crop-insight-3 img.reference-source { width: 674%; height: auto; max-width: none; left: -516%; top: -2540%; object-fit: initial; }
.insight-title { display: block; padding: 10px 30px 0 11px; font-family: var(--serif); font-size: 16px; line-height: 1.04; }
.insight-arrow { position: absolute; right: 12px; bottom: 9px; color: var(--plum); font-size: 19px; }

.contact-cta { min-height: 120px; background: linear-gradient(90deg, #3a1024, #53152f 55%, #391024); color: #fff; border-bottom: 1px solid rgba(212,182,124,.45); display: grid; grid-template-columns: 110px 1fr auto; align-items: center; gap: 24px; padding: 22px max(42px, calc((100vw - 1260px)/2)); }
.contact-icon { width: 76px; height: 52px; position: relative; margin-left: auto; }
.contact-icon span { position: absolute; width: 47px; height: 35px; border: 2px solid var(--gold); border-radius: 50%; }
.contact-icon span::after { content: ""; position: absolute; bottom: -8px; left: 6px; width: 10px; height: 12px; border-left: 2px solid var(--gold); transform: rotate(34deg); }
.contact-icon span:last-child { right: 0; top: 12px; }
.contact-cta h2 { color: #fff; margin: 0; font-size: 36px; }
.contact-cta p { margin: 2px 0 0; font-size: 14px; }
.contact-actions { display: grid; gap: 8px; min-width: 230px; }
.contact-actions .button { min-height: 39px; padding: 8px 18px; }
.site-footer { min-height: 54px; padding: 0 max(42px, calc((100vw - 1320px)/2)); background: #321020; color: #fff; display: flex; align-items: center; justify-content: space-between; font-family: var(--serif); font-size: 13px; }
.site-footer a { text-decoration: none; }
.site-footer div { display: flex; gap: 14px; }

.modal { width: min(92vw, 620px); border: 0; padding: 0; background: transparent; color: var(--ink); overflow: visible; }
.modal::backdrop { background: rgba(29,17,22,.66); backdrop-filter: blur(2px); }
.modal-shell { background: var(--cream-2); border: 1px solid var(--gold-soft); padding: 42px; position: relative; box-shadow: var(--shadow); }
.modal-shell h2 { font-family: var(--serif); color: var(--plum); font-weight: 400; font-size: 34px; margin: 0 0 10px; }
.modal-intro, .service-dialog-copy { color: #5c5550; }
.modal-close { position: absolute; right: 16px; top: 12px; width: 38px; height: 38px; border: 0; background: transparent; color: var(--plum); font-family: var(--serif); font-size: 32px; line-height: 1; cursor: pointer; }
#bookingForm { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin-top: 22px; }
#bookingForm label { display: grid; gap: 6px; color: #514a46; font-size: 13px; }
#bookingForm label:nth-child(3), #bookingForm label:nth-child(4), .modal-submit { grid-column: 1 / -1; }
#bookingForm input, #bookingForm select, #bookingForm textarea { width: 100%; border: 1px solid #cdbca6; background: #fffdf9; color: var(--ink); border-radius: 0; padding: 11px 12px; outline: none; }
#bookingForm input:focus, #bookingForm select:focus, #bookingForm textarea:focus { border-color: var(--teal); box-shadow: 0 0 0 2px rgba(20,84,81,.1); }
.direct-contact { display: flex; flex-wrap: wrap; gap: 14px 24px; margin-top: 19px; font-size: 13px; }
.direct-contact a { color: var(--plum); }
.service-dialog-price { font-family: var(--serif); color: var(--teal); font-size: 20px; margin: 20px 0; }

@media (max-width: 1050px) {
  .brand { min-width: 230px; align-items: flex-start; }
  .brand-name { font-size: 20px; }
  .main-nav { gap: 18px; font-size: 13px; }
  .nav-cta { padding-inline: 14px; }
  .hero { grid-template-columns: 52% 48%; }
  .hero-copy { padding-top: 65px; padding-left: 32px; padding-right: 28px; }
  .photo-crop-hero { min-height: 0; }
  .hero h1 { font-size: clamp(44px, 5.6vw, 60px); }
  .credential { grid-template-columns: 44px auto; gap: 10px; font-size: 14px; }
  .credential svg { width: 42px; }
  .growth { padding-left: 9%; }
  .contact-cta { grid-template-columns: 80px 1fr auto; }
}

@media (max-width: 800px) {
  html { scroll-padding-top: 70px; }
  .site-header { height: 70px; position: sticky; top: 0; box-shadow: 0 3px 18px rgba(61,16,36,.05); }
  .header-inner { width: calc(100% - 28px); }
  .brand-name { font-size: 18px; }
  .brand-platform { font-size: 9px; margin-top: 6px; }
  .menu-toggle { display: block; position: relative; z-index: 42; }
  .main-nav { position: fixed; inset: 70px 0 auto 0; padding: 18px 22px 26px; background: var(--cream-2); border-bottom: 1px solid var(--gold-soft); box-shadow: 0 16px 30px rgba(61,16,36,.12); display: grid; gap: 0; transform: translateY(-130%); opacity: 0; pointer-events: none; transition: transform .24s, opacity .2s; }
  .main-nav.open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .main-nav > a { padding: 12px 4px; font-size: 15px; }
  .main-nav > a::after { display: none; }
  .nav-cta { margin-top: 10px; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding: 48px 28px 42px; min-height: 500px; }
  .hero h1 { font-size: clamp(47px, 13vw, 68px); }
  .hero-lead { font-size: 15px; }
  .hero-actions { gap: 20px; }
  .photo-crop-hero { min-height: 0; aspect-ratio: 408 / 337; }
  .hero-orbit { right: -250px; }

  .credentials-inner { width: calc(100% - 28px); grid-template-columns: repeat(2,1fr); padding: 14px 0; }
  .credential { min-height: 82px; }
  .credential:nth-child(2)::after { display: none; }
  .credential:nth-child(-n+2) { border-bottom: 1px solid rgba(212,182,124,.28); }
  .credential::after { height: 45px !important; }

  .services { padding-top: 45px; }
  .services h2, .journey h2, .testimonials h2 { font-size: 32px; }
  .service-grid { grid-template-columns: 1fr; max-width: 520px; margin: 0 auto; }
  .service-card { min-height: 260px; }
  .service-card-featured { order: -1; transform: none; }
  .about { grid-template-columns: 1fr; }
  .photo-crop-about { min-height: 0; aspect-ratio: 309 / 250; }
  .about-copy { padding: 42px 28px 48px; }
  .about-facts { grid-template-columns: 1fr; }
  .manifesto { min-height: 190px; padding-inline: 26px; }
  .manifesto blockquote br { display: none; }

  .timeline { grid-template-columns: repeat(2,1fr); gap: 28px 18px; }
  .timeline::before, .timeline::after { display: none; }
  .timeline-item { border-top: 1px solid var(--gold); padding-top: 20px; min-height: 145px; }
  .timeline-star { top: -12px; }
  .expertise-inner { width: calc(100% - 30px); grid-template-columns: auto auto auto; gap: 12px 18px; padding: 14px 0; font-size: 14px; }
  .expertise-inner b { display: none; }
  .expertise-icon { display: none; }
  .testimonial-grid { grid-template-columns: 1fr; max-width: 560px; margin: 0 auto; }
  .growth-insights { grid-template-columns: 1fr; }
  .growth { padding: 42px 28px; }
  .insights { padding: 30px 28px 36px; }
  .contact-cta { grid-template-columns: 70px 1fr; padding: 26px 28px; }
  .contact-actions { grid-column: 1 / -1; width: 100%; grid-template-columns: 1fr 1fr; }
  .site-footer { padding: 18px 28px; flex-direction: column; gap: 9px; text-align: center; }
}

@media (max-width: 540px) {
  .brand { min-width: 0; }
  .brand-name { font-size: 16px; }
  .brand-platform { font-size: 8px; letter-spacing: .2em; }
  .hero-copy { min-height: auto; padding: 39px 21px 35px; }
  .eyebrow { font-size: 12px; margin-bottom: 20px; }
  .eyebrow b { margin-inline: 3px; }
  .hero h1 { font-size: clamp(42px, 13vw, 59px); }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 5px; }
  .text-link { text-align: center; }
  .credentials-inner { grid-template-columns: 1fr; }
  .credential { min-height: 75px; border-bottom: 1px solid rgba(212,182,124,.22) !important; }
  .credential::after { display: none; }
  .container, .container.wide { width: calc(100% - 36px); }
  .services h2, .journey h2, .testimonials h2 { font-size: 29px; }
  .service-grid { gap: 16px; }
  .about h2 { font-size: 32px; }
  .manifesto blockquote { font-size: 25px; }
  .timeline { grid-template-columns: 1fr; }
  .timeline-item { min-height: 0; padding-bottom: 12px; }
  .timeline-item p br { display: none; }
  .expertise-inner { grid-template-columns: 1fr 1fr; text-align: center; }
  .insight-grid { grid-template-columns: 1fr; }
  .insight-card { display: grid; grid-template-columns: 42% 1fr; min-height: 108px; padding: 0; }
  .insight-image { height: 100%; aspect-ratio: auto; }
  .insight-title { align-self: center; font-size: 17px; padding: 13px 31px 13px 13px; }
  .contact-cta { grid-template-columns: 58px 1fr; padding-inline: 21px; }
  .contact-cta h2 { font-size: 29px; }
  .contact-icon { transform: scale(.75); transform-origin: left center; }
  .contact-actions { grid-template-columns: 1fr; }
  .modal-shell { padding: 36px 22px 25px; }
  .modal-shell h2 { font-size: 30px; }
  #bookingForm { grid-template-columns: 1fr; }
  #bookingForm label, #bookingForm label:nth-child(3), #bookingForm label:nth-child(4), .modal-submit { grid-column: 1; }
}

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