:root {
  --navy: #0b253b;
  --navy-2: #12334b;
  --ink: #17242c;
  --paper: #fbfaf7;
  --ivory: #f3efe6;
  --gold: #b48a3a;
  --gold-light: #e1c788;
  --muted: #596872;
  --line: rgba(16, 38, 55, .16);
  --shadow: 0 24px 70px rgba(7, 28, 43, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Segoe UI", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
.shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.section { padding: 118px 0; }
.skip-link { position: fixed; z-index: 1000; left: 16px; top: 12px; padding: 12px 16px; background: #fff; color: var(--navy); box-shadow: var(--shadow); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid #f0a640; outline-offset: 4px; }

.topbar { background: var(--navy); color: rgba(255,255,255,.82); font-size: 12px; text-transform: uppercase; letter-spacing: .13em; }
.topbar-inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; }
.topbar-actions { display: flex; align-items: stretch; gap: 6px; }
.topbar a { min-height: 44px; padding: 0 14px; display: inline-flex; align-items: center; color: #fff; }
.topbar a:hover { background: rgba(255,255,255,.08); }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(251,250,247,.97); border-bottom: 1px solid rgba(10,37,59,.08); backdrop-filter: blur(12px); }
.nav-wrap { height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; min-height: 48px; align-items: center; gap: 13px; }
.brand img { width: 52px; height: 46px; object-fit: contain; mix-blend-mode: multiply; }
.brand span { display: flex; flex-direction: column; }
.brand strong { color: var(--navy); font: 500 18px Georgia, "Times New Roman", serif; letter-spacing: .01em; }
.brand small { margin-top: 5px; color: #726a5e; font-size: 10px; letter-spacing: .2em; text-transform: uppercase; }
.desktop-nav { display: flex; align-items: center; gap: 30px; }
.desktop-nav a, .nav-cta { min-height: 44px; display: inline-flex; align-items: center; color: #34434d; font-size: 12px; text-transform: uppercase; letter-spacing: .11em; }
.desktop-nav a:hover { color: #8a671f; }
.nav-cta { padding-left: 26px; border-left: 1px solid var(--line); color: var(--navy); font-weight: 700; gap: 10px; }
.nav-cta span { color: #8b661c; }
.menu-button { display: none; width: 48px; height: 48px; padding: 12px; border: 0; background: transparent; cursor: pointer; }
.menu-button span { display: block; height: 2px; margin: 5px 0; background: var(--navy); transition: transform .2s, opacity .2s; }
.menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mobile-nav { position: absolute; left: 0; right: 0; top: 100%; padding: 12px 24px 24px; background: var(--paper); border-top: 1px solid var(--line); box-shadow: 0 24px 40px rgba(4,24,38,.14); }
.mobile-nav:not([hidden]) { display: grid; }
.mobile-nav a { min-height: 52px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); color: var(--navy); font: 500 20px Georgia, serif; }
.mobile-nav a:last-child { margin-top: 14px; padding: 0 18px; justify-content: center; background: var(--navy); color: #fff; border: 0; font: 700 12px "Segoe UI", Arial, sans-serif; text-transform: uppercase; letter-spacing: .12em; }

.hero { position: relative; min-height: 680px; height: min(740px, calc(100vh - 120px)); color: #fff; overflow: hidden; background: url('/office.webp') center 45% / cover no-repeat; }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,25,40,.96), rgba(7,27,43,.76) 46%, rgba(7,26,41,.25) 76%), linear-gradient(0deg, rgba(7,25,39,.34), transparent 46%); }
.hero-content { position: relative; z-index: 2; height: 100%; padding-bottom: 78px; display: flex; align-items: flex-end; justify-content: space-between; gap: 48px; }
.hero-copy { max-width: 740px; }
.eyebrow { margin: 0 0 22px; color: #806122; font-size: 12px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow.light { color: var(--gold-light); }
h1, h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 400; line-height: 1; letter-spacing: -.035em; }
h1 { font-size: clamp(60px, 6.2vw, 92px); }
h1 em, h2 em { color: var(--gold-light); font-weight: 400; }
.hero-lead { max-width: 610px; margin: 30px 0 36px; color: rgba(255,255,255,.86); font-size: 17px; line-height: 1.7; }
.actions { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; }
.button { min-height: 52px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 24px; border: 0; cursor: pointer; font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-light { background: #fff; color: var(--navy); }
.button-gold { background: #d1aa5b; color: #071b2b; }
.text-link { min-height: 44px; display: inline-flex; align-items: center; gap: 14px; color: var(--navy); font-size: 12px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.text-link span { color: #8a661d; }
.light-link { color: #fff; }
.light-link span { color: var(--gold-light); }
.hero-note { width: 250px; padding-left: 26px; border-left: 1px solid rgba(255,255,255,.42); }
.quote-symbol { display: block; height: 34px; color: var(--gold-light); font: 46px Georgia, serif; }
.hero-note p { margin: 0 0 18px; font: italic 19px/1.5 Georgia, serif; }
.hero-note small { color: rgba(255,255,255,.76); font-size: 11px; letter-spacing: .12em; line-height: 1.7; text-transform: uppercase; }
.india-stripe { position: absolute; z-index: 3; bottom: 0; left: 0; right: 0; height: 4px; display: flex; }
.india-stripe span { flex: 1; }
.india-stripe span:nth-child(1) { background: #f47521; }
.india-stripe span:nth-child(2) { background: #fff; }
.india-stripe span:nth-child(3) { background: #3eaa4e; }

.trust-band { background: #fff; border-bottom: 1px solid var(--line); }
.trust-grid { min-height: 108px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.trust-grid div { min-height: 56px; padding: 0 34px; display: flex; flex-direction: column; justify-content: center; gap: 7px; border-right: 1px solid var(--line); }
.trust-grid div:first-child { padding-left: 0; }
.trust-grid div:last-child { border: 0; }
.trust-grid strong { color: var(--navy); font: 500 21px Georgia, serif; }
.trust-grid span { color: var(--muted); font-size: 12px; letter-spacing: .11em; text-transform: uppercase; }

.section-tag { width: max-content; max-width: 100%; padding-top: 14px; border-top: 1px solid var(--line); color: #665e51; font-size: 12px; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.section-tag.pale { border-color: rgba(255,255,255,.25); color: rgba(255,255,255,.74); }
.intro-grid { display: grid; grid-template-columns: 150px minmax(0, 1fr) 300px; gap: 50px; align-items: start; }
.intro h2, .approach h2, .journey h2 { color: var(--navy); font-size: clamp(48px, 5vw, 70px); }
.intro-columns { margin: 36px 0 28px; display: grid; grid-template-columns: 1fr 1fr; gap: 34px; }
.intro-columns p, .approach p, .journey p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.8; }
.proof-row { margin: 0 0 24px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.proof-row span { padding: 17px 12px; color: var(--muted); font-size: 12px; line-height: 1.5; text-transform: uppercase; letter-spacing: .08em; border-right: 1px solid var(--line); }
.proof-row span:last-child { border: 0; }
.proof-row strong { display: block; color: var(--navy); font: 500 19px Georgia, serif; text-transform: none; letter-spacing: 0; }
.portrait-card { margin: 10px 0 0; padding: 12px; background: var(--ivory); box-shadow: var(--shadow); }
.portrait-card img { width: 100%; height: 335px; object-fit: cover; object-position: 50% 34%; filter: saturate(.8); }
.portrait-card div { padding: 16px 8px 8px; }
.portrait-card strong { display: block; color: var(--navy); font: 500 19px Georgia, serif; }
.portrait-card span { display: block; margin-top: 6px; color: #665f54; font-size: 12px; letter-spacing: .11em; text-transform: uppercase; }

.services { background: var(--navy); color: #fff; }
.section-head { margin-bottom: 64px; display: grid; grid-template-columns: 1fr 350px; align-items: end; gap: 70px; }
.section-head h2, .contact h2 { font-size: clamp(48px, 5vw, 70px); }
.section-head > p { margin: 0 0 5px; color: rgba(255,255,255,.72); font-size: 15px; line-height: 1.8; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.18); border-left: 1px solid rgba(255,255,255,.18); }
.service-card { min-height: 365px; padding: 36px 34px 30px; display: flex; flex-direction: column; border-right: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); transition: background .2s, transform .2s; }
.service-card:hover { background: var(--navy-2); transform: translateY(-2px); }
.service-card > span { color: var(--gold-light); font: italic 14px Georgia, serif; }
.service-card h3 { margin: 24px 0 14px; font: 400 27px/1.15 Georgia, serif; }
.service-card p { min-height: 68px; margin: 0; color: rgba(255,255,255,.76); font-size: 14px; line-height: 1.7; }
.service-card ul { margin: 18px 0; padding: 0; list-style: none; }
.service-card li { padding: 8px 0; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.84); font-size: 12px; }
.service-card li::before { content: "\2022"; margin-right: 9px; color: var(--gold-light); }
.service-card a { min-height: 44px; margin-top: auto; display: inline-flex; align-items: center; gap: 10px; color: #fff; font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.service-card a span { color: var(--gold-light); }

.approach { background: var(--ivory); }
.approach-grid { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 90px; }
.approach-photo { position: relative; }
.approach-photo::before { content: ""; position: absolute; left: -18px; top: -18px; width: 64%; height: 58%; border: 1px solid var(--gold); }
.approach-photo img { position: relative; width: 100%; height: 590px; object-fit: cover; filter: saturate(.78); }
.approach-copy .section-tag { margin-bottom: 54px; }
.approach-copy h2 { margin-bottom: 34px; }
.principle { padding: 19px 0; display: grid; grid-template-columns: 42px 1fr; gap: 18px; border-top: 1px solid var(--line); }
.principle > span { color: #8a671f; font: italic 14px Georgia, serif; }
.principle h3 { margin: 0 0 7px; color: var(--navy); font: 500 21px Georgia, serif; }
.principle p { font-size: 14px; }

.journey { background: #fff; }
.journey .section-head > p { color: var(--muted); }
.journey-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; }
.journey-grid img { width: 100%; height: 285px; object-fit: cover; filter: saturate(.8); }
.journey-grid article:first-child img { object-position: 50% 38%; }
.journey-grid article > span { display: block; margin-top: 20px; color: #765c28; font-size: 12px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.journey-grid h3 { margin: 10px 0; color: var(--navy); font: 500 27px Georgia, serif; }
.journey-grid p { font-size: 14px; }

.quote { padding: 100px 0; background: linear-gradient(rgba(6,27,43,.91),rgba(6,27,43,.91)), url('/office.webp') center / cover; color: #fff; text-align: center; }
.quote > .shell > span { display: block; height: 55px; color: var(--gold-light); font: 72px Georgia, serif; }
.quote blockquote { max-width: 870px; margin: 15px auto 26px; font: italic 36px/1.45 Georgia, serif; }
.quote p { color: rgba(255,255,255,.74); font-size: 12px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }

.contact { background: #092237; color: #fff; }
.contact-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 80px; }
.contact-copy > p:not(.eyebrow):not(.form-note) { max-width: 560px; margin: 25px 0 30px; color: rgba(255,255,255,.78); font-size: 15px; line-height: 1.8; }
.enquiry-form { display: grid; gap: 16px; }
.form-trap { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0 !important; opacity: 0; pointer-events: none; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.enquiry-form label { display: grid; gap: 8px; color: rgba(255,255,255,.8); font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.enquiry-form input, .enquiry-form select, .enquiry-form textarea { width: 100%; min-height: 48px; padding: 12px 14px; border: 1px solid rgba(255,255,255,.24); border-radius: 0; background: rgba(255,255,255,.06); color: #fff; font-size: 16px; text-transform: none; letter-spacing: 0; }
.enquiry-form textarea { resize: vertical; }
.enquiry-form select option { color: var(--ink); background: #fff; }
.enquiry-form input::placeholder, .enquiry-form textarea::placeholder { color: rgba(255,255,255,.5); }
.enquiry-form .button { justify-self: start; }
.enquiry-form .button:disabled { cursor: wait; opacity: .7; transform: none; }
.cookie-banner { position: fixed; z-index: 100; left: 24px; right: 24px; bottom: 24px; display: flex; align-items: center; justify-content: space-between; gap: 28px; max-width: 920px; margin: 0 auto; padding: 22px 24px; border: 1px solid rgba(201,165,91,.45); background: #0b253b; color: #fff; box-shadow: 0 20px 60px rgba(5,25,40,.3); }
.cookie-banner strong { display: block; margin-bottom: 5px; font-family: Georgia, serif; font-size: 20px; }
.cookie-banner p { max-width: 620px; margin: 0; color: rgba(255,255,255,.76); font-size: 13px; line-height: 1.6; }
.cookie-banner a { color: #e7c67f; text-decoration: underline; text-underline-offset: 3px; }
.cookie-actions { display: flex; flex: 0 0 auto; gap: 10px; }
.cookie-actions button { min-height: 44px; padding: 0 16px; border: 1px solid rgba(255,255,255,.36); background: transparent; color: #fff; cursor: pointer; font: inherit; font-size: 12px; font-weight: 800; letter-spacing: .05em; }
.cookie-actions .cookie-accept { border-color: var(--gold); background: var(--gold); color: #071b2b; }
.footer-link-button { padding: 0; border: 0; background: none; color: inherit; cursor: pointer; font: inherit; }
.footer-link-button:hover, .footer-link-button:focus-visible { color: var(--gold); }
.form-note { margin: -4px 0 0; color: rgba(255,255,255,.65); font-size: 12px; line-height: 1.6; }
.form-note a { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.form-status { min-height: 24px; margin: 0; color: rgba(255,255,255,.82); font-size: 14px; line-height: 1.65; }
.form-status:empty { min-height: 0; }
.form-status.success { padding: 13px 15px; border-left: 3px solid #71c27b; background: rgba(113,194,123,.12); color: #e2f7e5; }
.form-status.error { padding: 13px 15px; border-left: 3px solid #ef8f79; background: rgba(239,143,121,.1); color: #ffe5df; }
.contact-details { align-self: end; display: grid; grid-template-columns: 1fr 1fr; column-gap: 30px; border-top: 1px solid rgba(255,255,255,.25); }
.contact-details > div { padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,.25); }
.contact-details > div:first-child { grid-column: 1 / -1; }
.contact-details > div:last-child { grid-column: 1 / -1; }
.contact-details span { color: var(--gold-light); font-size: 12px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.contact-details p, .contact-details address { margin: 11px 0; color: rgba(255,255,255,.8); font-size: 14px; font-style: normal; line-height: 1.8; }
.contact-details a { min-height: 44px; display: inline-flex; align-items: center; color: #fff; overflow-wrap: anywhere; }
.contact-details p a { min-height: 44px; }

footer { padding-top: 50px; background: #061725; color: rgba(255,255,255,.7); }
.footer-main { padding-bottom: 38px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.footer-brand strong { color: #fff; }
.footer-brand small { color: rgba(255,255,255,.64); }
.footer-main p { font: italic 17px Georgia, serif; }
.footer-main nav { display: flex; gap: 24px; }
.footer-main nav a, .footer-bottom a { min-width: 44px; min-height: 44px; padding: 0 4px; display: inline-flex; align-items: center; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }
.footer-bottom { min-height: 72px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.12); font-size: 11px; }
.footer-bottom > div { display: flex; align-items: center; gap: 20px; }
.mobile-actions { display: none; }

.subpage-hero { padding: 86px 0 70px; background: var(--navy); color: #fff; }
.subpage-hero h1 { max-width: 850px; }
.subpage-hero p { max-width: 700px; margin: 25px 0 0; color: rgba(255,255,255,.78); font-size: 17px; line-height: 1.7; }
.service-detail-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.service-detail { scroll-margin-top: 100px; padding: 34px; background: #fff; border: 1px solid var(--line); }
.service-detail h2 { color: var(--navy); font-size: 36px; }
.service-detail h3 { margin: 28px 0 10px; color: var(--navy); font: 600 13px "Segoe UI", Arial, sans-serif; letter-spacing: .11em; text-transform: uppercase; }
.service-detail p, .legal-copy p, .legal-copy li { color: var(--muted); font-size: 16px; line-height: 1.8; }
.service-detail ul { padding-left: 19px; }
.service-intro { margin-bottom: 48px; display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 70px; }
.service-intro h2, .service-process h2, .faq-section h2 { color: var(--navy); font-size: clamp(43px, 4.5vw, 64px); }
.service-intro > p, .faq-layout > div > p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.8; }
.service-meta { margin-top: 26px; padding: 20px 0; display: grid; grid-template-columns: 120px 1fr; gap: 12px 18px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-meta strong { color: var(--navy); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.service-meta span { color: var(--muted); font-size: 14px; line-height: 1.55; }
.service-cta { margin-top: 18px; }
.service-process { background: var(--navy); color: #fff; }
.service-process h2 { color: #fff; }
.process-grid { margin-top: 54px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.2); border-left: 1px solid rgba(255,255,255,.2); }
.process-grid article { padding: 34px; border-right: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.process-grid span { color: var(--gold-light); font: italic 15px Georgia, serif; }
.process-grid h3 { margin: 24px 0 12px; font: 500 25px/1.2 Georgia, serif; }
.process-grid p { margin: 0; color: rgba(255,255,255,.76); font-size: 15px; line-height: 1.7; }
.faq-section { background: var(--ivory); }
.faq-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; }
.faq-layout > div > p { margin-top: 24px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 64px; padding: 16px 38px 16px 0; display: flex; align-items: center; position: relative; color: var(--navy); font: 500 20px/1.4 Georgia, serif; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 4px; color: #806122; font: 400 27px Georgia, serif; }
.faq-list details[open] summary::after { content: "-"; }
.faq-list details p { margin: 0; padding: 0 42px 22px 0; color: var(--muted); font-size: 15px; line-height: 1.75; }
.legal-copy { max-width: 820px; }
.legal-copy h2 { margin-top: 44px; color: var(--navy); font-size: 32px; }
.legal-copy a { color: #704f0f; text-decoration: underline; text-underline-offset: 3px; overflow-wrap: anywhere; }

@media (max-width: 980px) {
  .desktop-nav, .nav-cta { display: none; }
  .menu-button { display: block; }
  .hero-note { display: none; }
  .intro-grid { grid-template-columns: 125px 1fr; }
  .portrait-card { grid-column: 2; width: min(100%, 340px); }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .approach-grid { gap: 48px; }
  .contact-grid { gap: 46px; }
}

@media (max-width: 700px) {
  html { scroll-padding-top: 76px; }
  body { padding-bottom: 64px; }
  .shell { width: calc(100% - 30px); }
  .section { padding: 60px 0; }
  .topbar { display: none; }
  .nav-wrap { height: 72px; }
  .brand { max-width: calc(100% - 58px); }
  .brand img { width: 42px; height: 39px; }
  .brand strong { font-size: 15px; }
  .brand small { font-size: 10px; letter-spacing: .14em; }
  .hero { min-height: 620px; height: calc(100svh - 72px); max-height: 700px; background-position: 63% center; }
  .hero::after { background: linear-gradient(90deg, rgba(5,25,40,.96), rgba(7,27,43,.7)); }
  .hero-content { padding-bottom: 54px; }
  h1 { font-size: clamp(48px, 14vw, 62px); }
  .hero-lead { margin: 24px 0 28px; font-size: 16px; }
  .actions { align-items: flex-start; flex-direction: column; gap: 10px; }
  .button, .text-link { min-height: 48px; }
  .trust-grid { grid-template-columns: 1fr 1fr; padding: 14px 0; }
  .trust-grid div { min-height: 76px; padding: 12px 14px; border-bottom: 1px solid var(--line); }
  .trust-grid div:nth-child(2) { border-right: 0; }
  .trust-grid div:nth-child(3), .trust-grid div:nth-child(4) { border-bottom: 0; }
  .trust-grid strong { font-size: 19px; }
  .trust-grid span { font-size: 11px; }
  .intro-grid, .section-head, .approach-grid, .contact-grid, .service-detail-grid, .service-intro, .process-grid, .faq-layout { grid-template-columns: 1fr; }
  .intro-grid { gap: 30px; }
  .intro-columns, .proof-row, .form-row { grid-template-columns: 1fr; }
  .intro-columns { margin: 28px 0 22px; gap: 16px; }
  .proof-row span { border-right: 0; border-bottom: 1px solid var(--line); }
  .proof-row span:last-child { border-bottom: 0; }
  .portrait-card { grid-column: auto; width: 100%; }
  .portrait-card img { height: 340px; }
  .section-head { gap: 22px; margin-bottom: 38px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 0; padding: 28px 24px 24px; }
  .service-card h3 { margin-top: 18px; }
  .service-card p, .service-card ul { display: none; }
  .service-card a { margin-top: 18px; }
  .approach-photo { margin-left: 12px; }
  .approach-photo img { height: 320px; }
  .approach-copy .section-tag { margin-bottom: 34px; }
  .journey-grid { grid-template-columns: 1fr; gap: 28px; }
  .journey-grid img { height: auto; aspect-ratio: 16 / 10; }
  .journey-grid article:first-child img { object-position: 50% 30%; }
  .quote { padding: 60px 0; }
  .quote blockquote { font-size: 28px; }
  .contact-grid { gap: 40px; }
  .contact-details { grid-template-columns: 1fr; }
  .contact-details > div, .contact-details > div:first-child, .contact-details > div:last-child { grid-column: auto; }
  .enquiry-form .button { width: 100%; }
  .footer-main { align-items: flex-start; flex-direction: column; }
  .footer-main p { margin: 0; }
  .footer-main nav { flex-wrap: wrap; }
  .footer-bottom { padding: 18px 0; align-items: flex-start; flex-direction: column; gap: 10px; }
  .footer-bottom > div { flex-wrap: wrap; gap: 12px 20px; }
  .mobile-actions { position: fixed; z-index: 60; left: 0; right: 0; bottom: 0; height: 64px; display: grid; grid-template-columns: 1fr 1fr; background: #fff; box-shadow: 0 -10px 30px rgba(5,25,40,.15); }
  .mobile-actions a { display: flex; align-items: center; justify-content: center; color: var(--navy); font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
  .mobile-actions a:last-child { background: var(--gold); color: #071b2b; }
  .cookie-banner { left: 12px; right: 12px; bottom: 76px; align-items: stretch; flex-direction: column; gap: 16px; padding: 20px; }
  .cookie-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .cookie-actions button { padding: 0 10px; }
  .subpage-hero { padding: 65px 0 55px; }
  .subpage-hero h1 { font-size: 50px; }
  .service-detail { padding: 26px 22px; }
  .service-intro { margin-bottom: 34px; gap: 20px; }
  .service-meta { grid-template-columns: 1fr; gap: 6px; }
  .service-meta span + strong { margin-top: 10px; }
  .process-grid { margin-top: 36px; }
  .process-grid article { padding: 28px 24px; }
  .faq-layout { gap: 34px; }
  .faq-list summary { min-height: 56px; font-size: 19px; }
}

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