:root {
  --ink: #17140f;
  --coal: #28231d;
  --gold: #caa45b;
  --bright-gold: #e9c879;
  --bronze: #7d552d;
  --indigo: #1e2230;
  --vermilion: #8f2e20;
  --parchment: #e9dfc9;
  --cream: #f4edde;
  --page: min(1180px, calc(100vw - 48px));
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--sans); overflow-x: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; transform: translateY(-160%); padding: 12px 16px; color: var(--ink); background: var(--bright-gold); font-weight: 800; }
.skip-link:focus { transform: none; }

.site-header { position: absolute; z-index: 10; inset: 0 0 auto; display: flex; justify-content: space-between; align-items: center; width: var(--page); margin-inline: auto; padding: 24px 0; color: var(--cream); border-bottom: 1px solid rgba(233,200,121,.28); }
.studio-link { display: inline-flex; align-items: center; gap: 10px; font-size: .68rem; font-weight: 850; letter-spacing: .18em; }
.studio-link img { width: 32px; height: 32px; object-fit: contain; }
.site-header nav { display: flex; gap: 32px; font-family: var(--serif); font-size: .76rem; letter-spacing: .08em; }
.site-header nav a { padding: 8px 0; border-bottom: 1px solid transparent; }
.site-header nav a:hover, .site-header nav a:focus-visible { border-color: var(--bright-gold); color: var(--bright-gold); }

.hero { position: relative; height: 100svh; min-height: 850px; max-height: 1060px; overflow: hidden; color: var(--cream); background: #0c0b09; }
.hero-media, .hero-media img, .section-media, .section-media img { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media img, .section-media img { object-fit: cover; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(12,10,8,.95) 0%, rgba(14,11,8,.76) 33%, rgba(14,11,8,.25) 61%, rgba(14,11,8,.08) 100%), linear-gradient(0deg, rgba(10,8,6,.88) 0%, transparent 45%); }
.hero-content { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; width: var(--page); height: 100%; margin-inline: auto; padding-top: 68px; }
.status { display: flex; align-items: center; gap: 12px; margin: 0 0 28px; color: rgba(244,237,222,.72); font-size: .62rem; font-weight: 750; letter-spacing: .18em; text-transform: uppercase; }
.status i { width: 5px; height: 5px; border-radius: 50%; background: var(--bright-gold); box-shadow: 0 0 0 3px rgba(233,200,121,.17); }
h1 { position: relative; display: flex; flex-direction: column; margin: 0; font-family: var(--serif); font-size: clamp(5rem, 9.5vw, 9rem); line-height: .7; letter-spacing: -.065em; font-weight: 500; text-transform: uppercase; }
h1 > span:last-of-type { margin-left: .38em; color: transparent; -webkit-text-stroke: 1px var(--bright-gold); }
h1 small { margin: 30px 0 0 .15em; color: var(--bright-gold); font-family: var(--sans); font-size: .12em; font-weight: 750; letter-spacing: .48em; }
.tagline { margin: 42px 0 14px; font-family: var(--serif); font-size: clamp(1.45rem, 2.5vw, 2.35rem); line-height: 1.18; font-style: italic; }
.hero-copy { max-width: 560px; margin: 0; color: rgba(244,237,222,.75); font-size: 1rem; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 28px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 52px; padding: 0 23px; border: 1px solid var(--bright-gold); font-size: .67rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; transition: color .2s, background .2s, transform .2s; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button.gold { color: var(--ink); background: var(--bright-gold); }
.button.clear { color: var(--cream); background: rgba(10,8,6,.35); backdrop-filter: blur(8px); }
.button.clear:hover { color: var(--ink); background: var(--bright-gold); }
.concept-note { max-width: 590px; margin: 24px 0 0; padding-left: 14px; border-left: 2px solid var(--vermilion); color: rgba(244,237,222,.52); font-size: .67rem; line-height: 1.55; }
.chapter-mark { position: absolute; z-index: 2; right: 3vw; bottom: 34px; display: flex; align-items: center; gap: 12px; color: rgba(244,237,222,.6); }
.chapter-mark span { font-family: var(--serif); font-size: 4rem; color: var(--bright-gold); line-height: 1; }
.chapter-mark p { margin: 0; font-size: .56rem; letter-spacing: .15em; line-height: 1.5; }
.ornament { position: absolute; z-index: 1; bottom: -100px; width: 220px; height: 220px; border: 1px solid rgba(233,200,121,.2); border-radius: 50%; }
.ornament::before, .ornament::after { content: ""; position: absolute; inset: 24px; border: inherit; border-radius: 50%; }
.ornament::after { inset: 54px; }
.ornament-left { left: -80px; }.ornament-right { right: -100px; }

.page-shell { width: var(--page); margin-inline: auto; }
.chapter-label { display: flex; align-items: center; gap: 15px; color: #685a45; font-size: .58rem; font-weight: 850; letter-spacing: .18em; }
.chapter-label i { width: 55px; height: 1px; background: var(--gold); }
.chapter-label.light { color: rgba(244,237,222,.65); }
h2 { margin: 0; font-family: var(--serif); font-size: clamp(3.4rem, 6.6vw, 6.4rem); line-height: .89; letter-spacing: -.045em; font-weight: 500; }
h2 em { color: var(--vermilion); font-weight: 400; }
.overline { margin: 0 0 16px; color: var(--bright-gold); font-size: .65rem; font-weight: 850; letter-spacing: .19em; text-transform: uppercase; }

.kingdom-section { padding-block: 110px 125px; }
.kingdom-intro { display: grid; grid-template-columns: 1.1fr .9fr; gap: 8vw; align-items: end; margin: 62px 0 78px; }
.kingdom-copy .lead { margin: 0 0 18px; font-family: var(--serif); font-size: 1.35rem; line-height: 1.45; }
.kingdom-copy > p:last-of-type { color: #61594d; line-height: 1.75; }
.kingdom-copy dl { display: grid; grid-template-columns: repeat(3,1fr); margin: 32px 0 0; border-top: 1px solid #aa9b7e; }
.kingdom-copy dl div { padding: 14px 11px 0; border-right: 1px solid #c9bea8; }
.kingdom-copy dl div:first-child { padding-left: 0; }.kingdom-copy dl div:last-child { border-right: 0; }
.kingdom-copy dt { color: #8e7f66; font-size: .55rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.kingdom-copy dd { margin: 5px 0 0; font-family: var(--serif); font-size: .84rem; }
.kingdom-frame { margin: 0; padding: 14px; border: 1px solid #947b4d; background: #d4c7af; box-shadow: 12px 12px 0 #2b261f; }
.kingdom-frame picture { display: block; aspect-ratio: 16/9; overflow: hidden; }
.kingdom-frame img { width: 100%; height: 100%; object-fit: cover; }
.kingdom-frame figcaption { display: flex; gap: 13px; align-items: center; padding: 15px 5px 2px; color: #625849; font-family: var(--serif); font-size: .85rem; font-style: italic; }
.kingdom-frame figcaption span { color: var(--vermilion); font-family: var(--sans); font-weight: 900; font-style: normal; }

.treasury-section, .silk-section { position: relative; min-height: 920px; overflow: hidden; color: var(--cream); background: var(--ink); }
.dark-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(13,10,7,.17) 20%, rgba(13,10,7,.5) 50%, rgba(13,10,7,.96) 100%), linear-gradient(0deg, rgba(10,8,6,.78), transparent 44%); }
.treasury-copy { position: relative; z-index: 2; padding-top: 85px; }
.treasury-text { width: 48%; margin: 190px 0 0 auto; }
.treasury-text h2 em, .silk-copy h2 em { color: var(--bright-gold); }
.treasury-text > p:last-child { max-width: 500px; color: rgba(244,237,222,.7); line-height: 1.75; }
.treasury-copy blockquote { width: 49%; margin: 48px 0 0 auto; padding: 18px 24px; border-left: 2px solid var(--vermilion); color: rgba(244,237,222,.85); background: rgba(10,8,6,.56); font-family: var(--serif); font-size: 1.1rem; font-style: italic; }

.players-section { padding-block: 115px 130px; }
.players-section > h2 { max-width: 840px; margin-top: 60px; }
.player-grid { display: grid; grid-template-columns: 1fr 150px 1fr; gap: 45px; align-items: center; margin-top: 80px; }
.player-grid article { position: relative; min-height: 410px; padding: 38px 34px; border-top: 4px solid var(--ink); border-bottom: 1px solid #ad9d7d; background: #e2d7c2; }
.player-grid article:last-child { background: #d8c9af; }
.player-number { position: absolute; top: 22px; right: 28px; color: rgba(125,85,45,.25); font-family: var(--serif); font-size: 4rem; }
.role { margin: 0 0 20px; color: var(--vermilion); font-size: .6rem; font-weight: 850; letter-spacing: .17em; text-transform: uppercase; }
.player-grid h3 { margin: 0 0 26px; font-family: var(--serif); font-size: 2.8rem; font-weight: 500; }
.player-grid article > p:last-of-type { color: #5f574b; line-height: 1.7; }
.player-grid ul { margin: 30px 0 0; padding: 20px 0 0; border-top: 1px solid #b6a88e; list-style: none; }
.player-grid li { padding: 7px 0; color: #5c5142; font-family: var(--serif); font-size: .86rem; }
.player-grid li::before { content: "◆"; margin-right: 10px; color: var(--vermilion); font-size: .55rem; }
.seal { display: grid; place-items: center; width: 130px; height: 130px; border: 2px solid var(--vermilion); border-radius: 50%; color: var(--vermilion); transform: rotate(-8deg); }
.seal::before { content: ""; position: absolute; width: 104px; height: 104px; border: 1px solid var(--vermilion); border-radius: 50%; }
.seal span { font-family: var(--serif); font-size: 2rem; }

.silk-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(13,9,7,.95) 0%, rgba(13,9,7,.73) 34%, rgba(13,9,7,.08) 68%), linear-gradient(0deg, rgba(12,8,6,.78), transparent 55%); }
.silk-copy { position: relative; z-index: 2; padding-top: 85px; }
.silk-copy > div:last-child { max-width: 600px; margin-top: 250px; }
.silk-copy > div:last-child > p:last-child { color: rgba(244,237,222,.72); line-height: 1.75; }

.conqueror-section { padding-block: 120px 135px; }
.conqueror-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 7vw; align-items: center; margin-top: 70px; }
.conqueror-grid picture { display: block; aspect-ratio: 4/3; padding: 12px; border: 1px solid #947b4d; background: #d1c1a6; box-shadow: -13px 13px 0 var(--indigo); }
.conqueror-grid picture img { width: 100%; height: 100%; object-fit: cover; }
.conqueror-copy > p:nth-of-type(2) { color: #60584c; line-height: 1.75; }
.principles { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 32px; }
.principles span { padding: 9px 11px; border: 1px solid #9a8560; color: #66563e; font-size: .56rem; font-weight: 850; letter-spacing: .14em; }

.pipeline-section { padding-block: 110px; color: var(--cream); background: var(--indigo); border-top: 6px solid var(--gold); }
.pipeline-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; align-items: start; }
.pipeline-grid h2 { margin-top: 70px; }.pipeline-grid h2 em { color: var(--bright-gold); }
.pipeline-card { padding: 34px; border: 1px solid rgba(233,200,121,.55); background: rgba(11,12,16,.38); box-shadow: 10px 10px 0 #0e1018; }
.pipeline-state { display: flex; align-items: center; gap: 10px; margin: 0 0 30px; color: var(--bright-gold); font-size: .62rem; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.pipeline-state span { width: 8px; height: 8px; border-radius: 50%; background: var(--bright-gold); box-shadow: 0 0 0 4px rgba(233,200,121,.12); }
.pipeline-card h3 { margin: 0; font-family: var(--serif); font-size: 2rem; font-weight: 400; line-height: 1.3; }
.pipeline-card > p:not(.pipeline-state) { color: rgba(244,237,222,.63); line-height: 1.75; }
.pipeline-card dl { margin: 28px 0 0; border-top: 1px solid rgba(233,200,121,.25); }
.pipeline-card dl div { display: grid; grid-template-columns: 150px 1fr; gap: 18px; padding: 15px 0; border-bottom: 1px solid rgba(233,200,121,.14); }
.pipeline-card dt { color: var(--bright-gold); font-size: .58rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.pipeline-card dd { margin: 0; color: rgba(244,237,222,.7); font-family: var(--serif); font-size: .88rem; }

.final-cta { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 690px; padding: 100px 24px; overflow: hidden; color: var(--cream); background: #15110c; text-align: center; }
.final-cta::before { content: ""; position: absolute; inset: 0; opacity: .18; background: radial-gradient(circle at 50% 50%, var(--gold), transparent 34%), repeating-radial-gradient(circle at 50% 50%, transparent 0 45px, var(--gold) 46px 47px); }
.cta-ornament { position: relative; z-index: 1; width: 66px; height: 66px; margin-bottom: 30px; border: 1px solid var(--bright-gold); transform: rotate(45deg); }
.cta-ornament::after { content: ""; position: absolute; inset: 12px; border: inherit; }
.final-cta > p { position: relative; z-index: 1; color: var(--bright-gold); font-size: .62rem; font-weight: 850; letter-spacing: .19em; }
.final-cta h2 { position: relative; z-index: 1; font-size: clamp(4rem, 8vw, 7.8rem); }
.final-cta h2 em { color: var(--bright-gold); }
.final-cta .button { position: relative; z-index: 1; margin-top: 40px; }

footer { display: flex; justify-content: space-between; align-items: center; gap: 30px; padding: 30px max(24px, calc((100vw - 1180px)/2)); color: rgba(244,237,222,.52); background: #0a0907; font-size: .64rem; }
footer .studio-link { color: var(--cream); }
footer > a:last-child { color: var(--bright-gold); font-weight: 850; text-transform: uppercase; }

@media (max-width: 900px) {
  :root { --page: calc(100vw - 36px); }
  .kingdom-intro, .conqueror-grid, .pipeline-grid { grid-template-columns: 1fr; }
  .player-grid { grid-template-columns: 1fr; }
  .seal { margin: -20px auto; }
  .treasury-text, .treasury-copy blockquote { width: 58%; }
}

@media (max-width: 720px) {
  :root { --page: calc(100vw - 30px); }
  .site-header { padding-top: 15px; }.site-header nav { display: none; }
  .studio-link { font-size: .6rem; }
  .hero { min-height: 780px; max-height: 920px; }
  .hero-overlay { background: linear-gradient(180deg, rgba(11,9,7,.88) 0%, rgba(11,9,7,.25) 38%, rgba(11,9,7,.26) 58%, rgba(11,9,7,.95) 100%); }
  .hero-content { justify-content: flex-start; padding-top: 100px; }
  .status { font-size: .5rem; }
  h1 { font-size: clamp(4.4rem, 22vw, 6rem); }
  h1 small { margin-top: 24px; font-size: .1em; letter-spacing: .38em; }
  .tagline { margin-top: auto; font-size: 1.45rem; }
  .hero-copy { font-size: .84rem; line-height: 1.55; }
  .hero-actions { margin-top: 18px; gap: 9px; }
  .button { min-height: 46px; padding: 0 15px; font-size: .55rem; }
  .concept-note { margin: 16px 0 22px; font-size: .58rem; }
  .chapter-mark { display: none; }
  h2 { font-size: clamp(3.25rem, 15.5vw, 4.5rem); }
  .kingdom-section, .players-section, .conqueror-section { padding-block: 76px 90px; }
  .kingdom-intro { margin: 46px 0 52px; gap: 35px; }
  .kingdom-copy .lead { font-size: 1.1rem; }
  .kingdom-copy > p:last-of-type { font-size: .86rem; }
  .kingdom-copy dl { grid-template-columns: 1fr; }
  .kingdom-copy dl div { padding: 12px 0; border-right: 0; border-bottom: 1px solid #c9bea8; }
  .kingdom-frame { padding: 7px; box-shadow: 7px 7px 0 #2b261f; }
  .kingdom-frame picture { aspect-ratio: 4/5; }
  .kingdom-frame figcaption { align-items: flex-start; font-size: .72rem; }
  .treasury-section, .silk-section { min-height: 820px; }
  .dark-overlay { background: linear-gradient(180deg, rgba(13,10,7,.5), transparent 34%, rgba(13,10,7,.95) 74%); }
  .treasury-copy, .silk-copy { padding-top: 52px; }
  .treasury-text { width: 100%; margin-top: 410px; }
  .treasury-text > p:last-child { font-size: .83rem; line-height: 1.55; }
  .treasury-copy blockquote { width: 100%; margin-top: 24px; font-size: .88rem; }
  .players-section > h2 { margin-top: 46px; }
  .player-grid { gap: 40px; margin-top: 55px; }
  .player-grid article { min-height: 0; padding: 30px 23px; }
  .player-grid h3 { font-size: 2.3rem; }
  .seal { width: 90px; height: 90px; }.seal::before { width: 70px; height: 70px; }
  .silk-overlay { background: linear-gradient(180deg, rgba(13,9,7,.48), transparent 34%, rgba(13,9,7,.94) 70%); }
  .silk-copy > div:last-child { margin-top: 410px; }
  .silk-copy > div:last-child > p:last-child { font-size: .83rem; line-height: 1.55; }
  .conqueror-grid { margin-top: 52px; gap: 46px; }
  .conqueror-grid picture { aspect-ratio: 4/5; padding: 7px; box-shadow: -7px 7px 0 var(--indigo); }
  .conqueror-copy > p:nth-of-type(2) { font-size: .86rem; }
  .pipeline-section { padding-block: 75px; }
  .pipeline-grid { gap: 50px; }
  .pipeline-grid h2 { margin-top: 42px; }
  .pipeline-card { padding: 24px 19px; box-shadow: 6px 6px 0 #0e1018; }
  .pipeline-card h3 { font-size: 1.5rem; }
  .pipeline-card > p:not(.pipeline-state) { font-size: .83rem; }
  .pipeline-card dl div { grid-template-columns: 1fr; gap: 7px; }
  .final-cta { min-height: 620px; }
  .final-cta h2 { font-size: clamp(3.5rem, 16.5vw, 5rem); }
  footer { flex-direction: column; text-align: center; }
}

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