/* Design tokens from the handoff README. Accent is for CTAs only. */
:root {
  --ink: #1d1d1f;
  --ink-2: #6e6e73;
  --ink-3: #86868b;
  --ink-body: #424245;
  --page: #fff;
  --grey: #f5f5f7;
  --grey-2: #e8e8ed;
  --grey-3: #eeeef1;
  --line: #e8e8ed;
  --line-2: #d2d2d7;
  --line-3: #dcdce0;
  --accent: #F0B429;
  --accent-hover: #E3A414;
  --chip-bg: #E8EEF6;
  --chip-ink: #2B4666;
  --green: #2fa84f;
  --blue: #1a56db;
  --toggle-off: #e9e9eb;
  --tint-1-bg: #FFF4D6; --tint-1-ink: #8A5A00;
  --tint-2-bg: #E3F4E8; --tint-2-ink: #1F6B3A;
  --tint-3-bg: #E8EEF6; --tint-3-ink: #2B4666;
  --tint-4-bg: #F0F0F2; --tint-4-ink: #424245;
  --header-bg: rgba(255, 255, 255, .72);
  --header-line: rgba(0, 0, 0, .08);
  --hero-overlay: linear-gradient(180deg, rgba(0, 0, 0, .35) 0%, rgba(0, 0, 0, .05) 45%, rgba(0, 0, 0, .75) 100%);
  --head-overlay: linear-gradient(180deg, rgba(0, 0, 0, .45) 0%, rgba(0, 0, 0, .1) 45%, rgba(0, 0, 0, .7) 100%);
  --font: Figtree, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif;
  --gutter: clamp(20px, 5vw, 56px);
  --section: clamp(96px, 12vw, 168px);
  --media-gap: clamp(32px, 5vw, 80px);
  --ease-out: cubic-bezier(.16, 1, .3, 1);
  --ease-reveal: cubic-bezier(.22, .9, .26, 1);
  --header-h: 60px;
  --r-card: 24px;
  --r-article: 28px;
  --r-image: 26px;
  --r-small: 18px;
  --r-pill: 980px;
  --shadow-card: 0 28px 56px rgba(0, 0, 0, .1);
  --page-zoom: 1;
}
@media (max-width: 1023px) {
  :root { --header-h: 64px; }
}

/* Large screens. The design is a 1200px column with pixel-capped type, which
   looks small on 2.5K and 4K monitors. Scaling the root in steps keeps the
   proportions the prototype had in the design viewer; below 2200px nothing
   changes. CSS zoom affects layout (unlike transform) but leaves viewport
   units uncompensated, so every vh-based size divides by --page-zoom. */
@media (min-width: 2200px) { :root { zoom: 1.25; --page-zoom: 1.25; } }
@media (min-width: 2800px) { :root { zoom: 1.45; --page-zoom: 1.45; } }
@media (min-width: 3400px) { :root { zoom: 1.65; --page-zoom: 1.65; } }

@font-face {
  font-family: 'Figtree';
  src: url('../fonts/Figtree.ttf') format('truetype-variations');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}
html, body { margin: 0; padding: 0; background: var(--page); color: var(--ink); }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  font-family: var(--font);
  font-size: 17px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-wrap: pretty;
  overflow-x: clip;
}
*, *::before, *::after { box-sizing: border-box; min-width: 0; }
button, a { max-width: 100%; }
img, video, iframe, svg { max-width: 100%; }
img { height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; color: inherit; }
input::placeholder, textarea::placeholder { color: var(--ink-3); }
h1, h2, h3, h4, p, ul, ol { margin: 0; }
ul, ol { padding: 0; list-style: none; }
h1, h2, h3 { text-wrap: balance; }
a, button { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; border: 0; background: none; padding: 0; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; }
* { scrollbar-width: thin; scrollbar-color: #c7c7cc transparent; }
::-webkit-scrollbar { width: 10px; height: 10px; }
::-webkit-scrollbar-track { background: transparent; }
::-webkit-scrollbar-thumb { background: #c7c7cc; border-radius: 980px; border: 3px solid #fff; }
::-webkit-scrollbar-thumb:hover { background: #a1a1a6; }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.container { max-width: 1200px; margin: 0 auto; padding-left: var(--gutter); padding-right: var(--gutter); }
.section { padding-top: var(--section); padding-bottom: var(--section); }
.bg-grey { background: var(--grey); }
.icon { display: inline-block; width: 1em; height: 1em; vertical-align: -.125em; flex-shrink: 0; }
.icon svg { display: block; width: 100%; height: 100%; }

/* Type scale */
.h-section { font-size: clamp(28px, 3.4vw, 46px); font-weight: 600; line-height: 1.08; letter-spacing: -.03em; }
.h-section-lg { font-size: clamp(28px, 4vw, 56px); font-weight: 600; line-height: 1.08; letter-spacing: -.03em; overflow-wrap: anywhere; }
.h-section-md { font-size: clamp(28px, 3.6vw, 50px); font-weight: 600; line-height: 1.08; letter-spacing: -.03em; overflow-wrap: anywhere; }
.h-section-sm { font-size: clamp(26px, 3vw, 40px); font-weight: 600; line-height: 1.1; letter-spacing: -.025em; }
.lead { font-size: 17px; line-height: 1.65; color: var(--ink-2); max-width: 44ch; }
.eyebrow { font-size: 12px; font-weight: 600; color: var(--ink-3); text-transform: uppercase; letter-spacing: .06em; }
.muted { color: var(--ink-2); }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; border-radius: var(--r-pill); font-weight: 600; white-space: nowrap; transition: background .2s, transform .2s, box-shadow .25s, color .2s; }
.btn-primary { background: var(--accent); color: var(--ink); padding: 14px 24px; font-size: 16px; min-height: 48px; }
.btn-primary:hover { background: var(--accent-hover); transform: translateY(-1px); }
.btn-primary.btn-sm { padding: 10px 18px; font-size: 14px; min-height: 0; }
.btn-primary.btn-hero { padding: 17px 30px; min-height: 56px; box-shadow: 0 10px 30px rgba(240, 180, 41, .35); transition-duration: .25s; }
.btn-primary.btn-hero:hover { transform: translateY(-2px); box-shadow: 0 16px 38px rgba(240, 180, 41, .45); }
.btn-primary.btn-band { padding: 16px 28px; min-height: 52px; }
.btn-primary.btn-band:hover { transform: translateY(-2px); }
.btn-primary.btn-block { width: 100%; padding: 15px; min-height: 50px; }
.btn-primary.btn-block:hover { transform: none; }
.btn-primary:disabled { opacity: .6; cursor: default; transform: none; }
.btn-secondary { border: 1px solid var(--ink); background: transparent; color: var(--ink); padding: 11px 20px; font-size: 14px; }
.btn-secondary:hover { background: var(--ink); color: #fff; }
.btn-ghost { border: 1px solid var(--line-2); background: transparent; color: var(--ink); padding: 10px 16px; font-size: 14px; }
.btn-ghost:hover { background: var(--grey); }
.btn-ink { background: var(--ink); color: #fff; padding: 13px 16px; font-size: 14px; min-height: 46px; }
.btn-ink:hover { background: #000; }
.link-more { font-weight: 600; font-size: 16px; white-space: nowrap; display: inline-flex; align-items: center; gap: 6px; }
.link-more:hover { text-decoration: underline; text-underline-offset: 4px; }

/* Reveal + motion */
[data-reveal] {
  transition-property: opacity, transform, box-shadow, background-color, border-color, padding-left;
  transition-duration: .55s, .8s, .4s, .3s, .3s, .25s;
  transition-timing-function: var(--ease-reveal), var(--ease-out), ease, ease, ease, ease;
  transition-delay: var(--d, 0ms), var(--d, 0ms), 0s, 0s, 0s, 0s;
}
[data-reveal="pending"] { opacity: 0; transform: translate(var(--tx, 0), var(--ty, 30px)) scale(.985); will-change: opacity, transform; }
[data-reveal="in"] { opacity: 1; transform: none; }
[data-reveal="in"]:hover { transition-delay: 0s; }
[data-reveal] img { transition: transform 1.8s var(--ease-out); transition-delay: var(--d, 0ms); }
[data-reveal][data-rv="up"] { --ty: 34px; --tx: 0; }
[data-reveal][data-rv="left"] { --ty: 0; --tx: -44px; }
[data-reveal][data-rv="right"] { --ty: 0; --tx: 44px; }
[data-reveal="pending"] img { transform: scale(1.05); }
[data-reveal="in"] img { transform: none; }
@keyframes vpFade { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }
@keyframes vpSheet { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) {
  [data-reveal] { transition: none; opacity: 1; transform: none; }
  [data-reveal] img { transform: none; }
  html { scroll-behavior: auto; }
  .fade-in, .fade-in-1, .fade-in-2 { animation: none; }
}
.fade-in { animation: vpFade 1s var(--ease-out) both; }
.fade-in-1 { animation: vpFade 1s var(--ease-out) .15s both; }
.fade-in-2 { animation: vpFade 1s var(--ease-out) .3s both; }

.site-header {
  position: sticky; top: 0; z-index: 50;
  background: var(--header-bg); color: var(--ink);
  backdrop-filter: saturate(180%) blur(20px); -webkit-backdrop-filter: saturate(180%) blur(20px);
  border-bottom: 1px solid var(--header-line);
  transition: background .35s, color .35s, border-color .35s;
}
.site-header.is-transparent { background: transparent; color: #fff; border-bottom-color: transparent; }
.site-header-inner { height: var(--header-h); display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 10px; font-weight: 600; font-size: 15px; letter-spacing: .01em; line-height: 1; }
.brand img { height: 26px; width: auto; display: block; }
.brand-words { display: flex; flex-direction: column; gap: 2px; }
.brand-sub { font-weight: 500; font-size: 10px; letter-spacing: .16em; opacity: .7; }
.main-nav { display: flex; gap: 30px; font-size: 14px; font-weight: 500; }
.main-nav a { opacity: .72; padding: 6px 0; white-space: nowrap; border-bottom: 2px solid transparent; transition: opacity .25s, border-color .25s; }
.main-nav a:hover { opacity: 1; border-color: var(--accent); }
.main-nav a[aria-current="page"] { opacity: 1; }
.site-header:not(.is-transparent) .main-nav a[aria-current="page"] { border-color: var(--accent); }
.header-right { display: flex; align-items: center; gap: 14px; }
.lang-switch { display: flex; border: 1px solid var(--line-2); border-radius: var(--r-pill); padding: 2px; font-size: 12px; font-weight: 600; transition: border-color .35s; }
.is-transparent .lang-switch { border-color: rgba(255, 255, 255, .5); }
.lang-switch a { border-radius: var(--r-pill); padding: 5px 11px; display: block; }
.lang-switch a[aria-current="true"] { background: var(--ink); color: #fff; }
.is-transparent .lang-switch a[aria-current="true"] { background: #fff; color: var(--ink); }
.header-cta { transition: opacity .3s, visibility .3s; }
.header-cta.is-hidden { opacity: 0; visibility: hidden; }
.burger { width: 44px; height: 44px; display: none; place-items: center; color: inherit; }
.burger span { display: flex; flex-direction: column; gap: 6px; }
.burger i { display: block; width: 20px; height: 1.5px; background: currentColor; transition: transform .3s; }
.burger[aria-expanded="true"] i:first-child { transform: translateY(3.75px) rotate(45deg); }
.burger[aria-expanded="true"] i:last-child { transform: translateY(-3.75px) rotate(-45deg); }
.mobile-menu { display: none; background: #fff; color: var(--ink); padding: 8px var(--gutter) 28px; flex-direction: column; gap: 4px; animation: vpFade .3s ease; height: calc((100dvh - var(--header-h)) / var(--page-zoom)); overflow: auto; }
.mobile-menu.is-open { display: flex; }
.mobile-menu a.menu-link { display: flex; align-items: center; justify-content: space-between; padding: 14px 0; font-size: 26px; font-weight: 600; letter-spacing: -.02em; border-bottom: 1px solid var(--line); }
.mobile-menu-contact { display: flex; flex-direction: column; gap: 12px; padding-top: 24px; font-size: 15px; }
.mobile-menu-contact a:first-child { font-weight: 600; }
.mobile-menu .btn-primary { margin-top: 20px; align-self: flex-start; }
body.menu-open { overflow: hidden; }
.site-header.menu-open { background: #fff; color: var(--ink); border-bottom-color: var(--header-line); }

.sticky-cta { display: none; position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; padding: 10px 16px calc(10px + env(safe-area-inset-bottom)); background: rgba(255, 255, 255, .85); backdrop-filter: saturate(180%) blur(20px); -webkit-backdrop-filter: saturate(180%) blur(20px); border-top: 1px solid var(--line); justify-content: center; }
.sticky-cta .btn { width: 100%; }

@media (max-width: 1023px) {
  .brand img { height: 30px; }
  .brand-words, .main-nav, .header-right .header-cta { display: none; }
  .header-right { gap: 6px; }
  .burger { display: grid; }
  body.has-sticky-cta .sticky-cta { display: flex; }
  body.has-sticky-cta .site-footer { padding-bottom: 84px; }
}

/* Tinted icon circles */
.icon-circle { border-radius: 50%; display: grid; place-items: center; flex-shrink: 0; transition: transform .4s var(--ease-out); }
.icon-circle .icon { width: 32px; height: 32px; }
.icon-circle-68 { width: 68px; height: 68px; }
.icon-circle-56 { width: 56px; height: 56px; }
.icon-circle-56 .icon { width: 26px; height: 26px; }
.icon-circle-48 { width: 48px; height: 48px; }
.icon-circle-48 .icon { width: 22px; height: 22px; }
.icon-circle-44 { width: 44px; height: 44px; background: #fff; }
.icon-circle-44 .icon { width: 22px; height: 22px; }
.icon-circle-36 { width: 36px; height: 36px; background: #fff; color: var(--tint-2-ink); }
.icon-circle-36 .icon { width: 18px; height: 18px; }
.icon-tile { width: 44px; height: 44px; border-radius: 14px; background: #fff; display: grid; place-items: center; flex-shrink: 0; }
.icon-tile .icon { width: 22px; height: 22px; }
.tint-1 { background: var(--tint-1-bg); color: var(--tint-1-ink); }
.tint-2 { background: var(--tint-2-bg); color: var(--tint-2-ink); }
.tint-3 { background: var(--tint-3-bg); color: var(--tint-3-ink); }
.tint-4 { background: var(--tint-4-bg); color: var(--tint-4-ink); }
.ink-1 { color: var(--tint-1-ink); } .ink-2 { color: var(--tint-2-ink); } .ink-3 { color: var(--tint-3-ink); } .ink-4 { color: var(--tint-4-ink); }

/* Grids */
.grid-4 { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.media-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr)); gap: var(--media-gap); align-items: center; }
.media-grid-start { align-items: start; }
.media-img { width: 100%; object-fit: cover; border-radius: var(--r-image); display: block; background: var(--grey-2); }
.media-img-45 { aspect-ratio: 4 / 5; max-height: 520px; }
.media-img-45-tall { aspect-ratio: 4 / 5; max-height: 600px; }
.media-img-43 { aspect-ratio: 4 / 3; }
.text-stack { display: flex; flex-direction: column; gap: 20px; }
.text-stack p { font-size: 16px; line-height: 1.7; color: var(--ink-2); max-width: 46ch; }
.order-first { order: 0; } .order-last { order: 2; }
@media (max-width: 1023px) {
  .grid-4, .grid-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .media-img-45, .media-img-45-tall { aspect-ratio: 16 / 10; }
  .order-last { order: 0; }
  .media-grid .text-stack, .media-grid .points-stack { order: 2; }
}
@media (max-width: 639px) {
  .grid-4, .grid-3 { grid-template-columns: 1fr; }
}

/* Section headers */
.section-head { display: flex; flex-direction: column; gap: 12px; max-width: 640px; align-self: center; text-align: center; align-items: center; }
.section-head .lead { max-width: none; }
.section-row { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; flex-wrap: wrap; }

/* Service cards (home) */
.svc-card { display: flex; flex-direction: column; gap: 28px; padding: 36px 32px 40px; background: #fff; border-radius: var(--r-card); color: inherit; }
.svc-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-card); }
.svc-card-text { display: flex; flex-direction: column; gap: 8px; }
.svc-card h3 { font-size: 21px; font-weight: 600; letter-spacing: -.015em; line-height: 1.2; min-height: 2.4em; display: flex; align-items: flex-end; }
.svc-card p { font-size: 15px; color: var(--ink-2); line-height: 1.5; }

/* Why rows */
.why-list { display: flex; flex-direction: column; gap: 22px; }
.why-row { display: grid; grid-template-columns: 48px 1fr; gap: 16px; align-items: start; }
.why-row-text { display: flex; flex-direction: column; gap: 2px; }
.why-row-title { font-weight: 600; font-size: 17px; letter-spacing: -.01em; }
.why-row-desc { font-size: 15px; color: var(--ink-2); line-height: 1.5; }

/* Small cards */
.card-sm { display: flex; flex-direction: column; gap: 16px; padding: 28px; border-radius: 22px; background: #fff; }
.card-sm:hover { transform: translateY(-4px); }
.card-sm-title { font-weight: 600; font-size: 17px; letter-spacing: -.01em; }
.card-sm-desc { font-size: 14px; color: var(--ink-2); line-height: 1.5; }
.stat-card { display: flex; flex-direction: column; gap: 4px; padding: 30px; border-radius: var(--r-card); background: var(--grey); min-height: 150px; justify-content: flex-start; }
.stat-card:hover { transform: translateY(-4px); }
.stat-num { font-size: clamp(36px, 4vw, 48px); font-weight: 600; letter-spacing: -.03em; line-height: 1; font-variant-numeric: tabular-nums; }
.stat-label { font-size: 14px; color: var(--ink-2); }
.consult-card { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 16px; padding: 32px 24px; border-radius: 22px; border: 1px solid var(--line); }
.consult-card:hover { transform: translateY(-4px); border-color: var(--line-2); }
.consult-card h3 { font-size: 19px; font-weight: 600; letter-spacing: -.015em; line-height: 1.2; }
.consult-card p { font-size: 14px; color: var(--ink-2); line-height: 1.5; }
.consult-step { font-size: 11px; font-weight: 600; letter-spacing: .04em; color: var(--ink-3); }
.solution-card { display: flex; flex-direction: column; gap: 20px; padding: 32px; border-radius: var(--r-card); }
.solution-card:hover { transform: translateY(-4px); }
.solution-card .icon-circle { background: #fff; }
.solution-card h3 { font-size: 22px; font-weight: 600; letter-spacing: -.02em; }
.solution-card p { font-size: 15px; color: var(--ink-body); line-height: 1.5; }
.solution-points { margin-top: auto; display: flex; flex-direction: column; gap: 10px; }
.solution-points li { display: flex; justify-content: space-between; gap: 12px; padding: 10px 14px; border-radius: 12px; background: rgba(255, 255, 255, .7); font-size: 14px; }
.solution-points b { font-weight: 600; }
.solution-points span { color: var(--ink-body); text-align: right; }

/* Chips */
.chip-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 6px; }
.chip { font-size: 14px; font-weight: 500; padding: 8px 14px; border-radius: var(--r-pill); background: var(--chip-bg); color: var(--chip-ink); line-height: 1.3; }
.phase-chip { font-size: 11px; font-weight: 600; letter-spacing: .04em; padding: 4px 9px; border-radius: 6px; background: var(--chip-bg); color: var(--chip-ink); white-space: nowrap; }

/* Accordion */
.accordion { display: flex; flex-direction: column; gap: 8px; }
.acc-item { background: #fff; border-radius: var(--r-small); overflow: hidden; transition: transform .45s var(--ease-out), background .3s; }
.acc-item:hover { transform: translateY(-2px); }
.acc-item.acc-grey { background: var(--grey); }
.acc-item.acc-grey:hover { background: var(--grey-3); transform: none; }
.acc-trigger { width: 100%; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 16px; align-items: center; padding: 22px 24px; text-align: left; color: inherit; }
.acc-title { font-size: 18px; font-weight: 600; letter-spacing: -.015em; }
.acc-subject { display: flex; flex-direction: column; gap: 3px; }
.acc-subject b { font-size: 17px; font-weight: 600; letter-spacing: -.015em; line-height: 1.25; }
.acc-subject span { font-size: 13px; color: var(--ink-2); }
.acc-plus { position: relative; width: 26px; height: 26px; flex-shrink: 0; transition: transform .45s var(--ease-out); }
.acc-plus::before, .acc-plus::after { content: ""; position: absolute; background: var(--ink); }
.acc-plus::before { top: 12px; left: 0; width: 26px; height: 1.5px; }
.acc-plus::after { left: 12px; top: 0; width: 1.5px; height: 26px; }
.acc-trigger[aria-expanded="true"] .acc-plus { transform: rotate(45deg); }
.acc-body { display: none; padding: 0 24px 22px; animation: vpFade .25s ease; }
.acc-body.is-open { display: block; }
.acc-list { display: flex; flex-direction: column; gap: 10px; padding-top: 4px; }
.acc-list li { font-size: 15px; line-height: 1.5; color: var(--ink-body); padding: 6px 0; border-top: 1px solid #f0f0f2; }
.acc-desc { font-size: 15px; line-height: 1.6; color: var(--ink-body); max-width: 60ch; }
.acc-meta { font-size: 13px; color: var(--ink-2); margin-top: 8px; }

/* Points list with hairlines */
.points-stack { display: flex; flex-direction: column; gap: 20px; }
.points { margin-top: 6px; display: flex; flex-direction: column; gap: 14px; }
.points li { font-size: 15px; line-height: 1.5; color: var(--ink-body); padding: 10px 0; border-top: 1px solid var(--line-2); }

/* Page headers */
.page-head { position: relative; min-height: clamp(260px, calc(40vh / var(--page-zoom)), 420px); display: flex; align-items: flex-end; color: #fff; background: #111; overflow: hidden; margin-top: calc(-1 * var(--header-h)); }
.page-head > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.page-head-overlay { position: absolute; inset: 0; background: var(--head-overlay); }
.page-head-inner { position: relative; width: 100%; padding-top: 90px; padding-bottom: clamp(24px, 4vw, 48px); display: flex; flex-direction: column; gap: 16px; animation: vpFade .9s var(--ease-out) both; }
.page-head h1 { font-size: clamp(30px, 4.4vw, 58px); font-weight: 600; line-height: 1.05; letter-spacing: -.03em; max-width: 22ch; overflow-wrap: anywhere; }
.page-head p { font-size: clamp(16px, 1.2vw, 18px); line-height: 1.5; color: rgba(255, 255, 255, .85); max-width: 560px; }
.plain-head { background: var(--grey); }
.plain-head-inner { padding-top: clamp(40px, 6vw, 72px); padding-bottom: clamp(28px, 4vw, 48px); display: flex; flex-direction: column; gap: 12px; }
.plain-head h1 { font-size: clamp(32px, 4.5vw, 56px); font-weight: 600; line-height: 1; letter-spacing: -.035em; }
.plain-head p { font-size: 15px; color: var(--ink-2); }

/* CTA band */
.cta-band { background: #fff; border-top: 1px solid var(--line); }
.cta-band-inner { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 26px; }
.cta-band h2 { font-size: clamp(32px, 4.4vw, 64px); font-weight: 600; line-height: 1.05; letter-spacing: -.03em; max-width: 18ch; }
.cta-band p { font-size: 17px; line-height: 1.65; color: var(--ink-2); max-width: 540px; }
.cta-band .btn { margin-top: 8px; }

/* Footer */
.site-footer { background: var(--grey); color: var(--ink-2); border-top: 1px solid var(--line); }
.footer-grid { padding-top: clamp(72px, 9vw, 120px); padding-bottom: 56px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 40px 32px; }
.footer-col { display: flex; flex-direction: column; gap: 12px; }
.footer-col h2 { font-size: 12px; font-weight: 600; color: var(--ink); letter-spacing: .06em; text-transform: uppercase; margin-bottom: 4px; }
.footer-col a, .footer-col button { font-size: 14px; transition: color .2s; text-align: left; color: inherit; align-self: flex-start; }
.footer-col a:hover, .footer-col button:hover { color: var(--ink); }
.footer-col p { font-size: 14px; line-height: 1.5; }
.footer-col p b { color: var(--ink); font-weight: 500; }
.footer-brand { gap: 16px; }
.footer-brand .brand { color: var(--ink); }
.footer-brand .brand-words { display: flex; }
.footer-tagline { font-size: 14px; line-height: 1.6; max-width: 300px; }
.social { display: flex; gap: 8px; }
.social a { width: 40px; height: 40px; border-radius: 12px; background: #fff; display: grid; place-items: center; color: var(--ink); transition: background .2s, transform .25s; }
.social a:hover { background: var(--grey-2); transform: translateY(-2px); }
.social .icon { width: 18px; height: 18px; }
.footer-bottom { border-top: 1px solid var(--line-3); }
.footer-bottom-inner { padding-top: 22px; padding-bottom: 22px; display: flex; justify-content: space-between; gap: 10px 32px; flex-wrap: wrap; font-size: 12px; color: var(--ink-3); }
@media (max-width: 1023px) { .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 639px) { .footer-grid { grid-template-columns: 1fr; } }

/* Home */
.hero { position: relative; min-height: calc(100svh / var(--page-zoom)); display: flex; align-items: flex-end; color: #fff; overflow: hidden; background: #111; margin-top: calc(-1 * var(--header-h)); }
.hero video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-overlay { position: absolute; inset: 0; background: var(--hero-overlay); }
.hero-inner { position: relative; width: 100%; padding-top: 120px; padding-bottom: clamp(56px, 8vw, 96px); display: flex; flex-direction: column; align-items: flex-start; }
.hero h1 { font-size: clamp(32px, 5.2vw, 74px); font-weight: 600; line-height: 1.05; letter-spacing: -.03em; max-width: 13ch; overflow-wrap: anywhere; }
.hero p { margin-top: clamp(22px, 2.4vw, 32px); font-size: clamp(17px, 1.5vw, 22px); line-height: 1.45; max-width: 42ch; color: rgba(255, 255, 255, .85); }
.hero .btn { margin-top: clamp(36px, 4vw, 52px); }
.statement { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 28px; }
.ticks { display: flex; gap: 4px; }
.ticks span { width: 28px; height: 3px; border-radius: 2px; }
.statement h2 { font-size: clamp(30px, 4vw, 54px); font-weight: 600; line-height: 1.1; letter-spacing: -.03em; max-width: 24ch; }
.statement p { font-size: clamp(17px, 1.3vw, 19px); color: var(--ink-2); max-width: 560px; line-height: 1.55; }
.home-services-inner { display: flex; flex-direction: column; gap: clamp(48px, 6vw, 80px); }
.home-objective { padding-bottom: clamp(64px, 8vw, 112px); }
.home-ambition { padding-top: 0; }
.home-why-inner { gap: clamp(32px, 5vw, 72px); }
.home-why-text { display: flex; flex-direction: column; gap: 32px; }
.home-why-text h2 { max-width: 24ch; font-size: clamp(28px, 3.2vw, 44px); }
@media (max-width: 1023px) {
  .hero-inner { padding-bottom: clamp(116px, 14vw, 150px); }
  .hero .btn { display: none; }
  .home-why-text { order: 2; }
  .home-why-inner img { order: 0; }
}

/* Services */
.services-list { display: flex; flex-direction: column; gap: 72px; }
.svc-article { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr)); border-radius: var(--r-article); overflow: hidden; background: var(--grey); }
.svc-article img { width: 100%; height: 100%; min-height: 320px; object-fit: cover; display: block; background: var(--grey-2); }
.svc-article-text { padding: clamp(32px, 5vw, 72px); display: flex; flex-direction: column; gap: 22px; justify-content: center; }
.svc-article h2 { font-size: clamp(28px, 3.2vw, 44px); font-weight: 600; line-height: 1.1; letter-spacing: -.025em; }
.related-inner { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr)); gap: clamp(32px, 5vw, 72px); align-items: start; }
.sticky-col { display: flex; flex-direction: column; gap: 18px; position: sticky; top: 96px; }
.sticky-col h2 { max-width: 14ch; }
.consult-inner { display: flex; flex-direction: column; gap: clamp(52px, 6vw, 84px); }
@media (max-width: 1023px) {
  .services-list { gap: 40px; }
  .svc-article img { min-height: 200px; order: 0; }
  .svc-article.is-alt img { order: 0; }
  .sticky-col { position: static; }
}
@media (min-width: 1024px) { .svc-article.is-alt img { order: 2; } }

/* About */
.about-intro { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 26px; padding-bottom: clamp(64px, 8vw, 104px); }
.about-intro h2 { font-size: clamp(28px, 3.4vw, 46px); font-weight: 600; line-height: 1.1; letter-spacing: -.03em; max-width: 26ch; }
.about-intro p { font-size: 17px; line-height: 1.65; color: var(--ink-2); max-width: 52ch; }
.about-stats { padding-top: 0; }
.about-blocks { display: flex; flex-direction: column; gap: clamp(56px, 7vw, 112px); }
.about-solutions-inner, .about-why-inner { display: flex; flex-direction: column; gap: clamp(52px, 6vw, 84px); }
.about-solutions-inner h2 { text-align: center; }
.about-why-inner h2 { font-size: clamp(28px, 3.2vw, 44px); max-width: 24ch; }
.offices-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)); gap: clamp(32px, 5vw, 72px); align-items: center; }
.offices-text { display: flex; flex-direction: column; gap: 24px; }
.offices-text h2 { font-size: clamp(28px, 3.4vw, 44px); font-weight: 600; line-height: 1.1; letter-spacing: -.025em; }
.office-list { display: flex; flex-direction: column; gap: 14px; }
.office-list li { padding: 14px 0; border-top: 1px solid var(--line-2); display: flex; flex-direction: column; gap: 2px; }
.office-city { font-weight: 600; font-size: 17px; }
.office-label { font-weight: 500; color: var(--ink-3); font-size: 14px; }
.office-addr { font-size: 15px; color: var(--ink-2); }

/* Certifications */
.certs-inner { display: flex; flex-direction: column; gap: clamp(72px, 9vw, 120px); }
.cert-card { display: flex; flex-direction: column; gap: 18px; padding: 28px; border-radius: 22px; background: var(--grey); min-height: 190px; }
.cert-card:hover { transform: translateY(-4px); background: var(--grey-3); }
.cert-card-text { display: flex; flex-direction: column; gap: 4px; }
.cert-card-title { font-size: 24px; font-weight: 600; letter-spacing: -.025em; line-height: 1.05; }
.cert-card-desc { font-size: 14px; color: var(--ink-2); line-height: 1.45; }
.cert-group { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr)); gap: clamp(24px, 4vw, 64px); align-items: start; }
.cert-group .sticky-col h2 { max-width: none; font-size: clamp(28px, 3.4vw, 44px); }
.cert-group .sticky-col p { font-size: 16px; color: var(--ink-2); line-height: 1.55; max-width: 40ch; }
.guarantee-card { display: flex; gap: 14px; padding: 24px; border-radius: var(--r-small); background: var(--grey); align-items: center; }
.guarantee-card span:last-child { font-size: 16px; line-height: 1.45; font-weight: 500; }

/* Contact */
.contact-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr)); gap: clamp(32px, 5vw, 72px); align-items: start; }
.contact-col { display: flex; flex-direction: column; gap: 12px; }
.contact-tile { display: grid; grid-template-columns: 44px 1fr; gap: 16px; padding: 20px; border-radius: var(--r-small); background: var(--grey); align-items: start; }
.contact-tile.is-center { align-items: center; }
.contact-tile-text { display: flex; flex-direction: column; gap: 3px; }
.contact-tile-title { font-size: 19px; font-weight: 600; letter-spacing: -.015em; }
.contact-tile-addr { font-size: 15px; color: var(--ink-2); line-height: 1.45; }
.contact-tile a { font-size: 19px; font-weight: 600; letter-spacing: -.015em; word-break: break-all; }
.contact-col .btn-primary { align-self: flex-start; margin-top: 8px; }
.map-card { position: relative; border-radius: var(--r-small); overflow: hidden; background: var(--grey-2); }
.map-shield { position: absolute; inset: 0; z-index: 2; cursor: pointer; }
.map-card.is-active .map-shield { display: none; }
.map-chip { position: absolute; top: 12px; left: 12px; z-index: 3; background: rgba(255, 255, 255, .92); backdrop-filter: blur(8px); padding: 6px 12px; border-radius: var(--r-pill); font-size: 13px; font-weight: 600; }
.map-card iframe { width: 100%; aspect-ratio: 16 / 9; border: 0; display: block; background: var(--grey-2); }
.map-hint { font-size: 13px; color: var(--ink-3); line-height: 1.5; }
.map-gate { aspect-ratio: 16 / 12; border-radius: var(--r-small); background: repeating-linear-gradient(135deg, #eeeef2 0 14px, #f5f5f7 14px 28px); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 16px; padding: 32px; text-align: center; }
.map-gate p { font-size: 15px; line-height: 1.5; color: var(--ink-body); max-width: 360px; }
.maps.is-allowed .map-gate, .maps:not(.is-allowed) .map-card, .maps:not(.is-allowed) .map-hint { display: none; }

/* Legal + sitemap */
.legal-grid { padding-top: clamp(48px, 6vw, 72px); display: grid; grid-template-columns: 240px minmax(0, 1fr); gap: clamp(32px, 5vw, 80px); align-items: start; }
.legal-nav { display: flex; flex-direction: column; gap: 4px; position: sticky; top: 76px; overflow-x: auto; }
.legal-nav a { text-align: left; padding: 10px 14px; border-radius: 12px; font-size: 14px; font-weight: 500; white-space: nowrap; }
.legal-nav a:hover { background: var(--grey); }
.legal-nav a[aria-current="page"] { background: var(--ink); color: #fff; }
.legal-body { display: flex; flex-direction: column; gap: 32px; max-width: 720px; }
.prose { font-size: 16px; line-height: 1.6; color: var(--ink-body); gap: 0; }
.prose > * + * { margin-top: 14px; }
.prose h2 { font-size: 21px; font-weight: 600; letter-spacing: -.015em; color: var(--ink); margin-top: 36px; }
.prose h3 { font-size: 17px; font-weight: 600; letter-spacing: -.01em; color: var(--ink); margin-top: 26px; }
.prose h4 { font-size: 16px; font-weight: 600; color: var(--ink); margin-top: 20px; }
.prose ul { padding-left: 22px; list-style: disc; display: flex; flex-direction: column; gap: 6px; }
.prose strong { color: var(--ink); font-weight: 600; }
.prose em { color: var(--ink-2); }
.prose a { text-decoration: underline; text-underline-offset: 2px; color: var(--ink); }
.prose .table-wrap { overflow-x: auto; }
.prose table { border-collapse: collapse; width: 100%; font-size: 14px; line-height: 1.45; }
.prose th { text-align: left; font-size: 12px; text-transform: uppercase; letter-spacing: .06em; color: var(--ink-3); font-weight: 600; padding: 8px 12px 8px 0; border-bottom: 1px solid var(--line); }
.prose td { vertical-align: top; padding: 10px 12px 10px 0; border-bottom: 1px solid var(--line); }
.prose td:first-child { font-family: ui-monospace, Menlo, monospace; font-size: 13px; font-weight: 600; color: var(--ink); }
.prose .consent-status { margin-bottom: 8px; }
.prose .consent-status h2 { margin-top: 0; font-size: 17px; }
.consent-status { display: flex; flex-direction: column; gap: 14px; padding: 22px; border-radius: var(--r-small); background: var(--grey); }
.consent-status h2 { font-size: 17px; font-weight: 600; }
.consent-status p { font-size: 14px; color: var(--ink-2); line-height: 1.5; }
.consent-status-actions { display: flex; gap: 8px; flex-wrap: wrap; }
.cookie-row { display: grid; grid-template-columns: 1.1fr 1fr 2fr .8fr; gap: 4px 16px; padding: 10px 0; border-top: 1px solid var(--line); font-size: 14px; line-height: 1.45; }
.cookie-row.is-head { font-size: 12px; text-transform: uppercase; letter-spacing: .06em; color: var(--ink-3); border-top: 0; }
.cookie-row code { font-weight: 600; font-family: ui-monospace, Menlo, monospace; font-size: 13px; }
.cookie-row .muted { color: var(--ink-2); }
.sitemap-inner { padding-top: clamp(48px, 6vw, 72px); display: flex; flex-direction: column; gap: clamp(48px, 6vw, 80px); }
.sitemap-group { display: flex; flex-direction: column; gap: 14px; }
.sitemap-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px 24px; }
.sitemap-list li { border-top: 1px solid var(--line); padding-top: 12px; }
.sitemap-list a { font-size: 17px; font-weight: 500; }
.sitemap-list a:hover { text-decoration: underline; text-underline-offset: 3px; }
.sitemap-list p { font-size: 14px; color: var(--ink-2); line-height: 1.45; }
.not-found { padding-top: clamp(48px, 6vw, 72px); display: flex; flex-direction: column; gap: 20px; max-width: 560px; }
.not-found p { font-size: 17px; line-height: 1.6; color: var(--ink-2); }
.not-found-actions { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; margin-top: 8px; }
@media (max-width: 1023px) {
  .legal-grid { grid-template-columns: 1fr; }
  .legal-nav { position: static; flex-direction: row; }
  .cookie-row { grid-template-columns: 1fr; }
  .cookie-row.is-head { display: none; }
  .sitemap-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 639px) { .sitemap-list { grid-template-columns: 1fr; } }

.pf-bar { position: sticky; top: var(--header-h); z-index: 40; background: rgba(255, 255, 255, .88); backdrop-filter: saturate(180%) blur(20px); -webkit-backdrop-filter: saturate(180%) blur(20px); border-bottom: 1px solid var(--line); }
.pf-bar-inner { padding-top: 16px; padding-bottom: 16px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 640px) minmax(0, 1fr); gap: 16px; align-items: center; }
.pf-count { font-size: 14px; color: var(--ink-2); white-space: nowrap; font-variant-numeric: tabular-nums; }
.pf-count b { color: var(--ink); font-weight: 600; }
.pf-controls { display: flex; gap: 10px; align-items: center; justify-content: center; }
.pf-search { position: relative; flex: 1 1 auto; display: flex; align-items: center; }
.pf-search .icon { position: absolute; left: 18px; pointer-events: none; width: 20px; height: 20px; color: var(--ink-3); }
.pf-search input { width: 100%; padding: 14px 18px 14px 50px; border-radius: var(--r-pill); border: 0; background: var(--grey); min-height: 54px; font-size: 16px; }
.pf-search input:focus-visible { outline: 2px solid var(--accent); outline-offset: 0; }
.pf-filter { position: relative; flex-shrink: 0; }
.pf-filter-btn { display: flex; align-items: center; gap: 9px; background: var(--grey); color: var(--ink); padding: 14px 20px; border-radius: var(--r-pill); font-size: 16px; font-weight: 500; min-height: 54px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; transition: background .2s; }
.pf-filter-btn:hover { background: var(--grey-2); }
.pf-filter-btn .icon { width: 19px; height: 19px; }
.pf-filter-btn.has-filter { background: var(--ink); color: #fff; }
.pf-filter-btn.has-filter:hover { background: #000; }
.pf-filter-label:empty { display: none; }
.pf-menu { display: none; position: absolute; right: 0; top: calc(100% + 12px); z-index: 60; width: min(320px, calc(100vw - 40px)); max-height: calc(60vh / var(--page-zoom)); overflow: auto; background: #fff; border-radius: var(--r-small); box-shadow: 0 18px 48px rgba(0, 0, 0, .18); padding: 8px; flex-direction: column; gap: 2px; animation: vpFade .22s var(--ease-out); }
.pf-menu.is-open { display: flex; }
.pf-menu button { display: flex; justify-content: space-between; gap: 12px; align-items: center; text-align: left; padding: 11px 14px; border-radius: 12px; font-size: 14px; font-weight: 500; line-height: 1.35; color: var(--ink); }
.pf-menu button:hover, .pf-menu button[aria-pressed="true"] { background: var(--grey); }
.pf-menu button[aria-pressed="true"] { font-weight: 600; }
.pf-menu button small { font-size: 12px; opacity: .55; }
.pf-top { justify-self: end; width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--line); background: #fff; display: grid; place-items: center; color: var(--ink); transition: background .2s, transform .25s; }
.pf-top:hover { background: var(--grey); transform: translateY(-2px); }
.pf-top .icon { width: 16px; height: 16px; }
.pf-content { padding-top: clamp(40px, 5vw, 64px); display: flex; flex-direction: column; gap: clamp(64px, 8vw, 104px); }
.pf-cat { display: flex; flex-direction: column; gap: 32px; }
.pf-cat h2 { font-size: clamp(26px, 3vw, 40px); font-weight: 600; letter-spacing: -.03em; line-height: 1.08; }
.pf-group { display: flex; flex-direction: column; }
.pf-group-head { display: grid; grid-template-columns: minmax(0, 1fr) 220px 170px; gap: 24px; padding: 0 0 12px; }
.pf-group-head span { font-size: 12px; font-weight: 600; color: var(--ink-3); text-transform: uppercase; letter-spacing: .06em; }
.pf-group-head span:last-child { text-align: right; }
.pf-row { display: grid; grid-template-columns: minmax(0, 1fr) 220px 170px; gap: 6px 24px; padding: 22px 0; border-top: 1px solid var(--line); align-items: start; transition: background .2s, padding-left .25s; }
.pf-row:hover { background: #fafafa; padding-left: 8px; }
.pf-name { font-size: 16px; line-height: 1.45; font-weight: 500; letter-spacing: -.005em; }
.pf-loc { font-size: 15px; color: var(--ink-2); line-height: 1.45; }
.pf-phases { display: flex; gap: 6px; flex-wrap: wrap; justify-content: flex-end; }
.pf-row.is-hidden, .pf-group.is-hidden, .pf-cat.is-hidden { display: none; }
.pf-empty { color: var(--ink-2); display: none; }
.pf-empty.is-visible { display: block; }
.pf-legend { font-size: 13px; color: var(--ink-3); line-height: 1.6; max-width: 70ch; }
@media (max-width: 1023px) {
  .pf-bar { position: static; }
  .pf-bar-inner { grid-template-columns: 1fr; }
  .pf-count, .pf-top, .pf-group-head span:not(:first-child) { display: none; }
  .pf-filter-btn { max-width: 54px; padding: 14px 17px; }
  .pf-filter-label { display: none; }
  .pf-group-head, .pf-row { grid-template-columns: 1fr; }
  .pf-row { padding: 16px 0; }
  .pf-phases { justify-content: flex-start; }
}

/* Contact sheet (native <dialog>) */
.sheet { border: 0; padding: 0; margin: 0; width: 100%; max-width: 100%; max-height: 100%; height: 100%; background: transparent; color: var(--ink); display: none; align-items: flex-end; justify-content: center; }
.sheet[open] { display: flex; }
.sheet::backdrop { background: rgba(0, 0, 0, .45); backdrop-filter: blur(6px); }
.sheet-panel { width: 100%; max-width: 620px; max-height: calc(min(94vh, 100dvh) / var(--page-zoom)); overflow: auto; background: #fff; border-radius: 22px 22px 0 0; padding: clamp(24px, 4vw, 40px); display: flex; flex-direction: column; gap: 22px; animation: vpSheet .35s cubic-bezier(.2, .8, .2, 1); }
.sheet-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 16px; }
.sheet-head-text { display: flex; flex-direction: column; gap: 6px; flex: 1; }
.sheet-head h2 { font-size: clamp(26px, 3vw, 34px); font-weight: 600; line-height: 1.1; letter-spacing: -.025em; }
.sheet-head p { font-size: 15px; color: var(--ink-2); line-height: 1.45; }
.sheet-close { background: var(--grey); width: 36px; height: 36px; border-radius: var(--r-pill); display: grid; place-items: center; flex-shrink: 0; transition: background .2s; }
.sheet-close:hover { background: var(--grey-2); }
.sheet-close .icon { width: 18px; height: 18px; }
.form-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr)); gap: 12px; }
.form-grid input, .form-grid select, .form-grid textarea { padding: 13px 16px; border: 1px solid var(--line-2); border-radius: 12px; background: #fff; min-height: 48px; width: 100%; }
.form-grid select { color: var(--ink-body); }
.form-grid input:focus-visible, .form-grid select:focus-visible, .form-grid textarea:focus-visible { outline: 2px solid var(--accent); outline-offset: 0; border-color: transparent; }
.form-grid textarea { resize: vertical; }
.form-grid .span-all { grid-column: 1 / -1; }
.form-grid .is-invalid { border-color: #d0342c; }
.form-consent { display: flex; gap: 12px; align-items: flex-start; font-size: 13px; line-height: 1.5; color: var(--ink-2); cursor: pointer; }
.form-consent input { margin: 3px 0 0; width: 18px; height: 18px; accent-color: var(--ink); flex-shrink: 0; min-height: 0; padding: 0; }
.form-consent a { text-decoration: underline; text-underline-offset: 2px; color: var(--ink); }
.form-captcha { display: flex; flex-direction: column; gap: 8px; align-items: flex-start; min-height: 24px; }
.form-captcha-note { font-size: 12px; color: var(--ink-3); }
.form-or { font-size: 13px; color: var(--ink-3); text-align: center; }
.form-or a { font-weight: 600; color: var(--ink); }
.form-error { display: none; font-size: 14px; line-height: 1.5; color: #b3261e; background: #fdecea; border-radius: 12px; padding: 12px 14px; }
.form-error.is-visible { display: block; }
.hp-field { position: absolute; left: -10000px; top: auto; width: 1px; height: 1px; overflow: hidden; }
.form-success { display: none; padding: 32px 0; flex-direction: column; gap: 12px; text-align: center; align-items: center; animation: vpFade .4s ease; }
.form-success.is-visible { display: flex; }
.form-success .icon-circle { width: 64px; height: 64px; background: var(--green); color: #fff; }
.form-success .icon-circle .icon { width: 30px; height: 30px; }
.form-success h3 { font-size: 22px; font-weight: 600; letter-spacing: -.02em; }
.form-success p { font-size: 15px; color: var(--ink-2); max-width: 380px; line-height: 1.5; }
.sheet.is-sent .contact-form { display: none; }
@media (min-width: 1024px) {
  .sheet { align-items: center; }
  .sheet-panel { border-radius: 22px; }
}

/* Cookie banner */
.cookie { position: fixed; left: 0; right: 0; bottom: 0; z-index: 100; display: none; justify-content: center; padding: 16px; pointer-events: none; }
.cookie.is-visible { display: flex; }
.cookie-panel { pointer-events: auto; width: 100%; max-width: 600px; background: #fff; color: var(--ink); border-radius: 22px; box-shadow: 0 16px 56px rgba(0, 0, 0, .22); padding: clamp(20px, 3vw, 28px); display: flex; flex-direction: column; gap: 18px; animation: vpSheet .45s cubic-bezier(.2, .8, .2, 1); max-height: calc((100vh - 32px) / var(--page-zoom)); overflow: auto; }
.cookie-text { display: flex; flex-direction: column; gap: 8px; }
.cookie-text h2 { font-size: 19px; font-weight: 600; letter-spacing: -.015em; }
.cookie-text p { font-size: 14px; line-height: 1.55; color: var(--ink-body); }
.cookie-text a { text-decoration: underline; text-underline-offset: 2px; }
.cookie-prefs { display: none; flex-direction: column; border-top: 1px solid var(--line); }
.cookie.prefs-open .cookie-prefs { display: flex; }
.cookie-cat { display: flex; flex-direction: column; gap: 10px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.cookie-cat-row { display: grid; grid-template-columns: 1fr auto; gap: 12px; align-items: start; }
.cookie-cat-text { display: flex; flex-direction: column; gap: 3px; }
.cookie-cat-title { font-size: 15px; font-weight: 600; }
.cookie-cat-badge { font-weight: 500; color: var(--ink-3); font-size: 13px; }
.cookie-cat-desc { font-size: 13px; line-height: 1.5; color: var(--ink-2); }
.cookie-details-btn { align-self: flex-start; padding: 4px 0; font-size: 13px; font-weight: 600; color: var(--ink); text-decoration: underline; text-underline-offset: 2px; }
.toggle { flex-shrink: 0; width: 51px; height: 31px; border-radius: var(--r-pill); background: var(--toggle-off); position: relative; transition: background .25s; }
.toggle[aria-checked="true"] { background: var(--green); }
.toggle:disabled { cursor: default; }
.toggle span { position: absolute; top: 2px; left: 2px; width: 27px; height: 27px; border-radius: 50%; background: #fff; transition: left .25s; box-shadow: 0 3px 8px rgba(0, 0, 0, .15), 0 1px 1px rgba(0, 0, 0, .16); }
.toggle[aria-checked="true"] span { left: 22px; }
.cookie-cat-table { display: none; flex-direction: column; background: var(--grey); border-radius: 12px; padding: 4px 14px; }
.cookie-cat-table.is-open { display: flex; }
.cookie-cat-table .cookie-row { font-size: 12px; gap: 2px 14px; }
.cookie-actions { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 8px; }
.cookie.prefs-open .cookie-customize, .cookie:not(.prefs-open) .cookie-save { display: none; }
.cookie-fine { font-size: 12px; color: var(--ink-3); line-height: 1.5; }
@media (max-width: 1023px) {
  .cookie-cat-table .cookie-row { grid-template-columns: 1fr; }
}
