@font-face { font-family: Inter; src: url('/assets/inter-400.ttf') format('truetype'); font-weight: 400; font-display: swap; }
@font-face { font-family: Inter; src: url('/assets/inter-500.ttf') format('truetype'); font-weight: 500; font-display: swap; }
@font-face { font-family: Inter; src: url('/assets/inter-600.ttf') format('truetype'); font-weight: 600; font-display: swap; }
@font-face { font-family: Inter; src: url('/assets/inter-700.ttf') format('truetype'); font-weight: 700; font-display: swap; }
@font-face { font-family: Inter; src: url('/assets/inter-800.ttf') format('truetype'); font-weight: 800; font-display: swap; }

:root {
  --ink: #071a3f;
  --ink-2: #0b234f;
  --blue: #116cff;
  --cyan: #08c7dc;
  --paper: #f5f7f8;
  --white: #ffffff;
  --muted: #5e6a79;
  --line: #cdd4dc;
  --ease: cubic-bezier(.22, 1, .36, 1);
  --shell: min(1360px, calc(100vw - 64px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, Arial, sans-serif; font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 100; background: var(--cyan); color: var(--ink); padding: 10px 16px; font-weight: 700; transition: top .2s; }
.skip-link:focus { top: 16px; }
:focus-visible { outline: 3px solid var(--cyan); outline-offset: 3px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 20; color: white; border-bottom: 1px solid rgba(255,255,255,.17); transition: background .3s, color .3s, border-color .3s; }
.site-header.scrolled { background: rgba(245,247,248,.94); color: var(--ink); border-color: var(--line); backdrop-filter: blur(18px); }
.nav-shell { min-height: 86px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-size: .78rem; line-height: 1; letter-spacing: .16em; font-weight: 800; }
.brand-logo { display: block; width: 54px; height: 54px; object-fit: contain; }
.site-nav { display: flex; align-items: center; gap: 38px; font-size: .89rem; font-weight: 600; }
.site-nav a { position: relative; }
.site-nav a:not(.nav-contact)::after { content: ""; position: absolute; height: 1px; inset: auto 100% -5px 0; background: currentColor; transition: right .3s var(--ease); }
.site-nav a:hover::after { right: 0; }
.nav-contact { border-left: 1px solid currentColor; padding-left: 38px; display: flex; gap: 20px; }
.nav-contact span { transition: transform .25s var(--ease); }
.nav-contact:hover span { transform: translate(3px, -3px); }
.menu-toggle { display: none; background: none; border: 0; color: inherit; width: 44px; height: 44px; padding: 10px; }
.menu-toggle i { display: block; width: 24px; height: 2px; margin: 6px auto; background: currentColor; transition: transform .3s var(--ease); }

.dark-section { background: var(--ink); color: white; }
.hero { min-height: 790px; padding-top: 86px; overflow: hidden; }
.hero-grid { min-height: 650px; display: grid; grid-template-columns: 56% 44%; }
.hero-copy { align-self: center; padding: 80px 8vw 70px 0; position: relative; z-index: 2; }
.eyebrow, .section-index { margin: 0; font-size: .72rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.hero h1 { margin: 32px 0 26px; font-size: clamp(3.4rem, 6.8vw, 7rem); line-height: .92; letter-spacing: -.065em; font-weight: 700; }
.hero h1 span { color: var(--cyan); }
.hero-lede { max-width: 690px; margin: 0; color: #c3ccda; font-size: clamp(1.05rem, 1.5vw, 1.35rem); line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 34px; margin-top: 42px; }
.button { min-height: 54px; display: inline-flex; justify-content: center; align-items: center; gap: 40px; padding: 0 20px; font-weight: 700; font-size: .86rem; transition: transform .25s var(--ease), background .25s, color .25s; }
.button:hover { transform: translateY(-3px); }
.button:active { transform: translateY(0) scale(.98); }
.button-cyan { background: var(--cyan); color: var(--ink); }
.button-cyan:hover { background: white; }
.text-link { display: inline-flex; align-items: center; gap: 18px; font-size: .87rem; font-weight: 700; }
.text-link span { transition: transform .25s var(--ease); }
.text-link:hover span { transform: translateX(5px); }
.text-link.light { color: white; }
.hero-art { position: relative; min-height: 650px; border-inline: 1px solid rgba(255,255,255,.12); overflow: hidden; }
.art-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.065) 1px, transparent 1px),linear-gradient(90deg,rgba(255,255,255,.065) 1px, transparent 1px); background-size: 25% 25%; }
.art-block { position: absolute; }
.art-blue { inset: 8% 0 30% 26%; background: var(--blue); animation: artFloat 8s var(--ease) infinite alternate; }
.art-cyan-a { inset: 45% 50% 15% 0; background: var(--cyan); }
.art-cyan-b { inset: 67% 25% 0 50%; background: var(--cyan); animation: artFloat 9s var(--ease) -3s infinite alternate-reverse; }
.art-navy { inset: 45% 25% 15% 50%; background: #00163c; }
.art-caption { position: absolute; right: -116px; top: 50%; z-index: 2; rotate: 90deg; font-size: .65rem; letter-spacing: .18em; color: rgba(255,255,255,.65); }
@keyframes artFloat { to { transform: translateY(-14px); } }
.hero-ticker { border-top: 1px solid rgba(255,255,255,.15); height: 54px; display: flex; align-items: center; overflow: hidden; color: #9aa8bb; font-size: .67rem; letter-spacing: .16em; white-space: nowrap; }
.hero-ticker div { animation: ticker 25s linear infinite; }
.hero-ticker span { color: var(--cyan); margin: 0 26px; }
@keyframes ticker { to { transform: translateX(-50%); } }
.hero-reveal { animation: heroIn .9s var(--ease) both; }
.hero-reveal:nth-child(2) { animation-delay: .08s; }
.hero-reveal:nth-child(3) { animation-delay: .16s; }
.hero-reveal:nth-child(4) { animation-delay: .24s; }
@keyframes heroIn { from { opacity: 0; transform: translateY(28px); } }

.section-pad { padding-block: clamp(90px, 11vw, 160px); }
.split-intro { display: grid; grid-template-columns: 28% 72%; }
.split-intro h2 { max-width: 950px; margin: 0; font-size: clamp(2.6rem, 5vw, 5.6rem); line-height: 1.02; letter-spacing: -.055em; font-weight: 600; }
.split-intro div p { max-width: 670px; margin: 36px 0 0 auto; font-size: 1.12rem; color: var(--muted); }
.capability-strip { border-block: 1px solid var(--line); }
.capability-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.capability-grid article { min-height: 310px; padding: 42px 38px; border-left: 1px solid var(--line); transition: background .3s, color .3s; }
.capability-grid article:last-child { border-right: 1px solid var(--line); }
.capability-grid article:hover { background: var(--ink); color: white; }
.capability-grid span { color: var(--blue); font-size: .7rem; font-weight: 800; }
.capability-grid h3 { margin: 72px 0 16px; font-size: 1.45rem; letter-spacing: -.03em; }
.capability-grid p { max-width: 320px; color: var(--muted); margin: 0; }
.capability-grid article:hover p { color: #c3ccda; }
.section-heading { display: grid; grid-template-columns: 28% 1fr auto; align-items: end; padding-bottom: 42px; }
.section-heading h2 { margin: 0; font-size: clamp(2.6rem, 4.5vw, 4.6rem); line-height: 1; letter-spacing: -.055em; }
.featured-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 18px; }
.project-card { position: relative; min-height: 520px; background: white; border: 1px solid var(--line); overflow: hidden; display: flex; flex-direction: column; transition: transform .4s var(--ease), box-shadow .4s var(--ease); }
.project-card:hover { transform: translateY(-7px); box-shadow: 0 24px 60px rgba(7,26,63,.12); }
.project-visual { flex: 1; min-height: 330px; position: relative; background: var(--ink-2); overflow: hidden; }
.project-visual::before, .project-visual::after { content: ""; position: absolute; transition: transform .6s var(--ease); }
.project-visual::before { width: 58%; aspect-ratio: 1; top: 12%; right: 12%; background: var(--blue); }
.project-visual::after { width: 42%; aspect-ratio: 1; left: 10%; bottom: -10%; background: var(--cyan); }
.project-card:hover .project-visual::before { transform: translate(-10px, 8px); }
.project-card:hover .project-visual::after { transform: translate(10px, -8px); }
.project-info { padding: 28px; display: grid; grid-template-columns: 1fr auto; gap: 12px; }
.project-info h3 { margin: 0; font-size: 1.25rem; letter-spacing: -.03em; }
.project-info p { grid-column: 1/-1; margin: 0; color: var(--muted); }
.project-tags { grid-column: 1/-1; display: flex; flex-wrap: wrap; gap: 7px; list-style: none; padding: 10px 0 0; margin: 0; }
.project-tags li { border: 1px solid var(--line); padding: 5px 9px; font-size: .66rem; letter-spacing: .07em; text-transform: uppercase; font-weight: 700; color: var(--muted); }
.project-cta { grid-column: 1/-1; justify-self: start; display: inline-flex; align-items: center; gap: 24px; margin-top: 6px; padding: 11px 15px; background: var(--blue); color: white; font-size: .76rem; font-weight: 800; transition: background .25s, transform .25s var(--ease); }
.project-cta:hover { background: var(--ink); transform: translateY(-2px); }
.project-cta span { transition: transform .25s var(--ease); }
.project-cta:hover span { transform: translate(3px, -3px); }
.project-status { color: var(--blue); font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.operating-model { border-top: 1px solid rgba(255,255,255,.15); }
.model-grid { display: grid; grid-template-columns: 26% 48% 26%; align-items: end; }
.light-index { color: #94a2b5; align-self: start; }
.model-grid h2 { margin: 0; font-size: clamp(2.7rem, 5vw, 5.4rem); line-height: 1.04; letter-spacing: -.055em; }
.model-grid h2 span { color: var(--cyan); }
.model-copy p { color: #b5c0cf; margin: 0 0 32px; }
.contact-band { background: var(--blue); color: white; }
.contact-band-inner { min-height: 365px; display: flex; align-items: center; justify-content: space-between; }
.contact-band h2 { margin: 16px 0 0; font-size: clamp(2.8rem, 5vw, 5rem); line-height: 1; letter-spacing: -.055em; }
.round-link { width: 190px; height: 190px; border: 1px solid rgba(255,255,255,.6); border-radius: 50%; display: flex; align-items: center; justify-content: center; gap: 25px; font-size: .85rem; font-weight: 700; transition: background .3s, color .3s, transform .3s var(--ease); }
.round-link:hover { background: var(--cyan); color: var(--ink); border-color: var(--cyan); transform: rotate(-4deg) scale(1.03); }
.site-footer { background: #03122e; color: white; padding: 74px 0; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .7fr .5fr; gap: 40px; }
.footer-brand { align-self: start; }
.site-footer nav { display: grid; gap: 8px; font-size: .9rem; }
.site-footer nav a:hover, .footer-meta a:hover { color: var(--cyan); }
.footer-meta { font-size: .78rem; color: #96a2b5; }
.footer-meta p { margin: 28px 0 0; }
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.visible { opacity: 1; transform: none; }

.page-main { padding-top: 86px; }
.page-hero { padding: clamp(90px, 12vw, 170px) 0 clamp(70px, 9vw, 120px); background: var(--ink); color: white; border-bottom: 1px solid rgba(255,255,255,.15); }
.page-hero-grid { display: grid; grid-template-columns: 28% 72%; }
.page-hero h1 { max-width: 1000px; margin: 0; font-size: clamp(3.8rem, 8vw, 8rem); line-height: .9; letter-spacing: -.07em; }
.page-hero h1 span { color: var(--cyan); }
.page-hero-copy { max-width: 640px; margin: 42px 0 0 auto; color: #b9c4d2; font-size: 1.14rem; }
.page-rule { border-top: 1px solid var(--line); }
.project-list { display: grid; gap: 20px; }
.project-list .project-card { display: grid; grid-template-columns: 48% 52%; min-height: 430px; }
.project-list .project-info { align-content: end; padding: clamp(30px, 5vw, 72px); }
.project-list .project-info h3 { font-size: clamp(2rem, 4vw, 4rem); }
.project-list .project-info p { max-width: 560px; margin-top: 14px; }
.project-list .project-status { align-self: center; }
.project-visual > span { position: absolute; z-index: 2; left: 24px; bottom: 20px; color: white; font-size: .66rem; letter-spacing: .14em; text-transform: uppercase; font-weight: 700; }
.project-visual.project-image { background: #f153ea; }
.project-visual.project-image::before, .project-visual.project-image::after { display: none; }
.project-visual.project-image img { display: block; width: 100%; height: 100%; object-fit: contain; object-position: center; transition: transform .65s var(--ease); }
.project-card:hover .project-visual.project-image img { transform: scale(1.025); }
.project-visual.project-image > span { padding: 6px 9px; background: rgba(7,26,63,.88); color: white; }
.project-card[data-visual="portal"] .project-visual { background: var(--blue); }
.project-card[data-visual="portal"] .project-visual::before { background: var(--ink); inset: 16% 9% 13% 25%; width: auto; aspect-ratio: auto; }
.project-card[data-visual="portal"] .project-visual::after { background: var(--cyan); width: 27%; left: 9%; bottom: 13%; }
.project-card[data-visual="system"] .project-visual { background: #dce2e9; }
.project-card[data-visual="system"] .project-visual::before { background: var(--ink); width: 52%; top: 17%; right: 24%; }
.project-card[data-visual="system"] .project-visual::after { background: var(--blue); width: 34%; left: 12%; bottom: -5%; }
.project-card[data-visual="system"] .project-visual > span { color: var(--ink); }
.empty-note { margin-top: 34px; padding: 24px 0; border-top: 1px solid var(--line); color: var(--muted); }
.service-list { border-top: 1px solid var(--line); }
.service-row { display: grid; grid-template-columns: 42% 58%; align-items: start; padding: 34px 0; border-bottom: 1px solid var(--line); transition: padding .3s var(--ease), background .3s; }
.service-row:hover { padding-inline: 18px; background: white; }
.service-row h2 { margin: 0; font-size: clamp(1.35rem, 2.5vw, 2.3rem); line-height: 1.2; letter-spacing: -.035em; }
.service-row p { max-width: 650px; margin: 3px 0 0; color: var(--muted); }
.principles { display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid rgba(255,255,255,.2); }
.principles article { min-height: 260px; padding: 34px; border-right: 1px solid rgba(255,255,255,.2); }
.principles article:last-child { border: 0; }
.principles h3 { margin: 75px 0 12px; font-size: 1.35rem; }
.principles p { margin: 0; color: #aebac9; }
.about-statement { display: grid; grid-template-columns: 28% 72%; }
.about-statement h2 { max-width: 1000px; margin: 0; font-size: clamp(2.8rem, 5vw, 5.5rem); line-height: 1.04; letter-spacing: -.06em; }
.about-statement-copy { max-width: 680px; margin: 52px 0 0 auto; }
.about-statement-copy p { color: var(--muted); font-size: 1.08rem; }
.about-values { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 100px; border-top: 1px solid var(--line); }
.about-values article { padding: 32px 35px 0 0; }
.about-values h3 { font-size: 1.2rem; }
.about-values p { color: var(--muted); }
.contact-layout { display: grid; grid-template-columns: 36% 64%; gap: 8vw; }
.contact-aside h2 { margin: 0 0 22px; font-size: clamp(2.2rem, 4vw, 4.4rem); line-height: 1; letter-spacing: -.05em; }
.contact-aside p { color: var(--muted); }
.contact-detail { margin-top: 48px; padding-top: 24px; border-top: 1px solid var(--line); }
.contact-detail span { display: block; font-size: .7rem; letter-spacing: .13em; font-weight: 800; color: var(--blue); }
.contact-detail p { margin: 8px 0; color: var(--ink); }
.tally-embed-shell { min-width: 0; padding: clamp(20px, 3vw, 42px); background: white; border: 1px solid var(--line); }
.tally-embed-shell iframe { display: block; width: 100%; min-height: 620px; border: 0; }
.tally-embed-shell noscript p { margin: 0; }
.tally-embed-shell noscript a { color: var(--blue); font-weight: 700; text-decoration: underline; }
.inquiry-form { display: grid; grid-template-columns: 1fr 1fr; gap: 26px 22px; padding: clamp(28px, 5vw, 60px); background: white; border: 1px solid var(--line); }
.field { display: grid; gap: 9px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: .74rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.field input, .field select, .field textarea { width: 100%; border: 0; border-bottom: 1px solid #9ca8b7; border-radius: 0; background: transparent; color: var(--ink); padding: 12px 0; min-height: 50px; }
.field textarea { min-height: 140px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 0; border-color: var(--blue); box-shadow: 0 1px 0 var(--blue); }
.form-footer { grid-column: 1/-1; display: flex; gap: 24px; align-items: center; justify-content: space-between; margin-top: 8px; }
.button-blue { border: 0; background: var(--blue); color: white; cursor: pointer; }
.button-blue:hover { background: var(--ink); }
.form-note, .form-status { margin: 0; color: var(--muted); font-size: .78rem; }
.form-status { color: var(--blue); font-weight: 700; }
.privacy-copy { max-width: 760px; }
.privacy-copy h2 { margin: 56px 0 12px; font-size: 1.5rem; }
.privacy-copy p { color: var(--muted); }
.privacy-copy a { color: var(--blue); text-decoration: underline; }
.error-page { min-height: 100vh; display: grid; place-items: center; background: var(--ink); color: white; padding: 40px 0; }
.error-inner { display: grid; grid-template-columns: 34% 66%; align-items: end; }
.error-code { color: var(--cyan); font-size: clamp(6rem, 18vw, 16rem); line-height: .75; font-weight: 800; letter-spacing: -.09em; }
.error-copy h1 { margin: 0 0 24px; font-size: clamp(2.7rem, 6vw, 6rem); line-height: .95; letter-spacing: -.06em; }
.error-copy p { max-width: 520px; color: #aebac9; margin-bottom: 32px; }

@media (max-width: 900px) {
  :root { --shell: min(100% - 40px, 760px); }
  .nav-shell { min-height: 74px; }
  .menu-toggle { display: block; z-index: 2; }
  .menu-toggle[aria-expanded="true"] i:first-of-type { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] i:last-of-type { transform: translateY(-4px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 0; background: var(--ink); color: white; padding: 120px 20px 50px; flex-direction: column; align-items: flex-start; gap: 10px; transform: translateY(-102%); transition: transform .5s var(--ease); }
  .site-nav.open { transform: none; }
  .site-nav a { width: 100%; padding: 15px 0; font-size: 1.5rem; border-bottom: 1px solid rgba(255,255,255,.18); }
  .nav-contact { border-left: 0; }
  .hero { padding-top: 74px; }
  .hero-grid { min-height: auto; grid-template-columns: 1fr; }
  .hero-copy { padding: 90px 0 65px; }
  .hero-art { min-height: 430px; border-top: 1px solid rgba(255,255,255,.12); }
  .split-intro, .section-heading, .model-grid { grid-template-columns: 1fr; gap: 28px; }
  .split-intro div p { margin-left: 0; }
  .capability-grid { grid-template-columns: 1fr; }
  .capability-grid article { min-height: 220px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .capability-grid h3 { margin-top: 42px; }
  .featured-grid { grid-template-columns: 1fr; }
  .project-card { min-height: 480px; }
  .model-copy { max-width: 550px; }
  .contact-band-inner { min-height: 420px; align-items: flex-start; justify-content: center; flex-direction: column; gap: 44px; }
  .round-link { width: auto; height: auto; border: 0; border-radius: 0; border-bottom: 1px solid white; padding-bottom: 5px; }
  .round-link:hover { transform: none; background: none; color: white; border-color: white; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-meta { grid-column: 2; }
  .page-main { padding-top: 74px; }
  .page-hero-grid, .about-statement, .contact-layout { grid-template-columns: 1fr; gap: 38px; }
  .page-hero-copy { margin-left: 0; }
  .project-list .project-card { grid-template-columns: 1fr; }
  .service-row { grid-template-columns: 1fr; }
  .service-row p { margin-top: 14px; }
  .principles { grid-template-columns: 1fr; }
  .principles article { min-height: 210px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
  .about-statement-copy { margin-left: 0; }
  .error-inner { grid-template-columns: 1fr; gap: 50px; }
}

@media (max-width: 600px) {
  :root { --shell: calc(100% - 32px); }
  .hero-copy { padding-top: 72px; }
  .hero h1 { font-size: clamp(3rem, 15vw, 4.6rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-art { min-height: 360px; }
  .section-pad { padding-block: 80px; }
  .split-intro h2, .section-heading h2, .model-grid h2 { font-size: 2.75rem; }
  .section-heading { align-items: start; }
  .project-card { min-height: 410px; }
  .project-visual { min-height: 260px; }
  .footer-grid { grid-template-columns: 1fr; gap: 45px; }
  .footer-meta { grid-column: auto; }
  .page-hero h1 { font-size: 3.8rem; }
  .project-list .project-card { min-height: 0; }
  .project-list .project-visual { min-height: 320px; }
  .about-values { grid-template-columns: 1fr; margin-top: 60px; }
  .about-values article { border-bottom: 1px solid var(--line); padding-bottom: 24px; }
  .inquiry-form { grid-template-columns: 1fr; padding: 26px 20px; }
  .field.full, .form-footer { grid-column: auto; }
  .form-footer { align-items: flex-start; flex-direction: column; }
}

/* Purpose-built phone layout */
@media (max-width: 900px) {
  :root { --shell: calc(100% - 32px); }
  body { font-size: 16px; line-height: 1.55; }
  .site-header { height: 68px; }
  .nav-shell { min-height: 68px; }
  .brand { position: relative; z-index: 3; gap: 8px; font-size: .68rem; letter-spacing: .13em; }
  .brand-logo { width: 44px; height: 44px; }
  .menu-toggle { position: relative; z-index: 3; display: block; width: 48px; height: 48px; margin-right: -8px; }
  .site-nav {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100dvh;
    min-height: 100vh;
    padding: 104px 20px 40px;
    background: var(--ink);
    color: white;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    overflow-y: auto;
    transform: translateY(-100%);
    visibility: hidden;
    pointer-events: none;
    transition: transform .42s var(--ease), visibility 0s linear .42s;
  }
  .site-nav.open {
    transform: translateY(0);
    visibility: visible;
    pointer-events: auto;
    transition: transform .42s var(--ease), visibility 0s;
  }
  .site-nav a, .nav-contact {
    width: 100%;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
    border: 0;
    border-bottom: 1px solid rgba(255,255,255,.18);
    font-size: clamp(1.4rem, 7vw, 1.8rem);
  }
  .site-nav a::after { display: none; }
  body.menu-open .site-header { color: white; background: transparent; border-color: rgba(255,255,255,.17); backdrop-filter: none; }

  .hero { min-height: 0; padding-top: 68px; }
  .hero-grid { min-height: 0; grid-template-columns: 1fr; }
  .hero-copy { padding: 58px 0 52px; }
  .eyebrow, .section-index { font-size: .66rem; letter-spacing: .12em; }
  .hero h1 { margin: 24px 0 22px; font-size: clamp(3rem, 14vw, 3.55rem); line-height: .93; letter-spacing: -.06em; }
  .hero-lede { font-size: 1rem; line-height: 1.55; }
  .hero-actions { margin-top: 30px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; align-items: stretch; }
  .hero-actions .button, .hero-actions .text-link { min-height: 52px; width: 100%; justify-content: space-between; padding-inline: 16px; }
  .hero-actions .text-link { border: 1px solid rgba(255,255,255,.28); }
  .hero-art { min-height: 245px; border-inline: 0; border-top: 1px solid rgba(255,255,255,.12); }
  .art-caption { right: -106px; font-size: .58rem; }
  .hero-ticker { height: 42px; font-size: .6rem; }
  .hero-ticker span { margin-inline: 18px; }

  .section-pad { padding-block: 64px; }
  .split-intro, .section-heading, .model-grid, .page-hero-grid, .about-statement, .contact-layout { grid-template-columns: 1fr; gap: 22px; }
  .split-intro h2, .section-heading h2, .model-grid h2, .about-statement h2 { font-size: clamp(2.25rem, 11vw, 2.8rem); line-height: 1.02; }
  .split-intro div p, .about-statement-copy { margin: 22px 0 0; }
  .split-intro div p, .about-statement-copy p { font-size: 1rem; }

  .capability-grid { grid-template-columns: 1fr; }
  .capability-grid article { min-height: 0; padding: 28px 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .capability-grid h3 { margin: 0 0 10px; font-size: 1.3rem; }
  .capability-grid p { max-width: none; }

  .section-heading { padding-bottom: 28px; align-items: start; }
  .section-heading .text-link { min-height: 44px; justify-self: start; }
  .featured-grid { grid-template-columns: 1fr; gap: 14px; }
  .project-card, .project-list .project-card { min-height: 0; display: flex; flex-direction: column; }
  .project-visual, .project-list .project-visual { flex: none; min-height: 0; aspect-ratio: 4 / 3; }
  .project-info, .project-list .project-info { padding: 22px 20px 24px; grid-template-columns: 1fr; gap: 10px; align-content: initial; }
  .project-info h3, .project-list .project-info h3 { font-size: 1.75rem; line-height: 1.1; }
  .project-info p, .project-list .project-info p { margin-top: 2px; }
  .project-status { grid-column: 1; align-self: start; font-size: .7rem; }
  .project-tags { padding-top: 4px; }
  .project-tags li { font-size: .64rem; }
  .project-cta { width: 100%; min-height: 48px; justify-content: space-between; margin-top: 4px; padding-inline: 16px; font-size: .8rem; }
  .project-visual > span { left: 14px; bottom: 14px; font-size: .6rem; }
  .empty-note { margin-top: 24px; }

  .operating-model .section-index { margin-bottom: 4px; }
  .model-copy p { margin-bottom: 24px; }
  .contact-band-inner { min-height: 0; padding-block: 62px; display: grid; grid-template-columns: 1fr; gap: 30px; }
  .contact-band h2 { margin-top: 12px; font-size: clamp(2.35rem, 11vw, 3rem); }
  .round-link { width: 100%; min-height: 52px; height: auto; padding: 12px 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.75); border-radius: 0; justify-content: space-between; }

  .site-footer { padding: 52px 0 44px; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .site-footer nav { grid-template-columns: 1fr 1fr; gap: 0 18px; }
  .site-footer nav a { min-height: 44px; display: flex; align-items: center; border-bottom: 1px solid rgba(255,255,255,.14); }
  .footer-meta { grid-column: auto; }
  .footer-meta a { min-height: 44px; display: inline-flex; align-items: center; }
  .footer-meta p { margin-top: 18px; }

  .page-main { padding-top: 68px; }
  .page-hero { padding: 62px 0 58px; }
  .page-hero-grid { gap: 20px; }
  .page-hero h1 { font-size: clamp(3rem, 14vw, 3.75rem); line-height: .92; }
  .page-hero-copy { margin: 4px 0 0; font-size: 1rem; }
  .service-row { grid-template-columns: 1fr; padding: 26px 0; }
  .service-row:hover { padding-inline: 0; background: transparent; }
  .service-row h2 { font-size: 1.4rem; }
  .service-row p { margin-top: 10px; }
  .principles { grid-template-columns: 1fr; }
  .principles article { min-height: 0; padding: 26px 22px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
  .principles h3 { margin: 22px 0 8px; }
  .about-statement-copy { max-width: none; }
  .about-values { grid-template-columns: 1fr; margin-top: 54px; }
  .about-values article { padding: 24px 0; border-bottom: 1px solid var(--line); }
  .about-values h3 { margin-top: 0; }

  .contact-layout { gap: 38px; }
  .contact-aside h2 { font-size: 2.55rem; }
  .contact-detail { margin-top: 34px; }
  .tally-embed-shell { padding: 12px 8px; }
  .tally-embed-shell iframe { min-height: 720px; }
  .inquiry-form { grid-template-columns: 1fr; gap: 22px; padding: 24px 18px; }
  .field.full, .form-footer { grid-column: auto; }
  .field input, .field select, .field textarea { font-size: 16px; min-height: 52px; }
  .form-footer { align-items: stretch; flex-direction: column; gap: 18px; }
  .form-footer .button { width: 100%; justify-content: space-between; }
  .privacy-copy h2 { margin-top: 42px; }
  .error-page { padding-block: 90px 50px; }
  .error-inner { grid-template-columns: 1fr; gap: 36px; }
  .error-code { font-size: 8rem; }
  .error-copy h1 { font-size: 3rem; }
}

@media (max-width: 360px) {
  :root { --shell: calc(100% - 24px); }
  .brand { font-size: .62rem; }
  .brand-logo { width: 40px; height: 40px; }
  .hero-copy { padding-top: 48px; }
  .hero h1 { font-size: 2.85rem; }
  .hero-actions { grid-template-columns: 1fr; }
  .hero-art { min-height: 210px; }
  .page-hero h1 { font-size: 2.9rem; }
  .project-info, .project-list .project-info { padding-inline: 16px; }
  .site-footer nav { grid-template-columns: 1fr; }
}

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