:root {
  color-scheme: dark;
  --ink: #08090a;
  --charcoal: #17191c;
  --iron: #2b2e33;
  --blood: #b31319;
  --red: #d61920;
  --ember: #ff5a1f;
  --bone: #f1e8d8;
  --ash: #8b8d91;
  --shell: min(1180px, calc(100vw - 48px));
  --ease: cubic-bezier(.16, 1, .3, 1);
  --pointer-x: 50%;
  --pointer-y: 45%;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 6rem; background: var(--ink); }
body { min-width: 320px; margin: 0; overflow-x: hidden; color: var(--bone); font-family: Inter, Arial, system-ui, sans-serif; background: var(--ink); -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
img { max-width: 100%; }
.shell { width: var(--shell); margin-inline: auto; }

.skip-link { position: fixed; z-index: 100; top: 1rem; left: 1rem; padding: .75rem 1rem; color: var(--ink); background: var(--bone); transform: translateY(-200%); }
.skip-link:focus { transform: translateY(0); }
.page-noise { position: fixed; z-index: 30; inset: 0; pointer-events: none; opacity: .13; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.95' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.4'/%3E%3C/svg%3E"); mix-blend-mode: soft-light; }
.scroll-progress { position: fixed; z-index: 90; top: 0; left: 0; width: calc(var(--scroll-progress, 0) * 100%); height: 2px; background: linear-gradient(90deg, var(--blood), var(--ember)); box-shadow: 0 0 18px rgb(255 90 31 / 55%); }

.site-header { position: fixed; z-index: 80; top: 0; left: 0; display: flex; align-items: center; justify-content: space-between; width: 100%; min-height: 78px; padding: 0 max(24px, calc((100vw - 1180px) / 2)); border-bottom: 1px solid transparent; transition: min-height .35s var(--ease), background .35s ease, border-color .35s ease; }
.site-header.is-scrolled { min-height: 64px; border-color: rgb(241 232 216 / 10%); background: rgb(8 9 10 / 82%); backdrop-filter: blur(18px); }
.brand { position: relative; z-index: 82; display: inline-flex; align-items: center; gap: .65rem; }
.brand__mark { display: grid; width: 34px; height: 34px; place-items: center; }
.brand__mark img { display: block; width: 100%; height: 100%; filter: brightness(0) invert(1); }
.brand__name { font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: 1.08rem; font-weight: 900; letter-spacing: .08em; line-height: 1; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 2rem; }
.site-nav a { position: relative; padding: .35rem 0; color: rgb(241 232 216 / 66%); font-size: .71rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; transition: color .25s ease; }
.site-nav a::after { position: absolute; right: 0; bottom: 0; left: 0; height: 1px; content: ""; background: var(--ember); transform: scaleX(0); transform-origin: right; transition: transform .35s var(--ease); }
.site-nav a:hover, .site-nav a:focus-visible, .site-nav a.is-active { color: var(--bone); }
.site-nav a:hover::after, .site-nav a:focus-visible::after, .site-nav a.is-active::after { transform: scaleX(1); transform-origin: left; }
.site-nav .nav-access { padding: .8rem 1rem; border: 1px solid rgb(241 232 216 / 24%); }
.site-nav .nav-access::after { display: none; }
.site-nav .nav-access:hover, .site-nav .nav-access:focus-visible { border-color: var(--red); background: var(--blood); }
.menu-toggle { position: relative; z-index: 82; display: none; align-items: center; gap: .65rem; border: 0; background: none; cursor: pointer; }
.menu-toggle span { font-size: .65rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.menu-toggle i, .menu-toggle i::before { display: block; width: 22px; height: 1px; content: ""; background: currentColor; transition: transform .3s ease; }
.menu-toggle i::before { transform: translateY(6px); }
.menu-toggle[aria-expanded="true"] i { transform: rotate(45deg); }
.menu-toggle[aria-expanded="true"] i::before { transform: rotate(-90deg); }

.hero { position: relative; display: grid; min-height: 100svh; overflow: hidden; isolation: isolate; background: #070708; }
.hero__media, .hero__grade, .hero__grid, .hero__light { position: absolute; inset: 0; }
.hero__media { z-index: -4; overflow: hidden; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: center 44%; transform: scale(1.035) translate3d(calc(var(--hero-x, 0) * 1px), calc(var(--hero-y, 0) * 1px), 0); filter: saturate(.96) contrast(1.08) brightness(.84); will-change: transform; }
.hero__grade { z-index: -3; background: linear-gradient(90deg, rgb(8 9 10 / 94%) 0%, rgb(8 9 10 / 70%) 30%, rgb(8 9 10 / 18%) 58%, rgb(8 9 10 / 46%) 100%), linear-gradient(180deg, rgb(8 9 10 / 58%) 0%, transparent 22%, transparent 62%, rgb(8 9 10 / 92%) 100%); }
.hero__grid { z-index: -2; opacity: .18; background-image: linear-gradient(rgb(241 232 216 / 10%) 1px, transparent 1px), linear-gradient(90deg, rgb(241 232 216 / 10%) 1px, transparent 1px); background-size: 72px 72px; -webkit-mask-image: linear-gradient(90deg, #000, transparent 58%); mask-image: linear-gradient(90deg, #000, transparent 58%); animation: grid-drift 16s ease-in-out infinite alternate; }
.hero__light { z-index: -1; background: radial-gradient(circle 400px at var(--pointer-x) var(--pointer-y), rgb(255 90 31 / 12%), transparent 66%); mix-blend-mode: screen; }
.hero__content { align-self: center; padding-top: 7rem; padding-bottom: 8rem; }
.eyebrow { display: flex; align-items: center; gap: .8rem; margin: 0 0 1.25rem; color: var(--red); font-size: .69rem; font-weight: 900; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow::before { width: 32px; height: 2px; content: ""; background: currentColor; }
.hero__eyebrow span { color: rgb(241 232 216 / 48%); }
.hero__title { max-width: 100%; margin: 0; color: var(--bone); font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: clamp(4.7rem, 10.8vw, 10rem); font-weight: 900; letter-spacing: -.035em; line-height: .78; text-transform: uppercase; white-space: nowrap; }
.hero__title span, .hero__title i { font-style: normal; }
.hero__title i { color: transparent; -webkit-text-stroke: clamp(1.5px, .15vw, 3px) var(--red); text-shadow: 0 0 30px rgb(179 19 25 / 18%); }
.hero__lead { max-width: 32rem; margin: 2rem 0 0; color: rgb(241 232 216 / 76%); font-size: clamp(.98rem, 1.4vw, 1.16rem); font-weight: 500; letter-spacing: .015em; line-height: 1.6; }
.hero__actions { display: flex; align-items: center; gap: 1.8rem; margin-top: 2.2rem; }
.button { display: inline-flex; align-items: center; justify-content: space-between; min-width: 220px; min-height: 54px; padding: .85rem 1.1rem; border: 1px solid transparent; font-size: .7rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; transition: color .3s ease, background .3s ease, border-color .3s ease, transform .3s var(--ease); }
.button b { font-size: 1rem; }
.button:hover, .button:focus-visible { transform: translateY(-3px); }
.button--primary { color: #fff; background: var(--blood); box-shadow: 0 14px 40px rgb(179 19 25 / 24%); }
.button--primary:hover, .button--primary:focus-visible { background: var(--red); }
.button--outline { border-color: rgb(241 232 216 / 30%); }
.button--outline:hover, .button--outline:focus-visible { border-color: var(--red); background: var(--blood); }
.text-link { padding: .7rem 0; border-bottom: 1px solid rgb(241 232 216 / 22%); color: rgb(241 232 216 / 75%); font-size: .72rem; font-weight: 800; letter-spacing: .08em; transition: color .25s ease, border-color .25s ease; }
.text-link:hover, .text-link:focus-visible { color: var(--bone); border-color: var(--ember); }
.hero__footer { position: absolute; right: 0; bottom: 1.8rem; left: 0; display: flex; align-items: center; gap: 1rem; color: rgb(241 232 216 / 36%); font-size: .58rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.hero__footer i { height: 1px; flex: 1; background: rgb(241 232 216 / 14%); }

.section { position: relative; padding: clamp(6rem, 11vw, 10rem) 0; }
.section-index { display: grid; grid-template-columns: auto 48px; align-items: center; gap: .75rem; align-content: start; color: var(--red); }
.section-index span { font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: 1.15rem; }
.section-index i { width: 100%; height: 1px; background: currentColor; }
.section-index small { grid-column: 1 / -1; color: var(--ash); font-size: .58rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.statement { color: var(--ink); background: var(--bone); }
.statement::after { position: absolute; right: 0; bottom: 0; width: 34%; height: 34%; content: ""; opacity: .07; background: repeating-linear-gradient(135deg, transparent 0 10px, var(--ink) 10px 11px); clip-path: polygon(35% 100%, 100% 0, 100% 100%); }
.statement__layout { display: grid; grid-template-columns: 140px minmax(0, 1fr) 260px; gap: clamp(2rem, 5vw, 5rem); align-items: start; }
.statement h2, .section-heading h2, .access h2 { margin: 0; font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: clamp(3rem, 6vw, 6.3rem); font-weight: 900; letter-spacing: -.02em; line-height: .92; text-transform: uppercase; }
.statement h2 { max-width: 780px; }
.statement__body { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2rem; max-width: 760px; margin-top: 2.8rem; color: rgb(8 9 10 / 69%); font-size: .95rem; line-height: 1.72; }
.statement__body p { margin: 0; }
.pressure-dial { position: relative; display: grid; aspect-ratio: 1; place-content: center; text-align: center; background: var(--ink); box-shadow: 0 30px 70px rgb(8 9 10 / 20%); }
.pressure-dial__rings, .pressure-dial__rings i { position: absolute; inset: 9%; border: 1px solid rgb(241 232 216 / 13%); border-radius: 50%; }
.pressure-dial__rings i:nth-child(1) { inset: 14%; border-top-color: var(--red); transform: rotate(calc(var(--dial-rotation, 0) * 1deg)); }
.pressure-dial__rings i:nth-child(2) { inset: 28%; border-right-color: var(--ember); transform: rotate(calc(var(--dial-rotation, 0) * -.6deg)); }
.pressure-dial__rings i:nth-child(3) { inset: 43%; background: var(--blood); border: 0; }
.pressure-dial > span, .pressure-dial > small { position: relative; z-index: 1; color: var(--ash); font-size: .55rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.pressure-dial > strong { position: relative; z-index: 1; margin: .25rem 0; color: var(--bone); font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: 1.7rem; letter-spacing: .04em; text-transform: uppercase; }

.method { background: linear-gradient(rgb(241 232 216 / 3%) 1px, transparent 1px), linear-gradient(90deg, rgb(241 232 216 / 3%) 1px, transparent 1px), var(--ink); background-size: 84px 84px; }
.section-heading { display: grid; grid-template-columns: 180px 1fr; gap: 3rem; margin-bottom: 4rem; }
.section-heading h2 { color: var(--bone); }
.method-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgb(241 232 216 / 13%); }
.method-card { position: relative; min-height: 430px; padding: 2rem; overflow: hidden; background: #0d0f11; transform: perspective(900px) rotateX(calc(var(--tilt-y, 0) * 1deg)) rotateY(calc(var(--tilt-x, 0) * 1deg)); transform-style: preserve-3d; transition: background .35s ease, transform .18s ease; }
.method-card::after { position: absolute; right: 0; bottom: 0; left: 0; height: 3px; content: ""; background: linear-gradient(90deg, var(--blood), var(--ember)); transform: scaleX(0); transform-origin: left; transition: transform .5s var(--ease); }
.method-card:hover { background: #14171a; }
.method-card:hover::after { transform: scaleX(1); }
.method-card__number { color: rgb(241 232 216 / 28%); font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: 1rem; }
.method-card__icon { position: relative; width: 80px; height: 80px; margin: 5rem 0 3.2rem; border: 1px solid rgb(241 232 216 / 18%); border-radius: 50%; }
.method-card__icon i { position: absolute; top: 50%; left: 50%; width: 52px; height: 2px; background: var(--red); transform: translate(-50%, -50%); }
.method-card__icon i:nth-child(2) { width: 2px; height: 52px; }
.method-card__icon i:nth-child(3) { width: 12px; height: 12px; border-radius: 50%; }
.method-card__icon--load { border-radius: 0; transform: rotate(45deg); }
.method-card__icon--load i { transform: translate(-50%, -50%) rotate(-45deg); }
.method-card__icon--repeat i:nth-child(1) { width: 54px; height: 54px; border: 2px solid var(--red); border-left-color: transparent; border-radius: 50%; background: none; }
.method-card h3 { margin: 0; font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: 2.3rem; letter-spacing: .02em; text-transform: uppercase; }
.method-card p { max-width: 280px; margin: 1rem 0 2rem; color: rgb(241 232 216 / 58%); font-size: .9rem; line-height: 1.65; }
.method-card small { position: absolute; bottom: 2rem; color: var(--red); font-size: .56rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }

.access { overflow: hidden; background: var(--blood); }
.access::before { position: absolute; inset: 0; content: ""; opacity: .14; background: repeating-linear-gradient(135deg, transparent 0 16px, #000 16px 17px); }
.access__layout { position: relative; display: grid; grid-template-columns: .7fr 1fr; align-items: center; gap: clamp(3rem, 10vw, 9rem); }
.access__mark { position: relative; display: grid; aspect-ratio: 1; place-items: center; border: 1px solid rgb(241 232 216 / 25%); border-radius: 50%; }
.access__mark::before, .access__mark::after { position: absolute; content: ""; border: 1px solid rgb(241 232 216 / 12%); border-radius: 50%; }
.access__mark::before { width: 60%; aspect-ratio: 1; }
.access__mark::after { width: 84%; aspect-ratio: 1; }
.access__mark img { position: relative; z-index: 1; width: 46%; filter: brightness(0) invert(1); }
.access .eyebrow { color: var(--bone); }
.access__copy > p:not(.eyebrow) { max-width: 570px; margin: 1.8rem 0 2.2rem; color: rgb(241 232 216 / 75%); line-height: 1.7; }

.site-footer { padding: 2rem 0; border-top: 1px solid rgb(241 232 216 / 11%); background: var(--ink); }
.site-footer__inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.site-footer p, .site-footer__inner > span { color: rgb(241 232 216 / 38%); font-size: .62rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }

.hero [data-reveal] { opacity: 1; transform: translateY(0); }
.js .section [data-reveal] { opacity: 0; transform: translateY(30px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.js .section [data-reveal].is-visible { opacity: 1; transform: translateY(0); }
.js .section [data-reveal]:nth-child(2) { transition-delay: .08s; }
.js .section [data-reveal]:nth-child(3) { transition-delay: .16s; }
.js .section [data-reveal]:nth-child(4) { transition-delay: .24s; }

@keyframes grid-drift {
  from { background-position: 0 0; }
  to { background-position: 12px 18px; }
}

@media (max-width: 980px) {
  :root { --shell: min(100% - 40px, 760px); }
  .site-header { padding-inline: 20px; }
  .menu-toggle { display: inline-flex; }
  .site-nav { position: fixed; z-index: 81; inset: 0; display: grid; align-content: center; gap: 0; padding: 5rem 2rem; visibility: hidden; opacity: 0; background: rgb(8 9 10 / 97%); transform: translateY(-16px); transition: visibility .35s, opacity .35s, transform .35s var(--ease); }
  .site-nav.is-open { visibility: visible; opacity: 1; transform: translateY(0); }
  .site-nav a, .site-nav .nav-access { padding: 1rem 0; border: 0; border-bottom: 1px solid rgb(241 232 216 / 12%); color: var(--bone); font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: clamp(2.4rem, 9vw, 5rem); letter-spacing: .02em; }
  .hero__media img { object-position: 57% 50%; }
  .hero__grade { background: linear-gradient(90deg, rgb(8 9 10 / 88%) 0%, rgb(8 9 10 / 48%) 62%, rgb(8 9 10 / 36%) 100%), linear-gradient(180deg, rgb(8 9 10 / 60%), transparent 28%, rgb(8 9 10 / 91%) 100%); }
  .hero__title { font-size: clamp(4rem, 13.5vw, 8rem); }
  .statement__layout { grid-template-columns: 120px 1fr; }
  .pressure-dial { grid-column: 2; width: min(260px, 100%); }
  .method-grid { grid-template-columns: 1fr; }
  .method-card { min-height: 330px; }
  .method-card__icon { margin: 3rem 0 2rem; }
}

@media (max-width: 640px) {
  :root { --shell: calc(100% - 32px); }
  .site-header { min-height: 66px; padding-inline: 16px; }
  .brand__name { font-size: .88rem; }
  .hero { min-height: max(700px, 100svh); }
  .hero__media img { object-position: 60% center; }
  .hero__grade { background: linear-gradient(90deg, rgb(8 9 10 / 78%), rgb(8 9 10 / 18%)), linear-gradient(180deg, rgb(8 9 10 / 55%) 0%, transparent 28%, rgb(8 9 10 / 94%) 82%); }
  .hero__content { align-self: end; padding-top: 7rem; padding-bottom: 8rem; }
  .hero__eyebrow span, .hero__footer span:last-child { display: none; }
  .hero__title { font-size: clamp(2.9rem, 13.5vw, 4.8rem); letter-spacing: -.04em; }
  .hero__lead { max-width: 21rem; margin-top: 1.4rem; }
  .hero__actions { align-items: stretch; flex-direction: column; gap: .7rem; margin-top: 1.6rem; }
  .button { width: 100%; }
  .text-link { width: max-content; }
  .hero__footer { bottom: 1.25rem; }
  .section { padding: 5.5rem 0; }
  .statement__layout, .section-heading, .access__layout { grid-template-columns: 1fr; }
  .statement__layout, .section-heading { gap: 2.5rem; }
  .section-heading { margin-bottom: 2.5rem; }
  .statement__body { grid-template-columns: 1fr; gap: 1rem; margin-top: 2rem; }
  .pressure-dial { grid-column: 1; width: min(240px, 75vw); margin: 1rem auto 0; }
  .method-card { min-height: 360px; padding: 1.5rem; }
  .access__layout { gap: 3rem; }
  .access__mark { width: min(280px, 72vw); margin-inline: auto; }
  .site-footer__inner { align-items: flex-start; flex-direction: column; gap: 1rem; }
  .site-footer p { margin: 0; }
}

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