:root {
  --bg:#101516;
  --surface:#171e1f;
  --ink:#eee7d9;
  --muted:#b6b7af;
  --gold:#d3ae70;
  --line:#3b3c32;
  --wine:#42252a;
  --serif:Georgia,'Times New Roman',serif;
  --sans:'Segoe UI',Arial,sans-serif;
  color-scheme:dark
}
* {
  box-sizing:border-box
}
html {
  scroll-behavior:smooth;
  scroll-padding-top:108px
}
body {
  margin:0;
  background:var(--bg);
  color:var(--ink);
  font:17px/1.75 var(--sans);
  -webkit-font-smoothing:antialiased
}
button,a {
  -webkit-tap-highlight-color:transparent
}
a {
  color:inherit;
  text-decoration:none
}
button {
  font:inherit
}
img {
  max-width:100%;
  display:block
}
p {
  margin:0 0 1.25rem
}
h1,h2,h3 {
  font-family:var(--serif);
  font-weight:400;
  line-height:1.15;
  margin:0
}
h2 {
  font-size:clamp(36px,4.1vw,62px);
  letter-spacing:-.035em
}
h2 em {
  color:var(--gold);
  font-weight:400
}
h3 {
  font-size:25px
}
p:last-child {
  margin-bottom:0
}
[hidden] {
  display:none!important
}
::selection {
  background:#715337;
  color:#fff
}
a:focus-visible,button:focus-visible,summary:focus-visible {
  outline:2px solid #f0c581;
  outline-offset:6px;
  border-radius:1px
}
.sr-only {
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip-path:inset(50%);
  white-space:nowrap;
  border:0
}
.skip-link {
  position:fixed;
  top:12px;
  left:12px;
  z-index:100;
  padding:12px 20px;
  background:var(--gold);
  color:#101516;
  transform:translateY(-180%)
}
.skip-link:focus {
  transform:translateY(0)
}
main:focus {
  outline:none
}
.site-header {
  position:sticky;
  top:0;
  z-index:20;
  background:#101516f5;
  border-bottom:1px solid #65523965
}
.header-inner {
  max-width:1440px;
  padding:0 40px;
  margin:auto;
  min-height:82px;
  display:flex;
  align-items:center;
  gap:40px
}
.wordmark {
  font-family:var(--serif);
  font-size:28px;
  letter-spacing:.075em;
  text-transform:uppercase;
  display:inline-flex;
  align-items:center;
  gap:12px;
  min-height:44px;
  color:var(--ink)
}
.wordmark span {
  color:var(--gold);
  font-size:15px
}
.site-header #hauptnavigation {
  display:flex;
  gap:26px;
  margin:auto;
  align-items:center
}
.site-header #hauptnavigation a {
  font-size:13px;
  letter-spacing:.02em;
  display:flex;
  align-items:center;
  min-height:48px;
  color:#c8c7be;
  transition:color .2s
}
.site-header #hauptnavigation a:hover {
  color:var(--gold)
}
.header-status {
  font-size:11px;
  letter-spacing:.1em;
  text-transform:uppercase;
  white-space:nowrap;
  color:var(--muted)
}
.header-status>span {
  display:inline-block;
  width:5px;
  height:5px;
  border-radius:50%;
  background:var(--gold);
  margin-right:6px
}
.menu-toggle {
  color:var(--gold);
  background:transparent;
  border:1px solid var(--line);
  min-height:44px;
  padding:4px 13px;
  cursor:pointer
}
.menu-toggle span {
  margin-left:8px
}
.hero {
  text-align:center;
  overflow:hidden;
  background:radial-gradient(ellipse at 50% 30%,#302923 0, #101516 73%)
}
.hero-image-wrap {
  max-width:1600px;
  margin:0 auto;
  position:relative
}
.hero-image-wrap:after {
  content:'';
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(to bottom,transparent 65%,#101516 100%)
}
.hero-art {
  width:100%;
  height:auto
}
.hero-copy {
  position:relative;
  margin:-100px auto 0;
  padding:0 24px 54px;
  max-width:920px
}
.eyebrow {
  text-transform:uppercase;
  letter-spacing:.19em;
  font-size:11px;
  font-weight:600;
  color:var(--gold);
  margin-bottom:22px
}
.hero-motto {
  font:clamp(27px,3.5vw,46px)/1.2 var(--serif);
  font-variant:small-caps;
  letter-spacing:.025em;
  margin-bottom:21px
}
.hero-motto em {
  font-variant:normal;
  color:var(--gold)
}
.hero-description {
  font-size:16px;
  color:#c5c4bb;
  line-height:1.8
}
.button {
  display:inline-flex;
  align-items:center;
  gap:42px;
  justify-content:center;
  border:1px solid #b08b55;
  min-height:52px;
  padding:10px 26px;
  background:linear-gradient(110deg,#634027,#392e23);
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.13em;
  margin:7px 0 19px;
  transition:background .2s,border-color .2s
}
.button:hover {
  background:#64472d;
  border-color:#ecc993
}
.button span {
  font-size:20px
}
.hero-note {
  font-size:11px;
  color:#aaaca6;
  letter-spacing:.035em
}
.hero-note span {
  padding:0 12px
}
.identity-strip {
  display:flex;
  align-items:center;
  justify-content:center;
  gap:45px;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
  padding:25px 24px;
  text-transform:uppercase;
  font-size:11px;
  letter-spacing:.14em;
  color:#c6bb9f;
  background:#141a1a
}
.identity-strip>[aria-hidden] {
  font-size:12px;
  color:#967347
}
.section {
  max-width:1240px;
  margin:0 auto;
  padding:94px 48px
}
.chapter {
  display:flex;
  align-items:center;
  gap:22px;
  font-size:10px;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:#a8aa9f;
  margin-bottom:57px
}
.chapter-line {
  height:1px;
  flex:1;
  background:var(--line)
}
.chapter-tail {
  color:var(--gold)
}
.intro-grid {
  display:grid;
  grid-template-columns:1.03fr 1fr;
  gap:90px
}
.intro-grid h2 {
  margin-top:4px
}
.intro-body {
  max-width:520px
}
.intro-body p:not(.lead) {
  color:var(--muted)
}
.lead {
  font:23px/1.55 var(--serif);
  color:var(--ink);
  margin-bottom:24px
}
.small-note {
  font-size:13px;
  line-height:1.8;
  color:var(--muted);
  border-left:1px solid #7e6948;
  padding-left:18px;
  margin-top:27px
}
.world-section {
  background:radial-gradient(ellipse at 0 70%,#25302b90,transparent 65%),var(--surface);
  border-block:1px solid var(--line)
}
.world-grid {
  display:grid;
  grid-template-columns:1fr .9fr;
  gap:105px;
  align-items:center
}
.world-story h2 {
  font-size:clamp(48px,5.4vw,78px);
  color:var(--gold)
}
.world-subtitle {
  font:29px/1.35 var(--serif);
  margin:22px 0 27px
}
.world-story>p:not(.eyebrow):not(.world-subtitle) {
  color:var(--muted)
}
blockquote {
  margin:30px 0 0;
  padding:24px 0 0;
  border-top:1px solid #565742;
  font:italic 22px/1.55 var(--serif);
  color:#d6c6a6
}
.island-guide {
  background:#11171880;
  border:1px solid #6d604150;
  padding:32px 34px;
  position:relative
}
.island-guide:before,.island-guide:after {
  content:'✧';
  color:#bd985c;
  font-size:18px;
  position:absolute;
  top:-16px;
  background:var(--surface);
  padding:0 6px
}
.island-guide:before {
  left:12px
}
.island-guide:after {
  right:12px
}
.guide-heading {
  display:flex;
  gap:16px;
  border-bottom:1px solid var(--line);
  padding-bottom:23px;
  align-items:center
}
.guide-heading>span {
  color:var(--gold);
  font-size:41px;
  line-height:1
}
.guide-heading p {
  font:20px/1.4 var(--serif);
  margin:0
}
.guide-heading small {
  display:block;
  font:10px/1.6 var(--sans);
  text-transform:uppercase;
  letter-spacing:.13em;
  color:var(--muted);
  margin-top:7px
}
.places {
  padding:0;
  margin:8px 0 0;
  list-style:none
}
.places li {
  display:flex;
  gap:20px;
  padding:22px 0;
  border-bottom:1px solid #353b33
}
.place-number {
  font:17px/1.5 var(--serif);
  min-width:23px;
  color:var(--gold)
}
.places h3 {
  font-size:21px;
  margin-bottom:9px
}
.places p {
  font-size:13px;
  line-height:1.75;
  color:var(--muted)
}
.guide-foot {
  text-align:center;
  color:#b4a58a;
  font:italic 15px/1.5 var(--serif);
  margin-top:24px
}
.section-heading {
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:50px;
  margin-bottom:49px
}
.section-heading h2 {
  max-width:680px
}
.section-heading>p {
  font-size:13px;
  color:var(--muted);
  flex-shrink:0;
  line-height:1.9
}
.features-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  column-gap:42px;
  row-gap:8px
}
.feature {
  padding:32px 0;
  border-top:1px solid #4e4839
}
.feature-index {
  font:17px var(--serif);
  color:#b29466;
  display:block;
  margin-bottom:27px
}
.feature h3 {
  margin-bottom:19px;
  font-size:24px
}
.feature p {
  font-size:14px;
  color:var(--muted);
  line-height:1.85
}
.text-link {
  font-size:11px;
  color:var(--gold);
  display:inline-block;
  padding:9px 0;
  line-height:1.5
}
.text-link:hover {
  text-decoration:underline;
  text-underline-offset:5px
}
.text-link span {
  margin-left:10px
}
.tone-section {
  background:linear-gradient(105deg,#2a2020,#211d1d 50%,#1b1c1b);
  border-block:1px solid #503e31
}
.tone-inner {
  text-align:center;
  padding-top:74px;
  padding-bottom:74px
}
.tone-inner h2 {
  font-size:clamp(29px,3.5vw,48px);
  line-height:1.3
}
.tone-ratio {
  display:flex;
  justify-content:center;
  gap:75px;
  margin:38px auto 30px
}
.tone-ratio p {
  font-size:11px;
  color:#c2b8aa;
  margin:0;
  min-width:110px;
  line-height:1.7
}
.tone-ratio strong {
  display:block;
  font:48px/1.3 var(--serif);
  color:var(--gold);
  margin-bottom:8px
}
.tone-ratio strong span {
  font-size:20px;
  padding-left:5px
}
.tone-note {
  max-width:650px;
  margin:auto;
  font-size:13px;
  color:#b9b4ab
}
.status-label {
  border:1px solid #796044;
  padding:5px 10px;
  color:var(--gold);
  font-size:9px;
  letter-spacing:.1em
}
.adventurer-grid {
  display:grid;
  grid-template-columns:1.1fr .8fr;
  gap:110px
}
.adventurer-grid h2 {
  margin-bottom:28px
}
.adventurer-grid p:not(.eyebrow):not(.lead) {
  color:var(--muted)
}
.development-notes {
  padding:34px;
  background:linear-gradient(135deg,#272020,#1d1d1c);
  border-top:1px solid #87603e;
  align-self:start
}
.development-notes ol {
  list-style:none;
  padding:0;
  counter-reset:notes;
  margin:28px 0
}
.development-notes li {
  padding-left:35px;
  position:relative;
  margin-bottom:26px;
  counter-increment:notes
}
.development-notes li:before {
  content:'0' counter(notes);
  position:absolute;
  left:0;
  color:var(--gold);
  font:13px/2 var(--serif)
}
.development-notes h3 {
  font-size:22px;
  margin-bottom:8px
}
.development-notes li p {
  font-size:13px;
  line-height:1.8
}
.no-ai-note {
  border-top:1px solid #4f4034;
  padding-top:22px;
  font:italic 18px/1.6 var(--serif);
  color:var(--gold)
}
.faq-section {
  background:#141a1b;
  border-block:1px solid var(--line)
}
.faq-grid {
  display:grid;
  grid-template-columns:.7fr 1.3fr;
  gap:85px
}
.faq-grid h2 {
  margin-bottom:25px
}
.faq-grid>div>p:last-child {
  font-size:14px;
  color:var(--muted)
}
.faq-list details {
  border-bottom:1px solid #394039
}
.faq-list details:first-child {
  border-top:1px solid #394039
}
.faq-list summary {
  font:20px/1.45 var(--serif);
  list-style:none;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:25px;
  padding:23px 0
}
.faq-list summary::-webkit-details-marker {
  display:none
}
.faq-list summary span {
  color:var(--gold);
  font:23px var(--serif)
}
.faq-list details[open] summary span {
  transform:rotate(45deg)
}
.faq-list details>p {
  font-size:14px;
  line-height:1.85;
  color:var(--muted);
  margin-bottom:25px;
  padding-right:20px
}
.faq-list summary:hover {
  color:var(--gold)
}
.gallery {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:25px;
  margin-top:35px
}
.gallery figure {
  margin:0
}
.gallery img {
  width:100%;
  height:auto
}
.gallery figcaption {
  font-size:13px;
  color:var(--muted);
  padding-top:12px
}
.community {
  text-align:center
}
.community h2 {
  margin-bottom:25px
}
#community-links {
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:24px
}
.site-footer {
  max-width:1360px;
  margin:auto;
  padding:49px 48px 26px
}
.footer-top {
  display:flex;
  align-items:center;
  gap:34px;
  padding-bottom:30px
}
.footer-top>p {
  font:italic 17px var(--serif);
  color:#ad9b7b;
  margin:0
}
.back-top {
  margin-left:auto;
  font-size:11px;
  color:var(--gold);
  min-height:44px;
  display:flex;
  align-items:center;
  gap:20px
}
.footer-bottom {
  border-top:1px solid var(--line);
  display:flex;
  justify-content:space-between;
  gap:20px;
  padding-top:23px
}
.footer-bottom p {
  font-size:10px;
  color:#a0a59e;
  margin:0;
  letter-spacing:.025em
}
@media(min-width:1800px) {
  .hero-image-wrap:after {
    background:linear-gradient(to bottom,transparent 65%,#101516),linear-gradient(to right,#101516,transparent 10%,transparent 90%,#101516)
  }
  .hero-copy {
    margin-top:-115px
  }
}
@media(max-width:1200px) {
  .header-inner {
    gap:25px;
    padding-inline:26px
  }
  .header-status {
    display:none
  }
  .site-header #hauptnavigation {
    margin-left:auto;
    margin-right:0;
    gap:22px
  }
  .intro-grid,.world-grid,.adventurer-grid {
    gap:55px
  }
  .section-heading {
    display:block
  }
  .section-heading>p {
    margin-top:22px
  }
  .features-grid {
    gap:28px
  }
  .chapter-tail {
    display:none
  }
  .hero-copy {
    margin-top:-70px
  }
}
@media(max-width:899px) {
  html {
    scroll-padding-top:95px
  }
  .header-inner {
    min-height:72px;
    flex-wrap:wrap;
    gap:0;
    justify-content:space-between
  }
  .site-header #hauptnavigation {
    width:100%;
    flex-wrap:wrap;
    gap:0 25px;
    padding:5px 0 16px
  }
  .site-header.menu-enhanced #hauptnavigation {
    display:none
  }
  .site-header.menu-enhanced.menu-open #hauptnavigation {
    display:flex
  }
  .site-header #hauptnavigation a {
    min-height:44px;
    font-size:14px
  }
  .menu-toggle:not([hidden]) {
    display:block
  }
  .wordmark {
    font-size:25px
  }
  .hero-copy {
    margin-top:-28px
  }
  .hero-copy .eyebrow {
    font-size:10px;
    letter-spacing:.12em
  }
  .hero-description {
    font-size:15px
  }
  .identity-strip {
    gap:24px;
    font-size:9px
  }
  .section {
    padding:67px 30px
  }
  .chapter {
    margin-bottom:37px
  }
  .intro-grid,.world-grid,.adventurer-grid {
    gap:38px;
    grid-template-columns:1fr 1fr
  }
  .intro-grid {
    grid-template-columns:1fr
  }
  .intro-body {
    max-width:none
  }
  .world-grid {
    grid-template-columns:1fr
  }
  .world-story {
    max-width:620px
  }
  .island-guide {
    max-width:620px;
    width:100%
  }
  .features-grid {
    grid-template-columns:repeat(2,1fr)
  }
  .adventurer-grid {
    grid-template-columns:1fr
  }
  .development-notes {
    max-width:620px
  }
  .faq-grid {
    gap:45px;
    grid-template-columns:.75fr 1.25fr
  }
  .tone-ratio {
    gap:45px
  }
  .site-footer {
    padding-inline:30px
  }
  .footer-top {
    flex-wrap:wrap;
    gap:15px 30px
  }
  .footer-top>p {
    font-size:15px
  }
}
@media(max-width:599px) {
  body {
    font-size:16px
  }
  .header-inner {
    padding-inline:20px
  }
  .hero-copy {
    margin-top:0;
    padding:5px 23px 35px
  }
  .hero-image-wrap:after {
    background:linear-gradient(to bottom,transparent 80%,#101516)
  }
  .hero-motto {
    font-size:30px;
    max-width:330px;
    margin:0 auto 18px
  }
  .hero-motto em {
    display:block;
    margin-top:4px
  }
  .hero-copy .eyebrow {
    max-width:255px;
    margin:0 auto 19px;
    line-height:1.8
  }
  .hero-description {
    font-size:14px;
    line-height:1.8
  }
  .desktop-break {
    display:none
  }
  .hero-note {
    font-size:10px;
    max-width:270px;
    margin:auto
  }
  .hero-note span {
    padding-inline:5px
  }
  .button {
    min-height:50px;
    font-size:11px
  }
  .identity-strip {
    flex-wrap:wrap;
    gap:8px 14px;
    padding:22px 25px;
    font-size:9px;
    line-height:1.8
  }
  .identity-strip>[aria-hidden] {
    display:none
  }
  .identity-strip>span:last-child {
    width:100%;
    text-align:center
  }
  .section {
    padding:55px 24px
  }
  .chapter {
    font-size:9px;
    letter-spacing:.12em;
    gap:14px;
    margin-bottom:30px
  }
  .intro-grid {
    gap:27px
  }
  h2 {
    font-size:37px
  }
  .lead {
    font-size:22px
  }
  .eyebrow {
    font-size:10px;
    letter-spacing:.14em;
    margin-bottom:16px
  }
  .world-story h2 {
    font-size:49px
  }
  .world-subtitle {
    font-size:26px
  }
  .island-guide {
    padding:28px 24px
  }
  .places li {
    gap:15px
  }
  .guide-heading p {
    font-size:19px
  }
  .section-heading {
    margin-bottom:25px
  }
  .section-heading h2 {
    font-size:36px
  }
  .features-grid {
    grid-template-columns:1fr;
    gap:0
  }
  .feature {
    padding:27px 0
  }
  .feature-index {
    float:left;
    min-width:32px;
    margin:1px 0 0;
    font-size:17px
  }
  .feature h3 {
    margin-left:32px;
    font-size:23px
  }
  .feature p,.feature .text-link {
    margin-left:32px
  }
  .tone-inner h2 {
    font-size:30px
  }
  .tone-ratio {
    gap:12px;
    margin-top:30px
  }
  .tone-ratio p {
    font-size:10px;
    min-width:0;
    flex:1
  }
  .tone-ratio strong {
    font-size:39px
  }
  .tone-ratio strong span {
    font-size:16px;
    padding-left:2px
  }
  .tone-note {
    font-size:12px
  }
  .adventurers .chapter {
    flex-wrap:wrap
  }
  .status-label {
    font-size:8px
  }
  .development-notes {
    padding:28px 24px
  }
  .faq-grid {
    grid-template-columns:1fr;
    gap:30px
  }
  .faq-grid h2 br {
    display:none
  }
  .faq-list summary {
    font-size:19px;
    padding:21px 0
  }
  .gallery {
    grid-template-columns:1fr
  }
  .site-footer {
    padding:33px 24px 24px
  }
  .footer-top {
    gap:12px;
    align-items:start
  }
  .footer-top>.wordmark {
    width:100%
  }
  .footer-top>p {
    font-size:14px
  }
  .back-top {
    margin-left:0;
    width:100%;
    font-size:11px
  }
  .footer-bottom {
    display:block
  }
  .footer-bottom p+p {
    margin-top:7px
  }
}
.eyebrow,.hero-copy .eyebrow,.hero-note,.header-status,.identity-strip,.chapter,.status-label,.adventurers .status-label,.guide-heading small,.text-link,.tone-ratio p,.back-top,.footer-bottom p {
  font-size:12px
}
.chapter {
  flex-wrap:wrap
}
.chapter>span:first-child {
  max-width:100%
}
.identity-strip {
  letter-spacing:.08em
}
.hero-note {
  max-width:none
}
.footer-bottom p {
  letter-spacing:0
}
@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto
  }
  *,*::before,*::after {
    animation:none!important;
    transition:none!important
  }
}

/* WEB-02: shared language switch, footer and legal drafts. Existing breakpoints retained. */
.header-inner { gap:24px; }
.site-header #hauptnavigation { gap:20px; }
.language-switch { display:flex; align-items:center; flex-shrink:0; gap:2px; }
.language-switch a { display:flex; align-items:center; justify-content:center; min-width:34px; min-height:44px; font-size:12px; letter-spacing:.08em; color:var(--muted); border-bottom:1px solid transparent; }
.language-switch a[aria-current="page"] { color:var(--gold); border-bottom-color:var(--gold); }
.language-switch a:hover { color:var(--ink); }
.studio-note { font-size:12px; color:var(--muted); margin-bottom:20px; }
.footer-bottom { align-items:center; }
.legal-nav { display:flex; flex-wrap:wrap; gap:8px 26px; }
.legal-nav a { display:inline-flex; align-items:center; min-height:44px; font-size:13px; color:var(--gold); }
.legal-nav a:hover,.legal-content p a:hover { text-decoration:underline; text-underline-offset:4px; }
.legal-content { max-width:960px; padding-top:64px; overflow-wrap:anywhere; }
.legal-content h1,.entry-page h1 { font-size:clamp(40px,5vw,68px); color:var(--gold); }
.legal-content h2 { font-size:clamp(25px,3vw,34px); letter-spacing:-.02em; margin-bottom:20px; }
.legal-content section { margin:42px 0; }
.legal-content p,.legal-content dd { color:var(--muted); }
.legal-content strong { color:var(--ink); }
.legal-draft { border-left:3px solid var(--gold); background:#2a2020; padding:22px 26px; margin:30px 0; font-size:15px; }
.legal-draft strong { display:block; font-family:var(--serif); font-size:23px; margin-bottom:8px; }
.legal-content .legal-placeholder { background:#29271f; border:1px solid #6d6041; color:#efce97; padding:18px 20px; font-size:14px; line-height:1.9; }
.legal-content dt { font-weight:600; margin-top:24px; }
.legal-content dd { margin:10px 0 24px; }
.legal-content p a { color:var(--gold); text-decoration:underline; text-underline-offset:3px; }
.legal-language-note { font-size:14px; }
.objection-note { border-top:1px solid var(--line); border-bottom:1px solid var(--line); padding:25px 0; }
.entry-page { text-align:center; }
.entry-page>p { margin-top:24px; }
.entry-page nav { display:flex; flex-wrap:wrap; justify-content:center; gap:20px; }
@media(max-width:1200px) { .site-header #hauptnavigation { gap:16px; } }
@media(max-width:899px) {
  .header-inner { gap:0; }
  .language-switch { order:1; margin-left:auto; margin-right:14px; }
  .menu-toggle { order:2; }
  .site-header #hauptnavigation { order:3; gap:0 25px; }
}
@media(max-width:599px) {
  .site-header .wordmark { font-size:22px; gap:8px; }
  .menu-toggle { font-size:14px; padding:4px 10px; }
  .language-switch { margin-right:10px; }
  .language-switch a { min-width:32px; }
  .legal-content { padding-top:42px; }
  .legal-draft { padding:19px; }
  .legal-content .legal-placeholder { padding:15px; }
  .legal-nav { margin-top:12px; }
}
