:root {
  color-scheme: dark;
  --base: #080807;
  --surface: #12110f;
  --surface-raised: #191713;
  --paper: #f2eee6;
  --paper-soft: #d1cbc0;
  --muted: #8a8274;
  --line: rgba(242, 238, 230, 0.14);
  --line-strong: rgba(242, 238, 230, 0.24);
  --amber: #ffb300;
  --amber-ink: #1a1200;
  --max: 1240px;
  --radius: 24px;
  --shadow: 0 34px 100px rgba(0, 0, 0, 0.48);
  --sans: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Arial, sans-serif;
  --mono: "SFMono-Regular", "SF Mono", "Roboto Mono", Menlo, Consolas, monospace;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--base);
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 92% 8%, rgba(255, 179, 0, 0.07), transparent 28rem),
    var(--base);
  color: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body::before {
  position: fixed;
  z-index: 100;
  inset: 0;
  pointer-events: none;
  content: "";
  opacity: 0.035;
  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='.82' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.56'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}

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

.language-picker select {
  appearance: none;
  min-width: 74px;
  padding: 8px 24px 8px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--surface) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='m1 1 4 4 4-4' fill='none' stroke='%23a59d90'/%3E%3C/svg%3E") calc(100% - 9px) center/10px 6px no-repeat;
  color: var(--paper);
  font: inherit;
}

.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; }

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.25em;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  color: inherit;
  font: inherit;
}

:focus-visible {
  outline: 3px solid var(--amber);
  outline-offset: 4px;
}

::selection {
  background: var(--amber);
  color: var(--amber-ink);
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  border-radius: 999px;
  background: var(--amber);
  color: var(--amber-ink);
  font: 700 0.8rem/1 var(--mono);
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.shell {
  width: min(calc(100% - 48px), var(--max));
  margin-inline: auto;
}

.site-header {
  position: relative;
  z-index: 50;
  height: 76px;
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  border-bottom: 1px solid var(--line);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--paper);
  font: 700 0.84rem/1 var(--mono);
  letter-spacing: 0.18em;
  text-decoration: none;
}

.brand img {
  width: 34px;
  height: 34px;
  border-radius: 9px;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 30px;
}

.site-nav a {
  color: var(--paper-soft);
  font: 600 0.76rem/1 var(--mono);
  letter-spacing: 0.06em;
  text-decoration: none;
  transition: color 180ms ease;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: var(--amber);
}

.menu-button {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--surface);
  cursor: pointer;
}

.menu-button span,
.menu-button::before,
.menu-button::after {
  display: block;
  width: 16px;
  height: 1px;
  margin: 4px auto;
  background: var(--paper);
  content: "";
  transition: transform 180ms ease, opacity 180ms ease;
}

.menu-button[aria-expanded="true"] span {
  opacity: 0;
}

.menu-button[aria-expanded="true"]::before {
  transform: translateY(5px) rotate(45deg);
}

.menu-button[aria-expanded="true"]::after {
  transform: translateY(-5px) rotate(-45deg);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(390px, 0.74fr);
  gap: clamp(48px, 8vw, 128px);
  align-items: start;
  min-height: calc(100dvh - 76px);
  padding-block: clamp(68px, 9vh, 96px) 88px;
}

.hero > *,
.feature-stage > *,
.privacy-block > *,
.page-hero > *,
.support-grid > * {
  min-width: 0;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 28px;
  color: var(--muted);
  font: 650 0.72rem/1.2 var(--mono);
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--amber);
  box-shadow: 0 0 24px rgba(255, 179, 0, 0.76);
  content: "";
}

.hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(4rem, 7vw, 7rem);
  font-weight: 820;
  letter-spacing: -0.068em;
  line-height: 0.88;
}

.hero-copy {
  max-width: 570px;
  margin: 32px 0 0;
  color: var(--paper-soft);
  font-size: clamp(1.05rem, 1.5vw, 1.28rem);
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0 23px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: transparent;
  color: var(--paper);
  font: 700 0.77rem/1 var(--mono);
  letter-spacing: 0.07em;
  text-decoration: none;
  white-space: nowrap;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.button:hover {
  border-color: var(--paper-soft);
  background: rgba(242, 238, 230, 0.06);
  transform: translateY(-2px);
}

.button:active {
  transform: translateY(1px);
}

.button--primary {
  border-color: var(--amber);
  background: var(--amber);
  color: var(--amber-ink);
}

.button--primary:hover {
  border-color: #ffc23f;
  background: #ffc23f;
}

.button[aria-disabled="true"] {
  cursor: default;
}

.hero-visual {
  position: relative;
  justify-self: end;
  width: min(100%, 420px);
  padding: 13px;
  border: 1px solid var(--line-strong);
  border-radius: calc(var(--radius) + 12px);
  background: #11100e;
  box-shadow: var(--shadow);
  transform: perspective(1200px) rotateY(var(--tilt-x, -3deg)) rotateX(var(--tilt-y, 1deg));
  transition: transform 160ms ease-out;
  margin: 0;
}

.hero-visual img {
  width: 100%;
  height: auto;
  aspect-ratio: 736 / 1600;
  border-radius: var(--radius);
  object-fit: contain;
}

.hero-visual::after {
  position: absolute;
  inset: 7% -8% -4% 12%;
  z-index: -1;
  border-radius: 50%;
  background: rgba(255, 179, 0, 0.16);
  filter: blur(80px);
  content: "";
}

.chapter {
  padding-block: clamp(96px, 13vw, 180px);
  border-top: 1px solid var(--line);
}

.chapter-heading {
  max-width: 890px;
  margin: 0 0 clamp(56px, 8vw, 98px);
  font-size: clamp(2.75rem, 6vw, 6rem);
  font-weight: 790;
  letter-spacing: -0.058em;
  line-height: 0.95;
}

.manifesto {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: clamp(42px, 8vw, 132px);
  align-items: start;
}

.manifesto__index {
  position: sticky;
  top: 40px;
  color: var(--amber);
  font: 600 0.77rem/1.5 var(--mono);
  letter-spacing: 0.13em;
}

.manifesto__body p {
  max-width: 850px;
  margin: 0 0 0.55em;
  font-size: clamp(2rem, 4.3vw, 4.4rem);
  font-weight: 690;
  letter-spacing: -0.048em;
  line-height: 1.02;
}

.manifesto__body p:last-child {
  color: var(--muted);
}

.feature-stage {
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(52px, 10vw, 148px);
  align-items: center;
}

.feature-stage + .feature-stage {
  margin-top: clamp(120px, 17vw, 240px);
}

.feature-stage--reverse {
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
}

.feature-stage--reverse .feature-copy {
  order: 2;
}

.feature-stage--reverse .feature-media {
  order: 1;
}

.feature-copy h3 {
  max-width: 580px;
  margin: 0;
  font-size: clamp(2.7rem, 5vw, 5.2rem);
  line-height: 0.96;
  letter-spacing: -0.055em;
}

.feature-copy p {
  max-width: 540px;
  margin: 28px 0 0;
  color: var(--paper-soft);
  font-size: clamp(1rem, 1.4vw, 1.2rem);
}

.feature-list {
  display: grid;
  gap: 15px;
  max-width: 540px;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.feature-list li {
  display: grid;
  grid-template-columns: 16px 1fr;
  gap: 13px;
  align-items: baseline;
  color: var(--paper-soft);
}

.feature-list li::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--amber);
  content: "";
}

.feature-media {
  position: relative;
  width: min(100%, 680px);
  justify-self: end;
}

.feature-stage--reverse .feature-media {
  justify-self: start;
}

.feature-media img {
  width: min(100%, 520px);
  height: auto;
  aspect-ratio: 736 / 1600;
  margin-inline: auto;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  object-fit: contain;
  box-shadow: var(--shadow);
}

.photo-window {
  position: relative;
  width: 100%;
  aspect-ratio: 2 / 3;
  overflow: hidden;
  border-radius: var(--radius);
  background: #07142a;
  box-shadow: var(--shadow);
}

.photo-window img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
  border: 0;
  border-radius: 0;
  filter: contrast(1.03) saturate(0.94);
}

.photo-window::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(8, 8, 7, 0.54));
  content: "";
}

.recipe-band {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1px;
  margin-top: 86px;
  border: 1px solid var(--line);
  background: var(--line);
}

.recipe-band div {
  min-height: 184px;
  padding: 24px 18px;
  background: var(--base);
}

.recipe-band span {
  display: block;
  width: 19px;
  height: 19px;
  margin-bottom: 70px;
  border: 5px solid var(--recipe-color, var(--amber));
  border-radius: 50%;
  box-shadow: 0 0 18px color-mix(in srgb, var(--recipe-color, var(--amber)) 56%, transparent);
}

.recipe-band strong {
  display: block;
  font-size: 1rem;
  letter-spacing: -0.02em;
}

.recipe-band small {
  color: var(--muted);
  font: 500 0.65rem/1.3 var(--mono);
}

.privacy-block {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.72fr);
  gap: clamp(50px, 10vw, 150px);
  align-items: end;
}

.privacy-block h2 {
  max-width: 850px;
  margin: 0;
  font-size: clamp(3.2rem, 7.4vw, 7.4rem);
  line-height: 0.9;
  letter-spacing: -0.068em;
}

.privacy-block__copy p {
  margin: 0 0 28px;
  color: var(--paper-soft);
  font-size: 1.1rem;
}

.availability {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding-block: 56px;
  border-top: 1px solid var(--line);
}

.availability h2 {
  margin: 0;
  font-size: clamp(2.15rem, 4vw, 4.2rem);
  letter-spacing: -0.05em;
}

.availability p {
  max-width: 430px;
  margin: 8px 0 0;
  color: var(--muted);
}

.status-chip {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  padding: 0 20px;
  border: 1px solid rgba(255, 179, 0, 0.38);
  border-radius: 999px;
  color: var(--amber);
  font: 650 0.72rem/1 var(--mono);
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.site-footer {
  padding-block: 38px 44px;
  border-top: 1px solid var(--line);
}

.site-footer__inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: end;
}

.site-footer p {
  margin: 12px 0 0;
  color: var(--muted);
  font: 500 0.7rem/1.6 var(--mono);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 24px;
}

.footer-links a {
  color: var(--paper-soft);
  font: 600 0.72rem/1 var(--mono);
  text-decoration: none;
}

.footer-links a:hover {
  color: var(--amber);
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 700ms ease, transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

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

/* Legal and support pages */
.page-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, 0.55fr);
  gap: clamp(42px, 8vw, 120px);
  align-items: end;
  padding-block: clamp(80px, 12vw, 160px) 72px;
  border-bottom: 1px solid var(--line);
}

.page-hero h1 {
  margin: 0;
  font-size: clamp(3.8rem, 8vw, 8rem);
  line-height: 0.9;
  letter-spacing: -0.068em;
}

.page-hero p {
  margin: 0;
  color: var(--paper-soft);
  font-size: 1.05rem;
}

.page-hero .page-meta {
  display: block;
  margin-top: 20px;
  color: var(--muted);
  font: 500 0.7rem/1.5 var(--mono);
  letter-spacing: 0.08em;
}

.document-layout {
  display: grid;
  grid-template-columns: 230px minmax(0, 760px);
  gap: clamp(48px, 9vw, 140px);
  justify-content: start;
  padding-block: 82px 140px;
}

.document-toc {
  position: sticky;
  top: 28px;
  align-self: start;
}

.document-toc strong {
  display: block;
  margin-bottom: 18px;
  color: var(--muted);
  font: 600 0.68rem/1 var(--mono);
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.document-toc a {
  display: block;
  padding: 7px 0;
  color: var(--paper-soft);
  font-size: 0.9rem;
  text-decoration: none;
}

.document-toc a:hover {
  color: var(--amber);
}

.prose section {
  padding-block: 42px;
  border-bottom: 1px solid var(--line);
  scroll-margin-top: 24px;
}

.prose section:first-child {
  padding-top: 0;
}

.prose section:last-child {
  border-bottom: 0;
}

.prose h2 {
  margin: 0 0 18px;
  font-size: clamp(1.65rem, 3vw, 2.35rem);
  line-height: 1.05;
  letter-spacing: -0.035em;
}

.prose h3 {
  margin: 30px 0 10px;
  font-size: 1.08rem;
}

.prose p,
.prose li {
  color: var(--paper-soft);
}

.prose p {
  max-width: 68ch;
  margin: 0 0 16px;
}

.prose ul,
.prose ol {
  display: grid;
  gap: 11px;
  margin: 18px 0;
  padding-left: 1.35rem;
}

.prose a {
  color: var(--amber);
}

.note {
  margin: 30px 0;
  padding: 22px 24px;
  border-left: 3px solid var(--amber);
  background: var(--surface);
  color: var(--paper-soft);
}

.support-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.6fr);
  gap: clamp(54px, 10vw, 150px);
  align-items: start;
  padding-block: 82px 140px;
}

.support-intro h2 {
  max-width: 720px;
  margin: 0 0 28px;
  font-size: clamp(2.3rem, 5vw, 4.8rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.support-intro > p {
  max-width: 650px;
  color: var(--paper-soft);
  font-size: 1.08rem;
}

.faq-list {
  margin-top: 54px;
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  display: grid;
  grid-template-columns: 1fr 28px;
  gap: 24px;
  align-items: center;
  padding: 24px 0;
  color: var(--paper);
  font-size: 1.05rem;
  font-weight: 650;
  cursor: pointer;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  color: var(--amber);
  font: 400 1.4rem/1 var(--mono);
  text-align: center;
  content: "+";
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-answer {
  max-width: 660px;
  padding: 0 48px 26px 0;
  color: var(--paper-soft);
}

.contact-panel {
  position: sticky;
  top: 30px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
}

.contact-panel img {
  width: 72px;
  height: 72px;
  margin-bottom: 28px;
  border-radius: 18px;
}

.contact-panel h2 {
  margin: 0 0 12px;
  font-size: 1.65rem;
  letter-spacing: -0.035em;
}

.contact-panel p {
  margin: 0 0 25px;
  color: var(--paper-soft);
}

.contact-panel .button {
  width: 100%;
}

.contact-meta {
  display: grid;
  gap: 12px;
  margin-top: 26px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font: 500 0.7rem/1.5 var(--mono);
}

@media (max-width: 900px) {
  .hero,
  .feature-stage,
  .feature-stage--reverse,
  .privacy-block,
  .page-hero,
  .support-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    gap: 60px;
    min-height: auto;
    padding-top: 82px;
  }

  .hero-visual,
  .feature-media,
  .feature-stage--reverse .feature-media {
    justify-self: center;
  }

  .feature-stage--reverse .feature-copy,
  .feature-stage--reverse .feature-media {
    order: initial;
  }

  .feature-stage--reverse .feature-copy {
    order: 1;
  }

  .feature-stage--reverse .feature-media {
    order: 2;
  }

  .recipe-band {
    grid-template-columns: repeat(3, 1fr);
  }

  .page-hero {
    align-items: start;
  }

  .document-layout {
    grid-template-columns: 1fr;
  }

  .document-toc {
    display: none;
  }

  .contact-panel {
    position: static;
  }
}

@media (max-width: 680px) {
  .shell {
    width: min(calc(100% - 32px), var(--max));
  }

  .site-header {
    height: 68px;
  }

  .menu-button {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: 62px;
    right: 16px;
    left: 16px;
    display: none;
    align-items: stretch;
    padding: 10px;
    border: 1px solid var(--line-strong);
    border-radius: 18px;
    background: rgba(18, 17, 15, 0.96);
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: grid;
  }

  .site-nav a {
    padding: 15px 13px;
  }

  .hero {
    padding-block: 64px 72px;
  }

  .hero h1 {
    max-width: 100%;
    font-size: clamp(2.8rem, 13.5vw, 4.2rem);
    letter-spacing: -0.072em;
    overflow-wrap: break-word;
  }

  .hero-copy {
    font-size: 1rem;
    overflow-wrap: break-word;
  }

  .hero-actions,
  .hero-actions .button {
    width: 100%;
  }

  .chapter {
    padding-block: 92px;
  }

  .manifesto {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .manifesto__index {
    position: static;
  }

  .photo-window {
    min-height: 0;
  }

  .recipe-band {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 56px;
  }

  .recipe-band div {
    min-height: 145px;
  }

  .recipe-band span {
    margin-bottom: 42px;
  }

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

  .site-footer__inner {
    grid-template-columns: 1fr;
  }

  .footer-links {
    justify-content: flex-start;
  }

  .page-hero {
    padding-top: 76px;
  }

  .document-layout,
  .support-grid {
    padding-block: 64px 100px;
  }

  .contact-panel {
    padding: 24px;
  }
}

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

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

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

  .hero-visual {
    transform: none;
  }
}
