:root {
  color-scheme: dark;
  --ink: #f1e9dc;
  --muted: #aaa195;
  --paper: #0d0d0c;
  --panel: #151411;
  --line: #393329;
  --copper: #d58a4a;
  --copper-soft: #8f5632;
  --shadow: rgba(0, 0, 0, .26);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Arial, Helvetica, sans-serif;
}

html[data-theme="light"] {
  color-scheme: light;
  --ink: #201d18;
  --muted: #655e54;
  --paper: #eee8dd;
  --panel: #e2d8c8;
  --line: #b8aa97;
  --copper: #934a25;
  --copper-soft: #b8784f;
  --shadow: rgba(75, 55, 35, .15);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: var(--sans); transition: background .3s ease, color .3s ease; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.shell { width: min(1480px, calc(100% - 80px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; top: 10px; left: 10px; padding: 10px 14px; background: var(--copper); color: var(--paper); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 2px solid var(--copper); outline-offset: 4px; }

.site-header { height: 88px; border-bottom: 1px solid var(--line); display: flex; align-items: center; position: relative; z-index: 10; }
.nav { width: 100%; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; }
.wordmark { font: 600 22px/1 var(--serif); letter-spacing: .22em; text-transform: uppercase; }
.wordmark span { color: var(--copper); }
.nav-links { display: flex; gap: 34px; color: var(--muted); font-size: 12px; letter-spacing: .14em; text-transform: uppercase; }
.nav-links a { transition: color .2s ease; }
.nav-links a:hover { color: var(--copper); }
.controls { display: flex; justify-content: flex-end; gap: 8px; }
.control { height: 36px; min-width: 62px; padding: 0 12px; display: inline-flex; gap: 8px; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: 99px; background: transparent; color: var(--muted); cursor: pointer; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; transition: border-color .2s ease, color .2s ease; }
.control:hover { border-color: var(--copper); color: var(--ink); }
.flag { width: 18px; height: 12px; border: 1px solid var(--line); display: grid; grid-template-columns: repeat(3, 1fr); overflow: hidden; }
.flag-it i:nth-child(1) { background: #169b62; }
.flag-it i:nth-child(2) { background: #fff; }
.flag-it i:nth-child(3) { background: #ce2b37; }
.flag-en i:nth-child(1) { background: #21468b; }
.flag-en i:nth-child(2) { background: #fff; }
.flag-en i:nth-child(3) { background: #ae1c28; }
.theme-icon { width: 14px; height: 14px; border: 1px solid currentColor; border-radius: 50%; position: relative; }
.theme-icon::after { content: ""; position: absolute; inset: 3px; border-radius: inherit; background: currentColor; }

.hero { min-height: 735px; position: relative; display: grid; align-items: center; border-bottom: 1px solid var(--line); }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 70px; }
.eyebrow { margin: 0 0 27px; color: var(--copper); font-size: 11px; letter-spacing: .22em; text-transform: uppercase; }
h1 { margin: 0; max-width: 830px; font: 400 clamp(76px, 7.3vw, 118px)/.88 var(--serif); letter-spacing: -.055em; }
h1 em { color: var(--copper); font-weight: 400; }
.lede { width: min(585px, 92%); margin: 35px 0 0 3px; color: var(--muted); font-size: 18px; line-height: 1.55; }
.hero-foot { display: flex; align-items: center; flex-wrap: wrap; gap: 26px; margin-top: 40px; }
.cta { padding: 14px 20px; border: 1px solid var(--copper); border-radius: 2px; color: var(--copper); font-size: 11px; letter-spacing: .15em; text-transform: uppercase; transition: background .2s ease, color .2s ease; }
.cta:hover { background: var(--copper); color: var(--paper); }
.micro { color: var(--muted); font: italic 15px/1.3 var(--serif); }

.vessel-wrap { height: 590px; position: relative; display: grid; place-items: center; }
.orbit { position: absolute; width: 560px; height: 560px; border: 1px solid var(--line); border-radius: 50%; opacity: .62; animation: breathe 9s ease-in-out infinite; }
.orbit::after { content: ""; position: absolute; inset: 57px; border: 1px dashed var(--line); border-radius: 50%; }
.vessel { width: 310px; height: 380px; position: relative; border: 1px solid var(--copper-soft); border-radius: 17% 17% 39% 39% / 10% 10% 23% 23%; background: linear-gradient(100deg, transparent 7%, color-mix(in srgb, var(--copper), transparent 92%), transparent 72%); box-shadow: inset 0 0 80px color-mix(in srgb, var(--copper), transparent 93%), 0 45px 80px var(--shadow); }
.vessel::before { content: ""; position: absolute; width: 168px; height: 63px; left: 70px; top: -45px; border: 1px solid var(--copper-soft); border-bottom: 0; border-radius: 50% 50% 0 0 / 28% 28% 0 0; }
.vessel::after { content: ""; position: absolute; left: -44px; right: -44px; top: 100px; height: 92px; border: 1px solid var(--copper-soft); border-top: 0; border-radius: 0 0 50% 50%; z-index: -1; }
.vessel span { position: absolute; inset: 0; display: grid; place-items: center; color: var(--copper); font: italic 70px/1 var(--serif); }
.vessel-caption { position: absolute; right: 5px; bottom: 47px; color: var(--muted); font-size: 10px; letter-spacing: .17em; text-transform: uppercase; writing-mode: vertical-rl; }
@keyframes breathe { 50% { transform: scale(1.035); opacity: .88; } }

.manifesto { padding: 110px 0; display: grid; grid-template-columns: 3fr 7fr; gap: 90px; border-bottom: 1px solid var(--line); }
.section-no { color: var(--copper); font: 12px/1 var(--sans); letter-spacing: .18em; }
.section-label { margin-top: 17px; color: var(--muted); font-size: 11px; letter-spacing: .16em; text-transform: uppercase; }
.statement { margin: 0; font: 400 clamp(37px, 3.7vw, 59px)/1.08 var(--serif); letter-spacing: -.035em; }
.statement span { color: var(--copper); }
.statement-note { max-width: 660px; margin: 32px 0 0 auto; color: var(--muted); font-size: 16px; line-height: 1.65; }

.worlds { padding: 105px 0 125px; }
.worlds-head { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 45px; }
h2 { margin: 16px 0 0; font: 400 clamp(44px, 4vw, 58px)/1 var(--serif); letter-spacing: -.04em; }
.worlds-head > p { width: 420px; margin: 0; color: var(--muted); line-height: 1.55; }
.world-list { border-top: 1px solid var(--line); }
.world { min-height: 104px; display: grid; grid-template-columns: 84px 1fr 1.2fr 50px; align-items: center; border-bottom: 1px solid var(--line); transition: background .25s ease, padding .25s ease; }
.world:hover { background: var(--panel); padding-inline: 18px; }
.world-no { color: var(--copper); font: 12px/1 var(--serif); }
.world h3 { margin: 0; font: 400 34px/1 var(--serif); letter-spacing: -.025em; }
.world h3 b { color: var(--copper); font-weight: 400; }
.world p { margin: 0; color: var(--muted); font-size: 14px; }
.world-mark { font-size: 24px; color: var(--copper); text-align: right; }

.principles { background: var(--panel); border-block: 1px solid var(--line); }
.principles-inner { padding: 95px 0 105px; display: grid; grid-template-columns: 1fr 2.4fr; gap: 80px; }
.principles-inner > div:first-child h2 { max-width: 340px; }
.principles-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
.principle { min-height: 185px; padding: 29px 34px 28px 0; border-bottom: 1px solid var(--line); }
.principle:nth-child(odd) { border-right: 1px solid var(--line); }
.principle:nth-child(even) { padding-left: 34px; }
.principle h3 { margin: 0 0 14px; color: var(--copper); font: 400 24px/1 var(--serif); }
.principle p { margin: 0; color: var(--muted); line-height: 1.6; font-size: 14px; }

footer { min-height: 285px; display: grid; align-items: center; }
.footer-grid { display: grid; grid-template-columns: 1fr 2fr 1fr; gap: 50px; align-items: end; }
.seal { width: 76px; height: 76px; border: 1px solid var(--copper); border-radius: 50%; display: grid; place-items: center; color: var(--copper); font: italic 28px/1 var(--serif); }
.footer-line { margin: 0; font: 32px/1.2 var(--serif); }
.footer-copy { margin: 15px 0 0; color: var(--muted); font-size: 12px; letter-spacing: .09em; text-transform: uppercase; }
.footer-meta { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.8; text-align: right; letter-spacing: .12em; text-transform: uppercase; }

@media (max-width: 900px) {
  .shell { width: min(100% - 36px, 1480px); }
  .nav { grid-template-columns: 1fr auto; }
  .nav-links { display: none; }
  .hero { padding: 70px 0; }
  .hero-grid { grid-template-columns: 1fr; gap: 25px; }
  h1 { font-size: clamp(62px, 16vw, 100px); }
  .vessel-wrap { height: 460px; transform: scale(.8); }
  .manifesto, .principles-inner { grid-template-columns: 1fr; gap: 45px; }
  .worlds-head { align-items: flex-start; gap: 30px; flex-direction: column; }
  .worlds-head > p { width: auto; }
  .world { grid-template-columns: 45px 1fr 35px; }
  .world p { display: none; }
  .world h3 { font-size: 25px; }
  .principles-grid { grid-template-columns: 1fr; }
  .principle:nth-child(odd) { border-right: 0; }
  .principle:nth-child(even) { padding-left: 0; }
  .footer-grid { grid-template-columns: auto 1fr; }
  .footer-meta { display: none; }
}

@media (max-width: 520px) {
  .site-header { height: 76px; }
  .wordmark { font-size: 18px; }
  .control { min-width: 48px; padding-inline: 9px; }
  .control > span:last-child { display: none; }
  .hero { min-height: auto; padding-top: 60px; }
  .lede { width: 100%; font-size: 16px; }
  .vessel-wrap { height: 350px; margin: -15px 0; transform: scale(.6); }
  .manifesto, .worlds { padding-block: 75px; }
  .statement { font-size: 34px; }
  .world h3 { font-size: 20px; }
  .footer-line { font-size: 24px; }
}

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