
:root {
  --ink: #121822;
  --ink-2: #1b2431;
  --night: #0d141f;
  --night-2: #121c2a;
  --paper: #ffffff;
  --soft: #f4f5f2;
  --soft-2: #e9ece8;
  --line: #dfe3df;
  --muted: #606a75;
  --muted-light: #aeb7c2;
  --gold: #b58a3a;
  --gold-dark: #7d5b21;
  --gold-pale: #efe4c9;
  --max: 1180px;
  --radius: 18px;
  --shadow: 0 24px 80px rgba(13, 20, 31, .11);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
::selection { background: var(--gold-pale); color: var(--ink); }

.shell { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.narrow { max-width: 900px; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 1000; background: var(--paper); padding: 10px 14px; border-radius: 8px; box-shadow: var(--shadow); }
.skip-link:focus { top: 16px; }

.site-header { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid rgba(18, 24, 34, .08); background: rgba(255,255,255,.91); backdrop-filter: blur(18px); }
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; min-width: max-content; }
.brand-logo { width: 72px; height: auto; flex: none; }
.site-nav { display: flex; align-items: center; gap: 24px; }
.nav-link { font-size: 14px; font-weight: 650; color: #394350; position: relative; }
.nav-link::after { content: ""; position: absolute; height: 2px; left: 0; right: 100%; bottom: -9px; background: var(--gold); transition: right .22s ease; }
.nav-link:hover::after, .nav-link.is-current::after { right: 0; }
.nav-link.is-current { color: var(--ink); }
.home-link { order: -2; }
.nav-services-wrap { position: relative; order: -1; }
.service-menu { position: absolute; top: calc(100% + 19px); left: -24px; width: 390px; padding: 10px; border: 1px solid var(--line); background: rgba(255,255,255,.98); box-shadow: var(--shadow); border-radius: 15px; opacity: 0; visibility: hidden; transform: translateY(8px); transition: .18s ease; }
.nav-services-wrap:hover .service-menu, .nav-services-wrap:focus-within .service-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.service-menu a { display: grid; gap: 1px; padding: 10px 12px; border-radius: 10px; }
.service-menu a:hover { background: var(--soft); }
.service-menu span { font-size: 13px; font-weight: 750; }
.service-menu small { color: var(--muted); font-size: 11px; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); background: var(--paper); border-radius: 11px; padding: 11px; }
.menu-toggle span { display: block; height: 2px; background: var(--ink); margin: 4px 0; transition: .2s ease; }

.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 0 22px; border: 1px solid var(--ink); border-radius: 999px; background: var(--ink); color: var(--paper); font-size: 14px; font-weight: 750; letter-spacing: .01em; cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); background: var(--gold-dark); border-color: var(--gold-dark); }
.button-small { min-height: 40px; padding-inline: 17px; font-size: 13px; }
.button-ghost { background: transparent; color: var(--ink); border-color: rgba(18,24,34,.25); }
.button-ghost:hover { color: var(--paper); }
.button-light { background: var(--paper); color: var(--ink); border-color: var(--paper); }
.button-light:hover { color: var(--paper); }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--gold-dark); font-size: 14px; font-weight: 760; }
.text-link span { transition: transform .2s ease; }
a:hover > .text-link span, .text-link:hover span { transform: translateX(4px); }
.light-link { color: #ead8af; }

.eyebrow { margin: 0 0 16px; color: var(--gold-dark); font-size: 11px; font-weight: 850; letter-spacing: .19em; text-transform: uppercase; }
.hero { position: relative; overflow: hidden; }
.hero-home { min-height: 745px; display: grid; align-items: center; background: linear-gradient(180deg, #fbfbf8 0%, #f5f3ed 100%); }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 70px; align-items: center; padding-block: 110px 120px; position: relative; z-index: 2; }
.hero-copy h1, .page-hero h1 { margin: 0; font-size: clamp(48px, 6.3vw, 84px); line-height: .99; letter-spacing: -.055em; font-weight: 760; }
.hero-copy h1 span, .page-hero h1 span { color: var(--gold-dark); }
.hero-lead { max-width: 760px; margin: 25px 0 0; color: #495462; font-size: clamp(18px, 2vw, 21px); line-height: 1.6; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 10px 22px; padding: 0; margin: 30px 0 0; list-style: none; color: var(--muted); font-size: 13px; }
.hero-proof li::before { content: "•"; color: var(--gold); margin-right: 8px; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(1px); opacity: .5; }
.glow-one { width: 520px; height: 520px; right: -110px; top: -210px; background: radial-gradient(circle at 50% 50%, rgba(181,138,58,.18), rgba(181,138,58,0) 70%); }
.glow-two { width: 420px; height: 420px; left: 35%; bottom: -260px; background: radial-gradient(circle, rgba(51,76,96,.13), rgba(51,76,96,0) 70%); }
.hero-panel { min-height: 525px; position: relative; }
.hero-panel::before, .hero-panel::after { content: ""; position: absolute; border: 1px solid rgba(18,24,34,.11); border-radius: 50%; inset: 50% auto auto 50%; transform: translate(-50%,-50%); }
.hero-panel::before { width: 390px; height: 390px; }
.hero-panel::after { width: 255px; height: 255px; border-style: dashed; }
.orbit-card { position: absolute; display: grid; gap: 4px; width: 220px; padding: 18px; background: rgba(255,255,255,.94); border: 1px solid rgba(18,24,34,.1); border-radius: 16px; box-shadow: 0 16px 50px rgba(13,20,31,.08); transition: transform .2s ease, box-shadow .2s ease; }
a.orbit-card:hover { transform: translateY(-4px); box-shadow: 0 22px 60px rgba(13,20,31,.14); }
.orbit-card > span { color: var(--gold-dark); font-size: 11px; font-weight: 850; letter-spacing: .14em; }
.orbit-card strong { font-size: 16px; }
.orbit-card small { color: var(--muted); font-size: 12px; }
.orbit-main { width: 235px; left: 50%; top: 50%; transform: translate(-50%,-50%); text-align: center; justify-items: center; z-index: 2; background: var(--night); color: white; }
.orbit-main .mini-mark { display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; color: #e5c989; }
.orbit-main small { color: var(--muted-light); }
.orbit-app { top: 15px; left: 0; }
.orbit-web3 { top: 80px; right: -10px; }
.orbit-game { bottom: 45px; left: -15px; }
.orbit-interactive { bottom: 0; right: 5px; }

.page-hero { padding: 125px 0 105px; background: linear-gradient(180deg, #fafaf7, #f4f2eb); border-bottom: 1px solid var(--line); position: relative; overflow: hidden; }
.page-hero::after { content: "AU"; position: absolute; right: 5vw; bottom: -90px; font-size: clamp(180px, 28vw, 410px); font-weight: 900; letter-spacing: -.12em; color: rgba(181,138,58,.055); line-height: 1; pointer-events: none; }
.page-hero .narrow { position: relative; z-index: 1; }
.service-hero { padding-bottom: 115px; }
.contact-hero { padding-bottom: 90px; }
.blueprint-hero { background: #f6f3e9; }

.section { padding: 105px 0; }
.section-soft { background: var(--soft); }
.section-dark { background: var(--night); color: var(--paper); }
.section-dark .eyebrow { color: #d9ba76; }
.section-dark p { color: var(--muted-light); }
.section-intro { padding-top: 120px; }
.section-heading, .split-heading { display: flex; align-items: end; justify-content: space-between; gap: 70px; margin-bottom: 48px; }
.split-heading > div:first-child, .section-heading > div:first-child { max-width: 620px; }
.section-heading > p, .split-heading > p { max-width: 530px; margin: 0; color: var(--muted); font-size: 18px; }
h2 { margin: 0; font-size: clamp(34px, 4.2vw, 54px); line-height: 1.08; letter-spacing: -.04em; }
h3 { margin: 0; font-size: 20px; line-height: 1.25; letter-spacing: -.02em; }
p { margin-top: 0; }

.card-grid { display: grid; gap: 18px; }
.card-grid.four { grid-template-columns: repeat(4, 1fr); }
.card-grid.three { grid-template-columns: repeat(3, 1fr); }
.service-card { min-height: 290px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); display: flex; flex-direction: column; background: var(--paper); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); border-color: rgba(181,138,58,.45); }
.card-index, .capability-card > span, .process-card > span, .value-card > span, .model-card > span, .dark-card > span { color: var(--gold-dark); font-size: 11px; font-weight: 850; letter-spacing: .16em; }
.service-card h3 { margin-top: 48px; font-size: 24px; }
.service-card p { color: var(--muted); margin: 14px 0 30px; }
.service-card .text-link { margin-top: auto; }

.project-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.project-card { border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); overflow: hidden; background: var(--night-2); }
.project-visual, .project-detail-visual { min-height: 245px; padding: 28px; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; position: relative; isolation: isolate; }
.project-visual::before, .project-detail-visual::before { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(circle at 75% 20%, rgba(255,255,255,.23), transparent 24%), linear-gradient(145deg, rgba(255,255,255,.05), rgba(0,0,0,.35)); }
.project-visual::after, .project-detail-visual::after { content: ""; position: absolute; width: 190px; height: 190px; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; right: -55px; top: -45px; z-index: -1; box-shadow: 0 0 0 35px rgba(255,255,255,.04), 0 0 0 70px rgba(255,255,255,.025); }
.project-visual span, .project-detail-visual span { font-size: 15px; font-weight: 900; letter-spacing: .24em; }
.project-visual b, .project-detail-visual b { font-size: 32px; line-height: 1; letter-spacing: -.03em; }
.visual-pico { background: linear-gradient(145deg, #23495b, #172638 60%, #9a7630); color: white; }
.visual-cards { background: linear-gradient(145deg, #3b2c59, #16192c 55%, #92682c); color: white; }
.visual-aurena { background: linear-gradient(145deg, #d8e4df, #728f91 45%, #26394a); color: white; }
.visual-til { background: linear-gradient(145deg, #8ba590, #394d48 55%, #1c262b); color: white; }
.project-copy { padding: 25px; }
.project-copy p { color: var(--muted-light); }
.project-copy h3 { margin: 16px 0 10px; color: white; font-size: 25px; }
.meta-row { display: flex; justify-content: space-between; align-items: center; gap: 12px; color: var(--muted-light); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.status { padding: 5px 9px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; white-space: nowrap; }
.dark-status { color: var(--gold-dark); border-color: rgba(181,138,58,.35); }

.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.process-card { padding: 28px 0; border-top: 1px solid var(--line); }
.process-card h3 { margin: 30px 0 10px; font-size: 25px; }
.process-card p { color: var(--muted); }
.engagement-banner { display: grid; grid-template-columns: 1fr .9fr; gap: 70px; align-items: center; padding: 58px; background: var(--paper); border: 1px solid var(--line); border-radius: 25px; box-shadow: 0 22px 70px rgba(13,20,31,.07); }
.engagement-banner p:not(.eyebrow) { color: var(--muted); font-size: 18px; }
.engagement-options { display: grid; gap: 12px; }
.engagement-options a { display: grid; gap: 5px; padding: 21px; border: 1px solid var(--line); border-radius: 14px; transition: .2s ease; }
.engagement-options a:hover { border-color: var(--gold); transform: translateX(4px); }
.engagement-options span { color: var(--gold-dark); font-size: 11px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.engagement-options strong { font-size: 17px; }
.cta-section { padding-top: 55px; }
.cta-panel { padding: 75px; border-radius: 26px; text-align: center; background: linear-gradient(145deg, #f4eddd, #fbfaf6); border: 1px solid #e4d8bb; }
.cta-panel h2 { max-width: 850px; margin-inline: auto; }
.cta-panel > p:not(.eyebrow) { max-width: 650px; margin: 18px auto 30px; color: var(--muted); font-size: 18px; }
.cta-panel .button { margin-top: 28px; }

.site-footer { padding: 80px 0 28px; background: #090f17; color: white; }
.footer-grid { display: grid; grid-template-columns: 1.45fr repeat(3, 1fr); gap: 55px; }
.brand-footer { margin-bottom: 22px; }
.brand-footer .brand-logo { width: 108px; }
.footer-grid p { color: var(--muted-light); max-width: 330px; }
.footer-grid h2 { margin: 3px 0 18px; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: #d7bd82; }
.footer-grid > div:not(:first-child) > a { display: block; padding: 5px 0; color: #c8d0d8; font-size: 14px; }
.footer-grid > div:not(:first-child) > a:hover { color: white; }
.footer-base { display: flex; justify-content: space-between; gap: 20px; margin-top: 65px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.11); color: #89939f; font-size: 12px; }
.footer-meta a { color: #cbb478; }

.service-feature-list { display: grid; }
.service-feature { display: grid; grid-template-columns: 120px 1fr; gap: 38px; padding: 70px 0; border-bottom: 1px solid var(--line); }
.service-feature:first-child { padding-top: 0; }
.service-feature:last-child { border-bottom: 0; padding-bottom: 0; }
.feature-number { font-size: 12px; font-weight: 850; letter-spacing: .16em; color: var(--gold-dark); padding-top: 10px; }
.service-feature p:not(.eyebrow) { max-width: 780px; color: var(--muted); font-size: 18px; }
.chip-list { display: flex; flex-wrap: wrap; gap: 9px; list-style: none; padding: 0; margin: 25px 0; }
.chip-list li { padding: 8px 12px; background: var(--soft); border: 1px solid var(--line); border-radius: 999px; color: #47515d; font-size: 12px; font-weight: 700; }
.compact-cards .dark-card { min-height: 220px; }
.dark-card { padding: 26px; border: 1px solid rgba(255,255,255,.13); border-radius: var(--radius); background: rgba(255,255,255,.025); }
.dark-card > span { color: #d6b76f; }
.dark-card h3 { margin: 38px 0 12px; color: white; }
.dark-card p { margin: 0; }

.capability-card { min-height: 255px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); }
.capability-card h3 { margin: 44px 0 12px; font-size: 23px; }
.capability-card p { margin: 0; color: var(--muted); }
.outcome-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: start; }
.check-list { list-style: none; padding: 0; margin: 0; }
.check-list li { position: relative; padding: 14px 0 14px 34px; border-bottom: 1px solid rgba(18,24,34,.11); }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 14px; color: var(--gold-dark); font-weight: 900; }
.check-list li:first-child { padding-top: 0; }
.check-list li:first-child::before { top: 0; }
.two-column-checks { columns: 2; column-gap: 50px; }
.two-column-checks li { break-inside: avoid; }
.timeline { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border-top: 1px solid var(--line); }
.timeline-item { padding: 28px 26px 0 0; position: relative; }
.timeline-item::before { content: ""; position: absolute; width: 9px; height: 9px; border-radius: 50%; background: var(--gold); top: -5px; left: 0; }
.timeline-item span { color: var(--gold-dark); font-size: 11px; font-weight: 850; letter-spacing: .15em; }
.timeline-item h3 { margin: 35px 0 12px; }
.timeline-item p { color: var(--muted); }
.tech-section { padding-block: 85px; }
.tech-section .split-heading { margin-bottom: 0; }
.principle-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.principle { padding-top: 25px; border-top: 2px solid var(--gold-pale); }
.principle h3 { margin-bottom: 12px; }
.principle p { color: var(--muted); }
.platform-grid { display: grid; grid-template-columns: 1fr .8fr .8fr; gap: 22px; align-items: stretch; }
.platform-grid > div:first-child { padding-right: 35px; }
.platform-grid > div:first-child p:not(.eyebrow) { color: var(--muted); }
.platform-card { padding: 30px; border-radius: var(--radius); background: var(--paper); border: 1px solid var(--line); }
.platform-tag, .plan-tag { display: inline-block; color: var(--gold-dark); font-size: 11px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.platform-card h3 { margin: 46px 0 12px; }
.platform-card p { color: var(--muted); }
.model-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.model-card { padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); }
.model-card h3 { margin: 44px 0 12px; }
.model-card p { color: var(--muted); }

.project-detail-section { padding-block: 90px; }
.project-detail { display: grid; grid-template-columns: .92fr 1.08fr; gap: 70px; align-items: center; }
.project-detail.reverse .project-detail-visual { order: 2; }
.project-detail-visual { min-height: 430px; border-radius: 24px; box-shadow: var(--shadow); }
.project-detail-visual span { font-size: 18px; }
.project-detail-visual b { font-size: clamp(37px, 5vw, 64px); }
.project-detail-copy h2 { margin: 20px 0; }
.lead-copy { color: var(--ink) !important; font-size: 21px; line-height: 1.55; }
.project-detail-copy > p { color: var(--muted); }
.contribution { margin-top: 30px; padding-top: 25px; border-top: 1px solid var(--line); }
.contribution h3 { margin-bottom: 12px; font-size: 14px; letter-spacing: .1em; text-transform: uppercase; }
.contribution ul { margin: 0; padding-left: 20px; color: var(--muted); }

.model-stack { display: grid; }
.engagement-model { display: grid; grid-template-columns: 120px 1fr; gap: 38px; padding: 70px 0; border-bottom: 1px solid var(--line); }
.engagement-model:first-child { padding-top: 0; }
.engagement-model:last-child { border-bottom: 0; padding-bottom: 0; }
.model-number { color: var(--gold-dark); font-size: 12px; font-weight: 850; letter-spacing: .16em; padding-top: 10px; }
.engagement-model > div:last-child > p:not(.eyebrow) { color: var(--muted); max-width: 830px; font-size: 18px; }
.two-col-list { display: grid; grid-template-columns: 1fr 1fr; gap: 55px; margin-top: 35px; }
.two-col-list h3 { margin-bottom: 12px; font-size: 14px; text-transform: uppercase; letter-spacing: .1em; }
.two-col-list ul { margin: 0; padding-left: 19px; color: var(--muted); }

.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: stretch; }
.support-card { padding: 32px; border: 1px solid var(--line); border-radius: 20px; display: flex; flex-direction: column; }
.support-card.featured { background: var(--night); color: white; border-color: var(--night); transform: translateY(-14px); box-shadow: var(--shadow); }
.support-card h3 { margin: 45px 0 12px; font-size: 27px; }
.support-card p { color: var(--muted); }
.support-card.featured p, .support-card.featured li { color: var(--muted-light); }
.support-card ul { padding-left: 20px; margin: 18px 0 32px; }
.support-card .button { margin-top: auto; }
.support-card.featured .plan-tag { color: #e1c580; }

.about-statement { max-width: 930px; }
.about-statement h2 { max-width: 800px; }
.about-statement > p:not(.eyebrow) { color: var(--muted); font-size: 22px; margin-top: 25px; }
.value-card { padding-top: 24px; border-top: 1px solid var(--line); }
.value-card h3 { margin: 38px 0 12px; }
.value-card p { color: var(--muted); }

.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
.contact-copy > p:not(.eyebrow) { color: var(--muted); font-size: 18px; }
.contact-copy .check-list { margin-top: 30px; }
.contact-note { margin-top: 32px; padding: 20px; background: var(--soft); border-left: 3px solid var(--gold); }
.contact-note p { margin: 4px 0 0; color: var(--muted); }
.contact-form { padding: 38px; border: 1px solid var(--line); border-radius: 22px; box-shadow: 0 24px 70px rgba(13,20,31,.07); }
.contact-form label { display: grid; gap: 8px; margin-bottom: 18px; font-size: 13px; font-weight: 760; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
input, select, textarea { width: 100%; border: 1px solid #cfd5d2; border-radius: 10px; padding: 13px 14px; color: var(--ink); background: #fbfcfb; outline: none; transition: border-color .2s ease, box-shadow .2s ease; }
textarea { resize: vertical; min-height: 150px; }
input:focus, select:focus, textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(181,138,58,.13); }
.form-note { margin: 14px 0 0; color: var(--muted); font-size: 12px; }
.form-note.success { color: #3b6a4c; font-weight: 700; }
.next-steps > .eyebrow { margin-bottom: 35px; }

.blueprint-grid { display: grid; grid-template-columns: 320px 1fr; gap: 60px; align-items: start; }
.blueprint-tree { position: sticky; top: 110px; padding: 28px; border: 1px solid var(--line); border-radius: 18px; background: var(--soft); }
.blueprint-tree h2 { font-size: 32px; }
.site-tree, .site-tree ul { list-style: none; padding-left: 0; }
.site-tree { margin: 25px 0 0; }
.site-tree > li { padding: 8px 0; border-bottom: 1px solid rgba(18,24,34,.1); font-weight: 750; }
.site-tree ul { padding: 8px 0 0 16px; }
.site-tree ul li { padding: 4px 0; color: var(--muted); font-weight: 500; font-size: 13px; }
.site-tree a:hover { color: var(--gold-dark); }
.blueprint-note { margin-top: 25px; padding-top: 20px; border-top: 1px solid rgba(18,24,34,.1); }
.blueprint-note p { color: var(--muted); font-size: 13px; margin: 5px 0 0; }
.blueprint-pages { display: grid; gap: 18px; }
.blueprint-card { padding: 32px; border: 1px solid var(--line); border-radius: 18px; }
.blueprint-card > span { color: var(--gold-dark); font-size: 11px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.blueprint-card h2 { font-size: 29px; margin: 18px 0; }
.blueprint-card p { color: var(--muted); }
.blueprint-card p:last-child { margin-bottom: 0; }
.launch-checklist h2 { margin-bottom: 35px; }

.reveal { opacity: 0; transform: translateY(16px); transition: opacity .55s ease, transform .55s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1050px) {
  .site-nav { gap: 16px; }
  .nav-link { font-size: 13px; }
  .hero-grid { grid-template-columns: 1fr; padding-block: 90px; }
  .hero-panel { max-width: 650px; width: 100%; margin-inline: auto; }
  .card-grid.four { grid-template-columns: repeat(2, 1fr); }
  .project-grid { grid-template-columns: 1fr 1fr; }
  .project-grid .project-card:last-child { grid-column: 1 / -1; }
  .project-grid .project-card:last-child { display: grid; grid-template-columns: .8fr 1.2fr; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 1 / -1; }
  .platform-grid { grid-template-columns: 1fr 1fr; }
  .platform-grid > div:first-child { grid-column: 1 / -1; }
  .model-grid { grid-template-columns: repeat(2, 1fr); }
  .timeline { grid-template-columns: repeat(2, 1fr); row-gap: 45px; }
  .project-detail { gap: 45px; }
  .contact-grid { gap: 50px; }
}

@media (max-width: 850px) {
  .menu-toggle { display: block; }
  .site-nav { position: fixed; inset: 79px 0 auto 0; height: calc(100vh - 79px); background: var(--paper); display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 20px; overflow-y: auto; }
  .site-nav.is-open { display: flex; }
  .site-nav > .nav-link, .nav-services-wrap > .nav-link { display: block; padding: 14px 4px; border-bottom: 1px solid var(--line); font-size: 17px; }
  .nav-link::after { display: none; }
  .nav-services-wrap { order: initial; }
  .home-link { order: -2; }
  .service-menu { position: static; width: auto; opacity: 1; visibility: visible; transform: none; box-shadow: none; border: 0; padding: 5px 0 12px 13px; }
  .service-menu a { padding: 8px; }
  .nav-cta { margin-top: 18px; }
  .section-heading, .split-heading { display: grid; gap: 22px; align-items: start; }
  .project-grid { grid-template-columns: 1fr; }
  .project-grid .project-card:last-child { grid-column: auto; display: block; }
  .engagement-banner { grid-template-columns: 1fr; padding: 40px; gap: 35px; }
  .card-grid.three { grid-template-columns: repeat(2, 1fr); }
  .outcome-layout { grid-template-columns: 1fr; gap: 40px; }
  .principle-grid { grid-template-columns: 1fr; gap: 24px; }
  .project-detail, .project-detail.reverse { grid-template-columns: 1fr; }
  .project-detail.reverse .project-detail-visual { order: initial; }
  .pricing-grid { grid-template-columns: 1fr; }
  .support-card.featured { transform: none; }
  .contact-grid { grid-template-columns: 1fr; }
  .blueprint-grid { grid-template-columns: 1fr; }
  .blueprint-tree { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  .shell { width: min(calc(100% - 28px), var(--max)); }
  .header-inner { min-height: 70px; }
  .site-nav { inset: 71px 0 auto 0; height: calc(100vh - 71px); }
  .brand-logo { width: 64px; }
  .brand-footer .brand-logo { width: 92px; }
  .hero-home { min-height: auto; }
  .hero-grid { padding-block: 75px 85px; }
  .hero-copy h1, .page-hero h1 { font-size: clamp(43px, 13vw, 64px); }
  .hero-lead { font-size: 17px; }
  .hero-panel { min-height: 570px; }
  .hero-panel::before { width: 305px; height: 305px; }
  .hero-panel::after { width: 200px; height: 200px; }
  .orbit-card { width: 190px; padding: 15px; }
  .orbit-main { width: 205px; }
  .orbit-app { top: 20px; left: 0; }
  .orbit-web3 { top: 145px; right: 0; }
  .orbit-game { bottom: 110px; left: 0; }
  .orbit-interactive { bottom: 0; right: 0; }
  .page-hero { padding: 90px 0 75px; }
  .section { padding: 75px 0; }
  .section-intro { padding-top: 85px; }
  .card-grid.four, .card-grid.three, .process-grid, .platform-grid, .model-grid { grid-template-columns: 1fr; }
  .service-feature, .engagement-model { grid-template-columns: 1fr; gap: 15px; padding: 55px 0; }
  .feature-number, .model-number { padding-top: 0; }
  .timeline { grid-template-columns: 1fr; }
  .two-col-list { grid-template-columns: 1fr; gap: 28px; }
  .project-detail-visual { min-height: 320px; }
  .two-column-checks { columns: 1; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form { padding: 24px; }
  .cta-panel { padding: 50px 24px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-base { flex-direction: column; }
}

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

/* Shared studio language for the supporting pages. */
body:not(.aumora-home) {
  background: #080d14;
  color: #f4f6fa;
}

body:not(.aumora-home) .site-header {
  border-bottom-color: rgba(232, 240, 255, .12);
  background: rgba(8, 13, 20, .88);
  color: #e8f0ff;
}
body:not(.aumora-home) .nav-link { color: #c4d1e2; }
body:not(.aumora-home) .nav-link.is-current { color: #f4f6fa; }
body:not(.aumora-home) .nav-link::after { background: #f4ba88; }
body:not(.aumora-home) .service-menu {
  border-color: rgba(232, 240, 255, .14);
  background: rgba(12, 20, 34, .98);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .35);
}
body:not(.aumora-home) .service-menu a:hover { background: rgba(185, 202, 250, .1); }
body:not(.aumora-home) .service-menu small { color: #9aaac0; }
body:not(.aumora-home) .menu-toggle {
  border-color: rgba(232, 240, 255, .22);
  background: #101a2b;
}
body:not(.aumora-home) .menu-toggle span { background: #e8f0ff; }

body:not(.aumora-home) .page-hero {
  background:
    radial-gradient(circle at 82% 18%, rgba(120, 140, 255, .16), transparent 28%),
    linear-gradient(135deg, #0d1626 0%, #080d14 72%);
  border-bottom-color: rgba(232, 240, 255, .12);
}
body:not(.aumora-home) .page-hero::after {
  color: rgba(120, 140, 255, .08);
}
body:not(.aumora-home) .page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .25;
  pointer-events: none;
  background-image: linear-gradient(rgba(232, 240, 255, .045) 1px, transparent 1px), linear-gradient(90deg, rgba(232, 240, 255, .045) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(90deg, black, transparent 75%);
}
body:not(.aumora-home) .page-hero .narrow { position: relative; z-index: 1; }
body:not(.aumora-home) .eyebrow,
body:not(.aumora-home) .card-index,
body:not(.aumora-home) .capability-card > span,
body:not(.aumora-home) .process-card > span,
body:not(.aumora-home) .value-card > span,
body:not(.aumora-home) .model-card > span,
body:not(.aumora-home) .dark-card > span,
body:not(.aumora-home) .feature-number,
body:not(.aumora-home) .model-number,
body:not(.aumora-home) .platform-tag,
body:not(.aumora-home) .plan-tag,
body:not(.aumora-home) .blueprint-card > span {
  color: #f4ba88;
}
body:not(.aumora-home) .page-hero h1 span,
body:not(.aumora-home) h2 span { color: #b9cafa; }
body:not(.aumora-home) .hero-lead,
body:not(.aumora-home) .section-heading > p,
body:not(.aumora-home) .split-heading > p { color: #aebbd0; }

body:not(.aumora-home) .section { background: #080d14; }
body:not(.aumora-home) .section-soft { background: #0d1626; }
body:not(.aumora-home) .section-dark { background: #050910; }
body:not(.aumora-home) .service-card,
body:not(.aumora-home) .capability-card,
body:not(.aumora-home) .platform-card,
body:not(.aumora-home) .model-card,
body:not(.aumora-home) .support-card,
body:not(.aumora-home) .blueprint-card,
body:not(.aumora-home) .engagement-banner,
body:not(.aumora-home) .cta-panel,
body:not(.aumora-home) .contact-form {
  background: #101a2b;
  border-color: rgba(232, 240, 255, .13);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .18);
}
body:not(.aumora-home) .service-card:hover,
body:not(.aumora-home) .capability-card:hover { border-color: rgba(244, 186, 136, .65); }
body:not(.aumora-home) .service-card p,
body:not(.aumora-home) .capability-card p,
body:not(.aumora-home) .platform-card p,
body:not(.aumora-home) .model-card p,
body:not(.aumora-home) .value-card p,
body:not(.aumora-home) .principle p,
body:not(.aumora-home) .engagement-model > div:last-child > p:not(.eyebrow),
body:not(.aumora-home) .two-col-list ul,
body:not(.aumora-home) .contact-copy > p:not(.eyebrow),
body:not(.aumora-home) .contact-note p,
body:not(.aumora-home) .blueprint-card p,
body:not(.aumora-home) .blueprint-note p { color: #aebbd0; }
body:not(.aumora-home) .service-feature,
body:not(.aumora-home) .engagement-model,
body:not(.aumora-home) .contribution,
body:not(.aumora-home) .principle,
body:not(.aumora-home) .value-card,
body:not(.aumora-home) .process-card { border-color: rgba(232, 240, 255, .13); }
body:not(.aumora-home) .button { background: #f4ba88; border-color: #f4ba88; color: #111b2c; }
body:not(.aumora-home) .button:hover { background: #ffcf9f; border-color: #ffcf9f; }
body:not(.aumora-home) .button-ghost { background: transparent; border-color: rgba(232, 240, 255, .3); color: #e8f0ff; }
body:not(.aumora-home) .button-ghost:hover { background: #e8f0ff; color: #111b2c; }
body:not(.aumora-home) .button-light { background: #e8f0ff; border-color: #e8f0ff; color: #111b2c; }
body:not(.aumora-home) .button-light:hover { background: #b9cafa; border-color: #b9cafa; }
body:not(.aumora-home) .text-link { color: #f4ba88; }
body:not(.aumora-home) .lead-copy { color: #e8f0ff !important; }
body:not(.aumora-home) .check-list li,
body:not(.aumora-home) .timeline { border-color: rgba(232, 240, 255, .13); }
body:not(.aumora-home) .check-list li::before,
body:not(.aumora-home) .timeline-item::before { color: #f4ba88; background-color: #f4ba88; }
body:not(.aumora-home) .contact-note,
body:not(.aumora-home) .blueprint-tree { background: #101a2b; border-color: rgba(244, 186, 136, .35); }
body:not(.aumora-home) input,
body:not(.aumora-home) select,
body:not(.aumora-home) textarea { background: #080d14; color: #f4f6fa; border-color: rgba(232, 240, 255, .22); }
body:not(.aumora-home) input:focus,
body:not(.aumora-home) select:focus,
body:not(.aumora-home) textarea:focus { border-color: #f4ba88; box-shadow: 0 0 0 3px rgba(244, 186, 136, .16); }
body:not(.aumora-home) .form-note { color: #9aaac0; }
body:not(.aumora-home) .form-note.success { color: #a9e1c1; }
body:not(.aumora-home) .site-tree > li { border-color: rgba(232, 240, 255, .13); }
body:not(.aumora-home) .site-tree ul li { color: #aebbd0; }
body:not(.aumora-home) .site-tree a:hover { color: #f4ba88; }
body:not(.aumora-home) .site-footer { background: #050910; border-top: 1px solid rgba(232, 240, 255, .1); }
body:not(.aumora-home) .footer-meta a { color: #f4ba88; }
body:not(.aumora-home) .legal-hero { padding-bottom: 80px; }
body:not(.aumora-home) .legal-meta { margin: 24px 0 0; color: #9aaac0; font-size: 14px; }
body:not(.aumora-home) .legal-section { padding-top: 85px; }
body:not(.aumora-home) .legal-content { max-width: 840px; }
body:not(.aumora-home) .legal-content > p,
body:not(.aumora-home) .legal-content li { color: #aebbd0; }
body:not(.aumora-home) .legal-content h2 { margin-top: 52px; font-size: clamp(26px, 3vw, 36px); }
body:not(.aumora-home) .legal-content a { color: #b9cafa; text-decoration: underline; text-decoration-color: rgba(244, 186, 136, .65); text-underline-offset: 3px; }
body:not(.aumora-home) .legal-summary { margin: 30px 0 42px; padding: 20px 24px; border-left: 3px solid #f4ba88; background: rgba(185, 202, 250, .09); color: #e8f0ff !important; }

@media (max-width: 850px) {
  body:not(.aumora-home) .site-nav { background: #080d14; border-top: 1px solid rgba(232, 240, 255, .12); }
  body:not(.aumora-home) .site-nav > .nav-link,
  body:not(.aumora-home) .nav-services-wrap > .nav-link { border-color: rgba(232, 240, 255, .13); }
}
