/* ==========================================================================
   Climentos Technologies — Core System
   Obsidian + Aurora. Contour motif. Space Grotesk / Inter / JetBrains Mono.
   ========================================================================== */

/* --- 1. Tokens ---------------------------------------------------------- */
:root {
  /* Surface */
  --void: #05070a;
  --slate: #0a0e15;
  --slate-2: #0f141d;
  --hairline: rgba(233, 239, 245, 0.09);
  --hairline-soft: rgba(233, 239, 245, 0.05);

  /* Signal */
  --jade: #00e5a0;
  --jade-dim: #06b384;
  --sky: #34c7ff;
  --champagne: #c9a961;

  /* Ink */
  --ink: #e9eff5;
  --ink-2: #b7c3d1;
  --muted: #8b98a9;
  --faint: #5d6878;

  /* Glass */
  --glass: rgba(255, 255, 255, 0.035);
  --glass-2: rgba(255, 255, 255, 0.06);
  --glass-brd: rgba(255, 255, 255, 0.085);

  /* Gradients */
  --aurora: linear-gradient(135deg, var(--jade) 0%, var(--sky) 100%);
  --aurora-soft: linear-gradient(135deg, rgba(0, 229, 160, .16), rgba(52, 199, 255, .16));
  --fade-ink: linear-gradient(180deg, var(--ink) 0%, rgba(233, 239, 245, .62) 100%);

  /* Type */
  --f-display: "Space Grotesk", "Segoe UI", system-ui, sans-serif;
  --f-body: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  --f-mono: "JetBrains Mono", ui-monospace, "SFMono-Regular", monospace;

  /* Scale — fluid */
  --t-hero: clamp(2.75rem, 1.4rem + 6vw, 6.25rem);
  --t-h1: clamp(2.25rem, 1.3rem + 4.2vw, 4.25rem);
  --t-h2: clamp(1.85rem, 1.2rem + 2.6vw, 3.15rem);
  --t-h3: clamp(1.35rem, 1.05rem + 1.2vw, 1.9rem);
  --t-h4: clamp(1.1rem, .98rem + .5vw, 1.3rem);
  --t-lead: clamp(1.02rem, .96rem + .35vw, 1.22rem);
  --t-body: 1rem;
  --t-sm: .875rem;
  --t-xs: .75rem;

  /* Rhythm */
  --gap: 1.5rem;
  --pad-section: clamp(4.5rem, 3rem + 6vw, 8.5rem);
  --shell: 1280px;
  --r-sm: 10px;
  --r: 18px;
  --r-lg: 26px;
  --r-xl: 34px;

  /* Motion */
  --ease: cubic-bezier(.22, 1, .36, 1);
  --ease-in-out: cubic-bezier(.65, 0, .35, 1);
  --dur: .55s;

  /* Shadow */
  --lift: 0 24px 60px -24px rgba(0, 0, 0, .85);
  --glow-jade: 0 0 0 1px rgba(0, 229, 160, .28), 0 18px 50px -18px rgba(0, 229, 160, .38);

  --nav-h: 76px;
}

/* --- 2. Reset ----------------------------------------------------------- */
*,
*::before,
*::after { box-sizing: border-box; }

html {
  -webkit-text-size-adjust: 100%;
  /* scroll-behavior: smooth; */
}

body {
  margin: 0;
  background: var(--void);
  color: var(--ink-2);
  font-family: var(--f-body);
  font-size: var(--t-body);
  line-height: 1.65;
  font-feature-settings: "cv11", "ss01";
  -webkit-font-smoothing: antialiased;
  -moz-osx-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

body.is-locked { overflow: hidden; }

img, svg, video, canvas { display: block; max-width: 100%; }
img { height: auto; }

h1, h2, h3, h4, h5 {
  font-family: var(--f-display);
  color: var(--ink);
  font-weight: 600;
  letter-spacing: -.03em;
  line-height: 1.06;
  margin: 0 0 .55em;
}

p { margin: 0 0 1.1em; }
p:last-child { margin-bottom: 0; }

a {
  color: var(--jade);
  text-decoration: none;
  transition: color .25s var(--ease);
}
a:hover { color: var(--sky); }

ul, ol { margin: 0 0 1.1em; padding-left: 1.15rem; }
li { margin-bottom: .4em; }

::selection { background: rgba(0, 229, 160, .28); color: #fff; }

:focus-visible {
  outline: 2px solid var(--jade);
  outline-offset: 3px;
  border-radius: 4px;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -100px;
  z-index: 9999;
  background: var(--jade);
  color: #04120d;
  padding: .7rem 1.2rem;
  border-radius: 0 0 10px 10px;
  font-weight: 600;
  transition: top .25s var(--ease);
}
.skip-link:focus { top: 0; color: #04120d; }

.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;
}

/* --- 3. Shell & rhythm -------------------------------------------------- */
.shell {
  width: min(100% - 2.5rem, var(--shell));
  margin-inline: auto;
}
@media (max-width: 575px) { .shell { width: calc(100% - 2rem); } }

.band { padding-block: var(--pad-section); position: relative; }
.band--tight { padding-block: clamp(3rem, 2rem + 3vw, 5rem); }
.band--flush-top { padding-top: 0; }
.band--edge { border-top: 1px solid var(--hairline-soft); }
.band--well { background: linear-gradient(180deg, var(--void), var(--slate) 45%, var(--void)); }

/* --- 4. Signature: contour motif ---------------------------------------- */
/* Repeated topographic ridge line — the brand's structural signature.       */
.contour {
  position: absolute;
  inset-inline: 0;
  height: 120px;
  pointer-events: none;
  opacity: .5;
  color: var(--jade);
}
.contour--top { top: -1px; }
.contour--bottom { bottom: -1px; transform: scaleY(-1); }

.grain {
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: .035;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)'/%3E%3C/svg%3E");
}

.aurora-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  opacity: .38;
  pointer-events: none;
  z-index: 0;
}
.aurora-blob--jade { background: radial-gradient(circle, rgba(0, 229, 160, .55), transparent 68%); }
.aurora-blob--sky { background: radial-gradient(circle, rgba(52, 199, 255, .45), transparent 68%); }

/* --- 5. Type utilities -------------------------------------------------- */
.eyebrow {
  font-family: var(--f-mono);
  font-size: var(--t-xs);
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--jade);
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  margin-bottom: 1.1rem;
}
.eyebrow::before {
  content: "";
  width: 26px;
  height: 1px;
  background: currentColor;
  opacity: .6;
}
.eyebrow--plain::before { display: none; }
.eyebrow--champagne { color: var(--champagne); }

.h-hero { font-size: var(--t-hero); letter-spacing: -.045em; }
.h-1 { font-size: var(--t-h1); }
.h-2 { font-size: var(--t-h2); }
.h-3 { font-size: var(--t-h3); }
.h-4 { font-size: var(--t-h4); letter-spacing: -.02em; }

.lead {
  font-size: var(--t-lead);
  color: var(--ink-2);
  line-height: 1.62;
  max-width: 62ch;
}
.muted { color: var(--muted); }
.small { font-size: var(--t-sm); }
.mono { font-family: var(--f-mono); letter-spacing: -.01em; }

.grad-text {
  background: var(--aurora);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.ink-fade {
  background: var(--fade-ink);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.band-head { max-width: 720px; margin-bottom: clamp(2.5rem, 2rem + 2vw, 4rem); }
.band-head--center { margin-inline: auto; text-align: center; }
.band-head--center .eyebrow { justify-content: center; }
.band-head--center .lead { margin-inline: auto; }

.head-split {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
  gap: clamp(1.5rem, 1rem + 3vw, 4rem);
  align-items: end;
  margin-bottom: clamp(2.5rem, 2rem + 2vw, 4rem);
}
@media (max-width: 860px) { .head-split { grid-template-columns: 1fr; align-items: start; } }

/* --- 6. Buttons --------------------------------------------------------- */
.btn {
  --btn-bg: var(--glass-2);
  --btn-ink: var(--ink);
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .6rem;
  padding: .82rem 1.5rem;
  border: 1px solid var(--glass-brd);
  border-radius: 999px;
  background: var(--btn-bg);
  color: var(--btn-ink);
  font-family: var(--f-body);
  font-size: .9rem;
  font-weight: 600;
  letter-spacing: -.01em;
  line-height: 1;
  cursor: pointer;
  overflow: hidden;
  isolation: isolate;
  transition: transform .35s var(--ease), border-color .3s, color .3s, background .3s;
  will-change: transform;
}
.btn:hover { color: var(--btn-ink); border-color: rgba(255, 255, 255, .2); }
.btn:active { transform: scale(.97); }
.btn svg { width: 16px; height: 16px; flex: none; }

.btn--primary {
  --btn-ink: #04120d;
  background: var(--aurora);
  border-color: transparent;
  font-weight: 600;
}
.btn--primary::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(135deg, var(--sky), var(--jade));
  opacity: 0;
  transition: opacity .4s var(--ease);
}
.btn--primary:hover { color: #04120d; box-shadow: var(--glow-jade); }
.btn--primary:hover::after { opacity: 1; }

.btn--ghost { background: transparent; }
.btn--ghost:hover { background: var(--glass); }

.btn--lg { padding: 1.02rem 1.9rem; font-size: .96rem; }
.btn--sm { padding: .62rem 1.1rem; font-size: .82rem; }
.btn--block { width: 100%; }

.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  font-family: var(--f-mono);
  font-size: var(--t-xs);
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--ink);
}
.link-arrow svg { width: 14px; height: 14px; transition: transform .35s var(--ease); }
.link-arrow:hover { color: var(--jade); }
.link-arrow:hover svg { transform: translateX(5px); }

/* --- 7. Surfaces -------------------------------------------------------- */
.pane {
  position: relative;
  background: var(--glass);
  border: 1px solid var(--glass-brd);
  border-radius: var(--r-lg);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  overflow: hidden;
}
.pane--pad { padding: clamp(1.5rem, 1.1rem + 1.2vw, 2.4rem); }
.pane--flat { backdrop-filter: none; -webkit-backdrop-filter: none; background: var(--slate); }

.pane__sheen {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity .45s var(--ease);
  background: radial-gradient(420px circle at var(--mx, 50%) var(--my, 0%), rgba(0, 229, 160, .13), transparent 62%);
}
.pane:hover .pane__sheen { opacity: 1; }

.tile {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: .9rem;
  padding: clamp(1.4rem, 1.1rem + .9vw, 2rem);
  background: var(--glass);
  border: 1px solid var(--glass-brd);
  border-radius: var(--r);
  overflow: hidden;
  transition: transform .5s var(--ease), border-color .4s, background .4s;
  height: 100%;
}
.tile::before {
  content: "";
  position: absolute;
  inset-inline: 0;
  top: 0;
  height: 1px;
  background: var(--aurora);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .55s var(--ease);
}
.tile:hover {
  transform: translateY(-6px);
  border-color: rgba(0, 229, 160, .28);
  background: var(--glass-2);
}
.tile:hover::before { transform: scaleX(1); }
.tile h3, .tile h4 { margin-bottom: 0; }
.tile p { color: var(--muted); font-size: .95rem; margin-bottom: 0; }
.tile__foot { margin-top: auto; padding-top: .5rem; }

.glyph {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: var(--aurora-soft);
  border: 1px solid rgba(0, 229, 160, .22);
  color: var(--jade);
  flex: none;
}
.glyph svg { width: 24px; height: 24px; }
.glyph--sm { width: 40px; height: 40px; border-radius: 11px; }
.glyph--sm svg { width: 18px; height: 18px; }

/* --- 8. Grid helpers ---------------------------------------------------- */
.grid { display: grid; gap: var(--gap); }
/* The modifiers carry their own `display` so they work standalone as well as
   composed with .grid — a bare `class="g-split"` should never silently
   collapse to a single column. */
.g-2, .g-3, .g-4, .g-split { display: grid; gap: var(--gap); }
.g-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.g-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.g-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.g-split { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: center; gap: clamp(2rem, 1.5rem + 3vw, 4.5rem); }

@media (max-width: 1024px) {
  .g-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .g-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
  .g-2, .g-3, .g-4, .g-split { grid-template-columns: 1fr; }
}

/* --- 9. Badges & chips -------------------------------------------------- */
.chip {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  padding: .35rem .8rem;
  border: 1px solid var(--glass-brd);
  border-radius: 999px;
  background: var(--glass);
  font-family: var(--f-mono);
  font-size: .7rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--ink-2);
}
.chip--jade { border-color: rgba(0, 229, 160, .3); color: var(--jade); background: rgba(0, 229, 160, .07); }
.chip--champagne { border-color: rgba(201, 169, 97, .3); color: var(--champagne); background: rgba(201, 169, 97, .07); }

.pulse-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--jade);
  box-shadow: 0 0 0 0 rgba(0, 229, 160, .7);
  animation: pulse 2.4s infinite;
}
@keyframes pulse {
  70% { box-shadow: 0 0 0 9px rgba(0, 229, 160, 0); }
  100% { box-shadow: 0 0 0 0 rgba(0, 229, 160, 0); }
}

.tag-row { display: flex; flex-wrap: wrap; gap: .5rem; }

/* --- 10. Navigation ----------------------------------------------------- */
.nav {
  position: fixed;
  inset-inline: 0;
  top: 0;
  z-index: 900;
  height: var(--nav-h);
  display: flex;
  align-items: center;
  transition: background .4s var(--ease), border-color .4s, height .4s var(--ease);
  border-bottom: 1px solid transparent;
}
.nav.is-stuck {
  height: 64px;
  background: rgba(5, 7, 10, .78);
  backdrop-filter: blur(22px) saturate(160%);
  -webkit-backdrop-filter: blur(22px) saturate(160%);
  border-bottom-color: var(--hairline);
}
/* .nav__inner {
  width: min(100% - 2.5rem, 1400px);
  margin-inline: auto;
  display: flex;
  align-items: center;
  gap: 1.5rem;
} */

.nav__inner{
    position: relative;
    width: min(100% - 2.5rem, 1400px);
    margin-inline:auto;
    display:flex;
    align-items:center;
    gap:1.5rem;
}

.brand { display: inline-flex; align-items: center; gap: .7rem; color: var(--ink); flex: none; }
.brand:hover { color: var(--ink); }
.brand__mark { width: 34px; height: 34px; flex: none; }
.brand__type { display: flex; flex-direction: column; line-height: 1; }
.brand__name {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 1.06rem;
  letter-spacing: -.03em;
}
.brand__sub {
  font-family: var(--f-mono);
  font-size: .56rem;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: var(--faint);
  margin-top: 3px;
}

.nav__menu { display: flex; align-items: center; gap: .25rem; margin-inline: auto; }
.nav__item{
    position:static;
}
.nav__link {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  padding: .55rem .8rem;
  border-radius: 9px;
  color: var(--ink-2);
  font-size: .89rem;
  font-weight: 400;
  white-space: nowrap;
  transition: color .25s, background .25s;
}
.nav__link:hover, .nav__item.is-open .nav__link { color: var(--ink); background: var(--glass); }
.nav__link[aria-current="page"] { color: var(--jade); }
.nav__link .caret { width: 11px; height: 11px; opacity: .5; transition: transform .3s var(--ease); }
.nav__item.is-open .caret { transform: rotate(180deg); }

.nav__tools { display: flex; align-items: center; gap: .5rem; flex: none; }
.icon-btn {
  width: 38px; height: 38px;
  display: grid; place-items: center;
  border-radius: 10px;
  border: 1px solid var(--glass-brd);
  background: var(--glass);
  color: var(--ink-2);
  cursor: pointer;
  transition: color .25s, border-color .25s, background .25s;
}
.icon-btn:hover { color: var(--jade); border-color: rgba(0, 229, 160, .3); }
.icon-btn svg { width: 17px; height: 17px; }



/* ==========================================================
   MEGA MENU
========================================================== */

.mega{

    position:absolute;

    top:calc(100% + 14px);

    left:50%;

    transform:translateX(-50%) translateY(10px);

    width:min(1120px, calc(100% - 20px));

    padding:32px;

    background:rgba(10,14,21,.95);

    backdrop-filter:blur(26px) saturate(180%);
    -webkit-backdrop-filter:blur(26px) saturate(180%);

    border:1px solid var(--glass-brd);

    border-radius:22px;

    box-shadow:0 25px 70px rgba(0,0,0,.45);

    opacity:0;
    visibility:hidden;
    pointer-events:none;

    transition:
        opacity .28s ease,
        transform .28s ease,
        visibility .28s ease;

    z-index:999;
}

.nav__item.is-open .mega{

    opacity:1;
    visibility:visible;
    pointer-events:auto;

    transform:translateX(-50%) translateY(0);
}

.mega--wide{
    width:min(1280px, calc(100% - 20px));
}

.mega__grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
}

.mega__grid--4{
    grid-template-columns:repeat(4,1fr);
}
.mega__col h5 {
  font-family: var(--f-mono);
  font-size: .66rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--faint);
  margin-bottom: .9rem;
  font-weight: 500;
}
.mega__list { list-style: none; margin: 0; padding: 0; }
.mega__list li { margin: 0; }
.mega__link {
  display: block;
  padding: .48rem .6rem;
  margin-left: -.6rem;
  border-radius: 8px;
  color: var(--ink-2);
  font-size: .875rem;
  transition: color .2s, background .2s, transform .25s var(--ease);
}
.mega__link:hover { color: var(--ink); background: var(--glass); transform: translateX(3px); }
.mega__promo {
  grid-column: span 1;
  padding: 1.2rem;
  border-radius: var(--r);
  background: linear-gradient(155deg, rgba(0, 229, 160, .12), rgba(52, 199, 255, .06));
  border: 1px solid rgba(0, 229, 160, .2);
}
.mega__promo p { font-size: .84rem; color: var(--muted); }

@media (max-width: 1180px) {
  .nav__menu, .nav__tools .desk-only { display: none; }
}

/* Burger */
.burger { display: none; }
@media (max-width: 1180px) { .burger { display: grid; } }
.burger span {
  display: block; width: 17px; height: 1.5px; background: currentColor;
  transition: transform .35s var(--ease), opacity .25s;
}
.burger span + span { margin-top: 4px; }
.burger.is-active span:nth-child(1) { transform: translateY(5.5px) rotate(45deg); }
.burger.is-active span:nth-child(2) { opacity: 0; }
.burger.is-active span:nth-child(3) { transform: translateY(-5.5px) rotate(-45deg); }

/* Drawer */
.drawer {
  position: fixed;
  inset: 0;
  z-index: 890;
  background: rgba(5, 7, 10, .97);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  padding: calc(var(--nav-h) + 1.5rem) 1.5rem 2rem;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  transition: opacity .35s var(--ease), visibility .35s;
}
.drawer.is-open { opacity: 1; visibility: visible; }
.drawer__group { border-bottom: 1px solid var(--hairline-soft); }
.drawer__toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.05rem 0;
  background: none;
  border: 0;
  color: var(--ink);
  font-family: var(--f-display);
  font-size: 1.12rem;
  font-weight: 500;
  letter-spacing: -.02em;
  cursor: pointer;
  text-align: left;
}
.drawer__toggle svg { width: 15px; height: 15px; color: var(--faint); transition: transform .3s var(--ease); }
.drawer__group.is-open .drawer__toggle svg { transform: rotate(45deg); color: var(--jade); }
.drawer__panel { max-height: 0; overflow: hidden; transition: max-height .45s var(--ease); }
.drawer__group.is-open .drawer__panel { max-height: 900px; }
.drawer__panel ul { list-style: none; margin: 0; padding: 0 0 1rem; columns: 2; column-gap: 1rem; }
.drawer__panel a { display: block; padding: .42rem 0; color: var(--muted); font-size: .9rem; }
.drawer__panel a:hover { color: var(--jade); }
.drawer__cta { margin-top: 1.8rem; display: grid; gap: .7rem; }


/* ==========================================================
   RESPONSIVE NAVIGATION
========================================================== */

@media (max-width: 1180px) {

  /* Navbar */
  .nav {
    height: 72px;
  }

  .nav.is-stuck {
    height: 64px;
  }

  .nav__inner {
    width: min(100% - 2rem, 1400px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
  }

  /* Logo stays left */
  .brand {
    flex: 0 0 auto;
  }

  /* Hide desktop navigation */
  .nav__menu {
    display: none !important;
  }

  /* Push tools to the right */
  .nav__tools {
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: .6rem;
    flex: 0 0 auto;
  }

  /* Hide desktop-only buttons */
  .nav__tools .desk-only {
    display: none !important;
  }

  /* Search button */
  .icon-btn {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
  }

  /* Show hamburger */
  .burger {
    display: grid !important;
    place-items: center;
    width: 40px;
    height: 40px;
    padding: 0;
  }

  .burger span {
    display: block;
    width: 18px;
    height: 2px;
    background: currentColor;
    border-radius: 2px;
    transition: transform .35s var(--ease), opacity .25s;
  }

  .burger span + span {
    margin-top: 4px;
  }

  .burger.is-active span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .burger.is-active span:nth-child(2) {
    opacity: 0;
  }

  .burger.is-active span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }
}

/* ==========================================
   SEARCH OVERLAY
========================================== */

.search {
    position: fixed;
    inset: 0;
    z-index: 9999;

    display: flex;
    justify-content: center;
    align-items: flex-start;

    padding: 90px 24px 40px;

    background: rgba(5, 8, 15, 0.92);
    backdrop-filter: blur(18px);

    overflow-y: auto;

    opacity: 0;
    visibility: hidden;
    pointer-events: none;

    transition: .35s ease;
}

.search.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}


/* ==========================================
   SEARCH CONTENT
========================================== */

.search-panel {
    width: 100%;
    max-width: 760px;
}


/* ==========================================
   SEARCH INPUT
========================================== */

.search-box {
    position: relative;
    width: 100%;
}

.search-box input {
    width: 100%;
    height: 58px;

    padding: 0 60px 0 50px;

    border-radius: 14px;

    border: 1px solid rgba(255,255,255,.08);

    background: rgba(255,255,255,.04);

    color: #fff;

    font-size: 16px;

    outline: none;
}

.search-box input::placeholder{
    color:#8b93a7;
}


/* Search Icon */

.search-box svg:first-child{
    position:absolute;
    left:18px;
    top:50%;
    transform:translateY(-50%);
}


/* Close Button */

.search-close{
    position:absolute;
    right:14px;
    top:50%;
    transform:translateY(-50%);
}


/* ==========================================
   SEARCH RESULTS
========================================== */

.search-results{
    margin-top:28px;
    width:100%;
}

.search-results ul{
    margin:0;
    padding:0;
    list-style:none;
}

.search-results li{
    width:100%;
}

.search-results a{
    width:100%;
    display:flex;
    justify-content:space-between;
    align-items:center;

    padding:18px 0;

    color:#fff;

    text-decoration:none;

    border-bottom:1px solid rgba(255,255,255,.08);

    transition:.3s;
}

.search-results a:hover{
    padding-left:12px;
    color:#67b6ff;
}


/* ==========================================
   RESPONSIVE
========================================== */

@media (max-width:1024px){

.search{
    padding:80px 22px 30px;
}

.search-panel{
    max-width:650px;
}

}

@media (max-width:768px){

.search{
    padding:70px 18px 24px;
}

.search-panel{
    width:100%;
    max-width:none;
}

.search-box input{
    height:52px;
    font-size:15px;
}

.search-results a{
    padding:16px 0;
}

}

@media (max-width:480px){

.search{
    padding:65px 16px 20px;
}

.search-box input{
    height:50px;
    padding:0 50px 0 45px;
}

.search-results a{
    font-size:15px;
}

}

/* ==========================================================
   GLOBAL RESPONSIVE CONTAINER
========================================================== */

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

html,
body{
    width:100%;
    overflow-x:hidden;
}

img,
video,
canvas,
svg{
    max-width:100%;
    display:block;
}

/* Common container */
.shell{
    width:100%;
    max-width:1400px;
    margin:0 auto;
    padding-inline:clamp(18px,4vw,48px);
}

/* Every section */
section{
    width:100%;
    overflow:hidden;
}

section > .shell{
    width:100%;
}

/* Large Desktop */
@media (min-width:1600px){
    .shell{
        max-width:1500px;
    }
}

/* Laptop */
@media (max-width:1200px){
    .shell{
        padding-inline:28px;
    }
}

/* Tablet */
@media (max-width:992px){
    .shell{
        padding-inline:24px;
    }
}

/* Mobile */
@media (max-width:768px){
    .shell{
        padding-inline:20px;
    }
}

/* Small Mobile */
@media (max-width:480px){
    .shell{
        padding-inline:16px;
    }
}
/* --- 11. Search overlay ------------------------------------------------- */
.search {
  position: fixed;
  inset: 0;
  z-index: 950;
  background: rgba(5, 7, 10, .93);
  backdrop-filter: blur(26px);
  -webkit-backdrop-filter: blur(26px);
  display: grid;
  place-items: start center;
  padding: 16vh 1.5rem 2rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity .35s var(--ease), visibility .35s;
}
.search.is-open { opacity: 1; visibility: visible; }
.search__box { width: min(100%, 680px); }
.search__field {
  display: flex;
  align-items: center;
  gap: .9rem;
  padding: 1.1rem 1.4rem;
  border: 1px solid var(--glass-brd);
  border-radius: var(--r);
  background: var(--glass);
}
.search__field svg { width: 20px; height: 20px; color: var(--faint); flex: none; }
.search__field input {
  flex: 1;
  background: none;
  border: 0;
  outline: 0;
  color: var(--ink);
  font-family: var(--f-display);
  font-size: 1.25rem;
  letter-spacing: -.02em;
}
.search__field input::placeholder { color: var(--faint); }
.search__results { margin-top: 1.2rem; display: grid; gap: .4rem; }
.search__hit {
  display: flex; align-items: baseline; justify-content: space-between; gap: 1rem;
  padding: .8rem 1rem;
  border-radius: 12px;
  border: 1px solid transparent;
  color: var(--ink-2);
  transition: background .2s, border-color .2s;
}
.search__hit:hover { background: var(--glass); border-color: var(--glass-brd); color: var(--ink); }
.search__hit small { font-family: var(--f-mono); font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; color: var(--faint); }
.search__empty { padding: 1rem; color: var(--muted); font-size: .9rem; }

/* --- 12. Marquee -------------------------------------------------------- */
.marquee { overflow: hidden; position: relative; -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent); mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent); }
.marquee__track { display: flex; width: max-content; animation: slide 42s linear infinite; }
.marquee:hover .marquee__track { animation-play-state: paused; }
.marquee__set { display: flex; align-items: center; gap: clamp(2.5rem, 4vw, 4.5rem); padding-inline: clamp(1.25rem, 2vw, 2.25rem); }
@keyframes slide { to { transform: translateX(-50%); } }

.logo-mark {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  color: var(--faint);
  font-family: var(--f-display);
  font-size: 1.05rem;
  font-weight: 500;
  letter-spacing: -.02em;
  white-space: nowrap;
  transition: color .35s var(--ease);
}
.logo-mark svg { width: 24px; height: 24px; }
.marquee:hover .logo-mark { color: var(--muted); }
.logo-mark:hover { color: var(--ink); }

/* --- 13. Accordion ------------------------------------------------------ */
.acc { border-top: 1px solid var(--hairline); }
.acc__item { border-bottom: 1px solid var(--hairline); }
.acc__btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.35rem 0;
  background: none;
  border: 0;
  cursor: pointer;
  text-align: left;
  color: var(--ink);
  font-family: var(--f-display);
  font-size: clamp(1rem, .95rem + .35vw, 1.18rem);
  font-weight: 500;
  letter-spacing: -.02em;
  transition: color .25s;
}
.acc__btn:hover { color: var(--jade); }
.acc__btn .sign { position: relative; width: 16px; height: 16px; flex: none; }
.acc__btn .sign::before,
.acc__btn .sign::after {
  content: ""; position: absolute; inset: 50% 0 auto; height: 1.5px; background: currentColor; translate: 0 -50%;
  transition: transform .35s var(--ease), opacity .3s;
}
.acc__btn .sign::after { transform: rotate(90deg); }
.acc__item.is-open .sign::after { transform: rotate(0); opacity: 0; }
.acc__item.is-open .acc__btn { color: var(--jade); }
.acc__panel { max-height: 0; overflow: hidden; transition: max-height .5s var(--ease); }
.acc__panel > div { padding-bottom: 1.5rem; color: var(--muted); max-width: 72ch; }

/* --- 14. Forms ---------------------------------------------------------- */
.field { display: grid; gap: .45rem; margin-bottom: 1.1rem; }
.field > label {
  font-family: var(--f-mono);
  font-size: .68rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--muted);
}
.input, .select, .textarea,
.field input:not([type="checkbox"]):not([type="radio"]):not([type="range"]),
.field select,
.field textarea,
.news-form input[type="email"] {
  width: 100%;
  padding: .85rem 1rem;
  background: rgba(255, 255, 255, .035);
  border: 1px solid var(--glass-brd);
  border-radius: 12px;
  color: var(--ink);
  font-family: var(--f-body);
  font-size: .94rem;
  transition: border-color .25s, background .25s, box-shadow .25s;
}
.input::placeholder, .textarea::placeholder,
.field input::placeholder, .field textarea::placeholder,
.news-form input::placeholder { color: var(--faint); }
.input:focus, .select:focus, .textarea:focus,
.field input:focus, .field select:focus, .field textarea:focus,
.news-form input:focus {
  outline: 0;
  border-color: rgba(0, 229, 160, .5);
  background: rgba(0, 229, 160, .05);
  box-shadow: 0 0 0 3px rgba(0, 229, 160, .1);
}
.textarea, .field textarea { min-height: 132px; resize: vertical; }
.select, .field select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%238b98a9' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 15px;
  padding-right: 2.6rem;
}
.select option, .field select option { background: var(--slate-2); color: var(--ink); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
@media (max-width: 620px) { .field-row { grid-template-columns: 1fr; } }

.check { display: flex; align-items: flex-start; gap: .65rem; font-size: .84rem; color: var(--muted); }
.check input { margin-top: .28rem; accent-color: var(--jade); width: 15px; height: 15px; flex: none; }

.form-note { font-size: .8rem; color: var(--faint); }
.form-status {
  margin-top: 1rem;
  padding: .85rem 1.1rem;
  border-radius: 12px;
  font-size: .88rem;
  display: none;
}
.form-status.is-ok { display: block; background: rgba(0, 229, 160, .1); border: 1px solid rgba(0, 229, 160, .3); color: var(--jade); }
.form-status.is-err { display: block; background: rgba(255, 99, 99, .1); border: 1px solid rgba(255, 99, 99, .3); color: #ff8f8f; }

/* --- 15. Filter bar ----------------------------------------------------- */
.filters { display: flex; flex-wrap: wrap; gap: .55rem; margin-bottom: 2.2rem; }
.filter {
  padding: .55rem 1.05rem;
  border-radius: 999px;
  border: 1px solid var(--glass-brd);
  background: var(--glass);
  color: var(--muted);
  font-size: .84rem;
  font-weight: 400;
  cursor: pointer;
  transition: color .25s, border-color .25s, background .25s;
}
.filter:hover { color: var(--ink); }
.filter.is-active {
  color: #04120d;
  background: var(--aurora);
  border-color: transparent;
  font-weight: 600;
}

/* --- 16. Footer --------------------------------------------------------- */
.foot {
  position: relative;
  padding-top: clamp(4rem, 3rem + 4vw, 6.5rem);
  border-top: 1px solid var(--hairline);
  background: linear-gradient(180deg, var(--void), #04060a 9%, var(--slate));
  overflow: hidden;
}
.foot__grid {
  display: grid;
  grid-template-columns: 1.5fr repeat(4, 1fr);
  gap: clamp(1.5rem, 1rem + 2vw, 3rem);
  padding-bottom: 3rem;
}
@media (max-width: 1024px) { .foot__grid { grid-template-columns: 1fr 1fr 1fr; } .foot__brand { grid-column: 1 / -1; } }
@media (max-width: 620px) { .foot__grid { grid-template-columns: 1fr 1fr; } }

.foot h5 {
  font-family: var(--f-mono);
  font-size: .66rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--faint);
  margin-bottom: 1.1rem;
  font-weight: 500;
}
.foot ul { list-style: none; margin: 0; padding: 0; }
.foot li { margin-bottom: .1rem; }
.foot ul a { display: block; padding: .3rem 0; color: var(--muted); font-size: .875rem; }
.foot ul a:hover { color: var(--jade); }

.foot__bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-block: 1.5rem;
  border-top: 1px solid var(--hairline);
  font-size: .82rem;
  color: var(--faint);
}
.foot__legal { display: flex; flex-wrap: wrap; gap: 1.2rem; }
.foot__legal a { color: var(--faint); }
.foot__legal a:hover { color: var(--ink-2); }

.social-row { display: flex; gap: .55rem; margin-top: 1.4rem; }
.social {
  width: 36px; height: 36px;
  display: grid; place-items: center;
  border-radius: 10px;
  border: 1px solid var(--glass-brd);
  color: var(--muted);
  transition: color .25s, border-color .25s, transform .3s var(--ease);
}
.social:hover { color: var(--jade); border-color: rgba(0, 229, 160, .35); transform: translateY(-3px); }
.social svg { width: 16px; height: 16px; }

.foot__wordmark {
  font-family: var(--f-display);
  font-weight: 700;
  font-size: clamp(3rem, 13vw, 12rem);
  letter-spacing: -.06em;
  line-height: .8;
  color: transparent;
  -webkit-text-stroke: 1px rgba(47, 199, 219, 0.07);
  text-align: center;
  user-select: none;
  padding-bottom: .1em;
  margin-top: 1rem;
}

/* --- 17. Floating utilities --------------------------------------------- */
.dock {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 700;
  display: flex;
  flex-direction: column;
  gap: .6rem;
  align-items: flex-end;
}
.dock__btn {
  width: 48px; height: 48px;
  display: grid; place-items: center;
  border-radius: 50%;
  border: 1px solid var(--glass-brd);
  background: rgba(10, 14, 21, .85);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  color: var(--ink-2);
  cursor: pointer;
  box-shadow: var(--lift);
  transition: transform .3s var(--ease), color .25s, border-color .25s;
}
.dock__btn:hover { transform: translateY(-3px) scale(1.05); color: var(--jade); border-color: rgba(0, 229, 160, .35); }
.dock__btn svg { width: 20px; height: 20px; }
.dock__btn--wa { color: #4ce07a; border-color: rgba(76, 224, 122, .3); }
.dock__btn--wa:hover { color: #4ce07a; border-color: rgba(76, 224, 122, .6); }
.dock__btn--top { opacity: 0; visibility: hidden; transition: opacity .3s, visibility .3s, transform .3s var(--ease); }
.dock__btn--top.is-on { opacity: 1; visibility: visible; }

.chat {
  position: fixed;
  right: 18px;
  bottom: 84px;
  z-index: 710;
  width: min(92vw, 350px);
  border-radius: var(--r-lg);
  background: rgba(10, 14, 21, .96);
  border: 1px solid var(--glass-brd);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  box-shadow: var(--lift);
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transform: translateY(14px) scale(.97);
  transform-origin: bottom right;
  transition: opacity .3s var(--ease), transform .35s var(--ease), visibility .35s;
}
.chat.is-open { opacity: 1; visibility: visible; transform: none; }
.chat__head { display: flex; align-items: center; gap: .7rem; padding: 1rem 1.1rem; border-bottom: 1px solid var(--hairline); }
.chat__head strong { color: var(--ink); font-size: .92rem; font-family: var(--f-display); }
.chat__head .close { margin-left: auto; background: none; border: 0; color: var(--faint); cursor: pointer; font-size: 1.3rem; line-height: 1; }
.chat__body { padding: 1.1rem; display: grid; gap: .7rem; max-height: 280px; overflow-y: auto; }
.bubble {
  padding: .7rem .95rem;
  border-radius: 14px;
  font-size: .86rem;
  line-height: 1.5;
  max-width: 88%;
}
.bubble--bot { background: var(--glass); border: 1px solid var(--glass-brd); color: var(--ink-2); border-bottom-left-radius: 4px; }
.bubble--me { background: var(--aurora); color: #04120d; margin-left: auto; border-bottom-right-radius: 4px; font-weight: 500; }
.chat__quick { display: flex; flex-wrap: wrap; gap: .4rem; padding: 0 1.1rem 1rem; }
.chat__quick button {
  padding: .4rem .75rem; border-radius: 999px; border: 1px solid var(--glass-brd);
  background: transparent; color: var(--muted); font-size: .76rem; cursor: pointer;
  transition: color .2s, border-color .2s;
}
.chat__quick button:hover { color: var(--jade); border-color: rgba(0, 229, 160, .35); }
.chat__foot { display: flex; gap: .5rem; padding: .8rem 1.1rem 1.1rem; border-top: 1px solid var(--hairline); }
.chat__foot input {
  flex: 1; background: rgba(255, 255, 255, .04); border: 1px solid var(--glass-brd);
  border-radius: 10px; padding: .6rem .8rem; color: var(--ink); font-size: .85rem; outline: 0;
}
.chat__foot button { border: 0; border-radius: 10px; padding: 0 .9rem; background: var(--aurora); color: #04120d; cursor: pointer; display: grid; place-items: center; }
.chat__foot button svg { width: 16px; height: 16px; }

/* Scroll progress */
.progress {
  position: fixed;
  top: 0; left: 0;
  height: 2px;
  width: 100%;
  transform: scaleX(0);
  transform-origin: left;
  background: var(--aurora);
  z-index: 940;
}

/* Custom cursor */
.cursor, .cursor-dot { position: fixed; top: 0; left: 0; z-index: 9998; pointer-events: none; border-radius: 50%; }
.cursor {
  width: 34px; height: 34px;
  border: 1px solid rgba(0, 229, 160, .55);
  margin: -17px 0 0 -17px;
  transition: width .3s var(--ease), height .3s var(--ease), margin .3s var(--ease), background .3s, border-color .3s;
}
.cursor.is-hot { width: 56px; height: 56px; margin: -28px 0 0 -28px; background: rgba(0, 229, 160, .1); border-color: var(--jade); }
.cursor-dot { width: 5px; height: 5px; margin: -2.5px 0 0 -2.5px; background: var(--jade); }
@media (hover: none), (pointer: coarse) { .cursor, .cursor-dot { display: none !important; } }

/* Cookie banner */
.cookie {
  position: fixed;
  left: 18px; bottom: 18px;
  z-index: 720;
  width: min(94vw, 420px);
  padding: 1.3rem;
  border-radius: var(--r);
  background: rgba(10, 14, 21, .96);
  border: 1px solid var(--glass-brd);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: var(--lift);
  transform: translateY(140%);
  transition: transform .55s var(--ease);
}
.cookie.is-up { transform: none; }
.cookie p { font-size: .84rem; color: var(--muted); }
.cookie__row { display: flex; gap: .6rem; flex-wrap: wrap; }

/* Modal */
.modal {
  position: fixed;
  inset: 0;
  z-index: 960;
  display: grid;
  place-items: center;
  padding: 1.5rem;
  background: rgba(5, 7, 10, .86);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  opacity: 0;
  visibility: hidden;
  transition: opacity .35s var(--ease), visibility .35s;
}
.modal.is-open { opacity: 1; visibility: visible; }
.modal__panel {
  position: relative;
  width: min(100%, 560px);
  max-height: 88vh;
  overflow-y: auto;
  padding: clamp(1.5rem, 1.2rem + 1.4vw, 2.5rem);
  border-radius: var(--r-lg);
  background: var(--slate-2);
  border: 1px solid var(--glass-brd);
  box-shadow: var(--lift);
  transform: translateY(18px) scale(.97);
  transition: transform .4s var(--ease);
}
.modal.is-open .modal__panel { transform: none; }
.modal__panel--wide { width: min(100%, 940px); }
.modal__x {
  position: absolute; top: 14px; right: 14px;
  width: 34px; height: 34px; display: grid; place-items: center;
  border-radius: 9px; border: 1px solid var(--glass-brd); background: var(--glass);
  color: var(--muted); cursor: pointer; z-index: 2;
}
.modal__x:hover { color: var(--jade); }
.modal__x svg { width: 15px; height: 15px; }

/* Video frame */
.video-frame { aspect-ratio: 16 / 9; border-radius: var(--r); overflow: hidden; background: #000; display: grid; place-items: center; }
.video-frame video { width: 100%; height: 100%; object-fit: cover; }

/* --- 18. Preloader ------------------------------------------------------ */
.loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  background: var(--void);
  transition: opacity .7s var(--ease), visibility .7s;
}
.loader.is-done { opacity: 0; visibility: hidden; }
.loader__inner { display: grid; justify-items: center; gap: 1.4rem; width: min(80vw, 300px); }
.loader__mark { width: 56px; height: 56px; animation: breathe 2s var(--ease-in-out) infinite; }
@keyframes breathe { 50% { transform: scale(1.1); opacity: .7; } }
.loader__bar { width: 100%; height: 2px; background: var(--hairline); border-radius: 2px; overflow: hidden; }
.loader__fill { height: 100%; width: 0%; background: var(--aurora); transition: width .3s linear; }
.loader__pct { font-family: var(--f-mono); font-size: .7rem; letter-spacing: .24em; color: var(--faint); }

/* Page transition veil */
.veil {
  position: fixed;
  inset: 0;
  z-index: 9990;
  background: var(--void);
  transform: translateY(100%);
  pointer-events: none;
}
.veil.is-in { animation: veilIn .6s var(--ease) forwards; }
@keyframes veilIn { to { transform: translateY(0); } }

/* --- 19. Reveal (fallback for AOS/GSAP) --------------------------------- */
[data-reveal] {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .8s var(--ease), transform .8s var(--ease);
}
[data-reveal].is-in { opacity: 1; transform: none; }
[data-reveal="left"] { transform: translateX(-30px); }
[data-reveal="right"] { transform: translateX(30px); }
[data-reveal="scale"] { transform: scale(.94); }

/* --- 20. A11y / motion -------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
  }
  [data-reveal] { opacity: 1 !important; transform: none !important; }
  .marquee__track { animation: none; }
  .cursor, .cursor-dot { display: none; }
}

/* --- 21. Bootstrap harmonisation ---------------------------------------- */
.container, .container-fluid { padding-inline: 0; }
.row { --bs-gutter-x: var(--gap); }
.form-control:focus { box-shadow: none; }

/* --- Field validation messaging ----------------------------------------- */
/* Errors stay out of the way until the person actually needs them. */
.field__err {
  display: block;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  margin-top: 0;
  font-size: .82rem;
  color: #ff8b8b;
  transition: max-height .3s var(--ease), opacity .3s var(--ease), margin-top .3s var(--ease);
}
.field.is-bad .field__err { max-height: 4rem; opacity: 1; margin-top: .45rem; }
.field.is-bad input,
.field.is-bad select,
.field.is-bad textarea { border-color: rgba(255, 120, 120, .55); }
.check.is-bad span { color: #ff8b8b; }
.check.is-bad input { outline: 2px solid rgba(255, 120, 120, .55); outline-offset: 2px; }

.form-status {
  margin-top: .9rem;
  font-size: .88rem;
  line-height: 1.5;
}
.form-status:empty { margin-top: 0; }
.form-status.is-err { color: #ff8b8b; }
.form-status.is-ok { color: var(--jade); }

/* --- Dock: horizontal on small screens ----------------------------------- */
/* A vertical column of buttons eats ~220px of the right edge on a phone and
   sits over body copy. Lay it along the bottom instead, where it only costs
   a thin strip. */
@media (max-width: 720px) {
  .dock {
    flex-direction: row-reverse;
    align-items: center;
    right: 12px;
    bottom: 12px;
    gap: .5rem;
  }
  .dock__btn { width: 42px; height: 42px; }
  .dock__btn svg { width: 18px; height: 18px; }
  .dock__btn--top.is-on { order: 1; }
  .chat { bottom: 68px; right: 12px; }
}

/* --- Anchor offset ------------------------------------------------------- */
/* Deep links (#atlas, #fintech, #northbank …) must not land underneath the
   sticky header. Applies to native jumps and to the Lenis scrollTo helper. */
html { scroll-padding-top: 96px; }
[id] { scroll-margin-top: 96px; }
@media (max-width: 720px) { html { scroll-padding-top: 84px; } [id] { scroll-margin-top: 84px; } }