:root{
  --bg:#fff;
  --ink:#09090b;
  --muted:#5f6067;
  --faint:#8d8e96;
  --surface:#f7f7f8;
  --surface-2:#efeff1;
  --line:#e5e5e8;
  --line-strong:#d5d5da;
  --dark:#18181b;
  --accent:#e91e63;
  --radius-xs:6px;
  --radius-sm:8px;
  --radius-md:12px;
  --container:1408px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--ink);font-family:"Geist",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
body.menu-open{overflow:hidden}
a{color:inherit}button,input,textarea{font:inherit}.container{width:min(calc(100% - 64px),var(--container));margin-inline:auto}.skip-link{position:fixed;left:12px;top:12px;z-index:9999;transform:translateY(-180%);padding:10px 14px;border-radius:8px;background:#000;color:#fff;text-decoration:none}.skip-link:focus{transform:none}
.site-header{position:sticky;top:0;z-index:80;border-bottom:1px solid transparent;background:rgba(255,255,255,.9);backdrop-filter:blur(18px);transition:.18s ease}.site-header.is-scrolled,.site-header.is-open{border-color:var(--line)}.header-row{height:72px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand,.footer-brand{display:inline-flex;align-items:center;gap:10px;text-decoration:none;font-weight:700;letter-spacing:-.02em}.brand-logo,.footer-brand img{width:30px;height:30px;object-fit:contain}.desktop-nav{display:flex;align-items:center;gap:30px}.desktop-nav a{position:relative;text-decoration:none;color:#4f5057;font-size:14px;font-weight:500}.desktop-nav a:hover,.desktop-nav a.is-active{color:#000}.desktop-nav a.is-active:after{content:"";position:absolute;left:0;right:0;bottom:-9px;height:1px;background:#000}.header-actions{display:flex;align-items:center;gap:10px}.audio-button{height:36px;display:inline-flex;align-items:center;gap:7px;padding:0 12px;border:1px solid var(--line);border-radius:999px;background:#fff;color:#4f5057;font-size:12px;cursor:pointer}.audio-dot{width:7px;height:7px;border-radius:50%;background:#b7b7bd}.audio-button[aria-pressed="true"] .audio-dot{background:var(--accent);box-shadow:0 0 0 4px rgba(233,30,99,.1)}.button{min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:0 24px;border:1px solid transparent;border-radius:999px;text-decoration:none;font-size:14px;font-weight:600;transition:.16s ease}.button:hover{transform:translateY(-1px)}.button-dark{background:var(--dark);color:#fff;box-shadow:0 1px 2px rgba(0,0,0,.1)}.button-dark:hover{background:#000}.button-outline{border-color:var(--line-strong);background:#fff;color:#151517}.button-small{min-height:36px;padding:0 16px}.menu-button{display:none;width:42px;height:42px;border:1px solid var(--line);border-radius:8px;background:#fff;cursor:pointer}.menu-button span{display:block;width:16px;height:1px;margin:4px auto;background:#111;transition:.2s}.site-header.is-open .menu-button span:first-child{transform:translateY(2.5px) rotate(45deg)}.site-header.is-open .menu-button span:last-child{transform:translateY(-2.5px) rotate(-45deg)}.mobile-menu{display:none;border-top:1px solid var(--line);background:#fff}.mobile-menu-inner{display:grid;padding-block:16px 22px}.mobile-menu a{display:flex;justify-content:space-between;padding:15px 0;border-bottom:1px solid var(--line);text-decoration:none;font-size:18px;font-weight:600}.mobile-menu a span{color:var(--faint);font-size:11px;font-weight:500}
.hero{position:relative;padding:96px 0 80px;overflow:hidden}.hero:before{content:"PRYZM";position:absolute;right:-22px;top:24px;z-index:0;color:#f4f4f5;font-size:clamp(110px,15vw,230px);font-weight:800;letter-spacing:-.07em;line-height:.8;pointer-events:none}.hero-shell{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.35fr) minmax(340px,.65fr);gap:80px;align-items:center}.hero-note{display:inline-flex;align-items:center;gap:8px;margin-bottom:22px;color:#4e4f56;font-size:13px}.status-dot{width:8px;height:8px;border-radius:50%;background:#2f9b63;box-shadow:0 0 0 4px rgba(47,155,99,.1)}.hero-copy h1{max-width:850px;margin:0;font-size:clamp(58px,7.3vw,104px);line-height:.92;letter-spacing:-.065em}.hero-copy h1 span{color:var(--accent)}.hero-lead{max-width:760px;margin:28px 0 0;font-size:22px;line-height:1.5;letter-spacing:-.025em}.hero-personal{max-width:700px;margin:14px 0 0;color:var(--muted);font-size:15px;line-height:1.7}.hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:30px}.hero-card{overflow:hidden;border:1px solid var(--line);border-radius:var(--radius-md);background:rgba(255,255,255,.82);box-shadow:0 12px 28px rgba(0,0,0,.035)}.hero-card-top{display:flex;justify-content:space-between;padding:13px 15px;border-bottom:1px solid var(--line);color:var(--faint);font-size:10px;font-weight:600;letter-spacing:.08em}.hero-mark-wrap{display:grid;place-items:center;min-height:320px;background:linear-gradient(180deg,#fafafa,#f2f2f3)}.hero-mark{width:min(62%,230px);height:auto;filter:drop-shadow(0 14px 30px rgba(0,0,0,.08))}.hero-card-copy{display:grid;gap:4px;padding:18px}.hero-card-copy span{color:var(--faint);font-size:11px}.hero-card-copy strong{font-size:16px;line-height:1.45;letter-spacing:-.02em}.small-strip{overflow:hidden;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#fafafa}.small-strip-viewport{width:100%;overflow:hidden}.small-strip-track{display:flex;width:max-content;will-change:transform;animation:profileCarousel 26s linear infinite}.small-strip-group{display:flex;align-items:center;min-height:58px;flex-shrink:0}.small-strip-group span{min-width:clamp(190px,20vw,330px);padding:0 28px;color:#66676d;font-size:12px;font-weight:600;text-align:center;text-transform:uppercase;letter-spacing:.06em;white-space:nowrap}.small-strip-group span+span{border-left:1px solid var(--line)}.small-strip:hover .small-strip-track{animation-play-state:paused}@keyframes profileCarousel{from{transform:translateX(0)}to{transform:translateX(-50%)}}.section{padding:112px 0}.section-label{display:flex;align-items:flex-start;gap:10px;color:var(--faint);font-size:12px}.section-label span{color:var(--accent);font-weight:700}.section-label p{margin:0;text-transform:uppercase;letter-spacing:.07em}.about-grid,.now-grid{display:grid;grid-template-columns:190px minmax(0,1fr);gap:70px}.about-copy h2,.now-copy h2,.stack-copy h2,.section-heading h2,.hello-copy h2{max-width:950px;margin:0;font-size:clamp(38px,5vw,72px);line-height:1.02;letter-spacing:-.05em}.about-text-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:36px;margin-top:36px}.about-text-grid p{margin:0;color:#3f4046;font-size:17px;line-height:1.75}.personal-notes{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:52px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.personal-notes>div{display:grid;gap:5px;padding:22px 20px}.personal-notes>div+div{border-left:1px solid var(--line)}.personal-notes span{color:var(--faint);font-size:11px;text-transform:uppercase;letter-spacing:.06em}.personal-notes strong{font-size:14px;font-weight:600}.work-section{background:#fafafa}.section-heading{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(280px,.55fr);gap:70px;align-items:end;margin-bottom:50px}.section-kicker{display:block;margin-bottom:12px;color:var(--accent);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.07em}.section-heading>p,.stack-copy>p{margin:0;color:var(--muted);font-size:15px;line-height:1.7}.work-list{border-top:1px solid #d8d8dc}.work-row{width:100%;display:grid;grid-template-columns:70px minmax(0,1fr) minmax(220px,.5fr);align-items:center;gap:22px;padding:28px 0;border:0;border-bottom:1px solid #d8d8dc;background:transparent;text-align:left;cursor:pointer;transition:.16s ease}.work-row:hover{padding-left:10px;padding-right:10px;background:#fff}.work-index{color:var(--faint);font-size:12px}.work-main{display:grid;gap:4px}.work-main strong{font-size:22px;letter-spacing:-.025em}.work-main small{color:var(--muted);font-size:13px}.work-side{display:flex;align-items:center;justify-content:space-between;gap:18px;color:#64656c;font-size:13px}.work-side i{font-style:normal;font-size:18px}.stack-section{border-top:1px solid var(--line)}.stack-layout{display:grid;grid-template-columns:minmax(300px,.6fr) minmax(0,1.4fr);gap:80px;align-items:start}.stack-copy{position:sticky;top:104px}.stack-copy h2{font-size:clamp(42px,4.8vw,68px)}.stack-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-top:1px solid var(--line)}.stack-item{min-height:118px;display:flex;align-items:center;gap:16px;padding:22px;border-bottom:1px solid var(--line)}.stack-item:nth-child(odd){border-right:1px solid var(--line)}.stack-item img{width:34px;height:34px;object-fit:contain}.stack-item span{font-size:18px;font-weight:600;letter-spacing:-.02em}.stack-item:last-child{grid-column:1/-1;justify-content:center;border-right:0}.now-section{background:#111113;color:#f7f7f7}.now-section .section-label{color:#8c8c92}.now-section .section-label span{color:#f05d8f}.now-copy h2{max-width:850px}.now-list{display:grid;margin-top:40px;border-top:1px solid #2c2c2f}.now-list article{display:grid;grid-template-columns:54px minmax(0,1fr);gap:16px;padding:22px 0;border-bottom:1px solid #2c2c2f}.now-list article>span{color:#77777d;font-size:11px}.now-list strong{font-size:17px}.now-list p{margin:5px 0 0;color:#aaaab0;font-size:14px;line-height:1.6}.hello-section{padding:96px 0}.hello-card{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(300px,.55fr);gap:80px;padding:56px;border:1px solid var(--line);border-radius:var(--radius-md);background:#fafafa}.hello-copy h2{font-size:clamp(42px,5vw,74px)}.hello-copy p{max-width:720px;margin:22px 0 0;color:var(--muted);font-size:16px;line-height:1.7}.hello-links{display:grid;align-content:center}.hello-links a{display:flex;align-items:center;justify-content:space-between;padding:18px 0;border-bottom:1px solid var(--line);text-decoration:none;font-size:15px;font-weight:600}.hello-links a:first-child{border-top:1px solid var(--line)}.hello-links i{font-style:normal;color:var(--faint)}.site-footer{padding:34px 0 44px;border-top:1px solid var(--line)}.footer-row{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:24px}.footer-row p{margin:0;color:var(--muted);font-size:12px;text-align:center}.footer-row>a:last-child{justify-self:end;color:#404148;font-size:12px;text-decoration:none}.footer-brand img{width:26px;height:26px}.project-dialog{width:min(620px,calc(100% - 32px));padding:30px;border:1px solid var(--line-strong);border-radius:12px;background:#fff;color:#111;box-shadow:0 24px 70px rgba(0,0,0,.18)}.project-dialog::backdrop{background:rgba(0,0,0,.32);backdrop-filter:blur(4px)}.dialog-close{position:absolute;right:14px;top:14px;width:34px;height:34px;border:1px solid var(--line);border-radius:50%;background:#fff;cursor:pointer}.dialog-kicker{color:var(--accent);font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.07em}.project-dialog h2{margin:12px 0 12px;font-size:34px;letter-spacing:-.04em}.project-dialog p{margin:0;color:var(--muted);line-height:1.7}.dialog-tags{display:flex;flex-wrap:wrap;gap:7px;margin-top:22px}.dialog-tags span{padding:7px 9px;border:1px solid var(--line);border-radius:6px;background:#fafafa;color:#55565d;font-size:11px;font-weight:600}.toast{position:fixed;left:50%;bottom:24px;z-index:120;transform:translate(-50%,30px);opacity:0;padding:10px 14px;border-radius:8px;background:#18181b;color:#fff;font-size:12px;transition:.2s}.toast.is-visible{transform:translate(-50%,0);opacity:1}[data-reveal]{opacity:0;transform:translateY(12px);transition:opacity .5s ease,transform .5s ease}[data-reveal].is-visible{opacity:1;transform:none}
@media(max-width:1279px){.desktop-nav{display:none}.menu-button{display:block}.mobile-menu{display:none}.site-header.is-open .mobile-menu{display:block}.hero-shell{grid-template-columns:minmax(0,1fr) 360px;gap:48px}.section{padding:96px 0}.stack-layout{gap:50px}}
@media(max-width:1023px){.container{width:min(calc(100% - 48px),var(--container))}.hero{padding-top:72px}.hero-shell{grid-template-columns:1fr}.hero-card{max-width:620px}.hero-mark-wrap{min-height:270px}.small-strip-group span{min-width:240px}.about-grid,.now-grid{grid-template-columns:1fr;gap:30px}.section-label{padding-bottom:12px;border-bottom:1px solid currentColor}.section-heading,.stack-layout,.hello-card{grid-template-columns:1fr}.section-heading{gap:24px}.stack-copy{position:static}.stack-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.personal-notes{grid-template-columns:1fr}.personal-notes>div+div{border-left:0;border-top:1px solid var(--line)}.hello-card{gap:40px;padding:42px}.footer-row{grid-template-columns:1fr auto}.footer-row p{order:3;grid-column:1/-1;text-align:left}}
@media(max-width:767px){.container{width:min(calc(100% - 32px),var(--container))}.header-row{height:64px}.header-contact,.audio-button span:last-child{display:none}.audio-button{width:38px;padding:0;justify-content:center}.hero{padding:58px 0 58px}.hero:before{font-size:120px;right:-10px;top:20px}.hero-copy h1{font-size:54px}.hero-lead{font-size:18px}.hero-personal{font-size:14px}.hero-actions{align-items:stretch;flex-direction:column}.hero-actions .button{width:100%}.hero-card{max-width:none}.hero-mark-wrap{min-height:230px}.small-strip-group{min-height:52px}.small-strip-group span{min-width:190px;padding:0 22px}.section{padding:78px 0}.about-copy h2,.now-copy h2,.stack-copy h2,.section-heading h2,.hello-copy h2{font-size:42px}.about-text-grid{grid-template-columns:1fr;gap:16px}.work-row{grid-template-columns:42px minmax(0,1fr);gap:14px;padding:22px 0}.work-side{grid-column:2;font-size:12px}.stack-grid{grid-template-columns:1fr}.stack-item:nth-child(odd){border-right:0}.stack-item:last-child{grid-column:auto;justify-content:flex-start}.stack-item{min-height:92px}.hello-card{padding:28px}.footer-row{grid-template-columns:1fr}.footer-row>a:last-child{justify-self:start}.footer-row p{grid-column:auto}.project-dialog{padding:24px}.project-dialog h2{font-size:28px}}
@media(max-width:479px){.hero-copy h1{font-size:48px}.brand span{font-size:14px}.hero-card-top{font-size:9px}.hello-card{padding:24px}.about-copy h2,.now-copy h2,.stack-copy h2,.section-heading h2,.hello-copy h2{font-size:36px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}[data-reveal]{opacity:1;transform:none}}

@media(prefers-reduced-motion:reduce){.small-strip-track{animation:none}.small-strip-track .small-strip-group[aria-hidden="true"]{display:none}}

.dialog-project-link{display:inline-flex;align-items:center;justify-content:space-between;gap:24px;min-width:190px;margin-top:24px;padding:12px 14px;border:1px solid #18181b;border-radius:8px;background:#18181b;color:#fff;text-decoration:none;font-size:12px;font-weight:650;transition:.16s ease}.dialog-project-link:hover{transform:translateY(-1px);background:#2b2b2f}.dialog-project-link span{font-size:15px}.dialog-project-link[hidden]{display:none}

/* v9 — light / dark theme */
.theme-button{height:36px;display:inline-flex;align-items:center;gap:7px;padding:0 12px;border:1px solid var(--line);border-radius:999px;background:#fff;color:#4f5057;font-size:12px;cursor:pointer;transition:.16s ease}.theme-button:hover{border-color:var(--line-strong);color:var(--ink)}.theme-icon{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.theme-icon-moon{fill:currentColor;stroke:none}.theme-icon-sun{display:none}
html[data-theme="dark"]{color-scheme:dark;--bg:#0f1012;--ink:#f4f4f5;--muted:#a7a8af;--faint:#777980;--surface:#17181c;--surface-2:#202126;--line:#2b2c31;--line-strong:#3a3c43}
html[data-theme="dark"] .site-header{background:rgba(15,16,18,.88)}
html[data-theme="dark"] .desktop-nav a{color:#a8a9b0}
html[data-theme="dark"] .desktop-nav a:hover,html[data-theme="dark"] .desktop-nav a.is-active{color:#f4f4f5}
html[data-theme="dark"] .desktop-nav a.is-active:after{background:#f4f4f5}
html[data-theme="dark"] .audio-button,html[data-theme="dark"] .theme-button,html[data-theme="dark"] .menu-button{background:#15161a;color:#b9bac0}
html[data-theme="dark"] .menu-button span{background:#f0f0f1}
html[data-theme="dark"] .mobile-menu{background:#0f1012}
html[data-theme="dark"] .button-dark{background:#f3f3f4;color:#111214;box-shadow:none}
html[data-theme="dark"] .button-dark:hover{background:#fff}
html[data-theme="dark"] .button-outline{border-color:var(--line-strong);background:#15161a;color:#f2f2f3}
html[data-theme="dark"] .hero:before{color:#17181b}
html[data-theme="dark"] .hero-note{color:#a8a9b0}
html[data-theme="dark"] .hero-card{background:rgba(21,22,26,.9);box-shadow:0 12px 28px rgba(0,0,0,.16)}
html[data-theme="dark"] .hero-mark-wrap{background:linear-gradient(180deg,#18191d,#121316)}
html[data-theme="dark"] .small-strip,html[data-theme="dark"] .work-section{background:#121316}
html[data-theme="dark"] .small-strip-group span{color:#9899a0}
html[data-theme="dark"] .about-text-grid p{color:#c9c9ce}
html[data-theme="dark"] .work-list,html[data-theme="dark"] .work-row{border-color:#2b2c31}
html[data-theme="dark"] .work-row:hover{background:#17181c}
html[data-theme="dark"] .work-side{color:#9d9ea5}
html[data-theme="dark"] .stack-item img{filter:invert(1) brightness(1.45)}
html[data-theme="dark"] .now-section{background:#090a0c}
html[data-theme="dark"] .hello-card{background:#15161a}
html[data-theme="dark"] .footer-row>a:last-child{color:#a6a7ad}
html[data-theme="dark"] .project-dialog{background:#16171b;color:#f5f5f6;box-shadow:0 24px 70px rgba(0,0,0,.45)}
html[data-theme="dark"] .dialog-close{background:#1d1e23;color:#f1f1f2}
html[data-theme="dark"] .dialog-tags span{background:#1d1e23;color:#c5c6cc}
html[data-theme="dark"] .dialog-project-link{border-color:#f0f0f1;background:#f0f0f1;color:#111214}
html[data-theme="dark"] .dialog-project-link:hover{background:#fff}
html[data-theme="dark"] .toast{background:#f2f2f3;color:#111214}
html[data-theme="dark"] .theme-icon-moon{display:none}
html[data-theme="dark"] .theme-icon-sun{display:block}
@media(max-width:767px){.theme-button{width:38px;padding:0;justify-content:center}.theme-button span{display:none}}
