/* ---------- Fonts (self-hosted, latin + czech subsets) ---------- */
@font-face { font-family: "Lexend"; font-weight: 700; font-display: swap; src: url(/fonts/lexend-700-latin.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Lexend"; font-weight: 700; font-display: swap; src: url(/fonts/lexend-700-cs.woff2) format("woff2"); unicode-range: U+0100-017F, U+02C7, U+02D8-02DD; }
@font-face { font-family: "Source Sans 3"; font-weight: 400; font-display: swap; src: url(/fonts/source-sans-3-400-latin.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Source Sans 3"; font-weight: 400; font-display: swap; src: url(/fonts/source-sans-3-400-cs.woff2) format("woff2"); unicode-range: U+0100-017F, U+02C7, U+02D8-02DD; }
@font-face { font-family: "Source Sans 3"; font-weight: 700; font-display: swap; src: url(/fonts/source-sans-3-700-latin.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Source Sans 3"; font-weight: 700; font-display: swap; src: url(/fonts/source-sans-3-700-cs.woff2) format("woff2"); unicode-range: U+0100-017F, U+02C7, U+02D8-02DD; }
@font-face { font-family: "Source Sans Fallback"; src: local("Arial"), local("Liberation Sans"), local("Helvetica"); size-adjust: 93%; ascent-override: 98%; descent-override: 30%; line-gap-override: 0%; }

/* ---------- Tokens ---------- */
:root {
  --c-primary: #0F5FA8;
  --c-deep: #0B3D6E;
  --c-deeper: #082C50;
  --c-cta: #C2410C;
  --c-cta-hover: #9A3412;
  --c-bg: #F6F3EE;
  --c-surface: #FFFFFF;
  --c-ink: #1B2A41;
  --c-muted: #4B5563;
  --c-line: #D6CFC4;
  --c-tint: #EFEAE2;
  --c-water: #E3EEF8;
  --c-sky: #9CC3EA;

  --font-body: "Source Sans 3", "Source Sans Fallback", Arial, sans-serif;
  --font-head: "Lexend", "Source Sans 3", Arial, sans-serif;

  --fs--1: clamp(0.9375rem, 0.9rem + 0.2vw, 1.0625rem);
  --fs-0: clamp(1.125rem, 1.05rem + 0.35vw, 1.3125rem);
  --fs-1: clamp(1.25rem, 1.1rem + 0.7vw, 1.625rem);
  --fs-2: clamp(1.75rem, 1.3rem + 1.9vw, 2.75rem);
  --fs-3: clamp(2.5rem, 1.6rem + 4vw, 4.75rem);

  --space-s: clamp(0.75rem, 0.6rem + 0.6vw, 1rem);
  --space-m: clamp(1.25rem, 1rem + 1vw, 2rem);
  --space-l: clamp(2rem, 1.5rem + 2.5vw, 3.5rem);
  --space-xl: clamp(3.5rem, 2.5rem + 6vw, 7.5rem);

  --radius: 8px;
  --max: 74rem;
  --callbar-h: 4.75rem;
}

/* ---------- Base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-padding-top: 1rem; scroll-padding-bottom: calc(var(--callbar-h) + 1rem); }
@media (prefers-reduced-motion: no-preference) { html { scroll-behavior: smooth; } }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: var(--fs-0);
  line-height: 1.55;
  color: var(--c-ink);
  background: var(--c-surface);
  -webkit-text-size-adjust: 100%;
}
h1, h2, h3 { font-family: var(--font-head); font-weight: 700; line-height: 1.12; letter-spacing: -0.015em; text-wrap: balance; margin: 0 0 var(--space-s); }
h1 { font-size: var(--fs-3); letter-spacing: -0.025em; }
h2 { font-size: var(--fs-2); color: var(--c-deep); margin-bottom: var(--space-m); max-width: 24ch; }
h3 { font-size: var(--fs-1); color: var(--c-deep); }
p { margin: 0 0 var(--space-s); overflow-wrap: anywhere; }
p:last-child { margin-bottom: 0; }
a { color: var(--c-primary); text-underline-offset: 0.15em; }
a:hover { color: var(--c-deep); }
img { max-width: 100%; height: auto; display: block; }
ul, ol { margin: 0; padding: 0; }
strong { font-weight: 700; }
:focus-visible { outline: 3px solid var(--c-deep); outline-offset: 3px; box-shadow: 0 0 0 3px #fff; border-radius: 4px; }
.section-dark :focus-visible, .hero :focus-visible, .trust-band :focus-visible { outline-color: #fff; box-shadow: 0 0 0 3px var(--c-deep); }
a, button, summary { touch-action: manipulation; }

.skip-link { position: absolute; left: -999px; top: 0.5rem; z-index: 100; background: var(--c-deep); color: #fff; padding: 0.75rem 1rem; border-radius: var(--radius); }
.skip-link:focus { left: 0.5rem; }

.wrap { width: min(100% - 2 * clamp(1.25rem, 5vw, 3rem), var(--max)); margin-inline: auto; }
.wrap.narrow { max-width: 46rem; }
.section { padding-block: var(--space-xl); }
.section-tint { background: var(--c-bg); }
.section-dark { background: var(--c-deep); color: #fff; }
.section-dark h2, .section-dark h3 { color: #fff; }
.section-dark a { color: #fff; }
.section-dark .eyebrow, .hero .kicker { color: var(--c-sky); }
.eyebrow { font-size: var(--fs--1); font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--c-primary); margin: 0 0 0.75rem; }
.section-lead { font-size: var(--fs-1); max-width: 44ch; color: var(--c-muted); margin-bottom: var(--space-l); line-height: 1.45; }
.section-dark .section-lead { color: #D6E4F2; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;
  min-height: 3.25rem; padding: 0.8rem 1.5rem; border-radius: var(--radius);
  font-family: var(--font-body); font-weight: 700; font-size: var(--fs-0); line-height: 1.2;
  text-decoration: none; cursor: pointer; border: 2px solid transparent; white-space: nowrap;
  transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}
.btn-cta { background: var(--c-cta); color: #fff; border-color: var(--c-cta); }
.btn-cta:hover { background: var(--c-cta-hover); border-color: var(--c-cta-hover); color: #fff; }
.btn-ghost { background: transparent; color: var(--c-deep); border-color: var(--c-deep); }
.btn-ghost:hover { background: var(--c-water); color: var(--c-deep); }
.btn-light { background: transparent; color: #fff; border-color: rgba(255, 255, 255, 0.7); }
.btn-light:hover { background: rgba(255, 255, 255, 0.12); border-color: #fff; color: #fff; }
.btn-deep { background: var(--c-deep); color: #fff; border-color: var(--c-deep); }
.btn-deep:hover { background: var(--c-primary); border-color: var(--c-primary); color: #fff; }
.cta-row { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: var(--space-m); }
.cta-line { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; margin-top: var(--space-l); }

/* ---------- Header ---------- */
.site-header { background: var(--c-surface); border-bottom: 1px solid var(--c-line); }
.header-row { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 5rem; }
.brand { display: inline-flex; align-items: center; gap: 0.75rem; min-height: 2.75rem; text-decoration: none; color: var(--c-deep); }
.brand-text { display: flex; flex-direction: column; line-height: 1.05; }
.brand-text strong { font-family: var(--font-head); font-size: 1.3rem; letter-spacing: 0.01em; }
.brand-text span { font-size: 0.9rem; color: var(--c-muted); letter-spacing: 0.04em; }
.site-nav { display: none; gap: 0.25rem; }
.site-nav a { display: inline-flex; align-items: center; min-height: 2.75rem; padding: 0 0.9rem; border-radius: var(--radius); text-decoration: none; color: var(--c-ink); font-weight: 700; }
.site-nav a:hover { background: var(--c-water); color: var(--c-deep); }
.header-phone { display: none; }
.btn-burger { display: inline-flex; align-items: center; justify-content: center; width: 2.75rem; height: 2.75rem; padding: 0; border: 0; border-radius: var(--radius); background: transparent; color: var(--c-deep); cursor: pointer; }
.btn-burger:hover { background: var(--c-water); }
@media (max-width: 63.99em) {
  .site-header { position: sticky; top: 0; z-index: 30; }
  .header-row { min-height: 4rem; }
  html { scroll-padding-top: 5rem; }
}
@media (min-width: 64em) { .site-nav { display: flex; } .header-phone { display: inline-flex; } .btn-burger { display: none; } }

/* ---------- Hero ---------- */
.hero { position: relative; isolation: isolate; display: grid; align-items: end; min-height: min(68svh, 44rem); color: #fff; background: var(--c-deep); }
.hero-bg, .hero-bg img { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-bg { z-index: -2; }
.hero-bg img { object-fit: cover; object-position: 50% 45%; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(to top, rgba(8, 44, 80, 0.94) 0%, rgba(8, 44, 80, 0.78) 45%, rgba(8, 44, 80, 0.3) 100%); }
.hero-inner { padding-block: clamp(3rem, 10vw, 6rem) clamp(2rem, 6vw, 3.5rem); max-width: var(--max); }
.hero h1 { max-width: 14ch; margin-bottom: var(--space-m); }
.kicker { font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; font-size: var(--fs--1); margin-bottom: var(--space-s); }
.lead { font-size: var(--fs-1); max-width: 34ch; line-height: 1.4; color: #E6EEF7; }
@media (min-width: 64em) {
  .hero { align-items: center; min-height: min(86vh, 56rem); }
  .hero-inner { padding-block: clamp(5rem, 10vw, 8rem); }
  .hero::before { background: linear-gradient(100deg, rgba(8, 44, 80, 0.96) 0%, rgba(8, 44, 80, 0.88) 38%, rgba(8, 44, 80, 0.4) 68%, rgba(8, 44, 80, 0.15) 100%); }
  .hero-inner { padding-block: clamp(5rem, 10vw, 8rem); }
}

/* ---------- Trust band ---------- */
.trust-band { background: var(--c-deeper); color: #fff; }
.trust-strip { list-style: none; display: grid; grid-template-columns: repeat(2, 1fr); }
.trust-strip li { display: flex; flex-direction: column; gap: 0.15rem; padding: var(--space-m) var(--space-s); line-height: 1.2; border-top: 1px solid rgba(255, 255, 255, 0.12); }
.trust-strip li:nth-child(2n) { border-left: 1px solid rgba(255, 255, 255, 0.12); }
.trust-strip strong { font-family: var(--font-head); font-size: var(--fs-1); }
.trust-strip span:last-child { color: var(--c-sky); font-size: var(--fs--1); }
@media (min-width: 48em) {
  .trust-strip { grid-template-columns: repeat(4, 1fr); }
  .trust-strip li { border-top: 0; }
  .trust-strip li + li { border-left: 1px solid rgba(255, 255, 255, 0.12); }
}

/* ---------- Benefits ---------- */
.benefits { display: grid; gap: var(--space-l); }
.benefits article { border-top: 2px solid var(--c-deep); padding-top: var(--space-m); }
.benefits .icon { width: 2.25rem; height: 2.25rem; fill: none; stroke: var(--c-primary); stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; margin-bottom: var(--space-s); }
@media (min-width: 48em) { .benefits { grid-template-columns: repeat(3, 1fr); } }

/* ---------- Timeline ---------- */
.timeline { list-style: none; counter-reset: step; position: relative; max-width: 44rem; padding-left: 4rem; }
.timeline::before { content: ""; position: absolute; left: 1.35rem; top: 1.5rem; bottom: 1.5rem; width: 2px; background: linear-gradient(var(--c-primary), var(--c-deep)); }
.timeline li { counter-increment: step; position: relative; padding-bottom: var(--space-l); }
.timeline li:last-child { padding-bottom: 0; }
.timeline li::before { content: counter(step); position: absolute; left: -4rem; top: 0; width: 2.75rem; height: 2.75rem; border-radius: 50%; background: var(--c-primary); color: #fff; font-family: var(--font-head); font-weight: 700; display: grid; place-items: center; box-shadow: 0 0 0 5px var(--c-bg); }
.timeline li:last-child::before { background: var(--c-cta); }
.timeline h3 { font-size: var(--fs-1); margin-bottom: 0.35rem; padding-top: 0.35rem; }
.timeline p { max-width: 58ch; }
.you { display: inline-block; margin-top: 0.6rem; padding: 0.2rem 0.7rem; border-radius: 999px; background: var(--c-water); color: var(--c-deep); font-size: var(--fs--1); font-weight: 700; }
.after-call { margin-top: var(--space-l); max-width: 44rem; padding: var(--space-m); background: var(--c-surface); border-left: 4px solid var(--c-cta); border-radius: 0 var(--radius) var(--radius) 0; }

/* ---------- Technology ---------- */
.tech-cols { display: grid; gap: var(--space-l); }
.tech { border-top: 1px solid rgba(255, 255, 255, 0.25); padding-top: var(--space-m); }
.tech dl { margin: 0; }
.tech dt { font-weight: 700; color: var(--c-sky); margin-top: var(--space-s); font-size: var(--fs--1); text-transform: uppercase; letter-spacing: 0.06em; }
.tech dd { margin: 0.2rem 0 0; color: #E6EEF7; }
@media (min-width: 48em) { .tech-cols { grid-template-columns: repeat(2, 1fr); gap: var(--space-xl); } }
.facts { list-style: none; display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--space-m); margin-top: var(--space-xl); }
.facts li { display: flex; flex-direction: column; line-height: 1.15; padding-left: var(--space-s); border-left: 2px solid var(--c-sky); }
.facts strong { font-family: var(--font-head); font-size: var(--fs-2); }
.facts span { color: #D6E4F2; }
@media (min-width: 48em) { .facts { grid-template-columns: repeat(4, 1fr); } }

/* ---------- Price ---------- */
.price-row { display: grid; gap: var(--space-l); }
.price h3 { font-size: var(--fs-0); color: var(--c-muted); font-family: var(--font-body); font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 0.5rem; }
.price-num { font-family: var(--font-head); font-size: var(--fs-2); color: var(--c-deep); line-height: 1.1; font-variant-numeric: tabular-nums; margin-bottom: 0.5rem; letter-spacing: -0.015em; }
.price p:last-child { color: var(--c-muted); max-width: 30ch; }
@media (min-width: 48em) {
  .price-row { grid-template-columns: repeat(3, 1fr); gap: var(--space-m); }
  .price + .price { border-left: 1px solid var(--c-line); padding-left: var(--space-m); }
}
.included { margin-top: var(--space-xl); padding-top: var(--space-l); border-top: 1px solid var(--c-line); }
.checks { list-style: none; display: grid; gap: 0.75rem 2rem; grid-template-columns: repeat(auto-fit, minmax(min(100%, 20rem), 1fr)); }
.checks li { position: relative; padding-left: 2rem; }
.checks li::before { content: ""; position: absolute; left: 0; top: 0.2em; width: 1.3rem; height: 1.3rem; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='12' fill='%230F5FA8'/%3E%3Cpath d='M7 12.5l3 3 7-7' fill='none' stroke='%23fff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat; }
.note { margin-top: var(--space-m); color: var(--c-muted); }

/* ---------- Services list ---------- */
.list-grid { display: grid; gap: var(--space-l) var(--space-m); }
.list-grid article { border-top: 2px solid var(--c-deep); padding-top: var(--space-s); }
.list-grid p { color: var(--c-muted); }
@media (min-width: 40em) { .list-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 64em) { .list-grid { grid-template-columns: repeat(3, 1fr); } }

/* ---------- Gallery ---------- */
.gallery { display: grid; gap: var(--space-s); grid-template-columns: repeat(2, 1fr); }
.gallery figure { margin: 0; }
.gallery img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; border-radius: var(--radius); }
.gallery figcaption { font-size: var(--fs--1); color: var(--c-muted); margin-top: 0.5rem; line-height: 1.3; }
.gallery-link { display: block; position: relative; border-radius: var(--radius); overflow: hidden; cursor: zoom-in; }
.gallery-link img { transition: transform 300ms ease; }
.gallery-link:hover img { transform: scale(1.04); }
.gallery-link::after { content: ""; position: absolute; right: 0.6rem; bottom: 0.6rem; width: 2rem; height: 2rem; border-radius: 50%; background: rgba(8, 44, 80, 0.7) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' d='M10.5 18a7.5 7.5 0 1 0 0-15 7.5 7.5 0 0 0 0 15zM16 16l5 5M7.5 10.5h6M10.5 7.5v6'/%3E%3C/svg%3E") center/1.15rem no-repeat; opacity: 0; transition: opacity 200ms ease; }
.gallery-link:hover::after, .gallery-link:focus-visible::after { opacity: 1; }

/* ---------- Lightbox ---------- */
.lightbox { position: fixed; inset: 0; margin: 0; padding: 0; border: 0; width: 100vw; height: 100dvh; max-width: none; max-height: none; background: var(--c-deeper); color: #fff; display: none; grid-template-rows: auto 1fr auto; opacity: 0; transition: opacity 220ms ease, overlay 220ms allow-discrete, display 220ms allow-discrete; }
.lightbox[open] { display: grid; opacity: 1; }
@starting-style { .lightbox[open] { opacity: 0; } }
.lightbox::backdrop { background: rgba(8, 44, 80, 0.9); }
body.lb-open { overflow: hidden; }
.lb-top { display: flex; align-items: center; justify-content: flex-end; gap: 0.25rem; padding: 0.5rem 0.75rem; }
.lb-count { margin-right: auto; padding-left: 0.75rem; font-family: var(--font-head); font-weight: 700; color: var(--c-sky); font-variant-numeric: tabular-nums; }
.lb-btn { display: inline-flex; align-items: center; justify-content: center; width: 2.75rem; height: 2.75rem; padding: 0; border: 0; border-radius: 50%; background: transparent; color: #fff; cursor: pointer; transition: background-color 150ms ease; }
.lb-btn:hover { background: rgba(255, 255, 255, 0.14); }
.lb-stage { position: relative; display: grid; min-height: 0; }
.lb-frame { overflow: hidden; display: grid; place-items: center; min-height: 0; min-width: 0; touch-action: pan-y pinch-zoom; }
.lb-img { display: block; max-width: 100%; max-height: calc(100dvh - 8.5rem); width: auto; height: auto; object-fit: contain; user-select: none; -webkit-user-drag: none; transition: opacity 200ms ease; }
.lb-img.is-loading { opacity: 0.35; }
.lb-nav { position: absolute; top: 50%; transform: translateY(-50%); background: rgba(8, 44, 80, 0.55); }
.lb-prev { left: 0.5rem; }
.lb-next { right: 0.5rem; }
.lb-caption { margin: 0; padding: 0.75rem 1.25rem calc(0.75rem + env(safe-area-inset-bottom)); text-align: center; color: #E6EEF7; min-height: 3rem; }
.lightbox :focus-visible { outline-color: #fff; box-shadow: 0 0 0 3px var(--c-deeper); }
@media (min-width: 48em) {
  .lb-stage { grid-template-columns: 4rem 1fr 4rem; }
  .lb-nav { position: static; transform: none; align-self: center; justify-self: center; width: 3.25rem; height: 3.25rem; }
  .lb-frame { grid-column: 2; }
  .lb-caption { font-size: var(--fs-0); }
}
@media (min-width: 48em) { .gallery { grid-template-columns: repeat(3, 1fr); gap: var(--space-m); } }
@media (min-width: 64em) { .gallery { grid-template-columns: repeat(4, 1fr); } }

/* ---------- About ---------- */
.creds { list-style: none; display: grid; gap: 0.5rem; margin-top: var(--space-m); padding-top: var(--space-m); border-top: 1px solid var(--c-line); color: var(--c-muted); }

/* ---------- FAQ ---------- */
.faq details { border-top: 1px solid var(--c-line); }
.faq details:last-child { border-bottom: 1px solid var(--c-line); }
.faq summary { display: flex; align-items: center; justify-content: space-between; gap: 1rem; list-style: none; cursor: pointer; min-height: 3.5rem; padding: 1rem 0; font-family: var(--font-head); font-weight: 700; font-size: var(--fs-0); color: var(--c-deep); }
.faq summary:hover { color: var(--c-primary); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: ""; flex: none; width: 1.5rem; height: 1.5rem; background: currentColor; mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 5v14M5 12h14' stroke='%23000' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") center/contain no-repeat; -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 5v14M5 12h14' stroke='%23000' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") center/contain no-repeat; transition: transform 180ms ease; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { padding: 0 0 var(--space-m); max-width: 60ch; }

/* ---------- Contact ---------- */
.contact-grid { display: grid; gap: var(--space-l); align-items: start; }
.contact .section-lead { max-width: 36ch; }
.phone-big { display: inline-block; font-family: var(--font-head); font-size: var(--fs-3); color: #fff; text-decoration: none; letter-spacing: -0.01em; line-height: 1.1; padding-block: 0.25rem; margin-bottom: var(--space-s); }
.phone-big:hover { color: var(--c-sky); }
.contact-card { font-style: normal; background: rgba(255, 255, 255, 0.07); border: 1px solid rgba(255, 255, 255, 0.2); border-radius: var(--radius); padding: var(--space-m); color: #E6EEF7; }
.contact-card p { margin-bottom: var(--space-s); }
.contact-mail a { font-family: var(--font-head); font-weight: 700; font-size: var(--fs-1); }
.contact-card a { display: inline-block; padding-block: 0.55rem; }
@media (min-width: 48em) { .contact-grid { grid-template-columns: 1.4fr 1fr; gap: var(--space-xl); } }

/* ---------- Footer ---------- */
.site-footer { background: var(--c-deeper); color: #fff; padding-block: var(--space-m) calc(var(--space-m) + var(--callbar-h) + env(safe-area-inset-bottom)); font-size: var(--fs--1); border-top: 1px solid rgba(255, 255, 255, 0.12); }
.site-footer p { color: #B9CCE0; }
.site-footer a { color: #fff; display: inline-block; padding-block: 0.65rem; }
.footer-row { display: grid; gap: 0.5rem; }

/* ---------- Mobile: the call bar replaces in-page call buttons ---------- */
.only-mobile { display: inline; }
.only-desktop { display: none; }
@media (max-width: 63.99em) {
  main .btn-cta[href^="tel:"] { display: none; }
}
@media (min-width: 64em) {
  .only-mobile { display: none; }
  .only-desktop { display: inline; }
}

/* ---------- Mobile floating call cluster ---------- */
.call-bar { position: fixed; right: clamp(0.75rem, 3vw, 1.5rem); bottom: calc(0.75rem + env(safe-area-inset-bottom)); z-index: 40; display: flex; align-items: center; gap: 0.6rem; }
.call-bar .btn { min-height: 3.25rem; border-radius: 999px; box-shadow: 0 8px 24px rgba(8, 44, 80, 0.35), 0 1px 3px rgba(8, 44, 80, 0.3); }
.call-bar .btn { padding: 0.7rem 1.15rem 0.7rem 0.95rem; }
.call-bar .btn-cta { border-color: rgba(255, 255, 255, 0.45); }
.call-bar .btn-deep { border-color: rgba(255, 255, 255, 0.75); }
.call-bar.over-dark .btn-deep { background: #fff; color: var(--c-deep); border-color: #fff; }
.call-bar.over-dark .btn-deep:hover { background: var(--c-water); }
.menu {
  position: fixed; inset: 0 0 0 auto; margin: 0; width: min(100%, 24rem); height: 100dvh; max-height: none; max-width: none;
  display: flex; flex-direction: column; overflow: auto; border: 0; padding: 0;
  background: var(--c-deep); color: #fff; box-shadow: -16px 0 48px rgba(8, 44, 80, 0.35);
  opacity: 0; transform: translateX(100%);
  transition: transform 320ms cubic-bezier(0.2, 0.7, 0.2, 1), opacity 320ms ease, overlay 320ms allow-discrete, display 320ms allow-discrete;
}
.menu:popover-open { display: flex; opacity: 1; transform: none; }
@starting-style { .menu:popover-open { opacity: 0; transform: translateX(100%); } }
.menu::backdrop { background: rgba(8, 44, 80, 0); transition: background-color 320ms ease, overlay 320ms allow-discrete, display 320ms allow-discrete; }
.menu:popover-open::backdrop { background: rgba(8, 44, 80, 0.55); }
@starting-style { .menu:popover-open::backdrop { background: rgba(8, 44, 80, 0); } }
.menu-head { display: flex; align-items: center; justify-content: space-between; min-height: 4rem; padding: 0 0.75rem 0 1.5rem; border-bottom: 1px solid rgba(255, 255, 255, 0.15); }
.menu-brand { font-family: var(--font-head); font-weight: 700; font-size: 1.15rem; letter-spacing: 0.02em; }
.menu-close { color: #fff; }
.menu-close:hover { background: rgba(255, 255, 255, 0.12); }
.menu-links { display: flex; flex-direction: column; padding: 0.5rem 0; }
.menu-links a { display: flex; align-items: center; min-height: 3.25rem; padding: 0.5rem 1.5rem; color: #fff; font-family: var(--font-head); font-weight: 700; font-size: var(--fs-1); text-decoration: none; opacity: 1; transform: none; transition: opacity 360ms ease var(--d, 0ms), transform 360ms cubic-bezier(0.2, 0.7, 0.2, 1) var(--d, 0ms), background-color 150ms ease; }
.menu-links a:hover { background: rgba(255, 255, 255, 0.08); color: #fff; }
@starting-style { .menu:popover-open .menu-links a { opacity: 0; transform: translateX(1.25rem); } }
.menu-links a:nth-child(1) { --d: 60ms; } .menu-links a:nth-child(2) { --d: 90ms; } .menu-links a:nth-child(3) { --d: 120ms; }
.menu-links a:nth-child(4) { --d: 150ms; } .menu-links a:nth-child(5) { --d: 180ms; } .menu-links a:nth-child(6) { --d: 210ms; }
.menu-links a:nth-child(7) { --d: 240ms; } .menu-links a:nth-child(8) { --d: 270ms; } .menu-links a:nth-child(9) { --d: 300ms; }
.menu-foot { margin-top: auto; display: grid; gap: 0.6rem; padding: 1.25rem 1.5rem calc(1.25rem + env(safe-area-inset-bottom)); border-top: 1px solid rgba(255, 255, 255, 0.15); }
.menu-foot p { font-size: var(--fs--1); color: #B9CCE0; margin-top: 0.4rem; }
.menu-foot a:not(.btn) { display: inline-flex; align-items: center; min-height: 2.75rem; color: #fff; }
.menu :focus-visible { outline-color: #fff; box-shadow: 0 0 0 3px var(--c-deep); }
@media (min-width: 64em) { .call-bar, .menu { display: none; } .site-footer { padding-bottom: var(--space-m); } html { scroll-padding-bottom: 0; } }

/* ---------- Motion ---------- */
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { transition: none !important; animation: none !important; scroll-behavior: auto !important; } }

/* ---------- Print ---------- */
@media print { .lightbox, .call-bar, .menu, .site-header, .cta-row, .cta-line, .skip-link { display: none !important; } body { background: #fff; } .site-footer { padding-bottom: 1rem; } .section { padding-block: 1.5rem; } .hero { min-height: 0; color: #000; } .hero::before, .hero-bg { display: none; } }
