:root {
  --ink: #07101f;
  --blue: #0f2d59;
  --cobalt: #19549a;
  --porcelain: #f2f1ed;
  --line: rgba(242, 241, 237, 0.18);
  --muted: #aeb9c8;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--porcelain); font-family: "Noto Serif CJK SC", "Songti SC", STSong, serif; }
a { color: inherit; text-decoration: none; }
.grain { position: fixed; inset: 0; pointer-events: none; opacity: .12; z-index: 8; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.48'/%3E%3C/svg%3E"); }

.site-header { height: 84px; display: flex; align-items: center; justify-content: space-between; padding: 0 clamp(22px, 4vw, 68px); position: absolute; inset: 0 0 auto; z-index: 5; border-bottom: 1px solid rgba(255,255,255,.11); }
.brand, .footer-brand { display: inline-flex; align-items: center; gap: 10px; font-size: 20px; letter-spacing: .12em; font-weight: 600; }
.brand-symbol { width: 29px; height: 29px; border-radius: 50%; object-fit: cover; object-position: 50% 28%; box-shadow: 0 0 16px rgba(255,255,255,.18); }
.site-nav { display: flex; align-items: center; gap: clamp(18px, 2.7vw, 48px); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 11px; letter-spacing: .11em; }
.site-nav a { opacity: .82; transition: opacity .2s ease; }.site-nav a:hover { opacity: 1; }
.menu-toggle { display: none; background: transparent; color: var(--porcelain); border: 0; font: 11px ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .12em; }

.hero { min-height: max(700px, 100vh); position: relative; overflow: hidden; display: flex; align-items: center; padding: 130px clamp(22px, 9vw, 150px) 80px; background: radial-gradient(circle at 63% 44%, #142b4f 0, #0a1528 30%, var(--ink) 72%); }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,8,17,.73) 0%, rgba(3,8,17,.34) 42%, rgba(3,8,17,.12) 100%); z-index: 1; }
.hero-art { position: absolute; inset: 0 0 0 32%; overflow: hidden; }
.hero-art img { width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: .92; transform: scale(1.025); animation: reveal 1.5s ease both; }
.hero-wash { position: absolute; inset: 0; background: linear-gradient(90deg, var(--ink) 0%, rgba(7,16,31,.45) 30%, transparent 65%), linear-gradient(0deg, rgba(7,16,31,.75), transparent 34%); }
.hero-copy { position: relative; z-index: 2; max-width: 610px; animation: rise .9s .15s ease both; }
.eyebrow, .section-kicker { margin: 0; color: #bfcce0; font: 10px ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .18em; }
.hero-verse { margin: 45px 0 14px; font-size: clamp(20px, 2.4vw, 35px); line-height: 1.4; }
.hero h1 { margin: 0; font-weight: 700; font-size: clamp(70px, 11vw, 175px); letter-spacing: .1em; line-height: 1.05; text-shadow: 0 2px 30px rgba(0,0,0,.3); }
.hero-lead { margin: 28px 0 34px; color: #d6dce3; font-size: clamp(16px, 1.55vw, 22px); line-height: 1.9; letter-spacing: .04em; }
.text-link { display: inline-flex; gap: 15px; align-items: center; padding-bottom: 9px; border-bottom: 1px solid rgba(242,241,237,.75); font: 11px ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .12em; }
.hero-caption { position: absolute; bottom: 28px; left: clamp(22px, 9vw, 150px); z-index: 2; font: 9px ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .18em; opacity: .68; }
.hero-signature { position: absolute; right: clamp(27px, 4vw, 80px); bottom: 32px; z-index: 3; width: clamp(115px, 13vw, 190px); margin: 0; border: 1px solid rgba(242,241,237,.16); background: rgba(4,10,20,.77); box-shadow: 0 20px 50px rgba(0,0,0,.22); }
.hero-signature img { width: 100%; display: block; }

.section-pad { padding: clamp(92px, 13vw, 190px) clamp(22px, 9vw, 150px); }
.statement { background: var(--porcelain); color: var(--ink); }
.statement-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(35px, 10vw, 160px); margin-top: 40px; align-items: end; }
.statement h2, .section-heading h2, .contact h2 { margin: 0; font-size: clamp(42px, 6.8vw, 112px); letter-spacing: -.07em; line-height: 1.15; font-weight: 600; }
.statement h2 em { font-style: normal; color: var(--cobalt); }
.statement-copy { max-width: 410px; font-size: 17px; line-height: 2; color: #344154; }.statement-copy p { margin: 0 0 21px; }

.worlds { background: #0c1830; position: relative; }.worlds::before { content: ""; position: absolute; top: 11%; right: -10%; width: 42vw; aspect-ratio: 1; border-radius: 50%; border: 1px solid rgba(106,151,213,.16); box-shadow: 0 0 0 42px rgba(106,151,213,.04), 0 0 0 83px rgba(106,151,213,.025); }
.section-heading { position: relative; z-index: 1; }.section-heading h2 { margin-top: 33px; letter-spacing: -.04em; }
.world-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 84px; position: relative; z-index: 1; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.world-card { min-height: 310px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .3s ease, transform .3s ease; }
.world-card:hover { background: linear-gradient(150deg, rgba(26,78,143,.42), rgba(17,27,50,.1)); transform: translateY(-5px); }.world-card > span { color: #9eb7d7; font: 10px ui-monospace, SFMono-Regular, Menlo, monospace; }.world-card h3 { margin: 68px 0 10px; color: #e9eef7; font-size: clamp(35px, 3.5vw, 55px); font-weight: 500; letter-spacing: .04em; }.world-card p { margin: 0; color: #c3ccda; line-height: 1.8; }.world-card .world-name { color: #86a8d7; font-size: 13px; margin-bottom: 20px; }

.story { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(38px, 14vw, 200px); background: linear-gradient(150deg, #101c34, #07101f); }.story-quote { align-self: start; color: #dae2ec; font-size: clamp(31px, 4.1vw, 66px); line-height: 1.38; letter-spacing: .08em; }.story-copy h2 { margin: 35px 0 42px; font-size: clamp(35px, 4vw, 64px); letter-spacing: -.05em; line-height: 1.35; }.story-copy > p:not(.section-kicker) { max-width: 610px; color: #c8d2df; font-size: 17px; line-height: 2; }

.contact { background: var(--porcelain); color: var(--ink); }.contact-inner { display: grid; grid-template-columns: 1.2fr .8fr; gap: 45px; margin-top: 40px; align-items: end; }.contact h2 { letter-spacing: -.07em; }.contact-details { font-size: 15px; line-height: 2; color: #475366; }.contact-details a { display: inline-block; color: var(--cobalt); font: 18px ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: -.04em; border-bottom: 1px solid var(--cobalt); margin-bottom: 20px; }.contact-details p { margin: 5px 0; }

.site-footer { display: grid; grid-template-columns: 1fr auto 1fr; gap: 20px; align-items: center; padding: 30px clamp(22px, 4vw, 68px); border-top: 1px solid rgba(255,255,255,.12); color: #c3ccda; font-size: 12px; }.footer-brand { font-size: 15px; }.footer-brand .brand-symbol { width: 25px; height: 25px; }.site-footer p { text-align: center; margin: 0; }.site-footer a { text-align: right; font: 10px ui-monospace, SFMono-Regular, Menlo, monospace; color: #91aad0; }

@keyframes rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
@keyframes reveal { from { opacity: 0; transform: scale(1.06); } to { opacity: .92; transform: scale(1.025); } }

@media (max-width: 780px) {
  .site-header { height: 68px; }.site-nav { display: none; position: absolute; top: 68px; left: 0; right: 0; flex-direction: column; gap: 21px; padding: 28px 22px; background: rgba(7,16,31,.97); border-bottom: 1px solid var(--line); }.site-nav.is-open { display: flex; }.menu-toggle { display: block; }
  .hero { min-height: 780px; padding: 150px 25px 70px; align-items: flex-start; }.hero-art { left: 0; top: 33%; }.hero-art img { object-position: 64% center; }.hero::after { background: linear-gradient(180deg, rgba(3,8,17,.82), rgba(3,8,17,.23) 62%, rgba(3,8,17,.78)); }.hero-verse { margin-top: 27px; }.hero h1 { font-size: 72px; }.hero-lead { font-size: 16px; }.hero-caption { left: 25px; }.hero-signature { right: 20px; bottom: 24px; width: 112px; }
  .section-pad { padding: 78px 25px; }.statement-grid, .story, .contact-inner { grid-template-columns: 1fr; }.statement-grid { gap: 28px; }.statement h2, .section-heading h2, .contact h2 { font-size: 47px; }.world-grid { grid-template-columns: repeat(2, 1fr); margin-top: 55px; }.world-card { min-height: 245px; padding: 20px; }.world-card h3 { margin-top: 50px; font-size: 38px; }.story { gap: 46px; }.story-quote { font-size: 37px; }.story-copy h2 { font-size: 38px; }.story-copy > p:not(.section-kicker), .statement-copy { font-size: 15px; }.site-footer { grid-template-columns: 1fr; padding: 31px 25px; gap: 15px; }.site-footer p, .site-footer a { text-align: left; }
}

@media (max-width: 400px) { .hero h1 { font-size: 62px; }.world-grid { grid-template-columns: 1fr; }.world-card { min-height: 215px; } }
