:root {
  --forest: #153d34;
  --forest-deep: #0d2e28;
  --forest-soft: #235347;
  --clay: #d87855;
  --clay-dark: #b95d3d;
  --ivory: #f7f3ea;
  --paper: #fffdf8;
  --sage: #c9d8c9;
  --ink: #17302b;
  --muted: #63706b;
  --line: rgba(23, 48, 43, .16);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
  --shell: min(1180px, calc(100vw - 48px));
  --shadow: 0 30px 80px rgba(19, 50, 43, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ivory); color: var(--ink); font-family: var(--sans); line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.modal-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.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; z-index: 1000; top: 12px; left: 12px; transform: translateY(-150%); background: white; padding: 10px 16px; border-radius: 4px; }
.skip-link:focus { transform: translateY(0); }

.service-strip { background: var(--forest-deep); color: #dfe9e1; font-size: 12px; letter-spacing: .06em; text-transform: uppercase; }
.service-strip__inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; }
.service-strip p { margin: 0; }
.service-strip a { border-bottom: 1px solid rgba(255,255,255,.35); }
.pulse { display: inline-block; width: 6px; height: 6px; margin: 0 9px 1px 0; border-radius: 50%; background: #8dc39c; box-shadow: 0 0 0 5px rgba(141,195,156,.12); }

.site-header { position: sticky; z-index: 100; top: 0; background: rgba(247,243,234,.92); border-bottom: 1px solid transparent; backdrop-filter: blur(14px); transition: box-shadow .25s, border-color .25s; }
.site-header.is-scrolled { border-color: var(--line); box-shadow: 0 8px 30px rgba(18,49,42,.08); }
.nav-wrap { min-height: 80px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; }
.brand { position: relative; width: 170px; height: 57px; overflow: hidden; justify-self: start; flex: 0 0 auto; background: #fff; }
.brand-logo { position: absolute; top: -78px; left: -30px; width: 229px; max-width: none; height: auto; }
.primary-nav { display: flex; align-items: center; gap: 32px; }
.primary-nav a { position: relative; font-size: 14px; font-weight: 600; }
.primary-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: var(--clay); transition: right .25s; }
.primary-nav a:hover::after, .primary-nav a:focus-visible::after { right: 0; }
.desktop-cta { justify-self: end; }
.menu-toggle { display: none; padding: 8px; border: 0; background: transparent; }
.menu-toggle span:not(.sr-only) { display: block; width: 25px; height: 2px; margin: 5px 0; background: currentColor; transition: .2s; }

.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 32px; padding: 0 24px; border: 1px solid transparent; border-radius: 3px; cursor: pointer; font-weight: 700; transition: transform .2s, background .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .text-link:focus-visible, a:focus-visible, summary:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid rgba(216,120,85,.45); outline-offset: 3px; }
.button--small { min-height: 44px; padding-inline: 18px; gap: 18px; font-size: 13px; }
.button--clay { background: var(--clay); color: #fff; box-shadow: 0 10px 24px rgba(216,120,85,.23); }
.button--clay:hover { background: var(--clay-dark); box-shadow: 0 14px 34px rgba(216,120,85,.3); }
.button--outline { color: white; border-color: rgba(255,255,255,.35); background: transparent; }
.button--outline:hover { background: rgba(255,255,255,.08); }
.button--full { width: 100%; }
.text-link { display: inline-flex; align-items: center; gap: 22px; border: 0; border-bottom: 1px solid currentColor; padding: 3px 0 5px; background: transparent; cursor: pointer; font-size: 14px; font-weight: 700; }
.text-link--light { color: #f9f4e9; }

.hero { position: relative; overflow: hidden; background: var(--forest); color: white; }
.hero-glow { position: absolute; inset: -30% auto auto -10%; width: 680px; height: 680px; border-radius: 50%; background: radial-gradient(circle, rgba(80,132,107,.42), transparent 68%); pointer-events: none; }
.hero-grid { position: relative; min-height: 685px; display: grid; grid-template-columns: .94fr 1.06fr; align-items: center; gap: 72px; padding-block: 78px 88px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 26px; color: var(--forest); font-size: 11px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow span { min-width: 28px; padding-right: 10px; border-right: 1px solid currentColor; color: var(--clay); }
.eyebrow--light { color: rgba(255,255,255,.74); }
.hero h1, .section h2, .book-card h2, .booking-modal h2 { margin: 0; font-family: var(--serif); font-size: clamp(52px, 5.2vw, 78px); font-weight: 400; letter-spacing: -.045em; line-height: .98; }
.hero h1 em, .section h2 em, .book-card h2 em, .booking-modal h2 em { color: var(--clay); font-weight: 400; }
.hero-lede { max-width: 570px; margin: 31px 0 34px; color: rgba(255,255,255,.76); font-size: 17px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 35px; }
.credentials { display: flex; flex-wrap: wrap; gap: 9px 22px; margin-top: 38px; color: rgba(255,255,255,.7); font-size: 11px; letter-spacing: .04em; text-transform: uppercase; }
.credentials span { display: flex; align-items: center; gap: 8px; }
.credentials span::before { content: "✓"; color: #9fcab1; }
.hero-visual { position: relative; justify-self: stretch; }
.image-frame { position: relative; overflow: hidden; aspect-ratio: .93; border-radius: 180px 8px 8px 8px; box-shadow: 0 28px 90px rgba(2,20,16,.35); }
.image-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 58%, rgba(8,31,26,.33)); }
.image-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 52% center; }
.hero-note { position: absolute; left: -58px; bottom: 30px; width: 290px; display: flex; gap: 14px; padding: 20px; background: var(--paper); color: var(--ink); box-shadow: var(--shadow); }
.hero-note__icon { flex: 0 0 37px; height: 37px; display: grid; place-items: center; border-radius: 50%; background: var(--sage); }
.hero-note p { margin: 0; font-size: 12px; line-height: 1.55; }
.hero-note strong { font-size: 13px; }
.route-badge { position: absolute; top: -38px; right: -24px; width: 116px; height: 116px; display: grid; place-items: center; border-radius: 50%; background: var(--clay); color: white; text-align: center; font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.route-badge svg { position: absolute; inset: 0; width: 100%; fill: none; stroke: rgba(255,255,255,.55); stroke-width: 1.5; }
.route-badge svg path { stroke: white; stroke-width: 2; }
.hero-foot { min-height: 54px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.17); color: rgba(255,255,255,.54); font-size: 11px; letter-spacing: .13em; text-transform: uppercase; }
.hero-foot i { width: 3px; height: 3px; border-radius: 50%; background: var(--clay); }

.trust-row { background: var(--paper); border-bottom: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.trust-grid > div { display: flex; align-items: center; gap: 17px; min-height: 140px; padding-inline: 28px; border-right: 1px solid var(--line); }
.trust-grid > div:first-child { padding-left: 0; }
.trust-grid > div:last-child { border-right: 0; }
.trust-grid strong { font-family: var(--serif); color: var(--clay); font-size: 33px; font-weight: 400; }
.trust-grid p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.55; }

.section { padding-block: 120px; }
.section-heading { display: grid; grid-template-columns: 1.55fr .65fr; align-items: end; gap: 70px; margin-bottom: 60px; }
.section-heading h2, .about h2, .areas h2, .faq h2 { font-size: clamp(45px, 5vw, 70px); }
.section-heading > p { margin: 0 0 4px; color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.service-card { position: relative; min-height: 530px; overflow: hidden; display: flex; flex-direction: column; padding: 38px; background: var(--paper); border: 1px solid var(--line); transition: transform .3s, box-shadow .3s, border-color .3s; }
.service-card:hover { z-index: 2; transform: translateY(-6px); border-color: transparent; box-shadow: var(--shadow); }
.service-card--large { background: var(--forest); color: white; }
.service-card--large::before { content: ""; position: absolute; width: 340px; height: 340px; top: -145px; right: -115px; border: 70px solid rgba(255,255,255,.045); border-radius: 50%; }
.service-card--tint { background: #e6eee5; }
.service-number { position: absolute; top: 25px; right: 28px; color: var(--clay); font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.service-icon { width: 72px; height: 72px; display: grid; place-items: center; margin-bottom: 31px; border-radius: 50%; background: rgba(21,61,52,.08); }
.service-icon svg { width: 43px; height: 43px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.service-card--large .service-icon { background: rgba(255,255,255,.1); }
.service-card h3 { max-width: 470px; margin: 0 0 15px; font-family: var(--serif); font-size: 31px; font-weight: 400; line-height: 1.15; }
.service-card p { max-width: 510px; margin: 0; color: var(--muted); font-size: 14px; }
.service-card--large p { color: rgba(255,255,255,.68); }
.service-focus { margin: 23px 0 25px; padding-top: 19px; border-top: 1px solid var(--line); }
.service-card--large .service-focus { border-color: rgba(255,255,255,.15); }
.service-focus > span, .service-conditions h4 { display: block; margin: 0 0 7px; color: var(--clay); font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.service-focus p { font-size: 12px; line-height: 1.55; }
.service-conditions { margin-top: auto; }
.condition-list { display: flex; flex-wrap: wrap; gap: 7px; margin: 0; padding: 0; list-style: none; }
.condition-list li { padding: 6px 9px; border: 1px solid var(--line); color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .025em; line-height: 1.3; text-transform: uppercase; }
.service-card--large .condition-list li { border-color: rgba(255,255,255,.18); color: rgba(255,255,255,.72); }

.approach { position: relative; overflow: hidden; background: var(--forest-deep); color: white; }
.approach::after { content: ""; position: absolute; width: 600px; height: 600px; left: -300px; bottom: -400px; border-radius: 50%; border: 100px solid rgba(255,255,255,.025); }
.approach-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.approach-copy { align-self: start; position: sticky; top: 145px; }
.approach h2 { font-size: clamp(45px, 4.8vw, 68px); }
.approach-copy > p:not(.eyebrow) { max-width: 420px; margin: 30px 0; color: rgba(255,255,255,.62); }
.steps { margin: 0; padding: 0; list-style: none; counter-reset: none; }
.steps li { display: grid; grid-template-columns: 65px 1fr; gap: 24px; padding: 38px 0; border-top: 1px solid rgba(255,255,255,.15); }
.steps li:last-child { border-bottom: 1px solid rgba(255,255,255,.15); }
.steps > li > span { color: var(--clay); font-family: var(--serif); font-size: 27px; }
.steps h3 { margin: 0 0 12px; font-family: var(--serif); font-size: 29px; font-weight: 400; }
.steps p { max-width: 520px; margin: 0; color: rgba(255,255,255,.6); font-size: 14px; }

.about { background: var(--paper); }
.about-grid { display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 110px; }
.portrait-wrap { position: relative; }
.portrait-arch { height: 630px; overflow: hidden; background: #dce0dc; border-radius: 240px 240px 8px 8px; }
.portrait-arch img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 20%; }
.signature-card { position: absolute; right: -36px; bottom: 32px; display: flex; align-items: center; gap: 15px; padding: 20px 24px; background: var(--clay); color: white; box-shadow: var(--shadow); }
.signature-card span { font-family: var(--serif); font-size: 32px; font-style: italic; }
.signature-card p { margin: 0; border-left: 1px solid rgba(255,255,255,.35); padding-left: 15px; font-size: 11px; line-height: 1.45; text-transform: uppercase; letter-spacing: .08em; }
.about-intro { margin: 29px 0 20px; color: var(--ink); font-size: 20px; line-height: 1.6; }
.about-copy > p:not(.eyebrow):not(.about-intro) { color: var(--muted); }
.about blockquote { margin: 28px 0; padding: 22px 0 22px 24px; border-left: 2px solid var(--clay); font-family: var(--serif); font-size: 21px; font-style: italic; line-height: 1.5; }
.credential-list { display: flex; flex-wrap: wrap; gap: 12px 24px; font-size: 12px; font-weight: 700; }
.credential-list b { margin-right: 7px; color: var(--clay); }

.areas { overflow: hidden; background: #dfe9df; }
.areas-grid { display: grid; grid-template-columns: .75fr 1.25fr; align-items: center; gap: 80px; }
.areas-copy > p:not(.eyebrow) { margin: 27px 0; color: var(--muted); }
.map-card { position: relative; min-height: 470px; overflow: hidden; background: #f4f0e7; border: 12px solid rgba(255,255,255,.45); box-shadow: var(--shadow); }
.map-lines { position: absolute; inset: 0; width: 100%; height: 100%; fill: none; }
.map-road { stroke: rgba(21,61,52,.09); stroke-width: 9; stroke-linecap: round; }
.map-road--major { stroke: rgba(21,61,52,.14); stroke-width: 13; }
.map-canal { stroke: rgba(76,142,153,.42); stroke-width: 5; stroke-linecap: round; }
.map-compass { position: absolute; top: 21px; left: 22px; width: 22px; color: var(--forest); text-align: center; font-size: 9px; font-weight: 800; letter-spacing: .08em; }
.map-compass i { display: block; width: 1px; height: 22px; margin: 5px auto 0; background: var(--forest); }
.map-compass i::before { content: ""; position: absolute; left: 8px; top: 14px; width: 6px; height: 6px; border-top: 1px solid var(--forest); border-left: 1px solid var(--forest); transform: rotate(45deg); }
.map-water-label { position: absolute; left: 55%; top: 34%; color: rgba(56,117,128,.75); font-family: var(--serif); font-size: 10px; font-style: italic; transform: rotate(-8deg); }
.map-place { --label-x: 11px; --label-y: -15px; position: absolute; left: var(--x); top: var(--y); z-index: 2; width: 0; height: 0; }
.map-place > i { position: absolute; left: -4px; top: -4px; width: 9px; height: 9px; border: 2px solid var(--paper); border-radius: 50%; background: var(--clay); box-shadow: 0 0 0 5px rgba(216,120,85,.15), 0 4px 10px rgba(21,61,52,.2); }
.map-place > b { position: absolute; left: var(--label-x); top: var(--label-y); padding: 7px 9px; background: rgba(255,253,248,.96); box-shadow: 0 6px 18px rgba(21,61,52,.1); color: var(--ink); font-size: 10px; font-weight: 800; line-height: 1; white-space: nowrap; }
/* Positions preserve the neighbourhoods' real north/south and east/west relationships. */
.map-place--queens { --x: 12%; --y: 18%; }
.map-place--st-johns { --x: 62%; --y: 17%; }
.map-place--maida { --x: 37%; --y: 32%; }
.map-place--little-venice { --x: 45%; --y: 51%; --label-x: -90px; --label-y: 9px; }
.map-place--marylebone { --x: 84%; --y: 50%; --label-x: -86px; }
.map-place--paddington { --x: 61%; --y: 69%; }
.map-place--notting-hill { --x: 17%; --y: 83%; }
.map-place--bayswater { --x: 43%; --y: 84%; }
.map-key { position: absolute; left: 24px; right: 24px; bottom: 20px; padding-top: 14px; border-top: 1px solid var(--line); color: var(--muted); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }

.fees { background: var(--ivory); }
.section-heading--fees { grid-template-columns: 1.4fr .6fr; }
.price-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; align-items: stretch; }
.price-card { min-height: 440px; display: flex; flex-direction: column; padding: 31px 28px; background: var(--paper); border: 1px solid var(--line); }
.price-card--featured { position: relative; background: var(--forest); color: white; border-color: var(--forest); }
.price-tag { position: absolute; top: 0; left: 0; right: 0; padding: 8px; transform: translateY(-100%); background: var(--clay); color: white; text-align: center; font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.price-kicker { margin: 0 0 14px; color: var(--clay); font-size: 11px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.price-card h3 { margin: 0; font-family: var(--serif); font-size: 58px; font-weight: 400; line-height: 1; }
.price-card sup { font-size: 22px; }
.price-card > p:not(.price-kicker) { margin: 12px 0 20px; color: var(--muted); font-size: 12px; }
.price-card--featured > p:not(.price-kicker) { color: rgba(255,255,255,.64); }
.price-card ul { flex: 1; margin: 0 0 26px; padding: 20px 0 0; border-top: 1px solid var(--line); list-style: none; }
.price-card--featured ul { border-color: rgba(255,255,255,.15); }
.price-card li { position: relative; margin: 10px 0; padding-left: 17px; color: var(--muted); font-size: 12px; }
.price-card--featured li { color: rgba(255,255,255,.72); }
.price-card li::before { content: "·"; position: absolute; left: 0; color: var(--clay); font-weight: 900; }
.fee-note { margin: 23px 0 0; color: var(--muted); text-align: center; font-size: 11px; }

.faq { background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 100px; }
.faq-grid > div:first-child > p:not(.eyebrow) { margin: 24px 0; color: var(--muted); }
.accordion details { border-top: 1px solid var(--line); }
.accordion details:last-child { border-bottom: 1px solid var(--line); }
.accordion summary { position: relative; padding: 26px 48px 26px 0; cursor: pointer; list-style: none; font-family: var(--serif); font-size: 22px; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span, .accordion summary span::after { position: absolute; top: 50%; right: 4px; width: 18px; height: 1px; background: var(--ink); transition: transform .2s; }
.accordion summary span::after { content: ""; top: 0; right: 0; transform: rotate(90deg); }
.accordion details[open] summary span::after { transform: rotate(0); }
.accordion details p { margin: -5px 50px 25px 0; color: var(--muted); font-size: 14px; }

.book-section { padding: 20px 0 90px; background: var(--paper); }
.book-card { position: relative; overflow: hidden; display: grid; grid-template-columns: 1fr .8fr; align-items: end; gap: 80px; padding: 72px 78px; background: var(--forest); color: white; }
.book-card::after { content: ""; position: absolute; top: -170px; right: -90px; width: 340px; height: 340px; border: 70px solid rgba(255,255,255,.04); border-radius: 50%; }
.book-card h2 { font-size: clamp(49px, 5vw, 72px); }
.book-card__copy { position: relative; z-index: 1; }
.book-card__copy > p { margin: 0 0 26px; color: rgba(255,255,255,.68); }
.book-card__copy > div { display: flex; align-items: center; gap: 28px; }

.footer { padding: 74px 0 25px; background: var(--forest-deep); color: rgba(255,255,255,.65); }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3,1fr); gap: 55px; padding-bottom: 60px; }
.brand--footer { background: #fff; }
.footer-grid > div:first-child > p { max-width: 280px; margin-top: 22px; font-size: 13px; }
.footer h3 { margin: 5px 0 19px; color: white; font-size: 11px; letter-spacing: .11em; text-transform: uppercase; }
.footer a, .footer span { display: block; margin: 9px 0; font-size: 12px; }
.footer a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); }
.footer-bottom span { font-size: 10px; letter-spacing: .09em; text-transform: uppercase; }

.booking-modal { width: min(900px, calc(100vw - 32px)); max-height: min(720px, calc(100vh - 32px)); padding: 0; border: 0; background: var(--paper); color: var(--ink); box-shadow: 0 40px 120px rgba(8,28,24,.4); }
.booking-modal[open] { display: grid; grid-template-columns: .82fr 1.18fr; }
.booking-modal::backdrop { background: rgba(5,23,19,.72); backdrop-filter: blur(6px); }
.modal-close { position: absolute; z-index: 2; top: 16px; right: 19px; width: 38px; height: 38px; border: 1px solid var(--line); border-radius: 50%; background: var(--paper); cursor: pointer; font-size: 24px; line-height: 1; }
.modal-intro { padding: 56px 43px; background: var(--forest); color: white; }
.modal-intro h2 { font-size: 47px; }
.modal-intro > p:not(.eyebrow) { margin-top: 28px; color: rgba(255,255,255,.68); font-size: 13px; }
.modal-contact { margin-top: 50px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.15); }
.modal-contact span { display: block; color: rgba(255,255,255,.5); font-size: 10px; text-transform: uppercase; }
.modal-contact a { font-family: var(--serif); font-size: 21px; }
.booking-form { padding: 48px 45px 28px; overflow-y: auto; }
.booking-form label { display: grid; gap: 5px; margin-bottom: 13px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.booking-form input, .booking-form select, .booking-form textarea { width: 100%; border: 1px solid var(--line); border-radius: 2px; background: var(--ivory); padding: 11px 12px; color: var(--ink); font-size: 13px; letter-spacing: normal; text-transform: none; }
.booking-form textarea { resize: vertical; }
.form-trap { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.booking-form button[disabled] { cursor: wait; opacity: .68; }
.form-error { margin: 0 0 12px; border-left: 3px solid var(--clay); background: rgba(197, 98, 64, .1); padding: 10px 12px; color: #7a2f22; font-size: 11px; line-height: 1.55; }
.form-note { margin: 10px 0 0; color: var(--muted); text-align: center; font-size: 9px; }
.form-success { grid-column: 1 / -1; padding: 90px 60px; text-align: center; }
.form-success > span { width: 70px; height: 70px; display: grid; place-items: center; margin: 0 auto 25px; border-radius: 50%; background: var(--sage); color: var(--forest); font-size: 28px; }
.form-success h2 { font-size: 45px; }
.form-success p { max-width: 520px; margin: 22px auto; color: var(--muted); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s ease; }
.reveal--delay { transition-delay: .12s; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1050px) {
  .nav-wrap { grid-template-columns: 1fr auto; }
  .primary-nav { order: 3; grid-column: 1 / -1; display: none; padding: 20px 0 28px; border-top: 1px solid var(--line); }
  .primary-nav.is-open { display: grid; }
  .desktop-cta { display: none; }
  .menu-toggle { display: block; justify-self: end; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 45px; }
  .hero-note { left: -30px; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid > div:nth-child(2) { border-right: 0; }
  .trust-grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .trust-grid > div:nth-child(3) { padding-left: 0; }
  .price-grid { grid-template-columns: 1fr 1fr; gap: 30px 16px; }
}

@media (max-width: 780px) {
  :root { --shell: min(680px, calc(100% - 32px)); }
  .service-strip__inner { justify-content: center; }
  .service-strip a { display: none; }
  .nav-wrap { min-height: 68px; }
  .hero-grid { grid-template-columns: 1fr; padding-block: 65px 55px; }
  .hero-copy { z-index: 2; }
  .hero h1 { font-size: clamp(48px, 13.6vw, 70px); }
  .hero-visual { width: 92%; margin: 18px 0 0 auto; }
  .hero-note { left: -8%; bottom: 20px; width: 250px; }
  .route-badge { top: -28px; right: -12px; width: 90px; height: 90px; font-size: 8px; }
  .hero-foot { overflow: hidden; justify-content: flex-start; gap: 19px; white-space: nowrap; }
  .hero-foot span:nth-of-type(n+4), .hero-foot i:nth-of-type(n+4) { display: none; }
  .section { padding-block: 82px; }
  .section-heading, .approach-grid, .about-grid, .areas-grid, .faq-grid, .book-card { grid-template-columns: 1fr; gap: 45px; }
  .section-heading { margin-bottom: 40px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card, .service-card--large { min-height: 360px; grid-row: auto; }
  .service-card--wide { grid-column: auto; display: block; }
  .service-card--wide .service-icon { margin-bottom: 80px; }
  .approach-copy { position: static; }
  .about-grid { gap: 80px; }
  .portrait-wrap { width: 88%; }
  .portrait-arch { height: min(620px, 125vw); }
  .signature-card { right: -13%; }
  .areas-grid { gap: 50px; }
  .map-card { min-height: 400px; }
  .faq-grid { gap: 50px; }
  .book-card { padding: 55px 38px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .booking-modal[open] { grid-template-columns: 1fr; overflow-y: auto; }
  .modal-intro { padding: 42px 34px; }
  .modal-intro h2 { font-size: 42px; }
  .modal-contact { margin-top: 30px; }
}

@media (max-width: 520px) {
  .service-strip { font-size: 9px; white-space: nowrap; }
  .hero-actions, .book-card__copy > div { align-items: stretch; flex-direction: column; }
  .hero-actions .text-link, .book-card__copy .text-link { align-self: flex-start; }
  .credentials { display: grid; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid > div { min-height: 105px; padding-left: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-grid > div:nth-child(3) { border-bottom: 1px solid var(--line); }
  .trust-grid > div:last-child { border-bottom: 0; }
  .section-heading h2, .about h2, .areas h2, .faq h2 { font-size: 45px; }
  .service-card { padding: 28px; }
  .service-card h3 { font-size: 28px; }
  .service-card--wide .service-icon { margin-bottom: 65px; }
  .steps li { grid-template-columns: 45px 1fr; }
  .signature-card { right: -10%; bottom: -25px; }
  .map-card { min-height: 450px; }
  .map-place > b { padding: 6px 7px; font-size: 9px; }
  .map-place--st-johns { --x: 60%; }
  .map-place--marylebone { --x: 86%; --label-x: -78px; }
  .map-place--bayswater { --label-x: 9px; }
  .map-water-label { display: none; }
  .map-key { left: 16px; right: 16px; font-size: 8px; }
  .price-grid { grid-template-columns: 1fr; gap: 30px; }
  .price-card { min-height: 390px; }
  .book-card { padding: 50px 27px; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-bottom { display: block; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .booking-form { padding: 34px 24px 24px; }
}

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