:root {
  --night: #030b16;
  --night-soft: #07182b;
  --blue: #0b3151;
  --gold: #f1c66b;
  --gold-light: #ffe8a8;
  --cream: #fff8e8;
  --muted: #b9c5d3;
  --line: rgba(246, 203, 111, 0.3);
}

* {
  box-sizing: border-box;
}

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

body {
  min-height: 100vh;
  margin: 0;
  color: var(--cream);
  background: var(--night);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
}

.contentSection {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 112px 0;
  scroll-margin-top: 76px;
  background: #030b16;
}

.contentSection::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  opacity: 0.24;
  pointer-events: none;
  background-image: radial-gradient(circle, rgba(255, 222, 145, 0.9) 0 1px, transparent 1.3px);
  background-position: 18px 26px;
  background-size: 157px 157px;
}

.sectionInner {
  width: min(88vw, 1180px);
  margin: 0 auto;
}

.sectionKicker {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.28em;
}

.contentSection h2 {
  margin: 0 0 36px;
  color: var(--gold-light);
  font-family: Georgia, "Times New Roman", "Noto Serif JP", serif;
  font-size: clamp(38px, 4.8vw, 68px);
  font-weight: 400;
  letter-spacing: -0.025em;
}

.storySection {
  background:
    radial-gradient(circle at 85% 45%, rgba(232, 185, 80, 0.1), transparent 28%),
    linear-gradient(145deg, #030b16, #07182a 58%, #040c17);
}

.storyGrid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.72fr);
  align-items: center;
  gap: clamp(58px, 8vw, 116px);
}

.storyCopy > p:not(.sectionKicker) {
  max-width: 650px;
  margin: 0 0 18px;
  color: rgba(255, 248, 232, 0.76);
  font-size: 16px;
  line-height: 1.9;
}

.storyCopy > p:last-child {
  color: rgba(255, 232, 173, 0.86);
}

.photoPlaceholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px dashed rgba(241, 198, 107, 0.46);
  border-radius: 22px;
  color: rgba(255, 232, 168, 0.54);
  background:
    linear-gradient(135deg, rgba(255,255,255,0.025), rgba(241,198,107,0.035)),
    rgba(4, 16, 29, 0.78);
  box-shadow: inset 0 0 55px rgba(45, 105, 145, 0.08), 0 25px 70px rgba(0, 0, 0, 0.22);
  letter-spacing: 0.18em;
  text-align: center;
}

.photoPlaceholder span { font-size: 10px; font-weight: 700; }
.photoPlaceholder small { font-size: 10px; letter-spacing: 0.05em; }
.storyPhoto { width: 100%; aspect-ratio: 4 / 5; }

.mediaFrame {
  overflow: hidden;
  border: 1px solid rgba(241, 198, 107, 0.3);
  border-radius: 22px;
  background: rgba(4, 16, 29, 0.78);
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.25);
}

.mediaFrame img,
.mediaFrame video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.updatesSection {
  background: linear-gradient(180deg, #030b16, #061426 50%, #030b16);
}

.updatesGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.updateCard {
  overflow: hidden;
  border: 1px solid rgba(241, 198, 107, 0.2);
  border-radius: 22px;
  background: rgba(8, 25, 43, 0.82);
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.22);
}

.updatePhoto { aspect-ratio: 16 / 10; border: 0; border-bottom: 1px solid rgba(241, 198, 107, 0.2); border-radius: 0; box-shadow: none; }
.updateBody { padding: 26px; }
.updateDate { min-height: 18px; margin: 0 0 13px; color: var(--gold); font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }
.updateBody h3 { min-height: 58px; margin: 0 0 12px; font-family: Georgia, "Times New Roman", "Noto Serif JP", serif; font-size: 23px; font-weight: 400; line-height: 1.25; }
.updateBody > p:not(.updateDate) { min-height: 76px; margin: 0 0 22px; color: var(--muted); font-size: 14px; line-height: 1.7; }
.updateBody .sourceLink,
.tokenCard button {
  width: 100%; min-height: 44px; display: flex; align-items: center; justify-content: center; border: 1px solid rgba(241,198,107,.22); border-radius: 999px;
  color: rgba(255,232,168,.72); background: rgba(255,255,255,.025); font: inherit; font-size: 11px; font-weight: 700; letter-spacing: .06em;
}

.updateBody .sourceLink { transition: color 180ms ease, border-color 180ms ease, background 180ms ease; }
.updateBody .sourceLink:hover,
.updateBody .sourceLink:focus-visible { color: var(--gold-light); border-color: rgba(241,198,107,.5); background: rgba(241,198,107,.08); }

.missionSection {
  padding: 138px 0;
  text-align: center;
  background:
    radial-gradient(circle at 50% 50%, rgba(231, 178, 70, 0.16), transparent 30%),
    radial-gradient(circle at 50% 40%, rgba(31, 105, 153, 0.2), transparent 52%), #030b16;
}
.missionInner { max-width: 900px; }
.missionMain { margin: 0 auto 24px; color: var(--cream); font-family: Georgia, "Times New Roman", "Noto Serif JP", serif; font-size: clamp(26px, 3.5vw, 46px); line-height: 1.35; }
.missionBody { max-width: 680px; margin: 0 auto; color: var(--muted); font-size: 14px; line-height: 1.8; }

.tokenSection { background: linear-gradient(150deg, #030b16, #071a2d 48%, #030a13); }
.tokenInner { max-width: 760px; text-align: center; }
.tokenCard { padding: clamp(28px, 5vw, 54px); border: 1px solid rgba(241,198,107,.28); border-radius: 28px; background: rgba(7,23,40,.86); box-shadow: 0 28px 80px rgba(0,0,0,.3), inset 0 0 50px rgba(241,198,107,.025); text-align: left; }
.tokenCard dl { margin: 0 0 28px; }
.tokenCard dl div { padding: 16px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 20px; border-bottom: 1px solid rgba(241,198,107,.12); }
.tokenCard dt { color: var(--muted); font-size: 12px; letter-spacing: .08em; }
.tokenCard dd { margin: 0; color: var(--gold-light); font-family: Georgia, "Times New Roman", serif; text-align: right; }
.tokenCard > p { margin: 25px 0 0; color: rgba(185,197,211,.72); font-size: 11px; line-height: 1.7; text-align: center; }

.siteFooter { padding: 48px 0 34px; border-top: 1px solid rgba(241,198,107,.16); background: #020812; }
.footerInner { width: min(90vw, 1180px); }
.footerTop { display: flex; align-items: center; gap: 26px; color: rgba(255,248,232,.72); font-size: 12px; }
.footerTop > img { width: 38px; height: 38px; border: 1px solid rgba(241,198,107,.5); border-radius: 50%; object-fit: cover; }
.footerTop details { position: relative; }
.footerTop summary { cursor: pointer; }
.footerTop details p { position: absolute; z-index: 2; bottom: 30px; left: 0; width: min(340px, 75vw); margin: 0; padding: 16px; border: 1px solid rgba(241,198,107,.22); border-radius: 12px; color: var(--muted); background: #071525; line-height: 1.6; }
.footerLanguages { margin-left: auto; display: flex; align-items: center; gap: 6px; }
.footerLanguages button { padding: 0; border: 0; color: rgba(185,197,211,.55); background: none; cursor: pointer; font: inherit; }
.footerLanguages button.active { color: var(--gold-light); }
.footerStatement { max-width: 850px; margin: 28px 0 12px; color: rgba(185,197,211,.6); font-size: 11px; line-height: 1.7; }
.copyright { margin: 0; color: rgba(185,197,211,.4); font-size: 10px; letter-spacing: .08em; }

@media (max-width: 767px) {
  .contentSection { padding: 76px 0; scroll-margin-top: 72px; }
  .sectionInner { width: min(88vw, 520px); }
  .contentSection h2 { margin-bottom: 28px; font-size: 39px; }
  .storyGrid { grid-template-columns: 1fr; gap: 40px; }
  .storyCopy > p:not(.sectionKicker) { font-size: 14px; line-height: 1.85; }
  .storyPhoto { width: min(100%, 360px); margin: 0 auto; }
  .updatesGrid { grid-template-columns: 1fr; gap: 22px; }
  .updateBody h3, .updateBody > p:not(.updateDate) { min-height: auto; }
  .missionSection { padding: 96px 0; }
  .missionMain { font-size: 28px; }
  .tokenCard dl div { grid-template-columns: .8fr 1.2fr; }
  .footerTop { align-items: flex-start; flex-wrap: wrap; gap: 18px 22px; }
  .footerLanguages { width: 100%; margin-left: 0; }
  .footerTop details p { position: static; width: 100%; margin-top: 12px; }
}

a {
  color: inherit;
  text-decoration: none;
}

.siteHeader {
  position: fixed;
  z-index: 50;
  inset: 0 0 auto;
  height: 78px;
  border-bottom: 1px solid rgba(249, 211, 128, 0.16);
  background: rgba(3, 11, 22, 0.78);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(18px) saturate(135%);
}

.headerInner {
  width: min(94vw, 1500px);
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.brand {
  min-width: max-content;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.brandIcon {
  position: relative;
  width: 48px;
  height: 48px;
  overflow: hidden;
  flex: 0 0 auto;
  border: 1px solid rgba(255, 226, 158, 0.72);
  border-radius: 50%;
  box-shadow:
    0 0 0 4px rgba(226, 180, 82, 0.08),
    0 0 24px rgba(247, 193, 83, 0.18);
}

.brandIcon img,
.mobileIcon img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.brandName {
  font-family: Georgia, "Times New Roman", "Noto Serif JP", serif;
  font-size: 21px;
  letter-spacing: 0.025em;
  color: var(--gold-light);
}

.mainNav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.4vw, 38px);
}

.headerControls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(20px, 2.5vw, 38px);
}

.mainNav a {
  position: relative;
  padding: 10px 0;
  color: rgba(255, 248, 232, 0.76);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition:
    color 180ms ease,
    transform 180ms ease;
}

.mainNav a::after {
  position: absolute;
  right: 50%;
  bottom: 3px;
  left: 50%;
  height: 1px;
  content: "";
  background: var(--gold);
  transition:
    right 180ms ease,
    left 180ms ease;
}

.mainNav a:hover,
.mainNav a:focus-visible {
  color: var(--gold-light);
}

.mainNav a:hover::after,
.mainNav a:focus-visible::after {
  right: 0;
  left: 0;
}

.languageSwitch {
  padding: 3px;
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 2px;
  border: 1px solid rgba(241, 198, 107, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.035);
}

.languageSwitch button {
  height: 31px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 0;
  border-radius: 999px;
  color: rgba(226, 233, 240, 0.62);
  background: transparent;
  cursor: pointer;
  font: inherit;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.02em;
  transition:
    color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

.languageSwitch button:hover,
.languageSwitch button:focus-visible {
  color: var(--cream);
}

.languageSwitch button.active {
  color: #172132;
  background: linear-gradient(135deg, #fff0ba, #e8b950);
  box-shadow: 0 5px 14px rgba(226, 173, 62, 0.15);
}

.flagIcon {
  width: 17px;
  height: 11px;
  overflow: hidden;
  flex: 0 0 auto;
  border-radius: 1px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2);
}

.hero {
  position: relative;
  isolation: isolate;
  min-height: 100svh;
  overflow: hidden;
  padding: 102px 0 28px;
  background:
    radial-gradient(circle at 50% -10%, rgba(19, 83, 124, 0.46), transparent 43%),
    radial-gradient(circle at 92% 46%, rgba(120, 74, 34, 0.2), transparent 31%),
    linear-gradient(155deg, #030914 0%, #061323 51%, #020913 100%);
}

.hero::before,
.hero::after {
  position: absolute;
  z-index: -2;
  inset: 0;
  pointer-events: none;
  content: "";
}

.hero::before {
  opacity: 0.55;
  background-image:
    radial-gradient(circle, rgba(255, 225, 154, 0.95) 0 1px, transparent 1.5px),
    radial-gradient(circle, rgba(141, 200, 255, 0.78) 0 1px, transparent 1.4px),
    radial-gradient(circle, rgba(255, 255, 255, 0.5) 0 0.7px, transparent 1.2px);
  background-position: 12px 8px, 72px 92px, 36px 54px;
  background-size: 138px 138px, 211px 211px, 89px 89px;
  mask-image: linear-gradient(to bottom, black, transparent 88%);
}

.hero::after {
  background: linear-gradient(to bottom, transparent 55%, rgba(0, 0, 0, 0.35));
}

.skyGlow {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  filter: blur(3px);
  pointer-events: none;
}

.skyGlowOne {
  top: 12%;
  left: -8%;
  width: 340px;
  height: 340px;
  background: radial-gradient(circle, rgba(27, 97, 144, 0.2), transparent 68%);
}

.skyGlowTwo {
  right: -7%;
  bottom: -15%;
  width: 460px;
  height: 460px;
  background: radial-gradient(circle, rgba(194, 133, 54, 0.14), transparent 67%);
}

.heroInner {
  width: min(94vw, 1500px);
  margin: 0 auto;
}

.bannerFrame {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 218, 137, 0.45);
  border-radius: 24px;
  background: #061424;
  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.46),
    0 0 0 8px rgba(255, 211, 118, 0.025),
    0 0 75px rgba(42, 128, 181, 0.12);
}

.bannerImage {
  width: 100%;
  height: auto;
  display: block;
}

.bannerShine {
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow: inset 0 0 65px rgba(255, 223, 156, 0.07);
}

.desktopDetails {
  margin: 22px 2px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.heroLine {
  min-width: 325px;
}

.eyebrow {
  margin: 0 0 5px;
  color: var(--gold);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.heroLine h1 {
  margin: 0;
  color: var(--cream);
  font-family: Georgia, "Times New Roman", "Noto Serif JP", serif;
  font-size: clamp(24px, 2.15vw, 36px);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -0.018em;
}

.actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.button {
  min-height: 46px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  border: 1px solid transparent;
  border-radius: 999px;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.055em;
}

a.button {
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

a.button:hover,
a.button:focus-visible {
  transform: translateY(-2px);
}

.buttonPrimary {
  color: #142031;
  background: linear-gradient(135deg, #fff0ba, #e8b950 70%, #c98b27);
  box-shadow: 0 10px 28px rgba(226, 173, 62, 0.2);
}

.buttonPrimary:hover,
.buttonPrimary:focus-visible {
  box-shadow: 0 14px 34px rgba(226, 173, 62, 0.31);
}

.buttonSecondary {
  color: var(--gold-light);
  border-color: rgba(241, 198, 107, 0.45);
  background: rgba(241, 198, 107, 0.1);
}

.buttonGhost {
  min-width: 92px;
  color: rgba(239, 244, 248, 0.84);
  border-color: rgba(197, 215, 231, 0.22);
  background: rgba(255, 255, 255, 0.055);
}

.disclaimers {
  margin: 17px 2px 0;
  padding-top: 13px;
  display: flex;
  justify-content: space-between;
  gap: 28px;
  border-top: 1px solid rgba(215, 228, 239, 0.1);
  color: rgba(197, 211, 224, 0.64);
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: 0.01em;
}

.disclaimers p {
  margin: 0;
}

.disclaimers p:last-child {
  text-align: right;
}

.mobileHero {
  display: none;
}

@media (max-width: 980px) {
  .desktopDetails {
    align-items: flex-start;
    flex-direction: column;
    gap: 17px;
  }

  .actions {
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .siteHeader {
    height: 96px;
  }

  .headerInner {
    width: 100%;
    padding: 7px 18px 6px;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 46px 32px;
    gap: 4px;
  }

  .brand {
    justify-self: start;
    gap: 9px;
  }

  .headerControls {
    display: contents;
  }

  .languageSwitch {
    position: absolute;
    top: 10px;
    right: 14px;
  }

  .languageSwitch button {
    width: 34px;
    padding: 0;
    justify-content: center;
  }

  .languageSwitch .flagIcon {
    width: 18px;
    height: 12px;
  }

  .languageSwitch button span:last-child {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
  }

  .brandIcon {
    width: 38px;
    height: 38px;
  }

  .brandName {
    font-size: 18px;
  }

  .mainNav {
    width: 100%;
    grid-row: 2;
    justify-content: center;
    gap: clamp(14px, 5vw, 24px);
  }

  .mainNav a {
    padding: 6px 0;
    font-size: 9px;
    letter-spacing: 0.085em;
  }

  .hero {
    min-height: 100svh;
    padding: 116px 0 28px;
  }

  .hero::before {
    opacity: 0.42;
  }

  .heroInner {
    width: min(100% - 36px, 520px);
  }

  .desktopHero {
    display: none;
  }

  .mobileHero {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
  }

  .mobileIcon {
    position: relative;
    width: min(46vw, 180px);
    aspect-ratio: 1;
    margin-bottom: 19px;
    overflow: hidden;
    border: 1px solid rgba(255, 224, 151, 0.65);
    border-radius: 50%;
    box-shadow:
      0 0 0 8px rgba(238, 190, 88, 0.045),
      0 24px 60px rgba(0, 0, 0, 0.38),
      0 0 65px rgba(219, 158, 51, 0.19);
  }

  .mobileHero .eyebrow {
    margin-bottom: 7px;
    font-size: 9px;
  }

  .mobileHero h1 {
    margin: 0;
    color: var(--gold-light);
    font-family: Georgia, "Times New Roman", "Noto Serif JP", serif;
    font-size: clamp(37px, 11vw, 52px);
    font-weight: 400;
    line-height: 1.02;
    letter-spacing: -0.035em;
    text-shadow: 0 4px 26px rgba(240, 190, 87, 0.12);
  }

  .mobileTagline {
    margin: 11px 0 0;
    color: var(--cream);
    font-family: Georgia, "Times New Roman", "Noto Serif JP", serif;
    font-size: clamp(18px, 5vw, 22px);
    font-style: italic;
    line-height: 1.35;
  }

  .mobileIntro {
    max-width: 390px;
    margin: 10px 0 0;
    color: rgba(211, 222, 232, 0.75);
    font-size: 12px;
    line-height: 1.65;
  }

  .mobileHero .actions {
    width: 100%;
    margin-top: 22px;
    flex-direction: column;
    gap: 9px;
  }

  .mobileHero .button {
    width: 100%;
    min-height: 48px;
  }

  .mobileHero .disclaimers {
    width: 100%;
    margin-top: 20px;
    padding-top: 15px;
    flex-direction: column;
    gap: 7px;
    font-size: 9px;
    line-height: 1.48;
  }

  .mobileHero .disclaimers p:last-child {
    text-align: center;
  }
}

@media (max-width: 420px) and (max-height: 780px) {
  .hero {
    padding-top: 108px;
  }

  .mobileIcon {
    width: 134px;
    margin-bottom: 13px;
  }

  .mobileHero h1 {
    font-size: 36px;
  }

  .mobileIntro {
    font-size: 11px;
  }

  .mobileHero .actions {
    margin-top: 15px;
  }

  .mobileHero .button {
    min-height: 43px;
  }

  .mobileHero .disclaimers {
    margin-top: 14px;
  }
}

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

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