*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}:root{--color-bg: #f6f5ef;--color-text: #1a1a1a;--color-muted: #6b6b6b;--color-border: #d4d0c8;--color-accent: #1a1a1a;--font-sans: "Geist Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;--font-serif: "Fraunces Variable", Georgia, "Times New Roman", serif;--max-width: 1320px}html{font-size:18px;background:#f6f5ef;overscroll-behavior:none}html.dark{background:#050b1a}body{font-family:var(--font-sans);background:var(--color-bg);color:var(--color-text);line-height:1.6;-webkit-font-smoothing:antialiased;transition:background-color .4s ease,color .4s ease;overscroll-behavior:none}body.dark{--color-bg: #050b1a;--color-text: #e8e6e0;--color-muted: #8a8a8a;--color-border: #2a2a2a;--color-accent: #e8e6e0}a{color:var(--color-text);text-decoration-thickness:1px;text-underline-offset:3px}a:hover{text-decoration:none}img{max-width:100%;display:block;-webkit-user-drag:none;user-select:none}.site-wrapper{min-height:100vh;display:flex;flex-direction:column;overflow:hidden}.site-main{flex:1;width:100%;max-width:var(--max-width);margin:0 auto;padding:5rem 2rem}.site-nav{padding:2rem}.site-nav-inner{max-width:var(--max-width);margin:0 auto;display:flex;justify-content:space-between;align-items:baseline;gap:2rem;flex-wrap:wrap}.site-nav-home{display:flex;align-items:center;text-decoration:none;gap:.5rem}.site-nav-logo{display:block;height:2.2rem;width:auto;transition:opacity .2s}.site-nav-home:hover .site-nav-logo{opacity:.6}.site-nav-back-text{display:none;font-size:.85rem;font-weight:500;letter-spacing:.02em}.site-nav-links{display:flex;gap:1.5rem;flex-wrap:wrap;list-style:none}.site-nav-links a{font-size:.85rem;text-decoration:none;letter-spacing:.02em}.site-nav-links a:hover{text-decoration:underline}.nav-link-soon{font-size:.85rem;letter-spacing:.02em;opacity:.4;text-decoration:none}.coming-soon{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:40vh}.coming-soon-text{font-family:var(--font-serif);font-size:1.2rem;font-style:italic;color:var(--color-muted)}.site-footer{position:relative;overflow:hidden;font-size:.8rem;color:var(--color-muted)}.footer-art{position:relative;width:100%}.footer-art img{display:block;width:100%;height:auto;vertical-align:bottom}.footer-art-night{position:absolute;inset:0;opacity:0;transition:opacity .4s ease}.footer-art-day{transition:opacity .4s ease}body.dark .footer-art-day{opacity:0}body.dark .footer-art-night{opacity:1}.site-footer-inner{position:relative;z-index:1;max-width:var(--max-width);margin:0 auto -3rem;padding:2.5rem 2rem;display:flex;flex-direction:row;justify-content:center;align-items:baseline;gap:1.5rem}.site-footer-links{display:flex;gap:1.5rem;list-style:none}.site-footer-links a{color:var(--color-muted);text-decoration:none}.site-footer-links a:hover{text-decoration:underline;color:var(--color-text)}.site-footer-copy{font-size:.7rem;color:var(--color-muted);opacity:.6}.page-title{font-family:var(--font-serif);font-size:3.5rem;font-weight:700;line-height:1.1;letter-spacing:-.02em;margin-bottom:1.25rem;text-align:center}.page-subtitle{font-size:1.15rem;color:var(--color-muted);max-width:540px;line-height:1.6;margin-bottom:4rem;text-align:center;margin-left:auto;margin-right:auto}.section-label{font-size:.75rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--color-muted);margin-bottom:1.5rem}.card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem}.card{border:1px solid var(--color-border);padding:1.5rem;display:flex;flex-direction:column;gap:.5rem}.card-name{font-family:var(--font-serif);font-size:1.4rem;font-weight:700}.card-name a{text-decoration:none}.card-name a:hover{text-decoration:underline}.card-desc{font-size:.9rem;color:var(--color-muted);line-height:1.5}.card-link{font-size:.8rem;margin-top:auto;padding-top:.5rem}.hero-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem}.hero-cards-2{grid-template-columns:repeat(2,1fr);max-width:960px;margin:0 auto}.hero-card{display:flex;flex-direction:column;border:1px solid var(--color-border);border-radius:10px;overflow:hidden;text-decoration:none;color:var(--color-text);transition:box-shadow .2s,border-color .2s,transform .2s}.hero-card:hover{border-color:var(--color-muted);box-shadow:0 4px 20px #00000014;transform:translateY(-2px);text-decoration:none}body.dark .hero-card:hover{box-shadow:0 4px 20px #0000004d}.hero-card-image{width:100%;aspect-ratio:16 / 10;overflow:hidden;background:var(--color-border)}.hero-card-image img,.hero-card-image video{width:100%;height:100%;object-fit:cover;object-position:top center;transition:transform .3s ease}.hero-card--warsworn .hero-card-image{position:relative}.hero-card--warsworn .hero-card-image{display:flex;flex-direction:column;align-items:stretch}.hero-card--warsworn .hero-card-image video{width:100%;height:auto;object-fit:initial;flex-shrink:0;transition:transform .3s ease}.hero-card--warsworn .hero-card-image .warsworn-bottom{width:100%;height:auto;flex-shrink:0;margin-top:0;position:relative;z-index:2;transition:transform .3s ease}.hero-card--warsworn .hero-card-image video{object-fit:contain;filter:saturate(1.4)}.hero-card--shinobi-story .hero-card-image video{transform:scale(1.3)}.hero-card:hover .hero-card-image img,.hero-card:hover .hero-card-image video{transform:scale(1.03)}.hero-card--warsworn:hover .hero-card-image video,.hero-card--warsworn:hover .hero-card-image .warsworn-bottom{transform:scale(1.03)}.hero-card--shinobi-story:hover .hero-card-image video{transform:scale(1.35)}.hero-card-body{padding:1.5rem 1.5rem 1.75rem;display:flex;flex-direction:column;gap:.6rem;flex:1}.hero-card-name{font-family:var(--font-serif);font-size:1.35rem;font-weight:700;line-height:1.2}.hero-card-desc{font-size:.9rem;color:var(--color-muted);line-height:1.6}.hero-card-url{font-size:.8rem;color:var(--color-muted);margin-top:auto;padding-top:.75rem;opacity:.7}.post-list{list-style:none;display:flex;flex-direction:column;gap:2rem}.post-item{border-bottom:1px solid var(--color-border);padding-bottom:2rem}.post-item:last-child{border-bottom:none}.post-date{font-size:.8rem;color:var(--color-muted);margin-bottom:.25rem}.post-title{font-family:var(--font-serif);font-size:1.6rem;font-weight:700;line-height:1.2}.post-title a{text-decoration:none}.post-title a:hover{text-decoration:underline}.post-excerpt{font-size:.95rem;color:var(--color-muted);margin-top:.5rem;line-height:1.5}.post-header{margin-bottom:2.5rem}.post-header .post-date{margin-bottom:.5rem}.post-header .page-title{margin-bottom:0}.post-content{font-family:var(--font-serif);font-size:1.05rem;line-height:1.75;max-width:640px}.post-content h2{font-size:1.5rem;margin:2.5rem 0 1rem}.post-content h3{font-size:1.2rem;margin:2rem 0 .75rem}.post-content p{margin-bottom:1.25rem}.post-content ul,.post-content ol{margin-bottom:1.25rem;padding-left:1.5rem}.post-content li{margin-bottom:.4rem}.post-content blockquote{border-left:3px solid var(--color-border);padding-left:1.25rem;margin:1.5rem 0;color:var(--color-muted);font-style:italic}.post-content code{font-size:.9em;background:#0000000d;padding:.15em .35em;border-radius:3px}.post-content pre{background:var(--color-text);color:var(--color-bg);padding:1.25rem;overflow-x:auto;margin-bottom:1.25rem}.post-content pre code{background:none;padding:0}.post-content a{text-decoration:underline}.domain-groups{display:flex;flex-direction:column;gap:2.5rem}.domain-group-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:var(--color-muted);margin-bottom:.5rem}.domain-list{list-style:none;display:flex;flex-direction:column;border-radius:6px;overflow:hidden}.domain-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem}.domain-item--alt{background:#00000008}.dark .domain-item--alt{background:#ffffff0a}.domain-name{font-family:var(--font-serif);font-size:1.1rem;font-weight:600}.domain-offer{font-size:.8rem;text-transform:uppercase;letter-spacing:.06em;color:var(--color-muted);transition:color .2s ease}.domain-offer:hover{color:var(--color-text)}.domain-arrow{display:inline-block;transition:transform .25s ease}.domain-offer:hover .domain-arrow{transform:translate(4px)}.has-hero{height:100vh;height:100dvh;overflow:hidden;overscroll-behavior:none}.has-hero .site-main{display:none}.hero{position:relative;width:100vw;height:100vh;height:100dvh;overflow:hidden;background:#f6f5ef}.hero-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center bottom}.hero-content{position:absolute;left:50%;top:26%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;padding:3rem 2rem 0;z-index:2}.hero-title{margin-bottom:.75rem}.hero-logo{display:block;width:auto;height:clamp(3rem,6vw,5rem)}.hero-subtitle{font-family:var(--font-serif);font-size:clamp(.95rem,1.5vw,1.2rem);font-weight:400;font-style:italic;line-height:1.5;color:#5a5040;text-align:center}.hero-image-night{opacity:0;transition:opacity .4s ease}.hero-image-day{transition:opacity .4s ease}body.dark .hero-image-day{opacity:0}body.dark .hero-image-night{opacity:1}body.dark .site-nav-logo,body.dark .hero-logo{filter:invert(1) brightness(.91)}body.dark .hero{background:#050b1a}body.dark .hero-title,body.dark .hero-subtitle{color:#e8e6e0}body.dark .hero-nav-btn{color:#e8e6e0e6;border:1px solid rgba(255,255,255,.1);background:#ffffff14;box-shadow:inset 0 1px #ffffff1a}body.dark .hero-nav-btn:hover{background:#ffffff26;border-color:#fff3}body.dark .post-content code{background:#ffffff14}body.dark .post-content pre{background:#1a1a1a;color:#e8e6e0}.hero-nav{position:absolute;left:50%;top:42%;transform:translate(-50%,-50%);z-index:2;display:flex;gap:.75rem;flex-wrap:wrap;justify-content:center}.hero-nav-btn{display:inline-block;padding:.55rem 1.4rem;font-size:.8rem;font-weight:500;letter-spacing:.04em;text-decoration:none;color:#1a1a1ad9;border:1px solid rgba(255,255,255,.4);background:#ffffff4d;backdrop-filter:blur(20px) saturate(1.3);-webkit-backdrop-filter:blur(20px) saturate(1.3);box-shadow:0 2px 8px #0000001a,inset 0 1px #fff6;border-radius:8px;transition:background .2s,border-color .2s,transform .2s,box-shadow .2s}.hero-nav-btn:hover{background:#ffffff73;border-color:#fff9;transform:translateY(-2px);box-shadow:0 4px 12px #00000026,inset 0 1px #ffffff80;text-decoration:none}.hero-nav-btn:active{background:#fff3;transform:translateY(0);box-shadow:0 1px 4px #0000001a,inset 0 1px #ffffff4d}.mode-toggle{position:fixed;top:1.5rem;right:1.5rem;z-index:100;background:none;border:none;padding:0;color:#1a1a1a80;cursor:pointer;transition:color .3s,opacity .3s}.mode-toggle svg{width:40px;height:40px}.mode-toggle:after{content:attr(data-tooltip);position:absolute;top:calc(100% + 6px);right:0;font-family:var(--font-sans);font-size:.7rem;font-weight:500;white-space:nowrap;color:var(--color-muted);opacity:0;pointer-events:none;transition:opacity .1s}.mode-toggle:hover:after{opacity:1}.mode-toggle:hover{opacity:.7}body.dark .mode-toggle{color:#e8e6e099}body.dark .mode-toggle:hover{color:#e8e6e0e6}body.sunny .mode-toggle{color:#a06800}#leaves-overlay{position:fixed;inset:0;width:100%;height:100%;object-fit:cover;z-index:90;pointer-events:none;mix-blend-mode:multiply;opacity:0;transition:opacity .7s ease}body.sunny #leaves-overlay{opacity:1}.project-detail{max-width:800px;margin:0 auto}.project-back{display:inline-block;font-size:.85rem;color:var(--color-muted);text-decoration:none;margin-bottom:2rem;transition:color .2s}.project-back:hover{color:var(--color-text)}.project-hero{width:100%;border-radius:10px;overflow:hidden;border:1px solid var(--color-border);margin-bottom:2.5rem}.project-hero img,.project-hero video{width:100%;height:auto;display:block}.project-header{margin-bottom:2rem}.project-title{font-family:var(--font-serif);font-size:2.5rem;font-weight:700;line-height:1.1;letter-spacing:-.02em;margin-bottom:.5rem}.project-meta{font-size:.95rem;color:var(--color-muted)}.project-url{display:inline-block;margin-top:.4rem;font-size:.95rem;color:var(--color-text);text-decoration:none;border-bottom:1px solid var(--color-text);transition:opacity .2s}.project-url:hover{opacity:.6;text-decoration:none}.project-description{font-family:var(--font-serif);font-size:1.05rem;line-height:1.75;margin-bottom:2rem}.project-description p+p{margin-top:1.5em}.inline-icon{height:1em;width:auto;vertical-align:-.1em;display:inline;border-radius:3px}.project-description a{color:var(--color-heading);text-decoration:underline;text-underline-offset:3px;transition:opacity .2s ease}.project-description a:hover{opacity:.7}.project-stats{display:flex;gap:2rem;margin-bottom:2rem}.project-stat{display:flex;flex-direction:column}.project-stat-value{font-family:var(--font-mono);font-size:1.6rem;font-weight:700;color:var(--color-heading)}.project-stat-label{font-size:.85rem;color:var(--color-muted);margin-top:.15rem}.project-tech{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2rem}.project-tech-tag{font-size:.78rem;font-weight:500;letter-spacing:.02em;padding:.35rem .85rem;border:1px solid var(--color-border);border-radius:100px;color:var(--color-muted)}.project-link{display:inline-block;font-size:.9rem;font-weight:500;padding:.65rem 1.5rem;border:1px solid var(--color-accent);border-radius:8px;text-decoration:none;color:var(--color-text);transition:background .2s,color .2s;margin-bottom:3rem}.project-link:hover{background:var(--color-accent);color:var(--color-bg);text-decoration:none}.project-gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.gallery-item{cursor:pointer;margin:0;border-radius:8px;border:1px solid var(--color-border);overflow:hidden}.gallery-item img{width:100%;height:auto;aspect-ratio:16 / 9;object-fit:cover;display:block;transition:transform .3s ease}.gallery-item:hover img{transform:scale(1.03)}.gallery-item figcaption{font-size:.78rem;color:var(--color-muted);padding:.5rem .75rem}.lightbox{display:none;position:fixed;inset:0;z-index:200;background:#000000e6;align-items:center;justify-content:center}.lightbox.active{display:flex}.lightbox-content{max-width:96vw;max-height:96vh;display:flex;flex-direction:column;align-items:center}.lightbox-content img{max-width:96vw;max-height:90vh;object-fit:contain;border-radius:6px}.lightbox-caption{color:#fffc;font-size:.9rem;margin-top:1rem;text-align:center}.lightbox-close{position:absolute;top:1.5rem;right:1.5rem;background:none;border:none;color:#ffffffb3;font-size:2.5rem;cursor:pointer;line-height:1;z-index:201;transition:color .2s}.lightbox-close:hover{color:#fff}.lightbox-prev,.lightbox-next{position:absolute;top:50%;transform:translateY(-50%);background:none;border:none;color:#ffffffb3;font-size:3rem;cursor:pointer;z-index:201;padding:1rem;transition:color .2s}.lightbox-prev:hover,.lightbox-next:hover{color:#fff}.lightbox-prev{left:1rem}.lightbox-next{right:1rem}.home-intro{margin-bottom:4rem}.highlight-section{margin-bottom:3rem}@media(max-width:1920px){.hero-image,.hero-image-day,.hero-image-night{object-position:55% bottom}}@media(max-width:1440px){.hero-image,.hero-image-day,.hero-image-night{object-position:60% bottom}}@media(max-width:1024px){.hero-image,.hero-image-day,.hero-image-night{object-position:65% bottom}}@media(max-width:768px){.hero-image,.hero-image-day,.hero-image-night{object-position:70% bottom}}@media(max-width:600px){html{font-size:16px}.has-hero{position:fixed;inset:0;height:100dvh;overflow:hidden}.hero-image,.hero-image-day,.hero-image-night{object-position:75% center;transform:scale(1.15);transform-origin:75% center}.hero-content{top:15%;padding:1.5rem 1.25rem 0}.hero-logo{height:clamp(2.8rem,10vw,4rem)}.hero-title{margin-bottom:2rem}.hero-subtitle{font-size:clamp(1.05rem,3.5vw,1.2rem);max-width:90vw}.hero-nav{top:34%;gap:.4rem;padding:0 .75rem;flex-wrap:nowrap}.hero-nav-btn{padding:.45rem .85rem;font-size:clamp(.65rem,2.5vw,.75rem);white-space:nowrap}body.dark .hero-content{background:none}.site-nav{padding:1rem 1rem .75rem}.site-nav-inner{flex-direction:row;align-items:center;gap:1rem}.site-nav-logo{display:block;height:1.4rem}.site-nav-back-text{display:none}.site-nav-links{gap:1rem}.site-nav-links a{font-size:.8rem}.site-main{padding:2rem 1.25rem}.page-title{font-size:2rem}.page-subtitle{font-size:1rem;margin-bottom:2rem}.card-grid{grid-template-columns:1fr;gap:1rem}.card{padding:1.25rem}.card-name{font-size:1.2rem}.hero-cards{grid-template-columns:1fr;gap:1rem}.hero-card-body{padding:1rem}.hero-card-name{font-size:1.15rem}.post-list{gap:1.5rem}.post-item{padding-bottom:1.5rem}.post-title{font-size:1.3rem}.post-content,.domain-name{font-size:1rem}.site-footer{padding:0}.site-footer-inner{flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:baseline;text-align:center;gap:1rem;padding:1rem 1.25rem;margin:0 auto}.site-footer-links{gap:1rem}.footer-art img{height:28vw;width:100%;object-fit:cover;object-position:right bottom;transform:scale(1.3);transform-origin:right bottom}.project-title{font-size:1.75rem}.project-description{font-size:1rem}.project-gallery{grid-template-columns:1fr}.lightbox-prev,.lightbox-next{font-size:2rem;padding:.5rem}.lightbox-prev{left:.5rem}.lightbox-next{right:.5rem}.lightbox-close{top:.75rem;right:.75rem}.mode-toggle{top:.85rem;right:1rem;bottom:auto}.mode-toggle svg{width:30px;height:30px}.mode-toggle:after{display:none}.site-nav{padding-right:3rem}}@font-face{font-family:Geist Sans;font-style:normal;font-display:swap;font-weight:400;src:url(/_astro/geist-sans-latin-400-normal.gapTbOY8.woff2) format("woff2"),url(/_astro/geist-sans-latin-400-normal.BOaIZNA2.woff) format("woff")}@font-face{font-family:Geist Sans;font-style:normal;font-display:swap;font-weight:500;src:url(/_astro/geist-sans-latin-500-normal.uokXdC-Q.woff2) format("woff2"),url(/_astro/geist-sans-latin-500-normal.CN2lyvyL.woff) format("woff")}@font-face{font-family:Geist Sans;font-style:normal;font-display:swap;font-weight:600;src:url(/_astro/geist-sans-latin-600-normal.DFOURf8L.woff2) format("woff2"),url(/_astro/geist-sans-latin-600-normal.CA1yjETN.woff) format("woff")}@font-face{font-family:Geist Sans;font-style:normal;font-display:swap;font-weight:700;src:url(/_astro/geist-sans-latin-700-normal.BmN9tIp5.woff2) format("woff2"),url(/_astro/geist-sans-latin-700-normal.CjScfYeH.woff) format("woff")}@font-face{font-family:Fraunces Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/fraunces-vietnamese-wght-normal.CnvboYUG.woff2) format("woff2-variations");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Fraunces Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/fraunces-latin-ext-wght-normal.Ca2vKHc0.woff2) format("woff2-variations");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Fraunces Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/fraunces-latin-wght-normal.ukD16Tqj.woff2) format("woff2-variations");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Fraunces Variable;font-style:italic;font-display:swap;font-weight:100 900;src:url(/_astro/fraunces-vietnamese-wght-italic.BicUS2cM.woff2) format("woff2-variations");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Fraunces Variable;font-style:italic;font-display:swap;font-weight:100 900;src:url(/_astro/fraunces-latin-ext-wght-italic.BfTTTDIL.woff2) format("woff2-variations");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Fraunces Variable;font-style:italic;font-display:swap;font-weight:100 900;src:url(/_astro/fraunces-latin-wght-italic.Py8at3oI.woff2) format("woff2-variations");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
