/* === NORLIA.AI — BRAND IDENTITY SYSTEM V1.6.0 === */
/* Colors: #0A0A0A black · #FAFAF6 bone · #FF5722 signal */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --black:    #0A0A0A;
  --bone:     #FAFAF6;
  --signal:   #FF5722;
  --bone-50:  rgba(250,250,246,.5);
  --bone-20:  rgba(250,250,246,.2);
  --bone-10:  rgba(250,250,246,.1);
  --bone-05:  rgba(250,250,246,.05);
  --black-10: rgba(10,10,10,.1);
  --black-08: rgba(10,10,10,.08);
  --black-50: rgba(10,10,10,.5);
  --f-disp:   'Anton', Impact, sans-serif;
  --f-body:   'Helvetica Neue','Liberation Sans', Arial, sans-serif;
  --f-mono:   'Courier New', Courier, monospace;
  --nav-h:    60px;
  --max-w:    1200px;
  --gutter:   clamp(20px, 5vw, 80px);
  --pad-y:    clamp(56px, 9vw, 120px);
  --pad-y-sm: clamp(40px, 6vw, 80px);
  --ease:     cubic-bezier(.6,.05,.2,1);
}

@media (min-width: 769px) { :root { --nav-h: 64px; } }

html  { scroll-behavior: smooth; }
body  {
  background: var(--black); color: var(--bone);
  font-family: var(--f-body); font-size: 15px; line-height: 1.55;
  -webkit-font-smoothing: antialiased; overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

/* ─── NAV ──────────────────────────────────────────────────── */
.nav {
  position: fixed; top: 0; left: 0; right: 0;
  height: var(--nav-h);
  display: flex; align-items: center;
  padding: 0 var(--gutter);
  background: var(--black);
  border-bottom: 1px solid var(--bone-10);
  z-index: 200;
}
.nav__logo {
  font-family: var(--f-disp); font-size: 21.6px;
  letter-spacing: .05em; color: var(--bone); flex: 1;
}
.nav__logo .dot { color: var(--signal); }
.nav__links {
  display: flex; align-items: center; gap: 32px; list-style: none;
}
.nav__links a {
  font-size: 12px; font-weight: 700; letter-spacing: .1em;
  text-transform: uppercase; color: var(--bone-50);
  transition: color .2s;
}
.nav__links a:hover, .nav__links a.active { color: var(--bone); }
.nav__lang {
  display: flex; align-items: center; gap: 4px; margin-left: 40px;
}
.nav__lang button {
  background: none; border: none; cursor: pointer; padding: 4px 6px;
  font-family: var(--f-mono); font-size: 11px; letter-spacing: .1em;
  color: var(--bone-50); transition: color .2s; text-transform: uppercase;
}
.nav__lang button.active { color: var(--signal); }
.nav__lang .sep { color: var(--bone-20); font-size: 11px; }
.nav__burger {
  display: none; background: none; border: none; cursor: pointer;
  width: 36px; height: 36px; margin-left: 16px; padding: 0;
  position: relative; -webkit-tap-highlight-color: transparent;
}
.nav__burger span {
  position: absolute; left: 8px; right: 8px; height: 1.5px;
  background: var(--bone); transition: transform .25s var(--ease), top .25s var(--ease), opacity .2s;
}
.nav__burger span:nth-child(1) { top: 13px; }
.nav__burger span:nth-child(2) { top: 21px; }
.nav.open .nav__burger span:nth-child(1) { top: 17px; transform: rotate(45deg); }
.nav.open .nav__burger span:nth-child(2) { top: 17px; transform: rotate(-45deg); }

/* ─── LAYOUT ────────────────────────────────────────────────── */
main { padding-top: var(--nav-h); }
.section { padding: var(--pad-y) var(--gutter); }
.section--bone { background: var(--bone); color: var(--black); }
.section--bone .label { color: var(--signal); }
.section--bone .dim   { color: var(--black-50); }
.section--bone .roi-grid,
.section--bone .roi-cell  { border-color: var(--black-10); }
.section--bone .roi-sub   { color: var(--black-50); }
.section--bone .road-item { border-color: rgba(10,10,10,.18); }
.section--bone .road-body { color: rgba(10,10,10,.65); }
.section--narrow { padding-top: var(--pad-y-sm); padding-bottom: var(--pad-y-sm); }
.container { max-width: var(--max-w); margin: 0 auto; }

/* ─── TYPE SCALE ────────────────────────────────────────────── */
.label {
  font-family: var(--f-mono); font-size: 11px; letter-spacing: .15em;
  text-transform: uppercase; color: var(--bone-50);
  display: flex; align-items: center; gap: 12px; margin-bottom: 32px;
}
.label::before {
  content: ''; display: block; width: 24px; height: 1px;
  background: var(--signal); flex-shrink: 0;
}
.d1 {
  font-family: var(--f-disp); font-weight: 400; text-transform: uppercase;
  font-size: clamp(48px, 7.5vw, 88px); line-height: .88; letter-spacing: -.01em;
}
.d2 {
  font-family: var(--f-disp); font-weight: 400; text-transform: uppercase;
  font-size: clamp(32px, 5vw, 60px); line-height: .9; letter-spacing: -.01em;
}
.h1 {
  font-family: var(--f-disp); font-weight: 400; text-transform: uppercase;
  font-size: clamp(20px, 2.5vw, 28px); line-height: 1;
}
.body-lg { font-size: clamp(15px, 1.4vw, 18px); line-height: 1.65; color: var(--bone-50); }
.mono    { font-family: var(--f-mono); font-size: 12px; letter-spacing: .06em; }
.dim     { color: var(--bone-50); }

/* ─── BUTTONS ───────────────────────────────────────────────── */
@property --br {
  syntax: '<percentage>';
  inherits: false;
  initial-value: 0%;
}

.btn {
  --br: 0%;
  display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--f-body); font-size: 12px; font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase;
  padding: 16px 28px; min-height: 52px;
  cursor: pointer; border: 1px solid transparent;
  white-space: nowrap; border-radius: 10px;
  transition: --br .8s cubic-bezier(.3, 0, .2, 1),
              color .45s ease, border-color .3s ease,
              box-shadow .4s ease, transform .12s ease;
  -webkit-tap-highlight-color: transparent;
}
.btn:hover  { --br: 230%; }
.btn:active { transform: scale(.97); }
.btn:focus-visible { outline: 2px solid var(--signal); outline-offset: 3px; }

/* signal orange button → fades to bone on hover */
.btn--primary {
  background: var(--bone);
  color: var(--black);
}
@media (hover: hover) {
  .btn--primary {
    background: radial-gradient(circle at 50% 50%,
      var(--signal) calc(var(--br) - 45%),
      var(--bone) var(--br));
  }
  .btn--primary:hover { color: var(--bone); }
}

/* already-orange button → blob bone expands on hover */
.btn--signal {
  background: radial-gradient(circle at 50% 50%,
    var(--bone) calc(var(--br) - 45%),
    var(--signal) var(--br));
  color: var(--bone);
}
.btn--signal:hover {
  color: var(--black);
}

/* ghost → orange fill on hover */
.btn--ghost {
  background: radial-gradient(circle at 50% 50%,
    var(--signal) calc(var(--br) - 45%),
    transparent var(--br));
  color: var(--bone);
  border-color: rgba(250,250,246,.22);
}
.btn--ghost:hover {
  border-color: rgba(255,87,34,.6);
}

/* dark button → orange fill on hover */
.btn--dark {
  background: radial-gradient(circle at 50% 50%,
    var(--signal) calc(var(--br) - 45%),
    var(--black) var(--br));
  color: var(--bone); border-color: var(--bone-10);
}
.btn--dark:hover { border-color: transparent; }

/* ─── METRICS STRIP ─────────────────────────────────────────── */
.metrics {
  display: grid; grid-template-columns: repeat(4, 1fr);
  margin-top: 64px;
  border-top: 1px solid var(--bone-10);
}
.metric { padding: 24px 20px; border-right: 1px solid var(--bone-10); }
.metric:last-child { border-right: none; }
.metric__num {
  font-family: var(--f-disp); font-size: clamp(26px, 3.5vw, 38px);
  color: var(--signal); line-height: 1; margin-bottom: 6px;
}
.metric__lbl {
  font-size: 12px; letter-spacing: .07em; text-transform: uppercase; color: var(--bone-50);
}

/* ─── GRID ──────────────────────────────────────────────────── */
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px; }

/* ─── PILLAR CARDS ──────────────────────────────────────────── */
/* ─── PILLAR CARDS ──────────────────────────────────────────── */
.pillar {
  padding: 44px;
  background: var(--black);
  border: 1px solid rgba(250,250,246,.06);
  display: grid;
  grid-template-columns: min-content 1fr;
  grid-template-rows: auto auto;
  column-gap: 22px;
  align-items: center;
}
.pillar__num {
  font-family: var(--f-disp); font-size: clamp(72px, 8vw, 96px);
  color: var(--signal); line-height: 1;
  grid-row: 1 / 3; grid-column: 1;
  padding-right: 4px;
}
.pillar__title {
  font-family: var(--f-disp); font-size: clamp(22px, 2.5vw, 30px);
  letter-spacing: .02em; text-transform: uppercase;
  color: var(--bone); line-height: 1;
  grid-column: 2; grid-row: 1;
  align-self: end; padding-bottom: 10px;
}
.pillar__body {
  font-size: 14px; line-height: 1.7; color: var(--bone-50);
  grid-column: 2; grid-row: 2;
  align-self: start;
}
@media (max-width: 600px) {
  .pillar { padding: 32px 28px; column-gap: 16px; }
  .pillar__num { font-size: 64px; }
}

/* ─── CAPABILITY CARDS ──────────────────────────────────────── */
.cap {
  padding: 36px 32px;
  border: 1px solid var(--bone-10);
  transition: border-color .2s;
}
.cap:hover { border-color: var(--bone-20); }
.cap__num {
  font-family: var(--f-mono); font-size: 11px; color: var(--signal);
  letter-spacing: .15em; margin-bottom: 20px;
}
.cap__title {
  font-size: 14px; font-weight: 700; letter-spacing: .05em;
  text-transform: uppercase; margin-bottom: 10px; color: var(--bone);
}
.cap__body { font-size: 13px; line-height: 1.7; color: var(--bone-50); }

/* ─── STEPS FLOW ────────────────────────────────────────────── */
.steps { display: flex; flex-direction: column; gap: 0; }
.step {
  display: grid; grid-template-columns: 80px 1fr;
  gap: 0; padding: 32px 0;
  border-bottom: 1px solid var(--bone-10);
  align-items: start;
}
.step:last-child { border-bottom: none; }
.step__num {
  font-family: var(--f-disp); font-size: 40px; color: var(--signal); line-height: 1;
}
.step__title {
  font-size: 15px; font-weight: 700; letter-spacing: .05em;
  text-transform: uppercase; margin-bottom: 8px;
}
.step__body { font-size: 14px; line-height: 1.7; color: var(--bone-50); }

/* ─── COMPARE TABLE ─────────────────────────────────────────── */
.table-wrap { overflow-x: auto; }
.compare {
  width: 100%; border-collapse: collapse; font-size: 14px;
}
.compare th {
  font-family: var(--f-mono); font-size: 10px; letter-spacing: .12em;
  text-transform: uppercase; color: var(--bone-50);
  padding: 0 24px 16px; text-align: left; border-bottom: 1px solid var(--bone-10);
}
.compare th:first-child { color: var(--bone-50); }
.compare td {
  padding: 18px 24px; border-bottom: 1px solid var(--bone-10);
  vertical-align: top;
}
.compare td:first-child { color: var(--bone-50); font-size: 13px; letter-spacing: .04em; }
.compare .old  { color: var(--bone-50); }
.compare .vera { color: var(--signal); font-weight: 700; }
.compare .vera-head { color: var(--signal); }
.compare tbody tr:hover td { background: var(--bone-05); }

/* ─── ROI BOX ───────────────────────────────────────────────── */
.roi-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--bone-10);
}
.roi-cell {
  padding: 40px 32px; border-right: 1px solid var(--bone-10);
}
.roi-cell:last-child { border-right: none; }
.roi-num {
  font-family: var(--f-disp); font-size: clamp(32px, 4vw, 48px);
  line-height: 1; margin-bottom: 10px;
}
.roi-num--signal { color: var(--signal); }
.roi-num--bone   { color: var(--bone); }
.roi-sub { font-size: 12px; letter-spacing: .07em; text-transform: uppercase; color: var(--bone-50); }

/* ─── STATUS LIST ───────────────────────────────────────────── */
.status-list { display: flex; flex-direction: column; gap: 0; }
.status-item {
  display: flex; align-items: center; gap: 16px;
  padding: 18px 0; border-bottom: 1px solid var(--bone-10);
  font-size: 14px;
}
.status-item:last-child { border-bottom: none; }
.status-item::before {
  content: '●'; color: var(--signal); font-size: 10px; flex-shrink: 0;
}

/* ─── ROADMAP ───────────────────────────────────────────────── */
.roadmap { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.road-item {
  padding: 32px 24px; border-right: 1px solid var(--bone-10);
  border-top: 2px solid transparent;
  transition: border-top-color .2s;
}
.road-item:last-child { border-right: none; }
.road-item:hover { border-top-color: var(--signal); }
.road-q {
  font-family: var(--f-mono); font-size: 10px; color: var(--signal);
  letter-spacing: .12em; margin-bottom: 14px;
}
.road-title { font-size: 14px; font-weight: 700; text-transform: uppercase;
  letter-spacing: .04em; margin-bottom: 8px; }
.road-body { font-size: 13px; color: var(--bone-50); line-height: 1.6; }

/* ─── TERMINAL BOX ──────────────────────────────────────────── */
.terminal {
  border: 1px solid var(--bone-10); padding: 32px;
  background: var(--bone-05);
}
.terminal__prompt {
  font-family: var(--f-mono); font-size: 11px; color: var(--signal);
  letter-spacing: .1em; margin-bottom: 24px;
}
.terminal__row {
  display: flex; justify-content: space-between; align-items: baseline;
  padding: 14px 0; border-bottom: 1px solid var(--bone-05);
}
.terminal__row:last-child { border-bottom: none; padding-bottom: 0; }
.terminal__key { font-family: var(--f-mono); font-size: 11px; color: var(--bone-50); letter-spacing: .08em; text-transform: uppercase; }
.terminal__val { font-family: var(--f-disp); font-size: 26px; line-height: 1; }
.terminal__val--signal { color: var(--signal); }
.terminal__val--bone   { color: var(--bone); }
.terminal__val--mono   { font-family: var(--f-mono); font-size: 13px; letter-spacing: .1em; }

/* ─── CONTACT FORM ──────────────────────────────────────────── */
.form-field {
  display: flex; flex-direction: column; gap: 8px; margin-bottom: 24px;
}
.form-field label {
  font-size: 11px; letter-spacing: .1em; text-transform: uppercase;
  color: var(--bone-50); font-weight: 700;
}
.form-field input, .form-field textarea, .form-field select {
  background: var(--bone-05); border: 1px solid var(--bone-10); color: var(--bone);
  font-family: var(--f-body); font-size: 14px; padding: 14px 16px;
  outline: none; transition: border-color .2s; resize: vertical;
  -webkit-appearance: none;
}
.form-field input:focus, .form-field textarea:focus, .form-field select:focus {
  border-color: var(--bone-50);
}
.form-field select option { background: var(--black); }

/* ─── STEPS (3-STEP CTA) ────────────────────────────────────── */
.steps-cta { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; }
.step-cta {
  padding: 40px 32px; border-right: 1px solid var(--bone-10);
}
.step-cta:last-child { border-right: none; }
.step-cta__num {
  font-family: var(--f-disp); font-size: 52px; color: var(--signal); line-height: 1;
  margin-bottom: 20px;
}
.step-cta__title {
  font-size: 14px; font-weight: 700; letter-spacing: .06em;
  text-transform: uppercase; margin-bottom: 10px;
}
.step-cta__body { font-size: 13px; line-height: 1.7; color: var(--bone-50); }

/* ─── FOOTER ────────────────────────────────────────────────── */
.footer {
  padding: 52px var(--gutter) 32px;
  border-top: 1px solid var(--bone-10);
  position: relative; overflow: hidden;
}
.footer__wm {
  position: absolute; left: 50%; top: 46%;
  transform: translate(-50%, -50%);
  font-family: var(--f-disp);
  font-size: clamp(56px, 12vw, 148px);
  color: rgba(250,250,246,.04);
  white-space: nowrap; pointer-events: none;
  letter-spacing: .05em; user-select: none;
  z-index: 0;
}
.footer__wm .wm-first { color: rgba(255,255,255,.06); }
.footer__wm .wm-dot { color: rgba(255,87,34,.055); }
.footer__top, .footer__bottom { position: relative; z-index: 1; }
.footer__top {
  display: grid; grid-template-columns: 1fr auto;
  gap: 40px; margin-bottom: 40px;
}
.footer__logo { font-family: var(--f-disp); font-size: 24px; letter-spacing: .05em; }
.footer__logo .dot { color: var(--signal); }
.footer__tagline { font-size: 13px; color: var(--bone-50); margin-top: 8px; }
.footer__contact { font-family: var(--f-mono); font-size: 12px; color: var(--bone-50); margin-top: 12px; }
.footer__nav { display: flex; flex-direction: column; align-items: flex-end; gap: 10px; }
.footer__nav a { font-size: 12px; letter-spacing: .08em; text-transform: uppercase;
  color: var(--bone-50); transition: color .2s; }
.footer__nav a:hover { color: var(--bone); }
.footer__bottom {
  display: flex; justify-content: space-between;
  border-top: 1px solid var(--bone-10); padding-top: 20px;
  font-family: var(--f-mono); font-size: 11px; color: var(--bone-50);
  letter-spacing: .06em; flex-wrap: wrap; gap: 8px;
}

/* ─── ANIMATIONS ────────────────────────────────────────────── */
.reveal {
  opacity: 0; transform: translateY(22px);
  visibility: hidden;
  transition: opacity .65s ease, transform .65s ease, visibility 0s;
}
.reveal.on { opacity: 1; transform: translateY(0); visibility: visible; }
.reveal-delay-1 { transition-delay: .1s; }
.reveal-delay-2 { transition-delay: .2s; }
.reveal-delay-3 { transition-delay: .3s; }

/* ─── RESPONSIVE ────────────────────────────────────────────── */
@media (max-width: 900px) {
  .nav { padding: 0 20px; }
  .nav__links { display: none; }
  .nav__burger { display: block; }
  .nav__lang { margin-left: auto; gap: 2px; }
  .nav__lang button { padding: 4px 4px; font-size: 10px; }
  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr 1fr; }
  .metrics { grid-template-columns: 1fr 1fr; margin-top: 48px; }
  .metric { padding: 18px 16px; }
  .metric:nth-child(2) { border-right: none; }
  .metric:nth-child(n+1):nth-child(-n+2) { border-bottom: 1px solid var(--bone-10); }
  .roadmap, .steps-cta { grid-template-columns: 1fr 1fr; }
  .roi-grid { grid-template-columns: 1fr; }
  .roi-cell { border-right: none; border-bottom: 1px solid var(--bone-10); padding: 32px 28px; }
  .roi-cell:last-child { border-bottom: none; }
  .pillar { padding: 32px 28px; }
  .pillar__num { font-size: 44px; margin-bottom: 16px; }
  .cap { padding: 28px 24px; }
  .step { padding: 24px 0; grid-template-columns: 56px 1fr; }
  .step__num { font-size: 32px; }
  .compare th, .compare td { padding: 14px 16px; font-size: 13px; }
  .compare th { padding-bottom: 12px; }
  .terminal { padding: 24px 22px; }
  .terminal__val { font-size: 22px; }
}
@media (max-width: 600px) {
  body { font-size: 14px; }
  .section { padding: var(--pad-y-sm) 20px; }
  .nav { padding: 0 16px; }
  .label { margin-bottom: 24px; }
  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .roadmap, .steps-cta { grid-template-columns: 1fr; }
  .road-item, .step-cta { border-right: none; border-bottom: 1px solid var(--bone-10); }
  .road-item:last-child, .step-cta:last-child { border-bottom: none; }
  .step-cta { padding: 32px 28px; }
  .step-cta__num { font-size: 44px; margin-bottom: 14px; }
  .footer { padding: 40px 20px 24px; }
  .footer__wm { font-size: 20vw; }
  .footer__top { grid-template-columns: 1fr; gap: 32px; margin-bottom: 28px; }
  .footer__nav { align-items: flex-start; flex-direction: row; flex-wrap: wrap; gap: 16px 24px; }
  .footer__bottom { flex-direction: column; gap: 6px; padding-top: 18px; }
  .btn { width: 100%; justify-content: center; padding: 16px 24px; }
  .btn-row .btn { width: auto; }
  .btn { transition: color .2s ease, border-color .2s ease, transform .12s ease, opacity .65s ease; }
  .btn--primary { background: var(--bone); color: var(--black); }
  .btn--ghost   { border-color: rgba(250,250,246,.9); background: rgba(250,250,246,.06); }
  .btn--signal  { background: var(--signal); color: var(--black); }
  .btn--dark    { background: var(--black); color: var(--bone); }
  .metrics { margin-top: 40px; }
  .metric__num { font-size: 26px; }
  .metric__lbl { font-size: 11px; }
  .roi-grid { border: none; }
  .roi-cell { border: 1px solid var(--bone-10); margin-bottom: 2px; padding: 28px 24px; }
  .terminal { padding: 22px 20px; }
  .table-wrap { margin: 0 -20px; padding: 0 20px; }
  .compare { min-width: 480px; }
}

/* ─── BTN + REVEAL FIX ──────────────────────────────────────── */
/* .reveal overrides .btn transition (cascade order). This rule restores
   all btn hover effects while keeping the opacity fade-in. */
.btn.reveal {
  transform: none;
  transition: --br .8s cubic-bezier(.3, 0, .2, 1),
              color .45s ease, border-color .3s ease,
              box-shadow .4s ease, transform .12s ease,
              opacity .65s ease;
}
.btn.reveal.reveal-delay-1 { transition-delay: .1s; }
.btn.reveal.reveal-delay-2 { transition-delay: .2s; }
.btn.reveal.reveal-delay-3 { transition-delay: .3s; }

/* ─── MOBILE NAV OPEN ───────────────────────────────────────── */
.nav.open .nav__links {
  display: flex; flex-direction: column; align-items: flex-start;
  position: absolute; top: var(--nav-h); left: 0; right: 0;
  background: var(--black); border-bottom: 1px solid var(--bone-10);
  padding: 24px var(--gutter); gap: 20px;
}

/* ─── LANGUAGE SECTIONS ─────────────────────────────────────── */
.lang-es { display: none; }

/* ─── COOKIE BANNER ─────────────────────────────────────────── */
.cookie-banner {
  position: fixed; left: 0; right: 0; bottom: 0;
  z-index: 300;
  background: var(--black); color: var(--bone);
  border-top: 1px solid var(--signal);
  padding: 12px var(--gutter);
  display: flex; align-items: center; gap: 20px;
  font-size: 12px; line-height: 1.55;
  box-shadow: 0 -6px 24px rgba(0,0,0,.3);
  transform: translateY(100%);
  transition: transform .55s var(--ease);
}
.cookie-banner.is-visible { transform: translateY(0); }
.cookie-banner.is-leaving { transform: translateY(110%); }
.cookie-banner__mark {
  font-family: var(--f-mono); font-size: 11px;
  letter-spacing: .18em; color: var(--signal);
  flex-shrink: 0;
}
.cookie-banner__text {
  flex: 1; max-width: 760px; color: var(--bone-50);
}
.cookie-banner__text strong { color: var(--bone); font-weight: 700; }
.cookie-banner__text a {
  color: var(--signal);
  border-bottom: 1px solid transparent;
  transition: border-color .2s;
}
.cookie-banner__text a:hover { border-bottom-color: var(--signal); }
.cookie-banner__actions { flex-shrink: 0; }
.cookie-banner .btn {
  min-height: 34px; padding: 6px 20px; font-size: 11px;
}
@media (max-width: 900px) {
  .cookie-banner {
    flex-direction: column; align-items: stretch;
    gap: 10px; padding: 12px 16px;
  }
  .cookie-banner__mark { display: none; }
  .cookie-banner__actions { align-self: flex-end; }
  .cookie-banner .btn { min-height: 34px; padding: 6px 22px; }
}

/* ─── COOKIE CONTROLS (cookies.html) ────────────────────────── */
.cookie-controls {
  border: 1px solid var(--bone-10);
  padding: 28px 28px 24px;
  margin-top: 32px;
  background: var(--bone-05);
  font-family: var(--f-body);
}
.cookie-controls__head {
  display: flex; align-items: center; gap: 12px; margin-bottom: 18px;
}
.cookie-controls__dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--bone-20); flex-shrink: 0;
  transition: background .2s;
}
.cookie-controls[data-state="accepted"] .cookie-controls__dot { background: var(--signal); }
.cookie-controls__label {
  font-family: var(--f-mono); font-size: 11px; letter-spacing: .14em;
  text-transform: uppercase; color: var(--bone);
}
.cookie-controls__body {
  font-size: 13px; line-height: 1.75; color: var(--bone-50);
  margin-bottom: 20px; max-width: 640px;
}
.cookie-controls__body code {
  font-family: var(--f-mono); font-size: 12px;
  color: var(--signal); padding: 0 4px;
}
.cookie-controls__body strong { color: var(--bone); font-weight: 500; }
.cookie-controls[data-state="accepted"] .cookie-controls__when-off,
.cookie-controls[data-state="none"]     .cookie-controls__when-on { display: none; }
.cookie-controls .btn { min-height: 44px; padding: 12px 22px; font-size: 11px; }
