@font-face {
  font-family: "Bricolage";
  src: url("../fonts/bricolage-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bricolage";
  src: url("../fonts/bricolage-800.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Outfit";
  src: url("../fonts/outfit-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Outfit";
  src: url("../fonts/outfit-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Outfit";
  src: url("../fonts/outfit-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BarlowCond";
  src: url("../fonts/barlow-cond-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BarlowCond";
  src: url("../fonts/barlow-cond-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PlexMono";
  src: url("../fonts/ibm-plex-mono-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --ink: #10141a;
  --slate: #1a2330;
  --panel: #222c3a;
  --fog: #eef2f6;
  --mist: #f7f9fb;
  --muted: #536070;
  --line: #c8d2de;
  --accent: #c45c26;
  --accent-deep: #9e4418;
  --cool: #2f6fed;
  --white: #ffffff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
::selection { background: var(--ink); color: var(--fog); }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(1200px 500px at 80% -10%, rgba(47,111,237,0.08), transparent 55%),
    linear-gradient(180deg, #e8edf3 0%, var(--mist) 28%, var(--mist) 100%);
  font-family: Outfit, "Segoe UI", sans-serif;
  line-height: 1.55;
}
a { color: inherit; }
img { max-width: 100%; display: block; }
:focus-visible { outline: 2px solid var(--cool); outline-offset: 3px; }

.skip {
  position: absolute; left: 14px; top: -48px;
  background: var(--ink); color: var(--fog); padding: 8px 12px; z-index: 30;
}
.skip:focus { top: 12px; }

.nav {
  position: sticky; top: 0; z-index: 20;
  width: 100%;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 14px clamp(16px, 4vw, 40px);
  background: rgba(247,249,251,0.9);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(10px);
}
.brand {
  text-decoration: none;
  font-family: Bricolage, sans-serif;
  font-weight: 800;
  font-size: 1.5rem;
  letter-spacing: -0.02em;
  line-height: 1.05;
}
.brand span {
  display: block;
  font-family: PlexMono, monospace;
  font-size: 0.62rem;
  letter-spacing: 0.06em;
  color: var(--muted);
  font-weight: 400;
  margin-top: 2px;
}
.links { display: flex; gap: 2px; flex-wrap: wrap; }
.links a, .menu-btn {
  text-decoration: none; border: 0; background: transparent; cursor: pointer;
  padding: 8px 12px; font: 500 0.92rem Outfit, sans-serif; color: var(--slate);
}
.links a[aria-current="page"], .links a:hover { color: var(--cool); }
.menu-btn { display: none; }
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  text-decoration: none; border: 0; cursor: pointer;
  background: var(--ink); color: #fff;
  font: 600 0.92rem Outfit, sans-serif;
  padding: 11px 16px;
  transition: transform .25s ease, background .2s ease;
}
.btn:hover { background: var(--cool); transform: translateY(-1px); }
.btn.ink { background: var(--white); color: var(--ink); box-shadow: inset 0 0 0 1.5px var(--ink); }
.btn.ink:hover { background: var(--fog); }
.btn svg { width: 16px; height: 16px; }

.hero {
  position: relative;
  min-height: min(92vh, 780px);
  display: grid;
  align-items: end;
  overflow: hidden;
  color: #fff;
  background: var(--ink);
}
.hero-media {
  position: absolute; inset: 0;
  background: #10141a center/cover no-repeat;
  animation: hero-pan 20s ease-in-out infinite alternate;
}
.hero-media::after {
  content: "";
  position: absolute; inset: 0;
  background:
    linear-gradient(105deg, rgba(8,10,14,0.94) 0%, rgba(8,10,14,0.78) 44%, rgba(8,10,14,0.45) 100%),
    linear-gradient(0deg, rgba(8,10,14,0.8) 0%, transparent 46%);
}
@keyframes hero-pan {
  from { transform: scale(1.03) translate3d(0,0,0); }
  to { transform: scale(1.08) translate3d(-1.2%, -0.8%, 0); }
}
.hero-copy {
  position: relative; z-index: 1;
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
  padding: 100px 0 56px;
}
.hero-kicker { display: none !important;
  margin: 0 0 12px;
  font-family: BarlowCond, sans-serif;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #9db7ff;
  font-size: 0.95rem;
  opacity: 0;
  animation: rise .7s ease .08s forwards;
}
.hero h1 {
  margin: 0;
  font-family: Bricolage, sans-serif;
  font-weight: 800;
  font-size: clamp(2.4rem, 6vw, 4.6rem);
  line-height: 0.96;
  letter-spacing: -0.03em;
  max-width: 12ch;
  color: #ffffff;
  text-shadow: 0 2px 28px rgba(0,0,0,.5);
  opacity: 1;
}

.hero .trade {
  margin: 14px 0 0;
  font-family: BarlowCond, sans-serif;
  font-size: clamp(1.3rem, 2.8vw, 1.9rem);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
  opacity: 1;
}
.hero .lead {
  margin: 18px 0 0;
  max-width: 36rem;
  font-size: 1.08rem;
  color: #e8eef6;
  opacity: 1;
}
.actions {
  display: flex; flex-wrap: wrap; gap: 12px;
  margin-top: 28px;
  opacity: 1;
}
@media (prefers-reduced-motion: no-preference) {
  .hero .trade { opacity: 0; animation: rise .75s ease .28s forwards; }
  .hero .lead { opacity: 0; animation: rise .75s ease .38s forwards; }
  .hero .actions { opacity: 0; animation: rise .75s ease .48s forwards; }
}
.hero .btn.ink { color: #fff; background: transparent; box-shadow: inset 0 0 0 1.5px rgba(255,255,255,.7); }
.hero .btn.ink:hover { background: rgba(255,255,255,.1); }
@keyframes rise {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: none; }
}

.band, .stage {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
  padding: 72px 0 8px;
}
.stage { padding-top: 56px; }
.section-kicker { display: none !important;
  margin: 0 0 8px;
  font-family: BarlowCond, sans-serif;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--cool);
  font-weight: 700;
  font-size: 0.9rem;
}
h2, .lede {
  margin: 0 0 12px;
  font-family: Bricolage, sans-serif;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.05;
}
h2 { font-size: clamp(1.7rem, 3.2vw, 2.4rem); }
.lede { font-size: clamp(2rem, 4.5vw, 3.2rem); max-width: 16ch; }
.sub, .lead { color: var(--muted); max-width: 42rem; font-size: 1.05rem; }
.prose { max-width: 44rem; }

.offer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 32px;
}
.offer {
  background: var(--white);
  border: 1px solid var(--line);
  padding: 22px;
  min-height: 100%;
  transition: transform .25s ease, border-color .2s ease;
}
.offer:hover { transform: translateY(-3px); border-color: #9eb0c6; }
.offer .tag { display: none; }
.offer h3 {
  margin: 10px 0 8px;
  font-family: BarlowCond, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 1.35rem;
}
.offer p { margin: 0; color: var(--muted); }
.offer a { display: inline-block; margin-top: 14px; font-weight: 600; color: var(--cool); text-decoration: none; }

.steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}
.steps article {
  background: var(--white);
  border: 1px solid var(--line);
  padding: 18px;
}
.steps h3 {
  margin: 0 0 8px;
  font-family: BarlowCond, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 1.05rem;
}
.steps p { margin: 0; color: var(--muted); font-size: 0.95rem; }

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 24px;
}
.note, .panel {
  background: var(--white);
  border: 1px solid var(--line);
  padding: 20px;
}
.note h3, .panel h3 {
  margin: 0 0 8px;
  font-family: BarlowCond, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.note p, .panel p { margin: 0; color: var(--muted); }
.note a { color: var(--cool); font-weight: 600; text-decoration: none; }

.gallery {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 12px;
  margin-top: 28px;
}
.gallery figure {
  margin: 0;
  position: relative;
  overflow: hidden;
  background: var(--slate);
  min-height: 220px;
}
.gallery img {
  width: 100%; height: 100%; object-fit: cover;
  min-height: 220px;
  transition: transform .6s ease;
}
.gallery figure:hover img { transform: scale(1.04); }
.gallery figcaption {
  position: absolute; left: 12px; bottom: 12px;
  background: rgba(16,20,26,.78);
  color: #fff;
  font-family: PlexMono, monospace;
  font-size: 0.7rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 6px 8px;
}
.gallery figure:first-child { grid-row: span 2; min-height: 452px; }
.gallery figure:first-child img { min-height: 452px; }

.facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}
.facts div {
  background: var(--white);
  border: 1px solid var(--line);
  padding: 16px;
}
.facts dt {
  font-family: PlexMono, monospace;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}
.facts dd { margin: 6px 0 0; font-weight: 600; }

.faq { margin-top: 20px; display: grid; gap: 8px; }
.faq details {
  background: var(--white);
  border: 1px solid var(--line);
  padding: 14px 16px;
}
.faq summary { cursor: pointer; font-weight: 600; }
.faq p { margin: 10px 0 0; color: var(--muted); }

.subnav { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.subnav a {
  text-decoration: none;
  background: var(--white);
  border: 1px solid var(--line);
  padding: 8px 12px;
  font-weight: 600;
  font-size: 0.9rem;
}
.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}
.dir { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 20px; }
.dir ul { margin: 8px 0 0; padding-left: 18px; color: var(--muted); }
.form {
  display: grid; gap: 8px;
  background: var(--white);
  border: 1px solid var(--line);
  padding: 22px;
}
.form label { font-weight: 600; font-size: 0.9rem; margin-top: 6px; }
.form input, .form textarea, .form select {
  font: inherit; padding: 11px 12px;
  border: 1px solid var(--line); background: var(--fog);
}

.cta-band {
  width: min(1120px, calc(100% - 48px));
  margin: 56px auto 0;
  background: var(--slate);
  color: #e8eef6;
  padding: 48px clamp(20px, 4vw, 40px);
}
.cta-band h2 { color: #fff; }
.cta-band .sub { color: #aeb9c8; }
.cta-band .btn { background: var(--cool); margin-top: 20px; }
.cta-band .btn:hover { background: #1f57d0; }

.foot {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1fr;
  gap: 24px;
  width: min(1120px, calc(100% - 48px));
  margin: 56px auto 0;
  padding: 36px 0 48px;
  border-top: 1px solid var(--line);
  color: var(--muted);
}
.foot a { color: var(--ink); text-decoration: none; }
.foot-mark, .foot .kicker {
  font-family: Bricolage, sans-serif;
  font-weight: 800;
  color: var(--ink);
  margin: 0 0 8px;
}
.foot .kicker { font-size: 0.95rem; }
.foot ul { list-style: none; margin: 0; padding: 0; }
.foot li { margin: 0 0 6px; }
.fine { font-size: 0.85rem; color: var(--muted); }

@media (max-width: 920px) {
  .menu-btn { display: inline-flex; }
  .links { display: none; }
  .nav.open {
    flex-wrap: wrap;
  }
  .nav.open .links {
    display: flex; flex-direction: column; width: 100%;
  }
  .offer-grid, .steps, .facts, .grid-3, .gallery, .split, .dir, .foot {
    grid-template-columns: 1fr;
  }
  .gallery figure:first-child { grid-row: auto; min-height: 240px; }
  .gallery figure:first-child img { min-height: 240px; }
  .hero-copy, .band, .stage, .cta-band, .foot {
    width: min(1120px, calc(100% - 32px));
  }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .hero-media { transform: none; }
  .hero h1, .hero .trade, .hero .lead, .hero .actions,
  .hero-kicker { opacity: 1 !important; transform: none !important; }
}
