.hero{z-index:2;background:linear-gradient(180deg, #fbfcfd 0%, var(--paper) 46%, #fcf6ec 100%);height:100svh;min-height:640px;font-family:var(--font-inter), system-ui, sans-serif;color:var(--ink);flex-direction:column;display:flex;position:relative;overflow:visible}.hero-nav{z-index:3;flex:none;grid-template-columns:1fr auto 1fr;align-items:center;height:120px;padding-inline:clamp(28px,5vw,72px);display:grid;position:relative}.hero-logo{justify-self:start;align-items:center;display:inline-flex}.hero-logo img{width:auto;height:30px;display:block}.hero-nav-links{justify-self:center;align-items:center;gap:clamp(28px,3.5vw,48px);display:flex}.hero-nav-links a{color:var(--ink);font-size:18px;font-weight:600;text-decoration:none;transition:color .22s cubic-bezier(.22,1,.36,1);position:relative}.hero-nav-links a:after{content:"";background:var(--gold);transform-origin:0;width:100%;height:2px;transition:transform .26s cubic-bezier(.22,1,.36,1);position:absolute;bottom:-6px;left:0;transform:scaleX(0)}.hero-nav-links a:hover{color:var(--ink)}.hero-nav-links a:hover:after{transform:scaleX(1)}.hero-signin{background:var(--gold);color:#fff;border-radius:20px;justify-content:center;justify-self:end;align-items:center;height:45px;padding-inline:26px;font-size:16px;font-weight:600;text-decoration:none;transition:transform .24s cubic-bezier(.22,1,.36,1),box-shadow .24s cubic-bezier(.22,1,.36,1),background .24s cubic-bezier(.22,1,.36,1);display:inline-flex;box-shadow:0 1px 2px #0e35431a}.hero-signin:hover{background:#f0a810;transform:translateY(-1px);box-shadow:0 8px 22px -8px #e79f028c}.hero-signin:active{transform:translateY(0)}.hero-body{z-index:2;flex:1;align-items:center;padding-inline:clamp(28px,5vw,72px);display:flex;position:relative}.hero-copy{max-width:1000px;margin-bottom:clamp(40px,9vh,110px)}.hero-eyebrow{letter-spacing:.18em;text-transform:uppercase;color:var(--gold);margin:0 0 22px;font-size:13px;font-weight:600}.hero-title{font-family:var(--font-m-plus-2), system-ui, sans-serif;letter-spacing:-.02em;color:var(--ink);white-space:nowrap;margin:0;font-size:clamp(40px,4.4vw,64px);font-weight:800;line-height:1.08}.hero-lede{max-width:540px;color:var(--ink-70);margin:28px 0 0;font-size:clamp(17px,1.3vw,19px);line-height:1.62}.hero-actions{flex-wrap:wrap;align-items:center;gap:26px;margin-top:40px;display:flex}.hero-cta-primary{background:var(--ink);color:#fff;border-radius:20px;justify-content:center;align-items:center;height:54px;padding-inline:30px;font-size:16px;font-weight:600;text-decoration:none;transition:transform .24s cubic-bezier(.22,1,.36,1),box-shadow .24s cubic-bezier(.22,1,.36,1),opacity .24s cubic-bezier(.22,1,.36,1);display:inline-flex;box-shadow:0 10px 30px -14px #0e354399}.hero-cta-primary:hover{opacity:.96;transform:translateY(-1px);box-shadow:0 16px 38px -14px #0e35438c}.hero-cta-primary:active{transform:translateY(0)}.hero-cta-secondary{color:var(--ink);opacity:.7;align-items:center;gap:9px;font-size:16px;font-weight:600;text-decoration:none;transition:opacity .22s cubic-bezier(.22,1,.36,1),gap .22s cubic-bezier(.22,1,.36,1);display:inline-flex}.hero-arrow{width:auto;height:12px;transition:transform .24s cubic-bezier(.22,1,.36,1);display:block}.hero-cta-secondary:hover{opacity:1;gap:13px}.hero-cta-secondary:hover .hero-arrow{transform:translate(3px)}.hero-visual{z-index:0;pointer-events:none;position:absolute;inset:0}.hero-horizon{z-index:1;will-change:transform;width:100%;height:auto;display:block;position:absolute;top:85%;left:0;right:0;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#00000026 18%,#000 42% 100%);mask-image:linear-gradient(90deg,#0000 0%,#00000026 18%,#000 42% 100%)}.hero-sun{z-index:2;--d:clamp(460px, 74vh, 720px);width:var(--d);height:var(--d);will-change:transform;position:absolute;top:72%;left:78%;transform:translate(-50%,-60%)}.hero-sun svg,.hero-sun img{width:100%;height:100%;display:block;overflow:visible}.hero-glow{z-index:0;will-change:transform;background:radial-gradient(circle,#e79f022e 0%,#e88c061a 30%,#e88c060a 50%,#f7f9fb00 68%);width:clamp(700px,108vh,1180px);height:clamp(700px,108vh,1180px);position:absolute;top:64%;left:78%;transform:translate(-50%,-50%)}@keyframes hero-rise-in{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translate(0,0)}}@keyframes hero-fade-in{0%{opacity:0}to{opacity:1}}.hero-eyebrow{animation:.76s cubic-bezier(.22,1,.36,1) both hero-rise-in}.hero-title{animation:.82s cubic-bezier(.22,1,.36,1) 90ms both hero-rise-in}.hero-lede{animation:.82s cubic-bezier(.22,1,.36,1) .2s both hero-rise-in}.hero-actions{animation:.82s cubic-bezier(.22,1,.36,1) .32s both hero-rise-in}.hero-visual{animation:1.4s cubic-bezier(.22,1,.36,1) .24s both hero-fade-in}@media (max-width:900px){.hero-nav{grid-template-columns:1fr auto;height:96px}.hero-nav-links{display:none}.hero-copy{max-width:100%;margin-bottom:clamp(60px,16vh,140px)}.hero-title{white-space:normal}.hero-sun{--d:clamp(360px, 64vh, 560px);left:86%}.hero-glow{left:86%}}@media (max-width:560px){.hero-actions{gap:18px}.hero-cta-primary{width:100%}}@media (prefers-reduced-motion:reduce){.hero-eyebrow,.hero-title,.hero-lede,.hero-actions,.hero-visual{animation:none}.hero-sun,.hero-glow,.hero-horizon{translate:none!important}}
