/* ============ v2 · Cinematic Satellite ============ */
:root {
  --bg:        #FAF8F3;
  --bg-2:      #F1EDE4;
  --ink:       #0E0E0C;
  --ink-2:     #2A2A25;
  --ink-3:     #7A756A;
  --rule:      rgba(14,14,12,0.14);
  --rule-soft: rgba(14,14,12,0.07);
  --cobalt:    #1A39E6;
  --cobalt-2:  #0C1FBB;
  --red:       #E62223;
  --orange:    #FF5B40;
  --moss:      #4C8A3A;

  --max:    1360px;
  --gutter: clamp(18px, 3.5vw, 56px);

  --t-fast: 160ms;
  --t-mid:  340ms;
  --t-slow: 800ms;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
html, body {
  background: var(--bg);
  color: var(--ink);
  font-family: 'DM Sans', ui-sans-serif, system-ui, sans-serif;
  font-size: 15.5px;
  line-height: 1.5;
  font-feature-settings: 'kern', 'liga';
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: none; background: none; color: inherit; }
::selection { background: var(--cobalt); color: var(--bg); }

h1, h2, h3, em {
  font-family: 'Fraunces', ui-serif, Georgia, serif;
  font-weight: 500;
  font-variation-settings: "SOFT" 40, "opsz" 100;
  letter-spacing: -0.015em;
}
em { color: var(--cobalt); font-style: italic; font-variation-settings: "SOFT" 100, "opsz" 100, "wght" 400; }
h2.h2 em, h1 em { font-variation-settings: "SOFT" 100, "opsz" 144, "wght" 400; }

.h2 {
  font-size: clamp(32px, 4.2vw, 58px);
  line-height: 0.98;
  letter-spacing: -0.028em;
  font-weight: 500;
  max-width: 20ch;
}
.h2--light { color: var(--bg); }
.h2--light em { color: var(--orange); }

.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: 'DM Mono', monospace;
  font-size: 11.5px; letter-spacing: 0.08em;
  color: var(--ink-3); text-transform: uppercase;
  margin-bottom: 20px;
}
.eyebrow--light { color: rgba(250,248,243,0.7); }
.eb__dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--cobalt);
  box-shadow: 0 0 0 3px rgba(26,57,230,0.2);
}

.lede {
  font-size: clamp(15px, 1.1vw, 17px);
  color: var(--ink-2);
  max-width: 56ch;
  line-height: 1.55;
}
.lede--light { color: rgba(250,248,243,0.78); }

.section-head { margin-bottom: 50px; max-width: 900px; }
.section-head--light { color: var(--bg); }

/* ============ NAV ============ */
.nav {
  position: sticky; top: 0; z-index: 500;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 36px;
  padding: 14px var(--gutter);
  background: rgba(250,248,243,0.94);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--rule-soft);
}
.nav__brand { display: flex; flex-direction: column; gap: 5px; line-height: 1.05; }
.nav__logo {
  display: inline-flex; align-self: flex-start;
  background: var(--ink);
  padding: 8px 12px;
  border-radius: 4px;
  transition: background var(--t-fast);
}
.nav__logo img { height: 14px; width: auto; display: block; }
.nav__brand:hover .nav__logo { background: var(--cobalt); }
.nav__sub {
  font-family: 'DM Mono', monospace;
  font-size: 9.5px; letter-spacing: 0.1em;
  color: var(--ink-3); text-transform: uppercase;
}
.nav__links {
  display: flex; gap: 22px;
  justify-self: center;
  font-family: 'DM Mono', monospace;
  font-size: 12px;
  color: var(--ink-2);
}
.nav__links a { transition: color var(--t-fast); }
.nav__links a:hover { color: var(--cobalt); }
.nav__phone {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: 'Fraunces', serif;
  font-weight: 500; font-size: 18px;
  letter-spacing: -0.01em;
  padding: 6px 0;
  border-bottom: 1.5px solid var(--ink);
  transition: color var(--t-fast), border-color var(--t-fast);
}
.nav__phone:hover { color: var(--cobalt); border-bottom-color: var(--cobalt); }
.nav__phone-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--cobalt);
  box-shadow: 0 0 0 3px rgba(26,57,230,0.22);
  animation: blink 1.6s ease infinite;
}
@keyframes blink { 0%, 100% { opacity: 0.45; } 50% { opacity: 1; } }
@media (max-width: 900px) {
  .nav__links { display: none; }
  .nav { grid-template-columns: 1fr auto; gap: 14px; }
}

/* ============ HERO (Map + overlay + floats) ============ */
.hero {
  position: relative;
  height: clamp(640px, 82vh, 880px);
  overflow: hidden;
  background: #09121F;
}
.hero__map {
  position: absolute; inset: 0;
  z-index: 1;
  background: #09121F;
  filter: saturate(1.08) contrast(1.05);
}
.hero__map.is-ready { animation: mapFade 1.2s ease both; }
@keyframes mapFade { from { opacity: 0; } to { opacity: 1; } }

.hero__gradient {
  position: absolute; inset: 0;
  z-index: 2; pointer-events: none;
  background:
    radial-gradient(circle at 22% 42%, rgba(9,18,31,0) 0%, rgba(9,18,31,0.3) 45%, rgba(9,18,31,0.75) 90%),
    linear-gradient(to right, rgba(9,18,31,0.78) 0%, rgba(9,18,31,0.55) 30%, rgba(9,18,31,0.15) 55%, rgba(9,18,31,0) 70%),
    linear-gradient(to bottom, rgba(9,18,31,0.55) 0%, rgba(9,18,31,0) 20%, rgba(9,18,31,0) 70%, rgba(9,18,31,0.55) 100%);
}

.hero__overlay {
  position: absolute; inset: 0; z-index: 4;
  padding: clamp(40px, 7vh, 80px) var(--gutter);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: var(--bg);
  max-width: var(--max); margin: 0 auto;
}
.hero__overlay > * { max-width: 58ch; }

.hero__chip {
  display: inline-flex; align-items: center; gap: 12px;
  padding: 7px 14px 7px 12px;
  background: rgba(14,14,12,0.55);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(250,248,243,0.18);
  border-radius: 999px;
  font-family: 'DM Mono', monospace;
  font-size: 11px; letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--bg);
  align-self: flex-start;
}
.chip__dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 0 3px rgba(230,34,35,0.3);
  animation: blink 1.4s ease infinite;
}
.chip__coord { color: rgba(250,248,243,0.55); border-left: 1px solid rgba(250,248,243,0.18); padding-left: 10px; margin-left: 2px; }

.hero__title {
  font-size: clamp(36px, 6vw, 80px);
  line-height: 0.98;
  letter-spacing: -0.03em;
  font-weight: 500;
  color: var(--bg);
  margin-top: 28px;
  margin-bottom: 18px;
  max-width: 14ch;
  text-shadow: 0 2px 30px rgba(9,18,31,0.5);
}
.hero__title em { color: #FFD76A; font-style: italic; font-variation-settings: "SOFT" 100, "opsz" 144, "wght" 400; }

.hero__lede {
  font-size: clamp(15px, 1.15vw, 17.5px);
  color: rgba(250,248,243,0.88);
  max-width: 44ch;
  margin-bottom: 26px;
  text-shadow: 0 2px 20px rgba(9,18,31,0.5);
}

.hero__cta { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: auto; }

.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 12px 20px;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px; font-weight: 500;
  border-radius: 999px;
  transition: all var(--t-fast);
  letter-spacing: -0.005em;
}
.btn--primary {
  background: var(--bg);
  color: var(--ink);
}
.btn--primary:hover { background: var(--cobalt); color: var(--bg); }
.btn--ghost {
  background: transparent;
  color: var(--bg);
  border: 1.5px solid rgba(250,248,243,0.4);
}
.btn--ghost:hover { border-color: var(--bg); background: rgba(250,248,243,0.08); }
.btn--line {
  padding: 0;
  color: var(--ink);
  border-bottom: 1.5px solid var(--ink);
  padding-bottom: 3px;
  border-radius: 0;
  font-family: 'Fraunces', serif;
  font-size: 15px;
  font-weight: 500;
}
.btn--line:hover { color: var(--cobalt); border-bottom-color: var(--cobalt); }
.btn__dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--cobalt);
  box-shadow: 0 0 0 3px rgba(26,57,230,0.22);
  animation: blink 1.4s ease infinite;
}

.hero__stats {
  display: grid;
  grid-template-columns: repeat(4, auto);
  gap: clamp(18px, 3vw, 44px);
  padding-top: 22px;
  border-top: 1px solid rgba(250,248,243,0.18);
  max-width: none;
}
@media (max-width: 720px) { .hero__stats { grid-template-columns: 1fr 1fr; } }
.mini__n {
  font-family: 'Fraunces', serif;
  font-size: clamp(22px, 2.6vw, 34px);
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: var(--bg);
}
.mini__l {
  margin-top: 4px;
  font-family: 'DM Mono', monospace;
  font-size: 10.5px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(250,248,243,0.65);
}

/* Zoom indicator (bottom-right) */
.hero__zoom {
  position: absolute; bottom: 22px; right: clamp(20px, 3vw, 48px);
  z-index: 4;
  display: flex; align-items: center; gap: 10px;
  font-family: 'DM Mono', monospace;
  font-size: 10.5px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(250,248,243,0.75);
  background: rgba(14,14,12,0.55);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(250,248,243,0.15);
  padding: 10px 14px;
  border-radius: 10px;
}
.zoom__stage { opacity: 0.35; transition: opacity var(--t-mid), color var(--t-mid); white-space: nowrap; }
.zoom__stage.is-active { opacity: 1; color: #FFD76A; }
.zoom__line { width: 90px; height: 2px; background: rgba(250,248,243,0.18); border-radius: 1px; overflow: hidden; }
.zoom__fill { height: 100%; width: 20%; background: #FFD76A; transition: width var(--t-slow) ease; }
@media (max-width: 700px) { .hero__zoom { display: none; } }

/* ============ FLOATING ELEMENTS ============ */
.float {
  position: absolute;
  z-index: 3;
  filter: drop-shadow(0 8px 24px rgba(0,0,0,0.35));
  pointer-events: none;
  opacity: 0;
}
.hero.is-ready .float { opacity: 1; transition: opacity 600ms ease 300ms; }

.float--receipt {
  right: clamp(8%, 18vw, 24%);
  top: 14%;
  width: clamp(80px, 9vw, 130px);
  animation: floatA 7s ease-in-out infinite, fadeIn 0.9s ease 0.6s both;
  transform: rotate(-8deg);
}
.float--report {
  right: 5%;
  top: 50%;
  width: clamp(130px, 14vw, 200px);
  animation: floatB 9s ease-in-out infinite, fadeIn 0.9s ease 1.0s both;
  transform: rotate(5deg);
}

@keyframes floatA {
  0%, 100% { transform: translateY(0) rotate(-8deg); }
  50% { transform: translateY(-14px) rotate(-5deg); }
}
@keyframes floatB {
  0%, 100% { transform: translateY(0) rotate(4deg); }
  50% { transform: translateY(-18px) rotate(7deg); }
}
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }

/* ============ MYSTERY MACHINE VAN touring Podlasie ============ */
.hero__vanstage {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  opacity: 0;
  animation: fadeIn 1.2s ease 1.6s forwards;
}
.hero__van {
  filter: drop-shadow(0 12px 24px rgba(0,0,0,0.35));
}

/* Leaflet overrides */
.leaflet-control-attribution,
.leaflet-control-zoom { display: none !important; }
.leaflet-container { background: #09121F !important; outline: none; }

@media (max-width: 780px) {
  .hero { height: auto; min-height: 640px; }
  .hero__title { font-size: 38px; }
  .float--receipt { right: 6%; top: 8%; width: 72px; }
  .float--scanner { right: 4%; top: auto; bottom: 200px; width: 130px; }
  .float--report { display: none; }
}

/* ============ MARQUEE ============ */
.marquee {
  background: var(--ink);
  color: var(--bg);
  overflow: hidden;
  padding: 16px 0;
  border-top: 1px solid rgba(250,248,243,0.1);
  border-bottom: 1px solid rgba(250,248,243,0.1);
}
.marquee__track {
  display: inline-flex; gap: 30px;
  white-space: nowrap;
  font-family: 'Fraunces', serif;
  font-size: clamp(22px, 2.4vw, 34px);
  font-weight: 500;
  font-style: italic;
  animation: scroll 48s linear infinite;
}
.marquee__track span:nth-child(even) { font-style: normal; color: var(--orange); font-weight: 400; }
@keyframes scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* ============ PROCES ============ */
.proc {
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(60px, 7vw, 110px) var(--gutter);
}
.steps {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}
@media (max-width: 1000px) { .steps { grid-template-columns: 1fr 1fr; } }
@media (max-width: 640px) { .steps { grid-template-columns: 1fr; } }
.step {
  padding: 26px 22px 24px;
  border: 1px solid var(--rule);
  border-radius: 12px;
  background: var(--bg);
  transition: background var(--t-mid), border-color var(--t-mid), transform var(--t-mid);
  position: relative;
}
.step:hover {
  background: var(--bg-2);
  border-color: var(--ink);
  transform: translateY(-3px);
}
.step__icon {
  width: 44px; height: 44px;
  color: var(--cobalt);
  margin-bottom: 18px;
}
.step__icon svg { width: 100%; height: 100%; }
.step__num {
  font-family: 'DM Mono', monospace;
  font-size: 11.5px;
  letter-spacing: 0.08em;
  color: var(--ink-3);
  margin-bottom: 8px;
}
.step h3 {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.1;
  margin-bottom: 10px;
}
.step p { font-size: 13.5px; color: var(--ink-2); line-height: 1.5; }

/* ============ KASY ============ */
.kasy {
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(60px, 7vw, 110px) var(--gutter);
  border-top: 1px solid var(--rule);
}
.prods {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
@media (max-width: 1000px) { .prods { grid-template-columns: 1fr 1fr; } }
@media (max-width: 680px) { .prods { grid-template-columns: 1fr; } }

.prod {
  background: var(--bg);
  border: 1px solid var(--rule);
  border-radius: 14px;
  padding: 22px 22px 22px;
  display: flex; flex-direction: column; gap: 12px;
  transition: transform var(--t-mid), border-color var(--t-mid), box-shadow var(--t-mid);
  position: relative;
  overflow: hidden;
}
.prod:hover {
  transform: translateY(-6px);
  border-color: var(--ink);
  box-shadow: 0 24px 40px -20px rgba(14,14,12,0.16);
}

.prod__top {
  display: flex; justify-content: space-between; align-items: center;
  font-family: 'DM Mono', monospace;
  font-size: 10.5px; letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-3);
}
.prod__tag { color: var(--cobalt); font-weight: 500; }
.prod__art {
  background: var(--bg-2);
  border-radius: 8px;
  aspect-ratio: 200 / 140;
  display: grid; place-items: center;
  padding: 12px;
  transition: background var(--t-mid);
}
.prod:hover .prod__art { background: #E7EAF6; }

.prod__name {
  font-family: 'Fraunces', serif;
  font-size: clamp(22px, 2vw, 26px);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.015em;
}
.prod__kind {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: 12.5px;
  color: var(--ink-3);
}
.prod__desc { font-size: 13.5px; color: var(--ink-2); line-height: 1.5; }

.prod__foot {
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px dashed var(--rule);
  display: flex; justify-content: space-between; align-items: flex-end;
  gap: 14px;
}
.prod__price {
  font-family: 'Fraunces', serif;
  font-size: 26px;
  line-height: 1;
  letter-spacing: -0.015em;
  color: var(--ink);
  font-weight: 500;
}
.prod__price span { color: var(--cobalt); }
.prod__price em {
  display: block;
  font-family: 'DM Mono', monospace;
  font-size: 10.5px;
  letter-spacing: 0.06em;
  color: var(--ink-3);
  margin-top: 5px;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 400;
}

/* ============ LICZBY ============ */
.liczby {
  background: var(--ink);
  color: var(--bg);
  padding: clamp(60px, 7vw, 110px) var(--gutter);
  position: relative;
  overflow: hidden;
}
.liczby::before {
  content: ''; position: absolute;
  left: -10%; top: 20%;
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(26,57,230,0.22), transparent 60%);
  pointer-events: none;
}
.liczby > * { max-width: var(--max); margin-left: auto; margin-right: auto; position: relative; }
.liczby__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid rgba(250,248,243,0.18);
  border-bottom: 1px solid rgba(250,248,243,0.18);
  margin-bottom: 80px;
}
@media (max-width: 800px) { .liczby__grid { grid-template-columns: 1fr 1fr; } }
.lc {
  padding: 36px 20px 28px 0;
  border-right: 1px solid rgba(250,248,243,0.18);
}
.lc:last-child { border-right: none; }
.lc__num {
  font-family: 'Fraunces', serif;
  font-size: clamp(40px, 5vw, 78px);
  line-height: 0.92;
  letter-spacing: -0.03em;
  font-weight: 500;
}
.lc__lbl {
  margin-top: 14px;
  font-family: 'DM Mono', monospace;
  font-size: 11.5px;
  letter-spacing: 0.04em;
  color: rgba(250,248,243,0.65);
  line-height: 1.45;
}

.opinie__tag {
  font-family: 'DM Mono', monospace;
  font-size: 11.5px;
  letter-spacing: 0.1em;
  color: rgba(250,248,243,0.7);
  text-transform: uppercase;
  margin-bottom: 22px;
}
.opinie__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media (max-width: 900px) { .opinie__grid { grid-template-columns: 1fr; } }
.op {
  border-top: 1px solid rgba(250,248,243,0.22);
  padding-top: 20px;
  display: grid; gap: 12px; align-content: start;
}
.op__stars { color: var(--orange); letter-spacing: 2px; font-size: 13px; }
.op blockquote {
  font-family: 'Fraunces', serif;
  font-size: 18px;
  line-height: 1.35;
  letter-spacing: -0.008em;
  color: var(--bg);
  font-style: italic;
  font-variation-settings: "SOFT" 100, "opsz" 144;
}
.op figcaption {
  font-family: 'DM Mono', monospace;
  font-size: 11px; letter-spacing: 0.04em;
  color: rgba(250,248,243,0.7); text-transform: uppercase;
}
.op figcaption em {
  font-family: 'Fraunces', serif;
  text-transform: none; font-style: italic;
  font-size: 13px; color: rgba(250,248,243,0.55);
  font-weight: 400;
}

/* ============ FAQ ============ */
.faq {
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(60px, 7vw, 110px) var(--gutter);
}
.faq__list {
  display: grid;
  border-top: 1px solid var(--rule);
}
.faq__item {
  border-bottom: 1px solid var(--rule);
  transition: background var(--t-fast);
}
.faq__item[open] { background: var(--bg-2); }
.faq__item:hover { background: var(--bg-2); }
.faq__item summary {
  list-style: none;
  display: grid;
  grid-template-columns: 42px 1fr auto;
  gap: 18px;
  align-items: center;
  padding: 22px 0;
  cursor: pointer;
  font-family: 'Fraunces', serif;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 500;
  letter-spacing: -0.01em;
  color: var(--ink);
}
.faq__item summary::-webkit-details-marker { display: none; }
.faq__idx {
  font-family: 'DM Mono', monospace;
  font-size: 11.5px; letter-spacing: 0.08em;
  color: var(--ink-3);
}
.faq__plus {
  width: 34px; height: 34px; border-radius: 50%;
  border: 1px solid var(--rule);
  display: grid; place-items: center;
  font-family: 'DM Sans', sans-serif;
  font-weight: 300; font-size: 22px;
  line-height: 1; color: var(--ink-2);
  transition: all var(--t-mid);
}
.faq__item:hover .faq__plus { border-color: var(--cobalt); color: var(--cobalt); }
.faq__item[open] .faq__plus {
  background: var(--cobalt); color: var(--bg); border-color: var(--cobalt);
  transform: rotate(45deg);
}
.faq__body {
  padding: 0 0 24px 60px;
  color: var(--ink-2);
  font-size: 14.5px;
  line-height: 1.6;
  max-width: 64ch;
}

/* ============ KONTAKT ============ */
.kon {
  background: var(--ink);
  color: var(--bg);
  padding: clamp(60px, 7vw, 110px) var(--gutter);
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: clamp(32px, 5vw, 80px);
}
@media (max-width: 900px) { .kon { grid-template-columns: 1fr; } }
.kon__tel {
  display: block;
  margin-top: 32px;
  font-family: 'Fraunces', serif;
  font-size: clamp(42px, 6vw, 92px);
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--bg);
  font-weight: 500;
  transition: color var(--t-fast);
}
.kon__tel:hover { color: var(--orange); }
.kon__tel-alt {
  margin-top: 20px;
  display: flex; gap: 30px; flex-wrap: wrap;
  font-family: 'Fraunces', serif;
  font-size: 20px;
  font-weight: 400;
}
.kon__tel-alt a { color: rgba(250,248,243,0.85); border-bottom: 1px solid rgba(250,248,243,0.3); padding-bottom: 3px; transition: color var(--t-fast); }
.kon__tel-alt a:hover { color: var(--bg); border-bottom-color: var(--bg); }
.kon__tel-alt em {
  font-family: 'DM Mono', monospace;
  font-size: 11px; letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(250,248,243,0.5);
  margin-left: 6px; font-style: normal;
}

.kon__r {
  align-self: start;
  border-top: 1px solid rgba(250,248,243,0.2);
}
.kr {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 20px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(250,248,243,0.16);
  font-size: 14.5px;
  line-height: 1.4;
}
.kr span:first-child {
  font-family: 'DM Mono', monospace;
  font-size: 10.5px; letter-spacing: 0.08em;
  color: rgba(250,248,243,0.55);
  text-transform: uppercase;
  padding-top: 3px;
}

/* ============ FOOTER ============ */
.foot {
  display: grid;
  grid-template-columns: auto 1fr 1fr auto;
  gap: 30px;
  align-items: center;
  padding: 20px var(--gutter);
  background: var(--ink);
  color: rgba(250,248,243,0.55);
  font-family: 'DM Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-top: 1px solid rgba(250,248,243,0.1);
}
.foot__brand img { height: 14px; width: auto; }
.foot__c { text-align: right; }
.foot__r { text-align: right; }
.foot__r a { color: rgba(250,248,243,0.85); margin: 0 4px; padding: 2px 6px; border-radius: 4px; }
.foot__r a:hover { background: var(--cobalt); color: var(--bg); }
@media (max-width: 800px) {
  .foot { grid-template-columns: 1fr 1fr; text-align: left; }
  .foot__c, .foot__r { text-align: left; }
}

/* ============ REVEAL ============ */
.reveal { opacity: 0; transform: translateY(20px); }
.reveal.is-in {
  opacity: 1; transform: none;
  transition: opacity 800ms cubic-bezier(0.22,0.61,0.36,1), transform 800ms cubic-bezier(0.22,0.61,0.36,1);
}
