:root {
  --ink: #101419;
  --ink-soft: #202831;
  --paper: #f3f4ef;
  --paper-strong: #ffffff;
  --muted: #687078;
  --line: rgba(16, 20, 25, 0.16);
  --lime: #c7ff36;
  --coral: #ff8365;
  --sky: #a8c5ff;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --page: min(1440px, calc(100% - 64px));
  --ease: cubic-bezier(.2, .8, .2, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
img { max-width: 100%; }

.skip-link { position: absolute; z-index: 200; left: 1rem; top: -3rem; padding: .65rem .85rem; color: var(--ink); background: var(--lime); font-size: .75rem; font-weight: 800; }
.skip-link:focus { top: 1rem; }
.site-shell { overflow: hidden; }

.top-strip { display: flex; align-items: center; justify-content: center; min-height: 32px; padding: .45rem 1rem; color: #dfe5e8; background: #0a0d10; font-size: .6rem; font-weight: 700; letter-spacing: .13em; text-align: center; text-transform: uppercase; }
.site-header { position: relative; z-index: 50; color: var(--paper-strong); background: var(--ink); }
.site-header.transparent { position: absolute; top: 32px; left: 0; width: 100%; background: transparent; }
.nav { width: var(--page); min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; margin: 0 auto; border-bottom: 1px solid rgba(255,255,255,.2); }
.site-header:not(.transparent) .nav { border-bottom: 1px solid rgba(255,255,255,.16); }
.brand { display: inline-flex; align-items: center; gap: .7rem; min-width: 190px; font-size: .7rem; font-weight: 800; letter-spacing: .105em; line-height: 1.06; text-transform: uppercase; }
.brand-mark { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; color: var(--lime); font-family: var(--serif); font-size: 1.23rem; font-style: italic; letter-spacing: -.1em; }
.brand-label { display: grid; }
.brand-label small { margin-top: .22rem; color: #aeb5b9; font-size: .5rem; letter-spacing: .15em; }
.nav-links { display: flex; align-items: center; gap: 1.45rem; font-size: .61rem; font-weight: 800; letter-spacing: .095em; text-transform: uppercase; }
.nav-links > a { position: relative; padding: .75rem 0; }
.nav-links > a:not(.button)::after { position: absolute; right: 0; bottom: .4rem; left: 0; height: 1px; background: var(--lime); content: ""; transform: scaleX(0); transform-origin: left; transition: transform .2s var(--ease); }
.nav-links > a:not(.button):hover::after, .nav-links > a.active::after { transform: scaleX(1); }
.menu-button { display: none; padding: .45rem; border: 0; color: inherit; background: transparent; cursor: pointer; font-size: 1.3rem; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: .7rem; min-height: 45px; padding: .86rem 1.1rem; border: 1px solid var(--ink); background: var(--ink); color: var(--paper-strong); cursor: pointer; font-size: .64rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; transition: transform .22s var(--ease), border-color .22s var(--ease), background .22s var(--ease), color .22s var(--ease); }
.button:hover { border-color: var(--lime); background: var(--lime); color: var(--ink); transform: translateY(-3px); }
.button-light { border-color: var(--paper-strong); background: var(--paper-strong); color: var(--ink); }
.button-light:hover { border-color: var(--lime); background: var(--lime); }
.button-outline { border-color: currentColor; background: transparent; color: currentColor; }
.button-outline:hover { border-color: var(--paper-strong); background: var(--paper-strong); color: var(--ink); }
.arrow { font-size: 1.1rem; line-height: 0; }
.text-link { display: inline-flex; align-items: center; gap: .65rem; width: fit-content; padding-bottom: .35rem; border-bottom: 1px solid currentColor; font-size: .65rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; transition: gap .2s var(--ease); }
.text-link:hover { gap: 1rem; }

.hero { position: relative; min-height: 760px; display: flex; align-items: end; color: var(--paper-strong); background: var(--ink); isolation: isolate; }
.hero-media, .hero-media::before { position: absolute; z-index: -2; inset: 0; }
.hero-media { background-position: center; background-size: cover; }
.hero-media::before { z-index: 0; background: linear-gradient(90deg, rgba(7,10,14,.94) 0%, rgba(7,10,14,.66) 39%, rgba(7,10,14,.12) 75%), linear-gradient(0deg, rgba(7,10,14,.72), transparent 48%); content: ""; }
.hero-inner { width: var(--page); position: relative; padding: 8.7rem 0 4rem; margin: 0 auto; }
.eyebrow { display: flex; align-items: center; gap: .65rem; margin: 0 0 1.05rem; color: inherit; font-size: .61rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow::before { width: 26px; height: 1px; background: currentColor; content: ""; }
h1, h2, h3, h4, p { margin-top: 0; }
h1 { max-width: 940px; margin-bottom: 1.5rem; font-family: var(--serif); font-size: clamp(3.7rem, 7.1vw, 7.6rem); font-weight: 400; letter-spacing: -.07em; line-height: .85; }
h1 em, h2 em { color: var(--lime); font-style: italic; }
.hero-copy { max-width: 560px; margin-bottom: 2rem; color: rgba(255,255,255,.82); font-size: .98rem; line-height: 1.67; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .7rem; }
.hero-fact { position: absolute; right: 0; bottom: 3.2rem; width: 180px; padding: 1.05rem 0 0 1.1rem; border-top: 1px solid rgba(255,255,255,.65); color: #f4f6f0; }
.hero-fact strong { display: block; margin-bottom: .3rem; font-family: var(--serif); font-size: 2rem; font-weight: 400; letter-spacing: -.06em; }
.hero-fact span { color: #d6dbdb; font-size: .58rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }

.subhero { position: relative; min-height: 480px; display: flex; align-items: end; color: var(--paper-strong); background: var(--ink); isolation: isolate; }
.subhero .hero-inner { padding: 8.2rem 0 3.6rem; }
.subhero h1 { max-width: 760px; font-size: clamp(3.4rem, 6vw, 6.2rem); }
.subhero .hero-copy { max-width: 500px; margin-bottom: 0; }

.hero-orbit { position: absolute; z-index: -1; right: 8%; top: 18%; width: min(29vw, 390px); aspect-ratio: 1; border: 1px solid rgba(199,255,54,.65); border-radius: 50%; transform-style: preserve-3d; animation: orbit 17s linear infinite; }
.hero-orbit::before, .hero-orbit::after { position: absolute; border-radius: 50%; content: ""; }
.hero-orbit::before { inset: 16%; border: 1px solid rgba(255,255,255,.34); transform: rotateX(68deg); }
.hero-orbit::after { width: 40px; height: 40px; left: 7%; top: 50%; background: var(--lime); box-shadow: 0 0 44px rgba(199,255,54,.8); transform: translateZ(54px); }
.orbit-word { position: absolute; top: 48%; left: 50%; width: 190px; color: var(--lime); font-size: .57rem; font-weight: 800; letter-spacing: .18em; text-align: center; text-transform: uppercase; transform: translate(-50%,-50%) rotateX(60deg); }
@keyframes orbit { to { transform: rotateY(360deg) rotateZ(360deg); } }

.stat-rail { display: grid; grid-template-columns: repeat(4, 1fr); background: var(--ink); color: var(--paper-strong); }
.stat { min-height: 126px; display: flex; flex-direction: column; justify-content: center; padding: 1.45rem max(1rem, calc((100vw - 1376px) / 2)); border-right: 1px solid rgba(255,255,255,.2); }
.stat:first-child { padding-left: max(2rem, calc((100vw - 1376px) / 2)); }
.stat:last-child { padding-right: max(2rem, calc((100vw - 1376px) / 2)); border-right: 0; }
.stat strong { margin-bottom: .35rem; font-family: var(--serif); font-size: 2.2rem; font-weight: 400; letter-spacing: -.06em; }
.stat span { color: #b7c0c3; font-size: .58rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }

.section { width: var(--page); margin: 0 auto; padding: 7.5rem 0; }
.section-head { display: grid; grid-template-columns: .38fr 1fr .42fr; gap: 2rem; align-items: end; margin-bottom: 3.6rem; }
.section-head .eyebrow { align-self: start; color: var(--muted); }
h2 { max-width: 790px; margin-bottom: 0; font-family: var(--serif); font-size: clamp(2.8rem, 5.1vw, 5.4rem); font-weight: 400; letter-spacing: -.065em; line-height: .89; }
.section-detail { max-width: 325px; margin-bottom: 0; color: var(--muted); font-size: .85rem; line-height: 1.67; }
.section-dark { color: var(--paper-strong); background: var(--ink); }
.section-dark .section-head .eyebrow, .section-dark .section-detail { color: #b5bdc1; }

.split-feature { display: grid; grid-template-columns: 1.16fr .84fr; min-height: 580px; color: var(--ink); background: var(--paper-strong); }
.feature-image { overflow: hidden; }
.feature-image img { display: block; width: 100%; height: 100%; min-height: 460px; object-fit: cover; transition: transform .7s var(--ease); }
.split-feature:hover .feature-image img { transform: scale(1.045); }
.feature-copy { display: flex; flex-direction: column; justify-content: space-between; padding: 3.4rem; }
.feature-copy h3 { max-width: 390px; margin-bottom: 1rem; font-family: var(--serif); font-size: 2.65rem; font-weight: 400; letter-spacing: -.06em; line-height: .93; }
.feature-copy p { max-width: 410px; margin-bottom: 1.8rem; color: var(--muted); font-size: .94rem; line-height: 1.72; }

.three-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.info-card { min-height: 350px; display: flex; flex-direction: column; justify-content: space-between; padding: 1.35rem; border-right: 1px solid var(--line); background: var(--paper-strong); transition: color .25s var(--ease), background .25s var(--ease), transform .25s var(--ease); }
.info-card:last-child { border-right: 0; }
.info-card:hover { background: var(--lime); color: var(--ink); transform: translateY(-7px); }
.info-card-index { color: var(--muted); font-size: .61rem; font-weight: 800; letter-spacing: .11em; }
.info-card:hover .info-card-index { color: var(--ink); }
.info-card .card-symbol { width: 62px; height: 62px; display: grid; place-items: center; margin-bottom: 1.25rem; border: 1px solid currentColor; border-radius: 50%; font-family: var(--serif); font-size: 1.65rem; font-style: italic; }
.info-card h3 { margin: 0 0 .65rem; font-family: var(--serif); font-size: 2rem; font-weight: 400; letter-spacing: -.05em; }
.info-card p { max-width: 270px; margin-bottom: 0; color: var(--muted); font-size: .8rem; line-height: 1.65; }
.info-card:hover p { color: #2a3025; }

.tilt-card { position: relative; min-height: 450px; overflow: hidden; color: var(--paper-strong); background: var(--ink); perspective: 1000px; transform-style: preserve-3d; }
.tilt-card-media { position: absolute; inset: 0; background-position: center; background-size: cover; transition: transform .55s var(--ease); }
.tilt-card::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(6,8,11,.85), rgba(6,8,11,.08) 68%); content: ""; }
.tilt-card-content { position: relative; z-index: 1; height: 100%; display: flex; flex-direction: column; justify-content: space-between; padding: 1.45rem; transform: translateZ(28px); }
.tilt-card-index { font-size: .61rem; font-weight: 800; letter-spacing: .12em; }
.tilt-card h3 { max-width: 310px; margin: 0 0 .55rem; font-family: var(--serif); font-size: 2.5rem; font-weight: 400; letter-spacing: -.06em; line-height: .88; }
.tilt-card p { max-width: 280px; margin: 0; color: #e0e4e0; font-size: .8rem; line-height: 1.6; }
.tilt-card:hover .tilt-card-media { transform: scale(1.07); }

.department-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); }
.department-card { position: relative; min-height: 330px; display: flex; align-items: end; overflow: hidden; color: var(--paper-strong); background: var(--ink); }
.department-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .68; transition: opacity .3s var(--ease), transform .6s var(--ease); }
.department-card::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(6,8,10,.92), rgba(6,8,10,.06) 72%); content: ""; }
.department-card:hover img { opacity: .94; transform: scale(1.075); }
.department-card-content { position: relative; z-index: 1; padding: 1.35rem; }
.department-card-index { display: block; margin-bottom: .65rem; color: var(--lime); font-size: .58rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.department-card h3 { margin: 0 0 .45rem; font-family: var(--serif); font-size: 2.1rem; font-weight: 400; letter-spacing: -.05em; line-height: .9; }
.department-card p { max-width: 265px; margin: 0; color: #e2e6e2; font-size: .75rem; line-height: 1.55; }

.statement-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--line); }
.statement-card { min-height: 310px; display: flex; flex-direction: column; justify-content: space-between; padding: 2rem; background: var(--paper-strong); }
.statement-card .card-symbol { width: 58px; height: 58px; display: grid; place-items: center; border: 1px solid var(--ink); border-radius: 50%; font-family: var(--serif); font-size: 1.55rem; font-style: italic; }
.statement-card h3 { margin: 0 0 .65rem; font-family: var(--serif); font-size: 2.25rem; font-weight: 400; letter-spacing: -.05em; }
.statement-card p { max-width: 460px; margin: 0; color: var(--muted); font-size: .86rem; line-height: 1.68; }

.category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); }
.category-card { position: relative; min-height: 410px; display: flex; align-items: end; overflow: hidden; color: var(--paper-strong); background: var(--ink); }
.category-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .72; transition: transform .6s var(--ease), opacity .35s var(--ease); }
.category-card::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(9,12,16,.89), transparent 70%); content: ""; }
.category-card:hover img { opacity: .93; transform: scale(1.06); }
.category-card div { position: relative; z-index: 1; padding: 1.5rem; }
.category-card span { display: block; margin-bottom: .7rem; color: var(--lime); font-size: .58rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.category-card h3 { margin: 0; font-family: var(--serif); font-size: 2.35rem; font-weight: 400; letter-spacing: -.06em; }

.step-list { border-top: 1px solid var(--line); }
.step { display: grid; grid-template-columns: 78px 1fr auto; gap: 1rem; align-items: center; min-height: 112px; border-bottom: 1px solid var(--line); }
.step-number { color: var(--muted); font-family: var(--serif); font-size: 1.55rem; font-style: italic; }
.step h3 { margin: 0 0 .25rem; font-family: var(--serif); font-size: 1.6rem; font-weight: 400; letter-spacing: -.04em; }
.step p { margin: 0; color: var(--muted); font-size: .78rem; }
.step-arrow { font-size: 1.1rem; }

.cert-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.cert { min-height: 230px; display: flex; flex-direction: column; justify-content: space-between; padding: 1.35rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--paper-strong); }
.cert-mark { width: 62px; height: 62px; display: grid; place-items: center; border: 1px solid var(--ink); border-radius: 50%; font-family: var(--serif); font-size: 1.2rem; font-style: italic; }
.cert h3 { margin: 0; font-family: var(--serif); font-size: 1.55rem; font-weight: 400; letter-spacing: -.04em; }
.cert p { margin: .35rem 0 0; color: var(--muted); font-size: .72rem; line-height: 1.55; }

.quote-band { position: relative; display: grid; grid-template-columns: 1.15fr .85fr; gap: 4rem; width: var(--page); margin: 0 auto; padding: 4.7rem; overflow: hidden; color: var(--paper-strong); background: var(--ink-soft); }
.quote-band::after { position: absolute; right: -9%; bottom: -43%; width: 420px; aspect-ratio: 1; border: 1px solid rgba(199,255,54,.6); border-radius: 50%; content: ""; }
.quote-band > * { position: relative; z-index: 1; }
.quote-band h2 { max-width: 660px; }
.quote-band p:not(.eyebrow) { max-width: 500px; margin: 1.5rem 0 0; color: #bac3c8; font-size: .9rem; line-height: 1.7; }
.quote-form { display: grid; align-content: center; gap: .9rem; }
.quote-form label { color: #b4bdc2; font-size: .59rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.quote-form input, .quote-form textarea, .quote-form select { width: 100%; padding: .75rem 0; border: 0; border-bottom: 1px solid #687077; outline: 0; color: var(--paper-strong); background: transparent; font-size: .88rem; }
.quote-form select option { color: var(--ink); }
.quote-form textarea { min-height: 78px; resize: vertical; }
.form-status { min-height: 1rem; margin: 0; color: var(--lime); font-size: .72rem; }

.contact-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 1px; background: var(--line); }
.contact-card { min-height: 420px; padding: 2rem; background: var(--paper-strong); }
.contact-card h2 { font-size: 3.1rem; }
.contact-item { padding: 1.05rem 0; border-top: 1px solid var(--line); }
.contact-item:last-child { border-bottom: 1px solid var(--line); }
.contact-item span { display: block; margin-bottom: .4rem; color: var(--muted); font-size: .6rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.contact-item a, .contact-item p { margin: 0; font-family: var(--serif); font-size: 1.2rem; letter-spacing: -.03em; line-height: 1.2; }
.map-frame { min-height: 420px; border: 0; width: 100%; filter: grayscale(1) contrast(1.15); }

.site-footer { color: var(--paper-strong); background: #090b0e; }
.footer-main { width: var(--page); display: grid; grid-template-columns: 1.3fr .7fr .9fr; gap: 2.5rem; margin: 0 auto; padding: 4.4rem 0 3rem; }
.footer-note { max-width: 290px; margin: 1.35rem 0 0; color: #9fa9ae; font-size: .77rem; line-height: 1.65; }
.footer-heading { margin: .2rem 0 1.1rem; color: #9fa9ae; font-size: .6rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.footer-column a, .footer-column p { display: block; margin: .55rem 0; color: #edf0ec; font-size: .78rem; line-height: 1.5; }
.footer-column a:hover { color: var(--lime); }
.footer-bottom { width: var(--page); display: flex; justify-content: space-between; gap: 1rem; margin: 0 auto; padding: 1.15rem 0; border-top: 1px solid rgba(255,255,255,.16); color: #849096; font-size: .58rem; letter-spacing: .05em; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1050px) {
  :root { --page: min(100% - 40px, 1440px); }
  .nav-links { gap: .9rem; font-size: .56rem; }
  .brand { min-width: 145px; }
  .section-head { grid-template-columns: .28fr 1fr; }
  .section-detail { grid-column: 2; }
  .quote-band { padding: 3.5rem; gap: 2.5rem; }
}

@media (max-width: 840px) {
  .site-header.transparent { top: 32px; }
  .nav { min-height: 70px; }
  .nav-links { position: absolute; z-index: 60; top: 70px; right: 0; left: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: .8rem 1rem 1.1rem; color: var(--ink); background: var(--paper-strong); box-shadow: 0 18px 28px rgba(0,0,0,.18); }
  .nav-links.open { display: flex; }
  .nav-links > a { padding: .84rem .4rem; }
  .nav-links .button { margin-top: .4rem; color: var(--paper-strong); background: var(--ink); }
  .menu-button { display: block; }
  .hero, .subhero { min-height: 660px; }
  .hero-inner { padding: 8rem 0 3rem; }
  .hero-orbit { right: -5%; top: 16%; width: 330px; }
  .hero-fact { display: none; }
  .stat-rail { grid-template-columns: repeat(2, 1fr); }
  .stat:nth-child(2) { border-right: 0; }
  .stat:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.2); }
  .section { padding: 5.7rem 0; }
  .section-head { grid-template-columns: 1fr; gap: 1rem; margin-bottom: 2.7rem; }
  .section-detail { grid-column: auto; }
  .split-feature, .quote-band, .contact-grid { grid-template-columns: 1fr; }
  .feature-copy { min-height: 420px; }
  .three-grid { grid-template-columns: 1fr; }
  .info-card { min-height: 260px; border-right: 0; border-bottom: 1px solid var(--line); }
  .info-card:last-child { border-bottom: 0; }
  .category-grid { grid-template-columns: repeat(2, 1fr); }
  .department-grid { grid-template-columns: repeat(2, 1fr); }
  .statement-grid { grid-template-columns: 1fr; }
  .cert-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-main { grid-template-columns: 1.2fr .8fr; }
  .footer-column:last-child { grid-column: 2; }
}

@media (max-width: 560px) {
  :root { --page: calc(100% - 32px); }
  .top-strip { font-size: .52rem; }
  .brand { min-width: auto; font-size: .62rem; }
  .brand-label small { display: none; }
  .hero, .subhero { min-height: 610px; }
  .hero-media { background-position: 64% center; }
  .hero-inner, .subhero .hero-inner { padding: 7.4rem 0 2.5rem; }
  h1 { font-size: clamp(3.1rem, 15vw, 4.6rem); }
  .hero-copy { font-size: .88rem; }
  .hero-orbit { width: 245px; right: -27%; opacity: .78; }
  .stat { min-height: 106px; padding: 1.1rem .9rem; }
  .stat:first-child { padding-left: .9rem; }
  .stat:last-child { padding-right: .9rem; }
  .stat strong { font-size: 1.75rem; }
  .feature-image img { min-height: 340px; }
  .feature-copy { min-height: 360px; padding: 2rem 1.5rem; }
  .feature-copy h3 { font-size: 2.25rem; }
  .category-grid, .cert-grid { grid-template-columns: 1fr; }
  .department-grid { grid-template-columns: 1fr; }
  .category-card { min-height: 325px; }
  .step { grid-template-columns: 45px 1fr auto; min-height: 105px; }
  .step h3 { font-size: 1.25rem; }
  .step p { font-size: .71rem; line-height: 1.5; }
  .quote-band { width: 100%; padding: 3rem 1.35rem; }
  .quote-band h2 { font-size: 3.1rem; }
  .contact-card { min-height: 360px; padding: 1.5rem; }
  .contact-item a, .contact-item p { font-size: 1rem; }
  .footer-main { grid-template-columns: 1fr; padding: 3.3rem 0 2.4rem; }
  .footer-column:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
}
