/* ============ Fonts (local, subset by unicode-range) ============ */
@font-face {
  font-family: 'Newsreader';
  font-style: italic;
  font-weight: 400 600;
  font-display: swap;
  src: url("../fonts/newsreader-italic-latin.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Newsreader';
  font-style: italic;
  font-weight: 400 600;
  font-display: swap;
  src: url("../fonts/newsreader-italic-latin-ext.woff2") format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Newsreader';
  font-style: normal;
  font-weight: 400 500;
  font-display: swap;
  src: url("../fonts/newsreader-latin.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Newsreader';
  font-style: normal;
  font-weight: 400 500;
  font-display: swap;
  src: url("../fonts/newsreader-latin-ext.woff2") format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Schibsted Grotesk';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("../fonts/schibsted-grotesk-latin.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Schibsted Grotesk';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("../fonts/schibsted-grotesk-latin-ext.woff2") format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* ============ Tokens & base ============ */
:root {
  --bg: oklch(0.972 0.009 88);
  --bg2: oklch(0.948 0.013 80);
  --card: oklch(0.992 0.006 88);
  --soft: oklch(0.985 0.008 80);
  --line: oklch(0.36 0.02 90 / 0.12);
  --fg: oklch(0.255 0.02 110);
  --muted: oklch(0.48 0.018 110);
  --acc: oklch(0.575 0.14 150);
  --acc2: oklch(0.55 0.10 222);
  --ink: oklch(0.985 0.004 95);
  --sand: oklch(0.9 0.035 72);
  --sand2: oklch(0.82 0.055 48);
  --sage: oklch(0.89 0.032 150);
  --sage2: oklch(0.78 0.05 158);
  --serif: 'Newsreader', Georgia, serif;
  --sans: 'Schibsted Grotesk', system-ui, sans-serif;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
.hp-field { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.form-error, .nl-error { color: oklch(0.55 0.16 25); font-size: 14px; line-height: 1.45; }
.nl-error { margin-top: 12px; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--sans);
  background: var(--bg);
  color: var(--fg);
  min-height: 100vh;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
::selection { background: oklch(0.58 0.14 150); color: oklch(0.98 0.004 95); }
input, textarea, button { font-family: inherit; }
input::placeholder, textarea::placeholder { color: oklch(0.55 0.012 160); }

input[type=range] {
  -webkit-appearance: none;
  appearance: none;
  height: 3px;
  border-radius: 999px;
  background: oklch(0.575 0.14 150 / 0.22);
  accent-color: oklch(0.575 0.14 150);
  width: 100%;
  cursor: pointer;
}
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 22px; height: 22px;
  border-radius: 50%;
  background: oklch(0.575 0.14 150);
  cursor: pointer;
  border: 3px solid oklch(0.99 0.005 90);
  box-shadow: 0 2px 10px -2px oklch(0.4 0.1 150 / 0.5);
}
input[type=range]::-moz-range-thumb {
  width: 18px; height: 18px;
  border-radius: 50%;
  background: oklch(0.575 0.14 150);
  cursor: pointer;
  border: 3px solid oklch(0.99 0.005 90);
}

/* ============ Shared ============ */
.section { max-width: 1180px; margin: 0 auto; padding: 90px 28px 110px; }
.section-intro { max-width: 60ch; margin-bottom: 48px; }
.section-intro-lg { margin-bottom: 80px; }
.section-intro-w { max-width: 62ch; margin-bottom: 56px; }
.eyebrow { font-family: var(--serif); font-style: italic; font-size: 21px; color: var(--acc); margin-bottom: 18px; }
.h2 { font-size: clamp(32px, 4.6vw, 56px); line-height: 1.03; letter-spacing: -0.03em; font-weight: 600; margin: 0 0 22px; }
.section-sub { font-size: 19px; line-height: 1.62; color: var(--muted); margin: 0; }

.btn-pill {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--acc); color: var(--ink);
  text-decoration: none; border: none; cursor: pointer;
  font-weight: 600; font-size: 16px;
  padding: 15px 30px; border-radius: 999px;
  transition: transform .2s ease, box-shadow .2s ease;
}
.btn-pill:hover { transform: translateY(-2px); box-shadow: 0 14px 32px -14px var(--acc); }
.btn-pill-lg { padding: 16px 34px; }
.btn-pill-sm { padding: 13px 24px; font-size: 15px; white-space: nowrap; }

.text-link {
  margin-top: 28px; display: inline-flex; align-items: center; gap: 8px;
  color: var(--fg); text-decoration: none; font-weight: 600; font-size: 16px;
  border-bottom: 1px solid var(--line); padding-bottom: 3px;
  transition: color .2s, border-color .2s;
}
.text-link:hover { color: var(--acc); border-color: var(--acc); }

.img-label {
  font-family: var(--serif); font-style: italic; font-size: 14.5px;
  color: oklch(0.32 0.04 50 / 0.75);
  background: oklch(0.99 0.01 80 / 0.6);
  backdrop-filter: blur(3px);
  padding: 6px 14px; border-radius: 999px;
}

.logo-dot {
  width: 11px; height: 11px; border-radius: 50%;
  background: var(--acc); display: inline-block;
  box-shadow: 0 0 16px var(--acc);
}
.logo-dot-sm { width: 9px; height: 9px; box-shadow: none; }

/* ============ Nav ============ */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 50;
  background: transparent; border-bottom: 1px solid transparent;
  transition: background .35s ease, border-color .35s ease;
}
.nav.scrolled, .nav.menu-open {
  background: oklch(0.972 0.009 88 / 0.82);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.nav.menu-open { border-bottom-color: transparent; }
.nav-inner {
  max-width: 1240px; margin: 0 auto; padding: 18px 28px;
  display: flex; align-items: center; gap: 32px;
}
.nav-logo {
  display: flex; align-items: center; gap: 13px;
  text-decoration: none; color: var(--fg);
  font-weight: 400; font-size: 18px; letter-spacing: -0.02em;
}
.nav-logo-img { height: 32px; width: auto; display: block; }
.nav-logo-divider { width: 1px; height: 24px; background: oklch(0.4 0.02 90 / 0.28); display: inline-block; flex-shrink: 0; }
.nav-links { display: flex; gap: 28px; margin-left: auto; align-items: center; }
.nav-links a {
  text-decoration: none; color: var(--muted);
  font-size: 15px; font-weight: 500; transition: color .2s;
}
.nav-links a:hover { color: var(--fg); }
.nav-links a.accent { color: var(--acc); font-weight: 600; }
.nav-links a.active { color: var(--fg); }
.lang-toggle {
  display: flex; align-items: center; gap: 4px;
  background: oklch(0.4 0.02 90 / 0.05);
  border-radius: 999px; padding: 4px;
}
.lang-toggle button {
  border: none; border-radius: 999px; padding: 5px 13px;
  font-size: 13px; font-weight: 600; cursor: pointer;
  background: transparent; color: var(--muted);
  transition: all .2s;
}
.lang-toggle button.active { background: var(--acc); color: var(--ink); }

/* Hamburger (mobile only; injected by wireHamburger) */
.nav-burger {
  display: none; /* shown on mobile via media query */
  flex-direction: column; align-items: center; justify-content: center; gap: 5px;
  width: 42px; height: 42px; padding: 0; flex-shrink: 0;
  border: 1px solid var(--line); border-radius: 12px;
  background: oklch(0.99 0.006 88 / 0.7); cursor: pointer;
}
.nav-burger span {
  display: block; height: 2px; width: 20px; border-radius: 2px;
  background: var(--fg); transition: transform .25s ease, opacity .2s ease;
}
.nav.menu-open .nav-burger span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav.menu-open .nav-burger span:nth-child(2) { opacity: 0; }
.nav.menu-open .nav-burger span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ============ Hero ============ */
.hero { position: relative; max-width: 1280px; margin: 0 auto; padding: 152px 28px 84px; }
.hero-liquid {
  position: absolute; top: 0; left: 50%; transform: translateX(-50%);
  width: 100vw; height: 100%; z-index: 0;
  pointer-events: none; overflow: hidden;
  -webkit-mask-image: linear-gradient(180deg, #000 58%, transparent 100%);
  mask-image: linear-gradient(180deg, #000 58%, transparent 100%);
}
.hero-liquid canvas { position: absolute; inset: 0; width: 100%; height: 100%; display: block; }
.hero-scrim {
  position: absolute; top: 0; left: 50%; transform: translateX(-50%);
  width: 100vw; height: 100%; z-index: 1; pointer-events: none;
  background:
    linear-gradient(90deg, var(--bg) 0%, oklch(0.972 0.009 88 / 0.42) 26%, oklch(0.972 0.009 88 / 0) 52%),
    linear-gradient(180deg, oklch(0.972 0.009 88 / 0) 70%, var(--bg) 100%);
}
.hero-eyebrow {
  position: relative; z-index: 2;
  display: flex; align-items: center; gap: 16px;
  font-family: var(--serif); font-style: italic;
  font-size: 19px; color: var(--muted); margin-bottom: 44px;
}
.hero-eyebrow-en { display: inline-flex; align-items: center; gap: 16px; }
.hero-eyebrow-no { display: inline-flex; align-items: center; }
.hero-eyebrow-place { color: var(--acc); }
.hero-eyebrow-line { width: 38px; height: 1px; background: var(--line); display: inline-block; }
.hero-eyebrow-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--acc); display: inline-block; flex-shrink: 0; }
.hero-grid {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: 1.32fr 1fr;
  gap: 56px; align-items: center;
}
.hero-head {
  font-size: clamp(48px, 7.2vw, 98px); line-height: 1.0;
  letter-spacing: -0.035em; font-weight: 600; margin: 0 0 32px;
}
.hero-head-accent {
  font-family: var(--serif); font-style: italic; font-weight: 500;
  color: var(--acc); letter-spacing: -0.01em;
}
.hero-sub {
  font-size: clamp(17px, 1.6vw, 20px); line-height: 1.62;
  color: var(--muted); max-width: 46ch; margin: 0 0 38px;
}
.hero-ctas { display: flex; align-items: center; gap: 30px; flex-wrap: wrap; }
.hero-link {
  font-family: var(--serif); font-style: italic; font-size: 18px;
  color: var(--fg); text-decoration: none;
  border-bottom: 1px solid var(--line); padding-bottom: 3px;
  transition: color .2s, border-color .2s;
}
.hero-link:hover { color: var(--acc); border-color: var(--acc); }
.hero-robot-col { display: flex; flex-direction: column; align-items: center; }
.hero-robot { position: relative; width: 100%; height: clamp(360px, 44vw, 540px); }
.robot-mount { position: absolute; inset: 0; }
.robot-mount canvas { display: block; width: 100%; height: 100%; }
.robot-fallback {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--serif); font-style: italic;
  font-size: 15px; color: oklch(0.42 0.03 120 / 0.7);
}
/* Dottie speech bubble (shown on mobile tap) */
.robot-bubble {
  position: absolute; top: 2%; left: 50%;
  transform: translateX(-50%) translateY(6px) scale(0.96);
  width: max-content; max-width: min(82vw, 320px); z-index: 3; pointer-events: none;
  background: var(--card); color: var(--fg);
  border: 1px solid var(--line); border-radius: 16px;
  padding: 11px 16px; font-size: 14.5px; line-height: 1.34; font-weight: 600; text-align: center;
  box-shadow: 0 18px 40px -18px oklch(0.3 0.06 150 / 0.55);
  opacity: 0; transition: transform .24s ease;
}
.robot-bubble::after {
  content: ''; position: absolute; left: 50%; bottom: -7px; margin-left: -7px;
  width: 14px; height: 14px; background: var(--card);
  border-right: 1px solid var(--line); border-bottom: 1px solid var(--line);
  border-bottom-right-radius: 3px; transform: rotate(45deg);
}
/* "Tap to interact" hint — mobile only */
.robot-hint { display: none; }

/* ============ Calculator ============ */
#problem { padding: 110px 28px; }
.calc {
  display: grid; grid-template-columns: 1.25fr 0.85fr;
  border-radius: 30px; overflow: hidden; background: var(--soft);
  box-shadow: 0 40px 80px -54px oklch(0.3 0.06 150 / 0.55);
}
.calc-left { padding: 48px 50px; }
.calc-title {
  font-size: clamp(22px, 2.2vw, 27px); line-height: 1.18;
  letter-spacing: -0.02em; font-weight: 600; margin: 0 0 14px; max-width: 24ch;
}
.calc-body { font-size: 15.5px; line-height: 1.62; color: var(--muted); margin: 0 0 38px; max-width: 46ch; }
.calc-sliders { display: flex; flex-direction: column; gap: 34px; }
.calc-row { display: flex; justify-content: space-between; align-items: baseline; gap: 14px; margin-bottom: 14px; }
.calc-label { font-size: 15.5px; font-weight: 500; }
.calc-value { font-size: 22px; font-weight: 600; color: var(--acc); letter-spacing: -0.01em; }
.calc-unit { color: var(--muted); font-size: 15px; font-weight: 400; }
.calc-result {
  padding: 48px 46px;
  background: linear-gradient(160deg, var(--sage), oklch(0.84 0.045 152));
  display: flex; flex-direction: column; justify-content: center;
}
.calc-result-eyebrow { font-family: var(--serif); font-style: italic; font-size: 18px; color: oklch(0.38 0.08 152); }
.calc-result-hours {
  font-size: clamp(42px, 5vw, 62px); font-weight: 700;
  color: oklch(0.36 0.1 152); line-height: 1; letter-spacing: -0.025em; margin-top: 16px;
}
.calc-result-label { font-size: 14.5px; color: oklch(0.4 0.04 152); margin-top: 8px; }
.calc-result-label-cost { max-width: 30ch; }
.calc-result-cost {
  font-size: clamp(30px, 3.6vw, 44px); font-weight: 700;
  color: oklch(0.3 0.04 130); line-height: 1.05; letter-spacing: -0.02em; margin-top: 28px;
}
.calc-cta {
  margin-top: 34px; display: inline-flex; align-items: center; gap: 9px;
  color: oklch(0.3 0.1 152); text-decoration: none;
  font-weight: 600; font-size: 15px;
  border-bottom: 1px solid oklch(0.4 0.08 152 / 0.4);
  padding-bottom: 3px; align-self: flex-start;
  transition: border-color .2s;
}
.calc-cta:hover { border-color: oklch(0.4 0.08 152); }

/* ============ Services ============ */
.services { display: flex; flex-direction: column; gap: 96px; }
.service { display: flex; gap: 64px; align-items: center; }
.service.reverse { flex-direction: row-reverse; }
.service-text { flex: 1.05; }
.service-num { font-family: var(--serif); font-style: italic; font-size: 19px; color: var(--acc); margin-bottom: 16px; }
.service-title {
  font-size: clamp(26px, 3vw, 38px); line-height: 1.08;
  letter-spacing: -0.025em; font-weight: 600; margin: 0 0 22px; max-width: 18ch;
}
.service-body { font-size: 17.5px; line-height: 1.62; color: var(--muted); margin: 0; max-width: 50ch; }
.service-cta { margin-top: 34px; font-size: 15.5px; padding: 14px 26px; }
.service-media {
  flex: 0.95; min-height: 400px; align-self: stretch;
  border-radius: 20px; overflow: hidden; position: relative;
  background:
    radial-gradient(130% 120% at 18% 12%, oklch(0.93 0.03 78), transparent 56%),
    linear-gradient(152deg, var(--sand), var(--sand2));
  display: flex; align-items: flex-end; padding: 20px;
  box-shadow: 0 30px 60px -46px oklch(0.4 0.06 60 / 0.6);
}
.service-media video {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: contain; display: block;
}

/* ============ Capabilities ============ */
.caps-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; }
.caps-grid .section-intro { margin-bottom: 64px; }
.caps-group { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
.caps-dot { width: 9px; height: 9px; border-radius: 50%; display: inline-block; }
.caps-dot-mkt { background: #2f9e6b; }
.caps-dot-eng { background: #34708f; }
.caps-group-label { font-family: var(--serif); font-style: italic; font-size: 19px; color: var(--fg); }
.caps-list { display: flex; flex-direction: column; }
.caps-item {
  padding: 16px 2px; border-bottom: 1px solid var(--line);
  font-size: 18px; font-weight: 500;
  transition: color .2s, padding-left .2s;
}
.caps-item:hover { color: var(--acc); padding-left: 8px; }

/* ============ How we work ============ */
.how { background: var(--bg2); padding: 104px 28px; }
.how-inner { max-width: 1180px; margin: 0 auto; }
.how-intro { margin-bottom: 44px; }
.how-head { max-width: 20ch; margin-bottom: 0; font-size: clamp(30px, 4.2vw, 50px); line-height: 1.04; }
.how-poster {
  position: relative; aspect-ratio: 16/9;
  border-radius: 22px; overflow: hidden;
  background:
    radial-gradient(120% 130% at 75% 15%, oklch(0.9 0.04 150), transparent 55%),
    linear-gradient(150deg, var(--sand), oklch(0.78 0.05 120));
  box-shadow: 0 50px 90px -50px oklch(0.3 0.06 120 / 0.6);
  cursor: pointer;
}
.how-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
.how-overlay { position: absolute; inset: 0; background: oklch(0.2 0.03 120 / 0.18); }
.how-play-wrap { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; }
.how-play {
  width: 88px; height: 88px; border-radius: 50%;
  background: oklch(0.99 0.01 90 / 0.92);
  backdrop-filter: blur(4px);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 20px 44px -16px oklch(0.3 0.05 120 / 0.6);
  transition: transform .25s;
}
.how-poster:hover .how-play { transform: scale(1.06); }
.how-play-triangle {
  width: 0; height: 0;
  border-left: 22px solid var(--acc);
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  margin-left: 6px;
}
.how-status {
  position: absolute; left: 22px; bottom: 20px;
  font-family: var(--serif); font-style: italic; font-size: 15px;
  color: oklch(0.32 0.04 90 / 0.8);
  background: oklch(0.99 0.01 80 / 0.62);
  backdrop-filter: blur(3px);
  padding: 7px 15px; border-radius: 999px;
}

/* ============ Tools ============ */
#tools { padding: 110px 28px; }
.tools-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.tool-card {
  background: var(--soft); border-radius: 20px; padding: 32px;
  display: flex; flex-direction: column;
  box-shadow: 0 24px 48px -40px oklch(0.3 0.04 120 / 0.5);
  transition: transform .25s, box-shadow .25s;
}
.tool-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 34px 60px -38px oklch(0.3 0.06 150 / 0.55);
}
.tool-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 26px; }
.tool-icon {
  width: 44px; height: 44px; border-radius: 12px;
  background-color: oklch(0.99 0.01 90 / 0.95);
  background-size: cover; background-position: center;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 20px -10px oklch(0.3 0.05 120 / 0.5);
}
.tool-icon-img { background-color: transparent; }
.tool-logo { position: relative; width: 24px; height: 24px; display: block; }
.tool-tag { font-family: var(--serif); font-style: italic; font-size: 15px; color: var(--muted); }
.tool-name { font-size: 23px; font-weight: 600; letter-spacing: -0.02em; margin: 0 0 10px; }
.tool-desc { font-size: 15px; line-height: 1.58; color: var(--muted); margin: 0 0 24px; flex: 1; }
.tool-value {
  display: flex; align-items: center; gap: 9px;
  font-size: 13.5px; color: var(--muted);
  padding-top: 18px; border-top: 1px solid var(--line);
}
.tool-value::before {
  content: ''; width: 7px; height: 7px; border-radius: 50%;
  background: var(--acc); flex-shrink: 0;
}

/* ============ Testimonials ============ */
.tests-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; max-width: 860px; margin: 0 auto; }
.tests-grid .section-intro { margin-bottom: 60px; }
.test-card {
  margin: 0; background: var(--soft); border-radius: 22px; padding: 34px;
  display: flex; flex-direction: column;
  box-shadow: 0 24px 48px -40px oklch(0.3 0.04 120 / 0.5);
}
.test-mark { font-family: var(--serif); font-style: italic; color: var(--acc); font-size: 44px; line-height: 0.6; margin-bottom: 18px; }
.test-quote { margin: 0; font-size: 18.5px; line-height: 1.55; flex: 1; letter-spacing: -0.01em; }
.test-person { margin-top: 28px; display: flex; align-items: center; gap: 14px; }
.test-avatar {
  width: 46px; height: 46px; border-radius: 50%; flex-shrink: 0;
  background: linear-gradient(150deg, var(--sage), var(--sage2));
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 18px; color: oklch(0.28 0.06 155);
}
.test-name { display: block; font-weight: 600; font-size: 15.5px; }
.test-role { display: block; color: var(--muted); font-size: 14px; font-family: var(--serif); font-style: italic; margin-top: 2px; }

/* ============ About ============ */
.about-grid { display: grid; grid-template-columns: 0.82fr 1.18fr; gap: 64px; align-items: center; }
.about-img {
  aspect-ratio: 4/5; border-radius: 22px; overflow: hidden;
  background: linear-gradient(152deg, var(--sand), var(--sand2));
  box-shadow: 0 36px 70px -48px oklch(0.4 0.06 60 / 0.6);
}
.about-img img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }
.about-head { font-size: clamp(28px, 4vw, 48px); line-height: 1.05; margin-bottom: 28px; }
.about-head-accent { font-family: var(--serif); font-style: italic; color: var(--acc); }
.about-body { font-size: 18px; line-height: 1.68; color: var(--muted); margin: 0; }
.about-hi { color: var(--fg); font-weight: 600; }

/* ============ CTA band ============ */
.cta-section { padding: 110px 28px 90px; }
.cta-band {
  border-radius: 30px; padding: 80px 60px; text-align: center;
  background: radial-gradient(120% 160% at 50% 0%, var(--sage), oklch(0.93 0.025 150) 55%, var(--soft));
  box-shadow: 0 40px 80px -56px oklch(0.3 0.06 150 / 0.5);
}
.cta-title { font-size: clamp(30px, 4.4vw, 52px); line-height: 1.04; letter-spacing: -0.03em; font-weight: 600; margin: 0 0 16px; }
.cta-sub { font-size: 19px; color: var(--muted); margin: 0 0 34px; }

/* ============ Contact ============ */
.contact-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 64px; }
.contact-head { margin-bottom: 34px; }
.contact-links { display: flex; flex-direction: column; gap: 16px; font-size: 17px; }
.contact-links a { color: var(--fg); text-decoration: none; font-weight: 500; transition: color .2s; }
.contact-links a:hover { color: var(--acc); }
.contact-form {
  background: var(--soft); border-radius: 24px; padding: 38px;
  display: flex; flex-direction: column; gap: 20px;
  box-shadow: 0 30px 60px -48px oklch(0.3 0.06 150 / 0.5);
}
.form-2col { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.contact-form label {
  display: flex; flex-direction: column; gap: 9px;
  font-size: 14px; color: var(--muted); font-weight: 500;
}
.contact-form input, .contact-form textarea {
  background: var(--bg); border: 1px solid var(--line);
  border-radius: 12px; padding: 14px;
  color: var(--fg); font-size: 15px; outline: none;
  transition: border-color .2s;
}
.contact-form textarea { resize: vertical; font-family: var(--sans); }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--acc); }
.form-interest { display: flex; flex-direction: column; gap: 11px; }
.form-interest-label { font-size: 14px; color: var(--muted); font-weight: 500; }
.chips { display: flex; flex-wrap: wrap; gap: 10px; }
.chip {
  display: inline-flex; align-items: center; gap: 8px;
  border: 1px solid var(--line); background: var(--bg); color: var(--muted);
  border-radius: 999px; padding: 10px 16px;
  font-size: 14.5px; font-weight: 500; cursor: pointer;
  transition: all .2s;
}
.chip .chip-dot {
  width: 15px; height: 15px; border-radius: 50%; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  font-size: 11px; line-height: 1; color: #fff;
  background: transparent; border: 1.5px solid var(--line);
  transition: all .2s;
}
.chip.selected {
  border-color: var(--acc);
  background: oklch(0.575 0.14 150 / 0.10);
  color: var(--acc);
}
.chip.selected .chip-dot { background: var(--acc); border-color: var(--acc); }
.form-consent { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.5; }
.form-submit { margin-top: 4px; justify-content: center; padding: 16px 24px; }
.form-thanks {
  background: var(--soft); border-radius: 24px; padding: 52px; text-align: center;
  box-shadow: 0 30px 60px -48px oklch(0.3 0.06 150 / 0.5);
}
.form-thanks-check {
  width: 58px; height: 58px; border-radius: 50%;
  background: var(--acc); color: var(--ink);
  display: flex; align-items: center; justify-content: center;
  font-size: 28px; margin: 0 auto 24px;
}
.form-thanks h3 { margin: 0 0 10px; font-size: 25px; font-weight: 600; }
.form-thanks p { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.5; }

/* ============ Visit ============ */
.visit-section { padding: 30px 28px 110px; }
.visit-grid { display: grid; grid-template-columns: 0.62fr 1fr; gap: 24px; align-items: stretch; }
.visit-photo {
  position: relative; display: block; border-radius: 24px; overflow: hidden;
  min-height: 440px; text-decoration: none;
  box-shadow: 0 30px 60px -46px oklch(0.3 0.04 120 / 0.55);
  background: #cdd5d8;
}
.visit-photo img, .visit-map img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; display: block;
}
.visit-logo-tile {
  display: flex; align-items: center; justify-content: center; padding: 40px;
  background:
    radial-gradient(130% 120% at 18% 12%, oklch(0.93 0.03 78), transparent 56%),
    linear-gradient(152deg, var(--sand), var(--sand2));
}
.visit-logo {
  width: clamp(88px, 26%, 132px); height: auto; display: block;
  filter: drop-shadow(0 10px 24px oklch(0.4 0.06 60 / 0.28));
}
.visit-map-attr {
  position: absolute; right: 8px; bottom: 8px; z-index: 2;
  font-size: 10.5px; line-height: 1; color: oklch(0.4 0.02 120 / 0.75);
  background: oklch(0.99 0.01 90 / 0.7); backdrop-filter: blur(2px);
  padding: 3px 7px; border-radius: 6px; pointer-events: none;
}
.visit-card {
  position: relative; display: flex; flex-direction: column;
  border-radius: 24px; overflow: hidden; background: var(--soft);
  box-shadow: 0 30px 60px -46px oklch(0.3 0.04 120 / 0.55);
}
.visit-map { position: relative; flex: 1; min-height: 300px; display: block; background: #e7eaec; }
.visit-info {
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px; flex-wrap: wrap; padding: 28px 32px;
}
.visit-eyebrow { font-family: var(--serif); font-style: italic; font-size: 19px; color: var(--acc); margin-bottom: 7px; }
.visit-name { font-size: 21px; font-weight: 600; letter-spacing: -0.02em; }
.visit-addr { color: var(--muted); font-size: 15.5px; margin-top: 4px; }

/* ============ FAQ ============ */
.faq-section { padding: 50px 28px 110px; max-width: 900px; }
.faq-head { font-size: clamp(30px, 4.4vw, 48px); letter-spacing: -0.03em; font-weight: 600; margin: 0 0 40px; }
.faq-list { display: flex; flex-direction: column; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-q {
  width: 100%; background: transparent; border: none; color: var(--fg);
  text-align: left; display: flex; align-items: center; justify-content: space-between;
  gap: 18px; padding: 26px 4px; cursor: pointer;
  font-size: 19px; font-weight: 600; letter-spacing: -0.01em;
}
.faq-icon {
  color: var(--acc); font-size: 26px;
  transition: transform .25s; flex-shrink: 0;
  line-height: 1; font-weight: 400;
}
.faq-item.open .faq-icon { transform: rotate(45deg); }
.faq-a { max-height: 0; opacity: 0; overflow: hidden; transition: max-height .3s ease, opacity .3s ease; }
.faq-item.open .faq-a { max-height: 340px; opacity: 1; }
.faq-a p { margin: 0; padding: 0 4px 26px; color: var(--muted); font-size: 17px; line-height: 1.65; max-width: 70ch; }

/* ============ Footer ============ */
.footer { border-top: 1px solid var(--line); padding: 48px 28px; }
.footer-inner {
  max-width: 1180px; margin: 0 auto;
  display: flex; align-items: flex-start; justify-content: space-between;
  gap: 40px; flex-wrap: wrap;
}
.footer-brand { display: flex; flex-direction: column; gap: 10px; max-width: 34ch; }
.footer-logo { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 16px; }
.footer-tag { color: var(--muted); font-family: var(--serif); font-style: italic; font-size: 15px; }
.footer-cols { display: flex; gap: 56px; flex-wrap: wrap; }
.footer-col { display: flex; flex-direction: column; gap: 11px; }
.footer-col-title { font-size: 13px; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; color: var(--fg); margin-bottom: 2px; }
.footer-col a { color: var(--muted); text-decoration: none; font-size: 14.5px; transition: color .2s; }
.footer-col a:hover { color: var(--acc); }
.footer-links { display: flex; gap: 24px; font-size: 14px; }
.footer-links a { color: var(--muted); text-decoration: none; transition: color .2s; }
.footer-links a:hover { color: var(--fg); }
.footer-rights { max-width: 1180px; margin: 28px auto 0; color: var(--muted); font-size: 13px; }
@media (max-width: 640px) { .footer-cols { gap: 36px; } }

/* ============ Newsletter ============ */
.newsletter-section { padding: 34px 28px 100px; }
.nl-card {
  position: relative; overflow: hidden; border-radius: 30px;
  border: 1px solid var(--line); background: var(--soft);
  box-shadow: 0 44px 96px -62px oklch(0.3 0.05 130 / 0.55);
}
.nl-bg { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.nl-bg canvas { position: absolute; inset: 0; width: 100%; height: 100%; display: block; }
.nl-blob { position: absolute; border-radius: 50%; z-index: 0; pointer-events: none; }
.nl-blob-1 { top: -130px; left: -100px; width: 360px; height: 360px; background: radial-gradient(circle, oklch(0.82 0.055 150 / 0.55), transparent 68%); }
.nl-blob-2 { bottom: -150px; right: -90px; width: 400px; height: 400px; background: radial-gradient(circle, oklch(0.8 0.06 158 / 0.48), transparent 68%); }
.nl-inner { position: relative; z-index: 2; max-width: 620px; margin: 0 auto; text-align: center; padding: clamp(56px, 8vw, 100px) clamp(28px, 5vw, 48px); }
.nl-eyebrow { font-family: var(--serif); font-style: italic; font-size: 18px; color: var(--acc); margin-bottom: 16px; letter-spacing: 0.01em; }
.nl-head { font-size: clamp(36px, 5vw, 60px); line-height: 1.0; letter-spacing: -0.035em; font-weight: 600; margin: 0 0 16px; }
.nl-sub { font-size: 18px; line-height: 1.55; color: var(--muted); margin: 0 auto 30px; max-width: 40ch; }
.nl-form { max-width: 480px; margin: 0 auto; }
.nl-row { display: flex; gap: 10px; flex-wrap: wrap; }
.nl-row input {
  flex: 1; min-width: 210px;
  border: 1.5px solid var(--line);
  background: oklch(0.99 0.006 88 / 0.72);
  backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px);
  border-radius: 999px; padding: 15px 22px; font-size: 16px;
  color: var(--fg); outline: none; font-family: var(--sans); box-sizing: border-box;
  transition: border-color .2s, box-shadow .2s;
}
.nl-row input:focus { border-color: var(--acc); box-shadow: 0 0 0 4px oklch(0.575 0.14 150 / 0.16); }
.nl-submit { flex-shrink: 0; font-weight: 700; padding: 15px 28px; box-shadow: 0 14px 30px -12px var(--acc); }
.nl-consent { margin-top: 14px; font-size: 12.5px; color: var(--muted); }
.nl-thanks {
  display: inline-flex; align-items: center; gap: 12px;
  background: oklch(0.99 0.006 88 / 0.8);
  backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px);
  border: 1px solid var(--line); border-radius: 999px; padding: 13px 24px;
}
.nl-thanks-check {
  width: 32px; height: 32px; border-radius: 50%;
  background: var(--acc); color: var(--ink);
  display: flex; align-items: center; justify-content: center;
  font-size: 16px; flex-shrink: 0;
}
.nl-thanks-text { font-size: 16px; font-weight: 600; color: var(--fg); }

/* ============ Dottie chatbot ============ */
@keyframes capfade { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
.chat-dock {
  position: fixed; right: 22px; bottom: 22px; z-index: 90;
  display: flex; flex-direction: column; align-items: flex-end; gap: 14px;
  font-family: var(--sans);
}
.chat-launcher {
  display: flex; align-items: center; gap: 10px;
  background: var(--acc); color: var(--ink); border: none;
  border-radius: 999px; padding: 11px 20px 11px 12px;
  font-size: 14.5px; font-weight: 600; cursor: pointer;
  box-shadow: 0 16px 34px -14px var(--acc);
  transition: transform .2s ease, box-shadow .2s ease;
}
.chat-launcher:hover { transform: translateY(-2px); box-shadow: 0 20px 42px -14px var(--acc); }
.chat-launcher img { width: 32px; height: 32px; border-radius: 50%; object-fit: cover; flex-shrink: 0; }
.chat-panel {
  width: 340px; max-width: calc(100vw - 44px);
  height: 462px; max-height: calc(100vh - 120px);
  background: var(--card); border: 1px solid var(--line);
  border-radius: 22px; box-shadow: 0 30px 70px -30px oklch(0.3 0.06 150 / 0.5);
  display: flex; flex-direction: column; overflow: hidden;
  animation: capfade .28s ease;
}
.chat-header {
  display: flex; align-items: center; gap: 12px;
  padding: 15px 18px; border-bottom: 1px solid var(--line);
  background: radial-gradient(130% 170% at 0% 0%, var(--sage), transparent 62%), var(--card);
}
.chat-avatar { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; flex-shrink: 0; border: 1px solid var(--line); }
.chat-header-meta { flex: 1; min-width: 0; }
.chat-name { font-weight: 700; font-size: 15px; color: var(--fg); }
.chat-role { font-size: 12px; color: var(--muted); display: flex; align-items: center; gap: 6px; }
.chat-status-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--acc); display: inline-block; box-shadow: 0 0 8px var(--acc); }
.chat-close { border: none; background: transparent; color: var(--muted); font-size: 24px; line-height: 1; cursor: pointer; padding: 2px 8px; border-radius: 8px; transition: color .2s; }
.chat-close:hover { color: var(--fg); }
.chat-body { flex: 1; overflow-y: auto; padding: 18px; display: flex; flex-direction: column; gap: 10px; }
.chat-msg { display: flex; }
.chat-msg-bot { justify-content: flex-start; }
.chat-msg-user { justify-content: flex-end; }
.chat-bubble { max-width: 82%; padding: 10px 14px; border-radius: 16px; font-size: 14px; line-height: 1.5; }
.chat-msg-bot .chat-bubble { background: var(--soft); color: var(--fg); border: 1px solid var(--line); border-bottom-left-radius: 5px; }
.chat-msg-user .chat-bubble { background: var(--acc); color: var(--ink); border-bottom-right-radius: 5px; }
.chat-quick { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 2px; }
.chat-quick-btn { border: 1px solid var(--line); background: var(--soft); color: var(--fg); border-radius: 999px; padding: 7px 13px; font-size: 12.5px; font-weight: 500; cursor: pointer; transition: all .2s; }
.chat-quick-btn:hover { border-color: var(--acc); color: var(--acc); }
.chat-inputbar { display: flex; gap: 8px; padding: 12px 14px; border-top: 1px solid var(--line); }
.chat-inputbar input { flex: 1; border: 1px solid var(--line); background: var(--soft); border-radius: 999px; padding: 11px 16px; font-size: 14px; color: var(--fg); outline: none; transition: border-color .2s; }
.chat-inputbar input:focus { border-color: var(--acc); }
.chat-send { flex-shrink: 0; width: 42px; height: 42px; border: none; border-radius: 50%; background: var(--acc); color: var(--ink); font-size: 18px; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: transform .2s; }
.chat-send:hover { transform: scale(1.06); }
.chat-cta { text-align: center; padding: 11px; font-size: 13px; font-weight: 600; color: var(--acc); text-decoration: none; border-top: 1px solid var(--line); }

/* ============ Responsive ============ */
@media (max-width: 960px) {
  .hero { padding-top: 128px; }
  .hero-grid { grid-template-columns: 1fr; gap: 24px; }
  .hero-robot { height: clamp(300px, 60vw, 420px); }
  .calc { grid-template-columns: 1fr; }
  .calc-left { padding: 38px 30px; }
  .calc-result { padding: 38px 30px; }
  .service, .service.reverse { flex-direction: column; gap: 28px; }
  .service-media { width: 100%; min-height: 300px; align-self: auto; }
  .services { gap: 72px; }
  .caps-grid { grid-template-columns: 1fr; gap: 40px; }
  .tools-grid { grid-template-columns: 1fr 1fr; }
  .tests-grid { grid-template-columns: 1fr; }
  .about-grid { grid-template-columns: 1fr; gap: 36px; }
  .about-img { max-width: 420px; }
  .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .visit-grid { grid-template-columns: 1fr; }
  .visit-photo { min-height: 320px; }
  .cta-band { padding: 60px 32px; }
}
@media (max-width: 680px) {
  .nav-inner { gap: 14px; }
  .nav-burger { display: flex; }
  .lang-toggle { margin-left: auto; }
  .nav-links {
    display: none; /* opened via the hamburger */
    position: absolute; top: 100%; left: 0; right: 0;
    flex-direction: column; align-items: stretch; gap: 0;
    margin: 0; padding: 6px 20px 14px;
    background: oklch(0.972 0.009 88 / 0.97);
    backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
    border-bottom: 1px solid var(--line);
    box-shadow: 0 20px 40px -28px oklch(0.3 0.06 150 / 0.5);
  }
  .nav.menu-open .nav-links { display: flex; }
  .nav-links a { padding: 14px 4px; font-size: 16px; border-bottom: 1px solid var(--line); }
  .nav-links a:last-child { border-bottom: none; }
  .section { padding: 64px 20px 72px; }
  #problem, #tools { padding: 72px 20px; }
  .newsletter-section { padding: 20px 20px 72px; }
  .how { padding: 72px 20px; }
  .visit-section { padding: 20px 20px 72px; }
  .faq-section { padding: 36px 20px 72px; }
  .tools-grid { grid-template-columns: 1fr; }
  .form-2col { grid-template-columns: 1fr; }
  .cta-band { padding: 52px 24px; }
  .hero-robot { cursor: pointer; -webkit-tap-highlight-color: transparent; }
  .robot-hint:not([hidden]) {
    display: flex; align-items: center; gap: 8px;
    margin-top: 6px; padding: 8px 16px;
    font-family: var(--serif); font-style: italic; font-size: 15px;
    color: var(--muted); background: oklch(0.4 0.02 90 / 0.05);
    border-radius: 999px; animation: hintpulse 2.4s ease-in-out infinite;
  }
  .robot-hint:not([hidden])::before {
    content: ''; width: 8px; height: 8px; border-radius: 50%;
    background: var(--acc); box-shadow: 0 0 10px var(--acc); flex-shrink: 0;
  }
}
@keyframes hintpulse { 0%, 100% { opacity: 0.75; } 50% { opacity: 1; } }

/* ============ Reduced motion ============ */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; }
}

/* ---- Accessibility helpers (added 2026-07-13) ---- */
.sr-only{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:-48px;z-index:100000;background:var(--acc,#4da96f);color:#08130c;padding:10px 16px;border-radius:8px;font-weight:600;text-decoration:none;transition:top .15s;}
.skip-link:focus{top:12px;}
/* Visible keyboard focus for all interactive elements (WCAG 2.4.7) */
a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,[role="switch"]:focus-visible,[tabindex]:focus-visible{outline:3px solid var(--acc,#4da96f);outline-offset:2px;}

/* ---- Newsletter consent checkbox (option B, added 2026-07-13) ---- */
.nl-check{display:flex;flex-basis:100%;gap:9px;align-items:flex-start;margin-top:12px;font-size:13.5px;line-height:1.5;color:var(--muted,#6b756d);cursor:pointer;text-align:left;}
.nl-check input[type="checkbox"]{margin-top:2px;width:16px;height:16px;flex:0 0 auto;accent-color:var(--acc,#4da96f);cursor:pointer;}
.nl-check a{color:var(--acc,#4da96f);text-decoration:underline;}
