:root { --graphite: #2f4e5d; --graphite-deep: #192e3b; --ink: #1d3441; --sky: #8cb7c0; --cream: #f4efe5; --white: #fcfaf4; --lime: #91d442; --muted: #a9b7b6; --line: rgba(244,239,229,.2); }

* { box-sizing: border-box; }

html { background: var(--graphite-deep); }

body { margin: 0; background: var(--graphite); color: var(--white); font-family: Georgia, "Times New Roman", serif; }

button, a { font: inherit; }
 button { color: inherit; }

.portfolio-shell { position: relative; min-height: 100svh; overflow: hidden; background: var(--graphite); }

.grain { position: fixed; inset: 0; pointer-events: none; opacity: .07; z-index: 8; mix-blend-mode: screen; 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='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.45'/%3E%3C/svg%3E"); }

.site-header { position: fixed; inset: 0 0 auto; height: 84px; z-index: 10; display: flex; align-items: center; justify-content: space-between; padding: 0 clamp(24px,5vw,76px); border-bottom: 1px solid var(--line); background: rgba(47,78,93,.86); backdrop-filter: blur(14px); }

.brand-mark { border: 0; background: none; padding: 0; display: flex; align-items: baseline; gap: 10px; cursor: pointer; text-align: left; }
 .brand-mark span { color: var(--lime); font-size: 24px; font-weight: 700; letter-spacing: -.04em; }
 .brand-mark small { color: var(--cream); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }

.top-nav { display: flex; gap: clamp(14px,2.5vw,34px); }
 .top-nav button { border: 0; background: none; color: var(--muted); cursor: pointer; font-size: 12px; letter-spacing: .04em; padding: 8px 0; transition: color .25s ease; }
 .top-nav button span { color: rgba(244,239,229,.45); font-family: Arial,sans-serif; font-size: 9px; margin-right: 4px; }
 .top-nav button:hover,.top-nav button.is-active { color: var(--white); }
 .top-nav button.is-active span { color: var(--lime); }

.header-contact { color: var(--cream); text-decoration: none; font-size: 13px; }
 .header-contact span,.text-link span { color: var(--lime); margin-left: 7px; }

.progress-rail { position: fixed; z-index: 9; top: 50%; right: clamp(18px,3vw,52px); width: 22px; transform: translateY(-50%); display: flex; flex-direction: column; align-items: center; gap: 28px; }
 .progress-line { position: absolute; z-index: -1; top: 11px; bottom: 11px; display: flex; flex-direction: column; gap: 15px; width: 1px; height: auto; background: rgba(244,239,229,.22); }
 .progress-rail button { position: relative; width: 22px; height: 22px; padding: 0; border: 1px solid rgba(244,239,229,.35); border-radius: 50%; background: var(--graphite); cursor: pointer; color: transparent; transition: all .25s ease; }
 .progress-rail button::after { position: absolute; top: 50%; right: calc(100% + 12px); content: attr(data-label); width: max-content; padding: 10px 14px; border-radius: 999px; background: var(--lime); color: var(--ink); font: 700 12px Arial,sans-serif; letter-spacing: .08em; opacity: 0; pointer-events: none; transform: translate(16px,-50%); transform-origin: right center; transition: opacity .2s ease, transform .25s ease; white-space: nowrap; }
 .progress-rail button:hover::after,.progress-rail button:focus-visible::after { opacity: 1; transform: translate(0,-50%); }
 .progress-rail button span { opacity: 0; font: 11px Arial,sans-serif; }
 .progress-rail button.is-active { border-color: var(--lime); background: var(--lime); color: var(--ink); transform: scale(1.36); transform-origin: center; }
 .progress-rail button.is-active span { opacity: 1; }

.slides { height: 100svh; overflow-y: auto; scroll-snap-type: y mandatory; scroll-behavior: smooth; scrollbar-width: none; }
 .slides::-webkit-scrollbar { display: none; }

.slide { position: relative; min-height: 100svh; padding: 150px clamp(70px,11vw,190px) 80px; scroll-snap-align: start; display: flex; align-items: center; overflow: hidden; }

.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; color: var(--lime); text-transform: uppercase; letter-spacing: .13em; font: 11px Arial,sans-serif; }
 .eyebrow-dot { display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: currentColor; }

h1,h2,p { margin-top: 0; }
 h1,h2 { font-weight: 400; letter-spacing: -.065em; }
 h1 { margin-bottom: 24px; color: var(--cream); font-size: clamp(64px,9.5vw,142px); line-height: .88; white-space: nowrap; }
 h1::after { display: block; width: 118px; height: 4px; margin-top: 18px; background: var(--lime); content: ""; }
 h1 em { display: inline; color: var(--cream); font-style: normal; }
 h2 em { display: block; color: var(--lime); font-style: italic; }
 h2 { max-width: 680px; margin-bottom: 28px; font-size: clamp(48px,6.2vw,96px); line-height: .9; }

.hero-slide { background: radial-gradient(circle at 68% 45%, rgba(140,183,192,.25), transparent 25%), var(--graphite); }
 .hero-copy { position: relative; z-index: 2; width: min(590px,55vw); }
 .hero-copy .eyebrow { font-size: 13px; }
 .hero-intro { max-width: 440px; color: var(--cream); font-size: clamp(17px,1.5vw,22px); line-height: 1.35; }
 .hero-actions { display: flex; gap: 28px; align-items: center; margin-top: 36px; }
 .button { border: 0; cursor: pointer; }
 .button--primary { padding: 17px 22px; background: var(--lime); color: var(--ink); font: 700 12px Arial,sans-serif; text-transform: uppercase; letter-spacing: .08em; }
 .button--primary span { margin-left: 16px; font-size: 16px; }
 .text-link { color: var(--cream); text-decoration: none; font-size: 15px; }
 .hero-meta { display: flex; gap: 28px; margin-top: 86px; color: var(--muted); font: 10px Arial,sans-serif; letter-spacing: .08em; text-transform: uppercase; }
 .hero-meta span+span { border-left: 1px solid var(--line); padding-left: 28px; }

.hero-portrait-wrap { position: absolute; right: 12%; top: 16%; width: min(39vw,540px); height: 70vh; }
 .portrait-backdrop { position: absolute; inset: 11% 12% 4% 4%; border: 1px solid rgba(145,212,66,.5); transform: rotate(8deg); }
 .portrait-card { position: absolute; right: 10%; top: 3%; width: min(28vw,340px); height: min(62vh,550px); padding: 20px; background: var(--sky); color: var(--ink); transform: rotate(-5deg); box-shadow: 18px 22px 0 rgba(25,46,59,.35); }
 .portrait-card img { width: 100%; height: 74%; display: block; object-fit: cover; object-position: center 18%; mix-blend-mode: multiply; filter: saturate(.82) contrast(1.05); }
 .portrait-label { display: block; margin-bottom: 14px; font: 10px Arial,sans-serif; letter-spacing: .1em; }
 .portrait-caption { display: block; margin-top: 14px; font-size: 15px; line-height: 1.05; }
 .hero-scribble { position: absolute; right: 0; bottom: 6%; color: var(--lime); font-style: italic; font-size: 25px; transform: rotate(-9deg); }
 .slide-note { position: absolute; left: clamp(70px,11vw,190px); bottom: 32px; color: var(--muted); font: 10px Arial,sans-serif; letter-spacing: .14em; text-transform: uppercase; }
 .slide-note span { color: var(--lime); font-size: 16px; margin-left: 10px; }

.project-slide { justify-content: space-between; gap: clamp(28px,4vw,72px); background: var(--graphite-deep); }
 .project-slide::before { position: absolute; content: ""; width: 52vw; height: 52vw; right: -14vw; top: -12vw; border: 1px solid var(--line); border-radius: 50%; }
 .project-slide::after { position: absolute; content: ""; width: 32vw; height: 32vw; right: -3vw; bottom: -14vw; border: 1px solid rgba(145,212,66,.32); border-radius: 50%; }
 .project-copy { position: relative; z-index: 2; width: min(560px,48vw); flex: 1 1 560px; }
 .project-site-link { display: inline-flex; align-items: center; gap: 8px; margin: -10px 0 18px; color: var(--lime); font: 14px/1.2 Arial,sans-serif; letter-spacing: .03em; text-decoration: none; }
 .project-site-link > span { width: 7px; height: 7px; border-radius: 50%; background: var(--lime); }
 .project-site-link:hover,.project-site-link:focus-visible { text-decoration: underline; }
 .project-description { max-width: 560px; color: var(--cream); font-size: 20px; line-height: 1.45; }
.project-tech-label { max-width: 560px; margin: 20px 0 0; color: var(--lime); font: 700 15px/1.4 Arial,sans-serif; letter-spacing: .04em; }
 .project-detail-list { display: grid; gap: 8px; max-width: 440px; margin: 20px 0 0; padding: 0; list-style: none; color: var(--cream); font: 13px/1.35 Arial,sans-serif; }
 .project-detail-list li { position: relative; padding-left: 14px; }
 .project-detail-list li::before { position: absolute; left: 0; top: .45em; width: 5px; height: 5px; border-radius: 50%; background: var(--lime); content: ""; }
 .tag-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 32px; }
.project-detail-list + .tag-list { margin-top: 22px; }
.project-tech-label + .tag-list { margin-top: 12px; }
 .tag-list span { border: 1px solid var(--line); border-radius: 30px; padding: 8px 12px; color: var(--cream); font: 10px Arial,sans-serif; }
 .project-status { display: flex; align-items: center; gap: 9px; margin-top: 52px; color: var(--muted); font: 10px Arial,sans-serif; letter-spacing: .03em; }
 .project-status--compact { margin-top: 24px; }
 .project-status span { width: 7px; height: 7px; border-radius: 50%; background: var(--lime); }
 .project-status a { color: var(--lime); text-decoration: none; }
 .project-status a:hover,.project-status a:focus-visible { text-decoration: underline; }

.project-stage { position: relative; z-index: 2; width: min(48vw,660px); flex: 1 1 600px; }
.project-visual { position: relative; height: min(53vh,500px); overflow: hidden; border: 1px solid rgba(244,239,229,.4); background: #dae6e1; box-shadow: 24px 24px 0 rgba(0,0,0,.16); transform: rotate(2deg); }
.project-visual--image { margin: 0; background: #2c98ad; }
.project-visual--image img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.project-visual--blue { background: #c1d3d6; transform: rotate(-2deg); }
 .project-visual--sand { background: #ddd6bf; transform: rotate(2deg); }
 .project-visual--coral { background: #dbc6b7; transform: rotate(-2deg); }
 .visual-topbar { display: flex; align-items: center; gap: 6px; height: 36px; padding: 0 16px; border-bottom: 1px solid rgba(29,52,65,.25); color: rgba(29,52,65,.65); }
 .visual-dot { width: 6px; height: 6px; border: 1px solid currentColor; border-radius: 50%; }
 .visual-url { margin-left: auto; font: 8px Arial,sans-serif; letter-spacing: .08em; text-transform: uppercase; }
 .visual-body { display: flex; height: calc(100% - 36px); }
 .visual-sidebar { width: 18%; padding: 24px 18px; border-right: 1px solid rgba(29,52,65,.25); }
 .visual-logo { display: block; margin-bottom: 64px; color: #668c84; font: 700 18px Arial,sans-serif; }
 .visual-sidebar i { display: block; width: 65%; height: 4px; margin-bottom: 22px; background: rgba(29,52,65,.22); }
 .visual-sidebar i:first-of-type { width: 90%; background: #668c84; }
 .visual-content { position: relative; flex: 1; padding: 12% 10%; }
 .visual-kicker { display: block; margin-bottom: 24px; color: rgba(29,52,65,.65); font: 10px Arial,sans-serif; letter-spacing: .2em; }
 .visual-line { display: block; height: 20px; margin-bottom: 12px; background: #294858; }
 .visual-line--long { width: 67%; }
 .visual-line--medium { width: 43%; background: #668c84; }
 .visual-columns { position: absolute; right: 11%; bottom: 15%; left: 10%; display: flex; gap: 8px; }
 .visual-columns span { height: 100px; flex: 1; background: rgba(29,52,65,.14); }
 .visual-columns span:first-child { background: #668c84; }
 .visual-orbit { position: absolute; width: 200px; height: 200px; right: -55px; bottom: -72px; border: 1px solid rgba(29,52,65,.36); border-radius: 50%; }
 .visual-orbit--two { width: 120px; height: 120px; right: 22%; bottom: -58px; border-color: rgba(145,212,66,.75); }

.project-metric { position: absolute; right: -20px; bottom: -24px; display: flex; flex-direction: column; align-items: flex-start; padding: 18px 22px; background: var(--lime); color: var(--ink); transform: rotate(-4deg); }
 .project-metric strong { font-size: 28px; line-height: 1; }
 .project-metric span { margin-top: 5px; font: 9px Arial,sans-serif; letter-spacing: .12em; text-transform: uppercase; }
 .stage-index { position: absolute; top: -34px; right: 0; color: var(--lime); font: 10px Arial,sans-serif; letter-spacing: .15em; }

.hobbies-slide { justify-content: space-between; gap: clamp(28px,4vw,72px); background: var(--graphite); }
 .hobbies-copy { position: relative; z-index: 2; width: min(580px,48vw); flex: 1 1 560px; }
 .hobbies-copy h2 { font-size: clamp(58px,7vw,108px); }
 .hobbies-copy>p:not(.eyebrow) { max-width: 560px; color: var(--cream); font-size: 20px; line-height: 1.45; }
 .hobby-list { display: flex; flex-direction: column; gap: 12px; margin-top: 34px; }
 .hobby-list span { display: flex; align-items: center; gap: 14px; color: var(--cream); font-size: 18px; }
 .hobby-list b { color: var(--lime); font: 10px Arial,sans-serif; }

.hobby-gallery { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: clamp(16px,2vw,28px); width: min(46vw,640px); flex: 1 1 560px; }
 .hobby-cluster { min-width: 0; }
 .hobby-feature,.hobby-thumbs button { border: 1px solid rgba(244,239,229,.4); background: var(--ink); cursor: pointer; overflow: hidden; }
 .hobby-feature { position: relative; display: block; width: 100%; height: min(52vh,470px); padding: 0; box-shadow: 16px 18px 0 rgba(25,46,59,.25); transform: rotate(-2.5deg); }
 .hobby-cluster--2 .hobby-feature { transform: rotate(2.5deg); }
 .hobby-feature img,.hobby-thumbs img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center top; transition: transform .35s ease; }
 .hobby-feature::after { position: absolute; inset: 0; content: ""; background: linear-gradient(transparent 45%,rgba(25,46,59,.84)); }
 .hobby-feature span { position: absolute; z-index: 1; right: 16px; bottom: 15px; left: 16px; color: var(--white); font-size: clamp(21px,2.5vw,34px); font-style: italic; line-height: .95; text-align: left; }
 .hobby-feature:hover img,.hobby-feature:focus-visible img,.hobby-thumbs button:hover img,.hobby-thumbs button:focus-visible img { transform: scale(1.05); }
 .hobby-thumbs { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin-top: 14px; }
 .hobby-thumbs button { height: 72px; padding: 0; }
 .hobby-cluster p { margin: 12px 0 0; color: var(--lime); font: 11px/1.25 Arial,sans-serif; letter-spacing: .05em; }

.hobby-lightbox { position: fixed; z-index: 40; inset: 0; display: grid; grid-template-columns: auto minmax(0,760px) auto; place-content: center; align-items: center; gap: clamp(12px,3vw,40px); padding: 70px 36px 36px; background: rgba(10,23,31,.94); }
 .hobby-lightbox[hidden] { display: none; }
 .hobby-lightbox figure { display: grid; justify-items: center; max-width: min(76vw,760px); margin: 0; }
 .hobby-lightbox figure img { display: block; max-width: 100%; max-height: 76vh; object-fit: contain; }
 .hobby-lightbox figcaption { margin-top: 12px; color: var(--cream); font: 12px Arial,sans-serif; letter-spacing: .08em; text-transform: uppercase; }
 .lightbox-close,.lightbox-arrow { border: 1px solid rgba(244,239,229,.5); background: rgba(25,46,59,.55); color: var(--white); cursor: pointer; }
 .lightbox-close { position: absolute; top: 22px; right: 28px; width: 38px; height: 38px; border-radius: 50%; font-size: 25px; line-height: 1; }
 .lightbox-arrow { width: 42px; height: 42px; border-radius: 50%; font-size: 24px; }
 .lightbox-close:hover,.lightbox-close:focus-visible,.lightbox-arrow:hover,.lightbox-arrow:focus-visible { border-color: var(--lime); color: var(--lime); }

@media (max-width: 900px) { .top-nav { display: none; }
 .site-header { height: 68px; }
 .progress-rail { display: none; }
 .progress-rail { z-index: 11; top: 34px; right: auto; left: 50%; width: 138px; height: 18px; flex-direction: row; flex-wrap: nowrap; align-items: center; justify-content: flex-start; gap: 0; transform: translate(-50%,-50%); }
 .progress-line { z-index: 0; top: 50%; right: 6px; left: 9px; width: auto; height: 1px; transform: translateY(-50%); }
 .progress-rail button { position: relative; z-index: 1; width: 12px; height: 12px; flex: 0 0 12px; background: var(--graphite); }
 .progress-rail button + button { margin-left: 12px; }
 .progress-rail button.is-active { width: 18px; height: 18px; flex-basis: 18px; }
 .progress-rail button span { display: none; }
 .slide { padding: 118px 48px 68px; }
 .hero-copy { width: 55%; }
 .hero-portrait-wrap { right: 5%; width: 42vw; }
 .portrait-card { right: 4%; }
 .project-slide { gap: 5vw; }
 .project-copy { width: 42%; }
 .project-stage { width: 52%; }
 .hobbies-copy { width: 45%; }
 .hobby-gallery { width: 50%; }
 }

@media (max-width: 640px) { .site-header { padding: 0 18px; }
 .header-contact { font-size: 0; }
 .header-contact span { font-size: 20px; }
 .slide { min-height: 100svh; padding: 106px 36px 56px 28px; align-items: flex-start; }
 .hero-slide,.project-slide,.hobbies-slide { display: block; }
 .hero-copy,.project-copy,.hobbies-copy { width: calc(100% - 22px); }
 h1 { font-size: clamp(58px,18vw,96px); }
 h2,.hobbies-copy h2 { font-size: clamp(50px,15vw,80px); }
 .hero-intro,.project-description,.hobbies-copy>p:not(.eyebrow) { font-size: 17px; }
 .hero-actions { gap: 18px; margin-top: 28px; }
 .hero-meta { margin-top: 35px; flex-direction: column; gap: 8px; }
 .hero-meta span+span { border: 0; padding: 0; }
 .hero-portrait-wrap { position: relative; right: auto; top: auto; width: 82vw; height: 40vh; margin: 35px 0 0 auto; }
 .portrait-card { width: 56vw; height: 37vh; right: 12%; }
 .portrait-card img { height: 64%; }
 .portrait-caption { font-size: 12px; }
 .hero-scribble { bottom: 8%; right: 2%; }
 .slide-note { left: 28px; bottom: 21px; }
 .project-slide { padding-top: 122px; }
 .project-slide::before { width: 90vw; height: 90vw; right: -34vw; top: 28vh; }
 .project-description { max-width: 330px; }
 .tag-list { margin-top: 24px; }
 .project-status { margin-top: 28px; }
 .project-stage { width: calc(100% - 20px); margin: 44px 0 0 4px; }
 .project-visual { height: 31vh; }
 .project-metric { right: -8px; bottom: -23px; }
 .stage-index { top: -26px; }
 .hobbies-slide { padding-top: 120px; }
 .hobby-gallery { width: calc(100% - 8px); height: auto; margin: 34px 0 0 4px; gap: 16px; }
 .hobby-feature { height: 38vh; }
 .hobby-thumbs { grid-template-columns: repeat(2,1fr); }
 .hobby-thumbs button { height: 54px; }
 .hobby-cluster p { font-size: 9px; }
 .hobby-lightbox { grid-template-columns: 1fr; gap: 12px; padding: 56px 20px 84px; }
 .hobby-lightbox figure { max-width: 100%; }
 .hobby-lightbox figure img { max-height: 68vh; }
 .lightbox-arrow { position: absolute; bottom: 22px; }
 .lightbox-arrow--prev { left: calc(50% - 52px); }
 .lightbox-arrow--next { right: calc(50% - 52px); }
 }

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