:root {
  --bg: #070708;
  --ink: #f4f1ea;
  --muted: #9a958c;
  --gold: #c9a227;
  --line: #222226;
  --sans: "Outfit", system-ui, sans-serif;
  --page-x: max(22px, env(safe-area-inset-left, 0px), env(safe-area-inset-right, 0px), 7vw);
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { overflow-x: hidden; }
body {
  background: var(--bg);
  color: var(--ink);
  font-family: var(--sans);
  line-height: 1.5;
}
a { color: var(--gold); text-decoration: none; }
a:hover { text-decoration: underline; }
.al-mark {
  display: inline-block;
  font-family: "Outfit", var(--sans);
  font-weight: 700;
  color: var(--gold);
  letter-spacing: 0;
  margin: 0;
  padding: 0;
  line-height: 1;
  white-space: nowrap;
}
.top {
  display: grid;
  grid-template-columns: 48px 1fr 72px;
  align-items: center;
  padding: 18px var(--page-x);
  min-height: 88px;
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  background: var(--bg);
  z-index: 40;
}
.top .brand {
  justify-self: center;
  grid-column: 2;
  font-size: clamp(32px, 6.5vw, 56px);
  line-height: 1;
}
.top .icon-link {
  justify-self: start;
  grid-column: 1;
  color: var(--muted);
}
.top .burger { justify-self: end; grid-column: 3; }
.brand {
  display: inline-flex;
  align-items: baseline;
  gap: 0;
  color: var(--ink);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  text-decoration: none;
}
.brand:hover { text-decoration: none; }
.brand .al-mark { font-size: 1.12em; }
.mark {
  display: inline-flex;
  align-items: baseline;
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 1;
}
.mark:hover { text-decoration: none; }
.mark .al-mark {
  margin: 0;
  font-size: 1em;
  letter-spacing: 0;
}
.mark .dot,
.mark .bang { color: var(--gold); }
.top-cta {
  background: var(--gold);
  color: #070708;
  font-weight: 700;
  letter-spacing: -0.04em;
  padding: 8px 14px;
  border-radius: 10px;
  text-decoration: none;
}
.top-cta:hover { text-decoration: none; filter: brightness(1.05); }
.top-cta .al-mark { color: #070708; }
.top nav a:not(.top-cta) { color: var(--muted); margin-right: 18px; font-size: 14px; }
.top nav a:not(.top-cta):hover { color: var(--gold); text-decoration: none; }
.hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 56px var(--page-x) 40px;
}
.pair {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 56px var(--page-x);
  border-top: 1px solid var(--line);
}
.pair:first-of-type { border-top: 0; }
.pair-mark {
  font-size: clamp(28px, 7vw, 56px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  color: var(--ink);
  margin: 0;
}
a.pair-mark { color: var(--ink); }
a.pair-mark:hover { color: var(--ink); text-decoration: none; }
.oral-mark {
  font-family: "Outfit", var(--sans);
  display: inline-flex;
  align-items: baseline;
  white-space: nowrap;
}
.pair-line {
  margin-top: 18px;
  color: var(--muted);
  font-size: clamp(1.05rem, 2.4vw, 1.25rem);
  max-width: 22em;
}
.pair .kicker { margin-top: 20px; }
.copy em, .page em, .hero em { color: var(--ink); font-style: italic; }
.kicker {
  color: var(--gold);
  font-size: 13px;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
}
.wake {
  font-family: "Outfit", var(--sans);
  font-weight: 500;
  font-size: clamp(1.7rem, 8.2vw, 4.75rem);
  letter-spacing: 0;
  line-height: 1.05;
  max-width: 100%;
  white-space: nowrap;
}
.wake .al-mark { font-size: 1.02em; margin: 0; }
.product {
  margin-top: 12px;
  font-family: "Roboto", var(--sans);
  font-size: clamp(22px, 4vw, 36px);
  letter-spacing: -0.04em;
}
.product .al-mark { font-size: 1.05em; }
.product .dot, .product .bang { color: var(--gold); }
.lede {
  margin-top: 16px;
  color: var(--ink);
  max-width: 34em;
  font-size: clamp(1.05rem, 2.5vw, 1.28rem);
  line-height: 1.45;
}
.say-cta {
  display: inline-block;
  margin-top: 16px;
  background: var(--gold);
  color: #070708;
  border-radius: 10px;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: -0.04em;
  padding: 16px 32px;
  text-decoration: none;
  box-shadow: 0 6px 0 #6f5710;
}
.say-cta:hover { text-decoration: none; transform: translateY(2px); }
.mark-cta {
  margin-top: 28px;
  font-size: clamp(28px, 6.5vw, 52px);
  color: var(--ink);
}
.mark-cta:hover { color: var(--ink); }
.copy {
  padding: 32px var(--page-x) 36px;
  border-top: 1px solid var(--line);
  text-align: left;
  max-width: 42em;
  margin: 0 auto;
}
.copy h2 { font-size: 13px; color: var(--gold); font-weight: 500; margin-bottom: 14px; letter-spacing: 0.04em; }
.copy p { color: var(--muted); margin: 0; line-height: 1.65; }
.copy p + p { margin-top: 14px; }
.copy .mark {
  display: inline-flex;
  margin: 6px 0 16px;
  font-size: clamp(26px, 5.5vw, 40px);
  color: var(--ink);
}
.copy-links {
  display: flex;
  justify-content: center;
  gap: 22px;
  margin-top: 18px;
}
.page {
  padding: 36px var(--page-x) 48px;
  max-width: 42em;
  margin: 0 auto;
  text-align: center;
}
.page h1 {
  font-family: "Outfit", var(--sans);
  font-weight: 500;
  font-size: clamp(28px, 6vw, 44px);
  letter-spacing: -0.05em;
  margin-bottom: 16px;
}
.page .lede {
  margin: 0 0 20px;
  color: var(--ink);
  max-width: none;
}
.page .pair-mark {
  display: inline-flex;
  margin: 40px 0 0;
  color: var(--ink);
  font-size: clamp(28px, 6vw, 48px);
}
.page .pair-line {
  margin-top: 14px;
  margin-bottom: 0;
}
.page .icon-link {
  display: inline-flex;
  margin-top: 36px;
}
.page p {
  color: var(--muted);
  margin: 0 0 14px;
  line-height: 1.65;
}
.page p:last-child { margin-bottom: 0; }
.page .note { margin-top: 24px; color: var(--ink); max-width: none; }
.page .book { margin-top: 28px; }
.page.page-invest {
  padding-top: 8px;
  padding-bottom: 0;
}
.page.page-invest p { margin-bottom: 0; }
.page.page-invest .lede { margin-bottom: 0; }
.page.page-invest .pair-mark { margin-top: 8px; }
.page.page-invest .oral-note {
  margin-top: 28px;
  margin-bottom: 0;
}
.page.page-invest .book { margin-top: 0; }
.lede-gh {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.page .lede-gh .icon-link { margin: 0; }
.page .book iframe {
  display: block;
  width: 100%;
  min-height: 680px;
  height: 75vh;
  border: 0;
  border-radius: 10px;
  background: #fff;
}
.doors {
  display: flex;
  gap: 18px;
  font-size: 13px;
}
.doors a { color: var(--muted); }
.doors a:hover { color: var(--gold); text-decoration: none; }
.law {
  padding: 24px var(--page-x) 32px;
  border-top: 1px solid var(--line);
  text-align: center;
}
.law h2 { font-size: 13px; color: var(--gold); font-weight: 500; margin-bottom: 10px; }
.facts {
  list-style: none;
  display: grid;
  gap: 10px;
  max-width: 28em;
  margin: 0 auto;
  text-align: left;
}
.facts li {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid var(--line);
  padding: 8px 0;
  font-size: 15px;
}
.facts li > span:first-child { color: var(--muted); }
.facts .v { font-weight: 400; text-align: right; }
.foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  padding: 12px var(--page-x) 16px;
  border-top: 1px solid var(--line);
}
.foot-end { justify-content: flex-end; }
.foot .brand { font-size: 16px; }
.icon-link { color: var(--muted); }
.icon-link:hover { color: var(--gold); }

.burger {
  width: 72px;
  height: 72px;
  margin: -12px -10px -12px 0;
  padding: 20px 14px;
  border: 0;
  background: transparent;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  z-index: 41;
}
.burger .bar {
  display: block;
  height: 5px;
  width: 100%;
  background: var(--ink);
  border-radius: 2px;
  transform-origin: center;
  transition: transform 0.2s ease, opacity 0.2s ease, background 0.2s ease;
}
.burger[aria-expanded="true"] .bar { background: var(--gold); }
.burger[aria-expanded="true"] .bar:nth-child(1) { transform: translateY(17px) rotate(45deg); }
.burger[aria-expanded="true"] .bar:nth-child(2) { opacity: 0; }
.burger[aria-expanded="true"] .bar:nth-child(3) { transform: translateY(-17px) rotate(-45deg); }
.menu {
  position: fixed;
  inset: 0;
  z-index: 35;
  background: #070708;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 14vh var(--page-x) 8vh;
  gap: 2px;
}
.menu[hidden] { display: none; }
.menu a {
  font-size: clamp(40px, 9vw, 92px);
  line-height: 1.1;
  letter-spacing: -0.05em;
  color: var(--ink);
  text-decoration: none;
  font-weight: 400;
}
.menu a.mark { letter-spacing: 0; }
.menu a:hover,
.menu a[aria-current="page"] { color: var(--gold); }
body.menu-on { overflow: hidden; }
body.menu-on .top {
  background: transparent;
  border-color: transparent;
}

@media (max-width: 800px) {
  .foot .brand { font-size: 16px; }
  .say-cta { font-size: 18px; padding: 14px 24px; }
  .facts li { font-size: 14px; gap: 10px; }
}
