*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}a{color:inherit;text-decoration:none}ul,ol{list-style:none}:root{--bg: #0d0d0d;--text: #e0e0e0;--heading: #f5f5f5;--accent: #cab6a1;--red: #8b0000;--link: #c0c0c0;--hero-box-bg: rgba(13, 13, 13, .55);--embed-bg: #161616;--footer-bg: #0a0a0a;--border-subtle: #1a1a1a;--text-muted: #727272;--scrollbar-thumb: #484848;--nav-height: 64px;--section-gap: clamp(4rem, 8vw, 8rem);--page-padding: clamp(1.25rem, 4vw, 3rem)}body{background:var(--bg);color:var(--text);font-family:Kanit,sans-serif;font-weight:300;line-height:1.6;min-height:100vh}h1,h2,h3,h4{color:var(--heading)}h1{font-size:clamp(2.5rem,5vw + 1rem,4.5rem);font-weight:300;letter-spacing:.08em;line-height:1.1;text-transform:uppercase}h2{font-size:clamp(1.5rem,3vw + .5rem,2.5rem);font-weight:400;letter-spacing:.05em;line-height:1.2;text-transform:uppercase}h3{font-size:clamp(1.1rem,2vw,1.5rem);font-weight:400;line-height:1.4}p{color:var(--text);font-weight:300;line-height:1.8;opacity:.85}.section{padding:var(--section-gap) var(--page-padding)}.container{max-width:1200px;margin:0 auto}.container--narrow{max-width:900px;margin:0 auto}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}html{scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb) transparent}.section-title{margin-bottom:1.5rem;letter-spacing:.08em;position:relative;padding-bottom:1rem}.section-title:after{content:"";position:absolute;bottom:0;left:0;width:2.5rem;height:2px;background:var(--red)}.section-title--center{text-align:center}.section-title--center:after{left:50%;transform:translate(-50%)}.section-link{display:inline-block;color:var(--link);font-size:.8125rem;font-weight:400;letter-spacing:.1em;margin-bottom:1.5rem;transition:color .2s}.section-link:hover{color:var(--red)}.section-link:active{opacity:.7}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.video-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}@media(max-width:768px){.two-col,.video-grid{grid-template-columns:1fr;gap:1.5rem}}@keyframes revealUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes revealScale{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}[data-reveal]{opacity:0}[data-reveal].revealed{animation-duration:.7s;animation-timing-function:cubic-bezier(.16,1,.3,1);animation-fill-mode:both;animation-delay:var(--reveal-delay, 0s)}[data-reveal=up].revealed{animation-name:revealUp}[data-reveal=scale].revealed{animation-name:revealScale}body{animation:pageFadeIn .3s ease both}@keyframes pageFadeIn{0%{opacity:0}to{opacity:1}}.navbar[data-astro-cid-5blmo7yk]{position:fixed;top:0;left:0;right:0;z-index:1000;height:var(--nav-height);background:var(--bg);border-bottom:1px solid var(--border-subtle)}.navbar-inner[data-astro-cid-5blmo7yk]{display:flex;align-items:center;justify-content:space-between;height:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}.navbar-logo[data-astro-cid-5blmo7yk] img[data-astro-cid-5blmo7yk]{height:40px;width:auto}.navbar-links[data-astro-cid-5blmo7yk]{display:flex;gap:.25rem}.nav-link[data-astro-cid-5blmo7yk]{padding:.5rem .75rem;font-size:.8125rem;font-weight:400;letter-spacing:.1em;color:#f5f5f599;border-radius:6px;transition:color .2s,background .2s}.nav-link[data-astro-cid-5blmo7yk]:hover{color:var(--heading);background:#ffffff0f}.nav-link[data-astro-cid-5blmo7yk].active{color:var(--heading)}.nav-link[data-astro-cid-5blmo7yk].active:after{content:"";display:block;width:100%;height:1px;background:var(--red);margin-top:2px}.hamburger[data-astro-cid-5blmo7yk]{display:none;flex-direction:column;justify-content:center;gap:4px;width:36px;height:36px;background:none;border:none;cursor:pointer;padding:8px}.hamburger-line[data-astro-cid-5blmo7yk]{display:block;width:100%;height:2px;background:var(--heading);border-radius:1px;transition:transform .2s,opacity .2s}.hamburger[data-astro-cid-5blmo7yk].is-open .hamburger-line[data-astro-cid-5blmo7yk]:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger[data-astro-cid-5blmo7yk].is-open .hamburger-line[data-astro-cid-5blmo7yk]:nth-child(2){opacity:0}.hamburger[data-astro-cid-5blmo7yk].is-open .hamburger-line[data-astro-cid-5blmo7yk]:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-overlay[data-astro-cid-5blmo7yk]{display:none;position:fixed;top:var(--nav-height);left:0;right:0;bottom:0;background:var(--bg);z-index:999;padding:2rem;opacity:0;transition:opacity .2s}.mobile-overlay[data-astro-cid-5blmo7yk].is-open{opacity:1}.mobile-links[data-astro-cid-5blmo7yk]{display:flex;flex-direction:column;gap:.5rem}.mobile-link[data-astro-cid-5blmo7yk]{display:block;padding:1rem 0;font-size:1.25rem;font-weight:400;letter-spacing:.1em;color:var(--text);border-bottom:1px solid rgba(255,255,255,.06)}.mobile-link[data-astro-cid-5blmo7yk].active{color:var(--link)}body.nav-open{overflow:hidden}@media(max-width:768px){.navbar-links[data-astro-cid-5blmo7yk]{display:none}.hamburger[data-astro-cid-5blmo7yk]{display:flex}.mobile-overlay[data-astro-cid-5blmo7yk]{display:flex;flex-direction:column;pointer-events:none}.mobile-overlay[data-astro-cid-5blmo7yk].is-open{pointer-events:auto}}.footer[data-astro-cid-sz7xmlte]{background:var(--footer-bg);border-top:1px solid rgba(255,255,255,.06);padding:3rem 1.5rem 1.5rem}.footer-inner[data-astro-cid-sz7xmlte]{display:grid;grid-template-columns:auto auto auto;gap:6rem;max-width:700px;margin:0 auto;align-items:start;justify-content:center}.footer-heading[data-astro-cid-sz7xmlte]{font-family:Nanum Myeongjo,serif;font-size:.875rem;font-weight:700;color:var(--red);letter-spacing:.1em;margin-bottom:1rem}.footer-col[data-astro-cid-sz7xmlte] ul[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column;gap:.5rem}.footer-col[data-astro-cid-sz7xmlte]:first-child ul[data-astro-cid-sz7xmlte]{display:grid;grid-template-columns:auto auto;gap:.5rem 1.5rem;justify-content:center;justify-items:center}.footer-col[data-astro-cid-sz7xmlte]:first-child li[data-astro-cid-sz7xmlte]:last-child{grid-column:1 / -1}.footer-col[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{font-size:.8125rem;font-weight:300;color:var(--link);transition:color .2s;letter-spacing:.05em}.footer-col[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:var(--heading)}.footer-col[data-astro-cid-sz7xmlte]{text-align:center}.footer-col[data-astro-cid-sz7xmlte] ul[data-astro-cid-sz7xmlte]{align-items:center}.footer-center[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.75rem;min-width:160px}.footer-logo[data-astro-cid-sz7xmlte]{height:50px;width:auto}.footer-name[data-astro-cid-sz7xmlte]{font-family:Nanum Myeongjo,serif;font-size:.9rem;font-weight:700;color:var(--heading);letter-spacing:.15em}.footer-email[data-astro-cid-sz7xmlte]{color:var(--link);transition:color .2s}.footer-email[data-astro-cid-sz7xmlte]:hover{color:var(--heading)}.footer-bottom[data-astro-cid-sz7xmlte]{max-width:600px;margin:2rem auto 0;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.06);text-align:center}.footer-bottom[data-astro-cid-sz7xmlte] p[data-astro-cid-sz7xmlte]{font-size:.75rem;color:var(--text-muted);font-weight:300}@media(max-width:640px){.footer-inner[data-astro-cid-sz7xmlte]{grid-template-columns:1fr;gap:2rem;text-align:center}.footer-col[data-astro-cid-sz7xmlte]:last-child{text-align:center}.footer-col[data-astro-cid-sz7xmlte] ul[data-astro-cid-sz7xmlte],.footer-col[data-astro-cid-sz7xmlte]:last-child ul[data-astro-cid-sz7xmlte]{align-items:center}}.hero[data-astro-cid-bbe6dxrz]{position:relative;height:100vh;min-height:500px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:var(--bg)}.hero-video[data-astro-cid-bbe6dxrz]{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.hero-overlay[data-astro-cid-bbe6dxrz]{position:absolute;inset:0;background:linear-gradient(to bottom,#00000059,#0006 60%,#0d0d0df2);z-index:1}.hero-content[data-astro-cid-bbe6dxrz]{position:relative;z-index:2;text-align:center;padding:0 var(--page-padding)}.hero-box[data-astro-cid-bbe6dxrz]{background:var(--hero-box-bg);padding:clamp(2rem,5vw,3.5rem) clamp(2.5rem,8vw,5rem);border-radius:12px;box-shadow:0 8px 32px #0006,inset 0 1px #ffffff0a}.hero-title[data-astro-cid-bbe6dxrz]{font-size:clamp(2.5rem,8vw,5rem);font-weight:300;letter-spacing:.12em;color:var(--accent);margin-bottom:.5rem}.hero-subtitle[data-astro-cid-bbe6dxrz]{font-size:clamp(.875rem,2vw,1.125rem);font-weight:300;color:var(--text);letter-spacing:.05em;opacity:.85}
