/* ====================================================
   Nila Print House — V4 stylesheet
   Theme: deep space navy + electric blue + white + grey
   Type:  Funnel Display (rounded hero) / Bricolage Grotesque
          (section titles) / Albert Sans (body)
   ==================================================== */

:root {
  --bg:        #060c1c;
  --bg-2:      #0a1430;
  --panel:     #0e1a3a;
  --blue:      #3b82f6;
  --blue-2:    #60a5fa;
  --cyan:      #38bdf8;
  --ink:       #0a1633;
  --white:     #ffffff;
  --grey:      #8b94ab;
  --grey-2:    #5b6478;
  --line:      rgba(255,255,255,.10);
  --mist:      #f4f6fc;
  --mist-line: #e4e8f2;
  --radius:    20px;
  --maxw:      1200px;
  --ease:      cubic-bezier(.22,.61,.36,1);
  --grad:      linear-gradient(100deg, var(--blue-2), var(--cyan));
  --font-round:'Funnel Display','Bricolage Grotesque',sans-serif;
  --font-disp: 'Bricolage Grotesque', sans-serif;
  --font-body: 'Albert Sans', sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--white);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 30px; }

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

/* ---------- Shared bits ---------- */
.kicker {
  font-family: var(--font-disp);
  font-size: .8rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--blue-2);
  display: block;
  margin-bottom: 16px;
}
.kicker--light { color: var(--blue-2); }

.badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: .86rem;
  font-weight: 500;
  color: #cfe0ff;
  background: rgba(59,130,246,.1);
  border: 1px solid rgba(96,165,250,.32);
  padding: 8px 16px 8px 12px;
  border-radius: 100px;
  backdrop-filter: blur(6px);
}
.badge__pulse {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 0 0 rgba(56,189,248,.7);
  animation: pulse 2.2s infinite;
}
@keyframes pulse {
  0%   { box-shadow: 0 0 0 0 rgba(56,189,248,.65); }
  70%  { box-shadow: 0 0 0 10px rgba(56,189,248,0); }
  100% { box-shadow: 0 0 0 0 rgba(56,189,248,0); }
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 8px;
  font-family: var(--font-disp);
  font-weight: 600;
  font-size: .95rem;
  color: #06122e;
  background: var(--white);
  padding: 11px 20px;
  border: none; border-radius: 100px;
  cursor: pointer;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .25s, color .25s;
}
.btn:hover { transform: translateY(-3px); box-shadow: 0 16px 34px -12px rgba(96,165,250,.6); }
.btn--lg { padding: 15px 28px; font-size: 1rem; }
.btn--line {
  background: transparent;
  color: var(--white);
  box-shadow: inset 0 0 0 1.5px rgba(255,255,255,.28);
}
.btn--line:hover { background: rgba(255,255,255,.08); box-shadow: inset 0 0 0 1.5px rgba(255,255,255,.6); }

/* ---------- NAV ---------- */
.nav {
  position: sticky; top: 0; z-index: 60;
  transition: background .35s, border-color .35s, backdrop-filter .35s;
  border-bottom: 1px solid transparent;
}
.nav.scrolled {
  background: rgba(6,12,28,.78);
  backdrop-filter: blur(16px);
  border-color: var(--line);
}
.nav__inner { display: flex; align-items: center; justify-content: space-between; height: 86px; }
.brand { display: inline-flex; align-items: center; }
.brand img { height: 50px; width: auto; display: block; }

.nav__links { display: flex; align-items: center; gap: 32px; }
.nav__links a { font-weight: 500; font-size: .96rem; position: relative; color: #d6ddee; }
.nav__links a.btn { color: #06122e; }
.nav__links a.btn:hover { color: #06122e; }
.nav__links a:not(.btn):hover { color: #fff; }
.nav__links a.active { color: #fff; }
.nav__links a.active::after {
  content: ""; position: absolute; left: 0; bottom: -8px;
  width: 100%; height: 2px; background: var(--grad);
}
.nav__toggle { display: none; background: none; border: none; cursor: pointer; flex-direction: column; gap: 5px; padding: 6px; }
.nav__toggle span { width: 24px; height: 2px; background: #fff; border-radius: 2px; transition: .3s; }
.nav__toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav__toggle.open span:nth-child(2) { opacity: 0; }
.nav__toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ====================================================
   HERO
   ==================================================== */
.hero {
  position: relative;
  padding: 60px 0 0;
  background:
    radial-gradient(900px 600px at 85% 0%, rgba(59,130,246,.28), transparent 60%),
    radial-gradient(700px 500px at 0% 100%, rgba(56,189,248,.14), transparent 55%),
    linear-gradient(180deg, var(--bg), var(--bg-2));
  overflow: hidden;
}
.hero__grid-bg {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: radial-gradient(circle at 50% 30%, #000 0%, transparent 78%);
  -webkit-mask-image: radial-gradient(circle at 50% 30%, #000 0%, transparent 78%);
}
.hero__beam {
  position: absolute; top: -200px; left: 50%; transform: translateX(-50%);
  width: 700px; height: 500px;
  background: radial-gradient(ellipse, rgba(96,165,250,.22), transparent 70%);
  filter: blur(30px);
  animation: beam 14s ease-in-out infinite;
}
@keyframes beam {
  0%, 100% { transform: translateX(-50%) scale(1); opacity: 1; }
  50%      { transform: translateX(-50%) scale(1.08); opacity: .82; }
}
.hero__inner {
  position: relative; z-index: 2;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 40px;
  align-items: center;
  padding-bottom: 90px;
  min-height: 78vh;
}
.hero__title {
  font-family: var(--font-round);
  font-weight: 600;
  font-size: clamp(2.8rem, 5.8vw, 5.0rem);
  line-height: 1.02;
  letter-spacing: -.022em;
  margin: 24px 0 0;
}
.hero__lead {
  margin-top: 22px;
  color: var(--grey);
  font-size: clamp(1.02rem, 1.5vw, 1.18rem);
  max-width: 520px;
}
.hero__cta { margin-top: 34px; display: flex; gap: 14px; flex-wrap: wrap; }

/* ---------- FLOATING SAMPLE STACK ---------- */
.floats {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  max-width: 480px;
  margin-left: auto;
}
.floats__halo {
  position: absolute; inset: 8% 8%;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, rgba(56,189,248,.35), transparent 65%),
    radial-gradient(circle at 30% 70%, rgba(59,130,246,.30), transparent 60%);
  filter: blur(28px);
  animation: halo 8s ease-in-out infinite;
}
@keyframes halo {
  0%, 100% { transform: scale(1) rotate(0); }
  50%      { transform: scale(1.08) rotate(8deg); }
}

.floats__ring {
  position: absolute; inset: 4%;
  border: 1px dashed rgba(96,165,250,.25);
  border-radius: 50%;
  animation: spin 38s linear infinite;
}
.floats__ring--inner {
  inset: 22%;
  border-style: solid;
  border-color: rgba(96,165,250,.12);
  animation-duration: 28s;
  animation-direction: reverse;
}
@keyframes spin { to { transform: rotate(360deg); } }

.floats__card {
  position: absolute;
  border-radius: 14px;
  overflow: hidden;
  background: #0e1a3a;
  box-shadow:
    0 30px 60px -18px rgba(0,0,0,.65),
    0 0 0 1px rgba(255,255,255,.06) inset,
    0 0 40px -10px rgba(96,165,250,.4);
  will-change: transform;
}
.floats__card svg { width: 100%; height: 100%; display: block; }

.floats__card--a {
  width: 46%; aspect-ratio: 3/4;
  left: 4%; top: 12%;
  transform: rotate(-7deg);
  animation: bobA 6s ease-in-out infinite;
  z-index: 2;
}
.floats__card--b {
  width: 52%; aspect-ratio: 3/4;
  right: 6%; top: 5%;
  transform: rotate(6deg);
  animation: bobB 7.5s ease-in-out infinite -1s;
  z-index: 3;
}
.floats__card--c {
  width: 44%; aspect-ratio: 5/3;
  left: 18%; bottom: 8%;
  transform: rotate(-3deg);
  animation: bobC 5.5s ease-in-out infinite -2s;
  z-index: 4;
}
@keyframes bobA {
  0%, 100% { transform: rotate(-7deg) translateY(0); }
  50%      { transform: rotate(-5deg) translateY(-14px); }
}
@keyframes bobB {
  0%, 100% { transform: rotate(6deg) translateY(0); }
  50%      { transform: rotate(4deg) translateY(-18px); }
}
@keyframes bobC {
  0%, 100% { transform: rotate(-3deg) translateY(0); }
  50%      { transform: rotate(-1deg) translateY(-10px); }
}

/* tiny floating chips around */
.floats__chip {
  position: absolute;
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(14,26,58,.85);
  border: 1px solid rgba(96,165,250,.3);
  padding: 6px 12px;
  border-radius: 100px;
  font-family: var(--font-disp);
  font-size: .74rem;
  font-weight: 600;
  color: #cfe0ff;
  backdrop-filter: blur(6px);
  z-index: 5;
  white-space: nowrap;
}
.floats__chip i {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 8px var(--cyan);
}
.floats__chip--a { top: 4%; right: -2%; animation: bobA 9s ease-in-out infinite; }
.floats__chip--b { bottom: 2%; left: -4%; animation: bobC 8s ease-in-out infinite -3s; }

/* ---------- MARQUEE ---------- */
.marquee {
  position: relative; z-index: 2;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255,255,255,.02);
  overflow: hidden;
  padding: 18px 0;
}
.marquee__track {
  display: flex; align-items: center; gap: 28px;
  width: max-content;
  animation: marquee 32s linear infinite;
}
.marquee__track span {
  font-family: var(--font-disp);
  font-weight: 600;
  font-size: 1.05rem;
  color: #cdd5e8;
  white-space: nowrap;
}
.marquee__track .dot { color: var(--blue-2); font-size: .6rem; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ====================================================
   STATS STRIP (dark)
   ==================================================== */
.stats {
  background: linear-gradient(180deg, var(--bg-2), var(--bg));
  padding: 70px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  position: relative;
  overflow: hidden;
}
.stats::before {
  content: ""; position: absolute; right: -100px; top: -100px;
  width: 380px; height: 380px; border-radius: 50%;
  background: radial-gradient(circle, rgba(59,130,246,.16), transparent 70%);
}
.stats__grid {
  position: relative; z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}
.stat {
  position: relative;
  padding-right: 28px;
}
.stat + .stat::before {
  content: ""; position: absolute; left: -14px; top: 8px; bottom: 12px;
  width: 1px; background: var(--line);
}
.stat__v {
  font-family: var(--font-round);
  font-weight: 600;
  font-size: clamp(2.4rem, 4.4vw, 3.8rem);
  line-height: 1;
  letter-spacing: -.03em;
  background: var(--grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.stat__v sup { font-size: .45em; vertical-align: super; }
.stat__l {
  margin-top: 12px;
  color: var(--grey);
  font-size: .94rem;
  max-width: 22ch;
  line-height: 1.45;
}

/* ====================================================
   SECTIONS (LIGHT)
   ==================================================== */
.section {
  background: var(--mist);
  color: var(--ink);
  padding: 110px 0;
}
.sec-head { max-width: 760px; margin-bottom: 56px; }
.section .kicker { color: var(--blue); }
.sec-title {
  font-family: var(--font-round);
  font-weight: 600;
  font-size: clamp(2rem, 3.8vw, 3.2rem);
  line-height: 1.06;
  letter-spacing: -.02em;
}
.sec-title--light { color: #fff; }
.sec-lead { color: var(--grey); margin-top: 14px; font-size: 1.06rem; max-width: 620px; }
.sec-head--center { margin-left: auto; margin-right: auto; text-align: center; }

/* ---------- BENTO 2x2 ---------- */
.bento {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 20px;
  min-height: 480px;
}
.bento__cell {
  background: #fff;
  border: 1px solid var(--mist-line);
  border-radius: var(--radius);
  padding: 36px 32px;
  position: relative;
  overflow: hidden;
  transition: transform .35s var(--ease), box-shadow .35s var(--ease);
  display: flex; flex-direction: column;
}
.bento__cell:hover { transform: translateY(-7px); box-shadow: 0 30px 60px -26px rgba(10,22,51,.28); }
.bento__cell--lead {
  background: linear-gradient(160deg, var(--ink), #14264f);
  border-color: transparent;
  color: #fff;
  grid-column: 1; grid-row: 1 / span 2;
}
.bento__cell--lead::after {
  content: ""; position: absolute; right: -60px; bottom: -60px;
  width: 240px; height: 240px; border-radius: 50%;
  background: radial-gradient(circle, rgba(59,130,246,.5), transparent 70%);
}
.bento__cell--wide { grid-column: 2 / span 2; grid-row: 1; }
.bento__no {
  font-family: var(--font-disp);
  font-weight: 700;
  font-size: .9rem;
  color: var(--blue);
  display: inline-block;
  margin-bottom: 40px;
}
.bento__cell--lead .bento__no { color: var(--cyan); margin-bottom: 60px; }
.bento__cell h3 {
  font-family: var(--font-round);
  font-weight: 600;
  font-size: 1.55rem;
  margin-bottom: 10px;
  position: relative;
  letter-spacing: -.01em;
}
.bento__cell--lead h3 { font-size: 1.9rem; }
.bento__cell p { color: var(--grey); font-size: .98rem; position: relative; }
.bento__cell--lead p { color: rgba(255,255,255,.72); font-size: 1.02rem; }

/* ---------- CORE PURPOSE ---------- */
.purpose {
  background: linear-gradient(170deg, var(--bg-2), var(--bg));
  color: #fff;
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}
.purpose::before {
  content: ""; position: absolute; right: -150px; top: -100px;
  width: 480px; height: 480px; border-radius: 50%;
  background: radial-gradient(circle, rgba(59,130,246,.22), transparent 70%);
}
.purpose__inner { position: relative; z-index: 2; max-width: 900px; }
.purpose__mark {
  font-family: var(--font-disp);
  font-size: 7rem;
  line-height: .6;
  color: var(--blue-2);
  display: block;
  height: 60px;
}
.purpose__text {
  font-family: var(--font-round);
  font-weight: 500;
  font-size: clamp(1.4rem, 2.6vw, 2.3rem);
  line-height: 1.42;
  letter-spacing: -.01em;
  color: rgba(255,255,255,.92);
}

/* ====================================================
   FEATURED PROJECT (light)
   ==================================================== */
.featured {
  background: var(--mist);
  color: var(--ink);
  padding: 110px 0;
}
.featured .kicker { color: var(--blue); }
.featured__card {
  background: #fff;
  border: 1px solid var(--mist-line);
  border-radius: var(--radius);
  padding: 18px;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 18px;
  align-items: stretch;
  box-shadow: 0 30px 60px -34px rgba(10,22,51,.18);
}
.featured__body {
  padding: 28px 24px 24px;
  display: flex; flex-direction: column;
  gap: 14px;
}
.featured__body h3 {
  font-family: var(--font-round);
  font-weight: 600;
  font-size: clamp(1.8rem, 2.8vw, 2.4rem);
  line-height: 1.08;
  letter-spacing: -.015em;
}
.featured__body p { color: var(--grey); font-size: 1rem; }
.featured__meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 8px;
  padding-top: 20px;
  border-top: 1px solid var(--mist-line);
}
.featured__meta dt {
  font-family: var(--font-disp);
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--grey);
  margin-bottom: 6px;
}
.featured__meta dd {
  font-family: var(--font-disp);
  font-weight: 600;
  font-size: 1rem;
  color: var(--ink);
}
.featured__visual {
  border-radius: 14px;
  background: linear-gradient(160deg, var(--bg-2), var(--bg));
  position: relative;
  overflow: hidden;
  min-height: 360px;
}
.featured__visual svg { position: absolute; inset: 0; width: 100%; height: 100%; }

/* ====================================================
   PROCESS — vertical list (light)
   ==================================================== */
.vm { display: grid; gap: 0; margin-bottom: 64px; }
.vm__row {
  display: grid;
  grid-template-columns: 80px 220px 1fr;
  gap: 32px;
  padding: 36px 0;
  border-top: 1px solid var(--mist-line);
  align-items: start;
  position: relative;
}
.vm__row:last-child { border-bottom: 1px solid var(--mist-line); }
.vm__n {
  font-family: var(--font-round);
  font-weight: 600;
  font-size: 2.2rem;
  letter-spacing: -.03em;
  background: var(--grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.vm__tag {
  font-family: var(--font-disp);
  font-weight: 700;
  font-size: 1.7rem;
  color: var(--ink);
  letter-spacing: -.01em;
}
.vm__row p { color: var(--grey); font-size: 1.06rem; }

/* ---------- PILLARS (6 services) ---------- */
.pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.pillar {
  background: #fff;
  border: 1px solid var(--mist-line);
  border-radius: 16px;
  padding: 28px 24px;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s;
}
.pillar:hover { transform: translateY(-6px); box-shadow: 0 22px 44px -22px rgba(10,22,51,.3); border-color: var(--blue); }
.pillar__icon {
  width: 46px; height: 46px;
  border-radius: 12px;
  background: linear-gradient(160deg, rgba(59,130,246,.14), rgba(56,189,248,.18));
  display: grid; place-items: center;
  color: var(--blue);
  margin-bottom: 18px;
}
.pillar__icon svg { width: 22px; height: 22px; }
.pillar h4 {
  font-family: var(--font-round);
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 8px;
  letter-spacing: -.01em;
}
.pillar p { color: var(--grey); font-size: .94rem; }

/* ====================================================
   HIGHLIGHTS — poster grid (dark)
   ==================================================== */
.highlights {
  background: linear-gradient(180deg, var(--bg-2), var(--bg));
  color: #fff;
  padding: 110px 0;
  position: relative;
  overflow: hidden;
}
.highlights::before {
  content: ""; position: absolute; left: -160px; top: -100px;
  width: 460px; height: 460px; border-radius: 50%;
  background: radial-gradient(circle, rgba(56,189,248,.18), transparent 70%);
  pointer-events: none;
}
.highlights::after {
  content: ""; position: absolute; right: -120px; bottom: -120px;
  width: 420px; height: 420px; border-radius: 50%;
  background: radial-gradient(circle, rgba(59,130,246,.16), transparent 70%);
  pointer-events: none;
}
.highlights .kicker { color: var(--blue-2); }
.highlights .wrap { position: relative; z-index: 2; }

.posters {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.poster {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line);
  aspect-ratio: 4/5;
  background: #0e1a3a;
  display: block;
  transition: transform .4s var(--ease), box-shadow .4s var(--ease), border-color .4s;
}
.poster:hover {
  transform: translateY(-8px);
  border-color: rgba(96,165,250,.45);
  box-shadow: 0 34px 64px -24px rgba(59,130,246,.45);
}
.poster img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  display: block;
  transition: transform .6s var(--ease);
}
.poster:hover img { transform: scale(1.03); }
.poster__tag {
  position: absolute;
  bottom: 14px; left: 14px;
  font-family: var(--font-disp);
  font-size: .7rem; font-weight: 600;
  letter-spacing: .14em; text-transform: uppercase;
  background: rgba(6,12,28,.82);
  border: 1px solid rgba(255,255,255,.18);
  color: #fff;
  padding: 6px 12px;
  border-radius: 100px;
  backdrop-filter: blur(8px);
}
.poster__cta {
  position: absolute;
  top: 14px; right: 14px;
  width: 36px; height: 36px;
  border-radius: 50%;
  background: rgba(6,12,28,.82);
  border: 1px solid rgba(255,255,255,.18);
  display: grid; place-items: center;
  backdrop-filter: blur(8px);
  opacity: 0; transform: translateY(-4px);
  transition: opacity .3s var(--ease), transform .3s var(--ease);
}
.poster__cta svg { width: 14px; height: 14px; color: #fff; }
.poster:hover .poster__cta { opacity: 1; transform: translateY(0); }

/* ---------- THE PRESS / DARK 3-CARDS ---------- */
.press-dark {
  background: var(--bg);
  color: #fff;
  padding: 110px 0;
}
.press-dark .kicker { color: var(--blue-2); }
.cards-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.fcard {
  background: linear-gradient(165deg, var(--panel), #0a1430);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 36px 30px;
  transition: transform .35s var(--ease), border-color .35s, box-shadow .35s;
}
.fcard:hover {
  transform: translateY(-8px);
  border-color: rgba(96,165,250,.5);
  box-shadow: 0 34px 64px -28px rgba(59,130,246,.5);
}
.fcard__num {
  font-family: var(--font-disp);
  font-weight: 700;
  font-size: 1rem;
  color: var(--cyan);
  display: inline-block;
  margin-bottom: 20px;
}
.fcard h3 {
  font-family: var(--font-round);
  font-weight: 600;
  font-size: 1.4rem;
  margin-bottom: 10px;
  letter-spacing: -.01em;
}
.fcard p { color: var(--grey); font-size: .98rem; }
.fcard__meta {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px dashed rgba(255,255,255,.12);
  display: flex; justify-content: space-between;
  font-family: var(--font-disp);
  font-size: .82rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.fcard__meta span:first-child { color: var(--grey); }
.fcard__meta span:last-child { color: var(--blue-2); }

/* ---------- WORK STRIP (light) ---------- */
.work {
  background: var(--mist);
  color: var(--ink);
  padding: 110px 0;
}
.work .kicker { color: var(--blue); }
.work-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  grid-template-rows: 220px 220px;
  gap: 18px;
}
.wt {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--mist-line);
  background: #fff;
  cursor: pointer;
  transition: transform .35s var(--ease), box-shadow .35s var(--ease);
}
.wt:hover { transform: translateY(-6px); box-shadow: 0 30px 60px -26px rgba(10,22,51,.28); }
.wt svg { width: 100%; height: 100%; display: block; }
.wt__ovr {
  position: absolute; inset: 0;
  padding: 20px;
  display: flex; flex-direction: column; justify-content: space-between;
  background: linear-gradient(180deg, transparent 50%, rgba(10,22,51,.65) 100%);
}
.wt__tag {
  align-self: flex-start;
  font-family: var(--font-disp);
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #fff;
  background: rgba(10,22,51,.7);
  border: 1px solid rgba(255,255,255,.18);
  padding: 5px 10px;
  border-radius: 100px;
  backdrop-filter: blur(6px);
}
.wt__title {
  font-family: var(--font-disp);
  font-weight: 600;
  font-size: 1.05rem;
  color: #fff;
  letter-spacing: -.005em;
}
.wt--a { grid-column: span 1; grid-row: span 2; }
.wt--b { grid-column: span 2; grid-row: span 1; }
.wt--c { grid-column: span 1; grid-row: span 1; }
.wt--d { grid-column: span 1; grid-row: span 1; }
.wt--e { grid-column: span 1; grid-row: span 1; }

/* ---------- JOIN / CTA ---------- */
.join {
  position: relative;
  background:
    radial-gradient(700px 400px at 80% 0%, rgba(59,130,246,.3), transparent 60%),
    linear-gradient(180deg, var(--bg-2), var(--bg));
  padding: 120px 0;
  overflow: hidden;
}
.join__inner { position: relative; z-index: 2; max-width: 820px; }
.join h2 {
  font-family: var(--font-round);
  font-weight: 600;
  font-size: clamp(2.2rem, 4.4vw, 3.5rem);
  line-height: 1.06;
  letter-spacing: -.02em;
}
.join p { margin: 22px 0 38px; color: var(--grey); font-size: 1.12rem; max-width: 620px; }
.join__links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.social {
  position: relative;
  display: flex; flex-direction: column; gap: 4px;
  background: rgba(255,255,255,.04);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 24px 22px;
  transition: transform .3s var(--ease), background .3s, border-color .3s;
}
.social:hover { transform: translateY(-6px); background: rgba(255,255,255,.08); border-color: rgba(96,165,250,.45); }
.social strong {
  font-family: var(--font-disp);
  font-weight: 600; font-size: 1.12rem;
}
.social span { color: var(--blue-2); font-size: .9rem; }
.social::before {
  content: ""; position: absolute; top: 24px; right: 22px;
  width: 9px; height: 9px; border-radius: 50%;
}
.social--mail::before { background: #60a5fa; }
.social--phone::before { background: #38bdf8; }
.social--visit::before { background: #a5f3fc; }

/* ---------- FOOTER ---------- */
.footer { background: #04091a; padding: 56px 0 28px; }
.footer__inner {
  display: flex; justify-content: space-between; gap: 30px; flex-wrap: wrap;
  padding-bottom: 30px; border-bottom: 1px solid var(--line);
}
.footer__brand img { height: 52px; width: auto; }
.footer__brand p { color: var(--grey); margin-top: 16px; font-size: .92rem; max-width: 36ch; }
.footer__nav { display: flex; gap: 26px; flex-wrap: wrap; align-items: center; }
.footer__nav a { color: #aab2c6; font-size: .93rem; transition: color .25s; }
.footer__nav a:hover { color: #fff; }
.footer__base { padding-top: 22px; display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.footer__base span { color: var(--grey-2); font-size: .85rem; }

/* ====================================================
   INNER PAGE HERO
   ==================================================== */
.page-hero {
  position: relative;
  padding: 60px 0 90px;
  background:
    radial-gradient(900px 500px at 85% 0%, rgba(59,130,246,.28), transparent 60%),
    radial-gradient(700px 400px at 0% 100%, rgba(56,189,248,.14), transparent 55%),
    linear-gradient(180deg, var(--bg), var(--bg-2));
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}
.page-hero__inner {
  position: relative; z-index: 2;
  max-width: 880px;
  padding-top: 40px;
}
.page-hero__title {
  font-family: var(--font-round);
  font-weight: 600;
  font-size: clamp(2.4rem, 5.2vw, 4.2rem);
  line-height: 1.02;
  letter-spacing: -.025em;
  margin: 24px 0 0;
}
.page-hero__lead {
  margin-top: 22px;
  color: var(--grey);
  font-size: clamp(1.04rem, 1.5vw, 1.18rem);
  max-width: 620px;
}
.page-hero__meta {
  margin-top: 36px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  max-width: 720px;
}
.page-hero__meta dt {
  font-family: var(--font-disp);
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--blue-2);
  margin-bottom: 6px;
}
.page-hero__meta dd {
  font-family: var(--font-round);
  font-weight: 600;
  font-size: 1.4rem;
  letter-spacing: -.01em;
  color: #fff;
}

/* ====================================================
   SERVICES LIST (services page)
   ==================================================== */
.svc-list {
  background: var(--mist);
  color: var(--ink);
  padding: 110px 0;
}
.svc-list .kicker { color: var(--blue); }
.svc-row {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 36px;
  padding: 44px 0;
  border-top: 1px solid var(--mist-line);
  align-items: start;
}
.svc-row:last-child { border-bottom: 1px solid var(--mist-line); }
.svc-row__n {
  font-family: var(--font-round);
  font-weight: 600;
  font-size: 2.4rem;
  letter-spacing: -.03em;
  background: var(--grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.svc-row__title {
  font-family: var(--font-round);
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.1;
  letter-spacing: -.015em;
  color: var(--ink);
  margin-bottom: 12px;
}
.svc-row__body p { color: var(--grey); font-size: 1.02rem; max-width: 56ch; margin-bottom: 16px; }
.svc-row__includes {
  list-style: none; display: flex; flex-wrap: wrap; gap: 8px;
  margin-top: 14px;
}
.svc-row__includes li {
  font-family: var(--font-disp);
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .04em;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--mist-line);
  padding: 6px 12px;
  border-radius: 100px;
}
.svc-row__meta {
  display: flex; flex-direction: column; gap: 14px;
  padding-left: 28px;
  border-left: 1px solid var(--mist-line);
}
.svc-row__meta dt {
  font-family: var(--font-disp);
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--grey);
  margin-bottom: 4px;
}
.svc-row__meta dd {
  font-family: var(--font-round);
  font-weight: 600;
  font-size: 1.05rem;
  color: var(--ink);
  letter-spacing: -.005em;
}

/* ====================================================
   CONTACT
   ==================================================== */
.contact-section {
  background: var(--mist);
  color: var(--ink);
  padding: 90px 0 110px;
}
.contact__grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 40px;
  align-items: stretch;
}
.contact__media {
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--mist-line);
  box-shadow: 0 36px 70px -34px rgba(10,22,51,.34);
  min-height: 100%;
}
.contact__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}
.contact__head { margin-bottom: 40px; }
.contact__head .kicker { color: var(--blue); }
.contact__head h2 {
  font-family: var(--font-round);
  font-weight: 600;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  line-height: 1.05;
  letter-spacing: -.02em;
  margin-top: 6px;
}
/* single combined contact card */
.contact__info { display: flex; }
.contact__card {
  background: #fff;
  border: 1px solid var(--mist-line);
  border-radius: var(--radius);
  padding: 30px 32px;
  display: grid;
  gap: 24px;
  align-content: center;
  width: 100%;
  box-shadow: 0 14px 30px -20px rgba(10,22,51,.18);
}
.contact__group { display: grid; gap: 4px; }
.contact__group + .contact__group {
  padding-top: 24px;
  border-top: 1px solid var(--mist-line);
}
.contact__group-label {
  font-family: var(--font-disp);
  font-size: .76rem; font-weight: 600;
  letter-spacing: .12em; text-transform: uppercase;
  color: var(--blue);
  margin-bottom: 4px;
}
.contact__group a {
  font-family: var(--font-round);
  font-weight: 600; font-size: 1.08rem; letter-spacing: -.005em;
  color: var(--ink);
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: color .25s;
}
.contact__group a:hover { color: var(--blue); }
.contact__ico {
  width: 18px; height: 18px;
  flex: none;
  fill: var(--blue);
  transition: fill .25s;
}
.contact__ico--wa { fill: #25d366; }
.contact__phone {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 16px;
}
.contact__wa {
  font-size: .9rem !important;
  font-weight: 600;
  color: #1b8a48 !important;
  gap: 6px !important;
  padding: 4px 12px 4px 10px;
  border: 1px solid rgba(37,211,102,.35);
  border-radius: 999px;
  background: rgba(37,211,102,.08);
  transition: background .25s, border-color .25s;
}
.contact__wa:hover {
  background: rgba(37,211,102,.16);
  border-color: rgba(37,211,102,.6);
}
.contact__wa .contact__ico { width: 16px; height: 16px; }
.contact__group p {
  font-family: var(--font-round);
  font-weight: 600; font-size: 1.08rem; letter-spacing: -.005em;
  color: var(--ink); line-height: 1.45; max-width: 36ch;
}
.contact__hours { color: var(--grey); font-size: .92rem; margin-top: 6px; }

.contact__formwrap {
  background: #fff;
  border: 1px solid var(--mist-line);
  border-radius: var(--radius);
  padding: 42px 40px;
  box-shadow: 0 36px 70px -34px rgba(10,22,51,.34);
}
.cform__head { margin-bottom: 26px; }
.cform__head h3 {
  font-family: var(--font-round);
  font-weight: 600;
  font-size: clamp(1.4rem, 2.2vw, 1.8rem);
  letter-spacing: -.015em;
  color: var(--ink);
  margin-bottom: 8px;
}
.cform__head p { color: var(--grey); font-size: .96rem; max-width: 42ch; }
.cform { display: grid; gap: 20px; }
.cform__row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.field { display: grid; gap: 7px; }
.field label {
  font-family: var(--font-disp);
  font-size: .76rem; font-weight: 600;
  letter-spacing: .1em; text-transform: uppercase;
  color: var(--ink);
}
.field input, .field textarea, .field select {
  font-family: inherit; font-size: 1rem;
  color: var(--ink);
  background: var(--mist);
  border: 1.6px solid var(--mist-line);
  border-radius: 12px;
  padding: 13px 15px;
  transition: border-color .25s, background .25s, box-shadow .25s;
  resize: vertical;
}
.field input::placeholder, .field textarea::placeholder { color: #9aa3b6; }
.field input:focus, .field textarea:focus, .field select:focus {
  outline: none;
  border-color: var(--blue);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(59,130,246,.13);
}
.field select { appearance: none; background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'><path d='M3 5l4 4 4-4' stroke='%230a1633' stroke-width='1.4' fill='none'/></svg>"); background-repeat: no-repeat; background-position: right 14px center; padding-right: 38px; }
.cform__submit {
  margin-top: 6px;
  align-self: flex-start;
  background: var(--blue);
  color: #fff;
  letter-spacing: .08em;
}
.cform__submit:hover {
  background: var(--ink);
  box-shadow: 0 16px 34px -12px rgba(59,130,246,.55);
}

/* studio map block */
.studio-block {
  margin-top: 16px;
  padding: 22px 22px 22px 24px;
  background: linear-gradient(160deg, var(--ink), #14264f);
  color: #fff;
  border-radius: var(--radius);
  position: relative;
  overflow: hidden;
}
.studio-block::before {
  content: ""; position: absolute; right: -80px; bottom: -80px;
  width: 240px; height: 240px; border-radius: 50%;
  background: radial-gradient(circle, rgba(56,189,248,.4), transparent 70%);
}
.studio-block strong {
  font-family: var(--font-round);
  font-weight: 600; font-size: 1.1rem; display: block; margin-bottom: 6px;
  letter-spacing: -.005em;
}
.studio-block p { color: rgba(255,255,255,.78); font-size: .94rem; line-height: 1.55; position: relative; }

/* ====================================================
   POSTERS — gallery (recent-works page) — bigger
   ==================================================== */
.posters--gallery {
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.posters--gallery .poster { aspect-ratio: 4/5; }
@media (min-width: 980px) {
  .posters--gallery { grid-template-columns: 1fr 1fr; gap: 28px; }
}

/* ====================================================
   ABOUT PAGE
   ==================================================== */
.about-split {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 48px;
  align-items: start;
}
.about-split__text p { color: var(--grey); font-size: 1.12rem; line-height: 1.6; }
.about-split__aside .kicker { color: var(--blue); display: block; margin-bottom: 16px; }
.mv-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }

/* Print products — chip cloud (dark) */
.product-tags {
  list-style: none;
  display: flex; flex-wrap: wrap; gap: 14px;
}
.product-tags li {
  font-family: var(--font-disp);
  font-weight: 500;
  font-size: 1.02rem;
  color: #cfe0ff;
  background: rgba(255,255,255,.04);
  border: 1px solid var(--line);
  border-radius: 100px;
  padding: 14px 24px;
  transition: transform .3s var(--ease), border-color .3s, background .3s;
}
.product-tags li:hover {
  transform: translateY(-4px);
  border-color: rgba(96,165,250,.5);
  background: rgba(59,130,246,.1);
}

/* ====================================================
   REVEAL
   ==================================================== */
.reveal {
  opacity: 0; transform: translateY(28px);
  transition: opacity .75s var(--ease), transform .75s var(--ease);
  transition-delay: var(--d, 0s);
}
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .floats__card, .floats__chip, .floats__ring, .floats__halo, .badge__pulse, .marquee__track, .hero__beam { animation: none !important; }
  html { scroll-behavior: auto; }
}

/* ====================================================
   RESPONSIVE
   ==================================================== */
@media (max-width: 980px) {
  .hero__inner { grid-template-columns: 1fr; gap: 40px; min-height: 0; padding: 20px 0 80px; }
  .floats { max-width: 380px; margin: 0 auto; }
  .stats__grid { grid-template-columns: 1fr 1fr; gap: 32px 20px; }
  .stat + .stat::before { display: none; }
  .stat:nth-child(2n+1)::before { display: none; }
  .bento {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto;
    min-height: 0;
  }
  .bento__cell--lead { grid-column: 1 / -1; grid-row: 1; }
  .bento__cell--wide { grid-column: 1 / -1; grid-row: 2; }
  .featured__card { grid-template-columns: 1fr; }
  .featured__visual { min-height: 280px; }
  .pillars { grid-template-columns: 1fr 1fr; }
  .posters { grid-template-columns: 1fr 1fr; gap: 16px; }
  .cards-3 { grid-template-columns: 1fr; }
  .join__links { grid-template-columns: 1fr; }
  .footer__inner { flex-direction: column; }
  .work-grid { grid-template-columns: 1fr 1fr; grid-template-rows: repeat(3, 200px); }
  .wt--a { grid-column: span 2; grid-row: span 1; }
  .wt--b { grid-column: span 2; grid-row: span 1; }
  .wt--c, .wt--d, .wt--e { grid-column: span 1; grid-row: span 1; }
  .svc-row { grid-template-columns: 60px 1fr; }
  .svc-row__meta { grid-column: 1 / -1; padding-left: 0; border-left: none; border-top: 1px solid var(--mist-line); padding-top: 18px; flex-direction: row; flex-wrap: wrap; gap: 24px; }
  .contact__grid { grid-template-columns: 1fr; }
  .page-hero__meta { grid-template-columns: 1fr 1fr; }
  .about-split { grid-template-columns: 1fr; gap: 32px; }
  .mv-grid { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .nav__toggle { display: flex; }
  .nav__inner { height: 76px; }
  .brand img { height: 42px; }
  .nav__links {
    position: fixed; inset: 76px 0 auto 0;
    background: rgba(6,12,28,.97);
    backdrop-filter: blur(16px);
    flex-direction: column; align-items: flex-start; gap: 6px;
    padding: 20px 30px 28px;
    border-bottom: 1px solid var(--line);
    transform: translateY(-130%);
    transition: transform .4s var(--ease);
  }
  .nav__links.open { transform: translateY(0); }
  .nav__links a { width: 100%; padding: 10px 0; }
  .nav__links .btn { margin-top: 8px; width: 100%; }
  .section, .purpose, .join, .press-dark, .work, .featured, .stats, .highlights { padding: 70px 0; }
  .posters { grid-template-columns: 1fr; }
  .stats__grid { grid-template-columns: 1fr; }
  .stat__l { max-width: none; }
  .vm__row { grid-template-columns: 60px 1fr; gap: 16px; }
  .vm__row .vm__tag { grid-column: 2; }
  .vm__row p { grid-column: 1 / -1; }
  .bento { grid-template-columns: 1fr; }
  .pillars { grid-template-columns: 1fr; }
  .cform__row { grid-template-columns: 1fr; }
  .contact__formwrap { padding: 28px 22px; }
  .contact__media img { min-height: 260px; }
  .page-hero__meta { grid-template-columns: 1fr; }
  .posters--gallery { grid-template-columns: 1fr; }
  .work-grid { grid-template-columns: 1fr; grid-template-rows: repeat(5, 200px); }
  .wt--a, .wt--b, .wt--c, .wt--d, .wt--e { grid-column: span 1; grid-row: span 1; }
  .wrap { padding: 0 20px; }
}

/* ====================================================
   Floating WhatsApp button
   ==================================================== */
.wa-float {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 999;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  box-shadow: 0 12px 28px -8px rgba(37,211,102,.6), 0 4px 10px rgba(0,0,0,.2);
  transition: transform .25s var(--ease), box-shadow .25s var(--ease);
}
.wa-float svg { display: block; }
.wa-float:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 18px 36px -8px rgba(37,211,102,.7), 0 6px 14px rgba(0,0,0,.25);
}
.wa-float::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(37,211,102,.5);
  animation: wa-pulse 2.4s ease-out infinite;
}
@keyframes wa-pulse {
  0%   { box-shadow: 0 0 0 0 rgba(37,211,102,.5); }
  70%  { box-shadow: 0 0 0 16px rgba(37,211,102,0); }
  100% { box-shadow: 0 0 0 0 rgba(37,211,102,0); }
}
@media (max-width: 640px) {
  .wa-float { right: 16px; bottom: 16px; width: 52px; height: 52px; }
}
@media (prefers-reduced-motion: reduce) {
  .wa-float::after { animation: none; }
}

/* ====================================================
   GENERIC SLIDER  (image-only hero + compound text/image hero)
   ==================================================== */
.slider { position: relative; z-index: 2; }

.slider__viewport {
  overflow: hidden;
  border-radius: var(--radius);
}
.slider--hero .slider__viewport {
  box-shadow:
    0 40px 80px -28px rgba(0,0,0,.7),
    0 0 0 1px rgba(255,255,255,.06) inset;
}

/* full-bleed variant: image spans the whole viewport width, edge to edge */
.hero--slider:has(.slider--full) { padding: 0; }
.slider--full .slider__viewport {
  border-radius: 0;
  box-shadow: none;
}

/* The track holds every slide side-by-side and glides on transform */
.slider__track {
  display: flex;
  /* height is set per-active-slide by JS so text on images is never cropped */
  transition: transform .8s var(--ease), height .5s var(--ease);
  will-change: transform;
}
.slider__slide {
  flex: 0 0 100%;
  min-width: 0;
  align-self: flex-start;
}

/* image-only hero slide */
.slider--hero .slider__slide img {
  width: 100%;
  height: auto;
  display: block;
}

/* ---------- arrows ---------- */
.slider__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 6;
  width: 46px; height: 46px;
  display: grid; place-items: center;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 50%;
  background: rgba(10,20,48,.55);
  color: #fff;
  cursor: pointer;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: background .25s var(--ease), border-color .25s var(--ease), transform .25s var(--ease);
}
.slider__arrow svg { width: 20px; height: 20px; }
.slider__arrow:hover {
  background: var(--blue);
  border-color: var(--blue);
  transform: translateY(-50%) scale(1.06);
}
.slider__arrow--prev { left: 18px; }
.slider__arrow--next { right: 18px; }

/* ---------- dots ---------- */
.slider__dots {
  position: absolute;
  left: 0; right: 0; bottom: 18px;
  z-index: 6;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.slider__dot {
  width: 10px; height: 10px;
  border-radius: 100px;
  border: 0;
  padding: 0;
  background: rgba(255,255,255,.4);
  cursor: pointer;
  transition: width .35s var(--ease), background .35s var(--ease);
}
.slider__dot.is-active {
  width: 28px;
  background: var(--grad);
}

/* ---------- slider responsive ---------- */
@media (max-width: 860px) {
  .slider__arrow { width: 40px; height: 40px; }
  .slider__arrow--prev { left: 10px; }
  .slider__arrow--next { right: 10px; }
}
@media (max-width: 720px) {
  .slider--hero .slider__viewport { border-radius: 14px; }
}
@media (max-width: 540px) {
  /* keep the arrows almost transparent so they don't cover the text on the
     image; only the chevron stays readable via a soft shadow */
  .slider__arrow {
    width: 34px; height: 34px;
    background: rgba(10,20,48,.05);
    border-color: rgba(255,255,255,.06);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
  .slider__arrow svg {
    width: 16px; height: 16px;
    filter: drop-shadow(0 1px 2px rgba(0,0,0,.6));
  }
  .slider__arrow:hover,
  .slider__arrow:active {
    background: rgba(10,20,48,.05);
    border-color: rgba(255,255,255,.06);
    transform: translateY(-50%);
  }
  .slider__dots { bottom: 10px; }
  .slider__dot { width: 8px; height: 8px; }
  .slider__dot.is-active { width: 22px; }
}

@media (prefers-reduced-motion: reduce) {
  .slider__track { transition: none; }
}
