:root {
  --ink: #0a1016;
  --paper: #f1f0eb;
  --snow: #fbfbf8;
  --ice: #9ab1c4;
  --line: rgba(10, 16, 22, 0.16);
  --acid: #c9ff31;
  --max: 1280px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "DM Sans", sans-serif; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }
::selection { background: var(--acid); color: var(--ink); }

.skip-link { position: fixed; top: -60px; left: 16px; z-index: 99; background: var(--acid); padding: 12px 18px; font-weight: 700; }
.skip-link:focus { top: 16px; }
.site-header { position: absolute; z-index: 20; top: 0; left: 0; width: 100%; padding: 24px clamp(24px, 5vw, 72px); display: flex; align-items: center; justify-content: space-between; color: white; border-bottom: 1px solid rgba(255,255,255,.18); }
.site-header.is-scrolled { position: fixed; background: rgba(8,14,20,.9); backdrop-filter: blur(16px); animation: slideDown .35s ease; }
.brand { display: flex; align-items: center; gap: 9px; font: 2rem/1 "Archivo Black", sans-serif; letter-spacing: -.08em; }
.brand svg { width: 31px; fill: none; stroke: var(--acid); stroke-width: 2.6; }
.brand-dot, em { color: var(--acid); font-style: normal; }
.desktop-nav { display: flex; gap: 38px; font-size: .82rem; text-transform: uppercase; letter-spacing: .12em; }
.desktop-nav a { position: relative; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; bottom: -7px; width: 100%; height: 2px; background: var(--acid); transform: scaleX(0); transform-origin: right; transition: transform .3s; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.header-cta { padding: 11px 18px; border: 1px solid rgba(255,255,255,.5); font-size: .82rem; text-transform: uppercase; letter-spacing: .1em; transition: .25s; }
.header-cta:hover { background: var(--acid); border-color: var(--acid); color: var(--ink); }
.menu-button { display: none; width: 42px; height: 42px; border: 0; background: transparent; padding: 10px; }
.menu-button span { display: block; width: 22px; height: 2px; margin: 6px auto; background: white; }

.hero { min-height: 100svh; position: relative; display: flex; align-items: center; color: white; isolation: isolate; padding: 140px clamp(24px, 8vw, 120px) 80px; }
.hero-bg { position: absolute; inset: 0; z-index: -3; background: url("assets/hero-snowboard.png") center/cover no-repeat; }
.hero::before { content: ""; position: absolute; z-index: -2; inset: 0; background: linear-gradient(90deg, rgba(4,8,12,.92) 0%, rgba(4,8,12,.7) 38%, rgba(4,8,12,.08) 72%), linear-gradient(0deg, rgba(4,8,12,.58), transparent 45%); }
.hero-grid { position: absolute; z-index: -1; inset: 0; opacity: .08; background-image: linear-gradient(rgba(255,255,255,.7) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.7) 1px, transparent 1px); background-size: 80px 80px; mask-image: linear-gradient(90deg, black, transparent 65%); }
.hero-copy { max-width: 780px; }
.eyebrow, .section-label { text-transform: uppercase; letter-spacing: .18em; font-weight: 700; font-size: .72rem; }
.eyebrow { color: rgba(255,255,255,.72); margin-bottom: 25px; }
.eyebrow span { color: var(--acid); padding: 0 8px; }
h1, h2 { font-family: "Archivo Black", sans-serif; text-transform: uppercase; margin: 0; letter-spacing: -.07em; line-height: .88; }
h1 { font-size: clamp(4rem, 9.3vw, 9rem); }
h1 span { -webkit-text-stroke: 1px rgba(255,255,255,.9); color: transparent; }
.hero-lead { max-width: 550px; margin: 34px 0 0 5px; color: rgba(255,255,255,.73); font-size: clamp(1rem, 1.4vw, 1.18rem); line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 36px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 34px; min-width: 210px; padding: 17px 20px; text-transform: uppercase; font-weight: 700; font-size: .76rem; letter-spacing: .12em; transition: transform .25s, background .25s; }
.button:hover { transform: translateY(-3px); }
.button-primary { background: var(--acid); color: var(--ink); }
.button-primary span { font-size: 1.2rem; }
.text-link { text-transform: uppercase; letter-spacing: .12em; font-size: .75rem; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.5); }
.hero-meta { position: absolute; right: clamp(24px, 5vw, 72px); bottom: 55px; display: flex; gap: 40px; }
.hero-meta div { display: flex; gap: 10px; align-items: end; }
.hero-meta strong { font: 2rem/1 "Archivo Black"; color: var(--acid); }
.hero-meta span { font-size: .65rem; line-height: 1.35; text-transform: uppercase; letter-spacing: .12em; color: rgba(255,255,255,.68); }
.scroll-mark { position: absolute; bottom: 0; left: 50%; display: flex; align-items: center; gap: 14px; transform: translateX(-50%) rotate(90deg); transform-origin: left bottom; text-transform: uppercase; letter-spacing: .18em; font-size: .58rem; }
.scroll-mark i { display: block; width: 54px; height: 1px; background: var(--acid); }

.section { padding: clamp(80px, 10vw, 150px) max(24px, calc((100vw - var(--max)) / 2)); }
.section-label { display: flex; gap: 14px; align-items: center; margin-bottom: 55px; color: #53606b; }
.section-label::after { content: ""; display: block; width: 50px; height: 1px; background: currentColor; }
.section-label span { color: var(--ink); }
.intro { background: var(--paper); }
.intro-content { display: grid; grid-template-columns: 1.25fr .75fr; gap: clamp(50px, 10vw, 150px); align-items: end; }
.statement { margin: 0; font: clamp(2.8rem, 5.4vw, 5.4rem)/1.02 "Archivo Black"; text-transform: uppercase; letter-spacing: -.065em; }
.statement span { color: transparent; -webkit-text-stroke: 1.5px var(--ink); }
.intro-body { border-left: 1px solid var(--line); padding-left: 36px; font-size: 1.02rem; line-height: 1.75; color: #4f5a63; }
.intro-body p + p { margin-top: 24px; }

.profile { padding-top: 0; display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px, 10vw, 150px); align-items: center; }
.portrait-wrap { position: relative; max-width: 430px; }
.portrait-frame { position: relative; overflow: hidden; aspect-ratio: 4/5; background: #d6e0e5; }
.portrait-frame img { width: 100%; height: 100%; object-fit: cover; image-rendering: auto; transform: scale(1.02); filter: saturate(.75) contrast(1.08); }
.portrait-frame::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.3); background: linear-gradient(0deg, rgba(9,15,21,.2), transparent 50%); }
.portrait-wrap::before { content: ""; position: absolute; width: 45%; height: 60%; right: -20px; top: -20px; background: var(--acid); z-index: -1; }
.portrait-caption { display: block; margin-top: 13px; text-transform: uppercase; letter-spacing: .16em; color: #65707a; font-size: .65rem; }
.profile-copy blockquote { margin: 0 0 38px; font: clamp(2rem, 3.7vw, 3.9rem)/1.08 "Archivo Black"; letter-spacing: -.055em; text-transform: uppercase; }
.profile-copy > p { max-width: 620px; color: #56616a; line-height: 1.8; }
.signature { margin-top: 32px; font: 1.4rem "Archivo Black"; text-transform: uppercase; }
.signature span { display: block; margin-top: 5px; font: .65rem "DM Sans"; letter-spacing: .17em; color: #77818a; }

.services { background: var(--ink); color: white; max-width: none; }
.services-head { display: grid; grid-template-columns: .55fr 1.15fr .7fr; align-items: end; gap: 60px; margin: auto; max-width: var(--max); }
.services-head .section-label { margin: 0; color: #84919c; }
.services-head .section-label span { color: var(--acid); }
.services h2 { font-size: clamp(3rem, 5vw, 5.4rem); }
.services-head > p { color: #8e9aa4; line-height: 1.7; margin: 0 0 7px; }
.service-list { max-width: var(--max); margin: 80px auto 0; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); }
.service-card { position: relative; min-height: 410px; padding: 34px; border-right: 1px solid rgba(255,255,255,.16); transition: background .3s, transform .3s; }
.service-card:last-child { border-right: 0; }
.service-card:hover { background: #111b24; transform: translateY(-8px); }
.service-number { font-size: .7rem; color: #68737d; letter-spacing: .14em; }
.service-icon { font: 4.4rem/1 "Archivo Black"; color: var(--acid); margin: 65px 0 30px; }
.service-card h3 { font: 1.5rem "Archivo Black"; text-transform: uppercase; margin: 0 0 16px; }
.service-card p { color: #8f9aa4; line-height: 1.65; margin: 0 0 25px; }
.service-tag { position: absolute; bottom: 30px; text-transform: uppercase; font-size: .62rem; letter-spacing: .16em; color: var(--acid); }

.method { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(60px, 10vw, 150px); }
.method h2 { font-size: clamp(3.8rem, 6.5vw, 7rem); }
.method h2 em { -webkit-text-stroke: 1px var(--ink); paint-order: stroke fill; text-shadow: 2px 2px 0 rgba(10, 16, 22, .18); }
.method-points { border-top: 1px solid var(--line); }
.method-points article { display: grid; grid-template-columns: 55px 1fr; padding: 30px 0; border-bottom: 1px solid var(--line); }
.method-points article > span { color: #7d8992; font-size: .72rem; }
.method-points h3 { margin: 0 0 9px; text-transform: uppercase; font: 1.1rem "Archivo Black"; }
.method-points p { margin: 0; max-width: 500px; color: #5e6870; line-height: 1.65; }

.credentials { background: #dfe3df; text-align: center; padding-top: 65px; padding-bottom: 65px; }
.credentials > p { text-transform: uppercase; letter-spacing: .2em; font-size: .64rem; color: #667078; margin: 0 0 35px; }
.credential-row { display: grid; grid-template-columns: repeat(3, 1fr); max-width: var(--max); margin: auto; }
.credential-row div { padding: 10px 35px; border-right: 1px solid rgba(10,16,22,.16); }
.credential-row div:last-child { border: 0; }
.credential-row strong { display: block; font: clamp(1.2rem, 2.3vw, 2rem) "Archivo Black"; text-transform: uppercase; }
.credential-row span { display: block; margin-top: 6px; color: #69737b; font-size: .76rem; text-transform: uppercase; letter-spacing: .1em; }

.contact { position: relative; min-height: 720px; overflow: hidden; background: #0b1219; color: white; display: flex; align-items: center; }
.contact::before { content: ""; position: absolute; inset: 0; opacity: .18; background: radial-gradient(circle at 80% 30%, #7197af, transparent 35%), linear-gradient(120deg, transparent 55%, rgba(255,255,255,.13) 55.2%, transparent 55.5%); }
.contact-line { position: absolute; width: 55vw; height: 55vw; right: -18vw; border: 1px solid rgba(201,255,49,.25); border-radius: 50%; }
.contact-copy { position: relative; z-index: 2; width: 55%; }
.contact h2 { font-size: clamp(4.5rem, 8vw, 8rem); margin-bottom: 25px; }
.contact p { max-width: 520px; color: #9ca7af; line-height: 1.7; margin-bottom: 30px; }
.contact small { display: block; max-width: 520px; margin-top: 18px; color: #707c85; font-size: .68rem; }
.contact-art { position: absolute; right: 4vw; font: clamp(5rem, 11vw, 12rem)/.75 "Archivo Black"; color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.14); text-transform: uppercase; transform: rotate(-8deg); }
.contact-art span { display: block; }
.contact-art span:nth-child(2) { color: rgba(201,255,49,.06); -webkit-text-stroke-color: rgba(201,255,49,.3); }

footer { min-height: 110px; padding: 30px clamp(24px, 5vw, 72px); background: #070c11; color: #69747c; display: flex; align-items: center; justify-content: space-between; font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; }
.footer-brand { color: white; font-size: 1.4rem; }
footer div { display: flex; gap: 25px; }
footer a:hover { color: var(--acid); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: none; }
@keyframes slideDown { from { transform: translateY(-100%); } }

@media (max-width: 900px) {
  .desktop-nav, .header-cta { display: none; }
  .menu-button { display: block; }
  .site-header.menu-open { position: fixed; height: 100svh; background: var(--ink); align-items: flex-start; }
  .site-header.menu-open .desktop-nav { display: flex; position: absolute; top: 25%; left: 24px; flex-direction: column; font: 2.4rem "Archivo Black"; }
  .site-header.menu-open .header-cta { display: block; position: absolute; left: 24px; bottom: 60px; }
  .hero-meta { display: none; }
  .intro-content, .profile, .services-head, .method { grid-template-columns: 1fr; }
  .services-head { gap: 30px; }
  .service-list { grid-template-columns: 1fr; }
  .service-card { min-height: 340px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  .service-icon { margin-top: 35px; }
  .portrait-wrap { max-width: 520px; }
  .contact-copy { width: 85%; }
}

@media (max-width: 620px) {
  .site-header { padding: 20px 22px; }
  .hero { align-items: flex-end; padding: 130px 22px 80px; }
  .hero::before { background: linear-gradient(0deg, rgba(4,8,12,.96) 0%, rgba(4,8,12,.7) 55%, rgba(4,8,12,.12)); }
  .hero-bg { background-position: 63% center; }
  h1 { font-size: clamp(3.6rem, 18vw, 5.2rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 15px; }
  .section { padding-left: 22px; padding-right: 22px; }
  .intro-body { padding-left: 22px; }
  .credential-row { grid-template-columns: 1fr; }
  .credential-row div { border-right: 0; border-bottom: 1px solid rgba(10,16,22,.16); padding: 24px; }
  .contact { min-height: 650px; }
  .contact-copy { width: 100%; }
  .contact-art { opacity: .45; }
  footer { flex-direction: column; gap: 18px; text-align: center; }
}

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