@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap";
:root{--bg-base:#fafaf8;--surface-dark:#fff;--surface-mid:#f5f5f7;--surface-card:#f0efea;--surface-card-alt:#e8e6e0;--gradient-deep:#fffdf9;--gradient-base:#fbf6ee;--gradient-mid:#f7ede0;--gradient-warm:#f3e2cf;--gradient-muted:#ebd6bf;--accent:#b56f2e;--accent-bright:#c97f40;--accent-dim:#8c501c;--on-accent:#fff;--text-base:#111;--text-secondary:#555;--text-muted:#888;--text-near-white:#fff;--border:#11111114;--border-mid:#11111126;--hairline:#1111110f;--shadow-card:0 4px 20px #0000000d;--shadow-float:0 12px 36px #00000014;--shadow-glow:0 0 30px #b56f2e1f;--radius-tile:10px;--radius-card:12px;--radius-lg:24px;--radius-pill:500px;--radius-full:9999px;--radius-circle:50%;--font-display:"Inter", system-ui, -apple-system, sans-serif;--font-body:"Inter", system-ui, -apple-system, sans-serif;--font-mono:"JetBrains Mono", "Courier New", monospace;--font-headline:var(--font-display);--space-xs:8px;--space-sm:12px;--space-md:16px;--space-lg:24px;--space-xl:32px;--space-xxl:48px;--space-section:80px;--nav-height:52px;--max-width:1200px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{background-color:var(--bg-base);color:var(--text-base);font-family:var(--font-body);font-size:16px;line-height:1.45;overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}ul,ol{list-style:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}.t-display{font-family:var(--font-display);letter-spacing:-2px;color:var(--text-base);font-size:clamp(42px,7vw,76px);font-weight:700;line-height:1.02}.t-display-md{font-family:var(--font-display);letter-spacing:-1.2px;color:var(--text-base);font-size:clamp(32px,5vw,56px);font-weight:700;line-height:1.05}.t-display-sm{font-family:var(--font-display);letter-spacing:-.5px;color:var(--text-base);font-size:clamp(24px,3vw,36px);font-weight:700;line-height:1.1}.t-heading{font-family:var(--font-display);letter-spacing:-.3px;color:var(--text-base);font-size:20px;font-weight:700;line-height:1.25}.t-body-lg{font-family:var(--font-body);letter-spacing:-.374px;color:var(--text-secondary);font-size:17px;font-weight:400;line-height:1.47}.t-body{font-family:var(--font-body);letter-spacing:-.14px;color:var(--text-base);font-size:15px;font-weight:400;line-height:1.45}.t-label{font-family:var(--font-mono);letter-spacing:1.4px;text-transform:uppercase;color:var(--accent);font-size:11px;font-weight:500}.t-label--muted{color:var(--text-muted)}.container{width:100%;max-width:var(--max-width);padding-inline:var(--space-lg);margin-inline:auto}.section{padding-block:var(--space-section)}.section--sm{padding-block:var(--space-xxl)}.btn{font-family:var(--font-body);letter-spacing:1.2px;text-transform:uppercase;border-radius:var(--radius-full);cursor:pointer;white-space:nowrap;align-items:center;gap:8px;padding:10px 24px;font-size:14px;font-weight:700;text-decoration:none;transition:all .18s;display:inline-flex}.btn--primary{background:var(--accent);color:var(--on-accent);border:1px solid var(--accent)}.btn--primary:hover{background:var(--accent-bright);border-color:var(--accent-bright);transform:translateY(-1px)}.btn--outline{color:var(--text-base);border:1px solid var(--border-mid);background:0 0}.btn--outline:hover{border-color:var(--accent);color:var(--accent);background:#b56f2e0d}.btn--ghost{color:var(--text-secondary);letter-spacing:1.2px;background:0 0;border:none;padding:8px 12px}.btn--ghost:hover{color:var(--text-base)}.btn--lg{padding:14px 32px;font-size:14px}.btn--circle{background:var(--accent);color:var(--on-accent);border-radius:var(--radius-circle);border:none;justify-content:center;align-items:center;width:48px;height:48px;padding:0;font-size:18px;transition:transform .2s,background .18s;display:inline-flex}.btn--circle:hover{background:var(--accent-bright);transform:scale(1.06)}.btn-arrow{transition:transform .15s;display:inline-block}.btn:hover .btn-arrow{transform:translate(3px)}.card{background:var(--surface-dark);border:1px solid var(--border);border-radius:var(--radius-card);padding:var(--space-lg);transition:background .2s,box-shadow .2s,border-color .2s}.card:hover{background:var(--surface-dark);border-color:var(--border-mid);box-shadow:var(--shadow-card)}.section-label{margin-bottom:var(--space-md);align-items:center;gap:12px;display:flex}.tag{border-radius:var(--radius-full);font-family:var(--font-mono);letter-spacing:1.2px;text-transform:uppercase;color:var(--accent);background:#b56f2e1a;border:1px solid #b56f2e40;align-items:center;padding:4px 12px;font-size:10px;display:inline-flex}.tag--dark{background:var(--surface-mid);border-color:var(--border);color:var(--text-secondary)}.reveal{opacity:0;transition:opacity .55s cubic-bezier(.16,1,.3,1),transform .55s cubic-bezier(.16,1,.3,1);transform:translateY(24px)}.reveal.revealed{opacity:1;transform:translateY(0)}.reveal-delay-1{transition-delay:80ms}.reveal-delay-2{transition-delay:.16s}.reveal-delay-3{transition-delay:.24s}.reveal-delay-4{transition-delay:.32s}.album-art{aspect-ratio:1;background:var(--surface-mid);border-radius:var(--radius-tile);justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.album-art:before{content:"";background:radial-gradient(circle at 40% 40%,#b56f2e1f 0%,#0000 65%);position:absolute;inset:0}@media (max-width:1024px){:root{--space-lg:20px}}@media (max-width:768px){:root{--space-section:56px;--space-xxl:32px;--nav-height:52px}.container{padding-inline:var(--space-md)}}
.Nav-module__jmVfSG__nav{z-index:200;height:var(--nav-height);-webkit-backdrop-filter:saturate(180%)blur(20px);border-bottom:1px solid var(--border);background:#fafaf8d9;transition:background .2s;position:fixed;top:0;left:0;right:0}.Nav-module__jmVfSG__inner{max-width:var(--max-width);padding-inline:var(--space-lg);justify-content:space-between;align-items:center;gap:var(--space-lg);height:100%;margin-inline:auto;display:flex}.Nav-module__jmVfSG__logo{flex-shrink:0;align-items:center;gap:.4rem;text-decoration:none;display:flex}.Nav-module__jmVfSG__logoText{font-family:var(--font-display);letter-spacing:-.5px;color:var(--text-base);white-space:nowrap;font-size:16px;font-weight:700}.Nav-module__jmVfSG__logoDot{background:var(--accent);border-radius:50%;flex-shrink:0;width:6px;height:6px}.Nav-module__jmVfSG__links{align-items:center;gap:4px;display:flex}.Nav-module__jmVfSG__link{font-family:var(--font-body);color:var(--text-secondary);border-radius:var(--radius-full);white-space:nowrap;padding:6px 12px;font-size:14px;font-weight:500;transition:color .15s,background .15s}.Nav-module__jmVfSG__link:hover{color:var(--text-base);background:#0000000d}.Nav-module__jmVfSG__link.Nav-module__jmVfSG__active{color:var(--text-base);font-weight:600}.Nav-module__jmVfSG__ctaBtn{font-family:var(--font-body)!important;letter-spacing:.8px!important;text-transform:uppercase!important;border-radius:var(--radius-full)!important;background:var(--accent)!important;color:var(--on-accent)!important;border:none!important;padding:7px 16px!important;font-size:13px!important;font-weight:700!important;transition:background .15s,transform .15s!important}.Nav-module__jmVfSG__ctaBtn:hover{background:var(--accent-bright)!important;transform:translateY(-1px)!important}.Nav-module__jmVfSG__burger{cursor:pointer;flex-direction:column;flex-shrink:0;justify-content:center;gap:5px;width:36px;height:36px;display:none}.Nav-module__jmVfSG__burger span{background:var(--text-base);width:18px;height:1.5px;margin:0 auto;transition:all .2s;display:block}.Nav-module__jmVfSG__burger.Nav-module__jmVfSG__burgerOpen span:first-child{transform:translateY(6.5px)rotate(45deg)}.Nav-module__jmVfSG__burger.Nav-module__jmVfSG__burgerOpen span:nth-child(2){opacity:0}.Nav-module__jmVfSG__burger.Nav-module__jmVfSG__burgerOpen span:nth-child(3){transform:translateY(-6.5px)rotate(-45deg)}@media (max-width:768px){.Nav-module__jmVfSG__burger{display:flex}.Nav-module__jmVfSG__links{inset:var(--nav-height) 0 0 0;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);justify-content:center;align-items:center;gap:var(--space-md);opacity:0;pointer-events:none;z-index:199;background:#fafaf8fa;flex-direction:column;transition:all .3s cubic-bezier(.16,1,.3,1);position:fixed;transform:translateY(-8px)}.Nav-module__jmVfSG__links.Nav-module__jmVfSG__open{opacity:1;pointer-events:all;transform:translateY(0)}.Nav-module__jmVfSG__link{padding:12px 24px;font-size:18px;font-weight:500}}
.Footer-module__nhiC3q__footer{background:var(--bg-base);border-top:1px solid var(--hairline)}.Footer-module__nhiC3q__inner{gap:var(--space-xxl);padding-block:var(--space-xxl);grid-template-columns:2fr 1fr 1fr 1.4fr;display:grid}.Footer-module__nhiC3q__brand{gap:var(--space-md);flex-direction:column;display:flex}.Footer-module__nhiC3q__logo{font-family:var(--font-display);letter-spacing:-.5px;color:var(--text-base);align-items:center;gap:8px;font-size:20px;font-weight:700;display:flex}.Footer-module__nhiC3q__logoDot{background:var(--accent);border-radius:50%;flex-shrink:0;width:8px;height:8px}.Footer-module__nhiC3q__tagline{font-family:var(--font-mono);letter-spacing:1.4px;text-transform:uppercase;color:var(--text-muted);font-size:11px;line-height:1.9}.Footer-module__nhiC3q__socials{flex-direction:column;gap:8px;margin-top:4px;display:flex}.Footer-module__nhiC3q__social{font-family:var(--font-mono);letter-spacing:1px;text-transform:uppercase;color:var(--text-muted);align-items:center;gap:8px;font-size:11px;text-decoration:none;transition:color .15s;display:inline-flex}.Footer-module__nhiC3q__social:hover{color:var(--accent)}.Footer-module__nhiC3q__navCol{flex-direction:column;gap:8px;display:flex}.Footer-module__nhiC3q__navLabel{font-family:var(--font-mono);letter-spacing:1.4px;text-transform:uppercase;color:var(--text-base);margin-bottom:var(--space-xs);padding-bottom:var(--space-xs);border-bottom:1px solid var(--hairline);font-size:10px;font-weight:500}.Footer-module__nhiC3q__navLink{font-family:var(--font-body);color:var(--text-muted);font-size:13px;font-weight:400;text-decoration:none;transition:color .15s}.Footer-module__nhiC3q__navLink:hover{color:var(--text-base)}.Footer-module__nhiC3q__contactCol{flex-direction:column;gap:8px;display:flex}.Footer-module__nhiC3q__contactItem{font-family:var(--font-body);color:var(--text-muted);font-size:13px;line-height:1.5}.Footer-module__nhiC3q__contactItem a{color:var(--text-muted);text-decoration:none;transition:color .15s}.Footer-module__nhiC3q__contactItem a:hover{color:var(--accent)}.Footer-module__nhiC3q__bottom{padding-block:var(--space-md);border-top:1px solid var(--hairline);justify-content:space-between;align-items:center;display:flex}.Footer-module__nhiC3q__copy{font-family:var(--font-mono);letter-spacing:.5px;text-transform:uppercase;color:var(--text-muted);font-size:11px}.Footer-module__nhiC3q__copyLink{color:var(--text-muted);text-decoration:none;transition:color .15s}.Footer-module__nhiC3q__copyLink:hover{color:var(--accent)}@media (max-width:1024px){.Footer-module__nhiC3q__inner{gap:var(--space-xl);grid-template-columns:1fr 1fr}.Footer-module__nhiC3q__brand{grid-column:1/3}}@media (max-width:768px){.Footer-module__nhiC3q__inner{gap:var(--space-lg);padding-block:var(--space-xl);grid-template-columns:1fr 1fr}.Footer-module__nhiC3q__brand{grid-column:1/3}.Footer-module__nhiC3q__bottom{text-align:center;flex-direction:column;gap:8px}}@media (max-width:480px){.Footer-module__nhiC3q__inner{grid-template-columns:1fr}.Footer-module__nhiC3q__brand{grid-column:1}}
@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2c55a0e60120577a-s.0-dom-5bn10r2.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.1y4-pdgsjb-pw.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/ad66f9afd8947f86-s.3lvt2whj97whp.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/5476f68d60460930-s.2uwcyprjm3xu3.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.0k62hbripvv8p.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/1bffadaabf893a1e-s.3-6t-g6q0vh0a.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.2bn3s6zvc0dyp.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter Fallback;src:local(Arial);ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.0%;size-adjust:107.12%}.inter_19e33a27-module__t5xxta__className{font-family:Inter,Inter Fallback;font-style:normal}.inter_19e33a27-module__t5xxta__variable{--font-sans:"Inter", "Inter Fallback"}
