.header{justify-content:space-between;height:72px;max-height:72px;padding:0 clamp(1.5rem,5vw,3.5rem);font-family:"Instrument Serif",serif;background-color:#1e1e1e;border-bottom:1px solid hsla(0,0%,100%,.1);position:sticky;top:0;left:0;right:0;z-index:1000;transition:background-color .3s ease-in-out}.header,.header__left{display:flex;align-items:center}.header__left{justify-content:flex-start;gap:.75rem}.header__right{display:none}@media screen and (max-width:600px){.header__right{display:flex;align-items:center;gap:.5rem;margin-left:auto}}.header__logo{font-size:clamp(1.25rem,2.5vw,2rem);font-weight:400;color:hsla(0,0%,100%,.9490196078);text-decoration:none;white-space:nowrap;height:fit-content;transition:color .3s ease}.header__logo:hover{color:#d31212}@media screen and (max-width:600px){.header__logo{display:none}}.header__logo-separator{color:#d31212}.header__brand-logo{display:flex;align-items:center;justify-content:center;text-decoration:none;width:51.65px;height:34.49px}@media screen and (min-width:601px){.header__brand-logo{display:none}}.header__brand-logo img{width:100%;height:100%;object-fit:contain}.header__brand-text{display:none;font-family:"Instrument Serif",serif;font-size:clamp(1.25rem,2.5vw,2rem);font-weight:400;color:hsla(0,0%,100%,.9490196078);text-decoration:none;white-space:nowrap;height:fit-content;transition:color .3s ease}@media screen and (min-width:601px){.header__brand-text{display:block}}.header__brand-text-separator,.header__brand-text:hover{color:#d31212}.header__nav{display:flex;gap:clamp(1rem,3vw,2rem);align-items:center;justify-content:center;height:fit-content}@media screen and (max-width:600px){.header__nav{display:none}}.header__nav-link{font-family:DM Sans,sans-serif;color:hsla(0,0%,100%,.7019607843);text-decoration:none;font-size:clamp(.875rem,1.5vw,1rem);transition:color .3s ease;display:flex;align-items:center;justify-content:center;white-space:nowrap;height:fit-content;padding:.5rem 1rem;position:relative;margin-bottom:4px}.header__nav-link.active,.header__nav-link:hover{color:hsla(0,0%,100%,.9490196078)}.header__nav-link.active{font-weight:500}.header__nav-link.active:after{content:"";position:absolute;bottom:-4px;left:50%;transform:translateX(-50%) scale(0);width:4px;height:4px;background-color:#d31212;border-radius:50%;animation:dotAppear .3s ease forwards}@media screen and (max-width:600px){.header__nav-link{padding:.5rem;font-size:.875rem}}.header__burger{display:none;background:none;border:none;padding:.5rem;border-radius:.5rem;cursor:pointer;color:hsla(0,0%,100%,.7019607843)}.header__burger:focus,.header__burger:hover{color:hsla(0,0%,100%,.9490196078);outline:none}@media screen and (max-width:600px){.header__burger{display:inline-flex;align-items:center;justify-content:center}}.header__burger img{filter:brightness(0) saturate(100%) invert(71%) sepia(0) saturate(0) hue-rotate(0deg) brightness(100%);transition:filter .3s ease}.header__burger:hover img{filter:brightness(0) saturate(100%) invert(1)}.header__mobile-menu{position:absolute;top:72px;left:0;right:0;background:#1e1e1e;border-bottom:1px solid hsla(0,0%,100%,.1);display:flex;flex-direction:column;padding:.5rem 1rem 1rem}@media screen and (min-width:601px){.header__mobile-menu{display:none}}.header__mobile-link{font-family:DM Sans,sans-serif;color:hsla(0,0%,100%,.7019607843);text-decoration:none;font-size:.95rem;padding:.75rem .5rem}.header__mobile-link.active,.header__mobile-link:hover{color:hsla(0,0%,100%,.9490196078)}.header__cart-btn{background:none;border:none;padding:.5rem;cursor:pointer;position:relative;display:flex;align-items:center;transition:color .3s ease;height:fit-content;color:hsla(0,0%,100%,.7019607843)}.header__cart-btn:focus,.header__cart-btn:hover{color:hsla(0,0%,100%,.9490196078);outline:none}@media screen and (max-width:600px){.header__cart-btn{padding:.25rem}}.header__cart-icon-wrapper{position:relative;display:inline-block;height:fit-content;color:inherit}.header__cart-icon-wrapper img{filter:brightness(0) saturate(100%) invert(71%) sepia(0) saturate(0) hue-rotate(0deg) brightness(100%);transition:filter .3s ease}.header__cart-btn:hover .header__cart-icon-wrapper img{filter:brightness(0) saturate(100%) invert(1)}.header__cart-badge{position:absolute;top:-8px;right:-8px;width:20px;height:20px;background:#d31212;color:hsla(0,0%,100%,.9490196078);font-family:DM Sans,sans-serif;font-size:.75rem;font-weight:700;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px 0 rgba(211,18,18,.15);border:1px solid #1e1e1e;z-index:1;pointer-events:none;transform:scale(1);transition:transform .2s ease;padding:0;line-height:1}.header__cart-btn:hover .header__cart-badge{transform:scale(1.1)}.header__cart-icon{width:clamp(1.25rem,2.5vw,2rem);height:clamp(1.25rem,2.5vw,2rem);stroke:currentColor}@keyframes dotAppear{0%{transform:translateX(-50%) scale(0);opacity:0}50%{transform:translateX(-50%) scale(1.2);opacity:.5}to{transform:translateX(-50%) scale(1);opacity:1}}@media screen and (max-width:768px){.header__nav{gap:1rem}}@media screen and (max-width:600px){.header{padding:0 1rem}.header__nav{gap:0}}.footer{background-color:#1e1e1e;border-top:1px solid rgba(211,18,18,.1);padding:0;margin:0}.footer__container{max-width:1200px;margin:0 auto;padding:3rem 2rem;display:grid;grid-template-columns:2fr 1fr;gap:3rem;align-items:start}@media screen and (max-width:768px){.footer__container{grid-template-columns:1fr;gap:1.5rem;padding:1.5rem 1rem}}.footer__brand{display:flex;flex-direction:column;gap:1rem}.footer__brand-title{font-family:"Instrument Serif",serif;font-size:clamp(1.75rem,3vw,2.25rem);font-weight:400;color:hsla(0,0%,100%,.9490196078);margin:0;line-height:1.2;text-align:left}@media screen and (max-width:768px){.footer__brand-title{font-size:clamp(1.5rem,2.5vw,1.75rem)}}.footer__brand-title-separator{color:#d31212}.footer__brand-description{font-family:DM Sans,sans-serif;font-size:.9rem;color:hsla(0,0%,100%,.7019607843);line-height:1.5;margin:0 0 1.5rem;max-width:280px}@media screen and (max-width:768px){.footer__brand-description{font-size:.85rem;max-width:100%}}.footer__brand-copyright{font-family:DM Sans,sans-serif;font-size:.85rem;color:gray;line-height:1.4;margin:1.5rem 0 0}@media screen and (max-width:768px){.footer__brand-copyright{display:none}}.footer__social-links{display:flex;gap:1rem;flex-wrap:wrap}@media screen and (max-width:768px){.footer__social-links{gap:.75rem;display:flex;justify-content:flex-start;margin-top:1rem}}.footer__navigation{display:flex;flex-direction:column;gap:1rem}.footer__navigation-title{font-family:DM Sans,sans-serif;font-size:1rem;font-weight:600;color:hsla(0,0%,100%,.9490196078);margin:0;text-transform:uppercase;letter-spacing:.05em}.footer__navigation-links{display:flex;flex-direction:column;gap:.5rem;align-items:flex-start}.footer__navigation-link{font-family:DM Sans,sans-serif;font-size:.9rem;color:hsla(0,0%,100%,.7019607843);text-decoration:none;transition:color .1s ease;line-height:1.4;white-space:nowrap}.footer__navigation-link:hover{color:#d31212}.footer__social-link{display:flex;align-items:center;gap:.75rem;font-family:DM Sans,sans-serif;font-size:.9rem;color:hsla(0,0%,100%,.7019607843);text-decoration:none;transition:color .1s ease;max-width:fit-content}.footer__social-link:hover{color:#d31212}.footer__social-icon{width:20px;height:20px;color:currentColor}.footer__social-text{font-weight:500}.footer__bottom{border-top:1px solid rgba(211,18,18,.1);padding:1.5rem 2rem;background-color:rgba(30,30,30,.5)}@media screen and (max-width:768px){.footer__bottom{padding:1rem}}.footer__bottom-content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:1rem}@media screen and (max-width:768px){.footer__bottom-content{flex-direction:column;text-align:center;gap:.75rem}}.footer__bottom-copyright{margin:0;line-height:1.4}.footer__bottom-copyright,.footer__bottom-link{font-family:DM Sans,sans-serif;font-size:.85rem;color:gray}.footer__bottom-link{text-decoration:underline;text-decoration-thickness:.1rem;text-underline-offset:.2rem;text-decoration-color:#b00e0e;transition:color .2s ease}.footer__bottom-link:hover{color:#d31212}.footer__bottom-link:focus{outline:2px solid #d31212;outline-offset:2px;border-radius:4px}.footer__mobile-bottom{display:none;padding:1rem;border-top:1px solid rgba(211,18,18,.1)}@media screen and (max-width:768px){.footer__mobile-bottom{display:flex;flex-direction:column;align-items:center;gap:1rem}}.footer__mobile-bottom-social{order:1}@media screen and (max-width:768px){.footer__mobile-bottom-social{display:none}}.footer__mobile-bottom-copyright{order:2;font-family:DM Sans,sans-serif;font-size:.85rem;color:gray;margin:0;line-height:1.4;text-align:center}
/*! tailwindcss v4.1.8 | MIT License | https://tailwindcss.com */@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap";@font-face{font-family:Instrument Serif;src:url(/fonts/InstrumentSerif-Regular.ttf)format("truetype");font-weight:400;font-style:normal;font-display:swap}[class^=flex-]{display:flex}.flex-row-start-start{align-items:flex-start!important}.flex-row-start-end,.flex-row-start-start{flex-direction:row!important;justify-content:flex-start!important}.flex-row-start-end{align-items:flex-end!important}.flex-row-start-center{align-items:center!important}.flex-row-start-baseline,.flex-row-start-center{flex-direction:row!important;justify-content:flex-start!important}.flex-row-start-baseline{align-items:baseline!important}.flex-row-start-stretch{flex-direction:row!important;justify-content:flex-start!important;align-items:stretch!important}.flex-row-end-start{align-items:flex-start!important}.flex-row-end-end,.flex-row-end-start{flex-direction:row!important;justify-content:flex-end!important}.flex-row-end-end{align-items:flex-end!important}.flex-row-end-center{align-items:center!important}.flex-row-end-baseline,.flex-row-end-center{flex-direction:row!important;justify-content:flex-end!important}.flex-row-end-baseline{align-items:baseline!important}.flex-row-end-stretch{flex-direction:row!important;justify-content:flex-end!important;align-items:stretch!important}.flex-row-center-start{align-items:flex-start!important}.flex-row-center-end,.flex-row-center-start{flex-direction:row!important;justify-content:center!important}.flex-row-center-end{align-items:flex-end!important}.flex-row-center-center{align-items:center!important}.flex-row-center-baseline,.flex-row-center-center{flex-direction:row!important;justify-content:center!important}.flex-row-center-baseline{align-items:baseline!important}.flex-row-center-stretch{flex-direction:row!important;justify-content:center!important;align-items:stretch!important}.flex-row-between-start{align-items:flex-start!important}.flex-row-between-end,.flex-row-between-start{flex-direction:row!important;justify-content:space-between!important}.flex-row-between-end{align-items:flex-end!important}.flex-row-between-center{align-items:center!important}.flex-row-between-baseline,.flex-row-between-center{flex-direction:row!important;justify-content:space-between!important}.flex-row-between-baseline{align-items:baseline!important}.flex-row-between-stretch{flex-direction:row!important;justify-content:space-between!important;align-items:stretch!important}.flex-row-around-start{align-items:flex-start!important}.flex-row-around-end,.flex-row-around-start{flex-direction:row!important;justify-content:space-around!important}.flex-row-around-end{align-items:flex-end!important}.flex-row-around-center{align-items:center!important}.flex-row-around-baseline,.flex-row-around-center{flex-direction:row!important;justify-content:space-around!important}.flex-row-around-baseline{align-items:baseline!important}.flex-row-around-stretch{flex-direction:row!important;justify-content:space-around!important;align-items:stretch!important}.flex-row-evenly-start{align-items:flex-start!important}.flex-row-evenly-end,.flex-row-evenly-start{flex-direction:row!important;justify-content:space-evenly!important}.flex-row-evenly-end{align-items:flex-end!important}.flex-row-evenly-center{align-items:center!important}.flex-row-evenly-baseline,.flex-row-evenly-center{flex-direction:row!important;justify-content:space-evenly!important}.flex-row-evenly-baseline{align-items:baseline!important}.flex-row-evenly-stretch{flex-direction:row!important;justify-content:space-evenly!important;align-items:stretch!important}.flex-col-start-start{align-items:flex-start!important}.flex-col-start-end,.flex-col-start-start{flex-direction:column!important;justify-content:flex-start!important}.flex-col-start-end{align-items:flex-end!important}.flex-col-start-center{align-items:center!important}.flex-col-start-baseline,.flex-col-start-center{flex-direction:column!important;justify-content:flex-start!important}.flex-col-start-baseline{align-items:baseline!important}.flex-col-start-stretch{flex-direction:column!important;justify-content:flex-start!important;align-items:stretch!important}.flex-col-end-start{align-items:flex-start!important}.flex-col-end-end,.flex-col-end-start{flex-direction:column!important;justify-content:flex-end!important}.flex-col-end-end{align-items:flex-end!important}.flex-col-end-center{align-items:center!important}.flex-col-end-baseline,.flex-col-end-center{flex-direction:column!important;justify-content:flex-end!important}.flex-col-end-baseline{align-items:baseline!important}.flex-col-end-stretch{flex-direction:column!important;justify-content:flex-end!important;align-items:stretch!important}.flex-col-center-start{align-items:flex-start!important}.flex-col-center-end,.flex-col-center-start{flex-direction:column!important;justify-content:center!important}.flex-col-center-end{align-items:flex-end!important}.flex-col-center-center{align-items:center!important}.flex-col-center-baseline,.flex-col-center-center{flex-direction:column!important;justify-content:center!important}.flex-col-center-baseline{align-items:baseline!important}.flex-col-center-stretch{flex-direction:column!important;justify-content:center!important;align-items:stretch!important}.flex-col-between-start{align-items:flex-start!important}.flex-col-between-end,.flex-col-between-start{flex-direction:column!important;justify-content:space-between!important}.flex-col-between-end{align-items:flex-end!important}.flex-col-between-center{align-items:center!important}.flex-col-between-baseline,.flex-col-between-center{flex-direction:column!important;justify-content:space-between!important}.flex-col-between-baseline{align-items:baseline!important}.flex-col-between-stretch{flex-direction:column!important;justify-content:space-between!important;align-items:stretch!important}.flex-col-around-start{align-items:flex-start!important}.flex-col-around-end,.flex-col-around-start{flex-direction:column!important;justify-content:space-around!important}.flex-col-around-end{align-items:flex-end!important}.flex-col-around-center{align-items:center!important}.flex-col-around-baseline,.flex-col-around-center{flex-direction:column!important;justify-content:space-around!important}.flex-col-around-baseline{align-items:baseline!important}.flex-col-around-stretch{flex-direction:column!important;justify-content:space-around!important;align-items:stretch!important}.flex-col-evenly-start{align-items:flex-start!important}.flex-col-evenly-end,.flex-col-evenly-start{flex-direction:column!important;justify-content:space-evenly!important}.flex-col-evenly-end{align-items:flex-end!important}.flex-col-evenly-center{align-items:center!important}.flex-col-evenly-baseline,.flex-col-evenly-center{flex-direction:column!important;justify-content:space-evenly!important}.flex-col-evenly-baseline{align-items:baseline!important}.flex-col-evenly-stretch{flex-direction:column!important;justify-content:space-evenly!important;align-items:stretch!important}.flex-row-reverse-start-start{align-items:flex-start!important}.flex-row-reverse-start-end,.flex-row-reverse-start-start{flex-direction:row-reverse!important;justify-content:flex-start!important}.flex-row-reverse-start-end{align-items:flex-end!important}.flex-row-reverse-start-center{align-items:center!important}.flex-row-reverse-start-baseline,.flex-row-reverse-start-center{flex-direction:row-reverse!important;justify-content:flex-start!important}.flex-row-reverse-start-baseline{align-items:baseline!important}.flex-row-reverse-start-stretch{flex-direction:row-reverse!important;justify-content:flex-start!important;align-items:stretch!important}.flex-row-reverse-end-start{align-items:flex-start!important}.flex-row-reverse-end-end,.flex-row-reverse-end-start{flex-direction:row-reverse!important;justify-content:flex-end!important}.flex-row-reverse-end-end{align-items:flex-end!important}.flex-row-reverse-end-center{align-items:center!important}.flex-row-reverse-end-baseline,.flex-row-reverse-end-center{flex-direction:row-reverse!important;justify-content:flex-end!important}.flex-row-reverse-end-baseline{align-items:baseline!important}.flex-row-reverse-end-stretch{flex-direction:row-reverse!important;justify-content:flex-end!important;align-items:stretch!important}.flex-row-reverse-center-start{align-items:flex-start!important}.flex-row-reverse-center-end,.flex-row-reverse-center-start{flex-direction:row-reverse!important;justify-content:center!important}.flex-row-reverse-center-end{align-items:flex-end!important}.flex-row-reverse-center-center{align-items:center!important}.flex-row-reverse-center-baseline,.flex-row-reverse-center-center{flex-direction:row-reverse!important;justify-content:center!important}.flex-row-reverse-center-baseline{align-items:baseline!important}.flex-row-reverse-center-stretch{flex-direction:row-reverse!important;justify-content:center!important;align-items:stretch!important}.flex-row-reverse-between-start{align-items:flex-start!important}.flex-row-reverse-between-end,.flex-row-reverse-between-start{flex-direction:row-reverse!important;justify-content:space-between!important}.flex-row-reverse-between-end{align-items:flex-end!important}.flex-row-reverse-between-center{align-items:center!important}.flex-row-reverse-between-baseline,.flex-row-reverse-between-center{flex-direction:row-reverse!important;justify-content:space-between!important}.flex-row-reverse-between-baseline{align-items:baseline!important}.flex-row-reverse-between-stretch{flex-direction:row-reverse!important;justify-content:space-between!important;align-items:stretch!important}.flex-row-reverse-around-start{align-items:flex-start!important}.flex-row-reverse-around-end,.flex-row-reverse-around-start{flex-direction:row-reverse!important;justify-content:space-around!important}.flex-row-reverse-around-end{align-items:flex-end!important}.flex-row-reverse-around-center{align-items:center!important}.flex-row-reverse-around-baseline,.flex-row-reverse-around-center{flex-direction:row-reverse!important;justify-content:space-around!important}.flex-row-reverse-around-baseline{align-items:baseline!important}.flex-row-reverse-around-stretch{flex-direction:row-reverse!important;justify-content:space-around!important;align-items:stretch!important}.flex-row-reverse-evenly-start{align-items:flex-start!important}.flex-row-reverse-evenly-end,.flex-row-reverse-evenly-start{flex-direction:row-reverse!important;justify-content:space-evenly!important}.flex-row-reverse-evenly-end{align-items:flex-end!important}.flex-row-reverse-evenly-center{align-items:center!important}.flex-row-reverse-evenly-baseline,.flex-row-reverse-evenly-center{flex-direction:row-reverse!important;justify-content:space-evenly!important}.flex-row-reverse-evenly-baseline{align-items:baseline!important}.flex-row-reverse-evenly-stretch{flex-direction:row-reverse!important;justify-content:space-evenly!important;align-items:stretch!important}.flex-col-reverse-start-start{align-items:flex-start!important}.flex-col-reverse-start-end,.flex-col-reverse-start-start{flex-direction:column-reverse!important;justify-content:flex-start!important}.flex-col-reverse-start-end{align-items:flex-end!important}.flex-col-reverse-start-center{align-items:center!important}.flex-col-reverse-start-baseline,.flex-col-reverse-start-center{flex-direction:column-reverse!important;justify-content:flex-start!important}.flex-col-reverse-start-baseline{align-items:baseline!important}.flex-col-reverse-start-stretch{flex-direction:column-reverse!important;justify-content:flex-start!important;align-items:stretch!important}.flex-col-reverse-end-start{align-items:flex-start!important}.flex-col-reverse-end-end,.flex-col-reverse-end-start{flex-direction:column-reverse!important;justify-content:flex-end!important}.flex-col-reverse-end-end{align-items:flex-end!important}.flex-col-reverse-end-center{align-items:center!important}.flex-col-reverse-end-baseline,.flex-col-reverse-end-center{flex-direction:column-reverse!important;justify-content:flex-end!important}.flex-col-reverse-end-baseline{align-items:baseline!important}.flex-col-reverse-end-stretch{flex-direction:column-reverse!important;justify-content:flex-end!important;align-items:stretch!important}.flex-col-reverse-center-start{align-items:flex-start!important}.flex-col-reverse-center-end,.flex-col-reverse-center-start{flex-direction:column-reverse!important;justify-content:center!important}.flex-col-reverse-center-end{align-items:flex-end!important}.flex-col-reverse-center-center{align-items:center!important}.flex-col-reverse-center-baseline,.flex-col-reverse-center-center{flex-direction:column-reverse!important;justify-content:center!important}.flex-col-reverse-center-baseline{align-items:baseline!important}.flex-col-reverse-center-stretch{flex-direction:column-reverse!important;justify-content:center!important;align-items:stretch!important}.flex-col-reverse-between-start{align-items:flex-start!important}.flex-col-reverse-between-end,.flex-col-reverse-between-start{flex-direction:column-reverse!important;justify-content:space-between!important}.flex-col-reverse-between-end{align-items:flex-end!important}.flex-col-reverse-between-center{align-items:center!important}.flex-col-reverse-between-baseline,.flex-col-reverse-between-center{flex-direction:column-reverse!important;justify-content:space-between!important}.flex-col-reverse-between-baseline{align-items:baseline!important}.flex-col-reverse-between-stretch{flex-direction:column-reverse!important;justify-content:space-between!important;align-items:stretch!important}.flex-col-reverse-around-start{align-items:flex-start!important}.flex-col-reverse-around-end,.flex-col-reverse-around-start{flex-direction:column-reverse!important;justify-content:space-around!important}.flex-col-reverse-around-end{align-items:flex-end!important}.flex-col-reverse-around-center{align-items:center!important}.flex-col-reverse-around-baseline,.flex-col-reverse-around-center{flex-direction:column-reverse!important;justify-content:space-around!important}.flex-col-reverse-around-baseline{align-items:baseline!important}.flex-col-reverse-around-stretch{flex-direction:column-reverse!important;justify-content:space-around!important;align-items:stretch!important}.flex-col-reverse-evenly-start{align-items:flex-start!important}.flex-col-reverse-evenly-end,.flex-col-reverse-evenly-start{flex-direction:column-reverse!important;justify-content:space-evenly!important}.flex-col-reverse-evenly-end{align-items:flex-end!important}.flex-col-reverse-evenly-center{align-items:center!important}.flex-col-reverse-evenly-baseline,.flex-col-reverse-evenly-center{flex-direction:column-reverse!important;justify-content:space-evenly!important}.flex-col-reverse-evenly-baseline{align-items:baseline!important}.flex-col-reverse-evenly-stretch{flex-direction:column-reverse!important;justify-content:space-evenly!important;align-items:stretch!important}*{box-sizing:border-box;margin:0;padding:0}:root{--background:#000;--foreground:#fff;--color-accent-dark:#b00e0e;--font-fanwood:"Instrument Serif",serif;--font-dm-sans:"DM Sans",sans-serif;--font-noto-serif:"Noto Serif",serif}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}body,html{background:var(--background);color:var(--foreground);font-family:var(--font-dm-sans);margin:0;padding:0;font-weight:400}.skip-link{width:1px;height:1px;position:absolute;top:auto;left:-9999px;overflow:hidden}.skip-link:focus{color:#000;z-index:10000;background:#fff;border-radius:6px;width:auto;height:auto;padding:.5rem 1rem;position:fixed;top:1rem;left:1rem}.error-page{justify-content:center;align-items:center;min-height:100vh;padding:4rem 1.5rem;display:flex}.error-page__container{text-align:center;width:100%;max-width:800px;margin:0 auto}.error-page__title{margin-bottom:1rem;font-size:2rem}.error-page__code{color:#f99d97;margin-bottom:.75rem;font-family:monospace;font-size:.95rem}.error-page__code span{font-weight:600}.error-page__description{color:gray;margin-bottom:1.5rem}.error-page__action,.error-page__link{color:#fffffff2;background:#b00e0e;border-radius:8px;padding:.75rem 1.25rem;text-decoration:none;display:inline-block}.legal-page{padding:4rem 1.5rem}.legal-page__container{max-width:900px;margin:0 auto}.legal-page__title{margin-bottom:2rem;font-size:2.25rem}.legal-page__section{margin-bottom:1.5rem}.legal-page__section-title{margin-bottom:.5rem;font-size:1.25rem}.legal-page__text{color:#cfcfcf;line-height:1.6}.main-content{padding-top:0}h1,h2,h3,h4,h5,h6{font-family:var(--font-dm-sans);font-weight:700}.fanwood-text{font-family:Instrument Serif,serif!important}.dot{color:#b00e0e}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#1e1e1e;border-radius:4px}::-webkit-scrollbar-thumb{background:#d31212;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#e63939}::-webkit-scrollbar-button{display:none}*{scrollbar-width:thin;scrollbar-color:#d31212 #1e1e1e}.age-gate{z-index:99999;font-family:var(--font-dm-sans);pointer-events:auto;position:fixed;inset:0}.age-gate__backdrop{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);pointer-events:auto;background:#000c;position:absolute;inset:0}.age-gate__container{justify-content:center;align-items:center;width:100%;height:100%;padding:1rem;display:flex;position:relative}.age-gate__panel{background:#111;border:1px solid #333;border-radius:12px;width:100%;max-width:560px;padding:1.5rem;box-shadow:0 10px 30px #00000080}.age-gate__title{margin-bottom:.75rem;font-size:1.5rem}.age-gate__text{color:#cfcfcf;margin-bottom:1.25rem;line-height:1.6}.age-gate__actions{flex-wrap:wrap;gap:.75rem;display:flex}.age-gate__button{appearance:none;cursor:pointer;font-weight:600;font-family:var(--font-dm-sans);border:none;border-radius:8px;padding:.75rem 1rem}.age-gate__button--confirm{color:#fffffff2;background:#d31212}.age-gate__button--confirm:hover{background:#e63939}.age-gate__button--deny{color:#fffffff2;background:#2a2a2a}.age-gate__button--deny:hover{background:#3a3a3a}@media screen and (max-width:600px){.age-gate__actions{flex-direction:column;align-items:center;width:100%}.age-gate__button{width:100%}}