/* ============================================================
   THE REFINERY — redesign
   Bold & loud · monochrome greyscale
   Type: Anton (display) · Archivo (body) · Space Mono (labels)
   ============================================================ */

:root {
  --bg:      #08090b;
  --bg-1:    #0d0f12;
  --bg-2:    #14171b;
  --line:    rgba(255,255,255,.10);
  --line-2:  rgba(255,255,255,.18);
  --fg:      #f3f4ef;
  --muted:   #9a9da3;
  --faint:   #62656b;
  --accent:  #ededea;          /* mono highlight (white) */
  --accent-d:#cfcfca;
  --ink:     #08090b;          /* text on accent */

  --maxw: 1320px;
  --pad: clamp(20px, 5vw, 72px);

  --font-display: "Archivo Expanded", "Archivo", system-ui, sans-serif;
  --font-body: "Archivo", system-ui, sans-serif;
  --font-mono: "Space Mono", ui-monospace, monospace;

  --ease: cubic-bezier(.22,.61,.36,1);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--fg);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }

.wrap { max-width: var(--maxw); margin: 0 auto; padding-inline: var(--pad); }

/* ---------- shared type ---------- */
.kicker {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--accent);
  display: inline-flex;
  align-items: center;
  gap: .7em;
}
.kicker::before {
  content: "";
  width: 26px; height: 1px;
  background: var(--accent);
  display: inline-block;
}
.kicker.no-line::before { display: none; }

.display {
  font-family: var(--font-display);
  font-weight: 800;
  line-height: .94;
  letter-spacing: -.015em;
  margin: 0;
  text-wrap: balance;
}

.section { padding-block: clamp(80px, 11vw, 168px); position: relative; }
.section-head { max-width: 760px; margin-bottom: clamp(40px, 5vw, 72px); }
.section-head .display {
  font-size: clamp(38px, 6.4vw, 92px);
  margin-top: 22px;
}
.section-head p {
  color: var(--muted);
  font-size: clamp(16px, 1.5vw, 21px);
  max-width: 56ch;
  margin: 22px 0 0;
}

.eyebrow-row {
  display: flex; align-items: baseline; justify-content: space-between;
  gap: 24px; flex-wrap: wrap;
}

/* ---------- buttons ---------- */
.btn {
  --b: var(--accent);
  display: inline-flex; align-items: center; gap: .6em;
  padding: 15px 26px;
  font-family: var(--font-mono);
  font-size: 13px; letter-spacing: .08em; text-transform: uppercase;
  border-radius: 0;
  border: 1px solid var(--b);
  background: var(--b); color: var(--ink);
  transition: transform .25s var(--ease), background .25s, color .25s, box-shadow .25s;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 10px 0 -4px rgba(255,255,255,.16); }
.btn .arr { transition: transform .25s var(--ease); }
.btn:hover .arr { transform: translateX(4px); }
.btn.ghost {
  background: transparent; color: var(--fg); border-color: var(--line-2);
}
.btn.ghost:hover { border-color: var(--fg); box-shadow: none; }
.btn.lg { padding: 19px 34px; font-size: 14px; }

.textlink {
  font-family: var(--font-mono); font-size: 13px; letter-spacing: .06em;
  text-transform: uppercase; color: var(--fg);
  border-bottom: 1px solid var(--accent); padding-bottom: 3px;
  transition: color .2s;
}
.textlink:hover { color: var(--accent); }

/* ============================================================
   NAV
   ============================================================ */
.nav {
  position: fixed; inset: 0 0 auto 0; z-index: 60;
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px var(--pad);
  transition: background .35s, border-color .35s, padding .35s;
  border-bottom: 1px solid transparent;
}
.nav.scrolled {
  background: rgba(8,9,11,.78);
  backdrop-filter: blur(14px);
  border-bottom-color: var(--line);
  padding-block: 12px;
}
.brand {
  display: flex; align-items: center; gap: 9px;
}
.logo-img { height: 30px; width: auto; display: block; }
.logo-img.foot { height: 46px; opacity: .92; }
.nav-links {
  display: flex; gap: 30px;
  font-family: var(--font-mono); font-size: 12.5px;
  letter-spacing: .05em; text-transform: uppercase;
}
.nav-links a { color: var(--muted); transition: color .2s; position: relative; }
.nav-links a:hover { color: var(--fg); }
.nav-right { display: flex; align-items: center; gap: 16px; }
.kbd {
  font-family: var(--font-mono); font-size: 12px;
  color: var(--muted);
  border: 1px solid var(--line-2); border-radius: 6px;
  padding: 7px 11px; display: inline-flex; gap: 6px; align-items: center;
  transition: border-color .2s, color .2s;
}
.kbd:hover { color: var(--fg); border-color: var(--fg); }
.nav-login { font-family: var(--font-mono); font-size: 12.5px; letter-spacing:.05em; text-transform: uppercase; color: var(--muted); transition: color .2s;}
.nav-login:hover { color: var(--fg); }

@media (max-width: 940px){
  .nav-links { display: none; }
  .kbd { display: none; }
}

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative;
  /* 92svh (was 100) so the ticker + demo peek above the fold — the page
     visibly continues, and the product shows within the first scroll. */
  min-height: 92svh;
  display: flex; align-items: flex-end;
  padding-top: 104px;
  padding-bottom: clamp(32px, 5vw, 56px);
  overflow: hidden;
  isolation: isolate;
}

/* drifting wall */
.wall {
  position: absolute; inset: -8% -2%; z-index: -3;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
  transform: rotate(-4deg) scale(1.18);
  opacity: .62;
}
.wall-col { display: flex; flex-direction: column; gap: 14px; will-change: transform; }
.wall-col img {
  width: 100%; aspect-ratio: 3/4; object-fit: cover;
  filter: grayscale(1) contrast(1.08) brightness(.88);
}
@keyframes driftUp   { from { transform: translateY(0); }    to { transform: translateY(-50%); } }
@keyframes driftDown { from { transform: translateY(-50%); } to { transform: translateY(0); } }

.hero::before {           /* vignette + bottom fade for legibility */
  content: ""; position: absolute; inset: 0; z-index: -2;
  background:
    radial-gradient(120% 80% at 20% 80%, rgba(8,9,11,.20), transparent 60%),
    linear-gradient(180deg, rgba(8,9,11,.65) 0%, rgba(8,9,11,.35) 35%, rgba(8,9,11,.86) 78%, var(--bg) 100%);
}
.hero::after {            /* subtle accent glow */
  content: ""; position: absolute; z-index: -1;
  width: 60vw; height: 60vw; left: -18vw; bottom: -28vw;
  background: radial-gradient(circle, rgba(255,255,255,.06), transparent 62%);
  pointer-events: none;
}

.hero-inner { width: 100%; max-width: var(--maxw); margin: 0 auto; padding-inline: var(--pad); }
.hero-kicker { margin-bottom: 26px; }
.hero h1 {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(42px, 7.6vw, 118px);
  line-height: .92; letter-spacing: -.02em; margin: 0;
  max-width: 15ch;
}
.hero h1 .em { color: var(--accent); font-style: normal; }
.hero h1 .out {
  color: transparent;
  -webkit-text-stroke: 1.5px var(--fg);
}
.hero-sub {
  margin: 30px 0 0; max-width: 52ch;
  color: #cdd0d4; font-size: clamp(16px, 1.6vw, 21px);
}
.hero-cta { display: flex; gap: 14px; margin-top: 38px; flex-wrap: wrap; }

/* fake prompt bar */
.promptbar {
  margin-top: 40px;
  display: flex; align-items: center; gap: 10px;
  background: rgba(13,15,18,.72);
  backdrop-filter: blur(12px);
  border: 1px solid var(--line-2);
  padding: 9px 9px 9px 18px;
  max-width: 620px;
}
.promptbar .model {
  font-family: var(--font-mono); font-size: 12px; letter-spacing: .04em;
  color: var(--accent); border: 1px solid rgba(255,255,255,.30);
  padding: 7px 11px; white-space: nowrap;
  display: flex; align-items: center; gap: 7px;
}
.promptbar .model .led { width: 6px; height: 6px; background: var(--accent); border-radius: 50%; animation: pulse 1.6s infinite; }
@keyframes pulse { 0%,100%{opacity:1} 50%{opacity:.3} }
.promptbar input {
  flex: 1; background: none; border: 0; outline: 0;
  color: var(--fg); font-family: var(--font-body); font-size: 15px;
}
.promptbar input::placeholder { color: var(--faint); }
.promptbar .gen {
  background: var(--accent); color: var(--ink); border: 0;
  font-family: var(--font-mono); font-size: 12px; letter-spacing: .08em;
  text-transform: uppercase; padding: 11px 18px;
  transition: filter .2s, transform .2s;
}
.promptbar .gen:hover { filter: brightness(1.08); transform: translateY(-1px); }

/* tray of generated tiles */
.tray { display: flex; gap: 10px; margin-top: 18px; min-height: 1px; }
/* CTA that appears once the visitor "generates" in the hero prompt bar */
.tray-cta {
  display: inline-block; margin-top: 14px;
  font-family: var(--font-mono); font-size: 12px;
  letter-spacing: .14em; text-transform: uppercase;
  color: var(--accent); border-bottom: 1px solid rgba(255,255,255,.35);
  padding-bottom: 2px;
}
.tray-cta:hover { border-bottom-color: var(--accent); }
.tray .tile {
  width: 86px; height: 86px; object-fit: cover; filter: grayscale(1) contrast(1.1);
  border: 1px solid var(--line);
  animation: pop .5s var(--ease) both;
}
.tray .tile.loading {
  background: linear-gradient(110deg, #14171b 30%, #20242a 50%, #14171b 70%);
  background-size: 220% 100%;
  animation: shimmer 1s linear infinite, pop .4s var(--ease) both;
}
@keyframes shimmer { to { background-position: -220% 0; } }
@keyframes pop { from { opacity: 0; transform: scale(.8); } to { opacity: 1; transform: scale(1); } }

/* ---------- ticker strip ---------- */
.ticker {
  border-block: 1px solid var(--line);
  background: var(--bg);
  overflow: hidden; white-space: nowrap;
  display: flex;
}
.ticker-track {
  display: inline-flex; align-items: center; gap: 56px;
  padding: 16px 28px;
  font-family: var(--font-mono); font-size: 13px; letter-spacing: .14em;
  text-transform: uppercase; color: var(--muted);
  animation: tick 28s linear infinite;
}
.ticker-track span { display: inline-flex; align-items: center; gap: 56px; }
.ticker-track b { color: var(--accent); font-weight: 400; }
@keyframes tick { to { transform: translateX(-50%); } }

/* ============================================================
   GALLERY  (masonry)
   ============================================================ */
.gallery {
  column-count: 4; column-gap: 14px;
}
@media (max-width: 1100px){ .gallery { column-count: 3; } }
@media (max-width: 760px){ .gallery { column-count: 2; } }
.shot {
  position: relative; margin-bottom: 14px; break-inside: avoid;
  overflow: hidden; background: var(--bg-1);
}
.shot img {
  width: 100%; display: block;
  filter: grayscale(1) contrast(1.06) brightness(.92);
  transition: filter .55s var(--ease), transform .7s var(--ease);
}
.shot:hover img { filter: grayscale(0) contrast(1) brightness(1); transform: scale(1.04); }
.shot figcaption {
  position: absolute; inset: auto 0 0 0;
  padding: 16px 16px 14px;
  font-family: var(--font-mono); font-size: 12px; letter-spacing: .03em;
  color: var(--fg);
  background: linear-gradient(transparent, rgba(6,7,8,.86));
  transform: translateY(8px); opacity: 0;
  transition: transform .4s var(--ease), opacity .4s var(--ease);
}
.shot:hover figcaption { transform: translateY(0); opacity: 1; }
.shot .idx {
  position: absolute; top: 12px; left: 12px;
  font-family: var(--font-mono); font-size: 11px; color: var(--accent);
  opacity: 0; transition: opacity .4s; mix-blend-mode: difference;
}
.shot:hover .idx { opacity: 1; }

/* ============================================================
   FEATURES
   ============================================================ */
.features {
  display: grid; grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line); border-left: 1px solid var(--line);
}
@media (max-width: 980px){ .features { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 600px){ .features { grid-template-columns: 1fr; } }
.feat {
  border-right: 1px solid var(--line); border-bottom: 1px solid var(--line);
  padding: 38px 34px 44px;
  position: relative; transition: background .35s;
  min-height: 240px; display: flex; flex-direction: column;
}
.feat:hover { background: var(--bg-1); }
.feat .fidx {
  font-family: var(--font-mono); font-size: 12px; color: var(--faint);
  letter-spacing: .1em;
}
.feat h3 {
  font-family: var(--font-body); font-weight: 800;
  font-size: 23px; margin: 26px 0 12px; letter-spacing: -.01em;
}
.feat p { color: var(--muted); font-size: 15.5px; margin: 0; }
.feat::after {
  content: ""; position: absolute; left: 0; bottom: -1px; height: 2px; width: 0;
  background: var(--accent); transition: width .4s var(--ease);
}
.feat:hover::after { width: 100%; }

/* ============================================================
   STEPS
   ============================================================ */
.steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 0; }
@media (max-width: 880px){ .steps { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px){ .steps { grid-template-columns: 1fr; } }
.step { padding: 36px 30px 36px 0; border-top: 2px solid var(--line); position: relative; }
.step .num {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(56px, 7vw, 96px); line-height: 1;
  color: transparent; -webkit-text-stroke: 1.4px var(--line-2);
  transition: -webkit-text-stroke-color .4s, color .4s;
}
.step:hover .num { color: var(--accent); -webkit-text-stroke-color: var(--accent); }
.step h3 { font-family: var(--font-body); font-weight: 800; font-size: 22px; margin: 22px 0 10px; letter-spacing: -.01em; }
.step p { color: var(--muted); font-size: 15px; margin: 0; max-width: 24ch; }
.step::before {
  content: ""; position: absolute; top: -2px; left: 0; height: 2px; width: 0;
  background: var(--accent); transition: width .5s var(--ease);
}
.step:hover::before { width: 64px; }

/* ============================================================
   MODELS
   ============================================================ */
.models-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(30px,4vw,64px); align-items: center; }
@media (max-width: 900px){ .models-grid { grid-template-columns: 1fr; } }
.model-list { display: flex; flex-direction: column; }
.model-row {
  display: flex; align-items: center; gap: 18px;
  padding: 20px 4px; border-bottom: 1px solid var(--line);
  cursor: pointer; transition: padding-left .3s var(--ease);
  background: none; border-top: 0; border-inline: 0; text-align: left; width: 100%; color: inherit;
}
.model-row:first-child { border-top: 1px solid var(--line); }
.model-row .mnum { font-family: var(--font-mono); font-size: 12px; color: var(--faint); width: 28px; }
.model-row .mname { font-family: var(--font-display); font-weight: 800; font-size: clamp(20px, 2.3vw, 30px); flex: 1; letter-spacing: -.01em; color: var(--muted); transition: color .3s; }
.model-row .mtag { font-family: var(--font-mono); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: var(--faint); opacity: 0; transition: opacity .3s; }
.model-row:hover { padding-left: 16px; }
.model-row:hover .mname { color: var(--fg); }
.model-row.active { padding-left: 16px; }
.model-row.active .mname { color: var(--accent); }
.model-row.active .mtag { opacity: 1; color: var(--muted); }
.model-row.active::before { content: "›"; color: var(--accent); position: absolute; margin-left: -16px; }

.model-preview { position: relative; aspect-ratio: 4/5; background: var(--bg-1); overflow: hidden; border: 1px solid var(--line); }
.model-preview img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  filter: grayscale(1) contrast(1.05);
  opacity: 0; transition: opacity .6s var(--ease);
}
.model-preview img.show { opacity: 1; }
.model-preview .pmeta {
  position: absolute; left: 0; bottom: 0; z-index: 2;
  padding: 16px 18px; width: 100%;
  background: linear-gradient(transparent, rgba(6,7,8,.9));
  font-family: var(--font-mono); font-size: 12px; color: var(--muted);
  display: flex; justify-content: space-between; gap: 12px;
}
.model-preview .pmeta b { color: var(--accent); font-weight: 400; }

/* ============================================================
   PRICING
   ============================================================ */
.prices { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
@media (max-width: 860px){ .prices { grid-template-columns: 1fr; max-width: 440px; } }
.price {
  border: 1px solid var(--line); padding: 34px 30px 30px;
  display: flex; flex-direction: column; gap: 8px; position: relative;
  transition: border-color .3s, transform .3s var(--ease);
  background: var(--bg);
}
.price:hover { transform: translateY(-4px); border-color: var(--line-2); }
.price.feature { border-color: var(--accent); background: var(--bg-1); }
.price .tier { font-family: var(--font-mono); font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
.price.feature .tier { color: var(--accent); }
.price .amount { font-family: var(--font-display); font-weight: 800; font-size: 58px; line-height: 1; margin-top: 8px; letter-spacing: -.02em; }
.price .credits { font-family: var(--font-mono); font-size: 13px; color: var(--fg); }
.price .blurb { color: var(--muted); font-size: 14.5px; margin: 6px 0 18px; flex: 1; }
.price .badge {
  position: absolute; top: -1px; right: -1px;
  background: var(--accent); color: var(--ink);
  font-family: var(--font-mono); font-size: 10.5px; letter-spacing: .12em;
  text-transform: uppercase; padding: 6px 12px;
}
.price .btn { width: 100%; justify-content: center; }
.price:not(.feature) .btn { background: transparent; color: var(--fg); border-color: var(--line-2); }
.price:not(.feature) .btn:hover { border-color: var(--fg); box-shadow: none; }

/* ============================================================
   FINAL CTA
   ============================================================ */
.finale {
  position: relative; overflow: hidden; isolation: isolate;
  padding-block: clamp(110px, 16vw, 220px);
  text-align: center;
}
.finale img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  filter: grayscale(1) contrast(1.1) brightness(.4); z-index: -2;
}
.finale::after { content: ""; position: absolute; inset: 0; z-index: -1;
  background: radial-gradient(80% 120% at 50% 60%, rgba(255,255,255,.08), transparent 60%), rgba(8,9,11,.55); }
.finale .display { font-size: clamp(44px, 8.5vw, 132px); max-width: 16ch; margin-inline: auto; }
.finale p { color: var(--muted); margin: 22px auto 36px; max-width: 46ch; font-size: 18px; }

/* ============================================================
   FOOTER
   ============================================================ */
.footer { border-top: 1px solid var(--line); padding-block: 56px; }
.footer-grid { display: flex; justify-content: space-between; gap: 40px; flex-wrap: wrap; align-items: flex-start; }
.footer .brand { margin-bottom: 16px; }
.footer .cols { display: flex; gap: 70px; flex-wrap: wrap; }
.footer .col h4 { font-family: var(--font-mono); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--faint); margin: 0 0 16px; }
.footer .col a { display: block; color: var(--muted); font-size: 14.5px; margin-bottom: 10px; transition: color .2s; }
.footer .col a:hover { color: var(--accent); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; margin-top: 50px; padding-top: 24px; border-top: 1px solid var(--line); font-family: var(--font-mono); font-size: 12px; color: var(--faint); letter-spacing: .04em; }

/* ---------- embedded demo ---------- */
/* Both the still and the live demo break out wider than the text column and
   center on the viewport, so the animation renders large (the demo scales to
   its frame width). */
.demo-shot,
.demo-frame {
  --demoW: min(1640px, 94vw);
  width: var(--demoW);
  /* Center a block wider than its container WITHOUT transform (the .reveal
     animation owns `transform`, so using it here pushed these off-screen). */
  margin-left: calc(50% - var(--demoW) / 2);
  margin-right: 0;
  max-width: 94vw;
}
.demo-shot {
  display: block;
  margin-bottom: clamp(18px, 2.6vw, 36px);
  border: 1px solid var(--line-2);
  box-shadow: 0 40px 110px rgba(0,0,0,.55);
  filter: contrast(1.05) brightness(1.08);
}
.demo-frame {
  position: relative; aspect-ratio: 16 / 10;
  border: 1px solid var(--line-2); background: #000; overflow: hidden;
  box-shadow: 0 40px 110px rgba(0,0,0,.55);
}
.demo-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; display: block; }

/* ---------- cookie notice ---------- */
.cookie {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 80;
  background: rgba(10,10,10,.96); border-top: 1px solid var(--line-2);
  -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
}
.cookie[hidden] { display: none; }
.cookie-inner {
  max-width: var(--maxw); margin: 0 auto; padding: 16px var(--pad);
  display: flex; flex-wrap: wrap; align-items: center; gap: 14px;
}
.cookie-inner p { margin: 0; flex: 1 1 320px; font-size: 13px; color: var(--muted); line-height: 1.55; }
.cookie-inner a { color: #fff; text-decoration: underline; }
.cookie-actions { display: flex; gap: 10px; flex-shrink: 0; }
.cookie-actions .btn { font-size: 13px; padding: 9px 16px; }

/* ============================================================
   COMMAND PALETTE
   ============================================================ */
.cmdk { position: fixed; inset: 0; z-index: 100; display: none; align-items: flex-start; justify-content: center; padding-top: 14vh; }
.cmdk.open { display: flex; }
.cmdk .scrim { position: absolute; inset: 0; background: rgba(4,5,6,.7); backdrop-filter: blur(6px); animation: fade .25s; }
@keyframes fade { from { opacity: 0; } }
.cmdk .panel {
  position: relative; width: min(560px, 92vw);
  background: var(--bg-1); border: 1px solid var(--line-2);
  box-shadow: 0 30px 80px rgba(0,0,0,.6);
  animation: rise .28s var(--ease);
}
@keyframes rise { from { opacity: 0; transform: translateY(14px); } }
.cmdk .field { display: flex; align-items: center; gap: 12px; padding: 18px 20px; border-bottom: 1px solid var(--line); }
.cmdk .field span { font-family: var(--font-mono); color: var(--accent); font-size: 13px; }
.cmdk .field input { flex: 1; background: none; border: 0; outline: 0; color: var(--fg); font-family: var(--font-body); font-size: 17px; }
.cmdk .field input::placeholder { color: var(--faint); }
.cmdk ul { list-style: none; margin: 0; padding: 8px; max-height: 320px; overflow: auto; }
.cmdk li { display: flex; align-items: center; gap: 14px; padding: 13px 14px; color: var(--muted); font-size: 15px; }
.cmdk li .ic { font-family: var(--font-mono); font-size: 12px; color: var(--accent); width: 22px; }
.cmdk li .hint { margin-left: auto; font-family: var(--font-mono); font-size: 11px; color: var(--faint); }
.cmdk li.sel, .cmdk li:hover { background: var(--bg-2); color: var(--fg); }

/* ============================================================
   reveal on scroll
   ============================================================ */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: .08s; }
.reveal.d2 { transition-delay: .16s; }
.reveal.d3 { transition-delay: .24s; }

@media (prefers-reduced-motion: reduce){
  * { animation-duration: .001ms !important; animation-iteration-count: 1 !important; }
  .reveal { opacity: 1; transform: none; }
  .wall-col { animation: none !important; }
}

/* mobile nav fit */
@media (max-width:600px){
  .nav{padding:14px 16px}
  .logo-img{height:22px}
  .nav-right{gap:12px}
  .nav-right .btn{padding:11px 15px;font-size:11px}
  .nav-login{font-size:11px}
}

/* scrollfix */
html{scroll-padding-top:84px}
.demo-shot{aspect-ratio:1500/838}
