@font-face { font-family: "Red Hat Display"; src: url("assets/fonts/red-hat-display-400.ttf") format("truetype"); font-weight: 400; font-display: swap; }
@font-face { font-family: "Red Hat Display"; src: url("assets/fonts/red-hat-display-700.ttf") format("truetype"); font-weight: 700; font-display: swap; }
@font-face { font-family: "Red Hat Text"; src: url("assets/fonts/red-hat-text-400.ttf") format("truetype"); font-weight: 400; font-display: swap; }
@font-face { font-family: "Red Hat Text"; src: url("assets/fonts/red-hat-text-600.ttf") format("truetype"); font-weight: 600; font-display: swap; }

:root { --night: #07151f; --night-2: #0c222e; --ink: #eaf4f7; --muted: #a8c0ca; --blue: #35a9d9; --line: rgba(234, 244, 247, .17); --display: "Red Hat Display", Arial, sans-serif; --body: "Red Hat Text", Arial, sans-serif; --ease: cubic-bezier(.16, 1, .3, 1); }
* { box-sizing: border-box; }
html { background: var(--night); scroll-behavior: smooth; }
body { min-width: 320px; margin: 0; overflow-x: hidden; color: var(--ink); background: var(--night); font-family: var(--body); font-size: 16px; line-height: 1.5; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
a:focus-visible { outline: 2px solid var(--blue); outline-offset: 5px; }
.skip-link { position: fixed; z-index: 20; top: 10px; left: 10px; padding: 10px 12px; background: var(--ink); color: var(--night); transform: translateY(-160%); font-weight: 700; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: absolute; z-index: 10; top: 0; left: 50%; width: min(100% - 64px, 1440px); height: 82px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; transform: translateX(-50%); }
.brand { width: fit-content; display: inline-flex; background: var(--ink); padding: 8px 10px; }
.brand img { width: 132px; height: auto; }
.site-header nav { display: flex; gap: 30px; }
.site-header nav a { color: var(--muted); font-size: 13px; font-weight: 600; transition: color .25s var(--ease); }
.site-header nav a:hover { color: var(--ink); }
.nav-cta { justify-self: end; color: var(--ink); font-size: 13px; font-weight: 700; border-bottom: 1px solid var(--blue); padding-bottom: 4px; }

.hero { position: relative; min-height: 100dvh; display: grid; grid-template-columns: minmax(0, 1fr) minmax(440px, 1.06fr); align-items: stretch; background: var(--night); }
.hero-copy { z-index: 2; align-self: center; width: min(100% - 64px, 670px); margin-left: max(32px, calc((100vw - 1440px) / 2)); padding: 124px 0 90px; }
.kicker { margin: 0 0 23px; color: var(--blue); font-size: 11px; font-weight: 600; letter-spacing: .11em; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--display); font-weight: 400; letter-spacing: -.04em; }
h1 { margin-bottom: 28px; font-size: clamp(55px, 6.6vw, 100px); line-height: .91; }
h2 { margin-bottom: 25px; font-size: clamp(43px, 4.5vw, 72px); line-height: .95; }
.hero-copy > p:not(.kicker) { max-width: 480px; margin-bottom: 32px; color: #d4e5e9; font-size: clamp(17px, 1.5vw, 21px); line-height: 1.45; }
.action { display: inline-flex; align-items: center; gap: 38px; min-height: 51px; padding: 0 17px 0 20px; color: var(--night); background: var(--ink); font-size: 13px; font-weight: 700; transition: transform .25s var(--ease), background .25s var(--ease); }
.action:hover { transform: translateY(-3px); background: var(--blue); }
.action span { font-size: 18px; font-weight: 400; }
.hero-media { position: relative; min-height: 100dvh; overflow: hidden; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.85) contrast(1.06); }
.hero-scrim { position: absolute; inset: 0; background: linear-gradient(90deg, var(--night) 0%, rgba(7,21,31,.15) 30%, rgba(7,21,31,.05)); pointer-events: none; }

.section-wrap { width: min(100% - 64px, 1250px); margin-inline: auto; }
.friction { padding: clamp(120px, 14vw, 210px) 0 clamp(110px, 12vw, 180px); }
.friction-intro { display: grid; grid-template-columns: minmax(0, 1fr) 350px; gap: 80px; align-items: end; margin-bottom: 96px; }
.friction-intro h2 { max-width: 760px; margin-bottom: 0; }
.friction-intro p { margin-bottom: 8px; color: var(--muted); font-size: 16px; line-height: 1.6; }
.friction-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.friction-list li { padding: 24px 0 27px; border-bottom: 1px solid var(--line); font-family: var(--display); font-size: clamp(29px, 3.4vw, 52px); line-height: 1; letter-spacing: -.035em; color: #cce3e9; transition: color .25s var(--ease), transform .25s var(--ease); }
.friction-list li:hover { transform: translateX(18px); color: var(--blue); }

.system { display: grid; grid-template-columns: 1.03fr .97fr; min-height: 840px; background: var(--night-2); }
.system-image { min-height: 100%; overflow: hidden; }
.system-image img { width: 100%; height: 100%; min-height: 840px; object-fit: cover; object-position: center; filter: saturate(.7) contrast(1.06); }
.system-copy { align-self: center; max-width: 690px; padding: clamp(80px, 10vw, 150px); }
.system-copy > p { max-width: 470px; color: #cee1e6; font-size: 17px; line-height: 1.6; }
.system-steps { margin-top: 44px; border-top: 1px solid rgba(234,244,247,.2); }
.system-steps p { margin: 0; padding: 18px 0; border-bottom: 1px solid rgba(234,244,247,.2); color: var(--muted); font-size: 14px; line-height: 1.5; }
.system-steps strong { color: var(--ink); }

.statement { padding: clamp(145px, 18vw, 280px) 0; }
.statement p { max-width: 600px; margin-bottom: 15px; color: var(--muted); font-size: 18px; }
.statement h2 { max-width: 1050px; margin: 0; color: var(--blue); font-size: clamp(62px, 9vw, 142px); line-height: .86; }

.control { display: grid; grid-template-columns: .94fr 1.06fr; background: #dcecf1; color: #0b1b25; }
.control-copy { align-self: center; max-width: 650px; padding: clamp(76px, 10vw, 150px); }
.control-copy > p { max-width: 460px; color: #3b5662; font-size: 17px; line-height: 1.58; }
.control-rules { margin-top: 42px; }
.control-rules p { margin: 0; padding: 16px 0; border-top: 1px solid rgba(11,27,37,.18); color: #42616d; font-size: 14px; line-height: 1.5; }
.control-rules p:last-child { border-bottom: 1px solid rgba(11,27,37,.18); }
.control-rules b { display: block; margin-bottom: 3px; color: #0b1b25; }
.control-image { min-height: 740px; overflow: hidden; }
.control-image img { width: 100%; height: 100%; min-height: 740px; object-fit: cover; object-position: center; filter: saturate(.78) contrast(1.04); }

.consultation { display: grid; grid-template-columns: 1.12fr .88fr; gap: clamp(45px, 10vw, 160px); padding: clamp(110px, 14vw, 200px) max(32px, calc((100vw - 1250px) / 2)); background: var(--blue); color: #06131d; }
.consultation .kicker { color: #16485e; }
.consultation h2 { max-width: 670px; margin-bottom: 0; }
.consultation-detail { align-self: end; }
.price { margin: 0; font-family: var(--display); font-size: clamp(65px, 7vw, 105px); font-weight: 700; letter-spacing: -.065em; line-height: .85; }
.consultation-name { margin: 13px 0 25px; font-size: 16px; font-weight: 700; }
.consultation-detail > p:not(.price):not(.consultation-name):not(.availability) { max-width: 425px; font-size: 16px; line-height: 1.55; }
.consultation ul { margin: 29px 0 25px; padding: 0; list-style: none; border-top: 1px solid rgba(6,19,29,.24); }
.consultation li { padding: 12px 0; border-bottom: 1px solid rgba(6,19,29,.24); font-size: 13px; line-height: 1.45; }
.availability { margin: 0; color: #16485e; font-size: 12px; line-height: 1.45; }

.site-footer { width: min(100% - 64px, 1440px); min-height: 126px; margin-inline: auto; display: grid; grid-template-columns: 1fr auto auto; gap: 35px; align-items: center; }
.site-footer p, .site-footer > a:last-child { margin: 0; color: var(--muted); font-size: 12px; }
.site-footer > a:last-child { color: var(--blue); font-weight: 600; }

.reveal { opacity: 1; transform: none; }
@media (max-width: 980px) { .site-header { width: min(100% - 40px, 1440px); grid-template-columns: 1fr auto; } .site-header nav { display: none; } .hero { grid-template-columns: 1fr; min-height: auto; } .hero-copy { width: min(100% - 40px, 670px); margin: 0 auto; padding: 142px 0 72px; } .hero-media { min-height: 620px; } .hero-media img { min-height: 620px; object-position: 67% center; } .hero-scrim { background: linear-gradient(180deg, rgba(7,21,31,.1), var(--night)); } .friction-intro { grid-template-columns: 1fr; gap: 20px; margin-bottom: 58px; } .system, .control, .consultation { grid-template-columns: 1fr; } .system-image { min-height: 540px; } .system-image img { min-height: 540px; } .system-copy { max-width: none; } .control-image { min-height: 520px; grid-row: 1; } .control-image img { min-height: 520px; } .control-copy { max-width: none; } .consultation { padding-inline: 40px; } }
@media (max-width: 640px) { .site-header, .section-wrap, .site-footer { width: min(100% - 28px, 1440px); } .site-header { height: 68px; } .brand { padding: 6px 8px; } .brand img { width: 110px; } .nav-cta { font-size: 12px; } .hero-copy { width: min(100% - 28px, 670px); padding: 115px 0 58px; } h1 { font-size: clamp(49px, 14vw, 68px); } h2 { font-size: clamp(39px, 11.8vw, 58px); } .hero-copy > p:not(.kicker) { font-size: 16px; } .hero-media { min-height: 420px; } .hero-media img { min-height: 420px; object-position: 76% center; } .friction { padding: 96px 0; } .friction-list li { padding: 19px 0; font-size: 32px; } .system-image { min-height: 410px; } .system-image img { min-height: 410px; } .system-copy, .control-copy { padding: 76px 14px; } .statement { padding: 115px 0; } .statement h2 { font-size: 58px; } .control-image { min-height: 390px; } .control-image img { min-height: 390px; } .consultation { gap: 58px; padding: 84px 28px; } .site-footer { grid-template-columns: 1fr; gap: 16px; padding: 32px 0; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition-duration: .01ms !important; } }
