:root {
  --tone-bg: #280905;
  --tone-panel: #4b0c08;
  --tone-accent: #740a03;
  --tone-hot: #c3110c;
  --tone-glow: #e6501b;
  --tone-text: #fff4ef;
  --tone-soft: #ffc8b8;
  --font-display: "Unbounded", sans-serif;
  --font-body: "Sora", sans-serif;
  --space-2xs: 0.25rem;
  --space-xs: 0.5rem;
  --space-sm: 0.75rem;
  --space-md: 1rem;
  --space-lg: 1.5rem;
  --space-xl: 2.25rem;
  --space-2xl: 3rem;
  --radius-sm: 0.5rem;
  --radius-md: 0.9rem;
  --radius-lg: 1.3rem;
  --soft-shadow: 0 0.6rem 1.8rem rgba(0, 0, 0, 0.3);
  --fast: 220ms ease;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 0.95rem;
  background: radial-gradient(circle at 12% 10%, #4e1009 0, var(--tone-bg) 45%), var(--tone-bg);
  color: var(--tone-text);
  line-height: 1.45;
}
a,
button {
  transition: transform var(--fast), background var(--fast), color var(--fast), border-color var(--fast);
}
a {
  color: var(--tone-soft);
  text-decoration: none;
}
a:hover,
a:focus-visible {
  color: #ffffff;
}
img {
  width: 100%;
  height: auto;
  border-radius: var(--radius-md);
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-display);
  line-height: 1.2;
  margin: 0 0 var(--space-sm);
  letter-spacing: 0.02em;
}
h1 {
  font-size: clamp(1rem, 4vw, 2.75rem);
}
p {
  margin: 0 0 var(--space-sm);
  color: #ffe6dd;
}
.shell-wrap {
  width: min(72rem, 92%);
  margin: 0 auto;
}
.top-ribbon {
  width: 100%;
  margin: 0;
  border-bottom: 0.08rem solid rgba(255, 244, 239, 0.24);
  background: rgba(40, 9, 5, 0.96);
}
.head-sculpt {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: var(--space-md);
  min-height: 4rem;
  position: relative;
}
.brand-token {
  font-family: var(--font-display);
  font-size: 1rem;
  color: #fff;
}
.menu-glyph {
  border: 0.08rem solid rgba(255, 244, 239, 0.5);
  background: transparent;
  border-radius: var(--radius-sm);
  color: #fff;
  font-size: 0.9rem;
  padding: var(--space-xs) var(--space-sm);
  cursor: pointer;
  display: none;
  margin-left: auto;
}
.menu-open,
.menu-close {
  pointer-events: none;
}
.menu-close {
  display: none;
}
.menu-glyph[aria-expanded="true"] .menu-open {
  display: none;
}
.menu-glyph[aria-expanded="true"] .menu-close {
  display: inline-block;
}
.nav-cloud {
  display: flex;
  flex-wrap: nowrap;
  gap: var(--space-xs);
  margin-left: auto;
}
.nav-cloud[data-open="true"] {
  display: flex;
}
.nav-cloud a {
  border: 0.08rem solid transparent;
  border-radius: var(--radius-sm);
  padding: 0.3rem 0.6rem;
  font-size: 0.8rem;
}
.hero-stage {
  margin-top: var(--space-xl);
  min-height: 28rem;
  border-radius: var(--radius-lg);
  overflow: hidden;
  position: relative;
  border: 0.08rem solid rgba(255, 255, 255, 0.25);
}
.flux-canvas {
  width: 100%;
  height: 100%;
  min-height: 28rem;
  display: block;
}
.hero-copy {
  position: absolute;
  inset: 0;
  display: grid;
  align-content: center;
  width: min(32rem, 88%);
  margin-left: clamp(1rem, 4vw, 3.5rem);
}
.hero-copy h1 {
  font-size: clamp(1.4rem, 3.5vw, 2.5rem);
}
.hero-copy p {
  max-width: 30rem;
}
.micro-row {
  display: flex;
  gap: var(--space-sm);
  flex-wrap: wrap;
  margin-top: var(--space-md);
}
.chip-btn {
  border: 0.08rem solid rgba(255, 255, 255, 0.48);
  border-radius: 999rem;
  padding: 0.5rem 0.85rem;
  font-size: 0.78rem;
}
.chip-btn:hover {
  transform: translateY(-0.1rem);
}
.quiet-btn {
  background: var(--tone-glow);
  color: #1f0704;
}
.info-track {
  margin: var(--space-xl) auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-md);
}
.tile-card {
  background: linear-gradient(160deg, rgba(230, 80, 27, 0.18), rgba(116, 10, 3, 0.34));
  border-radius: var(--radius-md);
  border: 0.08rem solid rgba(255, 255, 255, 0.2);
  padding: var(--space-md);
}
.photo-sweep {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: var(--space-sm);
  margin-bottom: var(--space-xl);
}
.photo-sweep figure {
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius-md);
  border: 0.08rem solid rgba(255, 255, 255, 0.2);
}
.photo-sweep figcaption {
  padding: var(--space-sm);
  font-size: 0.76rem;
}
.photo-a {
  grid-column: span 7;
}
.photo-b {
  grid-column: span 5;
  transform: translateY(1rem);
}
.photo-c {
  grid-column: 3 / span 8;
}
.angle-zone {
  margin: var(--space-xl) 0;
  transform: rotate(-1.4deg);
  background: linear-gradient(145deg, rgba(195, 17, 12, 0.4), rgba(40, 9, 5, 0.9));
  border: 0.08rem solid rgba(255, 255, 255, 0.24);
  border-radius: var(--radius-lg);
  padding: var(--space-xl) var(--space-lg);
}
.angle-zone > * {
  transform: rotate(1.4deg);
}
.line-stack {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--space-md);
}
.action-card {
  background: rgba(40, 9, 5, 0.7);
  border: 0.08rem solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius-md);
  padding: var(--space-md);
}
.spot-form {
  background: linear-gradient(160deg, rgba(40, 9, 5, 0.98), rgba(116, 10, 3, 0.82));
  border: 0.08rem solid rgba(255, 255, 255, 0.25);
  border-radius: var(--radius-lg);
  padding: var(--space-lg);
}
.spot-form form {
  display: grid;
  gap: var(--space-sm);
}
label {
  font-size: 0.8rem;
}
input,
textarea {
  border-radius: var(--radius-sm);
  border: 0.08rem solid rgba(255, 255, 255, 0.4);
  background: rgba(20, 4, 2, 0.6);
  color: #fff;
  padding: 0.62rem;
  font-family: var(--font-body);
  font-size: 0.88rem;
}
textarea {
  min-height: 7rem;
  resize: vertical;
}
.consent-row {
  display: flex;
  align-items: center;
  gap: var(--space-xs);
  font-size: 0.76rem;
}
.kick-btn {
  border: none;
  border-radius: var(--radius-sm);
  background: var(--tone-glow);
  color: #260703;
  padding: 0.62rem 0.95rem;
  font-family: var(--font-display);
  cursor: pointer;
}
.kick-btn:hover {
  transform: translateY(-0.09rem);
}
.map-shell {
  margin-top: var(--space-md);
  border: 0.08rem solid rgba(255, 255, 255, 0.28);
  border-radius: var(--radius-md);
  overflow: hidden;
}
iframe {
  width: 100%;
  min-height: 14rem;
  border: 0;
}
.drift-grid {
  margin: var(--space-xl) auto;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: var(--space-md);
}
.tilt-card {
  background: rgba(116, 10, 3, 0.4);
  border: 0.08rem solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius-lg);
  padding: var(--space-lg);
}
.tilt-up {
  transform: translateY(-0.8rem);
}
.tilt-down {
  transform: translateY(1rem);
}
.legal-box {
  margin: var(--space-lg) auto;
  padding: var(--space-lg);
  border-radius: var(--radius-md);
  border: 0.08rem solid rgba(255, 255, 255, 0.22);
  background: rgba(40, 9, 5, 0.82);
}
.mini-foot {
  margin: var(--space-xl) auto var(--space-md);
  width: min(76rem, 95%);
  border-top: 0.08rem solid rgba(255, 255, 255, 0.2);
  padding-top: var(--space-sm);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: var(--space-sm);
  font-size: 0.75rem;
}
.policy-pop {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  width: min(20rem, 92%);
  background: rgba(14, 2, 1, 0.94);
  border: 0.08rem solid rgba(255, 255, 255, 0.3);
  border-radius: var(--radius-md);
  padding: var(--space-md);
  z-index: 9;
}
.policy-pop[data-hide="true"] {
  display: none;
}
.fade-item {
  opacity: 0;
  transform: translateY(1rem);
  transition: opacity 500ms ease, transform 500ms ease;
}
.fade-item[data-seen="true"] {
  opacity: 1;
  transform: translateY(0);
}
.icon-inline {
  margin-right: 0.35rem;
}
@media (max-width: 75rem) {
  .shell-wrap {
    width: min(72rem, 94%);
  }
  .hero-stage,
  .flux-canvas {
    min-height: 24rem;
  }
}
@media (max-width: 64rem) {
  .info-track {
    grid-template-columns: 1fr;
  }
  .line-stack,
  .drift-grid {
    grid-template-columns: 1fr;
  }
  .photo-a,
  .photo-b,
  .photo-c {
    grid-column: span 12;
    transform: none;
  }
  .hero-copy {
    width: min(36rem, 90%);
  }
  .policy-pop {
    right: 0.75rem;
    bottom: 0.75rem;
  }
}
@media (max-width: 52rem) {
  .top-ribbon {
    width: 100%;
  }
  .head-sculpt {
    gap: var(--space-sm);
  }
  .brand-token {
    font-size: 1rem;
  }
  .hero-stage,
  .flux-canvas {
    min-height: 21rem;
  }
  .hero-copy h1 {
    font-size: clamp(1rem, 5vw, 1.5rem);
  }
  .menu-glyph {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .nav-cloud {
    position: fixed;
    inset: 0;
    margin-top: 0;
    background: rgba(18, 2, 1, 0.97);
    z-index: 12;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 4.5rem 1rem 1rem;
    display: none;
  }
  .nav-cloud a {
    width: min(26rem, 100%);
    text-align: center;
    padding: 0.8rem 1rem;
    font-size: 0.9rem;
  }
  .menu-glyph {
    position: relative;
    z-index: 13;
    min-width: 2.7rem;
    min-height: 2.2rem;
  }
  .angle-zone {
    padding: var(--space-lg) var(--space-md);
  }
  .tilt-up,
  .tilt-down {
    transform: none;
  }
}
@media (max-width: 40rem) {
  body {
    font-size: 0.88rem;
  }
  .shell-wrap {
    width: 94%;
  }
  .hero-copy {
    width: 90%;
    margin-left: 1rem;
  }
  .hero-stage,
  .flux-canvas {
    min-height: 18rem;
  }
  .micro-row {
    gap: var(--space-xs);
  }
  .chip-btn {
    width: 100%;
    text-align: center;
    padding: 0.55rem 0.75rem;
  }
  .spot-form,
  .legal-box,
  .tile-card,
  .action-card,
  .tilt-card {
    padding: var(--space-md);
  }
  iframe {
    min-height: 12rem;
  }
  .mini-foot {
    flex-direction: column;
    align-items: flex-start;
  }
  .policy-pop {
    width: calc(100% - 1rem);
    right: 0.5rem;
    bottom: 0.5rem;
    padding: var(--space-sm);
  }
}
@media (max-width: 30rem) {
  body {
    font-size: 0.84rem;
  }
  .top-ribbon {
    margin-top: 0;
  }
  .head-sculpt {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .menu-glyph {
    width: auto;
  }
  .nav-cloud {
    justify-content: center;
  }
  .nav-cloud a {
    width: min(100%, 18rem);
    text-align: center;
  }
  .hero-copy {
    width: 92%;
    margin-left: 0.6rem;
  }
  .hero-stage,
  .flux-canvas {
    min-height: 16rem;
  }
  .angle-zone {
    transform: none;
    padding: var(--space-md);
  }
  .angle-zone > * {
    transform: none;
  }
  .consent-row {
    align-items: flex-start;
  }
  input,
  textarea,
  .kick-btn {
    font-size: 0.82rem;
  }
  .policy-pop {
    width: calc(100% - 0.75rem);
    right: 0.375rem;
    bottom: 0.375rem;
  }
}
@media (max-width: 20rem) {
  .shell-wrap {
    width: 95%;
  }
  body {
    font-size: 0.8rem;
  }
  .hero-copy h1 {
    font-size: 1rem;
  }
  .brand-token {
    font-size: 0.92rem;
  }
  .menu-glyph,
  .chip-btn,
  .kick-btn {
    font-size: 0.75rem;
  }
  .hero-stage,
  .flux-canvas {
    min-height: 14rem;
  }
}
