@font-face {
  font-family: "Unbounded";
  src: url("/assets/Unbounded-Variable.ttf") format("truetype");
  font-weight: 200 900;
  font-style: normal;
  font-display: swap;
}

:root {
  color-scheme: dark;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #050505;
  color: #F6F6F2;
  overflow-x: hidden;
}

* { box-sizing: border-box; }
body { min-width: 320px; margin: 0; background: #050505; }
a { color: inherit; }
button { font: "Unbounded", sans-serif; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 2px solid #F6F6F2; outline-offset: 4px; }

.shell { width: min(100% - 40px, 1120px); margin: 0 auto; }
.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 0 0;
}
.site-kicker { margin: 0; }
.site-menu { position: relative; }
.site-menu summary { display: grid; width: 44px; height: 44px; padding: 12px 10px; border: 1px solid #2A2A2A; cursor: pointer; list-style: none; }
.site-menu summary::-webkit-details-marker { display: none; }
.site-menu summary i { display: block; height: 1px; background: #F6F6F2; transition: transform 160ms ease, opacity 160ms ease; }
.site-menu[open] summary i:first-child { transform: translateY(8px) rotate(45deg); }
.site-menu[open] summary i:nth-child(2) { opacity: 0; }
.site-menu[open] summary i:last-child { transform: translateY(-8px) rotate(-45deg); }
.menu-panel { position: absolute; z-index: 2; top: calc(100% + 8px); right: 0; display: grid; gap: 24px; width: min(280px, calc(100vw - 48px)); padding: 20px; border: 1px solid #2A2A2A; background: #101010; box-shadow: 0 18px 40px rgb(0 0 0 / 45%); }
.menu-panel nav { display: grid; gap: 14px; color: #F6F6F2; font-family: "Unbounded", sans-serif; font-size: 13px; font-weight: 800; }
.menu-panel nav a { text-decoration: none; }
.menu-panel nav a:hover { color: #B8B8B2; }
.language-switcher { display: flex; width: fit-content; justify-self: start; border: 1px solid #2A2A2A; }
.language-switcher button {
  min-width: 48px;
  min-height: 42px;
  padding: 0 12px;
  border: 0;
  border-right: 1px solid #2A2A2A;
  border-radius: 0;
  background: #050505;
  color: #B8B8B2;
  cursor: pointer;
}
.language-switcher button:last-child { border-right: 0; }
.language-switcher button[aria-pressed="true"] { background: #F6F6F2; color: #050505; }

main { padding: clamp(26px, 5vw, 68px) 0 88px; }
.eyebrow { font-family: "Unbounded", sans-serif; color: #B8B8B2; font-size: 11px; font-weight: 700; letter-spacing: .02em; text-transform: uppercase; }
.page-title,
h1 { max-width: 760px; margin: 10px 0 28px; font-size: clamp(42px, 6vw, 72px); font-weight: 900; line-height: .98; letter-spacing: -.04em; }
.home-page .page-title { font-family: "Unbounded", sans-serif; max-width: none; margin: 22px 0 34px; font-size: clamp(58px, 15vw, 208px); font-weight: 900; line-height: .84; letter-spacing: -.1em; }
h2 { max-width: 760px; margin: 0 0 20px; font-size: clamp(26px, 3.2vw, 40px); font-weight: 900; line-height: 1.02; letter-spacing: -.035em; }
p, li { max-width: 720px; color: #B8B8B2; font-size: 17px; line-height: 1.45; }
.hero-copy { max-width: 680px; color: #F6F6F2; font-size: clamp(18px, 2vw, 24px); line-height: 1.42; }
li + li { margin-top: 10px; }

.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.button,
.store-badge {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  min-width: 190px;
  min-height: 62px;
  padding: 10px 16px;
  border: 1px solid #F6F6F2;
  border-radius: 0;
  background: #050505;
  color: #F6F6F2;
  font-family: "Unbounded", sans-serif;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.3;
  text-decoration: none;
}
.store-badge svg { width: 25px; height: 25px; margin-right: 11px; fill: currentColor; flex: 0 0 auto; }
.store-badge span { display: grid; gap: 2px; }
.store-badge small { color: #B8B8B2; font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 10px; font-weight: 500; line-height: 1; }
.store-badge strong { font-size: 13px; line-height: 1; }
.store-badge:hover { background: #F6F6F2; color: #050505; }
.store-badge:hover small { color: #050505; }
.notice,
.privacy-panel,
.content-panel {
  max-width: 880px;
  margin-top: 36px;
  padding: clamp(20px, 4vw, 40px);
  border: 1px solid #2A2A2A;
  border-radius: 0;
  background: #101010;
}
.privacy-panel { margin-top: 48px; }
.privacy-panel .eyebrow { margin-bottom: 22px; }
.privacy-panel p + p { margin-top: 16px; }
.notice p:last-child,
.privacy-panel p:last-child,
.content-panel p:last-child { margin-bottom: 0; }
.panel-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border: 1px solid #2A2A2A; }
.panel-grid > * { min-width: 0; padding: clamp(20px, 4vw, 40px); border-right: 1px solid #2A2A2A; }
.panel-grid > *:last-child { border-right: 0; }
.site-header + main > .eyebrow { display: none; }

.site-footer,
footer { padding: 28px 0 40px; border-top: 1px solid #2A2A2A; color: #B8B8B2; font-size: 11px; }

@media (max-width: 720px) {
  .shell { width: min(100% - 32px, 1120px); }
  .panel-grid { grid-template-columns: 1fr; }
  .panel-grid > * { border-right: 0; border-bottom: 1px solid #2A2A2A; }
  .panel-grid > *:last-child { border-bottom: 0; }
}

@media (max-width: 420px) {
  .shell { width: min(100% - 24px, 1120px); }
  .actions { display: grid; grid-template-columns: 1fr; }
  .store-badge { width: 100%; }
}

@media (prefers-reduced-motion: no-preference) {
  .language-switcher button { transition: opacity 160ms ease; }
  .language-switcher button:hover { opacity: .72; }
}
