.hero{position:relative;min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;justify-content:space-between;background:#fff;overflow:hidden}.video-layer{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;display:flex;align-items:center;justify-content:center}.video-wrapper{width:80%;height:80%;overflow:hidden}.video-wrapper video{width:100%;height:100%;object-fit:cover;display:block}.navbar{position:fixed;top:0;left:0;right:0;z-index:50;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px;pointer-events:none}.navbar>*{pointer-events:auto}.nav-left{display:flex;align-items:center;gap:10px}.nav-right{display:flex;align-items:center}.brand{display:flex;align-items:center;gap:8px}.logo-mark{width:22px;height:22px;flex-shrink:0}.brand-name{display:none;font-size:15px;font-weight:400;letter-spacing:-.01em;color:#000}.brand-name em{font-style:normal;font-weight:600}.menu-button{display:inline-flex;align-items:center;gap:8px;padding:4px 12px 4px 4px;border:none;border-radius:999px;background:#000}.menu-icon{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:#fff;flex-shrink:0}.menu-label{font-size:11px;font-weight:500;color:#fff;letter-spacing:.01em}.tags-pill{display:none;align-items:center;gap:14px;padding:8px 16px;border-radius:999px;background:#f4f4f6}.tags-pill span{font-size:11px;font-weight:400;color:#000000b3;white-space:nowrap}.right-pill{display:inline-flex;align-items:center;gap:8px;padding:4px;border-radius:999px;background:#f4f4f6}.dot-button{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;border-radius:50%;background:#000;flex-shrink:0}.grid-dots{width:14px;height:14px}.right-label{display:none;font-size:11px;font-weight:400;color:#000000b3;padding-right:10px;white-space:nowrap}.footer{position:relative;z-index:30;width:100%;margin-top:auto;background:linear-gradient(to top,#ffffff 0%,rgba(255,255,255,.8) 50%,transparent 100%);padding:64px 16px 24px}.footer-inner{display:flex;flex-direction:column;gap:24px}.footer-left{display:flex;flex-direction:column}.subtitle{display:flex;align-items:center;gap:8px;font-size:13px;color:#0000008c}.subtitle-dot{width:8px;height:8px;border-radius:50%;background:#000;flex-shrink:0}.heading{margin:16px 0 0;font-weight:300;font-size:clamp(1.75rem,7vw,4.5rem);letter-spacing:-.02em;line-height:1.32;color:#000}.cta-row{display:flex;align-items:center;gap:10px;margin-top:24px}.btn{font-size:13px;font-weight:400;padding:12px 22px;border-radius:999px;transition:opacity .2s ease-out,background-color .2s ease-out}.btn-primary{border:none;background:#000;color:#fff}.btn-primary:hover{opacity:.85}.btn-ghost{border:1px solid rgba(0,0,0,.35);background:transparent;color:#000}.btn-ghost:hover{background:#0000000d}.footer-right{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.tag{font-size:11px;font-weight:400;color:#000000b3;background:#fff;border:1px solid rgba(0,0,0,.12);border-radius:999px;padding:8px 14px;white-space:nowrap}@media(min-width:768px){.navbar{padding:24px 32px}.brand-name,.right-label{display:block}.tags-pill{display:flex}.menu-icon,.dot-button{width:32px;height:32px}.video-wrapper{width:100%;height:100%}.footer{padding:96px 32px 32px}.footer-inner{flex-direction:row;align-items:flex-end;justify-content:space-between;gap:32px}.heading{font-size:clamp(2.25rem,5vw,4.25rem)}}@media(prefers-reduced-motion:reduce){.btn{transition:none}}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:Inter,Anuphan,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;background:#fff;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button{font-family:inherit;cursor:pointer}
