.site-header,
.hero,
.section,
.next-section,
.work-section,
.interest-section,
.site-footer {
  width: min(1160px, calc(100% - 40px));
  margin-inline: auto;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 88px;
  gap: 24px;
}

.brand { display: inline-flex; width: 136px; }
.brand img,
.site-footer img { display: block; width: 100%; height: 56px; object-fit: cover; object-position: center 51%; }

nav { display: flex; gap: 28px; }
nav a, .header-cta, .text-link { font-size: 13px; font-weight: 800; text-decoration: none; }
nav a { color: var(--eight-muted); }
nav a:hover, .header-cta:hover, .text-link:hover { color: var(--eight-saffron-deep); }
.header-cta { color: var(--eight-ink); }
.header-cta span { color: var(--eight-saffron-deep); font-size: 17px; }

.hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, .82fr); align-items: center; gap: 76px; min-height: 592px; padding-block: 62px 78px; }
.eyebrow { margin: 0 0 16px; color: var(--eight-saffron-deep); font: 500 10px/1.5 var(--eight-mono); letter-spacing: .09em; text-transform: uppercase; }
.pulse-dot, .status-dot { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: var(--eight-teal); }
.pulse-dot { margin-right: 6px; box-shadow: 0 0 0 4px #dce7ff; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { letter-spacing: -2.5px; line-height: 1.03; }
h1 { max-width: 640px; margin-bottom: 26px; font-size: clamp(44px, 5.7vw, 72px); }
h1 em, h2 em { font-family: var(--eight-display); font-weight: 600; }
.lede { max-width: 555px; color: var(--eight-muted); font-size: 17px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 25px; margin-top: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 51px; padding: 13px 19px; border: 0; border-radius: 2px; font: 800 13px var(--eight-sans); text-decoration: none; cursor: pointer; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-sun { background: var(--eight-saffron); color: var(--eight-ink); box-shadow: 4px 4px var(--eight-saffron-deep); }
.button-sun:hover { background: #4777ed; }
.button-ink { background: var(--eight-ink); color: #fff; }
.hero-meta { margin-top: 24px; color: var(--eight-muted); font: 10px var(--eight-mono); }

.hero-signal { padding: 38px; background: var(--eight-teal-soft); border-top: 5px solid var(--eight-teal); box-shadow: 10px 12px rgba(23, 38, 61, .08); transform: rotate(1.5deg); }
.signal-label, .card-label { margin-bottom: 24px; color: var(--eight-saffron-deep); font: 10px var(--eight-mono); letter-spacing: .08em; text-transform: uppercase; }
.hero-signal strong { display: block; font-size: clamp(26px, 3.2vw, 40px); line-height: 1.08; letter-spacing: -1.4px; }
.signal-line { height: 5px; margin: 30px 0 19px; background: linear-gradient(90deg, var(--eight-saffron) 44%, #cbd8fa 44%); }
.hero-signal p:last-child { margin: 0; color: #486860; font-size: 12px; font-weight: 700; }
.status-dot { margin-right: 7px; }

.proof-strip { display: flex; align-items: center; justify-content: center; gap: 32px; padding: 21px 20px; background: var(--eight-ink); color: #f4f7ff; font-size: 14px; font-weight: 700; }
.proof-strip p { margin: 0; }.proof-strip i { color: var(--eight-saffron); font-style: normal; }

.section { display: grid; grid-template-columns: 1fr 1fr; gap: 88px; padding-block: 112px; }
.section-heading h2 { max-width: 545px; margin-bottom: 20px; font-size: clamp(36px, 4.2vw, 54px); }
.section-heading > p:not(.eyebrow) { max-width: 510px; color: var(--eight-muted); font-size: 16px; line-height: 1.8; }
.section-heading .button { margin-top: 12px; }
.edu-card { padding: 32px; background: #fffefb; border: 1px solid var(--eight-line); box-shadow: 10px 12px rgba(23, 38, 61, .06); }
.edu-card ul { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--eight-line); }
.edu-card li { display: grid; grid-template-columns: 142px 1fr; gap: 12px; padding: 19px 0; border-bottom: 1px solid var(--eight-line); }
.edu-card b { font-size: 14px; }.edu-card span { color: var(--eight-muted); font-size: 13px; line-height: 1.55; }.card-foot { margin: 23px 0 0; color: var(--eight-saffron-deep); font: 10px var(--eight-mono); }

.next-section { padding: 95px 0 108px; border-top: 1px solid var(--eight-line); }.next-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 38px; }
.next-card { min-height: 220px; padding: 24px; background: var(--eight-paper-strong); border: 1px solid var(--eight-line); }.next-card-active { background: var(--eight-teal-soft); border-top: 4px solid var(--eight-teal); }.next-card p { color: var(--eight-saffron-deep); font: 10px var(--eight-mono); text-transform: uppercase; }.next-card h3 { margin: 48px 0 10px; font-size: 25px; letter-spacing: -1px; }.next-card span { color: var(--eight-muted); font-size: 13px; line-height: 1.6; }

.work-section { display: grid; grid-template-columns: 1.12fr .88fr; gap: 80px; align-items: center; padding: 68px; background: var(--eight-ink); color: #f4f7ff; }.work-section .eyebrow { color: #8eaeff; }.work-section h2 { max-width: 580px; margin-bottom: 18px; font-size: clamp(35px, 4vw, 52px); }.work-section > div > p:not(.eyebrow) { max-width: 540px; margin-bottom: 0; color: #cdd9f6; line-height: 1.75; }.work-actions { display: grid; justify-items: start; gap: 18px; }.work-actions p { margin: 0; color: #cdd9f6; font-size: 12px; line-height: 1.6; }

.interest-section { padding-block: 106px 100px; }.interest-form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; max-width: 810px; margin-top: 34px; }label { display: grid; gap: 8px; font-size: 13px; font-weight: 700; }.full-width, .form-footer { grid-column: 1 / -1; }input, textarea { width: 100%; border: 1px solid var(--eight-line); border-radius: 2px; padding: .85rem .9rem; background: #fff; color: var(--eight-ink); font: inherit; }.form-footer { display: flex; align-items: center; justify-content: space-between; gap: 16px; }.form-message { margin: 0; color: var(--eight-muted); font-size: 13px; }.form-message.error { color: #b42318; }

.site-footer { display: grid; grid-template-columns: 144px 1fr; gap: 8px 22px; padding: 30px 0 38px; border-top: 1px solid var(--eight-line); }.site-footer img { width: 126px; height: 48px; }.site-footer p, .site-footer small { margin: 0; color: var(--eight-muted); font-size: 11px; align-self: center; }.site-footer small { grid-column: 2; color: #7788a8; font-family: var(--eight-mono); }.site-footer small a { color: var(--eight-ink); }

@media (max-width: 800px) { .site-header { min-height: 74px; }.site-header nav { display: none; }.header-cta { font-size: 11px; }.hero, .section, .work-section { grid-template-columns: 1fr; gap: 30px; }.hero { min-height: auto; padding-block: 45px 56px; }.hero-signal { transform: none; }.proof-strip { justify-content: flex-start; overflow-x: auto; gap: 18px; white-space: nowrap; font-size: 12px; }.section { padding-block: 76px; }.next-section { padding-block: 76px; }.next-grid { grid-template-columns: 1fr; }.next-card h3 { margin-top: 28px; }.work-section { width: 100%; padding: 42px max(20px, calc((100vw - 1160px) / 2)); }.interest-section { padding-block: 76px; }.interest-form { grid-template-columns: 1fr; }.site-footer { grid-template-columns: 1fr; }.site-footer small { grid-column: 1; }.hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; } }
@media (max-width: 420px) { .site-header, .hero, .section, .next-section, .interest-section, .site-footer { width: min(100% - 28px, 1160px); }.brand { width: 120px; }.brand img { height: 48px; } h1 { font-size: 42px; }.hero-signal { padding: 26px; } }

.skip-link { position: fixed; z-index: 3; top: 10px; left: 10px; padding: 10px 14px; background: var(--eight-ink); color: #fff; text-decoration: none; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.site-header { position: sticky; z-index: 2; top: 0; background: color-mix(in srgb, var(--eight-paper) 94%, transparent); backdrop-filter: blur(12px); }
nav a[aria-current="page"] { color: var(--eight-ink); text-decoration: underline; text-decoration-color: var(--eight-teal); text-decoration-thickness: 2px; text-underline-offset: 7px; }
main:focus { outline: none; }
.page { width: min(1160px, calc(100% - 40px)); min-height: 610px; margin-inline: auto; }
.page[hidden] { display: none; }
.page.is-active { animation: view-enter .25s ease-out; }
@keyframes view-enter { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
.home-summary { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-bottom: 76px; background: var(--eight-line); border: 1px solid var(--eight-line); }
.home-summary article { min-height: 200px; padding: 26px; background: #fff; }.home-summary span { color: var(--eight-teal); font: 11px var(--eight-mono); }.home-summary h2 { margin: 38px 0 10px; font-size: 22px; letter-spacing: -1px; }.home-summary p { margin: 0; color: var(--eight-muted); font-size: 13px; line-height: 1.65; }
.view-heading { max-width: 740px; padding: 86px 0 46px; }.view-heading h1 { max-width: 690px; margin-bottom: 19px; font-size: clamp(44px, 5.4vw, 68px); }.view-heading > p:not(.eyebrow) { max-width: 640px; color: var(--eight-muted); font-size: 17px; line-height: 1.7; }
.product-feature { display: grid; grid-template-columns: 1fr .9fr; gap: 52px; align-items: stretch; margin-bottom: 82px; }.product-feature__copy { padding: 42px; background: var(--eight-ink); color: #f6f8ff; }.product-feature__copy .eyebrow { color: #9db8ff; }.product-feature__copy h2 { max-width: 480px; margin-bottom: 20px; font-size: clamp(34px, 4.2vw, 52px); letter-spacing: -2px; line-height: 1.05; }.product-feature__copy > p:not(.eyebrow) { max-width: 470px; color: #d0dcfa; line-height: 1.75; }.product-feature__copy .button { margin-top: 14px; }.product-feature__details { padding: 38px; border: 1px solid var(--eight-line); background: #fff; }.product-feature__details dl { margin: 0; }.product-feature__details dl > div { padding: 20px 0; border-top: 1px solid var(--eight-line); }.product-feature__details dt { margin-bottom: 7px; font-size: 15px; font-weight: 800; }.product-feature__details dd { margin: 0; color: var(--eight-muted); font-size: 13px; line-height: 1.6; }
.lab-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-bottom: 58px; }.lab-grid article { min-height: 285px; padding: 26px; background: var(--eight-paper-strong); border-top: 4px solid var(--eight-teal); }.lab-grid span { color: var(--eight-saffron-deep); font: 10px var(--eight-mono); letter-spacing: .05em; text-transform: uppercase; }.lab-grid h2 { margin: 42px 0 13px; font-size: 25px; line-height: 1.12; letter-spacing: -1px; }.lab-grid p { margin: 0; color: var(--eight-muted); font-size: 13px; line-height: 1.7; }.lab-cta { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 82px; padding: 38px; border: 1px solid var(--eight-line); background: #fff; }.lab-cta h2 { max-width: 560px; margin: 0; font-size: clamp(28px, 3vw, 40px); letter-spacing: -1.6px; }
@media (max-width: 800px) { .page { width: min(100% - 32px, 1160px); min-height: auto; }.home-summary, .lab-grid, .product-feature { grid-template-columns: 1fr; }.home-summary { margin-bottom: 42px; }.view-heading { padding: 54px 0 32px; }.product-feature { gap: 0; margin-bottom: 48px; }.product-feature__copy, .product-feature__details { padding: 28px; }.lab-cta { align-items: flex-start; flex-direction: column; margin-bottom: 48px; padding: 28px; } }
