:root {
  --navy: #082d52;
  --navy-deep: #041f39;
  --orange: #ff6a00;
  --cream: #f6f0e5;
  --paper: #fffdf8;
  --yellow: #ffd447;
  --coral: #ff8a72;
  --line: rgba(8, 45, 82, 0.17);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--navy);
  font-family: "Trebuchet MS", "Avenir Next", Avenir, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { letter-spacing: -.065em; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 108px;
  align-items: center;
  justify-content: space-between;
  padding: 16px clamp(24px, 5vw, 78px);
}

.brand, .logo-crop {
  display: block;
  width: 184px;
  height: 72px;
  overflow: hidden;
}

.logo-crop img {
  width: 194px;
  height: 106px;
  max-width: none;
  margin-top: -17px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: clamp(20px, 2.5vw, 42px);
  font-size: .82rem;
  font-weight: 800;
}

.main-nav a { position: relative; }
.main-nav > a:not(.nav-cta)::after {
  position: absolute;
  right: 0;
  bottom: -6px;
  left: 0;
  height: 2px;
  background: var(--orange);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 220ms ease;
}
.main-nav > a:hover::after { transform: scaleX(1); transform-origin: left; }

.nav-cta {
  padding: 13px 18px;
  border: 2px solid var(--navy);
  border-radius: 999px;
  box-shadow: 4px 4px 0 var(--navy);
  transition: transform 180ms ease, box-shadow 180ms ease;
}
.nav-cta:hover { box-shadow: 2px 2px 0 var(--navy); transform: translate(2px, 2px); }
.menu-toggle { display: none; }

.hero {
  position: relative;
  display: grid;
  min-height: min(860px, 100vh);
  grid-template-columns: minmax(0, 1.05fr) minmax(430px, .95fr);
  align-items: center;
  gap: 5vw;
  padding: 132px clamp(24px, 7vw, 110px) 70px;
  overflow: hidden;
  background:
    radial-gradient(circle at 89% 12%, rgba(255, 106, 0, .1) 0 14%, transparent 14.3%),
    linear-gradient(115deg, var(--paper) 0 60%, #f4ebdc 60%);
}

.hero-copy { position: relative; z-index: 2; max-width: 740px; }
.eyebrow, .section-kicker {
  margin: 0 0 22px;
  color: var(--orange);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.eyebrow span {
  display: inline-block;
  margin-right: 8px;
  font-size: .55rem;
  animation: pulse 1.8s ease-in-out infinite;
}

h1 {
  margin-bottom: 26px;
  font-size: clamp(4.4rem, 7.1vw, 8rem);
  font-weight: 900;
  line-height: .82;
}
h1 em, h2 em {
  color: var(--orange);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}
.hero-text {
  max-width: 570px;
  margin-bottom: 34px;
  color: #36526b;
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  line-height: 1.65;
}
.hero-actions { display: flex; align-items: center; gap: 28px; }
.button {
  display: inline-flex;
  align-items: center;
  gap: 26px;
  padding: 18px 22px;
  border-radius: 8px;
  font-size: .86rem;
  font-weight: 900;
  transition: transform 180ms ease, box-shadow 180ms ease;
}
.button-primary { background: var(--orange); color: white; box-shadow: 6px 6px 0 var(--navy); }
.button-primary:hover { box-shadow: 3px 3px 0 var(--navy); transform: translate(3px, 3px); }
.text-link { border-bottom: 2px solid var(--orange); padding: 6px 0; font-size: .84rem; font-weight: 900; }

.hero-art {
  --parallax-x: 0px;
  --parallax-y: 0px;
  position: relative;
  min-height: 580px;
  transform: translate(var(--parallax-x), var(--parallax-y));
  transition: transform 400ms cubic-bezier(.2, .8, .2, 1);
}
.printer {
  position: absolute;
  z-index: 3;
  top: 55px;
  left: 50%;
  width: min(390px, 75%);
  height: 465px;
  padding: 18px 18px 14px;
  border: 4px solid var(--navy);
  border-radius: 22px;
  background: #e7dfd2;
  box-shadow: 18px 22px 0 rgba(8,45,82,.13), 0 0 0 9px rgba(255,255,255,.5);
  transform: translateX(-50%) rotate(1.5deg);
}
.printer-top, .printer-base {
  display: flex;
  height: 44px;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
  font-family: Consolas, monospace;
  font-size: .7rem;
  font-weight: 900;
}
.printer-light {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #5ac56c;
  box-shadow: 0 0 0 5px rgba(90,197,108,.18);
}
.printer-window {
  position: relative;
  height: 342px;
  overflow: hidden;
  border: 4px solid var(--navy);
  border-radius: 10px;
  background:
    linear-gradient(rgba(255,255,255,.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.09) 1px, transparent 1px),
    var(--navy-deep);
  background-size: 22px 22px;
}
.print-head {
  position: absolute;
  z-index: 5;
  top: 24px;
  left: 50%;
  width: 112px;
  height: 62px;
  border: 3px solid #f9f1e4;
  border-radius: 10px 10px 18px 18px;
  background: var(--orange);
  transform: translateX(-50%);
  animation: printMove 3.2s ease-in-out infinite alternate;
}
.print-head::before, .print-head::after {
  position: absolute;
  top: -28px;
  width: 160px;
  height: 5px;
  background: #f9f1e4;
  content: "";
}
.print-head::before { right: 100%; }
.print-head::after { left: 100%; }
.print-head span {
  position: absolute;
  bottom: -24px;
  left: 50%;
  width: 20px;
  height: 25px;
  background: #f9f1e4;
  clip-path: polygon(10% 0, 90% 0, 60% 100%, 40% 100%);
  transform: translateX(-50%);
}
.filament-line {
  position: absolute;
  z-index: 3;
  top: 108px;
  left: 50%;
  width: 2px;
  height: 58px;
  background: var(--orange);
  box-shadow: 0 0 10px var(--orange);
}
.printed-crown {
  position: absolute;
  z-index: 4;
  bottom: 54px;
  left: 50%;
  display: flex;
  width: 140px;
  height: 112px;
  align-items: flex-end;
  justify-content: center;
  gap: 6px;
  border-radius: 6px 6px 12px 12px;
  background: repeating-linear-gradient(0deg, #ff6a00 0 3px, #f45700 3px 5px);
  box-shadow: 0 0 35px rgba(255,106,0,.32);
  transform: translateX(-50%);
}
.printed-crown::after {
  position: absolute;
  bottom: 25px;
  left: 50%;
  width: 46px;
  height: 46px;
  border: 10px solid var(--navy-deep);
  border-radius: 50%;
  content: "";
  transform: translateX(-50%);
}
.printed-crown i {
  width: 34px;
  background: repeating-linear-gradient(0deg, #ff6a00 0 3px, #f45700 3px 5px);
  clip-path: polygon(50% 0, 100% 33%, 100% 100%, 0 100%, 0 33%);
}
.printed-crown i:nth-child(1), .printed-crown i:nth-child(3) { height: 72px; }
.printed-crown i:nth-child(2) { height: 112px; }
.print-bed {
  position: absolute;
  bottom: 38px;
  left: 50%;
  width: 76%;
  height: 16px;
  border: 3px solid #f9f1e4;
  border-radius: 5px;
  background: #203d56;
  transform: translateX(-50%) skewX(-10deg);
}
.print-glow {
  position: absolute;
  bottom: -35px;
  left: 50%;
  width: 220px;
  height: 130px;
  border-radius: 50%;
  background: rgba(255,106,0,.2);
  filter: blur(35px);
  transform: translateX(-50%);
}
.screen { padding: 6px 9px; border-radius: 3px; background: var(--navy); color: #8ff09e; font-size: .6rem; }
.dial { width: 19px; height: 19px; border: 5px solid var(--navy); border-radius: 50%; }
.filament-spool {
  position: absolute;
  z-index: 1;
  top: 5px;
  left: calc(50% + 115px);
  width: 145px;
  height: 145px;
  border: 18px solid var(--orange);
  border-radius: 50%;
  background: var(--navy);
  box-shadow: inset 0 0 0 10px #f4ebdc, 9px 11px 0 rgba(8,45,82,.14);
  animation: spin 18s linear infinite;
}
.filament-spool span { position: absolute; inset: 33px; border: 8px solid #f4ebdc; border-radius: 50%; }
.floating-label {
  position: absolute;
  z-index: 7;
  display: flex;
  flex-direction: column;
  padding: 13px 17px;
  border: 2px solid var(--navy);
  border-radius: 6px;
  background: var(--yellow);
  box-shadow: 5px 5px 0 var(--navy);
  font-size: .72rem;
  line-height: 1.1;
  transform: rotate(-5deg);
}
.floating-label strong { font-size: .9rem; }
.label-top { top: 115px; left: 0; }
.label-bottom { right: -8px; bottom: 52px; background: white; transform: rotate(5deg); }
.orbit {
  position: absolute;
  color: var(--orange);
  font: 3.5rem Georgia, serif;
  animation: float 3s ease-in-out infinite;
}
.orbit-one { right: 5%; top: 32%; }
.orbit-two { bottom: 8%; left: 4%; color: var(--navy); animation-delay: -1s; }

.ticker {
  position: relative;
  z-index: 5;
  overflow: hidden;
  border-top: 3px solid var(--navy);
  border-bottom: 3px solid var(--navy);
  background: var(--orange);
  color: white;
  transform: rotate(-1deg) scale(1.02);
}
.ticker-track {
  display: flex;
  width: max-content;
  align-items: center;
  gap: 28px;
  padding: 15px 0;
  font-size: .8rem;
  font-weight: 900;
  letter-spacing: .18em;
  animation: ticker 25s linear infinite;
}
.ticker-track b { color: var(--navy); }

.section-shell { padding: 120px clamp(24px, 7vw, 110px); }
.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 50px;
  margin-bottom: 58px;
}
.section-heading h2, .where h2, .follow h2 {
  margin-bottom: 0;
  font-size: clamp(3.2rem, 5.8vw, 6.6rem);
  line-height: .92;
}
.section-heading > p {
  max-width: 400px;
  margin-bottom: 8px;
  color: #536c81;
  font-size: 1.02rem;
  line-height: 1.7;
}
.category-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.category-card {
  position: relative;
  display: flex;
  min-height: 310px;
  grid-column: span 2;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  overflow: hidden;
  border: 2px solid var(--navy);
  border-radius: 16px;
  box-shadow: 7px 7px 0 var(--navy);
  transition: transform 200ms ease, box-shadow 200ms ease;
}
.category-card:nth-child(4), .category-card:nth-child(5) { grid-column: span 3; min-height: 280px; }
.category-card:hover { box-shadow: 3px 3px 0 var(--navy); transform: translate(4px,4px) rotate(-.5deg); }
.card-orange { background: var(--orange); color: white; }
.card-blue { background: var(--navy); color: white; }
.card-cream { background: var(--cream); }
.card-yellow { background: var(--yellow); }
.card-coral { background: var(--coral); }
.card-meta { display: flex; justify-content: space-between; font: 900 .72rem Consolas, monospace; }
.card-icon {
  display: grid;
  width: 74px;
  height: 74px;
  place-items: center;
  border: 2px solid currentColor;
  border-radius: 50%;
  font: 2.2rem Georgia, serif;
  transition: transform 300ms ease;
}
.category-card:hover .card-icon { transform: rotate(14deg) scale(1.08); }
.category-card h3 { margin-bottom: 10px; font-size: clamp(1.65rem, 2.2vw, 2.4rem); letter-spacing: -.04em; }
.category-card p { max-width: 320px; margin-bottom: 0; font-size: .9rem; line-height: 1.55; opacity: .8; }
.card-arrow { position: absolute; right: 20px; bottom: 18px; font-size: 1.5rem; }

.manifesto {
  position: relative;
  display: grid;
  min-height: 600px;
  place-items: center;
  overflow: hidden;
  background: var(--navy);
  color: white;
  text-align: center;
}
.manifesto::before {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255,255,255,.11) 1px, transparent 1px);
  background-size: 24px 24px;
  content: "";
}
.manifesto-copy { position: relative; z-index: 2; max-width: 930px; padding: 110px 24px; }
.light { color: #ffb27c; }
blockquote {
  margin: 0 0 32px;
  font-size: clamp(2.8rem, 5.2vw, 5.8rem);
  font-weight: 900;
  letter-spacing: -.055em;
  line-height: .98;
}
blockquote em { color: var(--orange); font-family: Georgia, serif; font-weight: 400; }
.manifesto-copy > p:last-child { max-width: 620px; margin: 0 auto; color: #c6d2de; line-height: 1.7; }
.manifesto-shape {
  position: absolute;
  display: grid;
  width: 180px;
  height: 180px;
  place-items: center;
  border: 3px solid rgba(255,255,255,.2);
  border-radius: 36px;
  color: rgba(255,255,255,.12);
  font-size: 3rem;
  font-weight: 900;
}
.shape-left { left: -70px; top: 80px; transform: rotate(24deg); }
.shape-right { right: -65px; bottom: 55px; border-radius: 50%; transform: rotate(-15deg); }

.steps { display: grid; margin: 0; padding: 0; grid-template-columns: repeat(3,1fr); list-style: none; }
.steps li { position: relative; padding: 32px clamp(24px,4vw,58px); border-top: 2px solid var(--navy); }
.steps li + li { border-left: 1px solid var(--line); }
.step-number {
  position: absolute;
  top: -15px;
  left: 0;
  display: grid;
  width: 31px;
  height: 31px;
  place-items: center;
  border-radius: 50%;
  background: var(--navy);
  color: white;
  font: .7rem Consolas, monospace;
}
.step-icon {
  display: grid;
  width: 95px;
  height: 95px;
  margin-bottom: 28px;
  place-items: center;
  border: 2px solid var(--navy);
  border-radius: 24px;
  background: var(--yellow);
  box-shadow: 6px 6px 0 var(--navy);
  font-size: 2.6rem;
  transform: rotate(-4deg);
}
.steps li:nth-child(2) .step-icon { background: var(--orange); color: white; transform: rotate(4deg); }
.steps li:nth-child(3) .step-icon { background: var(--coral); }
.steps h3 { margin-bottom: 12px; font-size: 1.55rem; letter-spacing: -.04em; }
.steps p { margin: 0; color: #536c81; line-height: 1.65; }

.where {
  display: grid;
  padding: 120px clamp(24px,7vw,110px);
  grid-template-columns: .85fr 1.15fr;
  gap: clamp(60px,9vw,150px);
  background: var(--cream);
}
.where-copy > p:last-child { max-width: 490px; margin-top: 28px; color: #536c81; line-height: 1.7; }
.channel-list { border-top: 2px solid var(--navy); }
.channel-list a {
  display: grid;
  min-height: 112px;
  grid-template-columns: 1fr auto 30px;
  align-items: center;
  gap: 20px;
  border-bottom: 2px solid var(--navy);
  transition: padding 200ms ease, background 200ms ease;
}
.channel-list a:hover { padding: 0 14px; background: rgba(255,255,255,.55); }
.channel-list span { font-size: clamp(1.35rem,2vw,2rem); font-weight: 900; }
.channel-list b { margin-right: 20px; color: var(--orange); font: .68rem Consolas,monospace; }
.channel-list em { color: #64788b; font-size: .75rem; font-style: normal; text-transform: uppercase; }
.channel-list i { font-size: 1.35rem; font-style: normal; }

.follow-card {
  position: relative;
  display: grid;
  min-height: 480px;
  grid-template-columns: 1.1fr .9fr;
  align-items: center;
  gap: 60px;
  padding: clamp(42px,6vw,86px);
  overflow: hidden;
  border-radius: 28px;
  background: var(--orange);
  color: white;
  box-shadow: 12px 12px 0 var(--navy);
}
.follow h2 em { color: var(--navy); }
.follow-side { position: relative; z-index: 2; max-width: 440px; }
.follow-side > p { margin-bottom: 32px; font-size: 1.05rem; line-height: 1.7; }
.social-buttons { display: flex; gap: 12px; }
.social-buttons a {
  display: flex;
  min-width: 150px;
  justify-content: space-between;
  padding: 15px 18px;
  border: 2px solid white;
  border-radius: 999px;
  font-size: .8rem;
  font-weight: 900;
  transition: background 180ms ease, color 180ms ease;
}
.social-buttons a:hover { background: white; color: var(--orange); }
.follow-star {
  position: absolute;
  right: 4%;
  bottom: -25%;
  color: rgba(8,45,82,.12);
  font: 20rem/1 Georgia,serif;
}

footer {
  display: flex;
  min-height: 150px;
  align-items: center;
  justify-content: space-between;
  padding: 30px clamp(24px,7vw,110px);
  border-top: 2px solid var(--navy);
  background: var(--navy-deep);
  color: white;
  font-size: .78rem;
}
.footer-brand { display: flex; align-items: center; gap: 12px; font-size: 1.1rem; font-weight: 900; }
.footer-brand b { color: var(--orange); }
.footer-mark { color: var(--orange); font-size: 1.8rem; }
footer p { margin: 0; color: #95a8b8; }
.footer-actions {
  display: flex;
  align-items: center;
  gap: 28px;
}
.developer-credit {
  display: grid;
  grid-template-columns: auto 32px auto;
  align-items: center;
  gap: 8px;
  color: #95a8b8;
  font-size: .68rem;
  transition: color 180ms ease;
}
.developer-credit img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
  transition: transform 220ms ease;
}
.developer-credit strong {
  color: white;
  font-size: .78rem;
}
.developer-credit:hover { color: white; }
.developer-credit:hover img { transform: rotate(8deg) scale(1.08); }
.back-to-top { border-bottom: 1px solid #95a8b8; padding-bottom: 4px; }

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 700ms ease, transform 700ms cubic-bezier(.2,.8,.2,1);
}
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.category-card:nth-child(2), .steps li:nth-child(2) { transition-delay: 100ms; }
.category-card:nth-child(3), .steps li:nth-child(3) { transition-delay: 200ms; }

@keyframes pulse { 50% { opacity: .3; transform: scale(.75); } }
@keyframes printMove { from { transform: translateX(-78%); } to { transform: translateX(-22%); } }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes float { 50% { transform: translateY(-14px) rotate(8deg); } }
@keyframes ticker { to { transform: translateX(-50%); } }

@media (max-width: 980px) {
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 150px; text-align: center; }
  .hero-copy { margin: 0 auto; }
  .hero-text { margin-right: auto; margin-left: auto; }
  .hero-actions { justify-content: center; }
  .hero-art { min-height: 560px; }
  .category-card { grid-column: span 3; }
  .category-card:nth-child(5) { grid-column: 2 / span 4; }
  .where, .follow-card { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .site-header { height: 90px; padding: 10px 22px; }
  .brand, .logo-crop { width: 148px; height: 62px; }
  .logo-crop img { width: 158px; height: 87px; margin-top: -13px; }
  .menu-toggle {
    position: relative;
    z-index: 30;
    display: grid;
    width: 48px;
    height: 48px;
    padding: 13px;
    border: 2px solid var(--navy);
    border-radius: 50%;
    background: var(--paper);
    place-content: center;
    gap: 4px;
  }
  .menu-toggle span:not(.sr-only) { display: block; width: 19px; height: 2px; background: var(--navy); transition: .18s; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .main-nav {
    position: fixed;
    z-index: 25;
    inset: 0;
    flex-direction: column;
    justify-content: center;
    background: var(--cream);
    font-size: 1.5rem;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: .18s;
  }
  .main-nav.is-open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  body.menu-open { overflow: hidden; }
  .nav-cta { margin-top: 10px; font-size: 1rem; }
  .hero { padding: 124px 20px 40px; }
  h1 { font-size: clamp(3.55rem,17vw,5.2rem); }
  .hero-actions { flex-direction: column; gap: 16px; }
  .hero-art { min-height: 470px; margin-top: 20px; }
  .printer { top: 35px; width: min(320px,82%); height: 395px; }
  .printer-window { height: 279px; }
  .printed-crown { bottom: 50px; transform: translateX(-50%) scale(.82); transform-origin: bottom; }
  .print-bed { bottom: 40px; }
  .filament-spool { left: calc(50% + 90px); width: 105px; height: 105px; border-width: 13px; }
  .filament-spool span { inset: 23px; border-width: 6px; }
  .label-top { top: 92px; left: -3px; }
  .label-bottom { right: -2px; bottom: 18px; }
  .section-shell, .where { padding: 86px 20px; }
  .section-heading { display: block; margin-bottom: 38px; }
  .section-heading > p { margin-top: 25px; }
  .section-heading h2, .where h2, .follow h2 { font-size: clamp(3rem,14vw,4.6rem); }
  .category-grid { display: block; }
  .category-card { min-height: 270px; margin-bottom: 16px; }
  .manifesto { min-height: 560px; }
  .steps { display: block; }
  .steps li { margin-bottom: 42px; border-left: 0 !important; }
  .where { gap: 50px; }
  .channel-list a { min-height: 92px; grid-template-columns: 1fr 24px; }
  .channel-list em { display: none; }
  .channel-list span { font-size: 1.25rem; }
  .follow-card { min-height: 580px; gap: 34px; padding: 45px 24px; }
  .social-buttons { flex-direction: column; }
  footer { flex-direction: column; gap: 22px; padding: 44px 20px; text-align: center; }
  .footer-actions { flex-direction: column; gap: 20px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}
