:root {
  color-scheme: dark;
  --bg: #06070c;
  --bg-soft: #121423;
  --panel: rgba(16, 17, 29, 0.68);
  --panel-strong: rgba(14, 16, 28, 0.92);
  --line: rgba(255, 255, 255, 0.12);
  --text: #f5f0e8;
  --muted: #b6b0c8;
  --hot: #ff5f2e;
  --gold: #ffca63;
  --cyan: #6ff2ff;
  --pink: #ff4d9f;
  --shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
  --radius-xl: 32px;
  --radius-lg: 24px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Space Grotesk", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 95, 46, 0.2), transparent 22%),
    radial-gradient(circle at 80% 18%, rgba(111, 242, 255, 0.18), transparent 20%),
    radial-gradient(circle at 50% 82%, rgba(255, 77, 159, 0.14), transparent 24%),
    linear-gradient(160deg, #05060a 0%, #080b15 38%, #101324 100%);
  overflow-x: hidden;
}

body.theme-about {
  background:
    radial-gradient(circle at 16% 18%, rgba(111, 242, 255, 0.16), transparent 24%),
    radial-gradient(circle at 80% 12%, rgba(255, 202, 99, 0.12), transparent 18%),
    linear-gradient(180deg, #04050a 0%, #0b0f1d 100%);
}

body.theme-object {
  background:
    radial-gradient(circle at 50% 16%, rgba(255, 77, 159, 0.18), transparent 24%),
    radial-gradient(circle at 22% 82%, rgba(255, 95, 46, 0.16), transparent 20%),
    linear-gradient(180deg, #04050a 0%, #0d1020 100%);
}

body.theme-contact {
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 202, 99, 0.16), transparent 22%),
    radial-gradient(circle at 78% 20%, rgba(255, 77, 159, 0.14), transparent 24%),
    linear-gradient(180deg, #05060a 0%, #0f1221 100%);
}

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

button {
  font: inherit;
}

:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 4px;
}

.page-glow {
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at var(--pointer-x, 50%) var(--pointer-y, 50%), rgba(255, 202, 99, 0.1), transparent 16%),
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.04), transparent 42%);
  z-index: 0;
}

.noise {
  position: fixed;
  inset: 0;
  opacity: 0.08;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 120px 120px;
  mask-image: radial-gradient(circle at center, black 45%, transparent 95%);
  z-index: 0;
}

.page-shell {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 24px 0 80px;
}

.hero,
.story-grid,
.collection,
.manifesto,
.feature-split,
.experience-band,
.page-hero,
.page-grid,
.timeline-band,
.duo-panels,
.product-hero,
.product-specs,
.contact-hero {
  position: relative;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 10px 0 22px;
}

.page-topbar {
  margin-bottom: 18px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: "Syne", sans-serif;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: #0a0b11;
  background: linear-gradient(135deg, var(--gold), #fff1cb);
  box-shadow: 0 0 30px rgba(255, 202, 99, 0.35);
}

.topnav {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 18px;
  color: var(--muted);
}

.topnav a {
  position: relative;
}

.topnav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 180ms ease;
}

.topnav a:hover::after,
.topnav a:focus-visible::after,
.topnav a[aria-current="page"]::after {
  transform: scaleX(1);
}

.hero {
  min-height: min(100vh, 980px);
  display: flex;
  flex-direction: column;
}

.hero-layout,
.feature-split,
.manifesto-layout,
.page-grid,
.duo-panels,
.product-hero,
.contact-hero {
  display: grid;
  gap: 40px;
}

.hero-layout {
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, 0.9fr);
  align-items: center;
  flex: 1;
  padding: 34px 0 42px;
}

.feature-split,
.manifesto-layout,
.page-grid,
.duo-panels,
.product-hero {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
}

.contact-hero {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  margin-top: 40px;
}

.eyebrow,
.panel-kicker,
.card-index,
.metric-label,
.experience-step {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.72rem;
}

.eyebrow,
.panel-kicker {
  color: var(--gold);
  margin: 0 0 12px;
}

.hero-copy h1,
.section-heading h2,
.statement-panel h2,
.page-hero h1,
.content-panel h2,
.feature-copy h2,
.product-copy h1 {
  margin: 0;
  font-family: "Syne", sans-serif;
  font-weight: 800;
  line-height: 0.94;
  letter-spacing: -0.04em;
}

.hero-copy h1 {
  max-width: 9.5ch;
  font-size: clamp(3.6rem, 8vw, 6.8rem);
}

.page-hero h1,
.product-copy h1 {
  max-width: 10ch;
  font-size: clamp(3rem, 7vw, 5.8rem);
  text-wrap: balance;
}

.section-heading h2,
.statement-panel h2,
.content-panel h2,
.feature-copy h2 {
  font-size: clamp(1.9rem, 4.2vw, 3.3rem);
  text-wrap: balance;
}

.accent {
  display: inline-block;
  color: transparent;
  background: linear-gradient(135deg, #fff4d7 10%, var(--gold) 35%, var(--hot) 72%, var(--pink) 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.intro,
.page-intro,
.feature-copy p,
.content-panel p,
.manifesto-copy p {
  max-width: 56ch;
  margin: 22px 0 0;
  font-size: clamp(1rem, 1.45vw, 1.16rem);
  line-height: 1.7;
  color: var(--muted);
}

.page-intro {
  max-width: 52ch;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.primary-button,
.secondary-button {
  min-height: 54px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  cursor: pointer;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0b0c12;
  font-weight: 700;
  background: linear-gradient(135deg, #fff2c9 0%, var(--gold) 45%, var(--hot) 100%);
  box-shadow: 0 22px 40px rgba(255, 95, 46, 0.3);
}

.secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--text);
  font-weight: 500;
  background: rgba(255, 255, 255, 0.04);
  border-color: var(--line);
  backdrop-filter: blur(16px);
}

.primary-button:hover,
.primary-button:focus-visible,
.secondary-button:hover,
.secondary-button:focus-visible,
.text-link:hover,
.text-link:focus-visible {
  transform: translateY(-2px);
}

.secondary-button:hover,
.secondary-button:focus-visible {
  border-color: rgba(255, 202, 99, 0.45);
  background: rgba(255, 255, 255, 0.08);
}

.text-link {
  display: inline-flex;
  align-items: center;
  margin-top: 26px;
  color: #f3d9ce;
  font-weight: 700;
}

.hero-notes {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
  color: #dfd8ee;
  font-size: 0.98rem;
}

.hero-notes li {
  padding-left: 18px;
  position: relative;
}

.hero-notes li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), var(--pink));
  box-shadow: 0 0 18px rgba(255, 202, 99, 0.45);
}

.hero-stage {
  position: relative;
  width: min(100%, 540px);
  min-height: 540px;
  justify-self: end;
  border-radius: 34px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.01)),
    linear-gradient(160deg, rgba(255, 95, 46, 0.12), rgba(111, 242, 255, 0.08)),
    rgba(9, 10, 18, 0.72);
  box-shadow: var(--shadow);
  backdrop-filter: blur(20px);
}

.orbital,
.light-beam,
.stage-card,
.feature-orb,
.product-ring,
.product-badge,
.product-core {
  position: absolute;
}

.orbital {
  border-radius: 50%;
  filter: blur(14px);
}

.orbital-a {
  width: 280px;
  height: 280px;
  top: -72px;
  right: -54px;
  background: radial-gradient(circle, rgba(255, 202, 99, 0.5), rgba(255, 95, 46, 0.06) 65%, transparent 72%);
  animation: floatOrb 8s ease-in-out infinite;
}

.orbital-b {
  width: 260px;
  height: 260px;
  bottom: -62px;
  left: -70px;
  background: radial-gradient(circle, rgba(111, 242, 255, 0.4), rgba(111, 242, 255, 0.04) 62%, transparent 72%);
  animation: floatOrb 10s ease-in-out infinite reverse;
}

.light-beam {
  inset: 18% -10% auto;
  height: 48%;
  transform: rotate(-18deg);
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.12) 45%, transparent 100%);
  filter: blur(18px);
}

.stage-card,
.content-panel,
.feature-panel,
.experience-card,
.quote-strip,
.spec-card,
.site-footer,
.timeline-item,
.contact-card,
.contact-side-panel {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(12, 14, 24, 0.68);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
}

.main-card {
  left: 9%;
  right: 9%;
  top: 24%;
  padding: 28px;
  border-radius: var(--radius-xl);
}

.main-card p,
.mini-card span {
  margin: 0;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.7rem;
}

.main-card h2 {
  margin: 12px 0 8px;
  font-family: "Syne", sans-serif;
  font-size: clamp(1.8rem, 3.4vw, 3rem);
  line-height: 0.98;
}

.main-card span {
  color: #f6e0db;
  font-size: 0.95rem;
}

.mini-card {
  width: 200px;
  padding: 18px;
  border-radius: var(--radius-lg);
}

.mini-card strong {
  display: block;
  margin-top: 8px;
  font-size: 1rem;
  line-height: 1.2;
}

.mini-card-top {
  top: 10%;
  right: 5%;
}

.mini-card-bottom {
  bottom: 9%;
  left: 5%;
}

.ticker {
  margin-top: auto;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.ticker-track {
  display: flex;
  gap: 34px;
  width: max-content;
  padding: 15px 0;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.78rem;
  color: #ece6d7;
  animation: marquee 20s linear infinite;
}

.ticker-track span::before {
  content: "◆";
  margin-right: 34px;
  color: var(--hot);
}

.story-grid,
.product-specs,
.experience-grid,
.timeline-list {
  display: grid;
  gap: 22px;
}

.story-grid {
  grid-template-columns: 1.2fr 0.8fr;
  margin-top: 36px;
}

.product-specs,
.experience-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.timeline-list {
  margin-top: 24px;
}

.statement-panel,
.metrics-panel,
.manifesto,
.content-panel,
.feature-panel,
.experience-card,
.quote-strip,
.spec-card,
.site-footer,
.contact-card,
.contact-side-panel {
  border-radius: 28px;
  padding: 26px;
}

.metrics-panel {
  display: grid;
  align-content: center;
  gap: 22px;
}

.metrics-panel strong,
.spec-card strong {
  display: block;
  margin-top: 8px;
  font-family: "Syne", sans-serif;
}

.metrics-panel strong {
  font-size: clamp(2.3rem, 5vw, 4rem);
  line-height: 0.9;
}

.collection,
.feature-split,
.experience-band,
.manifesto,
.product-specs,
.timeline-band,
.duo-panels,
.contact-hero {
  margin-top: 64px;
}

.section-heading {
  max-width: 760px;
}

.compact {
  max-width: 620px;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}

.collection-card {
  min-height: 270px;
  padding: 22px;
  border-radius: 28px;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(12, 14, 24, 0.68);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease;
}

.collection-card::before {
  content: "";
  position: absolute;
  inset: auto -15% -25% auto;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  filter: blur(6px);
  opacity: 0.55;
}

.collection-card h3,
.experience-card h3,
.timeline-item h3 {
  margin: 42px 0 12px;
  font-family: "Syne", sans-serif;
  font-size: 1.7rem;
  line-height: 1.02;
}

.collection-card p:last-child,
.experience-card p,
.timeline-item p,
.spec-card p,
.site-footer p,
.quote-strip p {
  color: var(--muted);
  line-height: 1.6;
}

.collection-card:hover,
.collection-card:focus-within,
.experience-card:hover,
.spec-card:hover,
.content-panel:hover {
  transform: translateY(-8px);
  border-color: rgba(255, 255, 255, 0.2);
}

.crimson::before {
  background: radial-gradient(circle, rgba(255, 77, 159, 0.95), transparent 65%);
}

.gold::before {
  background: radial-gradient(circle, rgba(255, 202, 99, 0.95), transparent 65%);
}

.cyan::before {
  background: radial-gradient(circle, rgba(111, 242, 255, 0.95), transparent 65%);
}

.feature-panel {
  position: relative;
  min-height: 360px;
  overflow: hidden;
}

.feature-orb {
  inset: auto auto -80px -40px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 77, 159, 0.8), rgba(255, 77, 159, 0.02) 70%, transparent 74%);
  filter: blur(10px);
}

.feature-display {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: end;
  min-height: 100%;
}

.feature-chip {
  display: inline-flex;
  width: fit-content;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.72rem;
}

.feature-display strong {
  margin-top: 18px;
  font-family: "Syne", sans-serif;
  font-size: clamp(2.4rem, 5vw, 4rem);
  line-height: 0.92;
}

.feature-display p {
  max-width: 24ch;
  margin: 12px 0 0;
  color: #efe6f5;
}

.experience-card {
  min-height: 220px;
}

.experience-step {
  color: var(--gold);
}

.experience-card h3 {
  margin-top: 28px;
}

.quote-strip p {
  margin: 0;
  font-family: "Syne", sans-serif;
  font-size: clamp(2rem, 4vw, 3.3rem);
  line-height: 1.02;
  color: var(--text);
}

.quote-strip {
  margin-top: 64px;
}

.manifesto-layout {
  margin-top: 28px;
  align-items: start;
}

.quote-box {
  padding: 26px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(12, 14, 24, 0.68);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
  min-height: 100%;
}

.quote-box p {
  margin: 0;
  font-family: "Syne", sans-serif;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  line-height: 1.02;
}

.quote-box span {
  display: inline-block;
  margin-top: 18px;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.72rem;
}

.site-footer {
  margin-top: 64px;
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.site-footer h2 {
  margin: 0;
  font-family: "Syne", sans-serif;
  font-size: clamp(1.9rem, 4vw, 3rem);
  line-height: 0.98;
}

.footer-links {
  display: grid;
  gap: 12px;
}

.footer-links a {
  color: #f0e1d0;
  font-weight: 700;
}

.page-hero {
  padding: 48px 0 12px;
}

.page-grid,
.timeline-band,
.duo-panels {
  margin-top: 40px;
}

.content-panel.accent-panel,
.accent-panel {
  background:
    linear-gradient(180deg, rgba(255, 202, 99, 0.08), transparent 100%),
    rgba(12, 14, 24, 0.72);
}

.content-panel,
.statement-panel,
.metrics-panel,
.manifesto,
.feature-panel,
.experience-card,
.spec-card,
.contact-card,
.contact-side-panel,
.timeline-item,
.site-footer,
.quote-box,
.quote-strip {
  min-width: 0;
}

.timeline-item {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 18px;
  align-items: start;
  padding: 24px 26px;
  border-radius: 24px;
}

.timeline-item span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  color: var(--gold);
  font-family: "Syne", sans-serif;
  font-size: 1.35rem;
}

.timeline-item h3 {
  margin-top: 0;
}

.product-stage {
  position: relative;
  min-height: 520px;
  border-radius: 34px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.08), transparent 55%),
    linear-gradient(180deg, rgba(255, 77, 159, 0.06), rgba(111, 242, 255, 0.06)),
    rgba(12, 14, 24, 0.68);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.product-core {
  inset: 20% auto auto 50%;
  width: 260px;
  height: 260px;
  transform: translateX(-50%);
  border-radius: 40% 60% 55% 45%;
  background:
    radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.75), transparent 28%),
    linear-gradient(135deg, rgba(255, 202, 99, 0.82), rgba(255, 77, 159, 0.8), rgba(111, 242, 255, 0.72));
  filter: saturate(1.15);
  animation: pulseCore 8s ease-in-out infinite;
}

.product-ring {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
}

.ring-a {
  inset: 16% auto auto 50%;
  width: 340px;
  height: 340px;
  transform: translateX(-50%);
}

.ring-b {
  inset: 8% auto auto 50%;
  width: 460px;
  height: 460px;
  transform: translateX(-50%);
}

.product-badge {
  right: 28px;
  bottom: 28px;
  max-width: min(240px, calc(100% - 56px));
  padding: 18px 20px;
  border-radius: 22px;
  background: rgba(9, 10, 18, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.product-badge span {
  display: block;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.72rem;
}

.product-badge strong {
  display: block;
  margin-top: 8px;
  font-size: 1.2rem;
}

.spec-card {
  min-height: 210px;
}

.contact-card {
  min-height: 0;
  display: grid;
  align-content: start;
  gap: 0;
}

.contact-email {
  display: block;
  width: 100%;
  margin-top: 12px;
  font-family: "Syne", sans-serif;
  font-size: clamp(1.7rem, 5vw, 3.6rem);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -0.05em;
  overflow-wrap: anywhere;
  word-break: break-word;
  text-wrap: pretty;
  color: transparent;
  background: linear-gradient(135deg, #fff4d7 8%, var(--gold) 40%, var(--hot) 72%, var(--pink) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  text-shadow: 0 0 28px rgba(255, 202, 99, 0.12);
}

.contact-supporting,
.contact-side-panel p {
  margin: 20px 0 0;
  color: var(--muted);
  line-height: 1.7;
}

.contact-side {
  display: grid;
}

.contact-side-panel {
  min-height: 0;
  display: grid;
  align-content: start;
}

.contact-side-panel strong {
  margin-top: 16px;
  font-family: "Syne", sans-serif;
  font-size: clamp(1.8rem, 3.6vw, 2.7rem);
  line-height: 1;
  text-wrap: balance;
}

@media (min-width: 1180px) {
  .contact-hero {
    grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
    align-items: stretch;
  }
}

.spec-card strong {
  font-size: 1.7rem;
  line-height: 1.02;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 700ms ease,
    transform 700ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes floatOrb {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  50% {
    transform: translate3d(0, 18px, 0) scale(1.06);
  }
}

@keyframes pulseCore {
  0%,
  100% {
    transform: translateX(-50%) scale(1) rotate(0deg);
    border-radius: 40% 60% 55% 45%;
  }

  50% {
    transform: translateX(-50%) scale(1.06) rotate(8deg);
    border-radius: 52% 48% 38% 62%;
  }
}

@media (max-width: 1024px) {
  .hero-layout,
  .story-grid,
  .card-grid,
  .feature-split,
  .experience-grid,
  .manifesto-layout,
  .page-grid,
  .duo-panels,
  .product-hero,
  .product-specs,
  .contact-hero {
    grid-template-columns: 1fr;
  }

  .hero-stage {
    width: 100%;
    max-width: 620px;
    min-height: 500px;
    justify-self: start;
  }

  .product-stage {
    min-height: 460px;
  }

  .contact-card,
  .contact-side-panel {
    min-height: 0;
  }

  .site-footer {
    flex-direction: column;
    align-items: start;
  }
}

@media (max-width: 720px) {
  .page-shell {
    width: min(100% - 24px, 1240px);
    padding-top: 14px;
  }

  .topbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-copy h1,
  .page-hero h1,
  .product-copy h1 {
    max-width: 100%;
    font-size: clamp(3rem, 16vw, 4.7rem);
  }

  .section-heading h2,
  .statement-panel h2,
  .content-panel h2,
  .feature-copy h2 {
    font-size: clamp(1.8rem, 8vw, 2.6rem);
  }

  .hero-stage {
    min-height: 420px;
  }

  .main-card {
    left: 5%;
    right: 5%;
    top: 20%;
    padding: 22px;
  }

  .mini-card {
    width: 160px;
    padding: 14px;
  }

  .mini-card-top {
    top: 9%;
    right: 4%;
  }

  .mini-card-bottom {
    bottom: 7%;
    left: 4%;
  }

  .statement-panel,
  .metrics-panel,
  .manifesto,
  .content-panel,
  .feature-panel,
  .experience-card,
  .quote-strip,
  .spec-card,
  .site-footer {
    padding: 22px;
  }

  .collection-card {
    min-height: 220px;
  }

  .contact-email {
    width: 100%;
    font-size: clamp(1.5rem, 9vw, 2.25rem);
  }

  .contact-side-panel strong {
    font-size: clamp(1.5rem, 8vw, 2.2rem);
  }

  .feature-panel,
  .product-stage {
    min-height: 320px;
  }

  .timeline-item {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
