:root{--brand-accent:#e1b446;--brand-danger:#232832;--brand-bg:#ffffff;--brand-surface:#000000;--background:var(--brand-bg);--foreground:var(--brand-surface);--primary:var(--brand-surface);--primary-foreground:#ffffff;--accent:var(--brand-accent);--accent-foreground:#232832;--destructive:var(--brand-danger);--destructive-foreground:#ffffff;--cta:#a77520;--cta-foreground:#ffffff;--font-h1:50px;--font-h2:40px;--font-h3:30px;--font-body-lg:26px;--font-body:20px}@layer utilities{.text-h1{font-size:var(--font-h1);line-height:1.1}.text-h1,.text-h2{font-weight:700;letter-spacing:-.01em}.text-h2{font-size:var(--font-h2);line-height:1.15}.text-h3{font-size:var(--font-h3);line-height:1.2;font-weight:700}.text-body{font-size:var(--font-body);line-height:1.6}.text-body-lg{font-size:var(--font-body-lg);line-height:1.55}.bg-cta{background-color:var(--cta)}.text-cta-foreground{color:var(--cta-foreground)}.border-cta{border-color:var(--cta)}}.container-page{max-width:1200px;margin-inline:auto;padding-inline:1.25rem}