@layer theme{:root,:host{--font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--spacing:.25rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono);--font-title:"Cinzel",serif;--font-text:"Crimson Text",serif}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.visible{visibility:visible}.start{inset-inline-start:var(--spacing)}.end{inset-inline-end:var(--spacing)}.contents{display:contents}.hidden{display:none}.table{display:table}}:root{--theme-bg-base:#0d0a07;--theme-bg-base-80:#0d0a07cc;--theme-bg-muted:#0f0c08;--theme-bg-surface:#1a110a;--theme-bg-preorder:#1a0f07;--theme-text:#e8dcc8;--theme-text-70:#e8dcc8b3;--theme-text-60:#e8dcc899;--theme-text-50:#e8dcc880;--theme-text-30:#e8dcc84d;--theme-text-25:#e8dcc840;--theme-text-20:#e8dcc833;--theme-brand:#c9a84c;--theme-brand-hover:#e8c96a;--theme-brand-80:#c9a84ccc;--theme-brand-60:#c9a84c99;--theme-brand-50:#c9a84c80;--theme-brand-40:#c9a84c66;--theme-brand-30:#c9a84c4d;--theme-brand-20:#c9a84c33;--theme-brand-15:#c9a84c26;--theme-brand-10:#c9a84c1a;--theme-brand-5:#c9a84c0d}html{scroll-behavior:smooth}body{font-family:var(--font-text)}.theme-root{background:var(--theme-bg-base);color:var(--theme-text)}.theme-bg-base{background-color:var(--theme-bg-base)}.theme-bg-muted{background-color:var(--theme-bg-muted)}.theme-surface-gradient{background-image:linear-gradient(to bottom right,var(--theme-bg-surface),var(--theme-bg-base))}.theme-hero-radial{background-image:radial-gradient(ellipse at center,var(--theme-bg-surface)0%,var(--theme-bg-base)70%)}.theme-preorder-radial{background-image:radial-gradient(ellipse at center,#1a0f07 0%,var(--theme-bg-base)70%)}.theme-grid-overlay{background-image:linear-gradient(var(--theme-brand)1px,transparent 1px),linear-gradient(90deg,var(--theme-brand)1px,transparent 1px);background-size:60px 60px}.theme-divider{background-image:linear-gradient(to right,transparent,var(--theme-brand),transparent)}.theme-text{color:var(--theme-text)}.theme-text-70{color:var(--theme-text-70)}.theme-text-60{color:var(--theme-text-60)}.theme-text-50{color:var(--theme-text-50)}.theme-text-30{color:var(--theme-text-30)}.theme-text-25{color:var(--theme-text-25)}.theme-text-20{color:var(--theme-text-20)}.theme-brand{color:var(--theme-brand)}.theme-brand-60{color:var(--theme-brand-60)}.theme-brand-40{color:var(--theme-brand-40)}.theme-border-brand-50{border-color:var(--theme-brand-50)}.theme-border-brand-40{border-color:var(--theme-brand-40)}.theme-border-brand-30{border-color:var(--theme-brand-30)}.theme-border-brand-20{border-color:var(--theme-brand-20)}.theme-border-brand-15{border-color:var(--theme-brand-15)}.theme-border-brand-10{border-color:var(--theme-brand-10)}.theme-border-text-30{border-color:var(--theme-text-30)}.theme-bg-brand{background-color:var(--theme-brand)}.theme-bg-brand-5{background-color:var(--theme-brand-5)}.theme-shadow-brand{box-shadow:0 10px 20px #00000040,0 0 24px #c9a84c33}.theme-shadow-brand-strong{box-shadow:0 25px 50px #00000059,0 0 30px #c9a84c33}.btn-theme-primary{background-color:var(--theme-brand);color:var(--theme-bg-base);transition:background-color .2s}.btn-theme-primary:hover{background-color:var(--theme-brand-hover)}.btn-theme-outline{border-color:var(--theme-text-30);color:var(--theme-text-70)}.btn-theme-outline:hover,.btn-theme-ghost{border-color:var(--theme-brand);color:var(--theme-brand)}.btn-theme-ghost:hover{background-color:var(--theme-brand);color:var(--theme-bg-base)}.font-title{font-family:var(--font-title)}.font-text{font-family:var(--font-text)}
.landing-page{background:var(--theme-bg-base);color:var(--theme-text);font-family:var(--font-text);position:relative}.landing-page__background,.landing-page__grid{z-index:0;pointer-events:none;position:fixed;inset:0}.landing-page__background{background:radial-gradient(circle at 50% 28%,#fff5e01c 0%,#fff5e000 48%),radial-gradient(circle at 14% 82%,#c9a84c1f 0%,#c9a84c00 52%),radial-gradient(circle at 86% 18%,#91783b21 0%,#91783b00 44%),linear-gradient(160deg,#19120d 0%,#100c09 45%,#0a0908 100%)}.landing-page__background:before,.landing-page__background:after{content:"";position:absolute;inset:0}.landing-page__background:before{opacity:.18;background-image:repeating-linear-gradient(110deg,#e8dcc80a 0 1px,#0000 1px 9px),repeating-linear-gradient(20deg,#00000029 0 1px,#0000 1px 12px)}.landing-page__background:after{opacity:.34;background:radial-gradient(at 50% 35%,#fff5e014 0%,#fff5e000 52%),radial-gradient(at 50% 115%,#00000080 0%,#0000 65%)}.landing-page__grid{opacity:.07;background-image:linear-gradient(var(--theme-brand)1px,transparent 1px),linear-gradient(90deg,var(--theme-brand)1px,transparent 1px);background-size:54px 54px}.landing-section{z-index:1;padding:8rem 1.5rem;position:relative}.landing-section__inner{width:min(100%,72rem);margin:0 auto}.landing-section__inner--narrow{width:min(100%,56rem)}.landing-section__header{text-align:center;margin-bottom:5rem}.eyebrow{color:var(--theme-brand);letter-spacing:.3em;text-transform:uppercase;margin-bottom:1rem;font-size:.75rem}.eyebrow--hero{letter-spacing:.4em;font-size:1rem}.section-title{color:var(--theme-text);font-family:var(--font-title);font-size:2.5rem;font-weight:700;line-height:1.1}.section-title--about{margin-bottom:1.5rem;line-height:1.15}.section-title--preorder{margin-bottom:1.5rem}.section-title--hero{color:var(--theme-brand);letter-spacing:.05em;text-transform:uppercase;text-shadow:0 0 60px var(--theme-brand-30),0 4px 30px #000c;font-size:clamp(4rem,12vw,9rem);font-weight:900;line-height:1}.section-divider{height:1px}.section-divider--landing{background-image:linear-gradient(to right,transparent,var(--theme-brand),transparent);width:6rem;margin:1rem auto 0}.section-divider--hero{background-image:linear-gradient(to right,transparent,var(--theme-brand),transparent);width:16rem;margin:1rem auto 0}.section-divider--about{background-color:var(--theme-brand);width:4rem;margin-bottom:2rem}.section-description{color:var(--theme-text);font-family:var(--font-text);line-height:1.75}.section-description strong{color:var(--theme-text)}.section-description--hero{width:min(100%,42rem);font-family:var(--font-text);margin:2rem auto 0;font-size:1.25rem;font-weight:300}.section-description--hero strong{font-weight:400}.section-description--preorder{color:var(--theme-text);margin-bottom:2.5rem;font-size:1.25rem}.section-description--about{margin-bottom:1.5rem;font-size:1.5rem;line-height:1.5}.section-description--about:last-of-type{margin-bottom:2rem}@keyframes landing-pulse{0%,to{opacity:.4}50%{opacity:1}}@media (min-width:48rem){.section-title--landing,.section-title--about,.section-title--preorder{font-size:3.25rem}}@media (max-width:47.99rem){.landing-section{padding-block:6rem}.landing-section__header{margin-bottom:3.5rem}.section-description--hero{font-size:1.125rem}.section-divider--hero{width:min(100%,14rem)}}
