:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#f4ede3;--bg-alt:#e8ddd0;--surface:#fffaf4e6;--surface-strong:#fffaf4;--text:#2c2521;--muted:#6f625a;--accent:#8d6b5b;--accent-strong:#6f4f42;--hover-surface:#8d6b5b1f;--hover-border:#8d6b5b4d;--icon-hover-surface:#8d6b5b21;--header-gap:clamp(18px, 2.8vw, 32px);--section-gap:clamp(46px, 6vw, 82px);--shadow:0 20px 50px #4633291f;--radius:28px}:root[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#1f1a17;--bg-alt:#2a231f;--surface:#372d27d1;--surface-strong:#3a2f29;--text:#f4e8dc;--muted:#cfbdad;--accent:#c39273;--accent-strong:#e7bfa4;--hover-surface:#e7bfa429;--hover-border:#e7bfa457;--icon-hover-surface:#e7bfa424;--header-gap:clamp(18px, 2.8vw, 32px);--section-gap:clamp(46px, 6vw, 82px);--shadow:0 24px 55px #08050466}*{box-sizing:border-box}html{scroll-behavior:smooth}body{min-width:320px;color:var(--text);background:radial-gradient(circle at top left, #fffc, transparent 35%), radial-gradient(circle at right center, #d4b6a052, transparent 28%), linear-gradient(180deg, var(--bg), var(--bg-alt));margin:0;font-family:Segoe UI,Trebuchet MS,sans-serif;position:relative}body:after{content:"";z-index:999;pointer-events:none;opacity:0;background:radial-gradient(circle at calc(100% - 28px) 28px, #ffffff1f, transparent 18%), linear-gradient(180deg, var(--bg), var(--bg-alt));position:fixed;inset:0}body.theme-reveal-active:after{animation:.76s cubic-bezier(.2,.75,.15,1) both themeRevealFromTopRight}@keyframes themeRevealFromTopRight{0%{opacity:1;clip-path:circle(0 at calc(100% - 28px) 28px)}70%{opacity:.94;clip-path:circle(155vmax at calc(100% - 28px) 28px)}to{opacity:0;clip-path:circle(155vmax at calc(100% - 28px) 28px)}}a{color:inherit;text-decoration:none}button,a{transition:color .18s,box-shadow .18s,background-color .18s,border-color .18s}body,.site-header,.hero-card,.profile-panel,.profile-list div,.info-card,.site-footer,.site-nav a,.contact-links a,.theme-toggle,.secondary-link,.primary-link{transition:background-color .32s,color .32s,border-color .32s,box-shadow .32s}.reveal-on-scroll{opacity:0;filter:blur(1px);transition:opacity .68s cubic-bezier(.2,.7,.18,1),transform .68s cubic-bezier(.2,.7,.18,1),filter .68s cubic-bezier(.2,.7,.18,1);transition-delay:var(--reveal-delay,0s);transform:translateY(34px)}.reveal-on-scroll.is-visible{opacity:1;filter:blur();transform:translate(0,0)}@media (prefers-reduced-motion:reduce){.reveal-on-scroll,.reveal-on-scroll.is-visible{opacity:1;filter:none;transition:none;transform:none}}#root{width:100%}.page-shell{width:min(1120px,100% - 32px);margin:0 auto;padding:24px 0 56px}.site-header,.home-reveal,.content-grid,.site-footer{width:min(1120px,100% - 32px);margin:var(--section-gap) auto 0}.site-header{margin-top:var(--header-gap);z-index:50;border-radius:var(--radius);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:var(--shadow);background:#fffaf4b8;border:1px solid #8d6b5b26;justify-content:space-between;align-items:center;gap:24px;padding:20px 24px;display:flex;position:sticky;top:12px}.brand-lockup{align-items:center;gap:16px;display:flex}.brand-mark{color:#fff7ef;letter-spacing:.12em;background:linear-gradient(145deg,#a87d6d,#7a5a4c);border-radius:22px;place-items:center;width:56px;height:56px;font-weight:800;display:grid;overflow:hidden;box-shadow:0 12px 24px #7a5a4c38}.brand-mark img{object-fit:cover;object-position:center;width:100%;height:100%;display:block;scale:1.5}.brand-lockup h1,.site-footer h2,.hero-copy h2,.info-card h3{letter-spacing:-.03em;margin:0;font-family:Palatino Linotype,Book Antiqua,Georgia,serif;line-height:1.05}.eyebrow{text-transform:uppercase;letter-spacing:.18em;color:var(--accent-strong);margin:0 0 6px;font-size:.75rem}.site-nav{flex-wrap:wrap;gap:10px;display:flex}.header-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:12px;display:flex}.mobile-menu-btn{min-height:42px;color:var(--accent-strong);cursor:pointer;background:#ffffffad;border:1px solid #8d6b5b38;border-radius:999px;align-items:center;gap:10px;padding:0 14px;font-weight:700;display:none}.menu-icon{background:currentColor;border-radius:2px;width:18px;height:2px;position:relative}.menu-icon:before,.menu-icon:after{content:"";background:currentColor;border-radius:2px;width:18px;height:2px;position:absolute;left:0}.menu-icon:before{top:-6px}.menu-icon:after{top:6px}:root[data-theme=dark] .mobile-menu-btn{background:#ffffff14;border-color:#e7bfa459}.site-nav a,.primary-link,.secondary-link{border-radius:999px;justify-content:center;align-items:center;min-height:44px;padding:0 16px;font-weight:600;display:inline-flex}.site-nav a{color:var(--muted);background:#ffffff8c}:root[data-theme=dark] .site-nav a{background:#ffffff0f}.theme-toggle{min-height:44px;color:var(--accent-strong);cursor:pointer;background:#ffffffb3;border:1px solid #8d6b5b33;border-radius:999px;align-items:center;gap:10px;padding:0 14px;font-weight:700;display:inline-flex}:root[data-theme=dark] .theme-toggle{background:#ffffff14;border-color:#e7bfa459}.toggle-track{background:#8d6b5b40;border-radius:999px;align-items:center;width:40px;height:22px;padding:2px;display:inline-flex}.toggle-thumb{background:linear-gradient(135deg,#fff8ef,#e8d5c6);border-radius:50%;width:18px;height:18px;transition:transform .26s;transform:translate(0);box-shadow:0 3px 10px #2c252147}:root[data-theme=dark] .toggle-thumb{background:linear-gradient(135deg,#f3cdb3,#d9a788);transform:translate(18px)}.hero-card{border-radius:calc(var(--radius) + 4px);box-shadow:var(--shadow);transform-style:preserve-3d;will-change:transform;background:linear-gradient(135deg,#fffaf4eb,#f9eee5e0);border:1px solid #8d6b5b1f;grid-template-columns:1.4fr .9fr;gap:22px;width:100%;margin:0;padding:28px;transition:transform .2s,box-shadow .26s,background-color .32s,color .32s,border-color .32s;display:grid;transform:perspective(1200px)rotateX(0)rotateY(0)}.intro-screen{background:radial-gradient(circle at 15% 25%,#dcc2b152,#0000 38%),radial-gradient(circle at 85% 70%,#a57c6633,#0000 34%),linear-gradient(160deg,#fffaf4f2,#f0e2d6e0);place-items:center;width:100vw;min-height:clamp(620px,90vh,920px);margin-top:10px;margin-left:calc(50% - 50vw);padding:24px;display:grid;overflow:hidden}.intro-copy{--intro-parallax-shift:0px;text-align:center;-webkit-backdrop-filter:none;backdrop-filter:none;width:min(760px,92vw);box-shadow:none;transform:translate3d(0, var(--intro-parallax-shift), 0);will-change:transform;background:0 0;border-radius:0;padding:0}.intro-copy h2{letter-spacing:-.04em;margin:0;font-family:Palatino Linotype,Book Antiqua,Georgia,serif;font-size:clamp(2.4rem,7vw,6rem);line-height:.95}.intro-copy p:last-child{color:var(--muted);margin:14px 0 0;font-size:clamp(1rem,2.2vw,1.35rem);line-height:1.6}.intro-tone-primary{color:var(--accent-strong)}.intro-tone-secondary{color:var(--accent)}.typewriter-line{min-height:1.15em}.typewriter-cursor{vertical-align:-.08em;border-right:.12em solid;width:0;height:1em;margin-left:.08em;animation:.9s step-end infinite typewriterBlink;display:inline-block}@keyframes typewriterBlink{0%,49%{opacity:1}50%,to{opacity:0}}.hero-copy{align-content:center;gap:18px;display:grid}.hero-copy h2{max-width:10ch;font-size:clamp(2.3rem,5vw,4.4rem)}.hero-copy p{max-width:60ch;color:var(--muted);margin:0;font-size:1.13rem;line-height:1.75}.hero-actions{flex-wrap:wrap;gap:12px;margin-top:8px;display:flex}.primary-link{color:#fff7ef;background:linear-gradient(135deg, var(--accent), var(--accent-strong));box-shadow:0 12px 24px #6f4f4238}.secondary-link{color:var(--accent-strong);background:#8d6b5b1f}.profile-panel{background:#ffffff94;border:1px solid #8d6b5b1f;border-radius:24px;gap:16px;padding:20px;display:grid}.profile-avatar{background:#b28f7f;border-radius:24px;width:100%;min-height:320px;overflow:hidden;box-shadow:0 12px 24px #7a5a4c38}.profile-avatar img{object-fit:cover;object-position:center;width:100%;height:100%;min-height:320px;display:block;scale:1.35}.profile-list{gap:12px;display:grid}.profile-list div,.info-card{background:var(--surface);border:1px solid #8d6b5b1f;border-radius:20px}.profile-list div{gap:6px;padding:14px 16px;display:grid}.profile-list span{color:var(--muted);font-size:.85rem}.content-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.info-card{box-shadow:var(--shadow);padding:22px}.stack-card{align-content:start;gap:12px;display:grid}.icon-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin:0;padding:0;list-style:none;display:grid}.icon-pill{min-height:58px;color:var(--accent-strong);background:#ffffff85;border:1px solid #8d6b5b29;border-radius:16px;place-items:center;transition:background-color .22s,color .22s,border-color .22s;display:grid}.site-nav a:hover,.theme-toggle:hover,.mobile-menu-btn:hover,.secondary-link:hover,.contact-links a:hover{background:var(--hover-surface);color:var(--accent-strong);border-color:var(--hover-border)}.primary-link:hover{background:linear-gradient(135deg, var(--accent-strong), var(--accent));color:#fff7ef}.icon-pill:hover{background:var(--icon-hover-surface);color:var(--accent);border-color:var(--hover-border)}.icon-pill svg{width:28px;height:28px}.tools-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.soft-card{background:linear-gradient(#fffaf4f2,#f4eadff2)}.accent-card{background:linear-gradient(160deg,#d6bcab66,#fffaf4f2)}.info-card h3{margin-bottom:12px;font-size:1.5rem}.info-card p,.site-footer p,.feature-list{color:var(--muted);margin:0;line-height:1.75}.feature-list{gap:10px;padding-left:18px;display:grid}.site-footer{border-radius:var(--radius);box-shadow:var(--shadow);background:#fffaf4cc;border:1px solid #8d6b5b1f;gap:14px;margin-top:0;margin-bottom:clamp(48px,7vw,88px);padding:24px 28px 30px;display:grid}:root[data-theme=dark] .site-header,:root[data-theme=dark] .hero-card,:root[data-theme=dark] .site-footer{border-color:#e7bfa42e}:root[data-theme=dark] .site-header{background:#27201cb8}:root[data-theme=dark] .hero-card{background:linear-gradient(135deg,#392f29f2,#2a231fe6)}:root[data-theme=dark] .intro-screen{background:radial-gradient(circle at 15% 25%,#9a715a47,#0000 40%),radial-gradient(circle at 85% 70%,#dcaa8d29,#0000 36%),linear-gradient(160deg,#332a25f2,#221c18eb)}:root[data-theme=dark] .intro-copy{box-shadow:none;background:0 0}:root[data-theme=dark] .profile-panel,:root[data-theme=dark] .site-footer,:root[data-theme=dark] .info-card,:root[data-theme=dark] .profile-list div{background:#372d27b8;border-color:#e7bfa426}:root[data-theme=dark] .soft-card{background:linear-gradient(#3f332cf2,#2d2521f2)}:root[data-theme=dark] .accent-card{background:linear-gradient(160deg,#84604b7a,#372d27e6)}:root[data-theme=dark] .contact-links a{background:#ffffff0d;border-color:#e7bfa433}:root[data-theme=dark] .icon-pill{background:#ffffff0f;border-color:#e7bfa42e}:root[data-theme=dark] .site-nav a:hover,:root[data-theme=dark] .theme-toggle:hover,:root[data-theme=dark] .mobile-menu-btn:hover,:root[data-theme=dark] .secondary-link:hover,:root[data-theme=dark] .contact-links a:hover{background:var(--hover-surface);color:var(--accent-strong);border-color:var(--hover-border)}:root[data-theme=dark] .icon-pill:hover{background:var(--icon-hover-surface);color:var(--accent-strong);border-color:var(--hover-border)}.contact-links{flex-wrap:wrap;gap:10px;display:flex}.contact-links a{min-height:42px;color:var(--accent-strong);background:#ffffff9e;border:1px solid #8d6b5b33;border-radius:999px;align-items:center;gap:8px;padding:0 14px;font-weight:600;display:inline-flex}.contact-links svg{width:16px;height:16px}.site-footer p:last-child{font-size:.92rem}@media (width<=920px){.hero-card{grid-template-columns:1fr}.site-header{align-items:center;position:sticky}.mobile-menu-btn{margin-left:auto;display:inline-flex}.header-actions{z-index:80;background:#fffaf4f2;border:1px solid #8d6b5b2e;border-radius:18px;flex-direction:column;align-items:stretch;gap:10px;width:min(320px,100vw - 40px);padding:12px;display:none;position:absolute;top:calc(100% + 10px);right:0;box-shadow:0 18px 40px #46332933}.header-actions.is-open{display:flex}.site-nav{flex-direction:column;width:100%}.site-nav a,.theme-toggle{justify-content:center;width:100%}:root[data-theme=dark] .header-actions{background:#27201cfa;border-color:#e7bfa42e;box-shadow:0 24px 50px #08050475}.content-grid{grid-template-columns:1fr}}@media (width<=640px){.page-shell,.site-header,.home-reveal,.content-grid,.site-footer{width:min(100% - 20px,1120px)}.page-shell{padding-top:8px}.hero-card,.site-footer,.site-header{padding:18px}.hero-card{gap:14px}.site-footer{margin-top:var(--section-gap)}.intro-screen{min-height:calc(100svh - 24px);padding:14px}.intro-copy{border-radius:24px;width:min(96vw,760px)}.hero-copy h2{max-width:none;font-size:clamp(1.7rem,8.3vw,2.15rem)}.hero-copy p{font-size:1rem;line-height:1.58}.profile-panel{gap:12px;padding:14px}.profile-avatar{width:65%;min-height:208px;margin-inline:auto}.profile-avatar img{min-height:208px}.profile-list{gap:10px}.profile-list div{padding:12px 14px}.site-nav a,.primary-link,.secondary-link,.theme-toggle{width:100%}.contact-links a{justify-content:center;width:100%}.icon-grid,.tools-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (prefers-reduced-motion:reduce){.intro-copy{transform:none}.typewriter-cursor{animation:none}}
