@charset "UTF-8";

:root {
  color-scheme: dark;
  --navy: #080d2c;
  --cobalt: #12246d;
  --violet: #5d3ecb;
  --pink: #ff60b4;
  --pink-soft: #ffc7e4;
  --gold: #ffd998;
  --white: #f7f5ff;
  --muted: #b5b8d7;
  --line: rgba(239, 233, 255, .2);
  --font: "Noto Sans Thai", "Thonburi", "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--navy);
  color: var(--white);
  font-family: var(--font);
  line-height: 1.55;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 80% 4%, rgba(116, 77, 234, .29), transparent 27%),
    radial-gradient(circle at 8% 51%, rgba(12, 97, 239, .16), transparent 32%),
    linear-gradient(180deg, #080d2c 0%, #0c0e32 40%, #090b27 100%);
}
img, video { display: block; max-width: 100%; }
a { color: inherit; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--gold); outline-offset: 5px; }
.site-shell { overflow: hidden; }

.site-header {
  max-width: 1440px;
  margin: 0 auto;
  min-height: 94px;
  padding: 22px clamp(22px, 4vw, 72px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.brand {
  display: flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: .075em;
}
.brand small {
  display: block;
  color: var(--muted);
  font-size: .54rem;
  letter-spacing: .32em;
  margin-top: 6px;
}
.brand-mark { display: inline-grid; place-items: center; width: 2.35rem; height: 2.35rem; flex: 0 0 auto; border: 2px solid var(--gold); border-radius: .42rem; color: var(--gold); font: 900 1.35rem/1 "Helvetica Neue", Arial, sans-serif; letter-spacing: -.08em; box-shadow: inset 0 0 0 3px rgba(255, 217, 152, .08); }
.site-header nav { display: flex; align-items: center; gap: clamp(12px, 2.2vw, 38px); }
.site-header nav a { color: #e8e5fb; font-size: .87rem; font-weight: 700; text-decoration: none; white-space: nowrap; }
.site-header nav a:hover, .text-link:hover, .site-footer a:hover { color: var(--pink-soft); }
.site-header nav .nav-cta {
  border: 1px solid rgba(255, 217, 152, .63);
  border-radius: 999px;
  padding: 10px 17px;
  color: var(--gold);
  transition: background .2s ease;
}
.site-header nav .nav-cta:hover { background: rgba(255, 217, 152, .12); }

.hero {
  max-width: 1440px;
  margin: auto;
  min-height: 705px;
  padding: 86px clamp(22px, 4vw, 72px) 95px;
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(0, .97fr);
  align-items: center;
  gap: clamp(26px, 5vw, 80px);
  position: relative;
}
.hero-copy, .hero-art { position: relative; z-index: 1; }
.hero-orbit {
  position: absolute;
  border: 1px solid rgba(250, 227, 255, .11);
  border-radius: 50%;
  pointer-events: none;
  transform: rotate(-16deg);
}
.hero-orbit-one { width: 1060px; height: 470px; top: -90px; right: -520px; }
.hero-orbit-two { width: 780px; height: 320px; bottom: -170px; left: -420px; }
.eyebrow, .kicker, .step-label {
  color: var(--gold);
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .23em;
  text-transform: uppercase;
}
.eyebrow { display: flex; align-items: center; gap: 10px; }
.eyebrow-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--pink); box-shadow: 0 0 18px var(--pink); }
.hero h1 {
  margin: 26px 0 16px;
  font-size: clamp(4.6rem, 8.4vw, 9.7rem);
  font-weight: 900;
  line-height: .98;
  letter-spacing: -.07em;
}
.hero h1 em, .download-intro h2 em {
  font-style: normal;
  color: var(--pink-soft);
  text-shadow: 0 0 35px rgba(255, 96, 180, .45), 0 0 90px rgba(255, 96, 180, .14);
}
.hero-lede { font-size: clamp(1.45rem, 2.4vw, 2.55rem); font-weight: 800; line-height: 1.36; margin: 28px 0 20px; }
.hero-description { max-width: 570px; color: var(--muted); font-size: clamp(.97rem, 1.15vw, 1.1rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 32px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 53px;
  padding: 12px 21px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  font-size: .96rem;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-3px); }
.button-primary { background: linear-gradient(105deg, #ff77bf, #f24b9c 66%, #ffb579); color: #170b2b; box-shadow: 0 12px 38px rgba(244, 79, 161, .27); font-size: 1.1rem; font-weight: 900; }
.button-primary:hover { box-shadow: 0 16px 45px rgba(244, 79, 161, .38); }
.button-ghost { border: 1px solid var(--line); background: rgba(255, 255, 255, .055); color: var(--white); }
.comment-cue { margin: 19px 0 0; color: #fff; font-size: 1.1rem; font-weight: 800; }
.comment-cue strong { color: var(--gold); font-weight: 900; }
.button-ghost:hover { background: rgba(255, 255, 255, .11); }
.micro, .small-note { color: #aaaed1; font-size: .79rem; }
.micro { margin-top: 20px; }

.hero-art { height: 560px; }
.art-glow {
  position: absolute;
  inset: 22% 4% 10%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 108, 197, .37), rgba(127, 78, 245, .14) 44%, transparent 70%);
  filter: blur(40px);
}
.frame {
  margin: 0;
  position: absolute;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 24px;
  background: #172a72;
  box-shadow: 0 30px 65px rgba(0, 0, 0, .4);
}
.frame img { width: 100%; height: 100%; object-fit: cover; }
.frame figcaption {
  position: absolute;
  left: 16px;
  bottom: 16px;
  padding: 5px 10px;
  border: 1px solid rgba(255,255,255,.4);
  border-radius: 999px;
  background: rgba(8, 13, 44, .68);
  color: #fff;
  font-size: .63rem;
  font-weight: 900;
  letter-spacing: .16em;
}
.frame-before {
  z-index: 2;
  width: 45%;
  height: 90%;
  top: 0;
  left: 4%;
  transform: rotate(-7deg);
}
.frame-before img { object-position: center 25%; }
.frame-after {
  z-index: 1;
  width: 78%;
  height: 60%;
  right: 0;
  bottom: 2%;
  transform: rotate(6deg);
  border-color: rgba(255, 212, 238, .54);
  box-shadow: 0 30px 65px rgba(0, 0, 0, .45), 0 0 45px rgba(249, 101, 185, .2);
}
.frame-after img { object-position: center; }
.art-ring { position: absolute; z-index: 2; border: 4px solid var(--gold); border-radius: 50%; box-shadow: 0 0 23px rgba(255, 217, 152, .48); }
.art-ring-one { width: 67px; height: 67px; top: 22%; right: -5%; }
.art-ring-two { width: 29px; height: 29px; bottom: 12%; left: 1%; }

.ticker {
  padding: 13px 0 11px;
  overflow: hidden;
  white-space: nowrap;
  background: linear-gradient(90deg, #f75eb2, #ffd1e8 48%, #f75eb2);
  color: #1e163e;
  font-size: .8rem;
  font-weight: 900;
  letter-spacing: .25em;
}
.ticker div { width: max-content; margin: auto; }
.ticker span { color: #683fbb; margin: 0 22px; }
.section { max-width: 1440px; margin: auto; padding: 110px clamp(22px, 4vw, 72px); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 32px; margin-bottom: 38px; }
.section-heading h2, .credit-section h2 { margin: 9px 0 0; font-size: clamp(2.45rem, 4.8vw, 5rem); line-height: 1.2; letter-spacing: -.05em; }
.section-heading > p { max-width: 370px; margin: 0 0 7px; color: var(--muted); }
.kicker { margin: 0; }
.film-section { padding-top: 120px; }
.video-wrap { overflow: hidden; border-radius: 26px; border: 1px solid rgba(255, 202, 232, .35); box-shadow: 0 22px 70px rgba(0, 0, 0, .35), 0 0 65px rgba(93, 62, 203, .18); }
.video-wrap video { width: 100%; aspect-ratio: 16 / 9; background: #101b5a; }
.video-meta { display: flex; justify-content: space-between; gap: 10px; padding: 14px 23px; background: #11143a; color: var(--muted); font-size: .67rem; font-weight: 800; letter-spacing: .12em; }
.truth-note { max-width: 900px; color: #cbc9e5; font-size: .9rem; margin: 19px auto 0; text-align: center; }
.how-section { border-top: 1px solid var(--line); }
.role-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.role-card {
  position: relative;
  min-height: 228px;
  padding: 25px 21px;
  border: 1px solid var(--line);
  border-radius: 19px;
  background: linear-gradient(160deg, rgba(35, 49, 117, .8), rgba(19, 21, 64, .55));
}
.role-card::before { content: ""; position: absolute; width: 40px; height: 2px; top: 0; left: 21px; background: var(--pink); box-shadow: 0 0 16px var(--pink); }
.role-video { background: linear-gradient(160deg, rgba(67, 45, 136, .8), rgba(19, 21, 64, .6)); }
.role-index { color: var(--pink-soft); font-size: .73rem; font-weight: 900; letter-spacing: .16em; }
.role-card h3 { font-size: 1.32rem; margin: 27px 0 9px; }
.role-card p { margin: 0; color: #bfc0dc; font-size: .88rem; }
.text-link { display: inline-flex; gap: 10px; margin-top: 28px; color: var(--gold); font-weight: 800; text-decoration-thickness: 1px; text-underline-offset: 5px; }
.download-section {
  position: relative;
  max-width: none;
  padding-top: 115px;
  padding-bottom: 115px;
  background: linear-gradient(130deg, rgba(38, 37, 118, .76), rgba(67, 39, 119, .32) 48%, rgba(13, 17, 60, .95));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.download-section > *:not(.download-shimmer) { position: relative; z-index: 1; max-width: 1296px; margin-left: auto; margin-right: auto; }
.download-shimmer { position: absolute; top: 0; right: 5%; width: 550px; height: 550px; background: radial-gradient(circle, rgba(255, 108, 194, .16), transparent 62%); filter: blur(25px); }
.download-intro h2 { margin: 13px 0 16px; font-size: clamp(3.2rem, 6vw, 6.4rem); line-height: 1.2; letter-spacing: -.06em; }
.download-intro > p:last-child { max-width: 650px; color: #cbc9e5; }
.download-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; margin-top: 41px; }
.download-card {
  min-height: 196px;
  padding: 23px;
  position: relative;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  background: #151944;
  border: 1px solid var(--line);
  border-radius: 19px;
  transition: transform .2s ease, border-color .2s ease;
}
.download-card:hover { transform: translateY(-5px); border-color: rgba(255, 205, 234, .7); }
.download-card.featured { background: linear-gradient(160deg, #ff86c4, #f657a6); color: #22163d; border-color: #ffb4d9; }
.download-topline { font-size: .65rem; font-weight: 900; letter-spacing: .16em; opacity: .8; }
.download-card strong { margin-top: 21px; font-size: 1.25rem; }
.download-card > span:nth-of-type(2) { font-size: .83rem; opacity: .77; }
.download-card b { position: absolute; bottom: 20px; right: 21px; font-size: 1.35rem; }
.credit-section { max-width: 1000px; text-align: center; }
.credit-section h2 { margin-bottom: 26px; }
.credit-section > p:not(.kicker) { color: #cbc9e5; }
.credit-section a { color: var(--pink-soft); font-weight: 800; text-underline-offset: 4px; }
.credit-section .small-note { max-width: 790px; margin: 26px auto 0; }
.site-footer {
  max-width: 1440px;
  margin: auto;
  padding: 32px clamp(22px, 4vw, 72px) 50px;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 32px;
  color: var(--muted);
  font-size: .78rem;
}
.site-footer p { margin: 0; }
.site-footer strong { color: #fff; font-size: 1rem; letter-spacing: .08em; }
.site-footer p:last-child { max-width: 560px; text-align: right; }
.site-footer a { color: var(--gold); }

.guide-hero {
  max-width: 1440px;
  margin: auto;
  padding: 88px clamp(22px, 4vw, 72px) 75px;
  min-height: 410px;
  position: relative;
  overflow: hidden;
}
.guide-hero > *:not(.guide-hero-media) { position: relative; z-index: 1; }
.guide-hero h1 { margin: 18px 0 12px; font-size: clamp(4rem, 7vw, 7.8rem); line-height: 1.05; letter-spacing: -.07em; }
.guide-hero-highlight { display: block; color: var(--pink-soft); text-shadow: 0 0 45px rgba(255, 96, 180, .45); }
.guide-hero > p:last-of-type { max-width: 520px; color: var(--muted); }
.guide-hero-media { position: absolute; width: 50%; height: 100%; top: 0; right: 0; opacity: .56; mask-image: linear-gradient(90deg, transparent, #000 40%); }
.guide-hero-media img { width: 100%; height: 100%; object-fit: cover; }
.guide-layout { max-width: 1440px; margin: auto; padding: 0 clamp(22px, 4vw, 72px) 95px; display: grid; grid-template-columns: 235px minmax(0, 1fr); gap: clamp(45px, 6vw, 100px); }
.guide-toc { position: sticky; top: 28px; align-self: start; border-top: 1px solid var(--line); padding-top: 20px; display: flex; flex-direction: column; gap: 13px; }
.guide-toc p { margin: 0 0 9px; color: var(--gold); font-size: .7rem; font-weight: 900; letter-spacing: .2em; }
.guide-toc a { color: var(--muted); text-decoration: none; font-size: .85rem; }
.guide-toc a:hover { color: var(--pink-soft); }
.guide-content section { padding: 56px 0; border-top: 1px solid var(--line); scroll-margin-top: 25px; }
.guide-content section:first-child { padding-top: 24px; }
.step-label { color: var(--pink-soft); }
.guide-content h2 { margin: 12px 0 18px; font-size: clamp(2rem, 3vw, 3.3rem); line-height: 1.18; letter-spacing: -.04em; }
.guide-content p, .guide-content li { color: #d0d0e8; }
.guide-content a { color: var(--pink-soft); text-underline-offset: 4px; }
.guide-content li { margin: 10px 0; padding-left: 7px; }
.guide-content ol, .guide-content ul { padding-left: 23px; }
.guide-callout { padding: 20px 23px; border-left: 3px solid var(--gold); background: rgba(255, 217, 152, .075); border-radius: 0 12px 12px 0; }
.guide-roles { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin: 28px 0; }
.guide-roles div { padding: 19px; background: rgba(42, 53, 130, .55); border: 1px solid var(--line); border-radius: 13px; }
.guide-roles b { display: block; color: var(--gold); font-size: .72rem; letter-spacing: .14em; }
.guide-roles span { display: block; margin-top: 6px; }
.guide-downloads { display: flex; flex-wrap: wrap; gap: 10px; }
.guide-downloads a { display: inline-block; padding: 12px 17px; border: 1px solid var(--pink); border-radius: 999px; text-decoration: none; font-weight: 800; }
.guide-downloads a:first-child { background: var(--pink); color: #1a1033; }

@media (max-width: 1100px) {
  .hero { grid-template-columns: 1fr 1fr; gap: 30px; min-height: 610px; }
  .hero-art { height: 480px; }
  .role-grid, .download-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 780px) {
  .site-header { min-height: 76px; }
  .site-header nav a:not(.nav-cta) { display: none; }
  .hero { display: flex; flex-direction: column; align-items: stretch; min-height: auto; padding-top: 66px; padding-bottom: 60px; }
  .hero h1 { font-size: clamp(4.3rem, 13vw, 7rem); }
  .hero-art { width: min(100%, 570px); height: 450px; margin: 12px auto 0; }
  .section { padding-top: 82px; padding-bottom: 82px; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 12px; }
  .guide-layout { grid-template-columns: 1fr; gap: 0; }
  .guide-toc { position: static; flex-direction: row; flex-wrap: wrap; gap: 10px 15px; padding-bottom: 30px; }
  .guide-toc p { width: 100%; }
}
@media (max-width: 520px) {
  .site-header { padding-left: 18px; padding-right: 18px; }
  .brand { font-size: .8rem; }
  .brand-mark { width: 1.9rem; height: 1.9rem; font-size: 1.1rem; }
  .site-header nav .nav-cta { font-size: .76rem; padding: 8px 11px; }
  .hero { padding-left: 20px; padding-right: 20px; padding-top: 56px; }
  .hero h1 { font-size: clamp(3.9rem, 15vw, 5.6rem); }
  .hero-art { height: 315px; }
  .frame { border-radius: 16px; }
  .frame figcaption { bottom: 8px; left: 8px; font-size: .48rem; }
  .art-ring-one { width: 44px; height: 44px; }
  .hero-actions { align-items: stretch; }
  .button { width: 100%; }
  .ticker { font-size: .6rem; }
  .role-grid, .download-grid, .guide-roles { grid-template-columns: 1fr; }
  .role-card { min-height: 175px; }
  .role-card h3 { margin-top: 17px; }
  .download-card { min-height: 155px; }
  .download-card strong { margin-top: 14px; }
  .video-meta { display: block; font-size: .54rem; }
  .video-meta span { display: block; }
  .video-meta span + span { margin-top: 3px; }
  .site-footer { display: block; }
  .site-footer p:last-child { margin-top: 20px; text-align: left; }
  .guide-hero { padding-top: 59px; min-height: 350px; }
  .guide-hero h1 { font-size: clamp(3.7rem, 15vw, 5.4rem); }
  .guide-hero-media { width: 100%; opacity: .25; mask-image: linear-gradient(90deg, transparent, #000 60%); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
