/* Shared rhythm, clear reading order, and motion with a purpose. */
:root { --quiet-grid: linear-gradient(rgba(23,23,22,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(23,23,22,.025) 1px,transparent 1px); }
.hero, .why-sanctity, .footer-callout { background-image: var(--quiet-grid); background-size: 48px 48px; }
.hero-note { opacity:1; transform:rotate(var(--note-rotate)); animation: note-arrive .9s var(--ease) backwards; animation-delay: var(--note-delay); }
.hero-note.note-arrived { animation:none; opacity:1; }
.hero-notes { display:contents; }
.nav-actions { display:flex; justify-self:end; align-items:center; gap:22px; }
.nav-login { font-size:.9rem; padding:12px 0; }
.nav-login:hover { color:#4868c8; }
@keyframes paper-waddle { 0%,100% { transform:rotate(var(--paper-angle,0deg)); } 25% { transform:translate(-3px,-3px) rotate(calc(var(--paper-angle,0deg) - 3deg)); } 75% { transform:translate(3px,-3px) rotate(calc(var(--paper-angle,0deg) + 3deg)); } }
@media(hover:hover) {
 .hero-note.note-arrived:hover { --paper-angle:var(--note-rotate); animation:paper-waddle .65s ease-in-out infinite; }
 .principle-notes blockquote:hover,.cta-notes blockquote:hover { --paper-angle:-3deg; animation:paper-waddle .65s ease-in-out infinite; }
 .principle-notes blockquote:nth-child(2):hover,.cta-notes blockquote:nth-child(2):hover { --paper-angle:4deg; }
}
@keyframes note-arrive { from { opacity:0; transform:translateY(35px) rotate(0); } to { opacity:1; transform:rotate(var(--note-rotate)); } }
.note-yellow { left:0; top:22%; }
.note-blue { right:0; top:37%; }
.note-coral { left:2%; bottom:0; width:154px; font-size:.85rem; padding:22px; }
.hero-copy { z-index:4; }
.constitution::before { display:block; color:rgba(23,23,22,.035); }
.principle-workspace { position:relative; }
.principle-see-more { display:flex; align-items:center; gap:12px; padding:8px 0; border:0; background:none; color:#4868c8; cursor:pointer; font:inherit; font-size:.9rem; }
.principle-see-more:hover { color:#171716; }
.principle-see-more:focus-visible { outline:2px solid #4868c8; outline-offset:4px; }
.principle-detail > .text-link { margin-top:18px; }
.product-world-head > a { font-size:.85rem; }
.hc-mcq { margin:0; padding:0; border:0; min-width:0; }
.hc-question + .hc-mcq { margin-top:18px; }
.hc-mcq legend { font-size:.85rem; color:#c4c7ce; margin-bottom:12px; }
.hc-mcq label { position:relative; display:grid; grid-template-columns:28px minmax(0,1fr) 14px; gap:12px; align-items:center; min-height:54px; margin-top:8px; padding:12px 14px; border:1px solid #ffffff24; border-radius:10px; background:#181a1d; font-size:.92rem; line-height:1.3; cursor:pointer; transition:background .25s,border-color .25s; }
.hc-mcq input { position:absolute; opacity:0; width:1px; height:1px; }
.hc-letter { font-size:.78rem; color:#a4abc0; }
.hc-mcq label i { width:13px; height:13px; border:1px solid #8d95a3; border-radius:50%; }
.hc-mcq label:has(input:checked) { border-color:#5c83d9; background:#4d7ee8; color:#0b1220; }
.hc-mcq label:has(input:checked) .hc-letter { color:#172c51; }
.hc-mcq label:has(input:checked) i { border:4px solid #15274b; background:#c3d3f6; }
.hc-mcq label:has(input:focus-visible) { outline:2px solid #d4dff8; outline-offset:3px; }
.hc-mcq label:hover { border-color:#88a6eb; }
.hc-console { border-color: rgba(255,255,255,.34); box-shadow: 0 18px 42px rgba(0,0,0,.32), inset 0 1px 0 rgba(255,255,255,.12); }
.hc-mcq label { min-height:60px; border-color:rgba(255,255,255,.28); box-shadow: inset 0 1px 0 rgba(255,255,255,.04); }
.hc-mcq label:has(input:checked) { box-shadow: 0 0 0 3px rgba(77,126,232,.22), 0 10px 24px rgba(40,74,160,.26); }
.journey-question .preview-story { padding:38px 34px; }
.journey-question .preview-story h2 { font-size:clamp(1.75rem,2.5vw,2.3rem); font-weight:500; line-height:1.18; letter-spacing:.008em; margin:18px 0 22px; }
.journey-question .preview-story > p:not(.preview-kicker) { font-size:1rem; line-height:1.6; color:#646460; }
.preview-kicker { margin-top:40px; font-size:.75rem; letter-spacing:.12em; }
.journey-question .preview-choice { padding:38px 42px; }
.journey-question .preview-choice h3, .journey-question:not([data-journey-card="intro"]) .preview-choice h3 { font-size:clamp(2.2rem,3.2vw,3.2rem); line-height:1.13; letter-spacing:.012em; font-weight:500; margin:30px 0; }
.journey-question .preview-interface { min-height:570px; grid-template-columns:minmax(300px,.72fr) minmax(480px,1.28fr); }
.preview-options a { min-height:142px; }
.journey-question[data-journey-card="story"] .preview-choice-body { opacity:.78; }
.journey-question[data-journey-card="choice"] .preview-story { opacity:.65; }
.kinetic-word { display:inline-block; }
.kinetic-heading { overflow:clip; }
.js .kinetic-heading .kinetic-word { opacity:0; transform:translate3d(0,1.05em,0) rotate(2deg); transition:transform .85s var(--ease),opacity .7s ease; transition-delay:calc(var(--word-index) * 45ms); }
.js .kinetic-heading.text-arrived .kinetic-word { opacity:1; transform:none; }
.principle-workspace { display:grid; grid-template-columns:280px minmax(0,1fr); gap:64px; margin-top:60px; align-items:start; }
.principle-index-head { display:grid; gap:8px; padding:0 0 24px; border-bottom:1px solid #cececa; }
.principle-index-head > span { font-size:1rem; font-weight:500; }
.principle-index-head small { font-size:.8rem; color:#6a6a65; }
.principle-index button { width:100%; display:grid; grid-template-columns:28px 1fr 18px; gap:12px; padding:16px 12px; border:0; border-bottom:1px solid #d9d9d5; background:transparent; text-align:left; font-size:1rem; cursor:pointer; transition:background .25s,color .25s; }
.principle-index button > span { color:#7a7a75; font-size:.75rem; align-self:center; }
.principle-index button i { font-style:normal; opacity:0; }
.principle-index button[aria-pressed="true"] { background:#171716; color:#fff; border-radius:7px; border-color:transparent; }
.principle-index button[aria-pressed="true"] span { color:#b8b8b3; }
.principle-index button[aria-pressed="true"] i, .principle-index button:hover i { opacity:1; }
.principle-detail { min-width:0; padding:36px 40px; background:#fff; border:1px solid #e5e5e1; border-radius:22px; box-shadow:0 16px 40px rgba(23,23,22,.055); }
.principle-detail > header { display:flex; justify-content:space-between; gap:20px; color:#72726d; font-size:.8rem; }
.principle-detail h3 { margin:25px 0 18px; font-size:clamp(2.8rem,4vw,4.4rem); line-height:1.04; letter-spacing:.012em; }
.principle-statement { font-size:1.45rem; line-height:1.45; max-width:690px; margin:0 0 28px; }
.principle-article { border-left:3px solid #5c83d9; padding:3px 0 3px 22px; margin:28px 0 36px; }
.principle-article span { font-size:.8rem; color:#666662; }
.principle-article p { margin:10px 0 0; font-size:1.05rem; max-width:600px; }
.contribution-heading { display:flex; align-items:baseline; justify-content:space-between; gap:20px; }
.contribution-heading h4 { margin:0; font-size:1rem; }
.contribution-heading > span { font-size:.75rem; color:#767671; }
.principle-questions { list-style:none; padding:0; margin:18px 0; }
.principle-questions li { display:flex; gap:14px; padding:13px 0; border-top:1px solid #d5d5d0; font-size:.95rem; }
.principle-questions li::before { content:'↳'; color:#5c83d9; }
.principle-review { font-size:.9rem; color:#6c6c67; line-height:1.6; }
.principle-notes { display:flex; gap:26px; margin:32px 0; }
.principle-notes blockquote,.cta-notes blockquote { width:180px; aspect-ratio:1; margin:0; padding:23px; background:#efc84d; box-shadow:0 12px 23px rgba(34,31,19,.12); transform:rotate(-3deg); }
.principle-notes blockquote:nth-child(2),.cta-notes blockquote:nth-child(2) { background:#7c9be0; transform:rotate(4deg); }
.principle-notes span,.cta-notes span { font-size:.75rem; }
.principle-notes p,.cta-notes p { font-size:1.15rem; line-height:1.25; margin:13px 0 0; color:#171716; letter-spacing:0; text-transform:none; }
.principle-notes blockquote:hover,.cta-notes blockquote:hover { transform:rotate(0) translateY(-5px); transition:transform .3s; }
.country-context { margin:18px 0 2px; border-top:1px solid #d7d7d2; font-size:.9rem; }
.country-context summary { cursor:pointer; padding:13px 0; color:#585853; }
.country-context label { display:flex; align-items:center; justify-content:space-between; gap:15px; padding:8px 0 14px; }
.country-context select { font:inherit; max-width:65%; border:1px solid #cececa; border-radius:7px; padding:8px; background:#fff; color:#171716; }
.country-factors { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:10px; }
.country-factors div { background:#f0f0ed; border-radius:8px; padding:14px; box-shadow:0 3px 7px #17171608; }
.country-factors span { display:block; font-size:.75rem; color:#74746e; margin-bottom:8px; }
.country-factors p { font-size:.85rem; margin:0; line-height:1.45; }
.country-context small { display:block; color:#777772; font-size:.75rem; margin:12px 0; }
.game-studio { height:auto; min-height:580px; }
.products { overflow:visible; }
.product-world { position:sticky; top:96px; display:grid; grid-template-rows:auto minmax(0,1fr); height:740px; min-height:740px; padding:clamp(28px,4vw,54px); box-shadow:0 25px 60px rgba(25,25,23,.2),0 5px 12px rgba(25,25,23,.14); transition:none; }
.product-world:hover { transform:none; }
.product-human { z-index:1; margin-bottom:100px; }
.product-model { z-index:2; top:120px; }
.product-world-body { grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr); gap:54px; }
.product-motion { position:absolute; inset:0; width:100%; height:100%; pointer-events:none; z-index:0; }
.product-human::before,.product-model::before { display:none; }
.product-human::after { background:linear-gradient(90deg,rgba(9,10,10,.65),rgba(9,10,10,.2)); }
.product-model::after { background:linear-gradient(90deg,rgba(26,23,17,.8),rgba(26,23,17,.3)); }
.human-motion svg { position:absolute; left:50%; top:50%; width:100px; height:100px; fill:#dadbd7; opacity:.5; }
.human-motion svg:nth-child(3n) { fill:#4d7ee8; }
.model-motion { opacity:.16; image-rendering:pixelated; }
.product-copy h3 { font-size:clamp(2.5rem,4.2vw,4.1rem); line-height:1.06; }
.hc-console { background:rgba(18,19,20,.94); }
.hc-console > .hc-question { margin-top:0; }
.hc-console-head { font-size:.75rem; text-transform:none; letter-spacing:.01em; }
.hc-console-head i::before { display:none; }
.hc-question > span,.hc-answer > span { display:flex; gap:10px; align-items:center; font-size:.8rem; text-transform:none; letter-spacing:0; }
.hc-question b,.hc-answer b { display:grid; place-items:center; width:30px; height:30px; border:1px solid currentColor; border-radius:50%; font-size:.9rem; }
.hc-question strong,.hc-answer strong { font-size:1.35rem; line-height:1.3; margin-top:5px; }
.hc-question p,.hc-answer p { font-size:.95rem; line-height:1.5; margin:3px 0; color:inherit; opacity:.8; }
.hc-answer small { border-top:1px solid #15284c30; padding-top:13px; margin-top:8px; font-size:.7rem; text-transform:none; letter-spacing:0; }
.model-instrument { background:rgba(23,20,15,.92); }
.cta-notes { position:absolute; inset:0; pointer-events:none; }
.cta-notes blockquote { position:absolute; left:4%; top:17%; pointer-events:auto; }
.cta-notes blockquote:nth-child(2) { left:auto; right:4%; top:auto; bottom:12%; }
.footer-callout::before,.footer-callout::after { display:none; }
.footer-callout > h2 { max-width:800px; font-size:clamp(3.5rem,5.6vw,6rem); font-weight:600; color:#171716; }
.footer-callout h2 span { color:inherit; }
.footer-callout h2 .cta-trustworthy { color:#4d73d7; }
.footer-callout > p,.footer-callout > h2,.footer-callout-actions { position:relative; z-index:1; }
.footer-callout { min-height:680px; padding-inline:230px; }
@media(max-width:1390px) {
 .hero-notes { display:flex; justify-content:center; gap:32px; margin:44px auto 10px; width:100%; }
 .hero-note,.note-coral { position:relative; display:flex; inset:auto; width:170px; flex:0 0 170px; padding:24px; font-size:.9rem; }
}
@media(max-width:1100px) {
 .principle-workspace { grid-template-columns:235px minmax(0,1fr); gap:35px; }
 .product-world-body { gap:30px; }
 .footer-callout { padding-inline:150px; }
 .cta-notes blockquote { width:135px; padding:18px; left:1%; }
 .cta-notes blockquote:nth-child(2) { right:1%; }
 .cta-notes p { font-size:1rem; }
}
@media(max-width:880px) {
 .nav-shell { grid-template-columns:1fr auto auto; gap:16px; }
 .nav-actions { grid-column:2; grid-row:1; gap:12px; }
 .menu-toggle { grid-column:3; grid-row:1; }
 .principle-workspace { grid-template-columns:1fr; gap:35px; }
 .principle-index { display:grid; grid-template-columns:1fr 1fr; gap:0 12px; }
 .principle-index-head { grid-column:1/-1; }
 .product-world { position:relative; top:auto; height:auto; min-height:0; }
 .product-human { margin-bottom:28px; }
 .product-world-body { grid-template-columns:1fr; }
 .journey-question .preview-interface { grid-template-columns:1fr; }
 .journey-question .preview-story { min-height:0; padding:32px; }
 .preview-kicker { margin-top:20px; }
 .journey-question .preview-choice { padding:32px; }
 .footer-callout { padding:70px 24px 270px; }
 .cta-notes { display:flex; justify-content:center; gap:28px; align-items:flex-end; padding-bottom:50px; }
 .cta-notes blockquote,.cta-notes blockquote:nth-child(2) { position:static; width:165px; }
}
@media(max-width:590px) {
 .hero-notes { display:grid; grid-template-columns:repeat(2,minmax(0,160px)); gap:24px 18px; margin-top:42px; }
 .hero-note,.note-coral { width:100%; min-width:0; height:auto; padding:20px; font-size:.85rem; }
 .hero-note mark { font-size:.95rem; }
 .note-coral { grid-column:1/-1; justify-self:center; width:160px; }
 .principle-detail { padding:26px 22px; border-radius:17px; }
 .principle-detail > header { font-size:.7rem; gap:12px; }
 .hc-console-head { align-items:start; gap:12px; }
 .hc-console-head i { max-width:85px; text-align:right; }
 .principle-index button { padding:13px 8px; grid-template-columns:20px 1fr; gap:7px; font-size:.85rem; }
 .principle-index button i { display:none; }
 .principle-statement { font-size:1.2rem; }
 .contribution-heading { display:block; }
 .contribution-heading > span { display:block; margin-top:8px; }
 .principle-notes { gap:16px; }
 .principle-notes blockquote { width:calc(50% - 8px); padding:18px; }
 .principle-notes p { font-size:1rem; }
 .country-factors { grid-template-columns:1fr; }
 .country-factors div { display:grid; grid-template-columns:85px 1fr; gap:10px; }
 .journey-question .preview-story h2 { font-size:1.8rem; }
 .journey-question .preview-choice h3,.journey-question:not([data-journey-card="intro"]) .preview-choice h3 { font-size:2.25rem; }
 .product-world { padding:18px; border-radius:20px; }
}
@media(min-width:768px) and (max-width:1390px) {
 .hero { padding-block:76px 72px; }
 .hero-copy { width:calc(100% - 320px); max-width:880px; }
 .hero h1 { font-size:clamp(2.45rem,5vw,4.25rem); line-height:1.15; }
 .hero-subline { white-space:nowrap; }
 .hero-copy .eyebrow { font-size:1rem; line-height:1.45; }
 .hero-intro { font-size:1.05rem; }
 .hero-actions { gap:14px; }
 .hero-actions .button { padding-inline:17px; font-size:.85rem; }
 .hero-notes { display:contents; margin:0; }
 .hero-note,.note-coral { position:absolute; width:138px; padding:19px 16px; font-size:.82rem; }
 .hero-note mark { font-size:.9rem; }
 .note-yellow { left:6px; top:22%; }
 .note-blue { right:6px; left:auto; top:38%; }
 .note-coral { left:18px; top:auto; bottom:5%; }
}
@media(prefers-reduced-motion:reduce) {
 .hero-note,.hero-note.note-arrived:hover,.principle-notes blockquote:hover,.cta-notes blockquote:hover { animation:none !important; }
 .js .kinetic-heading .kinetic-word { opacity:1; transform:none; }
 .hero-note { opacity:1; transform:rotate(var(--note-rotate)); }
 .product-world { position:relative; top:auto; }
}
