:root {
  --bg: #070b08;
  --panel: #0d140f;
  --panel2: #121b15;
  --line: #1d2b21;
  --text: #f2f7f3;
  --muted: #91a096;
  --green: #b6ff42;
  --green2: #62e97e;
  --max: 1240px;
  --radius: 22px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(
      circle at 82% 12%,
      rgba(182, 255, 66, 0.08),
      transparent 25%
    ),
    radial-gradient(
      circle at 15% 50%,
      rgba(98, 233, 126, 0.04),
      transparent 30%
    );
  z-index: -2;
}
.noise {
  position: fixed;
  inset: 0;
  opacity: 0.035;
  pointer-events: none;
  z-index: 20;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.9'/%3E%3C/svg%3E");
}
.section-shell {
  width: min(var(--max), calc(100% - 48px));
  margin-inline: auto;
}
.site-header {
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1380px, calc(100% - 40px));
  margin: auto;
  position: relative;
  z-index: 10;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--text);
  text-decoration: none;
}
.brand-mark {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 11px;
  background: #14351d;
  color: var(--green);
  font-weight: 900;
}
.brand span:last-child {
  display: flex;
  flex-direction: column;
}
.brand strong {
  font-size: 15px;
}
.brand small {
  font:
    11px ui-monospace,
    monospace;
  color: #728078;
  margin-top: 2px;
}
.site-header nav {
  display: flex;
  gap: 28px;
}
.site-header nav a,
.ghost-button,
.text-link {
  color: #aeb9b1;
  text-decoration: none;
  font-size: 14px;
  transition: 0.2s;
}
.site-header nav a:hover,
.text-link:hover {
  color: var(--green);
}
.ghost-button {
  padding: 10px 15px;
  border: 1px solid var(--line);
  border-radius: 12px;
}
.ghost-button:hover {
  border-color: #4f7158;
  color: white;
}
.hero {
  min-height: 790px;
  padding: 62px 0 80px;
  position: relative;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  grid-template-rows: auto auto;
  align-items: center;
}
.hero-copy {
  z-index: 4;
  padding-bottom: 0;
}
.eyebrow {
  font:
    700 12px ui-monospace,
    SFMono-Regular,
    Menlo,
    monospace;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--green2);
}
.status-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 14px var(--green);
  margin-right: 9px;
}
.hero h1 {
  font-size: clamp(48px, 6.3vw, 88px);
  line-height: 0.98;
  letter-spacing: -0.055em;
  margin: 24px 0;
}
.hero h1 span,
.statement h2 span {
  color: var(--green);
}
.hero-lede {
  font-size: 21px;
  line-height: 1.55;
  color: #aab7ad;
  max-width: 690px;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin: 34px 0 50px;
}
.primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--green);
  color: #0a100b;
  padding: 14px 20px;
  border-radius: 12px;
  font-weight: 800;
  text-decoration: none;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.1) inset,
    0 12px 40px rgba(182, 255, 66, 0.12);
  transition: 0.2s;
}
.primary-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 50px rgba(182, 255, 66, 0.18);
}
.hero-proof {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  max-width: 710px;
}
.hero-proof div {
  padding-top: 18px;
  border-top: 1px solid var(--line);
}
.hero-proof strong,
.hero-proof span {
  display: block;
}
.hero-proof strong {
  font-size: 14px;
}
.hero-proof span {
  color: #7f8d83;
  font-size: 12px;
  line-height: 1.5;
  margin-top: 6px;
}
.hero-art {
  position: relative;
  height: 610px;
  z-index: 3;
}
.hero-mascot {
  width: 620px;
  max-width: 115%;
  position: absolute;
  right: -80px;
  top: -55px;
  z-index: 2;
  filter: drop-shadow(0 25px 70px rgba(0, 0, 0, 0.7));
}
.hero-glow {
  position: absolute;
  width: 470px;
  height: 470px;
  border-radius: 50%;
  right: -20px;
  top: 30px;
  background: radial-gradient(
    circle,
    rgba(182, 255, 66, 0.2),
    rgba(82, 177, 55, 0.08) 35%,
    transparent 68%
  );
  filter: blur(14px);
}
.floating-chip {
  position: absolute;
  background: rgba(10, 17, 12, 0.88);
  border: 1px solid #24382a;
  border-radius: 999px;
  padding: 10px 14px;
  font:
    12px ui-monospace,
    monospace;
  color: #aab5ad;
  backdrop-filter: blur(12px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}
.floating-chip span {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--green);
  margin-right: 8px;
  box-shadow: 0 0 9px var(--green);
}
.chip-one {
  right: 10px;
  top: 78px;
}
.chip-two {
  right: 425px;
  top: 245px;
}
.chip-three {
  right: 50px;
  top: 470px;
}
.hero-screen {
  grid-column: 1/-1;
  position: relative;
  width: min(850px, 76%);
  margin: -150px 0 0 auto;
  z-index: 2;
}
.screen-proof {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 7px;
  margin: 0 8px 11px;
  color: #7f8d83;
  font:
    11px ui-monospace,
    monospace;
  letter-spacing: 0.02em;
}
.screen-proof span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 10px rgba(182, 255, 66, 0.7);
}
.screen-proof strong {
  color: #d9e3dc;
  font-weight: 700;
}
.screen-frame {
  background: #08100b;
  border: 1px solid #243028;
  border-radius: 16px;
  overflow: hidden;
  box-shadow:
    0 28px 90px rgba(0, 0, 0, 0.55),
    0 0 0 1px rgba(255, 255, 255, 0.025) inset;
}
.screen-frame img {
  display: block;
  width: 100%;
}
.screen-bar {
  height: 34px;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0 12px;
  border-bottom: 1px solid #1a261e;
  background: #0c130e;
}
.screen-bar span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #304137;
}
.screen-bar em {
  margin-left: 8px;
  color: #65726a;
  font:
    10px ui-monospace,
    monospace;
  font-style: normal;
}
.hero-frame {
  transform: perspective(1400px) rotateX(1deg) rotateY(-1deg);
  border-radius: 20px;
  box-shadow:
    0 24px 75px rgba(0, 0, 0, 0.52),
    0 0 0 1px rgba(255, 255, 255, 0.025) inset;
}
.statement {
  padding: 170px 0 150px;
  text-align: center;
  max-width: 980px;
}
.statement h2,
.section-heading h2,
.feature h2,
.night-shift h2,
.why h2,
.finale h2 {
  font-size: clamp(38px, 5vw, 68px);
  letter-spacing: -0.045em;
  line-height: 1.03;
  margin: 18px 0 24px;
}
.statement > p:last-child {
  font-size: 22px;
  line-height: 1.65;
  color: #9eaaa1;
  max-width: 830px;
  margin: auto;
}
.quick-overview {
  padding: 30px 0 110px;
}
.quick-heading {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 60px;
  align-items: end;
  margin-bottom: 34px;
}
.quick-heading h2 {
  font-size: clamp(36px, 4.2vw, 58px);
  letter-spacing: -0.045em;
  line-height: 1.02;
  margin: 16px 0 0;
}
.quick-heading > p {
  max-width: 470px;
  color: #8f9d93;
  font-size: 17px;
  line-height: 1.6;
  margin: 0 0 4px;
}
.feature-table-wrap {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: linear-gradient(145deg, #101712, #090e0a);
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.24);
}
.feature-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}
.feature-table th,
.feature-table td {
  padding: 18px 22px;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}
.feature-table thead th {
  color: #657269;
  background: rgba(182, 255, 66, 0.025);
  font:
    10px ui-monospace,
    monospace;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.feature-table tbody tr:last-child > * {
  border-bottom: 0;
}
.feature-table tbody th {
  width: 19%;
  color: var(--green);
  font-size: 14px;
}
.feature-status {
  display: inline-block;
  margin: 6px 0 0;
  padding: 4px 7px;
  border: 1px solid #304535;
  border-radius: 999px;
  color: #7f8d83;
  font:
    9px ui-monospace,
    monospace;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.feature-table tbody td {
  width: 40.5%;
  color: #a3afa6;
  font-size: 14px;
  line-height: 1.55;
}
.feature-table tbody td:last-child {
  color: #7e8b82;
}
.feature-table tbody tr {
  transition: background 0.2s ease;
}
.feature-table tbody tr:hover {
  background: rgba(182, 255, 66, 0.035);
}
.loop {
  padding: 50px 0 150px;
}
.section-heading {
  max-width: 760px;
  margin-bottom: 60px;
}
.section-heading > p:last-child {
  color: #8f9d93;
  font-size: 18px;
  line-height: 1.6;
}
.loop-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.loop-card {
  min-height: 300px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(145deg, #111914, #0a100c);
  position: relative;
  overflow: hidden;
}
.loop-card::after {
  content: "";
  position: absolute;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  right: -60px;
  bottom: -70px;
  background: rgba(182, 255, 66, 0.05);
  filter: blur(3px);
}
.step {
  position: absolute;
  right: 20px;
  top: 18px;
  color: #536057;
  font:
    11px ui-monospace,
    monospace;
}
.icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  background: #17301d;
  color: var(--green);
  font-size: 20px;
  margin-bottom: 74px;
}
.loop-card h3 {
  font-size: 21px;
  margin: 0 0 12px;
}
.loop-card p {
  color: #849188;
  line-height: 1.6;
  margin: 0;
}
.feature {
  padding: 130px 0;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 80px;
  align-items: center;
}
.feature:nth-of-type(even) {
  grid-template-columns: 1.2fr 0.8fr;
}
.feature-copy > p:not(.eyebrow) {
  font-size: 18px;
  line-height: 1.7;
  color: #93a098;
}
.mini-list {
  list-style: none;
  padding: 0;
  margin: 30px 0;
}
.mini-list li {
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
  color: #d7ded9;
}
.mini-list li::before {
  content: "✓";
  color: var(--green);
  margin-right: 10px;
}
.feature-visual {
  position: relative;
}
.mascot-stage {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  background:
    radial-gradient(
      circle at 52% 55%,
      rgba(182, 255, 66, 0.12),
      transparent 42%
    ),
    linear-gradient(145deg, #101812, #080d09);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.32);
}
.mascot-stage::after {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(182, 255, 66, 0.06);
  border-radius: 20px;
  pointer-events: none;
}
.mascot-stage img {
  position: absolute;
  z-index: 2;
  width: 520px;
  max-width: 92%;
  left: 50%;
  bottom: -62px;
  transform: translateX(-50%);
  filter: drop-shadow(0 28px 45px rgba(0, 0, 0, 0.72));
}
.stage-label,
.stage-chip,
.memory-word {
  position: absolute;
  z-index: 3;
  border: 1px solid #2a3d2f;
  border-radius: 999px;
  background: rgba(9, 16, 11, 0.84);
  color: #9daa9f;
  font:
    11px ui-monospace,
    monospace;
  backdrop-filter: blur(12px);
}
.stage-label {
  left: 24px;
  top: 24px;
  padding: 10px 14px;
  color: var(--green);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.stage-chip,
.memory-word {
  padding: 9px 12px;
}
.chip-ready {
  right: 24px;
  top: 80px;
}
.chip-workers {
  left: 30px;
  bottom: 90px;
}
.chip-allow {
  right: 38px;
  top: 100px;
  color: var(--green);
}
.chip-deny {
  left: 34px;
  bottom: 100px;
}
.stage-control img {
  width: 490px;
}
.stage-memory img {
  width: 500px;
}
.memory-word {
  color: #afbbb2;
}
.word-one {
  right: 30px;
  top: 110px;
}
.word-two {
  left: 26px;
  top: 190px;
}
.word-three {
  right: 22px;
  bottom: 130px;
}
.word-four {
  left: 42px;
  bottom: 70px;
}
.feature-mascot {
  position: absolute;
  z-index: 3;
  filter: drop-shadow(0 20px 35px rgba(0, 0, 0, 0.65));
}
.laptop {
  width: 260px;
  right: -55px;
  bottom: -85px;
}
.thinking {
  width: 230px;
  right: -55px;
  bottom: -80px;
}
.feature-trust {
  grid-template-columns: 1.2fr 0.8fr;
}
.stacked-screens {
  position: relative;
  min-height: 510px;
}
.stacked-screens .rear {
  position: absolute;
  width: 78%;
  right: 0;
  top: 0;
  opacity: 0.52;
  transform: rotate(2deg);
}
.stacked-screens .front {
  position: absolute;
  width: 92%;
  left: 0;
  bottom: 0;
}
.quote-card {
  border-left: 2px solid var(--green);
  padding: 18px 20px;
  margin-top: 30px;
  background: #0d1510;
}
.quote-card span,
.quote-card small {
  display: block;
}
.quote-card span {
  font-size: 20px;
  color: white;
}
.quote-card small {
  margin-top: 7px;
  color: #728077;
}
.pill-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 28px;
}
.pill-row span {
  border: 1px solid #2a3a2f;
  border-radius: 999px;
  padding: 9px 13px;
  color: #bcc8bf;
  font:
    12px ui-monospace,
    monospace;
}
.memory-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}
.memory-grid .screen-frame:last-child {
  width: 74%;
  margin: -50px 0 0 auto;
}
.night-shift {
  margin: 100px 0;
  background:
    radial-gradient(
      circle at 78% 40%,
      rgba(119, 174, 65, 0.13),
      transparent 30%
    ),
    linear-gradient(180deg, #090d0a, #050706);
  border-block: 1px solid #172018;
  overflow: hidden;
}
.night-inner {
  min-height: 760px;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  align-items: center;
  gap: 70px;
}
.night-copy > p:not(.eyebrow) {
  color: #91a096;
  font-size: 18px;
  line-height: 1.7;
}
.night-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 36px;
}
.night-stats div {
  border-top: 1px solid #253126;
  padding-top: 14px;
}
.night-stats strong,
.night-stats span {
  display: block;
}
.night-stats strong {
  font-size: 13px;
}
.night-stats span {
  font-size: 11px;
  color: #6f7a72;
  margin-top: 5px;
}
.night-art {
  position: relative;
  min-height: 620px;
}
.night-art > img {
  width: 540px;
  position: absolute;
  right: 40px;
  bottom: -10px;
  z-index: 2;
  filter: drop-shadow(0 35px 70px rgba(0, 0, 0, 0.8));
}
.moon {
  position: absolute;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  right: 100px;
  top: 40px;
  background: radial-gradient(
    circle at 35% 35%,
    #baff55,
    #487d2e 42%,
    #112018 72%
  );
  opacity: 0.16;
  filter: blur(2px);
}
.journal-card {
  position: absolute;
  width: 56%;
  left: -10px;
  top: 100px;
  transform: rotate(-3deg);
  opacity: 0.58;
}
.tour {
  padding: 140px 0;
}
.tour-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
.tour-card {
  appearance: none;
  text-align: left;
  padding: 0;
  border: 1px solid var(--line);
  background: #0c130e;
  border-radius: 18px;
  overflow: hidden;
  color: white;
  cursor: zoom-in;
  position: relative;
  transition: 0.25s;
}
.tour-card:hover {
  transform: translateY(-5px);
  border-color: #42604a;
}
.tour-card img {
  display: block;
  width: 100%;
  aspect-ratio: 3.165/1;
  object-fit: cover;
  object-position: left top;
  opacity: 0.83;
  transition: 0.3s;
}
.tour-card:hover img {
  opacity: 1;
  transform: scale(1.015);
}
.tour-card div {
  padding: 16px 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tour-card span {
  font-size: 12px;
  color: #758078;
}
.tour-card.wide {
  grid-column: span 2;
}
.personality {
  padding: 110px 0 160px;
}
.mascot-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  align-items: end;
}
.mascot-strip figure {
  margin: 0;
  position: relative;
  height: 330px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background:
    radial-gradient(
      circle at 50% 60%,
      rgba(182, 255, 66, 0.08),
      transparent 48%
    ),
    #0b120d;
  overflow: hidden;
}
.mascot-strip img {
  position: absolute;
  width: 125%;
  max-width: none;
  left: 50%;
  bottom: -25px;
  transform: translateX(-50%);
  filter: drop-shadow(0 20px 35px rgba(0, 0, 0, 0.6));
}
.mascot-strip figure:first-child img {
  width: 145%;
}
.mascot-strip figcaption {
  position: absolute;
  z-index: 2;
  left: 16px;
  top: 16px;
  font:
    11px ui-monospace,
    monospace;
  color: #8d9b91;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.why {
  padding: 120px 0;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 80px;
  align-items: center;
}
.why-art {
  height: 650px;
  position: relative;
}
.why-art::before {
  content: "";
  position: absolute;
  width: 460px;
  height: 460px;
  border-radius: 50%;
  left: 0;
  top: 80px;
  background: radial-gradient(
    circle,
    rgba(182, 255, 66, 0.16),
    transparent 66%
  );
}
.why-art img {
  width: 620px;
  max-width: 130%;
  position: absolute;
  left: -120px;
  top: 0;
  filter: drop-shadow(0 30px 60px rgba(0, 0, 0, 0.7));
}
.why-copy > p:not(.eyebrow, .signature) {
  font-size: 22px;
  line-height: 1.65;
  color: #9aa69d;
}
.signature {
  margin-top: 34px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  font:
    14px/1.7 ui-monospace,
    monospace;
  color: #738078;
}
.signature strong {
  color: var(--green);
}
.finale {
  min-height: 620px;
  margin-top: 80px;
  border: 1px solid #233126;
  border-radius: 30px;
  background:
    radial-gradient(
      circle at 80% 50%,
      rgba(182, 255, 66, 0.13),
      transparent 35%
    ),
    linear-gradient(140deg, #111a13, #080c09);
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  padding: 70px 80px;
  overflow: hidden;
  position: relative;
}
.finale img {
  width: 540px;
  position: absolute;
  right: -10px;
  bottom: -85px;
}
.finale-copy {
  position: relative;
  z-index: 2;
}
.finale h2 {
  max-width: 720px;
}
.finale-note {
  max-width: 600px;
  color: #9eaaa1;
  font-size: 18px;
  line-height: 1.65;
  margin: -4px 0 0;
}
.final-links {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-top: 32px;
}
footer {
  width: min(var(--max), calc(100% - 48px));
  margin: 34px auto 0;
  padding: 28px 0 42px;
  display: flex;
  justify-content: space-between;
  color: #5f6a62;
  font:
    11px ui-monospace,
    monospace;
  border-top: 1px solid #151e17;
}
dialog {
  border: 1px solid #324239;
  border-radius: 18px;
  background: #070b08;
  padding: 12px;
  max-width: min(94vw, 1600px);
  box-shadow: 0 40px 140px #000;
}
dialog::backdrop {
  background: rgba(0, 0, 0, 0.88);
  backdrop-filter: blur(6px);
}
dialog img {
  display: block;
  max-width: 100%;
  max-height: 88vh;
  border-radius: 10px;
}
dialog button {
  position: absolute;
  right: 18px;
  top: 18px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #3d4d42;
  background: #0d1510;
  color: white;
  font-size: 24px;
  cursor: pointer;
  z-index: 2;
}
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.75s ease,
    transform 0.75s ease;
}
.reveal.visible {
  opacity: 1;
  transform: none;
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .reveal,
  .primary-button,
  .tour-card,
  .tour-card img {
    transition: none;
  }
}
@media (max-width: 1000px) {
  .site-header nav {
    display: none;
  }
  .hero {
    grid-template-columns: 1fr;
    min-height: 1080px;
    padding-top: 60px;
  }
  .hero-copy {
    padding-bottom: 20px;
  }
  .hero-art {
    height: 460px;
  }
  .hero-mascot {
    right: 50%;
    transform: translateX(50%);
    width: 520px;
  }
  .chip-two {
    left: 6%;
    right: auto;
  }
  .hero-screen {
    grid-column: 1;
    width: 92%;
    margin: -70px auto 0;
  }
  .feature,
  .feature:nth-of-type(even),
  .feature-trust,
  .night-inner,
  .why {
    grid-template-columns: 1fr;
  }
  .feature {
    gap: 55px;
  }
  .mascot-stage {
    min-height: 500px;
  }
  .feature-trust .feature-copy {
    grid-row: 1;
  }
  .stacked-screens {
    min-height: 430px;
  }
  .night-art {
    min-height: 550px;
  }
  .tour-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .mascot-strip {
    grid-template-columns: repeat(2, 1fr);
  }
  .finale {
    grid-template-columns: 1fr;
    padding: 60px 45px;
    min-height: 720px;
  }
  .finale img {
    width: 440px;
    opacity: 0.8;
    right: -90px;
  }
}
@media (max-width: 680px) {
  .section-shell {
    width: min(100% - 28px, var(--max));
  }
  .site-header {
    width: calc(100% - 28px);
  }
  .ghost-button {
    display: none;
  }
  .hero {
    min-height: 840px;
    padding-top: 35px;
  }
  .hero h1 {
    font-size: 50px;
  }
  .hero-lede {
    font-size: 18px;
  }
  .hero-proof {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .hero-proof div:nth-child(n + 2) {
    display: none;
  }
  .hero-art {
    height: 390px;
  }
  .hero-mascot {
    width: 390px;
    top: 0;
  }
  .floating-chip {
    display: none;
  }
  .hero-screen {
    width: 100%;
    margin: -38px auto 0;
  }
  .screen-proof {
    justify-content: flex-start;
    margin-left: 2px;
    font-size: 10px;
  }
  .screen-bar {
    display: none;
  }
  .statement {
    padding: 120px 0 90px;
  }
  .quick-overview {
    padding: 10px 0 90px;
  }
  .quick-heading {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .feature-table thead {
    display: none;
  }
  .feature-table,
  .feature-table tbody,
  .feature-table tr,
  .feature-table th,
  .feature-table td {
    display: block;
    width: 100%;
  }
  .feature-table tr {
    padding: 18px 20px;
    border-bottom: 1px solid var(--line);
  }
  .feature-table tbody tr:last-child {
    border-bottom: 0;
  }
  .feature-table th,
  .feature-table td {
    padding: 0;
    border: 0;
  }
  .feature-table tbody th {
    width: 100%;
    margin-bottom: 8px;
  }
  .feature-table tbody td {
    width: 100%;
  }
  .feature-table tbody td:last-child {
    margin-top: 4px;
  }
  .statement > p:last-child,
  .why-copy > p:not(.eyebrow, .signature) {
    font-size: 18px;
  }
  .loop-grid {
    grid-template-columns: 1fr;
  }
  .loop-card {
    min-height: 220px;
  }
  .icon {
    margin-bottom: 42px;
  }
  .feature {
    padding: 90px 0;
  }
  .mascot-stage {
    min-height: 410px;
  }
  .mascot-stage img {
    width: 390px;
  }
  .feature h2,
  .section-heading h2,
  .night-shift h2,
  .why h2,
  .finale h2 {
    font-size: 42px;
  }
  .laptop,
  .thinking {
    width: 150px;
    right: -10px;
    bottom: -55px;
  }
  .stacked-screens {
    min-height: 300px;
  }
  .night-inner {
    min-height: 800px;
  }
  .night-stats {
    grid-template-columns: 1fr;
  }
  .night-art {
    min-height: 430px;
  }
  .night-art > img {
    width: 400px;
    right: -50px;
  }
  .journal-card {
    width: 88%;
    top: 30px;
  }
  .tour-grid {
    grid-template-columns: 1fr;
  }
  .tour-card.wide {
    grid-column: auto;
  }
  .mascot-strip {
    grid-template-columns: 1fr 1fr;
  }
  .mascot-strip figure {
    height: 240px;
  }
  .why-art {
    height: 430px;
  }
  .why-art img {
    width: 450px;
    left: -80px;
  }
  .finale {
    padding: 44px 26px;
    min-height: 660px;
  }
  .finale img {
    width: 360px;
    right: -90px;
    bottom: -35px;
    opacity: 0.58;
  }
  .final-links {
    align-items: flex-start;
    flex-direction: column;
  }
  footer {
    flex-direction: column;
    gap: 8px;
  }
}
