:root {
  --ink: #182b54;
  --ink-2: #0f2148;
  --paper: #f7fbff;
  --white: #ffffff;
  --lime: #2979be;
  --mint: #63c242;
  --orange: #fd5507;
  --line: rgba(247, 251, 255, .18);
  --muted: #a7b5c4;
  --serif: 'Roboto Slab', Georgia, 'Times New Roman', serif;
  --sans: 'Poppins', Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; color: var(--paper); background: var(--ink); font-family: var(--sans); overflow-x: hidden; }
body:before { content: ''; position: fixed; inset: 0; pointer-events: none; z-index: 20; background: linear-gradient(115deg, transparent 0 48%, rgba(41,121,190,.025) 48.2% 48.7%, transparent 49%); }
.noise { position: fixed; inset: 0; z-index: 19; pointer-events: none; opacity: .07; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.24'/%3E%3C/svg%3E"); }
a { color: inherit; text-decoration: none; }
.shell { width: min(1240px, calc(100% - 96px)); margin: 0 auto; }
.site-header { height: 90px; display: flex; position: fixed; z-index: 30; inset: 0 0 auto; align-items: center; justify-content: space-between; padding: 0 48px; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(24,43,84,.1); box-shadow: 0 5px 22px rgba(24,43,84,.08); }
.brand { display: flex; align-items: center; gap: 12px; line-height: .9; font-weight: 800; }
.brand img { display: block; width: 153px; height: auto; }
.header-note { color: rgba(24,43,84,.66); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.status-dot { display: inline-block; width: 6px; height: 6px; background: var(--mint); border-radius: 50%; margin-right: 8px; box-shadow: 0 0 13px rgba(99,194,66,.5); }
.header-cta { color: var(--ink); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; border-bottom: 1px solid var(--lime); padding-bottom: 7px; }
.header-cta span { color: var(--lime); margin-left: 18px; font-size: 16px; }
.eyebrow { color: var(--lime); font-size: 10px; letter-spacing: .2em; line-height: 1.4; margin: 0; text-transform: uppercase; font-weight: 800; }
.eyebrow span { color: var(--muted); margin-right: 19px; }
.hero { min-height: 100vh; padding-top: 175px; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; position: relative; }
.hero-copy { padding-bottom: 9vh; position: relative; z-index: 2; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(64px, 8.6vw, 134px); font-weight: 800; letter-spacing: -.085em; line-height: .82; margin: 34px 0 42px -7px; }
h1 em, h2 i { font-family: var(--serif); font-weight: 400; letter-spacing: -.06em; }
h1 em { color: var(--lime); }
h1 strong { color: transparent; -webkit-text-stroke: 1px rgba(243,240,232,.72); font-weight: 800; }
.hero-lede { width: min(400px, 100%); color: #aab4b5; font-size: 15px; line-height: 1.65; margin-bottom: 33px; }
.magnetic-button { width: max-content; display: flex; align-items: center; gap: 27px; border: 1px solid rgba(41,121,190,.72); padding: 16px 15px 16px 21px; color: var(--lime); text-transform: uppercase; font-weight: 800; font-size: 10px; letter-spacing: .16em; transition: background .35s, color .35s, transform .35s; }
.magnetic-button b { width: 27px; height: 27px; display: grid; place-items: center; background: var(--lime); color: var(--ink); font-size: 16px; font-weight: normal; }
.magnetic-button:hover { background: var(--lime); color: var(--ink); transform: translateY(-4px); }.magnetic-button:hover b { background: var(--ink); color: var(--lime); }
.hero-media { height: 700px; width: min(590px, 100%); justify-self: end; position: relative; transform: rotate(5deg); }
.photo-frame { position: absolute; overflow: hidden; inset: 5% 12% 3% 16%; border: 1px solid rgba(243,240,232,.34); background: #182932; box-shadow: 28px 28px 0 rgba(41,121,190,.22); }
.photo-frame:after, .proof-photo:after { content: ''; position: absolute; inset: 0; background: linear-gradient(145deg, rgba(7,17,28,.08), rgba(7,17,28,.62)); mix-blend-mode: multiply; }
.photo-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 53% 48%; filter: saturate(.72) contrast(1.1); }
.photo-caption { position: absolute; z-index: 2; bottom: 20px; left: 23px; color: var(--paper); font-size: 9px; line-height: 1.6; letter-spacing: .2em; text-transform: uppercase; }.photo-caption b { color: var(--lime); font-size: 12px; letter-spacing: .08em; }
.hero-ring { position: absolute; border: 1px solid rgba(41,121,190,.32); border-radius: 50%; }.ring-one { width: 485px; height: 485px; right: -4%; top: 12%; }.ring-two { width: 680px; height: 680px; right: -22%; top: -2%; border-color: rgba(99,194,66,.2); }
.hero-stamp { position: absolute; left: 0; bottom: 14%; width: 84px; height: 84px; display: grid; place-content: center; color: var(--white); background: var(--orange); border-radius: 50%; transform: rotate(-14deg); text-align: center; font-size: 9px; line-height: .9; font-weight: 800; letter-spacing: .13em; box-shadow: 0 8px 22px rgba(253,85,7,.25); }.hero-stamp strong { font-size: 30px; letter-spacing: -.08em; }
.hero-logo-plate { position: absolute; right: -7%; bottom: 3%; z-index: 3; width: 285px; padding: 15px 19px 13px; background: var(--white); box-shadow: 12px 12px 0 rgba(41,121,190,.22); transform: rotate(-5deg); }.hero-logo-plate img { display: block; width: 168px; height: auto; }.hero-logo-plate span { display: block; margin-top: 9px; color: var(--ink); font-size: 8px; font-weight: 700; letter-spacing: .15em; line-height: 1.3; }
.hero-scroll { position: absolute; display: flex; align-items: center; gap: 14px; left: 0; bottom: 44px; color: var(--muted); text-transform: uppercase; font-size: 9px; letter-spacing: .18em; }.hero-scroll span { display: block; width: 45px; height: 1px; background: var(--lime); }
.intro { padding: 150px 0 170px; }.intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12%; margin-top: 62px; }.intro h2, .principles h2, .proof h2, .toast h2 { font-size: clamp(50px, 6.4vw, 96px); line-height: .9; letter-spacing: -.08em; margin: 0; }.intro h2 i, .principles h2 i, .proof h2 i, .toast h2 i { color: var(--lime); }.intro-text { max-width: 455px; padding-top: 11px; color: #aab4b5; font-size: 16px; line-height: 1.7; }.intro-text p + p { margin-top: 28px; }
.experience { height: 460vh; position: relative; background: #0f2148; }.experience-sticky { height: 100vh; position: sticky; top: 0; overflow: hidden; background: radial-gradient(circle at 62% 50%, #244e81 0%, #142e5b 34%, #0f2148 70%); }.experience-sticky:before { content: ''; position: absolute; inset: 0; opacity: .45; background: linear-gradient(rgba(99,194,66,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(99,194,66,.06) 1px, transparent 1px); background-size: 70px 70px; mask-image: radial-gradient(circle at 62% 50%, black, transparent 66%); }
#award-canvas { position: absolute; inset: 0; width: 100%; height: 100%; }.scene-vignette { position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 62% 50%, transparent 20%, rgba(6,17,29,.12) 55%, rgba(6,17,29,.88) 100%); }.scene-ui { position: absolute; top: 123px; left: 48px; right: 48px; display: flex; justify-content: space-between; font-size: 9px; letter-spacing: .22em; color: rgba(243,240,232,.45); }.scene-ui span:first-child { color: var(--lime); }
.scene-copy { position: absolute; z-index: 2; left: max(48px, calc((100% - 1240px)/2)); top: 50%; width: 315px; transform: translateY(-44%); transition: opacity .45s, transform .55s; }.scene-copy h2 { font-size: clamp(47px, 5vw, 76px); letter-spacing: -.09em; line-height: .88; margin: 28px 0; }.scene-copy p:last-child { color: #98a9ae; font-size: 14px; line-height: 1.55; max-width: 270px; }.copy-fracture, .copy-reform { opacity: 0; transform: translateY(-40%) translateX(-18px); }.experience[data-stage="fracture"] .copy-hold, .experience[data-stage="reform"] .copy-hold { opacity: 0; transform: translateY(-44%) translateX(-18px); }.experience[data-stage="fracture"] .copy-fracture, .experience[data-stage="reform"] .copy-reform { opacity: 1; transform: translateY(-44%) translateX(0); }.experience[data-stage="reform"] .copy-fracture { opacity: 0; transform: translateY(-44%) translateX(-18px); }
.fragment-label { position: absolute; z-index: 3; display: flex; gap: 11px; align-items: flex-start; opacity: 0; transform: translate(-50%, -50%); pointer-events: none; transition: opacity .4s; }.fragment-label span { color: var(--lime); border: 1px solid var(--lime); width: 22px; height: 22px; display: grid; place-items: center; font-size: 9px; border-radius: 50%; }.fragment-label b { font-size: 11px; line-height: 1.1; letter-spacing: .08em; text-transform: uppercase; }.experience[data-stage="fracture"] .fragment-label { opacity: 1; }.label-service { left: 66%; top: 27%; }.label-integrity { left: 78%; top: 40%; }.label-confidence { left: 73%; top: 72%; }.label-team { left: 54%; top: 78%; }
.scroll-meter { position: absolute; right: 48px; bottom: 43px; display: flex; align-items: center; gap: 13px; color: rgba(243,240,232,.5); font-size: 9px; letter-spacing: .16em; }.scroll-meter:before { content: ''; width: 95px; height: 1px; background: rgba(243,240,232,.24); }.scroll-meter span { position: absolute; width: var(--scroll-progress, 0%); height: 1px; background: var(--lime); right: 30px; transform: translateX(-100%); }.scroll-meter b { font-weight: normal; }
.principles { padding: 170px 0; display: grid; grid-template-columns: .75fr 1.25fr; gap: 11%; }.principle-list { border-top: 1px solid var(--line); }.principle-card { min-height: 155px; padding: 26px 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 46px 1fr 25px; gap: 13px; transition: padding .35s, color .35s; }.principle-card:hover { padding-left: 12px; color: var(--lime); }.card-number { color: var(--lime); font-size: 10px; letter-spacing: .1em; }.principle-card h3 { margin: 0; font-size: 23px; line-height: .9; letter-spacing: -.06em; }.principle-card p { max-width: 270px; margin: 14px 0 0; color: #8fa0a5; font-size: 12px; line-height: 1.5; }.card-arrow { color: var(--lime); font-size: 22px; }.accent-card { background: var(--lime); color: var(--ink); margin: 0 -20px; padding-left: 20px; padding-right: 20px; }.accent-card:hover { color: var(--ink); }.accent-card .card-number, .accent-card .card-arrow { color: var(--ink); }.accent-card p { color: rgba(7,17,28,.68); }
.proof { padding: 90px 0 200px; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 11%; }.proof-photo { height: 610px; position: relative; overflow: hidden; transform: rotate(-4deg); border: 1px solid rgba(243,240,232,.3); }.proof-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 40% 48%; filter: saturate(.65) contrast(1.1); }.proof-photo span { position: absolute; z-index: 2; right: 20px; bottom: 20px; font-size: 10px; letter-spacing: .18em; line-height: 1.5; text-align: right; }.proof-photo b { color: var(--lime); }.proof-copy { max-width: 550px; }.proof-copy h2 { margin: 38px 0; }.proof-copy > p:not(.eyebrow) { max-width: 420px; color: #9aa8aa; line-height: 1.65; }.proof-stat { display: flex; align-items: center; gap: 16px; margin-top: 43px; }.proof-stat strong { color: var(--lime); font-size: 51px; letter-spacing: -.08em; }.proof-stat span { color: #9aa8aa; border-left: 1px solid var(--line); padding-left: 16px; font-size: 11px; line-height: 1.4; letter-spacing: .12em; text-transform: uppercase; }
.toast { min-height: 100vh; overflow: hidden; position: relative; background: var(--lime); color: var(--ink); }.toast:before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 80% 30%, rgba(255,255,255,.6), transparent 30%), linear-gradient(125deg, transparent 0 48%, rgba(24,43,84,.08) 48.2% 48.5%, transparent 48.7%); }.toast-inner { position: relative; min-height: 100vh; padding-top: 17vh; }.toast .eyebrow { color: var(--ink); }.toast .eyebrow span { color: rgba(24,43,84,.58); }.toast h2 { margin: 55px 0 32px; font-size: clamp(68px, 9vw, 140px); }.toast h2 i { color: var(--ink); }.toast-copy { font-family: var(--serif); max-width: 350px; font-size: 18px; line-height: 1.35; }.magnetic-button.light { margin-top: 38px; border-color: var(--ink); color: var(--ink); }.magnetic-button.light b { background: var(--ink); color: var(--lime); }.magnetic-button.light:hover { background: var(--ink); color: var(--lime); }.toast-footer { position: absolute; bottom: 38px; left: 0; right: 0; display: flex; justify-content: space-between; font-size: 9px; letter-spacing: .17em; }.toast-orbit { position: absolute; width: 650px; height: 650px; right: -40px; top: 11%; border: 1px solid rgba(24,43,84,.16); border-radius: 50%; }.toast-orbit:before, .toast-orbit:after { content: ''; position: absolute; inset: 12%; border: 1px solid rgba(24,43,84,.12); border-radius: 50%; transform: rotate(65deg) scaleX(.45); }.toast-orbit:after { transform: rotate(-35deg) scaleX(.45); }.toast-orbit span { position: absolute; width: 13px; height: 13px; background: var(--ink); border-radius: 50%; }.toast-orbit span:nth-child(1) { top: 20%; left: 19%; }.toast-orbit span:nth-child(2) { right: 10%; top: 52%; background: var(--white); }.toast-orbit span:nth-child(3) { bottom: 8%; left: 42%; }
@media (max-width: 800px) { .shell { width: min(100% - 40px, 600px); }.site-header { height: 72px; padding: 0 20px; }.brand img { width: 126px; }.header-note { display: none; }.header-cta { font-size: 9px; }.hero { min-height: auto; padding-top: 145px; display: block; }.hero-media { margin: 60px auto 0; height: 480px; width: 100%; }.photo-frame { inset: 5% 14% 5% 10%; }.hero-ring.ring-one { width: 350px; height: 350px; right: 0; }.hero-ring.ring-two { width: 470px; height: 470px; right: -15%; }.hero-logo-plate { right: -3%; bottom: 2%; width: 240px; padding: 12px 14px 11px; }.hero-logo-plate img { width: 145px; }.hero-logo-plate span { font-size: 7px; }.hero-scroll { position: relative; left: auto; bottom: auto; margin: 38px 0 95px; }.intro { padding: 90px 0 100px; }.intro-grid, .principles, .proof { display: block; }.intro h2 { margin: 40px 0; }.intro-text { padding: 0; }.experience { height: 360vh; }.scene-ui { top: 92px; left: 20px; right: 20px; font-size: 7px; }.scene-copy { left: 20px; top: 15%; width: calc(100% - 40px); transform: none; }.scene-copy h2 { font-size: 55px; margin: 20px 0; }.scene-copy p:last-child { max-width: 270px; }.experience[data-stage="fracture"] .copy-hold, .experience[data-stage="reform"] .copy-hold, .experience[data-stage="fracture"] .copy-fracture, .experience[data-stage="reform"] .copy-reform, .experience[data-stage="reform"] .copy-fracture { transform: translateX(-12px); }.experience[data-stage="fracture"] .copy-fracture, .experience[data-stage="reform"] .copy-reform { transform: translateX(0); }.fragment-label { font-size: 9px; }.fragment-label b { font-size: 9px; }.label-service { left: 55%; top: 60%; }.label-integrity { left: 82%; top: 52%; }.label-confidence { left: 72%; top: 82%; }.label-team { left: 38%; top: 79%; }.scroll-meter { right: 20px; bottom: 25px; }.scroll-meter:before { width: 55px; }.principles { padding: 100px 0; }.principles-heading { margin-bottom: 70px; }.principle-card { min-height: 140px; }.proof { padding: 20px 0 110px; }.proof-photo { height: 430px; margin: 0 15px 80px; }.proof-copy h2 { margin: 35px 0; }.toast-inner { padding-top: 120px; }.toast h2 { font-size: 72px; margin-top: 45px; }.toast-orbit { width: 460px; height: 460px; right: -170px; top: 44%; }.toast-footer { left: 20px; right: 20px; font-size: 7px; }.toast-footer span:nth-child(2) { display: none; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *:before, *:after { transition-duration: .01ms !important; animation-duration: .01ms !important; } }
