:root {
  --brand-blue: #4f6e8b;
  --brand-blue-dark: #344e65;
  --brand-slate: #8b8989;
  --ink: #182429;
  --muted: #5d6b70;
  --paper: #f5f4ef;
  --white: #ffffff;
  --line: #d7ddd9;
  --soft-blue: #edf1f4;
  --soft-stone: #e8e5dc;
  --max: 1180px;
  --shadow: 0 18px 55px rgba(17, 34, 42, .12);
  --shadow-strong: 0 28px 80px rgba(12, 31, 39, .2);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; height: auto; }
a { color: var(--brand-blue-dark); text-underline-offset: .18em; }
a:hover { color: var(--brand-blue); }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #f2b84b; outline-offset: 3px; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
body.nav-open { overflow: hidden; }
body.nav-open .site-header {
  background: #f4f6f7;
  box-shadow: 0 10px 28px rgba(23,39,49,.14);
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: .6rem;
  left: .6rem;
  padding: .7rem 1rem;
  color: #fff;
  background: #000;
  transform: translateY(-180%);
}
.skip-link:focus { transform: translateY(0); }
.container { width: min(calc(100% - 2rem), var(--max)); margin-inline: auto; }
.narrow { width: min(calc(100% - 2rem), 760px); margin-inline: auto; }
.eyebrow {
  margin: 0 0 .7rem;
  color: var(--brand-blue-dark);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.display, h1, h2, h3 { margin-top: 0; line-height: 1.08; }
h1, h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  text-wrap: balance;
}
h1 { font-size: clamp(2.55rem, 7vw, 5.7rem); letter-spacing: -.035em; }
h2 { font-size: clamp(2rem, 4.2vw, 3.7rem); letter-spacing: -.025em; }
h3 { font-size: 1.2rem; }
.lead { font-size: clamp(1.1rem, 2vw, 1.34rem); line-height: 1.55; }
.muted { color: var(--muted); }

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid rgba(97, 121, 138, .25);
  background: rgba(255, 255, 255, .94);
  backdrop-filter: blur(14px);
}
.header-inner { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: flex; align-items: center; gap: .85rem; color: inherit; text-decoration: none; }
.brand img { width: clamp(240px, 31vw, 370px); }
.brand-tagline {
  display: block;
  margin-top: .22rem;
  color: #111;
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .24em;
  text-transform: uppercase;
}
.brand-lockup { line-height: 1; }
.menu-toggle {
  display: none;
  min-width: 44px;
  min-height: 44px;
  border: 1px solid var(--brand-slate);
  border-radius: 50%;
  background: transparent;
  color: var(--ink);
  font: inherit;
  font-weight: 700;
  position: relative;
  z-index: 3;
  flex-direction: column;
  gap: 5px;
  padding: 0;
}
.menu-toggle-line { display: block; width: 21px; height: 2px; border-radius: 2px; background: currentColor; transition: transform .28s ease, opacity .2s ease; }
.menu-toggle.is-open .menu-toggle-line:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle.is-open .menu-toggle-line:nth-child(2) { opacity: 0; }
.menu-toggle.is-open .menu-toggle-line:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.nav-list { display: flex; align-items: center; gap: .15rem; margin: 0; padding: 0; list-style: none; }
.nav-list a { display: block; padding: .7rem .65rem; color: var(--ink); font-size: .89rem; font-weight: 700; text-decoration: none; }
.nav-list a:hover, .nav-list a[aria-current="page"] { color: var(--brand-blue); }
.nav-list .nav-cta { margin-left: .4rem; padding-inline: 1rem; border-radius: 999px; background: var(--brand-blue); color: #fff; }
.nav-list .nav-cta:hover, .nav-list .nav-cta[aria-current="page"] { background: var(--brand-blue-dark); color: #fff; }

.hero {
  position: relative;
  min-height: min(760px, calc(100svh - 84px));
  display: grid;
  align-items: end;
  overflow: hidden;
  background: #15272d;
  color: #fff;
}
.hero-media { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 54%; animation: heroReveal 1.2s ease-out both; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,22,27,.82) 0%, rgba(7,22,27,.42) 47%, rgba(7,22,27,.08) 78%), linear-gradient(0deg, rgba(7,22,27,.28), transparent 45%); }
.page-hero::before {
  position: absolute;
  inset: 0;
  content: "";
  background-image: linear-gradient(90deg, rgba(8, 22, 27, .78) 0%, rgba(8, 22, 27, .38) 43%, rgba(8, 22, 27, .04) 76%), var(--hero);
  background-position: center;
  background-size: cover;
}
.hero-inner { position: relative; z-index: 1; padding-block: clamp(6rem, 14vw, 10rem) clamp(4rem, 9vw, 7.5rem); animation: contentRise .8s .18s ease-out both; }
.hero-copy { max-width: 820px; }
.hero .eyebrow, .page-hero .eyebrow { color: #b9e1ef; }
.hero p { max-width: 680px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.hero-points { display: flex; flex-wrap: wrap; gap: .55rem; margin: 1.6rem 0 0; padding: 0; list-style: none; }
.hero-points li { padding: .42rem .72rem; border: 1px solid rgba(255,255,255,.42); border-radius: 999px; background: rgba(7,22,27,.28); color: rgba(255,255,255,.94); font-size: .78rem; font-weight: 750; backdrop-filter: blur(8px); }
.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: .75rem 1.2rem;
  border: 1px solid var(--brand-blue);
  border-radius: 999px;
  background: var(--brand-blue);
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}
.button:hover { border-color: var(--brand-blue-dark); background: var(--brand-blue-dark); color: #fff; }
.button.ghost { border-color: rgba(255,255,255,.7); background: rgba(0,0,0,.15); }
.button.ghost:hover { background: #fff; color: var(--ink); }
.button { transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 28px rgba(15,40,50,.2); }

.trust-strip { position: relative; z-index: 2; background: #fff; box-shadow: var(--shadow); }
.trust-strip-inner { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-item { display: grid; grid-template-columns: auto 1fr; gap: .8rem; align-items: center; min-height: 102px; padding: 1.2rem clamp(1rem,3vw,2rem); border-right: 1px solid var(--line); }
.trust-item:last-child { border-right: 0; }
.trust-icon { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: var(--soft-blue); color: var(--brand-blue-dark); font-weight: 900; }
.trust-item strong { display: block; font-size: .98rem; }
.trust-item span:last-child { color: var(--muted); font-size: .82rem; }

.page-hero { position: relative; min-height: 510px; display: grid; align-items: end; overflow: hidden; color: #fff; }
.page-hero .container { position: relative; z-index: 1; padding-block: 8rem 4rem; }
.page-hero h1 { max-width: 900px; font-size: clamp(2.8rem, 6.5vw, 5.5rem); }
.page-hero p { max-width: 650px; }

.section { padding-block: clamp(4.5rem, 9vw, 8rem); }
.section.white { background: #fff; }
.section.blue { background: var(--soft-blue); }
.section.dark { background: #172a31; color: #fff; }
.section-heading { max-width: 760px; margin-bottom: 2.5rem; }
.container-wide { width: min(calc(100% - 2rem), 1440px); margin-inline: auto; }
.image-led { display: grid; grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr); gap: clamp(2rem, 6vw, 6rem); align-items: center; }
.feature-image { position: relative; display: block; min-height: 540px; overflow: hidden; background: #d9d9d4; color: #fff; text-decoration: none; }
.feature-image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.feature-image::after { position: absolute; inset: auto 0 0; height: 42%; content: ""; background: linear-gradient(0deg, rgba(7,26,32,.78), transparent); }
.feature-image span { position: absolute; z-index: 1; right: 1.4rem; bottom: 1.1rem; left: 1.4rem; font-size: .82rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.feature-image:hover img { transform: scale(1.025); }
.two-col { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(280px, .88fr); gap: clamp(2.5rem, 7vw, 6.5rem); align-items: start; }
.two-col.reverse { grid-template-columns: minmax(280px, .88fr) minmax(0, 1.12fr); }
.planning-showcase { background: linear-gradient(135deg, #f7f6f1 0%, #e9edf0 100%); }
.planning-layout { display: grid; grid-template-columns: minmax(0, .82fr) minmax(420px, 1.18fr); gap: clamp(2.5rem, 7vw, 6.5rem); align-items: center; }
.planning-drawing { margin: 0; padding: clamp(1rem, 3vw, 2rem); background: #fff; box-shadow: var(--shadow-strong); transform: rotate(.5deg); }
.planning-drawing img { width: 100%; aspect-ratio: 526 / 510; object-fit: contain; }
.planning-drawing figcaption { padding-top: 1rem; color: var(--muted); font-size: .82rem; }
.detail-list { display: grid; gap: .7rem; margin: 1.6rem 0 0; padding: 0; list-style: none; }
.detail-list li { position: relative; padding-left: 1.5rem; font-weight: 700; }
.detail-list li::before { position: absolute; left: 0; color: var(--brand-blue); content: "◆"; font-size: .65rem; }
.stone-editorial { background: #182a30; color: #fff; }
.stone-editorial .eyebrow { color: #b9e1ef; }
.stone-editorial .gallery-meta { color: rgba(255,255,255,.72); }
.stone-editorial .gallery-meta strong { color: #fff; }
.material-gallery figure { border: 1px solid rgba(255,255,255,.12); box-shadow: 0 20px 50px rgba(0,0,0,.28); }
.aside-card { padding: clamp(1.5rem, 4vw, 2.5rem); border-top: 4px solid var(--brand-blue); background: #fff; box-shadow: var(--shadow); }
.aside-card h3 { color: var(--brand-blue-dark); }
.service-grid, .card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.service-card, .card {
  min-height: 310px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(1.5rem, 3vw, 2rem);
  border: 1px solid var(--line);
  background: #fff;
}
.service-card { position: relative; min-height: 520px; overflow: hidden; color: #fff; text-decoration: none; }
.service-card::before { position: absolute; inset: 0; content: ""; background: linear-gradient(0deg, rgba(7,26,32,.9), rgba(7,26,32,.02) 70%), var(--card-image) center/cover; transition: transform .45s ease; }
.service-card:hover::before { transform: scale(1.035); }
.service-card > * { position: relative; z-index: 1; }
.service-card h3 { margin-bottom: .4rem; font-family: Georgia, serif; font-size: 1.75rem; font-weight: 500; }
.service-card p { margin: 0; color: rgba(255,255,255,.86); }
.card .number { color: var(--brand-blue); font-family: Georgia, serif; font-size: 3.4rem; line-height: 1; }
.link-arrow { font-weight: 800; text-decoration: none; }

.process { counter-reset: process; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.process article { padding: 1.5rem 1rem 1.5rem 0; border-top: 1px solid var(--brand-slate); }
.process article::before { counter-increment: process; content: "0" counter(process); display: block; margin-bottom: 2.5rem; color: var(--brand-blue); font-size: .8rem; font-weight: 900; letter-spacing: .15em; }

.gallery { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); grid-auto-flow: dense; gap: 1rem; }
.gallery-meta { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin: -1rem 0 1.25rem; color: var(--muted); }
.gallery-meta strong { color: var(--brand-blue-dark); }
.gallery figure { position: relative; grid-column: span 4; margin: 0; overflow: hidden; background: #d9d9d4; box-shadow: 0 12px 36px rgba(17,34,42,.1); }
.gallery figure.wide { grid-column: span 8; }
.gallery figure.full { grid-column: 1 / -1; }
.gallery figure.tall { grid-column: span 4; }
.gallery a { display: block; height: 100%; color: #fff; }
.gallery img { width: 100%; height: 380px; object-fit: cover; transition: transform .55s ease; }
.gallery figure.wide img { height: 460px; }
.gallery figure.full img { height: min(680px, 68vw); }
.gallery figure.tall img { height: 600px; }
.gallery a:hover img { transform: scale(1.025); }
.gallery figcaption { position: absolute; z-index: 1; inset: auto 0 0; padding: 4rem 1.1rem 1rem; color: #fff; background: linear-gradient(0deg, rgba(7,26,32,.88), transparent); font-size: .9rem; font-weight: 700; pointer-events: none; }

body.lightbox-open { overflow: hidden; }
.lightbox {
  width: 100vw;
  max-width: none;
  height: 100dvh;
  max-height: none;
  margin: 0;
  padding: 0;
  border: 0;
  background: rgba(5, 14, 18, .96);
  color: #fff;
}
.lightbox::backdrop { background: rgba(5, 14, 18, .96); }
.lightbox-shell { position: relative; width: 100%; height: 100%; display: grid; grid-template-columns: minmax(60px, 8vw) 1fr minmax(60px, 8vw); grid-template-rows: auto 1fr; align-items: center; }
.lightbox-toolbar { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem clamp(1rem, 3vw, 2rem); }
.lightbox-count { margin: 0; font-weight: 750; }
.lightbox-close, .lightbox-nav { border: 1px solid rgba(255,255,255,.45); background: rgba(0,0,0,.2); color: #fff; cursor: pointer; }
.lightbox-close { min-height: 44px; padding: .55rem .85rem; border-radius: 999px; font: inherit; font-weight: 750; }
.lightbox-nav { z-index: 1; width: 52px; height: 52px; justify-self: center; border-radius: 50%; font-size: 2rem; line-height: 1; }
.lightbox-figure { grid-column: 2; min-width: 0; max-width: min(1400px, 84vw); max-height: calc(100dvh - 90px); margin: 0 auto; display: grid; justify-items: center; }
.lightbox-image { max-width: 100%; max-height: calc(100dvh - 160px); object-fit: contain; }
.lightbox-caption { width: 100%; padding: .75rem 0; color: rgba(255,255,255,.86); text-align: center; }

.quote { margin: 0; padding-left: clamp(1.4rem, 4vw, 3rem); border-left: 5px solid var(--brand-blue); font-family: Georgia, serif; font-size: clamp(1.6rem, 3.2vw, 2.7rem); line-height: 1.3; }
.reference-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 2rem; padding: 0; list-style: none; }
.reference-list li { padding: 1rem 0; border-bottom: 1px solid var(--line); }
.downloads { display: grid; gap: .7rem; padding: 0; list-style: none; }
.downloads a { display: flex; justify-content: space-between; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid var(--line); font-weight: 750; text-decoration: none; }
.downloads a::after { content: "PDF ↓"; color: var(--brand-blue); font-size: .76rem; letter-spacing: .1em; }

.contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.contact-card { padding: 2rem; background: #fff; border-top: 4px solid var(--brand-blue); }
.contact-card address { font-style: normal; }
.legal h2 { margin-top: 3.4rem; font-family: inherit; font-size: 1.5rem; font-weight: 750; letter-spacing: 0; }
.legal h3 { margin-top: 2rem; }
.legal .legal-note { padding: 1.25rem 1.4rem; border-left: 4px solid var(--brand-blue); background: var(--soft-blue); }
.legal .updated { color: var(--muted); font-size: .86rem; }

.cta-band { padding-block: clamp(4rem, 8vw, 7rem); background: var(--brand-blue); color: #fff; }
.cta-inner { display: flex; align-items: end; justify-content: space-between; gap: 2rem; }
.cta-inner h2 { max-width: 780px; margin-bottom: 0; }
.cta-band .button { flex: 0 0 auto; border-color: #fff; background: #fff; color: var(--ink); }

.site-footer { padding-block: 3.5rem 2rem; background: #0f2026; color: rgba(255,255,255,.75); }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 3rem; }
.site-footer .brand img { padding: .45rem; background: #fff; opacity: .96; }
.site-footer .brand-tagline { color: rgba(255,255,255,.7); }
.site-footer h2 { font-family: inherit; font-size: .78rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.site-footer ul { margin: 0; padding: 0; list-style: none; }
.site-footer li + li { margin-top: .5rem; }
.site-footer a { color: #fff; text-decoration-color: rgba(255,255,255,.35); }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; margin-top: 3rem; padding-top: 1.3rem; border-top: 1px solid rgba(255,255,255,.15); font-size: .8rem; }
.mobile-action-bar { display: none; }

@keyframes heroReveal { from { opacity: .75; transform: scale(1.045); } to { opacity: 1; transform: scale(1); } }
@keyframes contentRise { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 980px) {
  .menu-toggle { display: inline-flex; align-items: center; justify-content: center; }
  .site-nav { position: fixed; z-index: 2; inset: 84px 0 0; display: grid; align-content: center; padding: clamp(1.5rem,7vw,5rem); background: #eef2f4; border-top: 1px solid #d5dde2; box-shadow: inset 0 18px 36px rgba(40,61,74,.07); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: opacity .25s ease, visibility .25s ease, transform .25s ease; isolation: isolate; }
  .site-nav[data-open="true"] { opacity: 1; visibility: visible; transform: translateY(0); }
  .nav-list { display: grid; width: min(100%, 560px); margin: auto; padding: clamp(.7rem,2vw,1.25rem) clamp(1rem,4vw,2rem); background: #fff; border: 1px solid #d9e0e4; border-radius: 18px; box-shadow: 0 24px 70px rgba(25,43,54,.18); }
  .nav-list a { padding: .7rem 0; border-bottom: 1px solid var(--line); font-family: Georgia, serif; font-size: clamp(1.65rem,5vw,2.5rem); font-weight: 600; }
  .nav-list .nav-cta { margin: 1.2rem 0 0; padding: .8rem 1.2rem; font-family: inherit; font-size: 1rem; text-align: center; }
  .two-col, .two-col.reverse { grid-template-columns: 1fr; }
  .planning-layout { grid-template-columns: 1fr; }
  .image-led { grid-template-columns: 1fr; }
  .feature-image { min-height: 480px; }
  .service-grid, .card-grid { grid-template-columns: repeat(2, 1fr); }
  .process { grid-template-columns: repeat(2, 1fr); }
  .gallery figure, .gallery figure.wide { grid-column: span 6; }
  .contact-grid { grid-template-columns: 1fr; }
}

@media (max-width: 660px) {
  body { padding-bottom: calc(68px + env(safe-area-inset-bottom)); font-size: .98rem; }
  .container, .narrow { width: min(calc(100% - 1.35rem), var(--max)); }
  .header-inner { min-height: 72px; }
  .brand img { width: min(57vw, 220px); }
  .brand-tagline { font-size: .52rem; }
  .site-nav { inset-block-start: 72px; padding: 1rem .8rem max(1rem, env(safe-area-inset-bottom)); align-content: start; }
  .site-nav { overflow-y: auto; }
  .nav-list { margin-top: clamp(.5rem, 4vh, 2.2rem); border-radius: 14px; }
  .nav-list a { font-size: clamp(1.4rem, 7vw, 1.9rem); }
  .hero { min-height: calc(100svh - 72px); }
  .hero-media img { object-position: center; }
  .hero-shade { background: linear-gradient(0deg, rgba(6,20,25,.9) 0%, rgba(6,20,25,.58) 49%, rgba(6,20,25,.08) 88%); }
  .page-hero::before { background-image: linear-gradient(0deg, rgba(8,22,27,.86), rgba(8,22,27,.12) 90%), var(--hero); }
  .hero-inner { display: flex; align-items: flex-end; min-height: calc(100svh - 72px); padding-block: 5.5rem 2.25rem; }
  .hero h1 { font-size: clamp(2.65rem, 13vw, 4.2rem); }
  .hero .lead { font-size: 1.05rem; line-height: 1.5; }
  .hero-actions { display: grid; grid-template-columns: 1fr 1fr; gap: .6rem; margin-top: 1.35rem; }
  .hero-actions .button { padding-inline: .65rem; font-size: .88rem; }
  .hero-points { gap: .38rem; margin-top: 1rem; }
  .hero-points li { font-size: .69rem; }
  .trust-strip-inner { grid-template-columns: 1fr; padding-block: .3rem; }
  .trust-item { min-height: auto; padding: .75rem .35rem; border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-item:last-child { border-bottom: 0; }
  .page-hero { min-height: 440px; }
  .page-hero .container { padding-block: 7rem 3rem; }
  .service-grid, .card-grid, .process, .reference-list { grid-template-columns: 1fr; }
  .service-card { min-height: 360px; }
  .container-wide { width: min(calc(100% - .8rem), 1440px); }
  .gallery { grid-template-columns: repeat(6, minmax(0, 1fr)); gap: .55rem; }
  .gallery figure { grid-column: span 3; }
  .gallery figure.wide, .gallery figure.full { grid-column: 1 / -1; }
  .gallery figure.tall { grid-column: span 3; }
  .gallery img { height: 220px; }
  .gallery figure.wide img, .gallery figure.full img { height: 300px; }
  .gallery figure.tall img { height: 340px; }
  .gallery figcaption { padding: 3.2rem .75rem .7rem; font-size: .74rem; line-height: 1.25; }
  .feature-image { min-height: 400px; }
  .planning-drawing { padding: .75rem; transform: none; }
  .gallery-meta { display: block; }
  .lightbox-shell { grid-template-columns: 56px 1fr 56px; }
  .lightbox-nav { width: 44px; height: 44px; }
  .lightbox-figure { max-width: calc(100vw - 112px); }
  .cta-inner, .footer-bottom { display: block; }
  .cta-inner .button { margin-top: 2rem; }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .mobile-action-bar { position: fixed; z-index: 90; inset: auto 0 0; display: grid; grid-template-columns: 1fr 1.35fr; gap: 1px; padding-bottom: env(safe-area-inset-bottom); background: rgba(255,255,255,.95); box-shadow: 0 -12px 34px rgba(14,34,42,.14); backdrop-filter: blur(12px); }
  .mobile-action-bar a { display: grid; place-items: center; min-height: 68px; padding: .6rem; color: var(--ink); font-size: .86rem; font-weight: 850; text-decoration: none; }
  .mobile-action-bar a:last-child { background: var(--brand-blue); color: #fff; }
}

@media (max-width: 390px) {
  .hero-actions { grid-template-columns: 1fr; }
  .gallery figure, .gallery figure.tall { grid-column: 1 / -1; }
  .gallery img, .gallery figure.tall img { height: 285px; }
}

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