:root {
  --navy-950: #141311;
  --navy-900: #1d1b18;
  --navy-800: #292622;
  --navy-700: #3a342e;
  --gold: #d29a61;
  --gold-bright: #f0bd82;
  --white: #fffaf4;
  --mist: #d8cec4;
  --sand: #b2a08f;
  --sand-light: #d8cabc;
  --cream: #f2ebe3;
  --ink: #24211e;
  --line: rgba(210, 154, 97, 0.34);
  --surface: rgba(55, 49, 43, 0.62);
  --shadow: 0 26px 80px rgba(31, 24, 18, 0.3);
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 6rem; }
body { margin: 0; color: var(--white); background: var(--navy-950); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 1rem; line-height: 1.7; overflow-x: hidden; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; background: radial-gradient(circle at 15% 15%, rgba(210,154,97,.12), transparent 30%), radial-gradient(circle at 82% 45%, rgba(178,160,143,.08), transparent 24%), linear-gradient(rgba(255,255,255,.014) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.014) 1px, transparent 1px); background-size: auto, auto, 56px 56px, 56px 56px; z-index: -2; }
a { color: inherit; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--gold-bright); outline-offset: 4px; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 200; background: var(--gold); color: var(--navy-950); padding: .7rem 1rem; border-radius: .4rem; font-weight: 800; }
.skip-link:focus { top: 1rem; }
.section-shell { width: min(var(--max), calc(100% - 3rem)); margin-inline: auto; }
.eyebrow { margin: 0 0 .7rem; color: var(--gold-bright); font-size: .78rem; line-height: 1.4; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
h1, h2, h3, p { overflow-wrap: break-word; }
h1, h2, h3 { margin-top: 0; line-height: 1.05; }
h2 { max-width: 820px; margin-bottom: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.3rem, 5vw, 5.6rem); font-weight: 500; letter-spacing: -.045em; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: .82rem 1.3rem; border: 1px solid transparent; border-radius: 999px; text-decoration: none; font-weight: 800; letter-spacing: .015em; cursor: pointer; transition: transform .25s ease, background .25s ease, border-color .25s ease; }
.button:hover { transform: translateY(-3px); }
.button-primary { color: var(--navy-950); background: linear-gradient(135deg, var(--gold-bright), var(--gold)); box-shadow: 0 12px 32px rgba(217, 182, 101, .2); }
.button-secondary { border-color: var(--line); background: rgba(255,255,255,.04); }
.button-secondary:hover { border-color: var(--gold); background: rgba(217,182,101,.08); }
.linkedin-button { display: grid; width: 48px; height: 48px; place-items: center; border: 1px solid rgba(255,255,255,.18); border-radius: .58rem; color: #fff; background: #0a66c2; font-weight: 900; text-decoration: none; box-shadow: 0 10px 26px rgba(10,102,194,.24); transition: transform .25s ease, background .25s ease, box-shadow .25s ease; }
.linkedin-button:hover { transform: translateY(-3px); background: #084f98; box-shadow: 0 14px 34px rgba(10,102,194,.34); }
.linkedin-button span { font-family: Arial, sans-serif; font-size: 1.45rem; line-height: 1; letter-spacing: -.08em; transform: translateY(-1px); }
.text-link { display: inline-flex; align-items: center; gap: .5rem; color: var(--gold-bright); font-weight: 800; text-decoration-thickness: 1px; text-underline-offset: .32rem; }

.skip-site-intro .intro-screen { display: none; }
.intro-screen { position: fixed; inset: 0; z-index: 500; display: grid; place-items: center; overflow: hidden; isolation: isolate; background: #090806; transition: opacity .9s ease, visibility .9s ease; }
.intro-screen::before { content: ""; position: absolute; inset: -12%; z-index: 0; background: radial-gradient(ellipse at 50% 51%, rgba(140,82,36,.26) 0%, rgba(52,30,18,.18) 27%, transparent 62%), linear-gradient(118deg, transparent 18%, rgba(255,214,156,.055) 43%, transparent 58%); filter: blur(8px); transform: scale(1.08); animation: atmosphereBreathe 5.6s ease-in-out both; }
.intro-screen::after { content: ""; position: absolute; inset: 0; z-index: 4; pointer-events: none; background: radial-gradient(ellipse at center, transparent 28%, rgba(0,0,0,.35) 72%, rgba(0,0,0,.82) 100%), linear-gradient(105deg, transparent 35%, rgba(255,239,214,.07) 49%, transparent 57%); mix-blend-mode: screen; opacity: .72; }
.intro-screen.is-finished { opacity: 0; visibility: hidden; }
#nameCanvas { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 2; opacity: 1; transition: opacity .58s ease; }
#nameCanvas.is-fading { opacity: 0; }
.intro-atmosphere { position: absolute; inset: -20%; z-index: 1; pointer-events: none; background: conic-gradient(from 225deg at 50% 50%, transparent 0 31%, rgba(255,210,147,.08) 37%, transparent 44% 100%); filter: blur(38px); animation: cinematicSweep 5.2s cubic-bezier(.2,.7,.2,1) both; }
.intro-stage { position: absolute; inset: 0; z-index: 3; display: grid; place-items: center; pointer-events: none; }
.intro-name { position: absolute; z-index: 6; display: flex; flex-direction: column; align-items: center; overflow: hidden; opacity: 0; color: #fff; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.6rem, 7.5vw, 7rem); font-weight: 560; line-height: .9; letter-spacing: .12em; text-align: center; text-shadow: 0 0 18px rgba(255,255,255,.32), 0 0 72px rgba(240,189,130,.18), 0 8px 45px rgba(0,0,0,.7); clip-path: inset(0 52% 0 52%); filter: blur(18px); transform: scale(.92); }
.intro-name::after { content: ""; position: absolute; inset: -25% -35%; background: linear-gradient(105deg, transparent 38%, rgba(255,255,255,.92) 49%, transparent 59%); mix-blend-mode: screen; transform: translateX(-65%); }
.intro-name.is-visible { animation: introNameReveal 1.15s cubic-bezier(.18,.86,.2,1) forwards; }
.intro-name.is-visible::after { animation: nameLightSweep 1.4s .12s cubic-bezier(.2,.7,.2,1) forwards; }
.countdown { position: relative; z-index: 7; display: grid; min-width: 1.1em; place-items: center; font-family: Georgia, serif; font-size: clamp(10rem, 30vw, 22rem); font-weight: 400; font-variant-numeric: tabular-nums; line-height: .78; color: #fff6e9; text-shadow: 0 0 12px rgba(255,246,233,.82), 0 0 44px rgba(240,189,130,.64), 0 0 150px rgba(210,154,97,.38); animation: countCinematic .72s cubic-bezier(.16,.8,.22,1) both; }
.intro-hexagon { position: absolute; z-index: 5; width: min(66vw, 520px); height: min(66vw, 520px); overflow: visible; opacity: 0; filter: drop-shadow(0 0 18px rgba(244,182,112,.28)); transform: perspective(900px) rotateX(64deg) rotateZ(-7deg) scale(.72); transform-style: preserve-3d; }
.intro-hexagon .hex-depth { filter: url(#hexGlow); }
.intro-hexagon polygon, .intro-hexagon path { vector-effect: non-scaling-stroke; stroke-linecap: round; stroke-linejoin: round; }
.intro-hexagon .hex-front { stroke-width: 3.2; stroke-dasharray: 1600; stroke-dashoffset: 1600; }
.intro-hexagon .hex-back { stroke-width: 1.25; opacity: .35; stroke-dasharray: 1500; stroke-dashoffset: -1500; }
.intro-hexagon .hex-detail { stroke-width: 1.1; opacity: .34; stroke-dasharray: 1900; stroke-dashoffset: 1900; }
.intro-hexagon .hex-core, .intro-hexagon .hex-nodes { opacity: 0; }
.intro-hexagon.is-forming { animation: hexagonArrive 1.28s cubic-bezier(.12,.72,.2,1) forwards; }
.intro-hexagon.is-forming .hex-front, .intro-hexagon.is-forming .hex-back, .intro-hexagon.is-forming .hex-detail { animation: drawHex 1.05s cubic-bezier(.35,.05,.2,1) forwards; }
.intro-hexagon.is-forming .hex-back { animation-delay: .08s; }
.intro-hexagon.is-forming .hex-detail { animation-delay: .2s; }
.intro-hexagon.is-charged .hex-core, .intro-hexagon.is-charged .hex-nodes { animation: nodesIgnite .45s ease-out forwards; }
.intro-hexagon.is-bursting { animation: hexagonBurst .66s cubic-bezier(.3,.02,.7,.2) forwards; }
.intro-flash { position: absolute; z-index: 5; width: 10px; aspect-ratio: 1; border-radius: 50%; opacity: 0; background: #fff9ef; box-shadow: 0 0 40px 18px rgba(255,232,195,.9), 0 0 120px 55px rgba(232,164,91,.48); }
.intro-flash.is-visible { animation: cinematicFlash .7s ease-out forwards; }
.skip-intro { position: absolute; right: 1.25rem; bottom: 1.25rem; z-index: 5; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; padding: .65rem 1rem; color: var(--white); background: rgba(3,8,23,.65); cursor: pointer; }
@keyframes countCinematic { 0% { opacity: 0; filter: blur(24px); transform: scale(1.32); } 30% { opacity: 1; filter: blur(0); } 72% { opacity: .95; } 100% { opacity: 0; filter: blur(8px); transform: scale(.82); } }
@keyframes atmosphereBreathe { 0% { opacity: .5; transform: scale(1.08); } 55% { opacity: 1; transform: scale(1); } 100% { opacity: .34; transform: scale(1.12); } }
@keyframes cinematicSweep { 0% { opacity: 0; transform: translate3d(-14%,8%,0) rotate(-8deg); } 34% { opacity: .85; } 72% { opacity: .45; transform: translate3d(7%,-5%,0) rotate(5deg); } 100% { opacity: 0; transform: translate3d(18%,-12%,0) rotate(9deg); } }
@keyframes hexagonArrive { 0% { opacity: 0; filter: blur(16px) drop-shadow(0 0 10px rgba(244,182,112,.2)); transform: perspective(900px) rotateX(64deg) rotateZ(-7deg) scale(.72); } 56% { opacity: 1; filter: blur(0) drop-shadow(0 0 34px rgba(244,182,112,.55)); } 100% { opacity: 1; filter: blur(0) drop-shadow(0 0 22px rgba(244,182,112,.42)); transform: perspective(900px) rotateX(0) rotateZ(0) scale(1); } }
@keyframes drawHex { to { stroke-dashoffset: 0; } }
@keyframes nodesIgnite { 0% { opacity: 0; } 55% { opacity: 1; filter: drop-shadow(0 0 14px #fff); } 100% { opacity: .95; filter: drop-shadow(0 0 6px #ffd69c); } }
@keyframes hexagonBurst { 0% { opacity: 1; transform: scale(1); } 18% { opacity: 1; filter: brightness(2) drop-shadow(0 0 55px rgba(255,220,168,.92)); transform: scale(.94); } 100% { opacity: 0; filter: blur(18px) brightness(2.6); transform: scale(1.46); } }
@keyframes cinematicFlash { 0% { opacity: 0; transform: scale(.3); } 13% { opacity: 1; } 100% { opacity: 0; transform: scale(42); } }
@keyframes introNameReveal { 0% { opacity: 0; clip-path: inset(0 52% 0 52%); filter: blur(18px); letter-spacing: .12em; transform: scale(.92); } 58% { opacity: 1; clip-path: inset(0 0 0 0); filter: blur(0); letter-spacing: .015em; transform: scale(1.02); } 100% { opacity: 1; clip-path: inset(0 0 0 0); filter: blur(0); letter-spacing: -.025em; transform: scale(1); } }
@keyframes nameLightSweep { to { transform: translateX(65%); } }

.site-header { position: sticky; top: 0; z-index: 100; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 1.5rem; min-height: 76px; padding: .8rem max(1.5rem, calc((100% - var(--max)) / 2)); border-bottom: 1px solid rgba(255,255,255,.07); background: rgba(20,19,17,.84); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: .8rem; justify-self: start; text-decoration: none; font-weight: 800; }
.brand-mark { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold-bright); font-size: .72rem; letter-spacing: .12em; }
.main-nav { display: flex; gap: 1.4rem; }
.main-nav a { color: var(--mist); font-size: .9rem; text-decoration: none; transition: color .2s ease; }
.main-nav a:hover { color: var(--gold-bright); }
.language-switch { display: flex; justify-self: end; padding: .2rem; border: 1px solid rgba(255,255,255,.12); border-radius: 999px; }
.lang-btn { min-width: 38px; min-height: 34px; border: 0; border-radius: 999px; color: var(--mist); background: transparent; font-size: .75rem; font-weight: 800; cursor: pointer; }
.lang-btn.is-active { color: var(--navy-950); background: var(--gold-bright); }

.hero { min-height: calc(100svh - 76px); display: flex; flex-direction: column; justify-content: center; padding-block: clamp(5rem, 10vw, 9rem) 2rem; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr); align-items: center; gap: clamp(2rem, 7vw, 7rem); }
.kinetic-name { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(4.1rem, 9.4vw, 8.8rem); font-weight: 500; letter-spacing: -.075em; line-height: .78; text-shadow: 1px 0 0 rgba(210,154,97,.72), -1px 0 24px rgba(210,154,97,.14); }
.kinetic-name .letter { display: inline-block; will-change: transform; transition: transform .35s cubic-bezier(.2,.8,.2,1), color .25s ease; }
.kinetic-name .letter.space { width: .22em; }
.kinetic-name .letter.break { display: block; height: .12em; }
.kinetic-heading { --kinetic-accent: var(--gold-bright); cursor: default; }
.kinetic-heading .kinetic-word { display: inline-block; white-space: nowrap; }
.kinetic-heading .letter { display: inline-block; will-change: transform; transition: transform .35s cubic-bezier(.2,.8,.2,1), color .25s ease; }
.kinetic-heading .kinetic-line { display: block; white-space: nowrap; }
.hero-role { margin: 1.8rem 0 .8rem; color: var(--gold-bright); font-size: clamp(1.05rem, 2vw, 1.42rem); font-weight: 750; letter-spacing: .02em; }
.hero-pitch { max-width: 720px; margin: 0; color: var(--mist); font-size: clamp(1.05rem, 1.6vw, 1.24rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.hero-system { position: relative; aspect-ratio: 1; display: grid; place-items: center; max-width: 470px; width: 100%; justify-self: center; }
.orbit { position: absolute; border: 1px solid rgba(255,250,244,.44); border-radius: 50%; }
.orbit-one { inset: 8%; animation: spin 24s linear infinite; }
.orbit-two { inset: 22%; border-style: dashed; border-color: rgba(242,235,227,.62); animation: spinReverse 18s linear infinite; }
.orbit-three { inset: 36%; border-color: rgba(210,154,97,.75); box-shadow: 0 0 60px rgba(210,154,97,.17); }
.core { display: grid; width: 26%; aspect-ratio: 1; place-items: center; border: 1px solid var(--gold); border-radius: 50%; background: rgba(20,19,17,.88); box-shadow: 0 0 55px rgba(210,154,97,.28); color: var(--gold-bright); font-size: .63rem; letter-spacing: .14em; }
.core strong { line-height: .5; font-size: 1.3rem; }
.satellite { position: absolute; display: grid; min-width: 68px; min-height: 68px; place-items: center; border: 1px solid rgba(210,154,97,.62); border-radius: 50%; background: var(--sand-light); color: var(--ink); font-size: .66rem; font-weight: 800; letter-spacing: .12em; box-shadow: var(--shadow); }
.satellite-a { top: 5%; left: 44%; animation: float 5s ease-in-out infinite; }
.satellite-b { right: 5%; bottom: 26%; animation: float 6s ease-in-out -1.2s infinite; }
.satellite-c { left: 0; bottom: 24%; animation: float 7s ease-in-out -2s infinite; }
.hero-meta { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: clamp(3rem, 7vw, 6rem); }
.hero-meta span { padding: .48rem .8rem; border: 1px solid rgba(255,255,255,.1); border-radius: 999px; color: var(--mist); background: rgba(255,255,255,.03); font-size: .82rem; }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes spinReverse { to { transform: rotate(-360deg); } }
@keyframes float { 50% { transform: translateY(-14px); } }

.belief-band { display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid rgba(36,33,30,.18); background: var(--sand-light); }
.belief-band p { margin: 0; padding: 1.6rem; border-right: 1px solid rgba(36,33,30,.18); color: var(--ink); text-align: center; font-family: Georgia, serif; font-size: clamp(1.1rem, 2vw, 1.6rem); }
.belief-band p:last-child { border-right: 0; }

.about, .skills, .portfolio-preview, .contact { padding-block: clamp(6rem, 12vw, 11rem); }
.about, .portfolio-preview { color: var(--ink); box-shadow: 0 0 0 100vmax var(--cream); clip-path: inset(0 -100vmax); }
.about { width: 100%; max-width: none; padding-inline: max(1.5rem, calc((100% - var(--max)) / 2)); background: var(--cream); box-shadow: none; clip-path: none; }
.about h2, .portfolio-preview h2 { color: var(--ink); }
.about .kinetic-heading, .portfolio-preview .kinetic-heading { --kinetic-accent: #8b4d29; }
.about .section-heading h2 { max-width: 1080px; }
.section-heading { margin-bottom: clamp(3rem, 7vw, 6rem); }
.section-number { margin: .2rem 0 0; color: var(--gold); font-size: .78rem; font-weight: 800; letter-spacing: .16em; }
.about-layout { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(310px, .9fr); gap: clamp(2rem, 6vw, 6rem); align-items: start; }
.about-portrait { position: sticky; top: 7rem; height: clamp(470px, 55vw, 650px); margin: 0; overflow: hidden; border: 0; border-radius: .65rem; background: var(--sand-light); box-shadow: var(--shadow); }
.about-portrait::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(36,33,30,.12); border-radius: inherit; box-shadow: inset 0 0 45px rgba(36,33,30,.08); pointer-events: none; }
.about-portrait img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 61% center; transform: none; }
.about-copy { color: #554d46; font-size: 1.06rem; }
.about-copy p:first-child { margin-top: 0; color: var(--ink); font-family: inherit; font-size: 1.06rem; font-weight: 750; line-height: 1.7; }
.about-copy p:last-child { padding-bottom: 1.5rem; border-bottom: 1px solid rgba(36,33,30,.22); }

.tools-showcase { display: block; overflow: hidden; padding-block: .85rem; border-block: 1px solid rgba(255,255,255,.08); background: #171614; }
.tool-marquee { min-width: 0; overflow: hidden; }
.tool-track { display: flex; width: max-content; gap: .7rem; animation: toolMarquee 42s linear infinite; }
.tool-chip { display: inline-flex; min-height: 52px; align-items: center; gap: .62rem; padding: .42rem .8rem .42rem .45rem; border: 1px solid rgba(255,255,255,.1); border-radius: .65rem; background: rgba(255,255,255,.018); white-space: nowrap; }
.tool-chip b { display: grid; min-width: 36px; height: 36px; place-items: center; padding-inline: .3rem; border: 1px solid currentColor; border-radius: .5rem; font-size: .7rem; line-height: 1; }
.tool-chip span { color: var(--mist); font-size: .74rem; font-weight: 720; }
.tool-marquee:hover .tool-track { animation-play-state: paused; }
@keyframes toolMarquee { to { transform: translateX(calc(-50% - .35rem)); } }
.tone-aqua { color: #64d8cf; }.tone-copper { color: #e5a05a; }.tone-blue { color: #77aaf6; }.tone-rose { color: #ef7896; }.tone-violet { color: #9caeff; }.tone-gold { color: #f2c55f; }.tone-neutral { color: #eee7df; }
.skills { background: transparent; }
.skills .section-heading { max-width: none; }
.skills .section-heading h2 { max-width: none; font-size: clamp(3.2rem, 6.2vw, 5.8rem); }
.skills-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; padding: 1px; background: rgba(210,154,97,.3); }
.skill-card { position: relative; display: flex; min-height: 330px; flex-direction: column; padding: clamp(1.5rem, 3vw, 2.4rem); background: #1c1a18; overflow: hidden; transition: background .35s ease, transform .35s ease; }
.skill-card::after { content: ""; position: absolute; width: 180px; height: 180px; right: -100px; bottom: -100px; border: 1px solid var(--gold); border-radius: 50%; opacity: .2; transition: transform .5s ease, opacity .4s ease; }
.skill-card:hover { z-index: 2; background: #342f2a; transform: translateY(-8px); }
.skill-card:hover::after { transform: scale(1.8); opacity: .42; }
.skill-card h3 { margin: 0 0 1rem; color: var(--white); font-family: Georgia, serif; font-size: clamp(1.5rem, 1.8vw, 2rem); font-weight: 500; letter-spacing: -.025em; overflow-wrap: normal; word-break: normal; hyphens: none; }
.skill-card > p { color: var(--mist); }
.used-tools { margin: auto 0 0; padding-top: 1.25rem; border-top: 1px solid rgba(255,255,255,.1); color: var(--white) !important; font-size: .8rem; line-height: 1.55; }
.used-tools span { display: block; margin-bottom: .45rem; color: var(--gold-bright); font-size: .7rem; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }

.project-feature { display: grid; grid-template-columns: 1fr 1fr; min-height: 520px; border: 1px solid rgba(36,33,30,.16); color: var(--white); background: var(--navy-900); box-shadow: var(--shadow); }
.project-visual { position: relative; min-height: 380px; overflow: hidden; background: radial-gradient(circle at 50% 40%, rgba(210,154,97,.32), rgba(20,19,17,.94) 70%); }
.project-feature-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(2rem, 5vw, 5rem); }
.project-kicker { margin: 0 0 .7rem; color: var(--gold); font-size: .73rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.project-feature-copy h3 { margin-bottom: 1.2rem; font-family: Georgia, serif; font-size: clamp(2.4rem, 5vw, 5.3rem); font-weight: 500; }
.project-feature-copy > p:not(.project-kicker) { color: var(--mist); }
.project-feature-copy .text-link { margin-top: 1rem; }
.visual-compass { display: grid; place-items: center; }
.visual-compass::before, .visual-compass::after { content: ""; position: absolute; border: 1px solid var(--line); border-radius: 50%; }
.visual-compass::before { width: 72%; aspect-ratio: 1; }
.visual-compass::after { width: 45%; aspect-ratio: 1; border-style: dashed; animation: spin 18s linear infinite; }
.visual-compass span { position: absolute; z-index: 2; padding: .5rem .75rem; border: 1px solid rgba(255,255,255,.13); border-radius: 999px; background: rgba(20,19,17,.8); color: var(--mist); font-size: .65rem; font-weight: 800; letter-spacing: .1em; }
.visual-compass span:nth-child(1) { top: 20%; left: 13%; }
.visual-compass span:nth-child(2) { top: 46%; right: 17%; color: var(--gold-bright); }
.visual-compass span:nth-child(3) { left: 24%; bottom: 18%; }
.visual-compass i { width: 18%; aspect-ratio: 1; border-radius: 50%; background: var(--gold); box-shadow: 0 0 65px rgba(217,182,101,.8); }
.visual-srl-feature { display: grid; place-items: center; isolation: isolate; background: radial-gradient(circle at 50% 46%, rgba(210,154,97,.34), transparent 28%), linear-gradient(145deg, #0f0e0d, #252019 58%, #12110f); }
.visual-srl-feature::before, .visual-srl-feature::after { content: ""; position: absolute; border-radius: 50%; border: 1px solid rgba(240,189,130,.26); }
.visual-srl-feature::before { width: 74%; aspect-ratio: 1; animation: spin 30s linear infinite; }
.visual-srl-feature::after { width: 49%; aspect-ratio: 1; border-style: dashed; animation: spinReverse 22s linear infinite; }
.srl-logo-3d { position: relative; z-index: 3; display: block; width: min(66%, 390px); height: auto; filter: drop-shadow(0 25px 25px rgba(0,0,0,.4)) drop-shadow(0 0 24px rgba(40,194,213,.17)); transform-style: preserve-3d; will-change: transform; animation: srlFloat 7s ease-in-out infinite; transition: transform .18s ease-out, filter .3s ease; }
.visual-srl-feature:hover .srl-logo-3d, .visual-srl:hover .srl-logo-3d { animation-play-state: paused; filter: drop-shadow(0 32px 30px rgba(0,0,0,.48)) drop-shadow(0 0 30px rgba(240,189,130,.22)); }
.srl-feature-node { position: absolute; z-index: 4; padding: .43rem .68rem; border: 1px solid rgba(255,255,255,.15); border-radius: 999px; color: var(--mist); background: rgba(20,19,17,.88); font-size: .59rem; font-weight: 800; letter-spacing: .09em; box-shadow: 0 10px 30px rgba(0,0,0,.25); }
.srl-node-brand { top: 13%; left: 10%; }.srl-node-content { top: 17%; right: 8%; }.srl-node-affiliate { right: 7%; bottom: 20%; }.srl-node-funnel { left: 10%; bottom: 15%; }.srl-node-workflow { left: 50%; bottom: 6%; transform: translateX(-50%); color: var(--gold-bright); }
@keyframes srlFloat { 0%, 100% { transform: perspective(900px) rotateX(2deg) rotateY(-7deg) translateY(0); } 50% { transform: perspective(900px) rotateX(-2deg) rotateY(7deg) translateY(-12px); } }
.portfolio-cta { display: flex; align-items: center; justify-content: space-between; gap: 2rem; margin-top: 2rem; padding: 2rem; border-bottom: 1px solid var(--line); }
.portfolio-cta p { max-width: 680px; color: var(--mist); }
.portfolio-preview .portfolio-cta { border-bottom-color: rgba(36,33,30,.18); }
.portfolio-preview .portfolio-cta p { color: #5b534c; }
.portfolio-preview { width: 100%; max-width: none; padding-inline: max(1.5rem, calc((100% - var(--max)) / 2)); background: var(--sand-light); box-shadow: none; clip-path: none; }
.portfolio-preview .section-heading h2 { color: var(--ink); }

.contact { border-top: 1px solid rgba(255,255,255,.07); }
.contact-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 8vw, 8rem); align-items: start; }
.contact-copy h2 { font-size: clamp(2.5rem, 5vw, 5rem); }
.contact-copy > p:last-child { max-width: 580px; color: var(--mist); }
.contact-form { display: grid; gap: 1.25rem; padding: clamp(1.4rem, 4vw, 2.8rem); border: 1px solid rgba(255,255,255,.16); border-radius: 1rem; background: var(--surface); box-shadow: var(--shadow); }
.contact-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.1rem; }
.contact-form label { display: grid; gap: .48rem; color: var(--mist); font-size: .76rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.contact-form label b { color: var(--gold-bright); font-weight: 800; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; min-height: 50px; border: 1px solid rgba(255,255,255,.2); border-radius: .7rem; padding: .85rem 1rem; color: var(--white); background: rgba(255,255,255,.065); }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: rgba(255,250,244,.49); opacity: 1; }
.contact-form select { appearance: auto; color-scheme: dark; cursor: pointer; }
.contact-form select option { color: var(--ink); background: var(--white); }
.contact-form textarea { resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: var(--gold-bright); outline: 1px solid var(--gold-bright); box-shadow: 0 0 0 3px rgba(240,189,130,.1); }
.contact-form .consent { grid-template-columns: 22px 1fr; align-items: start; font-size: .75rem; font-weight: 500; letter-spacing: 0; line-height: 1.55; text-transform: none; }
.consent input { width: 18px; height: 18px; margin-top: .25rem; accent-color: var(--gold); }
.contact-form .button { justify-self: start; }
.form-note { margin: -.2rem 0 0; color: var(--mist); font-size: .82rem; line-height: 1.55; }
.hidden-field { display: none; }

.site-footer { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding: 2rem max(1.5rem, calc((100% - var(--max)) / 2)); border-top: 1px solid rgba(255,255,255,.08); color: var(--mist); font-size: .82rem; }
.site-footer div { display: flex; gap: 1.2rem; }
.site-footer a { text-underline-offset: .25rem; }
.scroll-orbit { position: fixed; top: 20%; right: 14px; z-index: 90; width: 1px; height: 60%; background: linear-gradient(transparent, var(--line), transparent); pointer-events: none; }
.scroll-orbit span { position: absolute; left: -3px; top: 0; width: 7px; height: 7px; border-radius: 50%; background: var(--gold-bright); box-shadow: 0 0 18px 5px rgba(217,182,101,.45); }

.portfolio-hero { padding-block: clamp(6rem, 12vw, 11rem) 5rem; }
.portfolio-hero h1 { max-width: 1000px; margin-bottom: 2rem; font-family: Georgia, serif; font-size: clamp(3.8rem, 9vw, 8.6rem); font-weight: 500; letter-spacing: -.065em; }
.particle-heading { position: relative; isolation: isolate; cursor: default; }
.particle-heading-text { display: block; transition: opacity .18s ease, filter .28s ease; }
.particle-heading-canvas { position: absolute; z-index: 2; inset: 0; width: 100%; height: 100%; opacity: 0; pointer-events: none; }
.particle-heading.is-fragmenting .particle-heading-text { filter: blur(2px); }
.legal-title-split span { display: block; }
.portfolio-intro { max-width: 760px; color: var(--mist); font-size: 1.16rem; }
.portfolio-hero .text-link { margin-top: 1.5rem; }
.project-list { padding-bottom: 8rem; }
.portfolio-project { display: grid; grid-template-columns: 70px minmax(0, 1fr) minmax(300px, .85fr); gap: 2rem; align-items: center; min-height: 520px; padding-block: 4rem; border-top: 1px solid var(--line); }
.project-no { align-self: start; color: var(--gold); font-size: .78rem; font-weight: 800; letter-spacing: .14em; }
.portfolio-project-copy { max-width: 650px; }
.portfolio-project h2 { margin-bottom: 1.2rem; font-size: clamp(2.3rem, 5vw, 4.8rem); }
.portfolio-project-copy > p:not(.project-kicker) { color: var(--mist); }
.project-live-link { margin-top: 1.4rem; }
.tag-row { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 1.5rem; }
.tag-row span { padding: .38rem .65rem; border: 1px solid rgba(255,255,255,.11); border-radius: 999px; color: var(--mist); font-size: .72rem; font-weight: 750; }
.portfolio-project .project-visual { min-height: 340px; border: 1px solid rgba(255,255,255,.09); }
.project-visual-link { color: inherit; text-decoration: none; cursor: pointer; transition: border-color .3s ease, box-shadow .3s ease, transform .3s ease; }
.project-visual-link:hover { border-color: rgba(240,189,130,.58); box-shadow: 0 18px 45px rgba(0,0,0,.24), 0 0 0 1px rgba(240,189,130,.12); }
.project-visual-link:focus-visible { outline: 3px solid var(--gold-bright); outline-offset: 5px; }
.project-cover-frame { display: grid; place-items: center; padding: 1.25rem; background: radial-gradient(circle at center, rgba(210,154,97,.16), transparent 55%), #111821; }
.project-cover { display: block; width: auto; max-width: 100%; height: 430px; max-height: 52vw; object-fit: contain; box-shadow: 0 20px 48px rgba(0,0,0,.38); transition: transform .45s ease, box-shadow .45s ease; }
.project-cover-frame:hover .project-cover { transform: perspective(900px) rotateY(-3deg) translateY(-7px); box-shadow: 18px 28px 55px rgba(0,0,0,.46); }
.video-carousel { position: relative; display: grid; place-items: center; min-height: 520px !important; padding: 1.25rem 3.7rem 3.5rem; background: radial-gradient(circle at center, rgba(210,154,97,.16), transparent 52%), #11100f; }
.video-carousel-stage { position: relative; width: min(100%, 270px); aspect-ratio: 9 / 16; }
.video-slide { position: absolute; inset: 0; margin: 0; opacity: 0; visibility: hidden; transform: translateX(18px) scale(.97); transition: opacity .45s ease, transform .45s ease, visibility .45s; }
.video-slide.is-active { opacity: 1; visibility: visible; transform: none; }
.video-slide video { display: block; width: 100%; height: 100%; border: 1px solid rgba(240,189,130,.28); border-radius: .8rem; object-fit: cover; background: #050505; box-shadow: 0 24px 55px rgba(0,0,0,.46); }
.video-slide figcaption { position: absolute; left: 50%; bottom: -2.25rem; width: max-content; max-width: 100%; color: var(--mist); font-size: .76rem; font-weight: 750; letter-spacing: .08em; text-align: center; text-transform: uppercase; transform: translateX(-50%); }
.carousel-arrow { position: absolute; top: 50%; z-index: 4; display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--white); background: rgba(20,19,17,.86); font-size: 1.15rem; cursor: pointer; transform: translateY(-50%); transition: background .2s ease, color .2s ease, transform .2s ease; }
.carousel-arrow:hover { color: var(--navy-950); background: var(--gold-bright); transform: translateY(-50%) scale(1.06); }
.carousel-prev { left: .75rem; }.carousel-next { right: .75rem; }
.carousel-dots { position: absolute; z-index: 4; left: 50%; bottom: .85rem; display: flex; gap: .55rem; transform: translateX(-50%); }
.carousel-dots button { width: 10px; height: 10px; padding: 0; border: 1px solid var(--gold); border-radius: 50%; background: transparent; cursor: pointer; }
.carousel-dots button.is-active { background: var(--gold-bright); box-shadow: 0 0 14px rgba(240,189,130,.55); }
.visual-playbook { display: flex; flex-direction: column; justify-content: center; gap: 1rem; padding: 3rem; }
.visual-playbook b { color: var(--gold-bright); font-family: Georgia, serif; font-size: clamp(2rem, 4vw, 4rem); font-weight: 500; }
.visual-playbook span { display: block; height: 2px; background: linear-gradient(90deg, var(--gold), transparent); }
.visual-playbook span:nth-of-type(2) { width: 75%; }.visual-playbook span:nth-of-type(3) { width: 48%; }
.visual-srl { display: grid; place-items: center; padding: 2rem; background: radial-gradient(circle at 50% 45%, rgba(31,181,202,.16), transparent 38%), radial-gradient(circle at center, rgba(210,154,97,.2), rgba(20,19,17,.95) 72%); }
.visual-srl .srl-logo-3d { width: min(78%, 360px); }
.visual-media { display: grid; grid-template-columns: repeat(3, 1fr); place-items: center; gap: 1rem; padding: 2rem; }
.visual-media i { width: 100%; height: 60%; border: 1px solid var(--line); background: linear-gradient(160deg, rgba(210,154,97,.26), rgba(178,160,143,.16)); transform: translateY(8%); }
.visual-media i:nth-child(2) { height: 88%; transform: translateY(-4%); }
.visual-media b { position: absolute; display: grid; width: 82px; height: 82px; place-items: center; border-radius: 50%; color: var(--navy-950); background: var(--gold-bright); font-size: .72rem; letter-spacing: .12em; }
.visual-flow { display: flex; align-items: center; justify-content: center; gap: .7rem; padding: 2rem; }
.visual-flow span { padding: .6rem .75rem; border: 1px solid var(--line); border-radius: 999px; color: var(--gold-bright); font-size: .65rem; font-weight: 800; letter-spacing: .08em; }
.visual-flow i { width: 36px; height: 1px; background: var(--gold); }
.visual-site { display: grid; grid-template-columns: repeat(3, 1fr); place-items: center; gap: 1rem; padding: 3rem; }
.visual-site span { color: var(--mist); font-family: Georgia, serif; font-size: 4rem; animation: float 4s ease-in-out infinite; }
.visual-site span:nth-child(2) { animation-delay: -.8s; }.visual-site span:nth-child(3) { animation-delay: -1.6s; }
.visual-site b { grid-column: 1 / -1; color: var(--gold-bright); font-size: 3rem; letter-spacing: .3em; }
.portfolio-end { display: block; margin-bottom: 7rem; padding: 3rem; border: 1px solid var(--line); background: var(--surface); }
.portfolio-end-copy { margin: 0; font-family: Georgia, serif; font-size: clamp(1.5rem, 3vw, 2.5rem); line-height: 1.25; }
.portfolio-end-line { display: block; }
.portfolio-end-action { display: flex; align-items: center; gap: 1rem; margin-top: .65rem; }
.portfolio-end-arrow { color: var(--gold-bright); font-family: system-ui, sans-serif; font-size: 1.25em; }
.portfolio-end-action .button { flex: 0 0 auto; font-family: system-ui, sans-serif; font-size: .95rem; }

.legal-shell { width: min(820px, calc(100% - 3rem)); min-height: 80vh; margin: 0 auto; padding-block: 6rem; }
.legal-shell h1 { margin: 1rem 0 3rem; font-family: Georgia, serif; font-size: clamp(3.2rem, 7vw, 6rem); font-weight: 500; }
.legal-shell h2 { margin: 3rem 0 1rem; font-family: inherit; font-size: 1.25rem; font-weight: 800; letter-spacing: -.01em; }
.legal-shell p { color: var(--mist); }
.legal-notice { margin: 2rem 0; padding: 1.3rem 1.5rem; border: 1px solid rgba(244,217,143,.5); background: rgba(217,182,101,.08); }
.legal-notice p { margin-bottom: 0; }
.legal-placeholder { color: var(--gold-bright); font-style: italic; }

.reveal { opacity: 0; transform: translateY(34px); transition: opacity .85s ease, transform .85s cubic-bezier(.2,.8,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 920px) {
  .site-header { grid-template-columns: 1fr auto; }
  .main-nav { order: 3; grid-column: 1 / -1; width: 100%; justify-content: center; padding-top: .5rem; border-top: 1px solid rgba(255,255,255,.06); }
  .hero-grid, .about-layout, .project-feature, .contact-layout { grid-template-columns: 1fr; }
  .about-portrait { position: relative; top: auto; width: min(100%, 680px); height: clamp(390px, 72vw, 580px); }
  .hero-system { max-width: 380px; }
  .belief-band { grid-template-columns: 1fr; }.belief-band p { border-right: 0; border-bottom: 1px solid var(--line); }.belief-band p:last-child { border-bottom: 0; }
  .skills-grid { grid-template-columns: repeat(2, 1fr); }
  .project-feature-copy { order: -1; }
  .portfolio-project { grid-template-columns: 50px 1fr; }.portfolio-project .project-visual { grid-column: 2; }
}

@media (max-width: 620px) {
  .section-shell { width: min(100% - 2rem, var(--max)); }
  .about { width: 100%; padding-inline: 1rem; }
  .site-header { padding-inline: 1rem; }
  .brand-name { display: none; }
  .main-nav { justify-content: flex-start; gap: 1rem; overflow-x: auto; padding-bottom: .2rem; }
  .main-nav a { white-space: nowrap; font-size: .82rem; }
  .hero { padding-top: 4rem; }
  .kinetic-name { font-size: clamp(3.45rem, 19vw, 5.2rem); line-height: .84; }
  .hero-system { max-width: 300px; }
  .hero-actions .button { width: 100%; }
  .hero-meta { align-items: flex-start; flex-direction: column; }
  .skills-grid { grid-template-columns: 1fr; }.skill-card { min-height: 300px; }
  .tools-showcase { padding-left: 0; }
  .kinetic-heading .kinetic-line { white-space: normal; }
  .portfolio-preview { width: 100%; padding-inline: 1rem; }
  .project-feature { min-height: 0; }.project-visual { min-height: 300px; }
  .project-cover { height: min(120vw, 500px); max-height: none; }
  .video-carousel { min-height: 560px !important; }
  .contact-form-grid { grid-template-columns: 1fr; }
  .portfolio-cta, .site-footer { align-items: stretch; flex-direction: column; }
  .portfolio-end-action { align-items: flex-start; flex-wrap: wrap; }
  .portfolio-project { grid-template-columns: 1fr; gap: 1rem; }.portfolio-project .project-visual { grid-column: 1; }.project-no { margin-top: 1rem; }
  .portfolio-hero h1 { font-size: clamp(3.5rem, 17vw, 5.7rem); }
  .scroll-orbit { display: none; }
}

@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; }
  .intro-screen { display: none; }
  .reveal { opacity: 1; transform: none; }
  .particle-heading { cursor: auto; }
}
