/*
Theme Name: DEanalytics
Theme URI: https://deanalytics.com.au
Author: DEanalytics Pty Ltd
Description: Custom DEanalytics theme for Ganna, RAFE, research and company enquiries.
Version: 1.0.0
Requires at least: 6.6
Requires PHP: 8.1
Text Domain: deanalytics
*/

:root {
  --ink: #091a33;
  --navy: #07172e;
  --navy-soft: #102742;
  --paper: #f3f6f6;
  --bright: #ffffff;
  --cyan: #10c9ef;
  --teal: #079fa6;
  --aqua: #73e7e7;
  --muted: #607080;
  --line: rgba(9, 26, 51, 0.16);
  --dark-line: rgba(255, 255, 255, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; font-size: 16px; }
main, section, figure, div { min-width: 0; }
img { display: block; height: auto; max-width: 100%; }
a { color: inherit; text-decoration: none; }
::selection { background: var(--cyan); color: var(--ink); }

.site-header { align-items: center; backdrop-filter: blur(18px); background: rgba(255, 255, 255, 0.92); border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 1fr auto 1fr; height: 78px; left: 0; padding: 0 3.2vw; position: sticky; right: 0; top: 0; z-index: 50; }
.brand-logo { display: block; height: 56px; overflow: hidden; position: relative; width: 250px; }
.brand-logo-window { inset: 0; overflow: hidden; position: absolute; }
.brand-logo img { height: auto; left: -15px; max-width: none; position: absolute; top: -24px; width: 282px; }
.brand { align-items: center; display: inline-flex; font-size: 1.08rem; font-weight: 650; gap: 11px; letter-spacing: -0.035em; width: fit-content; }
.brand-mark { align-items: center; border: 1px solid currentColor; border-radius: 50%; display: inline-flex; height: 22px; justify-content: center; position: relative; width: 22px; }
.brand-mark::before, .brand-mark::after { border: 1px solid currentColor; border-radius: 50%; content: ""; position: absolute; }
.brand-mark::before { height: 8px; width: 8px; }
.brand-mark::after { height: 2px; width: 2px; }
.brand-mark span { background: currentColor; height: 1px; position: absolute; transform: rotate(-36deg); width: 28px; }
nav { display: flex; gap: 28px; }
nav a, .nav-cta { font-size: 0.875rem; font-weight: 580; }
nav a { color: #41546a; transition: color 180ms ease; }
nav a:hover { color: var(--teal); }
.nav-cta { align-items: center; display: inline-flex; gap: 8px; justify-self: end; }
.nav-cta span, .button span, .external-link span, .portal-link span { transition: transform 180ms ease; }
.nav-cta:hover span, .button:hover span, .external-link:hover span, .portal:hover .portal-link span { transform: translate(3px, -3px); }

.eyebrow { align-items: center; display: flex; font-family: "Courier New", Courier, monospace; font-size: 0.78rem; font-weight: 600; letter-spacing: 0.075em; margin: 0 0 34px; text-transform: uppercase; }
.status-dot { background: var(--cyan); border-radius: 50%; box-shadow: 0 0 0 5px rgba(16, 201, 239, 0.15); height: 7px; margin-right: 12px; width: 7px; }
h1 { font-size: clamp(3.4rem, 6vw, 7rem); font-weight: 560; letter-spacing: -0.07em; line-height: 0.9; margin: 0; max-width: 950px; }
h1 span { color: #718091; font-weight: 390; }
.hero-intro { color: #4e6174; font-size: clamp(1.03rem, 1.25vw, 1.27rem); line-height: 1.6; margin: 42px 0 0; max-width: 690px; }
.hero-actions { align-items: center; display: flex; gap: 28px; margin-top: 36px; }
.button { align-items: center; border: 1px solid var(--ink); border-radius: 999px; display: inline-flex; font-size: 0.88rem; font-weight: 650; gap: 18px; justify-content: center; padding: 15px 21px; width: fit-content; }
.button-primary { background: var(--ink); color: var(--bright); transition: background 180ms ease, color 180ms ease; }
.button-primary:hover { background: var(--cyan); color: var(--ink); }
.text-link { align-items: center; border-bottom: 1px solid var(--line); display: inline-flex; font-size: 0.88rem; font-weight: 600; gap: 16px; padding: 11px 0; }
.conference-note { border-top: 1px solid var(--line); color: var(--muted); font-family: "Courier New", Courier, monospace; font-size: 0.75rem; letter-spacing: 0.035em; line-height: 1.6; margin: auto 0 0; max-width: 650px; padding-top: 22px; text-transform: uppercase; }

.portfolio-hero { display: grid; grid-template-columns: minmax(0, 1.03fr) minmax(520px, 0.97fr); min-height: calc(100vh - 78px); }
.portfolio-copy { display: flex; flex-direction: column; justify-content: center; padding: 7vw 5vw 5vw 6.4vw; }
.home-brand-stage { align-items: stretch; background: #fff; border-left: 1px solid var(--line); display: flex; flex-direction: column; justify-content: space-between; margin: 0; min-height: 720px; overflow: hidden; padding: 30px 34px 28px; }
.home-brand-stage img { align-self: center; margin: auto; object-fit: contain; width: min(100%, 760px); }
.brand-stage-meta { border-bottom: 1px solid var(--line); color: var(--muted); display: flex; font-family: "Courier New", Courier, monospace; font-size: 0.72rem; justify-content: space-between; letter-spacing: 0.055em; padding-bottom: 14px; text-transform: uppercase; }
.home-brand-stage figcaption { border-top: 1px solid var(--line); color: var(--teal); font-family: "Courier New", Courier, monospace; font-size: 0.76rem; font-weight: 650; letter-spacing: 0.055em; padding-top: 16px; text-transform: uppercase; }
.home-projects { background: var(--navy); color: var(--bright); padding: 108px 6.4vw 124px; }
.home-projects-intro { display: grid; gap: 8vw; grid-template-columns: 1.25fr 0.75fr; margin-top: 70px; }
.home-projects-intro h2 { font-size: clamp(2.75rem, 5vw, 6rem); font-weight: 430; letter-spacing: -0.065em; line-height: 0.96; margin: 0; }
.home-projects-intro p { align-self: end; color: #9badbc; line-height: 1.7; margin: 0; max-width: 470px; }
.project-console { background: var(--navy-soft); border: 1px solid var(--dark-line); color: var(--bright); display: grid; grid-template-columns: 1fr 1fr; margin-top: 76px; min-height: 520px; overflow: hidden; }
.console-head { align-items: center; border-bottom: 1px solid var(--dark-line); color: #96a9ba; display: flex; font-family: "Courier New", Courier, monospace; font-size: 0.75rem; justify-content: space-between; letter-spacing: 0.055em; padding: 24px 34px; }
.portal { display: flex; flex-direction: column; justify-content: space-between; min-height: 0; overflow: hidden; padding: 30px 38px 31px; position: relative; transition: background 220ms ease; }
.portal::after { border: 1px solid rgba(255, 255, 255, 0.13); border-radius: 50%; content: ""; height: 220px; position: absolute; right: 26px; top: 50%; transform: translateY(-50%); transition: transform 320ms ease, border-color 220ms ease; width: 220px; }
.portal::before { border: 1px solid rgba(16, 201, 239, 0.45); border-radius: 50%; content: ""; height: 104px; position: absolute; right: 84px; top: 50%; transform: translateY(-50%); width: 104px; }
.portal:hover::after { border-color: var(--cyan); transform: translateY(-50%) scale(1.08); }
.portal + .portal { border-left: 1px solid var(--dark-line); }
.portal-ganna { background: linear-gradient(135deg, rgba(7, 159, 166, 0.13), transparent 60%); }
.portal-rafe { background: linear-gradient(135deg, rgba(16, 201, 239, 0.1), transparent 60%); }
.portal:hover { background-color: #0c223d; }
.portal-meta { color: #93a7b8; display: flex; font-family: "Courier New", Courier, monospace; font-size: 0.75rem; justify-content: space-between; letter-spacing: 0.055em; }
.portal-name { color: var(--cyan); font-family: "Courier New", Courier, monospace; font-size: 0.79rem; font-weight: 700; letter-spacing: 0.15em; margin: 0 0 12px; }
.portal h2 { font-size: clamp(1.8rem, 2.7vw, 3.2rem); font-weight: 470; letter-spacing: -0.05em; line-height: 1; margin: 0; max-width: 68%; position: relative; z-index: 1; }
.portal p:not(.portal-name) { color: #a9b7c3; font-size: 0.95rem; line-height: 1.55; margin: 16px 0 0; max-width: 68%; position: relative; z-index: 1; }
.portal-link { align-items: center; display: inline-flex; font-size: 0.88rem; font-weight: 650; gap: 10px; }

.portfolio-thesis, .research, .about { padding: 108px 6.4vw 122px; }
.section-kicker { align-items: center; border-top: 1px solid var(--line); display: grid; grid-template-columns: 80px 1fr; padding-top: 16px; }
.section-kicker span, .section-kicker p { font-family: "Courier New", Courier, monospace; font-size: 0.76rem; letter-spacing: 0.055em; margin: 0; text-transform: uppercase; }
.thesis-copy { margin-left: 20%; margin-top: 76px; max-width: 1120px; }
.display-copy { font-size: clamp(2.25rem, 4vw, 4.5rem); font-weight: 430; letter-spacing: -0.055em; line-height: 1.04; margin: 0; }
.display-copy em { color: var(--teal); font-style: normal; }
.supporting-grid { display: grid; gap: 50px; grid-template-columns: 1fr 1fr; margin: 58px 0 0 auto; max-width: 790px; }
.supporting-grid p, .compare-heading p, .research-intro p, .about-copy p, .contact-intro > p, .pathway-intro p, .purpose-layout p, .project-contact p { color: #53677a; font-size: 1rem; line-height: 1.7; margin: 0; }

.project-compare, .capability-section { background: var(--navy); color: var(--bright); padding: 108px 6.4vw 124px; }
.section-kicker.light { border-color: var(--dark-line); color: #9aabba; }
.compare-heading { display: grid; gap: 80px; grid-template-columns: 1.45fr 0.55fr; margin-top: 72px; }
.compare-heading h2, .research-intro h2, .about h2, .contact h2, .pathway-intro h2, .project-contact h2 { font-size: clamp(2.75rem, 5vw, 6rem); font-weight: 430; letter-spacing: -0.065em; line-height: 0.96; margin: 0; }
.compare-heading p { align-self: end; color: #9badbc; max-width: 370px; }
.compare-grid { border-top: 1px solid var(--dark-line); display: grid; grid-template-columns: 1fr 1fr; margin-top: 86px; }
.compare-grid article { min-height: 620px; padding: 34px 5vw 30px 0; }
.compare-grid article + article { border-left: 1px solid var(--dark-line); padding-left: 5vw; padding-right: 0; }
.project-label { color: var(--cyan); font-family: "Courier New", Courier, monospace; font-size: 0.78rem; letter-spacing: 0.06em; margin: 30px 0 20px; text-transform: uppercase; }
.compare-grid h3 { font-size: clamp(1.75rem, 2.5vw, 3rem); font-weight: 460; letter-spacing: -0.04em; line-height: 1.08; margin: 0; max-width: 600px; }
.compare-grid ul { color: #a7b5c0; font-size: 0.98rem; line-height: 1.65; list-style: none; margin: 35px 0 42px; padding: 0; }
.compare-grid li { border-top: 1px solid rgba(255, 255, 255, 0.1); padding: 12px 0; }
.button-light { border-color: rgba(255, 255, 255, 0.5); color: var(--bright); }
.button-light:hover { background: var(--cyan); border-color: var(--cyan); color: var(--ink); }
.project-glyph { height: 170px; position: relative; width: 260px; }
.ganna-glyph i { border: 1px solid rgba(255, 255, 255, 0.26); border-radius: 50%; height: 80px; position: absolute; top: 42px; width: 80px; }
.ganna-glyph i:nth-child(1) { left: 0; }.ganna-glyph i:nth-child(2) { left: 56px; }.ganna-glyph i:nth-child(3) { left: 112px; }
.ganna-glyph b { background: var(--cyan); border-radius: 50%; box-shadow: 0 0 30px rgba(16, 201, 239, 0.45); height: 13px; left: 145px; position: absolute; top: 76px; width: 13px; }
.rafe-glyph::before, .rafe-glyph::after { border-top: 1px solid rgba(255, 255, 255, 0.27); content: ""; left: 8px; position: absolute; top: 82px; transform-origin: right; width: 220px; }
.rafe-glyph::before { transform: rotate(13deg); }.rafe-glyph::after { transform: rotate(-13deg); }
.rafe-glyph i { background: var(--cyan); height: 2px; left: 54px; position: absolute; top: 82px; width: 127px; }
.rafe-glyph b { background: var(--cyan); border-radius: 50%; height: 13px; left: 174px; position: absolute; top: 76px; width: 13px; }

.research-intro { display: grid; gap: 9vw; grid-template-columns: 1.15fr 0.85fr; margin-top: 72px; }
.research-intro h2 { font-size: clamp(2.6rem, 4.6vw, 5.5rem); }
.research-intro p { align-self: end; }
.publication-group { margin-top: 92px; }
.group-label { border-bottom: 1px solid var(--line); color: var(--muted); display: flex; font-family: "Courier New", Courier, monospace; font-size: 0.77rem; justify-content: space-between; letter-spacing: 0.055em; padding-bottom: 13px; text-transform: uppercase; }
.book-grid { display: grid; gap: 22px; grid-template-columns: 1fr 1fr; margin-top: 24px; }
.publication-card { background: var(--bright); border: 1px solid var(--line); min-height: 390px; padding: 30px; transition: border-color 180ms ease, transform 180ms ease; }
.publication-card:hover { border-color: var(--teal); transform: translateY(-3px); }
.book-card { display: grid; grid-template-columns: auto 1fr; grid-template-rows: auto 1fr auto; }
.publication-number { color: var(--muted); font-family: "Courier New", Courier, monospace; font-size: 0.75rem; grid-column: 1 / -1; letter-spacing: 0.06em; }
.book-spine { align-items: center; align-self: center; background: var(--navy); color: var(--cyan); display: flex; font-size: 2rem; font-weight: 700; height: 176px; justify-content: center; letter-spacing: -0.08em; margin-right: 28px; width: 112px; }
.book-two .book-spine { background: var(--teal); color: var(--bright); }
.book-card > div:nth-of-type(2) { align-self: center; }
.book-card h3 { font-size: clamp(1.55rem, 2.3vw, 2.7rem); font-weight: 500; letter-spacing: -0.045em; line-height: 1.05; margin: 0; }
.book-card p { color: var(--muted); font-size: 0.95rem; margin: 10px 0 0; }
.external-link { align-items: center; display: inline-flex; font-size: 0.87rem; font-weight: 650; gap: 10px; grid-column: 1 / -1; }
.papers-group { margin-top: 68px; }
.paper-list a { align-items: center; border-bottom: 1px solid var(--line); display: grid; gap: 28px; grid-template-columns: 210px 1fr auto; padding: 28px 0; transition: color 180ms ease, padding 180ms ease; }
.paper-list a:hover { color: var(--teal); padding-left: 12px; }
.paper-list a > span:first-child { color: var(--muted); font-family: "Courier New", Courier, monospace; font-size: 0.75rem; letter-spacing: 0.045em; }
.paper-list h3 { font-size: clamp(1.25rem, 1.8vw, 2rem); font-weight: 480; letter-spacing: -0.03em; line-height: 1.2; margin: 0; }

.about { background: #e6edef; }
.about-layout { display: grid; gap: 10vw; grid-template-columns: 1.2fr 0.8fr; margin-top: 74px; }
.about-name { color: var(--teal); font-family: "Courier New", Courier, monospace; font-size: 0.8rem; font-weight: 650; letter-spacing: 0.07em; margin: 0 0 22px; text-transform: uppercase; }
.about h2 { font-size: clamp(2.5rem, 4.4vw, 5.3rem); }
.about-copy { align-self: end; }
.about-copy p + p { margin-top: 24px; }
.about-copy .button { margin-top: 34px; }

.about-page-hero { display: grid; grid-template-columns: minmax(0, 0.82fr) minmax(560px, 1.18fr); min-height: calc(100vh - 78px); }
.about-page-copy { align-self: center; padding: 7vw 4.5vw 7vw 6.4vw; }
.about-page-copy .button { margin-top: 38px; }
.about-brand-board { align-self: center; background: #fff; border-left: 1px solid var(--line); margin: 0; overflow: hidden; padding: 28px; width: 100%; }
.about-brand-board img { aspect-ratio: 4 / 3; object-fit: contain; width: 100%; }
.about-brand-board figcaption { border-top: 1px solid var(--line); color: var(--muted); font-family: "Courier New", Courier, monospace; font-size: 0.73rem; letter-spacing: 0.045em; line-height: 1.5; margin-top: 18px; padding-top: 14px; text-transform: uppercase; }
.about-company { padding: 108px 6.4vw 124px; }
.about-company-grid, .about-founder-grid { display: grid; gap: 10vw; grid-template-columns: 1.08fr 0.92fr; margin-top: 74px; }
.about-company-grid h2, .about-founder-grid h2, .identity-copy h2 { font-size: clamp(2.7rem, 4.8vw, 5.7rem); font-weight: 430; letter-spacing: -0.06em; line-height: 0.98; margin: 0; }
.about-company-grid > div { align-self: end; }
.about-company-grid p, .founder-copy p, .identity-copy > p:not(.eyebrow) { color: #53677a; font-size: 1rem; line-height: 1.75; margin: 0; }
.about-company-grid p + p, .founder-copy p + p { margin-top: 24px; }
.about-founder { background: var(--navy); color: var(--bright); padding: 108px 6.4vw 124px; }
.about-founder .about-name { color: var(--cyan); }
.founder-copy { align-self: end; }
.founder-copy p { color: #9dafbd; }
.about-identity { align-items: center; background: #fff; display: grid; gap: 7vw; grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr); padding: 84px 6.4vw 94px; }
.identity-artwork { align-items: center; background: #fff; border: 1px solid var(--line); display: flex; justify-content: center; overflow: hidden; padding: 16px; }
.identity-artwork img { aspect-ratio: 3 / 2; object-fit: contain; width: 100%; }
.identity-copy .eyebrow { color: var(--teal); }
.identity-copy h2 { font-size: clamp(2.4rem, 4vw, 4.8rem); }
.identity-copy > p:not(.eyebrow) { margin-top: 28px; }
.identity-links { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.about-contact .about-phone { display: block; font-size: 1rem; font-weight: 650; margin-top: 22px; width: fit-content; }

.contact { background: var(--cyan); display: grid; gap: 8vw; grid-template-columns: 0.95fr 1.05fr; padding: 108px 6.4vw 116px; }
.contact-intro > p { color: #24415a; margin-top: 30px; max-width: 570px; }
.direct-contact { border-top: 1px solid rgba(9, 26, 51, 0.28); margin-top: 44px; }
.direct-contact a { align-items: center; border-bottom: 1px solid rgba(9, 26, 51, 0.28); display: flex; justify-content: space-between; padding: 17px 0; }
.direct-contact span { font-family: "Courier New", Courier, monospace; font-size: 0.75rem; letter-spacing: 0.06em; text-transform: uppercase; }
.direct-contact strong { font-size: 1.02rem; }
.ip-note { border-top: 1px solid rgba(9, 26, 51, 0.28); margin-top: 48px; padding-top: 17px; }
.ip-note span { font-family: "Courier New", Courier, monospace; font-size: 0.75rem; font-weight: 650; letter-spacing: 0.06em; text-transform: uppercase; }
.ip-note p { color: #24415a; font-size: 0.88rem; line-height: 1.6; max-width: 540px; }
.interest-form { align-self: start; background: var(--bright); padding: 38px; }
.form-row { display: grid; gap: 20px; grid-template-columns: 1fr 1fr; }
.interest-form label { display: block; margin-bottom: 22px; }
.interest-form label > span { display: block; font-family: "Courier New", Courier, monospace; font-size: 0.76rem; font-weight: 600; letter-spacing: 0.05em; margin-bottom: 9px; text-transform: uppercase; }
.interest-form input, .interest-form select, .interest-form textarea { appearance: none; background: transparent; border: 0; border-bottom: 1px solid rgba(9, 26, 51, 0.32); border-radius: 0; color: var(--ink); font: inherit; font-size: 1rem; outline: none; padding: 11px 0; transition: border-color 160ms ease; width: 100%; }
.interest-form textarea { resize: vertical; }.interest-form select { cursor: pointer; }
.interest-form input:focus, .interest-form select:focus, .interest-form textarea:focus { border-color: var(--teal); }
.interest-form .consent { align-items: flex-start; display: flex; gap: 12px; margin: 4px 0 24px; }
.interest-form .consent input { appearance: auto; margin-top: 3px; width: auto; }
.interest-form .consent span { font-family: Arial, Helvetica, sans-serif; font-size: 0.82rem; font-weight: 450; letter-spacing: 0; line-height: 1.5; margin: 0; text-transform: none; }
.website-field { height: 0; left: -9999px; overflow: hidden; position: absolute; width: 0; }
.submit-button { background: var(--ink); color: var(--bright); cursor: pointer; transition: background 180ms ease, color 180ms ease; }
.submit-button:hover:not(:disabled) { background: var(--teal); color: var(--bright); }.submit-button:disabled { cursor: wait; opacity: 0.65; }
.form-message { font-size: 0.84rem; line-height: 1.5; margin: 18px 0 0; min-height: 1.2em; }.form-message.success { color: #16705d; }.form-message.error { color: #9b1c1c; }

footer { align-items: center; background: var(--navy); color: var(--bright); display: grid; grid-template-columns: 1fr auto 1fr; padding: 34px 3.2vw; }
footer p { color: #8fa2b2; font-family: "Courier New", Courier, monospace; font-size: 0.72rem; letter-spacing: 0.045em; margin: 0; text-transform: uppercase; }
footer p:last-child { justify-self: end; }

.project-hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(520px, 1fr); min-height: calc(100vh - 78px); }
.project-hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 7vw 5vw 6vw 6.4vw; }
.ganna-system, .rafe-system { background: var(--navy); color: var(--bright); min-height: 680px; overflow: hidden; padding: 34px 40px; position: relative; }
.system-title { color: #9aabba; display: flex; font-family: "Courier New", Courier, monospace; font-size: 0.75rem; justify-content: space-between; letter-spacing: 0.06em; }
.constraint-stack { left: 40px; position: absolute; right: 40px; top: 50%; transform: translateY(-50%); }
.constraint-stack div { align-items: center; border-top: 1px solid var(--dark-line); display: grid; gap: 20px; grid-template-columns: 42px 1fr auto; padding: 21px 0; }
.constraint-stack div:last-child { border-bottom: 1px solid var(--dark-line); }
.constraint-stack span { color: var(--cyan); font-family: "Courier New", Courier, monospace; font-size: 0.75rem; }
.constraint-stack p { font-size: 1.15rem; margin: 0; }
.constraint-stack strong { color: #91a7b8; font-family: "Courier New", Courier, monospace; font-size: 0.72rem; font-weight: 500; letter-spacing: 0.05em; }
.system-footer { align-items: center; bottom: 34px; color: #8fa4b5; display: flex; font-family: "Courier New", Courier, monospace; font-size: 0.72rem; justify-content: space-between; left: 40px; position: absolute; right: 40px; }
.system-footer i { background: linear-gradient(90deg, rgba(255, 255, 255, 0.18), var(--cyan)); height: 1px; margin: 0 14px; width: 100%; }

.rafe-grid { background-image: linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px); background-size: 44px 44px; inset: 0; mask-image: radial-gradient(circle at center, black 5%, transparent 72%); position: absolute; }
.corridor { border: 1px solid rgba(255, 255, 255, 0.2); border-radius: 50%; left: 50%; position: absolute; top: 48%; transform: translate(-50%, -50%); }
.corridor-a { aspect-ratio: 1; height: auto; width: min(340px, 58%); }.corridor-b { aspect-ratio: 1; border-color: rgba(16, 201, 239, 0.5); height: auto; width: min(500px, 82%); }
.plasma-state { align-items: center; background: var(--cyan); border-radius: 50%; color: var(--ink); display: flex; flex-direction: column; height: 142px; justify-content: center; left: 50%; position: absolute; top: 48%; transform: translate(-50%, -50%); width: 142px; }
.plasma-state span { font-family: "Courier New", Courier, monospace; font-size: 0.68rem; letter-spacing: 0.06em; }.plasma-state strong { font-size: 0.85rem; margin-top: 5px; }
.state-node { align-items: center; background: var(--navy); border: 1px solid rgba(255, 255, 255, 0.44); border-radius: 50%; display: flex; font-family: "Courier New", Courier, monospace; font-size: 0.69rem; height: 40px; justify-content: center; position: absolute; width: 40px; }
.node-a { left: 18%; top: 35%; }.node-b { right: 18%; top: 31%; }.node-c { bottom: 26%; right: 23%; }
.system-readout { bottom: 34px; display: grid; gap: 12px; grid-template-columns: 1fr 1fr; left: 40px; position: absolute; right: 40px; }
.system-readout div { border-top: 1px solid var(--dark-line); display: flex; justify-content: space-between; padding-top: 13px; }
.system-readout span, .system-readout strong { font-family: "Courier New", Courier, monospace; font-size: 0.69rem; }.system-readout span { color: #91a4b4; }.system-readout strong { color: var(--cyan); }

.project-purpose, .pathway { padding: 108px 6.4vw 122px; }
.purpose-layout { display: grid; gap: 10vw; grid-template-columns: 1.12fr 0.88fr; margin-top: 75px; }
.purpose-layout h2 { font-size: clamp(2.7rem, 4.7vw, 5.6rem); font-weight: 430; letter-spacing: -0.06em; line-height: 0.98; margin: 0; }
.purpose-layout div { align-self: end; }.purpose-layout p + p { margin-top: 24px; }
.capability-grid { border-top: 1px solid var(--dark-line); display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 74px; }
.capability-grid.three-column { grid-template-columns: repeat(3, 1fr); }
.capability-grid article { border-right: 1px solid var(--dark-line); min-height: 350px; padding: 25px 28px; }.capability-grid article:first-child { padding-left: 0; }.capability-grid article:last-child { border-right: 0; padding-right: 0; }
.capability-grid article > span { color: var(--cyan); font-family: "Courier New", Courier, monospace; font-size: 0.75rem; }
.capability-grid h3 { font-size: 1.65rem; font-weight: 490; letter-spacing: -0.035em; margin: 120px 0 15px; }
.capability-grid p { color: #9dafbd; font-size: 0.97rem; line-height: 1.65; margin: 0; }
.pathway-intro { display: grid; gap: 10vw; grid-template-columns: 1.15fr 0.85fr; margin-top: 73px; }.pathway-intro p { align-self: end; }
.stage-list { border-top: 1px solid var(--line); margin-top: 82px; }
.stage-list article { align-items: center; border-bottom: 1px solid var(--line); display: grid; gap: 38px; grid-template-columns: 130px 1fr auto; padding: 27px 0; }
.stage-list article > span, .stage-list article > strong { font-family: "Courier New", Courier, monospace; font-size: 0.74rem; letter-spacing: 0.05em; }
.stage-list article > span { color: var(--teal); }.stage-list article > strong { color: var(--muted); font-weight: 550; }
.stage-list h3 { font-size: 1.5rem; font-weight: 510; letter-spacing: -0.03em; margin: 0 0 7px; }.stage-list p { color: var(--muted); font-size: 0.95rem; line-height: 1.55; margin: 0; max-width: 780px; }
.project-boundary { background: #dce9ec; display: grid; gap: 9vw; grid-template-columns: 0.55fr 1.45fr; padding: 82px 6.4vw 88px; }.project-boundary .eyebrow { align-self: start; margin: 10px 0 0; }.project-boundary h2 { font-size: clamp(2.5rem, 4.4vw, 5rem); font-weight: 430; letter-spacing: -0.06em; line-height: 0.98; margin: 0; }.project-boundary p:not(.eyebrow) { color: #52687a; font-size: 1rem; line-height: 1.7; margin: 28px 0 0; max-width: 760px; }
.project-contact { background: var(--cyan); display: grid; gap: 10vw; grid-template-columns: 1fr 0.72fr; padding: 104px 6.4vw 112px; }.project-contact > div:last-child { align-self: end; }.project-contact p { color: #24415a; }.project-contact .button { margin-top: 32px; }

@media (max-width: 1100px) {
  .site-header { grid-template-columns: 1fr auto; }
  nav { display: none; }
  .portfolio-hero, .project-hero, .about-page-hero { grid-template-columns: 1fr; }
  .portfolio-copy, .project-hero-copy, .about-page-copy { min-height: 710px; }
  .home-brand-stage { border-left: 0; border-top: 1px solid var(--line); min-height: 640px; }
  .about-brand-board { border-left: 0; border-top: 1px solid var(--line); }
  .project-console, .ganna-system, .rafe-system { min-height: 620px; }
  .home-projects-intro, .about-company-grid, .about-founder-grid { grid-template-columns: 1fr; }
  .home-projects-intro p { max-width: 720px; }
  .thesis-copy { margin-left: 10%; }
  .compare-heading, .research-intro, .about-layout, .purpose-layout, .pathway-intro { grid-template-columns: 1fr; }
  .compare-grid { grid-template-columns: 1fr; }
  .compare-grid article { min-height: auto; padding: 34px 0 65px; }.compare-grid article + article { border-left: 0; border-top: 1px solid var(--dark-line); padding: 55px 0 30px; }
  .contact, .project-contact { grid-template-columns: 1fr; }
  .about-identity { grid-template-columns: 1fr; }
  .identity-artwork { max-width: 800px; }
  .capability-grid { grid-template-columns: 1fr 1fr; }.capability-grid.three-column { grid-template-columns: 1fr; }.capability-grid article { min-height: 300px; }.capability-grid article:nth-child(2) { border-right: 0; }.capability-grid article:nth-child(n+3) { border-top: 1px solid var(--dark-line); }
  footer { grid-template-columns: 1fr 1fr; } footer p:nth-of-type(1) { display: none; }
}

@media (max-width: 720px) {
  .site-header { height: 66px; padding: 0 20px; }
  .brand-logo { height: 44px; width: 190px; }.brand-logo img { left: -11px; top: -18px; width: 214px; }
  .nav-cta { font-size: 0; }.nav-cta::after { content: "Contact ↗"; font-size: 0.82rem; }
  .portfolio-copy, .project-hero-copy, .about-page-copy { min-height: 650px; padding: 76px 22px 48px; }
  h1 { font-size: clamp(3.25rem, 16.5vw, 5.2rem); }
  .hero-intro { margin-top: 32px; }.hero-actions { align-items: flex-start; flex-direction: column; }.conference-note { margin-top: auto; }
  .home-brand-stage { min-height: 470px; padding: 20px 22px; }.brand-stage-meta span:last-child { display: none; }.home-brand-stage figcaption { font-size: 0.7rem; }
  .home-projects, .portfolio-thesis, .project-compare, .research, .about, .contact, .project-purpose, .capability-section, .pathway, .project-contact, .about-company, .about-founder, .about-identity { padding: 76px 22px 84px; }
  .home-projects-intro, .about-company-grid, .about-founder-grid { gap: 34px; margin-top: 52px; }
  .project-console { grid-template-columns: 1fr; min-height: 760px; }.portal { padding: 28px 22px; }.portal + .portal { border-left: 0; border-top: 1px solid var(--dark-line); }.portal::after { height: 142px; right: 15px; width: 142px; }.portal::before { height: 66px; right: 53px; width: 66px; }.portal h2 { font-size: 2rem; max-width: 70%; }.portal p:not(.portal-name) { max-width: 72%; }
  .section-kicker { grid-template-columns: 48px 1fr; }.thesis-copy { margin: 50px 0 0; }.display-copy { font-size: 2.35rem; }.supporting-grid { gap: 24px; grid-template-columns: 1fr; margin-top: 43px; }
  .compare-heading, .research-intro, .about-layout, .purpose-layout, .pathway-intro { gap: 34px; margin-top: 52px; }.compare-grid { margin-top: 55px; }
  .book-grid { grid-template-columns: 1fr; }.publication-card { min-height: 360px; padding: 24px; }.book-spine { height: 146px; margin-right: 20px; width: 92px; }
  .paper-list a { align-items: start; gap: 12px; grid-template-columns: 1fr auto; padding: 23px 0; }.paper-list a > span:first-child { grid-column: 1 / -1; }.paper-list a h3 { grid-column: 1; }.paper-list a > span:last-child { grid-column: 2; }
  .form-row { grid-template-columns: 1fr; }.interest-form { padding: 26px 22px; }
  .direct-contact a { align-items: flex-start; flex-direction: column; gap: 8px; }
  .ganna-system, .rafe-system { min-height: 610px; padding: 25px 20px; }.constraint-stack { left: 20px; right: 20px; }.constraint-stack div { grid-template-columns: 32px 1fr; }.constraint-stack strong { grid-column: 2; }.system-footer, .system-readout { bottom: 24px; left: 20px; right: 20px; }.system-readout { grid-template-columns: 1fr; }.corridor-b { width: 82%; }.corridor-a { width: 58%; }
  .capability-grid, .capability-grid.three-column { grid-template-columns: 1fr; }.capability-grid article, .capability-grid article:first-child, .capability-grid article:last-child { border-bottom: 1px solid var(--dark-line); border-right: 0; min-height: 270px; padding: 24px 0; }.capability-grid h3 { margin-top: 85px; }
  .stage-list article { align-items: start; gap: 12px; grid-template-columns: 1fr auto; padding: 24px 0; }.stage-list article > span { grid-column: 1; }.stage-list article > strong { grid-column: 2; grid-row: 1; }.stage-list article > div { grid-column: 1 / -1; }
  .project-boundary { gap: 35px; grid-template-columns: 1fr; padding: 70px 22px 78px; }
  .about-brand-board { padding: 12px; }.about-brand-board figcaption { font-size: 0.68rem; }.identity-artwork { padding: 8px; }.identity-links { align-items: flex-start; flex-direction: column; }
  footer { align-items: start; gap: 28px; grid-template-columns: 1fr; padding: 34px 22px; } footer p:last-child { justify-self: start; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition-duration: 0.01ms !important; } }
