@font-face {
  font-family: "Metamorphous";
  src: url("../assets/fonts/metamorphous-latin.woff2") format("woff2");
  font-display: swap;
}

:root {
  color-scheme: dark;
  --ink: #090b12;
  --deep: #0d141b;
  --stone: #172029;
  --bone: #f1eee6;
  --ash: #aaa9b7;
  --teal: #43d3c7;
  --teal-dark: #153f42;
  --gold: #f2c858;
  --blood: #df476c;
  --line: rgba(165, 217, 211, .18);
  --display: "Metamorphous", Georgia, serif;
  --body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body {
  margin: 0;
  overflow-x: clip;
  background:
    radial-gradient(ellipse at 74% 4%, rgba(32, 116, 112, .2), transparent 31rem),
    linear-gradient(180deg, var(--deep), var(--ink) 46rem);
  color: var(--bone);
  font: 16px/1.65 var(--body);
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .32;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.14'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}
a { color: inherit; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 50; padding: 10px 14px; background: var(--bone); color: var(--ink); }
.skip-link:focus { top: 16px; }
.site-head {
  width: min(1240px, calc(100% - 40px));
  min-height: 88px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border-bottom: 1px solid var(--line);
}
.wordmark { display: inline-flex; flex-direction: column; text-decoration: none; line-height: 1; }
.wordmark span { font: 1.26rem/1 var(--display); letter-spacing: .08em; color: #a9fff5; text-transform: uppercase; }
.wordmark small { margin-top: 8px; color: var(--gold); font-size: .55rem; font-weight: 800; letter-spacing: .28em; text-transform: uppercase; }
.site-head nav, .site-foot nav { display: flex; align-items: center; gap: clamp(14px, 3vw, 34px); }
.site-head nav a, .site-foot nav a { color: var(--ash); font-size: .86rem; font-weight: 700; text-decoration: none; }
.site-head nav a:hover, .site-head nav a:focus-visible, .site-foot a:hover, .site-foot a:focus-visible { color: var(--bone); }
.site-head .head-play { padding: 9px 15px; border: 1px solid rgba(67, 211, 199, .55); color: var(--teal); }

main { display: block; }
.hero {
  width: min(1240px, calc(100% - 40px));
  min-height: 790px;
  margin: 0 auto;
  padding: clamp(72px, 9vw, 130px) 0 84px;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(420px, .96fr);
  align-items: center;
  gap: clamp(32px, 6vw, 92px);
}
.eyebrow { margin: 0 0 18px; color: var(--teal); font: 800 .73rem/1.2 var(--body); letter-spacing: .22em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 {
  max-width: 820px;
  margin-bottom: 30px;
  font: clamp(3.2rem, 6.8vw, 6.5rem)/.98 var(--display);
  letter-spacing: -.035em;
}
h1 em { color: var(--teal); font-style: normal; text-shadow: 0 0 35px rgba(67, 211, 199, .16); }
.hero__lead { max-width: 610px; margin-bottom: 34px; color: #c1c0cb; font-size: clamp(1.04rem, 1.55vw, 1.25rem); }
.hero__actions { display: flex; align-items: center; flex-wrap: wrap; gap: 26px; }
.button {
  min-height: 52px;
  padding: 13px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border: 1px solid transparent;
  text-decoration: none;
  font-weight: 900;
}
.button--primary { background: var(--teal); color: #071311; box-shadow: 8px 8px 0 var(--teal-dark); }
.button--primary:hover { background: #65e8dd; transform: translate(-2px, -2px); box-shadow: 10px 10px 0 var(--teal-dark); }
.button--primary:active { transform: translate(3px, 3px); box-shadow: 5px 5px 0 var(--teal-dark); }
.text-link { color: var(--bone); font-size: .9rem; font-weight: 800; text-underline-offset: 5px; }
.purchase-note { margin: 26px 0 0; color: #8e909d; font-size: .8rem; }
.purchase-note span { color: var(--gold); }

.descent { position: relative; height: 610px; isolation: isolate; }
.descent::before, .descent::after {
  content: "";
  position: absolute;
  left: 8%; right: 3%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--line), transparent);
  transform: rotate(-9deg);
}
.descent::before { top: 26%; }
.descent::after { top: 73%; }
.descent__glow { position: absolute; z-index: -2; inset: 10% 0 0; background: radial-gradient(ellipse, rgba(38, 166, 155, .3), transparent 65%); filter: blur(20px); }
.phone {
  position: absolute;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(153, 255, 244, .28);
  border-radius: 24px;
  background: #05070b;
  box-shadow: 0 34px 90px rgba(0, 0, 0, .65);
}
.phone img { display: block; width: 100%; height: auto; }
.phone--back { width: 270px; right: 0; top: 8px; transform: rotate(7deg); opacity: .62; }
.phone--front { width: 300px; left: 4%; top: 65px; transform: rotate(-7deg); box-shadow: 0 40px 110px #000, 0 0 0 9px rgba(4, 7, 12, .65); }
.phone--back img { transform: translateY(-2%); }
.phone--front img { transform: translateY(-8%); }
.depth-mark { position: absolute; z-index: -1; right: -2%; color: rgba(169, 255, 245, .17); font: 800 .62rem/1 var(--body); letter-spacing: .25em; writing-mode: vertical-rl; }
.depth-mark::after { content: ""; display: inline-block; width: 1px; height: 88px; margin-top: 12px; background: currentColor; }
.depth-mark--one { top: 10%; }
.depth-mark--two { top: 42%; }
.depth-mark--three { top: 75%; }

.proof {
  width: min(1240px, calc(100% - 40px));
  margin: 0 auto;
  padding: 28px 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.proof p { margin: 0; padding: 0 clamp(14px, 4vw, 46px); display: flex; align-items: baseline; gap: 12px; border-right: 1px solid var(--line); }
.proof p:first-child { padding-left: 0; }
.proof p:last-child { border: 0; }
.proof strong { color: var(--gold); font: 2rem/1 var(--display); }
.proof span { color: var(--ash); font-size: .76rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }

.ritual, .content, .offer { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.ritual { padding: 150px 0 130px; }
.section-head { max-width: 720px; }
h2 { margin-bottom: 20px; font: clamp(2.25rem, 4.8vw, 4.6rem)/1.06 var(--display); letter-spacing: -.03em; }
.section-head > p:last-child, .content__copy > p { color: var(--ash); font-size: 1.05rem; }
.ritual__steps { margin: 72px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.ritual__steps li { display: grid; grid-template-columns: 120px 1fr; gap: 24px; padding: 34px 0; border-bottom: 1px solid var(--line); }
.step-glyph { color: var(--teal); font: 3rem/1 var(--display); }
.ritual__steps h3 { margin-bottom: 8px; font: 1.4rem/1.2 var(--display); }
.ritual__steps p { max-width: 720px; margin: 0; color: var(--ash); }

.content { padding: 120px 0; display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: clamp(50px, 9vw, 120px); }
.feature-list { margin: 34px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.feature-list li { padding: 14px 0; color: var(--ash); border-bottom: 1px solid var(--line); }
.feature-list strong { color: var(--bone); }
blockquote { position: relative; margin: 0; padding: 55px 32px 45px; border: 1px solid rgba(242, 200, 88, .28); transform: rotate(2deg); }
blockquote > span { position: absolute; top: -18px; left: 22px; color: var(--gold); font: 5rem/1 Georgia, serif; }
blockquote p { margin-bottom: 20px; color: var(--bone); font: 2rem/1.35 var(--display); }
blockquote footer { color: var(--ash); font-size: .82rem; }

.offer {
  margin-top: 90px;
  margin-bottom: 140px;
  padding: clamp(34px, 7vw, 76px);
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  align-items: center;
  gap: 60px;
  background: linear-gradient(135deg, rgba(24, 47, 48, .94), rgba(15, 24, 31, .96));
  border: 1px solid rgba(67, 211, 199, .32);
  box-shadow: 18px 18px 0 #0a1015;
}
.offer > div:first-child > p:last-child { max-width: 650px; margin: 0; color: #b8bbc4; }
.offer__action { padding-left: 44px; border-left: 1px solid var(--line); }
.price { display: grid; margin-bottom: 24px; }
.price span { color: var(--ash); font-size: .74rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.price strong { margin: 6px 0; color: var(--gold); font: 3.2rem/1 var(--display); }
.price small, .offer__action > small { color: #898b96; }
.store-badges { display: grid; gap: 10px; margin-bottom: 18px; }
.store-badges > span { min-height: 58px; padding: 10px 14px; display: grid; grid-template-columns: 28px 1fr; align-items: center; border: 1px solid rgba(241, 238, 230, .25); background: rgba(6, 10, 14, .52); font-weight: 850; }
.store-badges b { grid-row: 1 / 3; color: var(--teal); }
.store-badges small { color: #898b96; font-size: .62rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.offer__action > small { display: block; font-size: .7rem; line-height: 1.45; }

.site-foot {
  width: min(1240px, calc(100% - 40px));
  margin: 0 auto;
  padding: 42px 0 54px;
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: end;
  gap: 36px;
  border-top: 1px solid var(--line);
}
.site-foot p { margin: 0; color: #777986; font-size: .76rem; }

a:focus-visible { outline: 3px solid var(--gold); outline-offset: 5px; }
@media (max-width: 900px) {
  .hero { min-height: 0; grid-template-columns: 1fr; padding-top: 76px; }
  .hero__copy { position: relative; z-index: 2; }
  .descent { width: min(590px, 100%); margin: 0 auto; }
  .content { grid-template-columns: 1fr; }
  blockquote { max-width: 520px; }
  .offer { grid-template-columns: 1fr; }
  .offer__action { padding: 0; border: 0; }
  .site-foot { grid-template-columns: 1fr auto; }
  .site-foot p { order: 3; grid-column: 1 / -1; }
}
@media (max-width: 620px) {
  .site-head { min-height: 76px; }
  .site-head nav > a:not(.head-play) { display: none; }
  .wordmark span { font-size: 1rem; }
  h1 { font-size: clamp(2.75rem, 13vw, 4.5rem); }
  .hero { width: min(100% - 30px, 1240px); padding: 62px 0 40px; }
  .hero__actions { align-items: stretch; flex-direction: column; gap: 22px; }
  .button { width: 100%; }
  .text-link { text-align: center; }
  .descent { height: 470px; }
  .phone--front { width: 228px; left: 2%; }
  .phone--back { width: 205px; right: -2%; }
  .proof { width: calc(100% - 30px); grid-template-columns: 1fr 1fr; }
  .proof p { min-height: 70px; padding: 12px; border-bottom: 1px solid var(--line); }
  .proof p:first-child { padding-left: 12px; }
  .proof p:nth-child(2) { border-right: 0; }
  .proof p:nth-child(3) { border-bottom: 0; }
  .ritual, .content, .offer { width: calc(100% - 30px); }
  .ritual { padding: 100px 0 70px; }
  .ritual__steps { margin-top: 44px; }
  .ritual__steps li { grid-template-columns: 56px 1fr; }
  .step-glyph { font-size: 2rem; }
  .content { padding: 80px 0; }
  blockquote { padding: 48px 24px 36px; }
  blockquote p { font-size: 1.45rem; }
  .offer { margin: 50px auto 90px; padding: 30px 22px; box-shadow: 9px 9px 0 #0a1015; }
  .site-foot { width: calc(100% - 30px); grid-template-columns: 1fr; align-items: start; }
  .site-foot nav { flex-wrap: wrap; }
  .site-foot p { grid-column: auto; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
