/* =========================================================================
   SPM Väst AB — design system (V12 · local-service · brand-preserved)
   Single stylesheet shared by homepage + 6 local SEO pages
   ========================================================================= */

@font-face { font-family: "Poppins"; font-style: normal; font-weight: 400; font-display: swap; src: url("fonts/poppins-400.woff") format("woff"); }
@font-face { font-family: "Poppins"; font-style: normal; font-weight: 500; font-display: swap; src: url("fonts/poppins-500.woff") format("woff"); }
@font-face { font-family: "Poppins"; font-style: normal; font-weight: 700; font-display: swap; src: url("fonts/poppins-700.woff") format("woff"); }

:root {
  --ink: #0a0a0a;
  --graphite: #212529;
  --graphite-2: #2c3136;
  --sun: #fcd200;
  --sun-hover: #ffdd33;
  --sun-deep: #fbc018;
  --paper: #ffffff;
  --mist: #f5f5f2;
  --line: #e3e3de;
  --line-dark: #3a4046;
  --text: #161616;
  --muted: #50565c;
  --on-dark: #f3f3f1;
  --on-dark-muted: #c2c7cc;

  --font: "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  --wrap: 1200px;
  --gutter: clamp(18px, 4.5vw, 44px);
  --section-y: clamp(64px, 9vw, 120px);
  --header-h: 68px;
  --r-btn: 3px;
  --r-card: 14px;
  --shadow-card: 0 1px 2px rgba(10,10,10,.06), 0 12px 32px -18px rgba(10,10,10,.28);
  --ease: cubic-bezier(.2,.7,.2,1);
}
@media (min-width: 1024px) { :root { --header-h: 80px; } }

/* ---------- reset / base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 12px); }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body { margin: 0; font-family: var(--font); font-size: 16px; line-height: 1.7; color: var(--text); background: var(--paper); overflow-x: hidden; }
@media (min-width: 1024px) { body { font-size: 17px; } }
img, svg, picture { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; }
p { margin: 0 0 1em; }
ul, ol { margin: 0; padding: 0; }
h1, h2, h3, h4 { margin: 0; font-weight: 700; line-height: 1.15; letter-spacing: -0.01em; }
button, input, select, textarea { font: inherit; color: inherit; }
:focus-visible { outline: 3px solid var(--sun); outline-offset: 3px; border-radius: 2px; }
.on-sun :focus-visible, .section--sun :focus-visible { outline-color: var(--ink); }
.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; }

.skip-link { position: absolute; left: 12px; top: -80px; z-index: 200; background: var(--sun); color: var(--ink); padding: 12px 18px; font-weight: 700; text-decoration: none; border-radius: var(--r-btn); }
.skip-link:focus { top: 12px; }

.wrap { width: 100%; max-width: calc(var(--wrap) + 2 * var(--gutter)); margin-inline: auto; padding-inline: var(--gutter); }
.section { padding-block: var(--section-y); position: relative; }
.section--mist { background: var(--mist); }
.section--sun { background: var(--sun); color: var(--ink); }
.section--graphite { background: var(--graphite); color: var(--on-dark); }
.section--ink { background: var(--ink); color: var(--on-dark); }
.section--tight { padding-block: clamp(44px, 6vw, 72px); }

/* ---------- typography ---------- */
.h-display { font-size: clamp(2.05rem, 6.2vw, 3.75rem); line-height: 1.06; font-weight: 700; letter-spacing: -0.02em; }
.h-display .sun { color: var(--sun); }
.h-section { font-size: clamp(1.6rem, 3.6vw, 2.4rem); line-height: 1.18; font-weight: 400; letter-spacing: -0.015em; }
.h-section strong { font-weight: 700; }
.h-sub { font-size: clamp(1.15rem, 2vw, 1.35rem); font-weight: 700; line-height: 1.3; }
.h-caps { font-size: 1rem; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; line-height: 1.3; }
.lead { font-size: clamp(1.05rem, 1.7vw, 1.2rem); line-height: 1.65; }
.muted { color: var(--muted); }
.section--graphite .muted, .section--ink .muted { color: var(--on-dark-muted); }
.prose p:last-child { margin-bottom: 0; }
.prose a, .text-link { font-weight: 500; text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 3px; text-decoration-color: var(--sun-deep); }
.section--sun .prose a, .section--sun .text-link { text-decoration-color: var(--ink); }
.prose a:hover, .text-link:hover { text-decoration-color: currentColor; }
.stack > * + * { margin-top: 1rem; }
.section-head { max-width: 760px; margin-bottom: clamp(32px, 5vw, 56px); }
.section-head .h-section + p { margin-top: 1rem; }

/* ---------- buttons ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .7em; min-height: 52px; padding: 0 26px; border: 2px solid transparent; border-radius: var(--r-btn); font-size: .92rem; font-weight: 700; letter-spacing: .03em; text-transform: uppercase; text-decoration: none; line-height: 1.2; cursor: pointer; transition: background-color .2s, color .2s, border-color .2s, transform .2s var(--ease); text-align: center; }
.btn svg { width: 18px; height: 18px; flex: none; transition: transform .25s var(--ease); }
.btn:hover svg { transform: translateX(4px); }
.btn--sun { background: var(--sun); color: var(--ink); }
.btn--sun:hover { background: var(--sun-hover); }
.btn--ink { background: var(--ink); color: var(--paper); }
.btn--ink:hover { background: var(--graphite-2); }
.btn--line-light { border-color: rgba(255,255,255,.75); color: var(--paper); background: transparent; }
.btn--line-light:hover { background: rgba(255,255,255,.1); border-color: var(--paper); }
.btn--line { border-color: var(--ink); color: var(--ink); background: transparent; }
.btn--line:hover { background: var(--ink); color: var(--paper); }
.btn--sm { min-height: 44px; padding: 0 18px; font-size: .8rem; }
.btn-row { display: flex; flex-wrap: wrap; gap: 12px; }
@media (max-width: 479px) { .btn-row .btn { width: 100%; } }

/* ---------- header ---------- */
.site-header { position: sticky; top: 0; z-index: 100; background: var(--ink); color: var(--paper); transition: box-shadow .25s; }
.site-header.is-scrolled { box-shadow: 0 8px 24px -12px rgba(0,0,0,.6); }
.header-bar { height: var(--header-h); display: flex; align-items: center; gap: 16px; }
.brand { display: flex; align-items: center; flex: none; margin-right: auto; text-decoration: none; }
.brand img { width: 128px; height: auto; }
@media (min-width: 1024px) { .brand img { width: 150px; } }
.nav-main { display: none; }
.header-actions { display: flex; align-items: center; gap: 8px; }
.header-phone { display: none; }
.icon-btn { display: inline-flex; align-items: center; justify-content: center; width: 46px; height: 46px; border-radius: var(--r-btn); border: 1px solid rgba(255,255,255,.22); background: transparent; color: var(--paper); cursor: pointer; text-decoration: none; }
.icon-btn:hover { border-color: var(--sun); color: var(--sun); }
.icon-btn svg { width: 22px; height: 22px; }
.header-cta { display: none; }

@media (min-width: 1100px) {
  .nav-main { display: block; }
  .nav-main > ul { list-style: none; display: flex; align-items: center; gap: 2px; }
  .nav-main a, .nav-main .nav-disclosure { display: inline-flex; align-items: center; gap: 6px; min-height: 44px; padding: 0 12px; color: var(--paper); text-decoration: none; font-size: .95rem; font-weight: 500; background: none; border: 0; cursor: pointer; border-radius: var(--r-btn); }
  .nav-main a:hover, .nav-main .nav-disclosure:hover, .nav-main .nav-disclosure[aria-expanded="true"] { color: var(--sun); }
  .nav-main a[aria-current="page"] { color: var(--sun); }
  .nav-disclosure svg { width: 12px; height: 12px; transition: transform .2s; }
  .nav-disclosure[aria-expanded="true"] svg { transform: rotate(180deg); }
  .nav-item--areas { position: relative; }
  .area-panel { position: absolute; top: calc(100% + 14px); left: 50%; transform: translateX(-50%); width: 620px; background: var(--paper); color: var(--ink); border-radius: 10px; box-shadow: 0 24px 60px -20px rgba(0,0,0,.55); padding: 22px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
  .area-panel[hidden] { display: none; }
  .area-panel::before { content: ""; position: absolute; top: -7px; left: 50%; width: 14px; height: 14px; background: var(--paper); transform: translateX(-50%) rotate(45deg); }
  .area-panel .area-group { padding: 10px 12px 12px; border-radius: 8px; }
  .area-panel .area-group:hover { background: var(--mist); }
  .area-panel .area-city { display: block; font-weight: 700; font-size: .95rem; padding-bottom: 6px; border-bottom: 3px solid var(--sun); margin-bottom: 6px; }
  .area-panel a { display: flex; min-height: 38px; padding: 0; color: var(--ink); font-size: .9rem; font-weight: 500; align-items: center; }
  .area-panel a:hover { color: var(--ink); text-decoration: underline; text-decoration-color: var(--sun-deep); text-decoration-thickness: 2px; text-underline-offset: 3px; }
  .header-phone { display: inline-flex; align-items: center; gap: 8px; color: var(--paper); text-decoration: none; font-weight: 500; font-size: .95rem; padding: 0 10px; min-height: 44px; white-space: nowrap; }
  .header-phone svg { width: 18px; height: 18px; color: var(--sun); }
  .header-phone:hover { color: var(--sun); }
  .header-cta { display: inline-flex; }
  .menu-toggle, .header-call { display: none; }
}
@media (min-width: 1100px) and (max-width: 1239px) { .header-phone span { display: none; } }

/* ---------- mobile menu (overlay lives OUTSIDE header) ---------- */
.mobile-menu { position: fixed; inset: 0; z-index: 150; background: var(--ink); color: var(--paper); display: flex; flex-direction: column; overflow-y: auto; overscroll-behavior: contain; opacity: 0; visibility: hidden; transition: opacity .22s, visibility 0s linear .22s; }
.mobile-menu.is-open { opacity: 1; visibility: visible; transition: opacity .22s; }
.mobile-menu[hidden] { display: none; }
.mobile-menu__bar { height: var(--header-h); flex: none; display: flex; align-items: center; justify-content: space-between; padding-inline: var(--gutter); border-bottom: 1px solid rgba(255,255,255,.1); }
.mobile-menu__bar img { width: 128px; }
.mobile-menu__body { padding: 20px var(--gutter) 40px; display: grid; gap: 28px; }
.mobile-nav { list-style: none; }
.mobile-nav a { display: flex; align-items: center; justify-content: space-between; min-height: 56px; border-bottom: 1px solid rgba(255,255,255,.1); color: var(--paper); text-decoration: none; font-size: 1.2rem; font-weight: 500; }
.mobile-nav a:hover, .mobile-nav a:focus-visible { color: var(--sun); }
.mobile-areas h2 { font-size: .8rem; text-transform: uppercase; letter-spacing: .08em; color: var(--sun); margin-bottom: 10px; }
.mobile-areas .area-group { padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.mobile-areas .area-city { display: block; font-weight: 700; margin-bottom: 4px; }
.mobile-areas a { display: flex; align-items: center; min-height: 44px; color: var(--on-dark-muted); text-decoration: none; }
.mobile-areas a:hover { color: var(--sun); }
.mobile-areas .area-links { display: flex; flex-wrap: wrap; column-gap: 22px; }
.mobile-menu__contact { display: grid; gap: 12px; }
.mobile-menu__contact .btn { width: 100%; }
html.menu-open, html.menu-open body { overflow: hidden; }

/* ---------- mobile action bar ---------- */
.action-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 90; display: grid; grid-template-columns: 1fr 1.35fr; gap: 8px; padding: 10px 12px calc(10px + env(safe-area-inset-bottom)); background: rgba(10,10,10,.96); border-top: 1px solid rgba(255,255,255,.08); transform: translateY(0); transition: transform .25s var(--ease); }
.action-bar .btn { min-height: 48px; padding: 0 12px; font-size: .82rem; }
.action-bar.is-hidden { transform: translateY(110%); }
body.has-action-bar { padding-bottom: 72px; }
@media (min-width: 1100px) { .action-bar { display: none; } body.has-action-bar { padding-bottom: 0; } }

/* ---------- breadcrumb ---------- */
.breadcrumb { background: var(--ink); color: var(--on-dark-muted); font-size: .85rem; border-top: 1px solid rgba(255,255,255,.08); }
.breadcrumb ol { list-style: none; display: flex; flex-wrap: wrap; gap: 6px; padding-block: 10px; }
.breadcrumb li + li::before { content: "›"; margin-right: 6px; color: var(--sun); }
.breadcrumb a { color: var(--on-dark); text-decoration: none; }
.breadcrumb a:hover { color: var(--sun); }

/* ---------- home hero ---------- */
.hero { position: relative; color: var(--paper); background: var(--ink); isolation: isolate; overflow: hidden; }
.hero__media, .hero__media img { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero__media img { object-fit: cover; object-position: 60% 45%; }
.hero__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10,10,10,.55) 0%, rgba(10,10,10,.72) 55%, rgba(10,10,10,.9) 100%); }
@media (min-width: 900px) { .hero__media::after { background: linear-gradient(90deg, rgba(10,10,10,.88) 0%, rgba(10,10,10,.66) 42%, rgba(10,10,10,.18) 78%), linear-gradient(0deg, rgba(10,10,10,.75) 0%, rgba(10,10,10,0) 38%); } }
.hero__inner { position: relative; z-index: 1; min-height: clamp(560px, 88vh, 780px); display: flex; flex-direction: column; justify-content: flex-end; padding-block: 72px 36px; }
@media (min-width: 900px) { .hero__inner { justify-content: center; padding-block: 96px 128px; } }
.hero__content { max-width: 720px; }
.hero__content .lead { color: #e9e9e6; margin-top: 18px; max-width: 600px; }
.hero__content .btn-row { margin-top: 28px; }
.hero__points { list-style: none; display: grid; gap: 10px; margin-top: 34px; font-size: .95rem; font-weight: 500; }
.hero__points li { display: flex; gap: 12px; align-items: flex-start; }
.hero__points svg { width: 22px; height: 22px; flex: none; color: var(--sun); margin-top: 2px; }
@media (min-width: 900px) {
  .hero__points { position: absolute; left: var(--gutter); right: var(--gutter); bottom: 0; grid-template-columns: repeat(3, auto); justify-content: start; gap: 40px; padding-block: 22px; border-top: 1px solid rgba(255,255,255,.18); margin: 0; max-width: var(--wrap); }
}
@media (min-width: 1288px) { .hero__points { left: calc((100% - var(--wrap)) / 2); right: auto; width: var(--wrap); } }

/* ---------- signature split (yellow panel + photo) ---------- */
.split { display: grid; grid-template-columns: minmax(0, 1fr); background: var(--sun); color: var(--ink); }
.split__panel { position: relative; overflow: hidden; padding: clamp(48px, 7vw, 96px) var(--gutter); }
.split__panel > * { position: relative; z-index: 1; }
.split__media { position: relative; width: 100%; aspect-ratio: 4 / 3; }
.split__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.half-sun { position: absolute; z-index: 0; right: -80px; bottom: -150px; width: 380px; height: 380px; color: var(--ink); opacity: .06; pointer-events: none; }
@media (min-width: 960px) {
  .split { grid-template-columns: 1fr 1fr; }
  .split__panel { padding-left: max(var(--gutter), calc((100vw - var(--wrap)) / 2)); padding-right: clamp(40px, 5vw, 72px); }
  .split__media { aspect-ratio: auto; min-height: 420px; }
  .split--reverse .split__panel { order: 2; padding-left: clamp(40px, 5vw, 72px); padding-right: max(var(--gutter), calc((100vw - var(--wrap)) / 2)); }
}
.audience { display: grid; gap: 14px; margin-top: 28px; }
@media (min-width: 600px) { .audience { grid-template-columns: 1fr 1fr; } }
.audience__item { border: 2px solid var(--ink); border-radius: 10px; padding: 18px 18px 16px; }
.audience__item h3 { font-size: 1rem; margin-bottom: 6px; }
.audience__item p { margin: 0; font-size: .93rem; line-height: 1.55; }
.badge-note { display: flex; align-items: center; gap: 14px; margin-top: 26px; font-size: .9rem; font-weight: 500; }
.badge-note img { width: 64px; height: 64px; flex: none; }

/* ---------- checklist ---------- */
.checks { list-style: none; display: grid; gap: 10px; }
.checks li { display: flex; gap: 12px; align-items: flex-start; }
.checks svg { width: 22px; height: 22px; flex: none; margin-top: 2px; }
.section--sun .checks svg { color: var(--ink); }
.checks--sun svg { color: var(--sun-deep); }

/* ---------- media + facts ---------- */
.feature { display: grid; gap: clamp(28px, 5vw, 64px); align-items: start; }
@media (min-width: 960px) { .feature > .media-first { order: -1; } .feature { grid-template-columns: 1fr 1fr; } .feature--wide-media { grid-template-columns: 1.1fr .9fr; } .feature--wide-text { grid-template-columns: .85fr 1.15fr; } .feature--center { align-items: center; } }
.frame { position: relative; border-radius: 6px; overflow: hidden; background: var(--mist); }
.frame img { width: 100%; height: 100%; object-fit: cover; }
.frame figcaption, .fig-cap { font-size: .82rem; color: var(--muted); margin-top: 10px; line-height: 1.5; }
.section--graphite .fig-cap, .section--ink .fig-cap { color: var(--on-dark-muted); }
.ratio-4x3 { aspect-ratio: 4 / 3; }
.ratio-3x2 { aspect-ratio: 3 / 2; }
.ratio-1 { aspect-ratio: 1; }
.ratio-16x9 { aspect-ratio: 16 / 9; }

.fact-rows { border-top: 2px solid var(--ink); }
.fact-row { display: grid; gap: 4px 24px; padding: 16px 0; border-bottom: 1px solid var(--line); }
@media (min-width: 600px) { .fact-row { grid-template-columns: 150px 1fr; } }
.fact-row dt { font-weight: 700; }
.fact-row dd { margin: 0; color: var(--muted); }
.section--graphite .fact-rows { border-top-color: var(--sun); }
.section--graphite .fact-row { border-bottom-color: var(--line-dark); }

.spec-tile { background: var(--ink); color: var(--on-dark); border-radius: var(--r-card); padding: 24px; margin-top: 28px; }
.spec-tile__label { color: var(--sun); font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.spec-tile .muted { color: var(--on-dark-muted); }
.spec-tile__name { font-size: 1.25rem; font-weight: 700; margin: 6px 0 4px; color: var(--paper); }
.chips { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.chips li { border: 1px solid rgba(255,255,255,.25); border-radius: 999px; padding: 4px 12px; font-size: .84rem; }

.inline-link { display: inline-flex; align-items: center; gap: 10px; margin-top: 26px; font-weight: 700; text-decoration: none; border-bottom: 3px solid var(--sun); padding-bottom: 4px; }
.inline-link svg { width: 18px; height: 18px; transition: transform .25s var(--ease); }
.inline-link:hover svg { transform: translateX(4px); }
.section--sun .inline-link { border-bottom-color: var(--ink); }

/* ---------- battery band (home) ---------- */
.battery-points { list-style: none; display: grid; gap: 0; margin-top: 30px; border-top: 1px solid var(--line-dark); }
.battery-points li { display: grid; grid-template-columns: 48px 1fr; gap: 16px; padding: 18px 0; border-bottom: 1px solid var(--line-dark); }
.battery-points .ico { width: 48px; height: 48px; border-radius: 50%; background: var(--sun); color: var(--ink); display: grid; place-items: center; }
.battery-points .ico svg { width: 24px; height: 24px; }
.battery-points h3 { font-size: 1.02rem; color: var(--paper); margin-bottom: 4px; }
.battery-points p { margin: 0; color: var(--on-dark-muted); font-size: .95rem; line-height: 1.6; }

/* ---------- system flow (notched brand cards) ---------- */
.flow { list-style: none; display: grid; gap: 18px; counter-reset: none; }
@media (min-width: 700px) { .flow { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1100px) { .flow { grid-template-columns: repeat(5, 1fr); gap: 16px; } }
.notch-card { position: relative; background: var(--sun); color: var(--ink); border-radius: var(--r-card); padding: 26px 22px 24px; min-height: 100%; transition: transform .25s var(--ease), box-shadow .25s; }
.notch-card::before { content: ""; position: absolute; top: 0; right: 0; width: 46px; height: 46px; background: var(--notch-bg, var(--mist)); border-bottom-left-radius: 16px; }
.notch-card__arrow { position: absolute; top: 9px; right: 9px; width: 26px; height: 26px; color: var(--ink); }
.notch-card__arrow svg { width: 100%; height: 100%; }
@media (max-width: 1099px) { .notch-card__arrow svg { transform: rotate(90deg); } }
@media (min-width: 700px) and (max-width: 1099px) { .flow li:nth-child(odd):not(:last-child) .notch-card__arrow svg { transform: none; } }
@media (max-width: 1099px) { .flow li:last-child .notch-card__arrow svg { transform: none; } }
.notch-card .ico { width: 56px; height: 56px; border-radius: 50%; background: var(--ink); color: var(--sun); display: grid; place-items: center; margin-bottom: 16px; }
.notch-card .ico svg { width: 26px; height: 26px; }
.notch-card h3 { font-size: .98rem; text-transform: uppercase; letter-spacing: .03em; margin-bottom: 8px; }
.notch-card p { margin: 0; font-size: .92rem; line-height: 1.55; }
@media (hover: hover) { .notch-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-card); } }

/* ---------- timeline ---------- */
.timeline { list-style: none; display: grid; gap: 0; position: relative; }
.timeline li { position: relative; padding: 0 0 28px 44px; }
.timeline li::before { content: ""; position: absolute; left: 11px; top: 30px; bottom: 0; width: 2px; background: var(--line); }
.timeline li:last-child::before { display: none; }
.timeline .dot { position: absolute; left: 0; top: 4px; width: 24px; height: 24px; border-radius: 50%; background: var(--sun); box-shadow: 0 0 0 5px rgba(252,210,0,.25); }
.timeline h3 { font-size: 1.05rem; margin-bottom: 4px; }
.timeline p { margin: 0; color: var(--muted); font-size: .95rem; line-height: 1.6; }
@media (min-width: 1024px) {
  .timeline--h { grid-template-columns: repeat(5, 1fr); gap: 24px; }
  .timeline--h li { padding: 44px 0 0 0; }
  .timeline--h li::before { left: 30px; right: -24px; top: 11px; bottom: auto; width: auto; height: 2px; }
  .timeline--h .dot { top: 0; }
}

/* ---------- service card (preserved composition) ---------- */
.service-card { display: grid; background: var(--paper); border-radius: 4px; overflow: hidden; box-shadow: 0 1px 2px rgba(0,0,0,.04); }
.service-card__media { position: relative; aspect-ratio: 4 / 3; }
.service-card__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.service-card__body { padding: clamp(28px, 5vw, 56px); }
@media (min-width: 900px) { .service-card { grid-template-columns: 1fr 1fr; } .service-card__media { aspect-ratio: auto; min-height: 460px; } }
.service-card .support-line { margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--line); font-size: .95rem; }
.service-card .support-line a { font-weight: 700; }

/* ---------- references ---------- */
.refs { display: grid; grid-auto-flow: column; grid-auto-columns: 84%; gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 12px; margin-inline: calc(-1 * var(--gutter)); padding-inline: var(--gutter); scrollbar-width: thin; }
.refs figure { margin: 0; scroll-snap-align: start; background: var(--paper); border: 1px solid var(--line); border-radius: 8px; overflow: hidden; }
.refs img { width: 100%; height: auto; }
@media (min-width: 760px) { .refs { grid-auto-flow: row; grid-template-columns: repeat(2, 1fr); grid-auto-columns: auto; overflow: visible; margin-inline: 0; padding-inline: 0; max-width: 980px; } }
.refs-note { font-size: .88rem; color: var(--muted); margin-top: 14px; }

/* ---------- about ---------- */
.locations { background: var(--graphite); color: var(--on-dark); border-radius: var(--r-card); padding: clamp(24px, 4vw, 36px); }
.locations h3 { color: var(--sun); font-size: .82rem; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 14px; }
.locations dl { margin: 0; display: grid; gap: 14px; }
.locations dt { font-weight: 700; color: var(--paper); }
.locations dd { margin: 0; color: var(--on-dark-muted); }

/* ---------- areas ---------- */
.areas { display: grid; gap: 16px; }
@media (min-width: 800px) { .areas { grid-template-columns: repeat(3, 1fr); gap: 20px; } }
.area-card { border: 1px solid var(--line); border-top: 6px solid var(--sun); border-radius: 6px; padding: 24px; background: var(--paper); }
.area-card h3 { font-size: 1.4rem; margin-bottom: 8px; }
.area-card p { color: var(--muted); font-size: .95rem; line-height: 1.6; }
.area-card ul { list-style: none; margin-top: 16px; border-top: 1px solid var(--line); }
.area-card li a { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 52px; border-bottom: 1px solid var(--line); text-decoration: none; font-weight: 500; }
.area-card li a svg { width: 18px; height: 18px; flex: none; transition: transform .25s var(--ease); }
.area-card li a:hover { color: var(--ink); }
.area-card li a:hover svg { transform: translateX(4px); }
.areas-more { margin-top: 22px; color: var(--muted); font-size: .95rem; }

/* ---------- FAQ ---------- */
.faq { border-top: 2px solid var(--ink); max-width: 880px; }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 64px; padding: 16px 0; cursor: pointer; font-weight: 700; font-size: 1.02rem; line-height: 1.4; color: var(--text); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary:hover { color: var(--text); text-decoration: underline; text-decoration-color: var(--sun-deep); text-decoration-thickness: 2px; text-underline-offset: 4px; }
.faq .faq-icon { flex: none; width: 34px; height: 34px; border-radius: 50%; background: var(--sun); color: var(--ink); display: grid; place-items: center; transition: transform .25s var(--ease); }
.faq .faq-icon svg { width: 16px; height: 16px; }
.faq details[open] .faq-icon { transform: rotate(45deg); }
.faq .faq-answer { padding: 0 0 22px; color: var(--text); max-width: 760px; }
.faq .faq-answer p:last-child { margin-bottom: 0; }
.faq details[open] .faq-answer { animation: faqIn .28s var(--ease); }
@keyframes faqIn { from { opacity: 0; transform: translateY(-4px); } to { opacity: 1; transform: none; } }
.section--mist .faq details { border-bottom-color: #d9d9d3; }

/* ---------- contact ---------- */
.contact { display: grid; gap: clamp(32px, 5vw, 64px); align-items: start; }
@media (min-width: 1000px) { .contact { grid-template-columns: .9fr 1.1fr; } }
.people { list-style: none; display: grid; gap: 12px; margin-top: 28px; }
.person { display: grid; gap: 2px; padding: 16px 18px; border-radius: 10px; background: rgba(10,10,10,.06); }
.section--graphite .person, .section--ink .person { background: rgba(255,255,255,.06); }
.person__role { font-size: .75rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.person__name { font-weight: 700; font-size: 1.05rem; }
.person__links { display: flex; flex-wrap: wrap; column-gap: 18px; }
.person__links a { display: inline-flex; align-items: center; gap: 8px; min-height: 40px; font-weight: 500; text-decoration: none; }
.person__links a:hover { text-decoration: underline; }
.person__links svg { width: 17px; height: 17px; }
.postal { margin-top: 20px; font-size: .9rem; }

/* ---------- form ---------- */
.form-card { background: var(--paper); color: var(--text); border-radius: var(--r-card); padding: clamp(22px, 4vw, 40px); box-shadow: 0 30px 60px -40px rgba(10,10,10,.5); }
.form-card .h-sub { margin-bottom: 6px; }
.form-card > p { color: var(--muted); font-size: .95rem; }
.form-card .muted, .section--graphite .form-card .muted, .section--ink .form-card .muted { color: var(--muted); }
.lead-form { display: grid; gap: 16px; margin-top: 18px; }
.form-grid { display: grid; gap: 16px; }
@media (min-width: 560px) { .form-grid { grid-template-columns: 1fr 1fr; } .form-grid .span-2 { grid-column: 1 / -1; } }
.field { display: grid; gap: 6px; }
.field label, .field legend { font-size: .9rem; font-weight: 500; color: var(--text); padding: 0; }
.field .req { color: #a14b00; font-weight: 700; }
.field .hint { font-size: .8rem; color: var(--muted); }
.input, .select, .textarea { width: 100%; min-height: 50px; padding: 12px 14px; border: 1.5px solid #b9bcbf; border-radius: 6px; background: var(--paper); color: var(--text); font-size: 16px; line-height: 1.4; transition: border-color .15s, box-shadow .15s; }
.textarea { min-height: 110px; resize: vertical; }
.select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.5 6 6.5l5-5' fill='none' stroke='%23161616' stroke-width='1.8'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; background-size: 12px; padding-right: 38px; }
.input:focus, .select:focus, .textarea:focus { outline: none; border-color: var(--ink); box-shadow: 0 0 0 3px var(--sun); }
.input[aria-invalid="true"], .select[aria-invalid="true"] { border-color: #b3261e; }
.field-error { font-size: .82rem; color: #b3261e; font-weight: 500; }
.field-error:empty { display: none; }
fieldset { border: 0; margin: 0; padding: 0; min-width: 0; }
.choice-group { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 4px; }
.choice { position: relative; }
.choice input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.choice span { display: inline-flex; align-items: center; min-height: 44px; padding: 0 14px; border: 1.5px solid #b9bcbf; border-radius: 999px; font-size: .9rem; cursor: pointer; transition: background-color .15s, border-color .15s; user-select: none; }
.choice input:checked + span { background: var(--sun); border-color: var(--ink); font-weight: 500; }
.choice input:focus-visible + span { outline: 3px solid var(--ink); outline-offset: 2px; }
.more-details { border: 1.5px dashed #c7c9cb; border-radius: 10px; }
.more-details > summary { list-style: none; cursor: pointer; display: flex; align-items: center; gap: 8px; min-height: 52px; padding: 10px 16px; font-weight: 500; font-size: .95rem; }
.more-details > summary::-webkit-details-marker { display: none; }
.more-details > summary svg { width: 14px; height: 14px; transition: transform .2s; flex: none; margin-left: auto; }
.more-details[open] > summary svg { transform: rotate(180deg); }
.more-details .form-grid { padding: 4px 16px 18px; }
.consent { display: grid; grid-template-columns: 26px 1fr; gap: 10px; align-items: start; min-height: 44px; padding: 6px 0; font-size: .88rem; line-height: 1.5; cursor: pointer; }
.consent input { width: 24px; height: 24px; margin: 1px 0 0; accent-color: var(--ink); cursor: pointer; }
.consent a { font-weight: 500; }
.form-actions { display: grid; gap: 10px; }
.form-actions .btn { width: 100%; }
@media (min-width: 560px) { .form-actions .btn { width: auto; justify-self: start; } }
.form-note { font-size: .82rem; color: var(--muted); margin: 0; }
.form-status { border-radius: 8px; padding: 14px 16px; font-size: .92rem; line-height: 1.5; }
.form-status[hidden] { display: none; }
.form-status--info { background: #fff7cc; border: 1px solid #e6c200; color: var(--ink); }
.form-status--ok { background: #e7f4e8; border: 1px solid #5c9d62; color: #143d18; }
.form-status--error { background: #fdecea; border: 1px solid #b3261e; color: #5c1310; }

/* ---------- SEO page heroes ---------- */
.p-hero { background: var(--ink); color: var(--paper); position: relative; overflow: hidden; }
.p-hero .lead { color: #e6e6e3; margin-top: 18px; }
.p-hero .btn-row { margin-top: 28px; }
.p-hero__facts { list-style: none; display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 28px; font-size: .9rem; color: var(--on-dark-muted); }
.p-hero__facts li { display: flex; align-items: center; gap: 8px; }
.p-hero__facts svg { width: 18px; height: 18px; color: var(--sun); flex: none; }

/* split photo hero */
.p-hero--split .p-hero__grid { display: grid; }
.p-hero--split .p-hero__text { padding-block: clamp(44px, 7vw, 96px); }
.p-hero--split .p-hero__media { position: relative; aspect-ratio: 4 / 3; margin-inline: calc(-1 * var(--gutter)); }
.p-hero--split .p-hero__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
@media (min-width: 960px) {
  .p-hero--split .p-hero__grid { grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: stretch; }
  .p-hero--split .p-hero__media { aspect-ratio: auto; margin: 0 calc(-1 * max(var(--gutter), (100vw - var(--wrap)) / 2)) 0 0; min-height: 100%; }
}

/* dark product hero */
.p-hero--product .p-hero__grid { display: grid; gap: 32px; padding-block: clamp(44px, 7vw, 96px); align-items: center; }
.p-hero--product .p-hero__media { border-radius: 8px; overflow: hidden; aspect-ratio: 4 / 3; }
.p-hero--product .p-hero__media img { width: 100%; height: 100%; object-fit: cover; }
@media (min-width: 960px) { .p-hero--product .p-hero__grid { grid-template-columns: 1fr 1fr; gap: 64px; } }

/* wide band hero */
.p-hero--band .p-hero__text { padding-block: clamp(44px, 7vw, 88px) 0; max-width: 860px; }
.p-hero--band .p-hero__band { position: relative; margin-top: clamp(32px, 5vw, 56px); display: grid; gap: 0; }
.p-hero--band .p-hero__band > div { min-width: 0; overflow: hidden; }
.p-hero--band .p-hero__band img { width: 100%; height: 100%; object-fit: cover; }
@media (min-width: 800px) { .p-hero--band .p-hero__band { grid-template-columns: minmax(0, 1.65fr) minmax(0, 1fr); gap: 6px; } }
.p-hero--band .band-a { aspect-ratio: 683 / 354; }
.p-hero--band .band-b { aspect-ratio: 16 / 10; display: none; }
@media (min-width: 800px) { .p-hero--band .band-b { display: block; aspect-ratio: auto; } }

/* yellow split hero */
.p-hero--sun { background: var(--sun); color: var(--ink); }
.p-hero--sun .lead { color: #1f1f1f; }
.p-hero--sun .p-hero__facts { color: #2a2a2a; }
.p-hero--sun .p-hero__facts svg { color: var(--ink); }

/* full-bleed hero */
.p-hero--bleed { min-height: clamp(520px, 78vh, 700px); display: flex; align-items: flex-end; }
.p-hero--bleed .p-hero__media, .p-hero--bleed .p-hero__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.p-hero--bleed .p-hero__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(10,10,10,.92) 0%, rgba(10,10,10,.62) 45%, rgba(10,10,10,.22) 100%); }
.p-hero--bleed .p-hero__text { position: relative; z-index: 1; padding-block: 120px clamp(40px, 6vw, 72px); max-width: 780px; }

/* framed graph hero */
.p-hero--graph .p-hero__grid { display: grid; gap: 36px; padding-block: clamp(44px, 7vw, 96px); align-items: center; }
@media (min-width: 960px) { .p-hero--graph .p-hero__grid { grid-template-columns: 1.1fr .9fr; gap: 64px; } }
.graph-card { background: var(--paper); color: var(--ink); border-radius: var(--r-card); padding: 18px 18px 14px; box-shadow: 0 30px 60px -30px rgba(0,0,0,.7); border-top: 6px solid var(--sun); }
.graph-card img { width: 100%; height: auto; }
.graph-card figcaption { font-size: .8rem; color: var(--muted); margin-top: 10px; line-height: 1.45; }

/* ---------- SEO page sections ---------- */
.table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; border-radius: 8px; border: 1px solid var(--line); background: var(--paper); }
.data-table { width: 100%; border-collapse: collapse; min-width: 640px; font-size: .95rem; line-height: 1.55; }
.data-table th, .data-table td { text-align: left; vertical-align: top; padding: 16px 18px; border-bottom: 1px solid var(--line); }
.data-table thead th { background: var(--ink); color: var(--paper); font-size: .8rem; letter-spacing: .06em; text-transform: uppercase; font-weight: 700; }
.data-table tbody th { font-weight: 700; width: 22%; }
.data-table tbody tr:last-child > * { border-bottom: 0; }
.data-table td.verdict { background: #fffbe0; }
@media (max-width: 719px) {
  .data-table--stack { min-width: 0; }
  .data-table--stack thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  .data-table--stack tbody tr { display: block; padding: 6px 0; border-bottom: 1px solid var(--line); }
  .data-table--stack tbody tr:last-child { border-bottom: 0; }
  .data-table--stack tbody th, .data-table--stack tbody td { display: block; width: auto; border: 0; padding: 8px 16px; }
  .data-table--stack tbody th { padding-top: 14px; font-size: 1.05rem; }
  .data-table--stack td::before { content: attr(data-label); display: block; font-size: .72rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); margin-bottom: 2px; }
  .data-table--stack td.verdict { background: #fffbe0; margin: 6px 16px 10px; border-radius: 6px; padding: 10px 12px; }
}
.table-wrap--stack { overflow: visible; }

.tiles { display: grid; gap: 16px; }
@media (min-width: 700px) { .tiles--2 { grid-template-columns: repeat(2, 1fr); } .tiles--3 { grid-template-columns: repeat(3, 1fr); } }
.tile { border-radius: 10px; padding: 24px; background: var(--paper); border: 1px solid var(--line); }
.section--mist .tile { border-color: transparent; }
.tile h3 { font-size: 1.08rem; margin-bottom: 8px; }
.tile p { margin: 0; color: var(--muted); font-size: .95rem; line-height: 1.6; }
.tile p + p { margin-top: .7em; }
.tile--ink { background: var(--ink); color: var(--on-dark); border-color: var(--ink); }
.tile--ink h3 { color: var(--sun); }
.tile--ink p { color: var(--on-dark-muted); }
.tile--sun { background: var(--sun); border-color: var(--sun); }
.tile--sun p { color: #262626; }
.tile__media { margin: -24px -24px 20px; aspect-ratio: 16 / 10; overflow: hidden; border-radius: 10px 10px 0 0; }
.tile__media img { width: 100%; height: 100%; object-fit: cover; }
.tile__key { display: inline-block; font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; background: var(--ink); color: var(--sun); padding: 3px 9px; border-radius: 3px; margin-bottom: 12px; }

.big-word { display: grid; gap: clamp(20px, 4vw, 48px); padding-block: clamp(36px, 5vw, 64px); border-top: 1px solid var(--line); }
.big-word:first-of-type { border-top: 0; padding-top: 0; }
@media (min-width: 900px) { .big-word { grid-template-columns: 5fr 7fr; align-items: start; } .big-word--media { grid-template-columns: 4fr 4fr 4fr; } }
.big-word__label { font-size: clamp(1.9rem, 4.6vw, 3rem); font-weight: 700; line-height: 1.05; letter-spacing: -0.02em; }
.big-word__label span { display: block; width: 64px; height: 8px; background: var(--sun); margin-bottom: 18px; border-radius: 2px; }

.day-strip { display: grid; gap: 14px; }
.day-row { display: grid; gap: 8px; }
.day-row__label { font-weight: 700; font-size: .95rem; }
.day-cells { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; }
@media (min-width: 700px) { .day-row { grid-template-columns: 170px 1fr; align-items: stretch; } .day-cells { grid-template-columns: repeat(4, 1fr); } }
.day-cell { border-radius: 8px; padding: 12px 14px; font-size: .88rem; line-height: 1.45; background: var(--paper); border: 1px solid var(--line); }
.day-cell b { display: block; font-size: .72rem; letter-spacing: .06em; text-transform: uppercase; margin-bottom: 4px; }
.day-cell--grid { background: #eceff1; }
.day-cell--sun { background: #fff3b0; border-color: #efd24d; }
.day-cell--bat { background: var(--ink); color: var(--on-dark); border-color: var(--ink); }
.day-cell--bat b { color: var(--sun); }
.legend { display: flex; flex-wrap: wrap; gap: 8px 18px; font-size: .82rem; color: var(--muted); margin-top: 6px; }
.legend i { display: inline-block; width: 12px; height: 12px; border-radius: 3px; margin-right: 6px; vertical-align: -1px; }

.peaks { display: grid; gap: 18px; }
@media (min-width: 700px) { .peaks { grid-template-columns: 1fr 1fr; } }
.peaks figure { margin: 0; background: var(--paper); border: 1px solid var(--line); border-radius: 10px; padding: 18px; }
.peaks figcaption { font-weight: 700; font-size: .92rem; margin-bottom: 12px; }
.bars { display: flex; align-items: flex-end; gap: 5px; height: 130px; border-bottom: 2px solid var(--ink); position: relative; }
.bars i { flex: 1; background: #b8bec4; border-radius: 3px 3px 0 0; }
.bars i.peak { background: var(--ink); }
.bars i.bat { background: linear-gradient(180deg, var(--sun) 0 var(--cut, 40%), #b8bec4 var(--cut, 40%)); }
.bars .cap { position: absolute; left: 0; right: 0; border-top: 2px dashed #a14b00; }
.bars-note { font-size: .8rem; color: var(--muted); margin-top: 10px; line-height: 1.45; }

.flow-diagram { display: grid; gap: 12px; }
@media (min-width: 900px) { .flow-diagram { grid-template-columns: repeat(4, 1fr); gap: 14px; } }
.node { position: relative; background: var(--paper); border: 1px solid var(--line); border-radius: 12px; padding: 22px 20px; }
.node .ico { width: 50px; height: 50px; border-radius: 50%; display: grid; place-items: center; background: var(--sun); color: var(--ink); margin-bottom: 14px; }
.node .ico svg { width: 24px; height: 24px; }
.node h3 { font-size: 1.02rem; margin-bottom: 6px; }
.node p { margin: 0; font-size: .92rem; color: var(--muted); line-height: 1.55; }
.node--dark { background: var(--ink); color: var(--on-dark); border-color: var(--ink); }
.node--dark p { color: var(--on-dark-muted); }
.node__to { position: absolute; z-index: 1; width: 30px; height: 30px; border-radius: 50%; background: var(--ink); color: var(--sun); display: grid; place-items: center; left: 50%; bottom: -21px; transform: translateX(-50%) rotate(90deg); border: 3px solid var(--mist); }
.node__to svg { width: 14px; height: 14px; }
@media (min-width: 900px) { .node__to { left: auto; right: -22px; bottom: auto; top: 50%; transform: translateY(-50%); } }
.grid-note { margin-top: 18px; font-size: .9rem; color: var(--muted); }

.checklist-cards { list-style: none; display: grid; gap: 14px; }
@media (min-width: 700px) { .checklist-cards { grid-template-columns: repeat(2, 1fr); } }
.checklist-cards li { display: grid; grid-template-columns: 40px 1fr; gap: 14px; padding: 20px; border-radius: 10px; background: var(--paper); border: 1px solid var(--line); }
.checklist-cards .ico { width: 40px; height: 40px; border-radius: 8px; background: var(--ink); color: var(--sun); display: grid; place-items: center; }
.checklist-cards .ico svg { width: 20px; height: 20px; }
.checklist-cards h3 { font-size: 1rem; margin-bottom: 4px; }
.checklist-cards p { margin: 0; font-size: .93rem; color: var(--muted); line-height: 1.55; }

.rule-list { list-style: none; display: grid; gap: 0; border-top: 2px solid var(--ink); }
.rule-list li { display: grid; grid-template-columns: 34px 1fr; gap: 12px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.rule-list svg { width: 24px; height: 24px; color: var(--ink); margin-top: 2px; }

.related { display: grid; gap: 14px; }
@media (min-width: 760px) { .related { grid-template-columns: repeat(2, 1fr); } }
.related a { display: grid; grid-template-columns: 1fr auto; gap: 4px 16px; align-items: center; padding: 20px 22px; border-radius: 10px; border: 1.5px solid var(--ink); text-decoration: none; background: var(--paper); transition: background-color .2s; }
.related a:hover { background: var(--sun); }
.related .rel-kicker { grid-column: 1; font-size: .85rem; color: var(--muted); }
.related a:hover .rel-kicker { color: #2b2b2b; }
.related .rel-title { grid-column: 1; font-weight: 700; font-size: 1.05rem; }
.related svg { grid-column: 2; grid-row: 1 / span 2; width: 22px; height: 22px; }

.cta-strip { display: grid; gap: 20px; align-items: center; padding: clamp(26px, 4vw, 40px); border-radius: var(--r-card); background: var(--ink); color: var(--on-dark); }
@media (min-width: 860px) { .cta-strip { grid-template-columns: 1fr auto; } }
.cta-strip p { margin: 0; color: var(--on-dark-muted); }
.cta-strip .h-sub { color: var(--paper); margin-bottom: 4px; }

.split-cols { display: grid; gap: clamp(24px, 4vw, 48px); }
@media (min-width: 900px) { .split-cols { grid-template-columns: 1fr 1fr; } }

/* ---------- footer ---------- */
.site-footer { background: var(--graphite); color: var(--on-dark); font-size: .93rem; }
.footer-grid { display: grid; gap: 34px; padding-block: 64px 44px; }
@media (min-width: 700px) { .footer-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1100px) { .footer-grid { grid-template-columns: 1.25fr 1fr 1fr 1.1fr 1.1fr; gap: 30px; } }
.footer-brand img.logo { width: 170px; }
.footer-brand p { color: var(--on-dark-muted); margin-top: 16px; max-width: 280px; line-height: 1.6; }
.footer-brand .badge { width: 84px; height: 84px; margin-top: 18px; }
.site-footer h2 { color: var(--sun); font-size: .9rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; margin-bottom: 14px; }
.site-footer ul { list-style: none; display: grid; gap: 2px; }
.site-footer a { color: var(--on-dark); text-decoration: none; display: inline-flex; align-items: center; min-height: 36px; gap: 8px; }
.site-footer a:hover { color: var(--sun); }
.site-footer a svg { width: 15px; height: 15px; color: var(--sun); }
.site-footer .role { display: block; font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--on-dark-muted); margin-top: 10px; }
.site-footer .role:first-child { margin-top: 0; }
.site-footer .name { display: block; color: var(--paper); font-weight: 500; }
.site-footer address { font-style: normal; color: var(--on-dark-muted); line-height: 1.7; }
.footer-bottom { background: var(--ink); color: var(--on-dark-muted); font-size: .85rem; }
.footer-bottom .wrap { display: flex; flex-wrap: wrap; gap: 6px 22px; justify-content: space-between; padding-block: 16px; }
.footer-bottom a { color: var(--on-dark-muted); min-height: 32px; }
.footer-bottom a:hover { color: var(--sun); }

/* ---------- policy page ---------- */
.policy { max-width: 780px; }
.policy h2 { font-size: 1.3rem; margin: 2em 0 .6em; }
.policy .notice { background: #fff7cc; border: 1px solid #e6c200; border-radius: 8px; padding: 14px 16px; font-size: .92rem; }

/* ---------- reveal motion (JS-gated) ---------- */
.js .reveal { opacity: 0; transform: translateY(16px); transition: opacity .6s var(--ease), transform .6s var(--ease); }
.js .reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .js .reveal { opacity: 1; transform: none; transition: none; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* ---------- print ---------- */
@media print { .site-header, .action-bar, .mobile-menu, .lead-form, .skip-link { display: none !important; } body { padding: 0 !important; } }
