:root {
  --bg: #050505;
  --ink: #f4efe4;
  --muted: #9a958b;
  --line: rgba(244, 239, 228, 0.14);
  --blue: #2b6cff;
  --blue-deep: #163a9a;
  --paper: #ece6d8;
  --paper-ink: #16140f;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  background: var(--bg);
  color: var(--ink);
  font-family: "Source Serif 4", Georgia, serif;
  font-optical-sizing: auto;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }

a { color: inherit; text-decoration: none; }

.mono {
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.display {
  font-family: Syne, sans-serif;
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 0.9;
  text-transform: uppercase;
}

.hatch {
  background-image: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 2px,
    rgba(244, 239, 228, 0.08) 2px,
    rgba(244, 239, 228, 0.08) 3px
  );
}

.wrap {
  width: min(1180px, calc(100% - 2.5rem));
  margin-inline: auto;
}

/* Header */
header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.25rem;
  background: linear-gradient(to bottom, rgba(5, 5, 5, 0.92), rgba(5, 5, 5, 0.55) 70%, transparent);
  backdrop-filter: blur(10px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.brand img { width: 36px; height: 36px; }

.brand span {
  font-family: Syne, sans-serif;
  font-weight: 700;
  font-size: 0.92rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

nav { display: flex; gap: 1.4rem; align-items: center; }

nav a {
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}

nav a:hover { color: var(--ink); }

.cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1.05rem;
  background: var(--blue);
  color: #fff;
  font-family: Syne, sans-serif;
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-radius: 999px;
}

.cta.ghost {
  background: transparent;
  color: var(--ink);
  border: 1px solid var(--line);
}

.cta:hover { filter: brightness(1.08); }

/* Hero */
.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  padding: 8rem 0 3.5rem;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to bottom, rgba(5, 5, 5, 0.25) 0%, rgba(5, 5, 5, 0.55) 52%, #050505 100%),
    url("images/bg.jpg") center / cover no-repeat;
}

.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 6px,
    rgba(255, 255, 255, 0.03) 6px,
    rgba(255, 255, 255, 0.03) 7px
  );
}

.hero-inner { position: relative; z-index: 1; }

.kicker {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--muted);
  margin-bottom: 1.4rem;
}

.kicker::before {
  content: "";
  width: 42px;
  height: 2px;
  background: var(--blue);
}

.hero h1 {
  max-width: 14ch;
  font-size: clamp(3.4rem, 11vw, 8.4rem);
  margin-bottom: 1.5rem;
}

.hero h1 em {
  font-style: normal;
  background: repeating-linear-gradient(
    -45deg,
    #f4efe4 0 2px,
    transparent 2px 4px
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-stroke: 1px rgba(244, 239, 228, 0.85);
}

.hero-copy {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 2rem;
  align-items: end;
  border-top: 1px solid var(--line);
  padding-top: 1.5rem;
}

.hero-copy p {
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  max-width: 36rem;
}

.hero-meta { color: var(--muted); }

.hero-meta strong { color: var(--ink); font-weight: 600; }

.orbit {
  position: absolute;
  right: 6%;
  top: 18%;
  width: min(340px, 38vw);
  z-index: 1;
  pointer-events: none;
}

.orbit img {
  width: 100%;
  filter: drop-shadow(0 20px 40px rgba(43, 108, 255, 0.25));
}

.speech {
  position: absolute;
  inset: 18% 4% 28%;
  border: 3px solid var(--blue);
  border-radius: 0 180px 180px 0;
  clip-path: polygon(18px 0, 100% 0, 100% 100%, 18px 100%, 18px 58%, 0 50%, 18px 42%);
  pointer-events: none;
}

/* Company */
.company {
  padding: 6rem 0 5rem;
}

.section-label {
  color: var(--blue);
  margin-bottom: 1.2rem;
}

.company h2 {
  font-size: clamp(2rem, 5vw, 3.6rem);
  max-width: 16ch;
  margin-bottom: 2rem;
}

.split {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 3rem;
  align-items: start;
}

.lede {
  font-size: 1.25rem;
  color: var(--ink);
}

.company p + p { margin-top: 1rem; color: var(--muted); }

.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  margin-top: 3rem;
  border: 1px solid var(--line);
}

.stat {
  background: var(--bg);
  padding: 1.4rem 1.2rem;
}

.stat b {
  display: block;
  font-family: Syne, sans-serif;
  font-size: 1.8rem;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.stat span { color: var(--muted); font-size: 0.95rem; }

/* Brands */
.brands {
  background: var(--paper);
  color: var(--paper-ink);
  padding: 5.5rem 0;
}

.brands .section-label { color: var(--blue-deep); }

.brands h2 {
  font-size: clamp(2rem, 5vw, 3.4rem);
  margin-bottom: 2.5rem;
}

.brand-row {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 2.5rem;
  padding: 2.4rem 0;
  border-top: 1px solid rgba(22, 20, 15, 0.12);
  align-items: center;
}

.brand-row:last-child { border-bottom: 1px solid rgba(22, 20, 15, 0.12); }

.brand-visual {
  min-height: 220px;
  background: #050505;
  display: grid;
  place-items: center;
  padding: 2rem;
  position: relative;
  overflow: hidden;
}

.brand-visual img { width: min(320px, 80%); }

.brand-copy h3 {
  font-family: Syne, sans-serif;
  font-size: 1.6rem;
  text-transform: uppercase;
  letter-spacing: -0.03em;
  margin-bottom: 0.6rem;
}

.brand-copy p { color: #4c4840; margin-bottom: 1.1rem; max-width: 38rem; }

.link {
  font-family: Syne, sans-serif;
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--blue-deep);
  border-bottom: 2px solid currentColor;
  padding-bottom: 0.1rem;
}

/* Locations */
.locations { padding: 5.5rem 0; }

.locations h2 {
  font-size: clamp(2rem, 5vw, 3.4rem);
  margin-bottom: 2rem;
}

.places {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
}

.place {
  border: 1px solid var(--line);
  padding: 1.5rem 1.3rem 1.6rem;
  min-height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.place .mono { color: var(--blue); margin-bottom: 0.8rem; }

.place h3 {
  font-family: Syne, sans-serif;
  font-size: 1.35rem;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  margin-bottom: 0.6rem;
}

.place p { color: var(--muted); }

/* Contact */
.contact {
  border-top: 1px solid var(--line);
  padding: 5rem 0 3rem;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 3rem;
}

.contact h2 {
  font-size: clamp(2.2rem, 6vw, 4.2rem);
  margin: 0.6rem 0 1.2rem;
}

.actions { display: flex; flex-wrap: wrap; gap: 0.7rem; margin-top: 1.6rem; }

.contact dl {
  display: grid;
  gap: 1.2rem;
  border-left: 1px solid var(--line);
  padding-left: 1.6rem;
}

.contact dt { color: var(--muted); }

.contact dd { font-size: 1.05rem; }

footer {
  padding: 1.4rem 0 2.2rem;
  color: var(--muted);
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  border-top: 1px solid var(--line);
}

@media (max-width: 900px) {
  .orbit, .speech { display: none; }
  .hero-copy, .split, .brand-row, .places, .contact-grid {
    grid-template-columns: 1fr;
  }
  .stats { grid-template-columns: 1fr; }
  nav { display: none; }
  .hero { padding-top: 6.5rem; }
  header { padding-inline: 1rem; }
}
