@charset "UTF-8";

:root {
  color-scheme: dark;
  --bg: #0d1512;
  --surface: #131d18;
  --text: #f1f1e8;
  --muted: #a6b0a5;
  --accent: #d1e5ad;
  --line: #ffffff19;
  --serif: Georgia, "Times New Roman", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: "Segoe UI", Arial, sans-serif; font-size: 15px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
button, a, summary { -webkit-tap-highlight-color: transparent; }
a, button, summary { touch-action: manipulation; }
button:focus-visible, a:focus-visible, summary:focus-visible { outline: 2px solid var(--accent); outline-offset: 6px; }
::selection { color: var(--bg); background: var(--accent); }
img, svg { display: block; }
p, h1, h2, h3 { margin: 0; }
.container { width: min(1200px, calc(100% - 96px)); margin-inline: auto; }
.icon { width: 21px; height: 21px; flex-shrink: 0; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.icon-library { position: absolute; width: 0; height: 0; overflow: hidden; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 100; padding: 12px 20px; background: var(--accent); color: var(--bg); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.site-header { position: relative; z-index: 10; background: #0d1512; border-bottom: 1px solid var(--line); }
.header-inner { height: 96px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex-shrink: 0; font-size: 14px; font-weight: 700; line-height: 1.2; letter-spacing: 2.7px; }
.brand-second { display: block; font-size: 11px; font-weight: 400; letter-spacing: 7.4px; padding-top: 5px; }
.navigation { display: flex; align-items: center; gap: 35px; font-size: 13px; color: #d2d7ce; }
.navigation a:not(.nav-discord) { padding-block: 10px; }
.navigation a:hover, .text-link:hover, .footer-bottom a:hover { color: var(--accent); }
.nav-discord { display: flex; align-items: center; gap: 28px; border: 1px solid #65705c; padding: 10px 18px; border-radius: 4px; margin-left: 12px; }
.nav-discord:hover { background: #d1e5ad12; border-color: var(--accent); }
.nav-discord .icon { width: 16px; height: 16px; }
.menu-toggle { width: 44px; height: 44px; color: var(--text); background: transparent; border: 1px solid var(--line); border-radius: 4px; cursor: pointer; }
.menu-toggle span { width: 20px; height: 1px; background: currentColor; display: block; margin: 6px auto; transition: transform .2s; }
.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
.hero { min-height: 710px; position: relative; isolation: isolate; overflow: hidden; background: #16251e; }
.hero-art { position: absolute; right: 0; top: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; z-index: -3; }
.hero-shade { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, #0d1512f7 0%, #0d1512d9 26%, #0d151267 49%, #0d151200 72%), linear-gradient(0deg, #0d1512 0%, #0d151200 35%); }
.hero-inner { display: flex; align-items: center; min-height: 630px; position: relative; }
.hero-copy { max-width: 620px; padding-top: 28px; }
.eyebrow { font-size: 10px; letter-spacing: 2.4px; font-weight: 600; line-height: 1.7; color: var(--accent); }
.hero-eyebrow { display: flex; align-items: center; gap: 10px; letter-spacing: 2px; margin-bottom: 26px; }
.small-sun { font-size: 21px; line-height: 1; font-weight: 400; }
h1, h2 { font-family: var(--serif); font-weight: 400; line-height: 1.08; letter-spacing: -1.8px; }
h1 { font-size: clamp(64px, 6.8vw, 96px); }
em { font-weight: 400; color: var(--accent); }
.hero-description { max-width: 420px; color: #c0c8bb; margin-top: 26px; font-size: 15px; line-height: 1.85; }
.hero-actions { display: flex; align-items: center; gap: 26px; margin-top: 35px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 52px; padding: 14px 22px; border-radius: 4px; font-size: 13px; font-weight: 600; line-height: 1.5; transition: background .2s, transform .2s; }
.button-primary { color: #1b2819; background: var(--accent); border: 1px solid var(--accent); }
.button-primary:hover { background: #e1efc7; transform: translateY(-2px); }
.button .arrow { width: 17px; height: 17px; margin-left: 14px; }
.text-link { display: inline-flex; align-items: center; gap: 14px; min-height: 44px; font-size: 12px; }
.text-link > span[aria-hidden] { font-size: 20px; }
.hero-note { display: flex; align-items: center; gap: 12px; margin-top: 35px; font-size: 10px; color: #a7b1a2; }
.note-line { width: 26px; height: 1px; background: #76896e; flex-shrink: 0; }
.landscape-note { position: absolute; bottom: 6px; right: 0; color: #c2ccb5; font-size: 8px; letter-spacing: 2.5px; text-align: right; }
.landscape-note-line { height: 1px; width: 150px; background: #c2ccb548; margin: 13px 0 13px auto; }
.hero-scroll { position: absolute; left: max(48px, calc((100% - 1200px) / 2)); bottom: 25px; font-size: 9px; letter-spacing: 2.5px; color: #aebaa5; display: flex; align-items: center; gap: 22px; min-height: 44px; }
.hero-scroll span:last-child { font-size: 21px; }
.hero-index { position: absolute; right: max(48px, calc((100% - 1200px) / 2)); bottom: 41px; font-size: 9px; letter-spacing: 2px; color: #95a18d; }
.intro-strip { border-block: 1px solid var(--line); background: #172119; }
.intro-strip-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 78px; }
.intro-strip-inner > span { display: flex; align-items: center; gap: 13px; font-size: 10px; letter-spacing: 2px; color: var(--accent); }
.intro-strip p { color: #b4beaa; font-size: 12px; }
.intro-strip .icon { color: #9aaa8d; }
.section { padding-block: 104px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 50px; }
.section-number { color: #8a9782; padding-right: 12px; }
h2 { font-size: clamp(36px, 3.5vw, 48px); margin-top: 20px; line-height: 1.17; letter-spacing: -1.3px; }
.section-heading > p { max-width: 360px; padding-bottom: 4px; color: var(--muted); font-size: 13px; line-height: 1.9; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 48px; }
.feature-card { position: relative; border: 1px solid var(--line); border-radius: 5px; padding: 30px 28px 25px; background: linear-gradient(125deg, #1a241a80, #131c1600); }
.feature-icon { width: 29px; height: 29px; color: var(--accent); margin-bottom: 30px; stroke-width: 1.2; }
.card-index { position: absolute; top: 29px; right: 26px; font-family: var(--serif); color: #86917e; font-size: 13px; font-style: italic; }
h3 { font-size: 16px; line-height: 1.5; font-weight: 500; }
.feature-card p { font-size: 12px; line-height: 1.9; color: var(--muted); margin-top: 12px; }
.card-tag { display: block; border-top: 1px solid var(--line); margin-top: 28px; padding-top: 20px; font-size: 8px; letter-spacing: 1.8px; color: #a5b697; }
.join-section { background: #141e17; border-block: 1px solid var(--line); }
.join-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; }
.join-intro > p:not(.eyebrow) { margin-top: 24px; color: var(--muted); font-size: 13px; line-height: 1.9; }
.accent-link { color: var(--accent); margin-top: 18px; }
.join-decoration { display: flex; align-items: center; gap: 16px; margin-top: 50px; color: #8b9a7f; }
.join-decoration span:first-child { font-family: var(--serif); font-style: italic; font-size: 28px; }
.join-decoration span:last-child { font-size: 7px; letter-spacing: 2px; max-width: 70px; }
.join-decoration svg { width: 150px; height: 50px; fill: none; stroke: #7d946454; stroke-width: 1; }
.steps { list-style: none; padding: 0; margin: 0; }
.steps li { display: flex; gap: 25px; padding-block: 28px; border-bottom: 1px solid var(--line); }
.steps li:first-child { padding-top: 4px; }
.steps li:last-child { border: 0; padding-bottom: 0; }
.step-number { flex-shrink: 0; display: grid; place-items: center; width: 39px; height: 39px; border: 1px solid #566247; border-radius: 50%; font-family: var(--serif); font-size: 14px; color: var(--accent); }
.steps h3 { margin-top: 6px; }
.steps p { margin-top: 9px; color: var(--muted); font-size: 12px; line-height: 1.9; }
.step-link { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; font-size: 11px; color: var(--accent); margin-top: 8px; }
.step-link .icon { width: 14px; height: 14px; }
.step-link:hover { text-decoration: underline; text-underline-offset: 5px; }
.faq-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; }
.faq-intro { color: var(--muted); font-size: 13px; max-width: 280px; margin-top: 20px; line-height: 1.9; }
.faq-caption { display: flex; align-items: center; gap: 10px; color: #94a28c; font-size: 11px; margin-top: 30px; }
.faq-caption .icon { width: 19px; height: 19px; }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { list-style: none; cursor: pointer; padding: 24px 0; display: flex; align-items: center; justify-content: space-between; gap: 25px; font-size: 13px; }
summary::-webkit-details-marker { display: none; }
summary:hover { color: var(--accent); }
.faq-plus { display: block; width: 13px; height: 13px; position: relative; flex-shrink: 0; color: #afc29b; }
.faq-plus::before, .faq-plus::after { content: ""; position: absolute; background: currentColor; }
.faq-plus::before { top: 6px; left: 0; width: 13px; height: 1px; }
.faq-plus::after { left: 6px; top: 0; height: 13px; width: 1px; }
details[open] .faq-plus::after { display: none; }
.faq-answer { color: var(--muted); font-size: 13px; line-height: 1.9; padding: 0 26px 24px 0; }
.faq-answer a { color: var(--accent); text-decoration: underline; text-underline-offset: 3px; overflow-wrap: anywhere; }
.closing-section { padding-bottom: 86px; }
.closing-panel { position: relative; isolation: isolate; overflow: hidden; background: radial-gradient(ellipse at 50% 110%, #34412a80, transparent 70%), #1a251b; border: 1px solid #d1e5ad22; border-radius: 6px; text-align: center; padding: 64px 24px; }
.closing-panel h2 { font-size: clamp(34px, 3.4vw, 47px); }
.closing-panel > p:not(.eyebrow) { margin: 20px auto 28px; color: #aebaa5; font-size: 12px; }
.closing-orbit { position: absolute; width: 700px; height: 700px; border: 1px solid #d1e5ad09; border-radius: 50%; top: 60px; left: calc(50% - 350px); z-index: -1; }
.closing-orbit::after { content: ""; position: absolute; inset: 40px; border: 1px solid #d1e5ad09; border-radius: 50%; }
.footer-top { display: flex; align-items: center; gap: 30px; padding-bottom: 34px; }
.footer-top .brand { font-size: 12px; }
.footer-top .brand-second { font-size: 9px; letter-spacing: 6.8px; }
.footer-top > p { color: var(--muted); font-size: 12px; }
.footer-top > .text-link { margin-left: auto; color: #c4cfb9; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 0; border-top: 1px solid var(--line); color: #8e9b88; font-size: 10px; }
.footer-bottom a { min-height: 44px; display: inline-flex; align-items: center; }

@media (min-width: 1600px) {
  .hero { min-height: 790px; }
  .hero-inner { min-height: 710px; }
}
@media (max-width: 1050px) {
  .container { width: calc(100% - 64px); }
  .navigation { gap: 24px; }
  .hero { min-height: 690px; }
  .hero-inner { min-height: 610px; }
  .hero-shade { background: linear-gradient(90deg, #0d1512f5, #0d1512c4 36%, #0d15121a 100%), linear-gradient(0deg, #0d1512, transparent 45%); }
  .hero-scroll { left: 32px; }
  .hero-index { right: 32px; }
  .landscape-note { display: none; }
  .feature-card { padding: 26px 22px 22px; }
  .feature-card h3 { max-width: 190px; }
  .section-heading { gap: 36px; }
  .section-heading > p { max-width: 300px; }
  .join-layout, .faq-layout { gap: 50px; }
}
@media (max-width: 760px) {
  html { scroll-padding-top: 24px; }
  .container { width: calc(100% - 40px); }
  .header-inner { height: auto; min-height: 80px; flex-wrap: wrap; padding-block: 17px; gap: 16px; }
  .brand { font-size: 12px; }
  .brand-second { font-size: 9px; letter-spacing: 6.8px; }
  .brand img { width: 36px; height: 36px; }
  .menu-toggle:not([hidden]) { display: block; }
  .navigation { width: 100%; flex-direction: column; align-items: stretch; gap: 3px; padding-top: 12px; border-top: 1px solid var(--line); }
  .navigation a:not(.nav-discord) { padding: 12px 8px; }
  .nav-discord { margin: 8px 0 2px; justify-content: space-between; }
  .hero { min-height: 750px; }
  .hero-inner { min-height: auto; display: block; }
  .hero-copy { padding-top: 52px; }
  .hero-art { object-position: 65% center; }
  .hero-shade { background: linear-gradient(180deg, #0d1512e8 0%, #0d1512aa 40%, #0d151200 70%, #0d1512 100%), linear-gradient(90deg, #0d15125c, transparent); }
  .hero-eyebrow { font-size: 8px; letter-spacing: 1.5px; gap: 8px; margin-bottom: 22px; }
  h1 { font-size: clamp(56px, 11.5vw, 80px); letter-spacing: -1.9px; }
  .hero-description { font-size: 14px; max-width: 360px; line-height: 1.85; margin-top: 22px; }
  .hero-actions { gap: 16px; margin-top: 26px; flex-wrap: wrap; }
  .button { font-size: 12px; padding-inline: 18px; }
  .button .arrow { margin-left: 7px; }
  .hero-actions .text-link { font-size: 11px; gap: 10px; }
  .hero-note { font-size: 9px; margin-top: 23px; max-width: 315px; }
  .hero-scroll { left: 20px; bottom: 20px; font-size: 8px; letter-spacing: 2px; }
  .hero-index { right: 20px; bottom: 36px; font-size: 7px; letter-spacing: 1px; }
  .intro-strip-inner { flex-wrap: wrap; gap: 10px; padding-block: 22px; }
  .intro-strip-inner > span { font-size: 9px; letter-spacing: 1.5px; }
  .intro-strip p { order: 3; width: 100%; font-size: 11px; }
  .intro-strip .icon { width: 17px; height: 17px; }
  .section { padding-block: 66px; }
  .eyebrow { font-size: 9px; letter-spacing: 1.8px; }
  .section-number { padding-right: 8px; }
  h2 { font-size: clamp(33px, 6.6vw, 44px); letter-spacing: -1px; margin-top: 18px; }
  .section-heading { display: block; }
  .section-heading > p { max-width: 450px; margin-top: 24px; }
  .feature-grid { grid-template-columns: 1fr; gap: 14px; margin-top: 32px; }
  .feature-card { padding: 26px; }
  .feature-card h3 { max-width: none; }
  .feature-icon { margin-bottom: 24px; }
  .feature-card p { max-width: 430px; font-size: 13px; }
  .card-tag { margin-top: 22px; padding-top: 16px; }
  .join-layout, .faq-layout { grid-template-columns: 1fr; gap: 38px; }
  .join-decoration { display: none; }
  .steps li { gap: 20px; }
  .steps p { font-size: 13px; }
  .faq-intro { max-width: 350px; }
  .faq-caption { margin-top: 20px; }
  summary { font-size: 13px; padding-block: 23px; }
  .closing-section { padding-bottom: 60px; }
  .closing-panel { padding: 48px 22px; }
  .closing-panel h2 { font-size: 35px; }
  .closing-panel > p:not(.eyebrow) { max-width: 270px; line-height: 1.9; }
  .footer-top { flex-wrap: wrap; gap: 16px; padding-bottom: 28px; }
  .footer-top > p { width: 100%; order: 3; font-size: 11px; }
  .footer-bottom { flex-wrap: wrap; justify-content: flex-start; gap: 10px 20px; padding-block: 24px; }
  .footer-bottom p:nth-child(2) { width: 100%; order: 3; }
  .footer-bottom a { margin-left: auto; }
}
@media (min-width: 761px) {
  .menu-toggle { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
  .button-primary:hover { transform: none; }
}
[hidden] { display: none !important; }
