:root {
  --ink: #10262a;
  --ink-2: #18373a;
  --paper: #f3f0e8;
  --paper-2: #e6e1d5;
  --white: #fffdf8;
  --ochre: #e5a72e;
  --ochre-dark: #b47608;
  --euca: #6e8f79;
  --mint: #c9d9ca;
  --line: rgba(16, 38, 42, .18);
  --shadow: 0 24px 70px rgba(16, 38, 42, .14);
  --banner-h: 34px;
  --header-h: 78px;
  --max: 1240px;
  --display: "Arial Narrow", "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
  --body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; scroll-padding-top: 130px; }
body { margin: 0; overflow-x: clip; color: var(--ink); background: var(--paper); font-family: var(--body); line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
:focus-visible { outline: 3px solid var(--ochre); outline-offset: 4px; }

.template-banner {
  position: sticky; top: 0; z-index: 1000; min-height: var(--banner-h); display: flex; align-items: center; justify-content: center;
  padding: 7px 44px; background: var(--ochre); color: #15282a; border-bottom: 1px solid rgba(16,38,42,.25); text-align: center;
  font-size: .72rem; font-weight: 800; letter-spacing: .12em; line-height: 1.2; text-transform: uppercase;
}
.template-banner a { border-bottom: 1px solid currentColor; }

.site-header {
  position: sticky; top: var(--banner-h); z-index: 900; height: var(--header-h); background: rgba(243,240,232,.94);
  border-bottom: 1px solid var(--line); backdrop-filter: blur(16px);
}
.header-inner { width: min(var(--max), calc(100% - 40px)); height: 100%; margin: auto; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex: 0 0 auto; }
.brand-mark { position: relative; width: 36px; height: 38px; transform: skewY(-4deg); }
.brand-mark::before { content: ""; position: absolute; inset: 4px 0 0; background: var(--ink); clip-path: polygon(50% 0,100% 28%,100% 100%,0 100%,0 28%); }
.brand-mark::after { content: ""; position: absolute; width: 8px; height: 17px; left: 14px; bottom: 0; background: var(--ochre); box-shadow: -12px -18px 0 -2px var(--paper), 12px -18px 0 -2px var(--paper); }
.brand-copy { display: grid; line-height: .95; }
.brand-copy strong { font-family: var(--display); font-size: 1.22rem; letter-spacing: -.025em; text-transform: uppercase; }
.brand-copy span { margin-top: 5px; color: #587072; font-size: .57rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.nav { margin-left: auto; display: flex; align-items: center; gap: 4px; }
.nav a { padding: 10px 12px; font-size: .82rem; font-weight: 750; }
.nav a:hover, .nav a[aria-current="page"] { color: var(--ochre-dark); }
.header-phone { display: grid; padding-left: 20px; border-left: 1px solid var(--line); line-height: 1.12; }
.header-phone span { color: #6a7775; font-size: .6rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.header-phone strong { margin-top: 4px; font-size: .94rem; }
.nav-toggle { display: none; width: 46px; height: 46px; border: 1px solid var(--line); background: transparent; cursor: pointer; }
.nav-toggle span, .nav-toggle::before, .nav-toggle::after { content: ""; display: block; width: 21px; height: 2px; margin: 5px auto; background: var(--ink); transition: .25s ease; }
.nav-open .nav-toggle span { opacity: 0; }
.nav-open .nav-toggle::before { transform: translateY(7px) rotate(45deg); }
.nav-open .nav-toggle::after { transform: translateY(-7px) rotate(-45deg); }

.wrap { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }
.narrow { width: min(780px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: clamp(76px, 9vw, 132px) 0; }
.section-sm { padding: clamp(50px, 6vw, 82px) 0; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--ochre-dark); font-size: .69rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 27px; height: 2px; background: currentColor; }
h1,h2,h3,p { margin-top: 0; }
h1,h2,h3 { font-family: var(--display); line-height: .98; letter-spacing: -.045em; }
h1 { font-size: clamp(3rem, 7vw, 6.8rem); }
h2 { font-size: clamp(2.25rem, 5vw, 4.7rem); }
h3 { font-size: clamp(1.35rem, 2.6vw, 2.1rem); }
.lede { max-width: 700px; color: #496164; font-size: clamp(1.06rem, 1.55vw, 1.28rem); line-height: 1.65; }
.btn { display: inline-flex; min-height: 51px; align-items: center; justify-content: center; gap: 10px; padding: 12px 20px; border: 1px solid var(--ink); background: var(--ink); color: var(--white); font-size: .79rem; font-weight: 850; letter-spacing: .05em; text-transform: uppercase; cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease; }
.btn::after { content: "\2192"; font-size: 1.15em; transition: transform .2s ease; }
.btn:hover { transform: translateY(-2px); background: var(--ochre); color: var(--ink); }
.btn:hover::after { transform: translateX(4px); }
.btn-light { border-color: var(--white); background: var(--white); color: var(--ink); }
.btn-outline { background: transparent; color: var(--ink); }
.btn-ochre { border-color: var(--ochre); background: var(--ochre); color: var(--ink); }
.actions { display: flex; flex-wrap: wrap; gap: 12px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; padding-bottom: 4px; border-bottom: 1px solid currentColor; font-size: .76rem; font-weight: 850; letter-spacing: .05em; text-transform: uppercase; }

/* Home */
.home-hero { position: relative; min-height: calc(100svh - var(--banner-h) - var(--header-h)); overflow: hidden; background: #0e2529; color: var(--white); }
.home-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(9,25,29,.97) 0%, rgba(9,25,29,.83) 38%, rgba(9,25,29,.28) 67%, rgba(9,25,29,.08) 100%); }
.hero-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-grid { position: absolute; inset: 0; z-index: 1; opacity: .17; background-image: linear-gradient(rgba(255,255,255,.24) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.24) 1px, transparent 1px); background-size: 9vw 9vw; mask-image: linear-gradient(90deg,#000,transparent 80%); }
.hero-content { position: relative; z-index: 2; width: min(var(--max), calc(100% - 40px)); min-height: inherit; margin: auto; display: grid; grid-template-columns: minmax(0, 760px) 1fr; align-items: center; padding: 64px 0 88px; }
.hero-copy { padding-top: 20px; }
.hero-copy h1 { max-width: 780px; margin: 20px 0 28px; text-wrap: balance; }
.hero-copy h1 em { color: var(--ochre); font-style: normal; }
.hero-copy > p { max-width: 610px; margin-bottom: 30px; color: #d8e0db; font-size: 1.08rem; }
.hero-status { position: absolute; right: 0; bottom: 42px; display: flex; align-items: center; gap: 13px; max-width: 320px; padding: 16px 18px; background: rgba(16,38,42,.88); border: 1px solid rgba(255,255,255,.22); backdrop-filter: blur(14px); }
.status-dot { width: 11px; height: 11px; border-radius: 50%; background: #8fcf92; box-shadow: 0 0 0 7px rgba(143,207,146,.13); animation: pulse 2.4s infinite; }
.hero-status strong { display: block; font-size: .79rem; }
.hero-status span { color: #bdcac5; font-size: .67rem; }
@keyframes pulse { 50% { box-shadow: 0 0 0 12px rgba(143,207,146,0); } }
.proof-rail { background: var(--white); border-bottom: 1px solid var(--line); }
.proof-grid { display: grid; grid-template-columns: 1.15fr repeat(3, 1fr); }
.proof-item { min-height: 125px; display: flex; flex-direction: column; justify-content: center; padding: 23px 28px; border-right: 1px solid var(--line); }
.proof-item:first-child { border-left: 1px solid var(--line); background: var(--ochre); }
.proof-item strong { font-family: var(--display); font-size: 1.35rem; letter-spacing: -.02em; }
.proof-item span { margin-top: 4px; color: #5c6f6e; font-size: .72rem; }
.proof-item:first-child span { color: var(--ink); }

.triage { display: grid; grid-template-columns: .88fr 1.12fr; gap: clamp(42px,8vw,110px); align-items: start; }
.triage-intro { position: sticky; top: 145px; }
.triage-intro h2 { margin: 17px 0 24px; }
.issue-list { border-top: 1px solid var(--line); }
.issue { position: relative; display: grid; grid-template-columns: 64px 1fr auto; gap: 20px; align-items: center; min-height: 115px; border-bottom: 1px solid var(--line); transition: background .2s ease, padding .2s ease; }
.issue:hover { padding-inline: 18px; background: var(--white); }
.issue-num { color: var(--ochre-dark); font-family: var(--display); font-size: .8rem; font-weight: 900; }
.issue strong { display: block; font-family: var(--display); font-size: clamp(1.3rem,2vw,1.75rem); line-height: 1.1; }
.issue span { color: #627273; font-size: .77rem; }
.issue-arrow { font-size: 1.4rem; }

.systems-section { overflow: hidden; background: var(--ink); color: var(--white); }
.systems-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(40px,8vw,120px); align-items: center; }
.systems-copy h2 { margin: 17px 0 25px; }
.systems-copy p { color: #b8c8c5; }
.system-stage { min-height: 530px; display: grid; place-items: center; perspective: 1100px; }
.system-house { position: relative; width: min(420px,80vw); height: 340px; transform-style: preserve-3d; transform: rotateX(58deg) rotateZ(-35deg); animation: house-float 8s ease-in-out infinite; }
.house-floor { position: absolute; inset: 40px; background: #e8e1d3; box-shadow: inset 0 0 0 2px #fff, 35px 35px 65px rgba(0,0,0,.32); transform: translateZ(0); }
.house-room { position: absolute; display: grid; place-items: center; width: 125px; height: 110px; color: var(--ink); background: var(--white); border: 2px solid var(--ink); transform-style: preserve-3d; }
.house-room::before, .house-room::after { content: ""; position: absolute; background: #d2cabd; transform-origin: bottom; }
.house-room::before { width: 100%; height: 48px; top: -48px; transform: rotateX(-90deg); }
.house-room::after { width: 48px; height: 100%; right: -48px; transform-origin: left; transform: rotateY(90deg); }
.house-room span { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid currentColor; border-radius: 50%; font-size: 1.35rem; transform: translateZ(4px); }
.room-1 { left: 52px; top: 55px; }
.room-2 { right: 56px; top: 55px; }
.room-3 { left: 52px; bottom: 56px; }
.room-4 { right: 56px; bottom: 56px; }
.system-ring { position: absolute; inset: -40px; border: 1px solid rgba(229,167,46,.5); border-radius: 50%; transform: translateZ(-35px); }
.system-ring::before { content: ""; position: absolute; width: 13px; height: 13px; border-radius: 50%; background: var(--ochre); left: 50%; top: -7px; box-shadow: 0 0 25px var(--ochre); }
@keyframes house-float { 50% { transform: rotateX(58deg) rotateZ(-32deg) translateZ(15px); } }

.commitment { display: grid; grid-template-columns: 1fr 1fr; gap: 0; }
.commitment-photo { min-height: 700px; background: url('../images/electrical-safety-check.jpg') center/cover; }
.commitment-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(48px,8vw,110px); background: var(--white); }
.commitment-copy h2 { margin: 18px 0 25px; }
.commit-list { margin: 28px 0 36px; padding: 0; list-style: none; counter-reset: promise; }
.commit-list li { position: relative; min-height: 66px; padding: 13px 0 13px 56px; border-top: 1px solid var(--line); counter-increment: promise; }
.commit-list li::before { content: "0" counter(promise); position: absolute; left: 0; top: 15px; color: var(--ochre-dark); font-family: var(--display); font-weight: 900; }
.commit-list strong { display: block; font-size: .93rem; }
.commit-list span { color: #647474; font-size: .78rem; }

.quote-field { display: grid; grid-template-columns: 1fr 1fr; background: var(--ochre); }
.quote-copy { padding: clamp(55px,8vw,110px); }
.quote-copy h2 { margin: 17px 0 20px; max-width: 650px; }
.quote-panel { padding: clamp(42px,6vw,82px); background: var(--ink-2); color: var(--white); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1/-1; }
.field label { font-size: .68rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.field input, .field select, .field textarea { width: 100%; min-height: 52px; padding: 13px 14px; border: 1px solid rgba(255,255,255,.28); border-radius: 0; background: rgba(255,255,255,.06); color: var(--white); }
.field textarea { min-height: 115px; resize: vertical; }
.field select option { color: var(--ink); }
.field input::placeholder, .field textarea::placeholder { color: #aebcba; }
.form-note { margin: 13px 0 0; color: #aebcba; font-size: .69rem; }
.form-success { display: none; padding: 20px; border: 1px solid var(--euca); background: rgba(110,143,121,.14); }
.form-success.show { display: block; }

/* Interior page foundations */
.page-hero { position: relative; padding: clamp(78px,10vw,150px) 0 clamp(70px,9vw,125px); overflow: hidden; background: var(--ink); color: var(--white); }
.page-hero::after { content: attr(data-index); position: absolute; right: -1vw; bottom: -7vw; color: rgba(255,255,255,.035); font-family: var(--display); font-size: clamp(12rem,35vw,32rem); font-weight: 900; line-height: .8; }
.page-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,1.1fr) minmax(300px,.55fr); gap: 70px; align-items: end; }
.page-hero h1 { margin: 18px 0 0; max-width: 900px; font-size: clamp(3.4rem,8.5vw,8rem); }
.page-hero-side { padding-left: 26px; border-left: 1px solid rgba(255,255,255,.28); }
.page-hero-side p { color: #c5d0cd; }
.crumbs { margin-bottom: 25px; color: #9daead; font-size: .68rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.crumbs a:hover { color: var(--ochre); }

/* Services index: horizontal dossier */
.service-dossier { border-top: 1px solid var(--line); }
.service-row { position: relative; display: grid; grid-template-columns: 90px minmax(220px,.7fr) minmax(320px,1fr) auto; gap: 34px; align-items: center; min-height: 190px; padding: 34px 0; border-bottom: 1px solid var(--line); overflow: hidden; }
.service-row::before { content: ""; position: absolute; inset: 0; z-index: -1; background: var(--white); transform: translateX(-102%); transition: transform .45s cubic-bezier(.22,.7,.2,1); }
.service-row:hover::before { transform: translateX(0); }
.service-index { align-self: start; padding-top: 9px; color: var(--ochre-dark); font-family: var(--display); font-size: .8rem; font-weight: 900; }
.service-row h2 { margin: 0; font-size: clamp(2rem,4vw,3.7rem); }
.service-row p { margin: 0; color: #617071; }
.service-tags { display: flex; max-width: 360px; flex-wrap: wrap; gap: 7px; margin-top: 14px; }
.service-tags span { padding: 5px 8px; border: 1px solid var(--line); font-size: .62rem; font-weight: 750; text-transform: uppercase; }
.round-link { display: grid; place-items: center; width: 56px; height: 56px; border: 1px solid var(--ink); border-radius: 50%; font-size: 1.3rem; transition: transform .25s, background .25s; }
.service-row:hover .round-link { transform: rotate(-28deg); background: var(--ochre); }

/* Service detail: editorial, sticky info */
.service-detail-hero { min-height: 680px; display: grid; grid-template-columns: .9fr 1.1fr; background: var(--ink); color: var(--white); }
.service-hero-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(55px,8vw,120px) max(32px,calc((100vw - var(--max))/2)); padding-right: clamp(35px,6vw,85px); }
.service-hero-copy h1 { margin: 20px 0 27px; font-size: clamp(3.4rem,7vw,6.8rem); }
.service-hero-copy p { color: #c4cfcb; }
.service-hero-media { min-height: 580px; position: relative; overflow: hidden; }
.service-hero-media img { width: 100%; height: 100%; object-fit: cover; }
.service-hero-media::after { content: ""; position: absolute; inset: auto 0 0; height: 32%; background: linear-gradient(transparent,rgba(0,0,0,.42)); }
.service-symbol { position: absolute; right: 25px; bottom: 20px; z-index: 1; color: var(--white); font-family: var(--display); font-size: 7rem; line-height: 1; }
.service-body { display: grid; grid-template-columns: 300px 1fr; gap: clamp(55px,8vw,120px); align-items: start; }
.service-aside { position: sticky; top: 145px; }
.service-aside nav { display: grid; border-top: 1px solid var(--line); }
.service-aside nav a { padding: 13px 0; border-bottom: 1px solid var(--line); color: #596c6e; font-size: .75rem; font-weight: 750; }
.service-aside nav a:hover { color: var(--ochre-dark); }
.service-content > section { padding: 0 0 70px; margin-bottom: 70px; border-bottom: 1px solid var(--line); }
.service-content h2 { margin-bottom: 26px; font-size: clamp(2.2rem,4vw,4rem); }
.check-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 35px; margin: 30px 0 0; padding: 0; list-style: none; }
.check-grid li { position: relative; padding: 15px 0 15px 27px; border-top: 1px solid var(--line); font-size: .86rem; }
.check-grid li::before { content: "\2713"; position: absolute; left: 0; color: var(--ochre-dark); font-weight: 900; }
.price-note { display: grid; grid-template-columns: 150px 1fr; gap: 28px; padding: 28px; background: var(--white); border-left: 5px solid var(--ochre); }
.price-note strong { font-family: var(--display); font-size: 1.7rem; line-height: 1; }
.price-note p { margin: 0; color: #536a6c; }

/* Areas: cartographic layout */
.areas-layout { display: grid; grid-template-columns: 1fr .85fr; gap: clamp(45px,8vw,110px); align-items: start; }
.map-board { position: sticky; top: 145px; aspect-ratio: 1/1; background: #d8e0d5; overflow: hidden; border: 1px solid var(--line); }
.map-board::before, .map-board::after { content: ""; position: absolute; border: 2px solid rgba(16,38,42,.28); border-radius: 48% 52% 36% 64%; }
.map-board::before { width: 78%; height: 95%; left: 4%; top: -7%; transform: rotate(22deg); }
.map-board::after { width: 54%; height: 82%; right: -3%; bottom: -10%; transform: rotate(-18deg); }
.river { position: absolute; left: -10%; top: 48%; width: 120%; height: 45px; border-top: 9px solid #82a7ae; border-radius: 50%; transform: rotate(-10deg); }
.map-pin { position: absolute; z-index: 2; width: 17px; height: 17px; border: 4px solid var(--paper); border-radius: 50% 50% 50% 0; background: var(--ochre-dark); transform: rotate(-45deg); box-shadow: 0 4px 10px rgba(0,0,0,.18); }
.map-pin span { position: absolute; left: 17px; top: 13px; width: max-content; padding: 3px 6px; background: var(--ink); color: white; font-size: .56rem; transform: rotate(45deg); }
.pin-1 { left: 43%; top: 35%; }.pin-2 { left: 61%; top: 54%; }.pin-3 { left: 30%; top: 66%; }.pin-4 { left: 65%; top: 24%; }.pin-5 { left: 47%; top: 78%; }
.area-group { padding: 31px 0; border-top: 1px solid var(--line); }
.area-group h2 { margin-bottom: 13px; font-size: 2rem; }
.area-chips { display: flex; flex-wrap: wrap; gap: 7px; }
.area-chips span { padding: 6px 9px; background: var(--white); border: 1px solid var(--line); font-size: .7rem; }

/* About: timeline and manifesto */
.manifesto { padding: clamp(75px,11vw,155px) 0; background: var(--ochre); }
.manifesto blockquote, .manifesto h1 { max-width: 1080px; margin: 0; font-family: var(--display); font-size: clamp(2.8rem,6vw,6rem); font-weight: 850; letter-spacing: -.05em; line-height: .98; }
.manifesto blockquote span, .manifesto h1 span { display: block; margin-top: 24px; font-family: var(--body); font-size: .72rem; letter-spacing: .13em; text-transform: uppercase; }
.team-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 0; }
.team-photo { min-height: 740px; background: url('../images/goodground-team-arrival.jpg') center/cover; }
.team-story { padding: clamp(50px,8vw,110px); background: var(--white); }
.team-story h2 { margin: 17px 0 28px; }
.timeline { margin-top: 42px; border-left: 1px solid var(--line); }
.timeline-item { position: relative; padding: 0 0 35px 30px; }
.timeline-item::before { content: ""; position: absolute; left: -6px; top: 6px; width: 11px; height: 11px; background: var(--ochre); border-radius: 50%; }
.timeline-item strong { display: block; font-family: var(--display); font-size: 1.45rem; }
.timeline-item span { color: #687777; font-size: .78rem; }

/* Projects: offset editorial grid */
.project-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px 35px; }
.project-card:nth-child(2) { margin-top: 130px; }
.project-card:nth-child(3) { grid-column: 1/-1; display: grid; grid-template-columns: .85fr 1.15fr; gap: 35px; align-items: end; }
.project-image { position: relative; overflow: hidden; aspect-ratio: 4/3; background: #d7d0c3; }
.project-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.75,.2,1); }
.project-card:hover img { transform: scale(1.035); }
.project-meta { display: flex; justify-content: space-between; gap: 15px; margin: 16px 0 10px; color: #657475; font-size: .65rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.project-card h2 { margin-bottom: 14px; font-size: clamp(2rem,3.5vw,3.5rem); }
.project-card p { color: #5e7071; }
.project-placeholder { display: grid; place-items: center; width: 100%; height: 100%; background: repeating-linear-gradient(135deg,#d9d1c4 0 2px,#ebe6dc 2px 22px); }
.project-placeholder span { display: grid; place-items: center; width: 120px; height: 120px; border: 1px solid var(--ink); border-radius: 50%; font-family: var(--display); font-weight: 900; text-align: center; }

/* Booking page */
.booking-shell { display: grid; grid-template-columns: .72fr 1.28fr; min-height: calc(100svh - var(--banner-h) - var(--header-h)); }
.booking-info { position: relative; overflow: hidden; padding: clamp(50px,7vw,100px) max(30px,calc((100vw - var(--max))/2)); padding-right: clamp(35px,6vw,80px); background: var(--ochre); }
.booking-info::after { content: ""; position: absolute; right: -140px; bottom: -140px; width: 420px; height: 420px; border: 1px solid rgba(16,38,42,.25); border-radius: 50%; box-shadow: 0 0 0 40px rgba(16,38,42,.04),0 0 0 80px rgba(16,38,42,.04); }
.booking-info h1 { margin: 19px 0 28px; font-size: clamp(3.2rem,6vw,6rem); }
.booking-info-list { margin: 35px 0; padding: 0; list-style: none; }
.booking-info-list li { padding: 13px 0; border-top: 1px solid rgba(16,38,42,.24); font-size: .82rem; }
.booking-form { padding: clamp(50px,7vw,100px) clamp(30px,7vw,105px); background: var(--ink); color: white; }
.booking-form h2 { margin-bottom: 12px; }
.booking-form > p { margin-bottom: 35px; color: #b6c5c2; }

/* FAQ/legal */
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-q { width: 100%; display: grid; grid-template-columns: 1fr auto; gap: 30px; padding: 23px 0; border: 0; background: transparent; text-align: left; cursor: pointer; }
.faq-q strong { font-family: var(--display); font-size: 1.35rem; }
.faq-q span { font-size: 1.3rem; transition: transform .25s; }
.faq-item.open .faq-q span { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.faq-a p { max-width: 760px; padding-bottom: 24px; color: #5f7171; }
.legal h1 { margin-bottom: 35px; font-size: clamp(3rem,6vw,5.5rem); }
.legal h2 { margin: 45px 0 16px; font-size: 2rem; }
.legal p, .legal li { color: #53696a; }
.legal .notice { padding: 20px; background: var(--white); border-left: 4px solid var(--ochre); }

.cta-slab { display: grid; grid-template-columns: 1fr auto; gap: 45px; align-items: center; padding: clamp(45px,7vw,85px); background: var(--ochre); }
.cta-slab h2 { max-width: 850px; margin: 0; }

.site-footer { background: #0b2024; color: var(--white); }
.footer-main { display: grid; grid-template-columns: 1.15fr .85fr .85fr .9fr; gap: 50px; padding: 80px 0 60px; }
.footer-brand p { max-width: 320px; margin: 24px 0; color: #9db0ae; font-size: .82rem; }
.footer-title { margin-bottom: 18px; color: var(--ochre); font-size: .65rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.footer-links { display: grid; gap: 9px; }
.footer-links a { color: #bdc9c6; font-size: .79rem; }
.footer-links a:hover { color: var(--ochre); }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.13); color: #809593; font-size: .65rem; }
.demo-warning { padding: 13px 20px; background: #122f33; color: #b6c6c3; border-top: 1px solid rgba(255,255,255,.1); text-align: center; font-size: .66rem; }
.mobile-bar { display: none; }
.reveal { opacity: 0; transform: translateY(25px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }

@media (max-width: 1000px) {
  :root { --header-h: 68px; }
  .nav-toggle { display: block; margin-left: auto; }
  .header-phone { margin-left: 0; }
  .nav { position: fixed; inset: calc(var(--banner-h) + var(--header-h)) 0 0; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 30px 20px 120px; background: var(--paper); transform: translateX(100%); transition: transform .32s ease; overflow: auto; }
  .nav-open .nav { transform: translateX(0); }
  .nav a { padding: 16px 0; border-bottom: 1px solid var(--line); font-family: var(--display); font-size: 1.5rem; }
  .home-hero { min-height: 760px; }
  .hero-content { grid-template-columns: 1fr; align-items: end; }
  .hero-status { display: none; }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .proof-item:first-child { border-left: 0; }
  .triage, .systems-layout, .quote-field, .areas-layout { grid-template-columns: 1fr; }
  .triage-intro, .map-board { position: relative; top: 0; }
  .system-stage { min-height: 450px; }
  .commitment { grid-template-columns: 1fr; }
  .commitment-photo { min-height: 580px; }
  .page-hero-grid { grid-template-columns: 1fr; gap: 35px; }
  .service-row { grid-template-columns: 54px 1fr auto; }
  .service-row > div:nth-child(3) { grid-column: 2/-1; }
  .service-detail-hero { grid-template-columns: 1fr; }
  .service-hero-media { min-height: 500px; }
  .service-body { grid-template-columns: 1fr; }
  .service-aside { position: static; }
  .service-aside nav { grid-template-columns: repeat(3,1fr); }
  .team-grid { grid-template-columns: 1fr; }
  .booking-shell { grid-template-columns: 1fr; }
  .booking-info { min-height: auto; }
  .footer-main { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 680px) {
  :root { --banner-h: 43px; }
  .template-banner { min-height: 43px; padding-inline: 15px; font-size: .61rem; }
  .header-inner, .wrap, .hero-content { width: min(100% - 28px, var(--max)); }
  .brand-copy span, .header-phone { display: none; }
  h1 { font-size: clamp(2.9rem,15vw,4.7rem); }
  h2 { font-size: clamp(2.25rem,11vw,3.7rem); }
  .home-hero { min-height: 710px; }
  .home-hero::after { background: linear-gradient(90deg,rgba(9,25,29,.96),rgba(9,25,29,.55)); }
  .hero-photo { object-position: 61% center; }
  .hero-grid { background-size: 25vw 25vw; }
  .hero-content { padding-bottom: 60px; }
  .hero-copy h1 { font-size: clamp(3rem,15vw,4.7rem); }
  .actions { align-items: stretch; flex-direction: column; }
  .btn { width: 100%; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-item { min-height: 94px; border-right: 0; border-bottom: 1px solid var(--line); }
  .issue { grid-template-columns: 40px 1fr auto; gap: 10px; }
  .system-stage { min-height: 350px; transform: scale(.78); margin-inline: -40px; }
  .commitment-photo { min-height: 460px; }
  .quote-panel, .quote-copy, .commitment-copy { padding-inline: 24px; }
  .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .page-hero-grid { gap: 25px; }
  .page-hero h1 { font-size: clamp(3rem,17vw,5rem); }
  .page-hero-side { padding: 20px 0 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.25); }
  .service-row { grid-template-columns: 38px 1fr auto; min-height: 160px; gap: 14px; }
  .service-row p { font-size: .8rem; }
  .service-tags { display: none; }
  .round-link { width: 42px; height: 42px; }
  .service-hero-copy { padding: 60px 24px; }
  .service-hero-media { min-height: 390px; }
  .service-body { gap: 45px; }
  .service-aside nav { grid-template-columns: 1fr 1fr; }
  .check-grid { grid-template-columns: 1fr; }
  .price-note { grid-template-columns: 1fr; }
  .map-board { aspect-ratio: 4/5; }
  .team-photo { min-height: 490px; }
  .team-story { padding-inline: 24px; }
  .project-grid { grid-template-columns: 1fr; gap: 55px; }
  .project-card:nth-child(2) { margin-top: 0; }
  .project-card:nth-child(3) { grid-column: auto; display: block; }
  .booking-info, .booking-form { padding-inline: 24px; }
  .cta-slab { grid-template-columns: 1fr; padding-inline: 24px; }
  .footer-main { grid-template-columns: 1fr; gap: 36px; padding-bottom: 35px; }
  .footer-bottom { flex-direction: column; }
  .mobile-bar { position: fixed; z-index: 850; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: 1fr 1.15fr; background: var(--paper); box-shadow: 0 -8px 25px rgba(0,0,0,.14); }
  .mobile-bar a { min-height: 58px; display: grid; place-items: center; font-size: .72rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
  .mobile-bar a:last-child { background: var(--ochre); }
  .site-footer { padding-bottom: 58px; }
}

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