.shell-module__G5ujjG__header{z-index:100;border-bottom:1px solid var(--line);background:var(--ink);position:sticky;top:0}.shell-module__G5ujjG__headerInner{min-height:98px;max-width:var(--content-width);padding:0 var(--page-gutter);grid-template-columns:250px 1fr auto;align-items:center;gap:2rem;margin:0 auto;display:grid}.shell-module__G5ujjG__logo{width:220px;display:block}.shell-module__G5ujjG__logo img{width:100%;height:auto}.shell-module__G5ujjG__nav{justify-content:center;align-items:center;gap:clamp(1.2rem,2.5vw,2.8rem);display:flex}.shell-module__G5ujjG__nav a{color:var(--dirty-white);letter-spacing:.08em;text-transform:uppercase;padding:.5rem 0;font-size:.78rem;font-weight:700;position:relative}.shell-module__G5ujjG__nav a:after{background:var(--dollar-bill);content:"";transform-origin:0;height:1px;transition:transform .16s;position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}.shell-module__G5ujjG__nav a:hover:after,.shell-module__G5ujjG__nav a:focus-visible:after{transform:scaleX(1)}.shell-module__G5ujjG__actions{align-items:center;gap:1rem;display:flex}.shell-module__G5ujjG__youtubeButton{min-height:48px;color:var(--dollar-bill);border:1px solid var(--dollar-bill);letter-spacing:.12em;text-transform:uppercase;align-items:center;gap:.55rem;padding:.8rem 1.15rem;font-size:.75rem;font-weight:700;display:inline-flex}.shell-module__G5ujjG__youtubeButton:hover{color:var(--ink);background:var(--dollar-bill)}.shell-module__G5ujjG__youtubeButton svg,.shell-module__G5ujjG__cartLink svg{width:22px;height:22px}.shell-module__G5ujjG__cartLink{min-width:48px;min-height:48px;color:var(--dirty-white);justify-content:center;align-items:center;gap:.25rem;display:inline-flex}.shell-module__G5ujjG__menuButton{width:48px;height:48px;color:var(--dirty-white);border:1px solid var(--line);background:0 0;padding:.65rem;display:none}.shell-module__G5ujjG__menuButton svg{width:100%;height:100%}.shell-module__G5ujjG__footer{max-width:var(--content-width);padding:3rem var(--page-gutter);border-top:1px solid var(--line);background:var(--ink);grid-template-columns:260px 1fr 1.3fr;gap:2.5rem;margin:0 auto;display:grid}.shell-module__G5ujjG__footerBrand img{width:220px;height:auto}.shell-module__G5ujjG__footerLinks,.shell-module__G5ujjG__footerLegal{flex-direction:column;gap:.65rem;display:flex}.shell-module__G5ujjG__footerLinks a,.shell-module__G5ujjG__footerLegal{color:var(--muted);font-size:.82rem}.shell-module__G5ujjG__footerLinks a:hover,.shell-module__G5ujjG__footerLegal a:hover{color:var(--white)}.shell-module__G5ujjG__footerLegal{border-left:1px solid var(--line-soft);padding-left:2rem}@media (max-width:1100px){.shell-module__G5ujjG__headerInner{grid-template-columns:200px 1fr auto}.shell-module__G5ujjG__logo{width:180px}.shell-module__G5ujjG__nav{gap:1rem}.shell-module__G5ujjG__youtubeButton span{display:none}}@media (max-width:800px){.shell-module__G5ujjG__headerInner{grid-template-columns:48px 1fr auto;gap:.75rem;min-height:82px}.shell-module__G5ujjG__menuButton{display:block}.shell-module__G5ujjG__logo{justify-self:center;width:min(190px,46vw)}.shell-module__G5ujjG__nav{padding:1.25rem var(--page-gutter) 2rem;background:var(--ink);border-bottom:1px solid var(--line);flex-direction:column;align-items:stretch;display:none;position:absolute;top:calc(100% + 1px);left:0;right:0}.shell-module__G5ujjG__navOpen{display:flex}.shell-module__G5ujjG__nav a{border-bottom:1px solid var(--line-soft);min-height:46px;padding:.8rem 0}.shell-module__G5ujjG__youtubeButton{display:none}.shell-module__G5ujjG__actions{gap:0}.shell-module__G5ujjG__footer{grid-template-columns:1fr}.shell-module__G5ujjG__footerLegal{border-top:1px solid var(--line-soft);border-left:0;padding:1.5rem 0 0}}
:root{--black-olive:#3e3e3c;--ink:#121412;--ink-soft:#1b1e1b;--dirty-white:#e8e9c9;--white:#fff;--dollar-bill:#85bb65;--sea-green:#228d57;--line:#85bb6585;--line-soft:#e8e9c938;--muted:#b8b9a8;--font-display:Georgia, "Times New Roman", serif;--font-ui:"Arial Narrow", "Helvetica Neue", Arial, sans-serif;--page-gutter:clamp(1.25rem, 4vw, 4rem);--content-width:1600px;--paper-texture:url(/brand/parchment-texture.jpg)}*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--ink)}body{min-height:100vh;color:var(--dirty-white);background:var(--ink);font-family:var(--font-ui);-webkit-font-smoothing:antialiased;margin:0;font-size:16px;line-height:1.5;overflow-x:hidden}main{background-color:var(--ink);background-blend-mode:multiply;background-image:url(/brand/money-texture.jpg);background-repeat:repeat;background-size:720px 720px}body::selection{color:var(--ink);background:var(--dollar-bill)}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}img{max-width:100%;display:block}h1,h2,h3,p{margin-top:0}h1,h2,h3{text-wrap:balance}p{text-wrap:pretty}:focus-visible{outline:3px solid var(--white);outline-offset:4px}.skip-link{z-index:1000;color:var(--ink);background:var(--white);padding:.75rem 1rem;position:fixed;top:.75rem;left:.75rem;transform:translateY(-160%)}.skip-link:focus{transform:translateY(0)}.button{border:1px solid var(--sea-green);cursor:pointer;letter-spacing:.08em;text-transform:uppercase;border-radius:0;justify-content:center;align-items:center;gap:.65rem;min-height:48px;padding:.8rem 1.35rem;font-size:.82rem;font-weight:700;line-height:1.1;transition:background-color .16s,color .16s,border-color .16s;display:inline-flex}.button-solid{color:var(--white);background:var(--sea-green)}.button-solid:hover{color:var(--ink);background:var(--dollar-bill);border-color:var(--dollar-bill)}.button-outline{color:var(--dirty-white);background:0 0}.button-outline:hover{color:var(--ink);background:var(--white);border-color:var(--white)}.button-dark{color:var(--sea-green);background:0 0}.button-dark:hover{color:var(--white);background:var(--sea-green)}.button[aria-disabled=true],.button:disabled{color:#76786f;cursor:not-allowed;background:#2a2c29;border-color:#51534d}.text-link{color:var(--dollar-bill);letter-spacing:.08em;text-transform:uppercase;border-bottom:1px solid;font-size:.82rem;font-weight:700}.eyebrow{color:var(--dollar-bill);letter-spacing:.16em;text-transform:uppercase;font-size:.72rem;font-weight:700}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
