*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{margin:0;font-family:DM Sans,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:16px;line-height:1.6;color:var(--color-ink);background:var(--color-cream);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,svg,video{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}a:hover{color:var(--color-red)}button{font:inherit;cursor:pointer;border:0;background:transparent;color:inherit}input,select,textarea{font:inherit;color:inherit}ul,ol{margin:0;padding:0;list-style:none}figure{margin:0}h1,h2,h3,h4,h5{font-family:Playfair Display,Georgia,serif;font-weight:var(--heading-weight, 700);color:var(--color-navy);line-height:1.15;margin:0 0 .4em;letter-spacing:-.01em}h1{font-size:calc(clamp(2.25rem,5vw,4rem) * var(--heading-scale, 1))}h2{font-size:calc(clamp(1.75rem,3.5vw,2.75rem) * var(--heading-scale, 1))}h3{font-size:calc(clamp(1.35rem,2.4vw,1.85rem) * var(--heading-scale, 1))}h4{font-size:1.15rem}p{margin:0 0 1em}.eyebrow{display:inline-block;font-family:DM Sans,sans-serif;font-weight:500;font-size:.78rem;letter-spacing:.16em;text-transform:uppercase;color:var(--color-red);margin-bottom:.75em}.lede{font-size:1.15rem;color:var(--color-muted);max-width:52ch}.pullquote{font-family:Playfair Display,serif;font-style:italic;font-size:clamp(1.25rem,2.2vw,1.75rem);color:var(--color-navy);border-left:3px solid var(--color-red);padding-left:1.25rem;margin:2rem 0}.page-wrap{width:100%;max-width:var(--page-width, 1280px);margin:0 auto;padding-inline:clamp(1rem,3vw,2rem)}.section{padding-block:var(--section-spacing, 96px)}.section--compact{padding-block:calc(var(--section-spacing, 96px) * .6)}.section--cream{background:var(--color-cream)}.section--navy{background:var(--color-navy);color:var(--color-white)}.section--navy h1,.section--navy h2,.section--navy h3{color:var(--color-white)}.section--white{background:var(--color-white)}.grid{display:grid;gap:2rem}.grid-2,.grid-3{grid-template-columns:1fr}.grid-4{grid-template-columns:repeat(2,1fr)}@media(min-width:750px){.grid-2{grid-template-columns:1fr 1fr;gap:3rem}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}}.text-center{text-align:center}.mx-auto{margin-inline:auto}.max-prose{max-width:60ch}.stack>*+*{margin-top:1rem}.stack-lg>*+*{margin-top:2rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.95rem 1.75rem;font-family:DM Sans,sans-serif;font-weight:700;font-size:.95rem;letter-spacing:.03em;text-transform:uppercase;border-radius:var(--button-radius, 999px);transition:transform .15s ease,box-shadow .2s ease,background .2s ease,color .2s ease;border:2px solid transparent;cursor:pointer;text-decoration:none;line-height:1}.btn:active{transform:translateY(1px)}.btn--primary{background:var(--color-red);color:var(--color-white)}.btn--primary:hover{background:#b8312a;color:var(--color-white);box-shadow:0 10px 30px -12px #d43a2f80}.btn--navy{background:var(--color-navy);color:var(--color-white)}.btn--navy:hover{background:#152238;color:var(--color-white)}.btn--ghost{background:transparent;color:var(--color-navy);border-color:var(--color-navy)}.btn--ghost:hover{background:var(--color-navy);color:var(--color-white)}.btn--ghost-white{background:transparent;color:var(--color-white);border-color:var(--color-white)}.btn--ghost-white:hover{background:var(--color-white);color:var(--color-navy)}.btn--sm{padding:.6rem 1.1rem;font-size:.8rem}.btn--full{width:100%}.btn[disabled]{opacity:.6;cursor:not-allowed}.skip-to-content{position:absolute;left:-9999px;top:0;padding:.75rem 1rem;background:var(--color-navy);color:var(--color-white);z-index:1000}.skip-to-content:focus{left:0}.overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#1c2b4a66;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:50;opacity:0;pointer-events:none;transition:opacity .3s ease}.overlay:not([hidden]){opacity:1;pointer-events:auto}.announcement-bar{background:var(--color-navy);color:var(--color-white);padding:.55rem 1rem;font-size:.85rem;text-align:center;letter-spacing:.02em}.announcement-bar a{text-decoration:underline;text-underline-offset:3px;color:var(--color-white)}.site-header{background:var(--color-white);border-bottom:1px solid var(--color-border);z-index:40}.site-header[data-sticky=true]{position:sticky;top:0}.site-header__inner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:1.5rem;padding-block:.9rem}.site-header__inner .site-header__logo{order:1;justify-self:start}.site-header__inner .site-nav--primary{order:2;justify-self:center}.site-header__inner .header-actions{order:3;justify-self:end}.site-header__inner .mobile-menu-toggle{order:0;justify-self:start}.site-header__inner[data-logo-position=center]{grid-template-columns:1fr auto 1fr}.site-header__inner[data-logo-position=center] .mobile-menu-toggle{order:0;justify-self:start}.site-header__inner[data-logo-position=center] .site-nav--primary{order:1;justify-self:start}.site-header__inner[data-logo-position=center] .site-header__logo{order:2;justify-self:center}.site-header__inner[data-logo-position=center] .header-actions{order:3;justify-self:end}@media(min-width:990px){.site-header__inner[data-logo-position=center]{grid-template-columns:1fr auto 1fr}}.site-header__logo{display:inline-flex;align-items:center}.site-header__logo img,.site-header__logo svg{width:auto;max-width:var(--logo-max-width, 180px);max-height:72px;height:auto}.site-header__logo-text{font-family:Playfair Display,serif;font-weight:800;font-size:1.5rem;color:var(--color-navy);line-height:1}.site-nav{display:none}@media(min-width:990px){.site-nav{display:flex;gap:2rem}}.site-nav a{font-weight:500;font-size:.95rem;letter-spacing:.02em;color:var(--color-navy);position:relative;padding-block:.25rem}.site-nav a:hover{color:var(--color-red)}.site-nav a[aria-current=page]:after{content:"";position:absolute;left:0;right:0;bottom:-2px;height:2px;background:var(--color-red)}.header-actions{display:flex;align-items:center;gap:.5rem}.icon-btn{width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;color:var(--color-navy);border-radius:50%;transition:background .15s ease;position:relative}.icon-btn:hover{background:var(--color-cream);color:var(--color-navy)}.icon-btn svg{width:22px;height:22px}.cart-count{position:absolute;top:4px;right:4px;min-width:18px;height:18px;padding:0 5px;background:var(--color-red);color:var(--color-white);font-size:.65rem;font-weight:700;display:inline-flex;align-items:center;justify-content:center;border-radius:999px}.mobile-menu-toggle{display:inline-flex}@media(min-width:990px){.mobile-menu-toggle{display:none}}.mobile-nav{position:fixed;top:0;left:0;width:min(320px,85vw);height:100vh;background:var(--color-white);transform:translate(-100%);transition:transform .3s ease;z-index:60;padding:1.5rem;overflow-y:auto}.mobile-nav[data-open]{transform:translate(0)}.mobile-nav ul{display:flex;flex-direction:column;gap:.25rem;margin-top:2rem}.mobile-nav a{display:block;padding:.85rem 0;font-size:1.1rem;font-weight:500;color:var(--color-navy);border-bottom:1px solid var(--color-border)}.hero{position:relative;overflow:hidden;background:var(--color-cream)}.hero__inner{display:grid;grid-template-columns:1fr;gap:2.5rem;align-items:center;padding-block:clamp(3rem,8vw,6rem)}@media(min-width:900px){.hero__inner{grid-template-columns:1.1fr 1fr;gap:4rem}}.hero__copy .eyebrow{color:var(--color-red)}.hero__copy h1{font-size:clamp(2.5rem,5.5vw,4.5rem);line-height:1.05}.hero__copy p{font-size:1.15rem;color:var(--color-muted);max-width:48ch}.hero__ctas{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.5rem}.hero__media{position:relative;border-radius:1.5rem;overflow:hidden;aspect-ratio:4 / 5;background:linear-gradient(135deg,var(--color-navy),#0f1a33)}.hero__media img{width:100%;height:100%;object-fit:cover}.hero__badge{position:absolute;top:1rem;left:1rem;background:var(--color-red);color:var(--color-white);padding:.55rem .9rem;border-radius:999px;font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.feature-list{list-style:none;margin:0 0 1.25rem;padding:0;display:grid;gap:.5rem}.feature-list li{position:relative;padding-left:1.75rem;color:var(--color-ink);font-size:1rem;line-height:1.5}.feature-list li:before{content:"";position:absolute;left:0;top:.35rem;width:18px;height:18px;background:var(--color-red);border-radius:50%;-webkit-mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='white' d='M9 16.17 4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/></svg>") no-repeat center / 70% 70%,var(--color-red);mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='white' d='M9 16.17 4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/></svg>") no-repeat center / 70% 70%,var(--color-red)}.product-card{background:var(--color-white);border-radius:1rem;overflow:hidden;border:1px solid var(--color-border);transition:transform .2s ease,box-shadow .2s ease;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px -20px #1c2b4a26}.product-card__media{aspect-ratio:1 / 1;background:var(--color-cream);overflow:hidden}.product-card__media img{width:100%;height:100%;object-fit:cover}.product-card__body{padding:1.25rem;display:flex;flex-direction:column;gap:.4rem;flex:1}.product-card__title{font-family:Playfair Display,serif;font-size:1.25rem;color:var(--color-navy);font-weight:700}.product-card__price{font-weight:700;color:var(--color-red);font-size:1.05rem}.product-card__meta{font-size:.85rem;color:var(--color-muted)}.product-card__rating{display:inline-flex;align-items:center;gap:.4rem;font-size:.85rem;color:var(--color-muted)}.product-card__rating-count{color:var(--color-muted)}.rating-stars{display:inline-flex;gap:2px}.rating-stars .star{position:relative;display:inline-block;width:16px;height:16px}.rating-stars .star__bg{width:16px;height:16px;fill:#e2dfd8}.rating-stars .star__fg{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.rating-stars .star__fg svg{width:16px;height:16px;fill:#f4b740}.brand-story__grid{display:grid;gap:3rem;grid-template-columns:1fr;align-items:center}@media(min-width:900px){.brand-story__grid{grid-template-columns:1fr 1fr;gap:4rem}}.brand-story__media{aspect-ratio:4 / 5;border-radius:1rem;overflow:hidden;background:var(--color-cream)}.brand-story__media img{width:100%;height:100%;object-fit:cover}.image-text{display:grid;gap:3rem;grid-template-columns:1fr;align-items:center}@media(min-width:900px){.image-text{grid-template-columns:1fr 1fr;gap:4rem}.image-text--right .image-text__media{order:2}.image-text--right .image-text__body{order:1}}.image-text__media{aspect-ratio:4 / 5;border-radius:1rem;overflow:hidden;background:var(--color-cream)}.image-text__media img{width:100%;height:100%;object-fit:cover}.image-text__placeholder{width:100%;height:100%}.image-text__placeholder svg{width:100%;height:100%}.how-to-play__steps{display:grid;gap:2rem;margin-top:3rem}@media(min-width:750px){.how-to-play__steps{grid-template-columns:repeat(3,1fr)}}.step{background:var(--color-white);border:1px solid var(--color-border);border-radius:1rem;padding:2rem;text-align:center;position:relative}.step__num{width:44px;height:44px;background:var(--color-red);color:var(--color-white);display:inline-flex;align-items:center;justify-content:center;border-radius:50%;font-family:Playfair Display,serif;font-weight:700;font-size:1.2rem;margin-bottom:1rem}.step__icon{display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;background:var(--color-cream);border-radius:50%;font-size:1.8rem;margin-bottom:1rem;line-height:1}.step--pillars{border:0;background:transparent;box-shadow:none;padding:1.5rem 1rem}.step--pillars .step__icon{background:#fff4e8;box-shadow:0 6px 20px -10px #d43a2f59}.step h3{font-size:1.25rem;margin-bottom:.5rem}.step p{color:var(--color-muted);margin:0}.instagram-feed{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem}@media(min-width:600px){.instagram-feed{grid-template-columns:repeat(3,1fr)}}@media(min-width:990px){.instagram-feed{grid-template-columns:repeat(6,1fr)}}.instagram-feed__item{position:relative;aspect-ratio:1 / 1;overflow:hidden;background:var(--color-cream);border-radius:.5rem;transition:transform .2s ease}.instagram-feed__item:hover{transform:scale(1.02)}.instagram-feed__item img{width:100%;height:100%;object-fit:cover}.instagram-feed__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;color:var(--color-muted);background:linear-gradient(135deg,#f4ece0,#e8d9bf)}.ig-handle{color:var(--color-red);font-weight:500}.ig-handle:hover{text-decoration:underline}.audience-split{display:grid;gap:1.5rem}@media(min-width:750px){.audience-split{grid-template-columns:repeat(2,1fr)}}@media(min-width:990px){.audience-split:has(>:nth-child(3)){grid-template-columns:repeat(3,1fr)}}.audience-card{background:var(--color-white);border-radius:1.25rem;padding:2.5rem;border:1px solid var(--color-border);position:relative;overflow:hidden;transition:transform .2s ease}.audience-card:hover{transform:translateY(-4px)}.audience-card--navy{background:var(--color-navy);color:var(--color-white);border-color:var(--color-navy)}.audience-card--navy h3{color:var(--color-white)}.audience-card .eyebrow{opacity:.85}.audience-card h3{font-size:1.75rem;margin-bottom:.75rem}.audience-card p{margin-bottom:1.5rem}.audience-card--navy p{color:#ffffffd9}.testimonial{background:var(--color-white);border:1px solid var(--color-border);border-radius:1rem;padding:2rem;display:flex;flex-direction:column;gap:1rem}.testimonial__quote{font-family:Playfair Display,serif;font-size:1.15rem;color:var(--color-navy);font-style:italic;line-height:1.5;flex:1}.testimonial__author{font-weight:600;font-size:.95rem}.testimonial__role{font-size:.85rem;color:var(--color-muted)}.stars{color:var(--color-red);letter-spacing:.1em;font-size:.95rem}.post-card{background:var(--color-white);border-radius:1rem;overflow:hidden;border:1px solid var(--color-border);display:flex;flex-direction:column;transition:transform .2s ease,box-shadow .2s ease}.post-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px -20px #1c2b4a26}.post-card__media{aspect-ratio:16 / 10;overflow:hidden;background:var(--color-cream)}.post-card__media img{width:100%;height:100%;object-fit:cover}.post-card__body{padding:1.5rem;flex:1;display:flex;flex-direction:column;gap:.75rem}.post-card__tag{font-size:.75rem;letter-spacing:.12em;text-transform:uppercase;color:var(--color-red);font-weight:600}.post-card__title{font-family:Playfair Display,serif;font-weight:700;font-size:1.3rem;color:var(--color-navy);line-height:1.25}.post-card__meta{font-size:.85rem;color:var(--color-muted);margin-top:auto}.wholesale-cta{background:var(--color-navy);color:var(--color-white);border-radius:1.5rem;padding:clamp(2.5rem,5vw,4rem);display:grid;gap:2rem;align-items:center;text-align:center;position:relative;overflow:hidden}@media(min-width:900px){.wholesale-cta{grid-template-columns:1.2fr auto;text-align:left}}.wholesale-cta h2{color:var(--color-white);font-size:clamp(1.8rem,3.2vw,2.5rem)}.wholesale-cta p{color:#ffffffd9;margin:0;max-width:52ch}.email-signup{background:var(--color-cream);border:2px dashed var(--color-red);border-radius:1.5rem;padding:clamp(2rem,5vw,3.5rem);text-align:center;max-width:640px;margin-inline:auto}.email-signup__form{display:flex;flex-direction:column;gap:.75rem;margin-top:1.5rem}@media(min-width:600px){.email-signup__form{flex-direction:row}}.email-signup input[type=email]{flex:1;padding:.9rem 1.1rem;border:1px solid var(--color-border);border-radius:var(--button-radius, 999px);background:var(--color-white);font-size:1rem}.email-signup input[type=email]:focus{outline:2px solid var(--color-red);outline-offset:2px}.site-footer{background:var(--color-navy);color:#ffffffd9;padding-block:4rem 2rem}.site-footer a{color:var(--color-white)}.site-footer a:hover{color:var(--color-red)}.site-footer h4{color:var(--color-white);font-family:DM Sans,sans-serif;font-weight:700;font-size:.85rem;text-transform:uppercase;letter-spacing:.14em;margin-bottom:1.25rem}.site-footer__grid{display:grid;grid-template-columns:1fr;gap:2.5rem}@media(min-width:750px){.site-footer__grid{grid-template-columns:1.5fr 1fr 1fr 1fr}}.site-footer__brand p{max-width:38ch;font-size:.95rem}.site-footer__links ul{display:flex;flex-direction:column;gap:.5rem}.site-footer__social{display:flex;gap:.75rem;margin-top:1.25rem}.site-footer__social a{width:40px;height:40px;border:1px solid rgba(255,255,255,.25);border-radius:50%;display:inline-flex;align-items:center;justify-content:center;transition:background .15s ease,border-color .15s ease}.site-footer__social a:hover{background:var(--color-red);border-color:var(--color-red)}.site-footer__bottom{margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.15);display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;font-size:.85rem}.product{padding-block:2.5rem}.product__layout{display:grid;grid-template-columns:1fr;gap:2.5rem}@media(min-width:900px){.product__layout{grid-template-columns:1.1fr 1fr;gap:4rem}}.product-gallery__main{aspect-ratio:1 / 1;background:var(--color-cream);border-radius:1rem;overflow:hidden;margin-bottom:.75rem}.product-gallery__main img{width:100%;height:100%;object-fit:cover}.product-gallery__thumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:.5rem}.product-gallery__thumb{aspect-ratio:1 / 1;background:var(--color-cream);border-radius:.5rem;overflow:hidden;cursor:pointer;border:2px solid transparent}.product-gallery__thumb[aria-pressed=true]{border-color:var(--color-red)}.product__title{font-size:clamp(2rem,4vw,3rem);margin-bottom:.25rem}.product__price{font-size:1.5rem;font-weight:700;color:var(--color-red);margin-bottom:1rem}.product__price del{color:var(--color-muted);font-weight:400;margin-right:.5rem}.product__rating{display:inline-flex;align-items:center;gap:.5rem;font-size:.9rem;color:var(--color-muted);margin-bottom:1.25rem}.product__desc{color:var(--color-ink);margin-bottom:1.5rem}.product__form{display:flex;flex-direction:column;gap:1rem}.quantity-input{display:inline-flex;align-items:center;border:1px solid var(--color-border);border-radius:var(--button-radius, 999px);overflow:hidden;background:var(--color-white)}.quantity-input button{width:48px;height:48px;color:var(--color-navy);font-size:1.35rem;font-weight:600;background:transparent;border:0;cursor:pointer;transition:background .15s ease}.quantity-input button:hover{background:var(--color-cream)}.quantity-input input{width:60px;height:48px;text-align:center;border:0;background:transparent;font-size:1rem;font-weight:600;color:var(--color-navy);-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.quantity-input input::-webkit-outer-spin-button,.quantity-input input::-webkit-inner-spin-button{-webkit-appearance:none;appearance:none;margin:0}.quantity-input input:focus{outline:none}.product__meta{margin-top:2rem;display:grid;gap:.5rem;font-size:.9rem;color:var(--color-muted)}.product__meta strong{color:var(--color-ink)}.accordion{border-top:1px solid var(--color-border)}.accordion__item{border-bottom:1px solid var(--color-border)}.accordion__trigger{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.25rem 0;font-family:Playfair Display,serif;font-size:1.15rem;font-weight:700;color:var(--color-navy);text-align:left}.accordion__trigger svg{transition:transform .2s ease}.accordion__trigger[aria-expanded=true] svg{transform:rotate(180deg)}.accordion__panel{padding-bottom:1.25rem;color:var(--color-ink);display:none}.accordion__panel[data-open]{display:block}.collection-header{padding-block:3rem;text-align:center}.collection-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}@media(min-width:750px){.collection-grid{grid-template-columns:repeat(3,1fr);gap:2rem}}@media(min-width:1100px){.collection-grid{grid-template-columns:repeat(4,1fr)}}.cart-drawer{position:fixed;top:0;right:0;width:min(420px,95vw);height:100vh;background:var(--color-white);z-index:70;transform:translate(100%);transition:transform .3s ease;display:flex;flex-direction:column;box-shadow:-20px 0 40px -20px #0003}.cart-drawer[data-open]{transform:translate(0)}.cart-drawer__header{padding:1.25rem 1.5rem;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--color-border)}.cart-drawer__header h2{margin:0;font-size:1.25rem}.cart-drawer__items{flex:1;overflow-y:auto;padding:0 1.5rem}.cart-item{display:grid;grid-template-columns:72px 1fr auto;gap:1rem;padding:1.25rem 0;border-bottom:1px solid var(--color-border)}.cart-item__media{width:72px;height:72px;background:var(--color-cream);border-radius:.5rem;overflow:hidden}.cart-item__media img{width:100%;height:100%;object-fit:cover}.cart-item__title{font-weight:600;color:var(--color-navy);font-size:.95rem;margin-bottom:.2rem;display:block}.cart-item__meta{font-size:.8rem;color:var(--color-muted)}.cart-item__body{display:flex;flex-direction:column;gap:.25rem}.cart-item__price{font-weight:700;color:var(--color-red)}.cart-drawer__count{color:var(--color-red);font-family:Playfair Display,serif;font-weight:600}.cart-drawer__form{display:flex;flex-direction:column}.cart-item__qty-row{display:flex;align-items:center;gap:.75rem;margin-top:.5rem}.cart-item__qty{display:inline-flex;align-items:center;border:1px solid var(--color-border);border-radius:999px;overflow:hidden;background:var(--color-white)}.cart-item__qty-btn{width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;color:var(--color-navy);font-size:1.1rem;background:transparent;border:0;cursor:pointer;text-decoration:none;line-height:1}.cart-item__qty-btn:hover{background:var(--color-cream)}.cart-item__qty-input{width:44px;height:32px;text-align:center;border:0;background:transparent;font-size:.9rem;font-weight:600;color:var(--color-navy);-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.cart-item__qty-input::-webkit-outer-spin-button,.cart-item__qty-input::-webkit-inner-spin-button{-webkit-appearance:none;appearance:none;margin:0}.cart-item__remove{font-size:.8rem;color:var(--color-muted);text-decoration:underline;cursor:pointer}.cart-item__remove:hover{color:var(--color-red)}.cart-drawer__footer{padding:1.5rem;border-top:1px solid var(--color-border);background:var(--color-cream)}.cart-drawer__subtotal{display:flex;justify-content:space-between;font-weight:700;margin-bottom:1rem}.cart-empty{text-align:center;padding:3rem 1.5rem;color:var(--color-muted)}.article{max-width:720px;margin-inline:auto;padding-block:3rem}.article__header{text-align:center;margin-bottom:2.5rem}.article__meta{font-size:.85rem;color:var(--color-muted);margin-bottom:.75rem;letter-spacing:.08em;text-transform:uppercase}.article__title{font-size:clamp(2rem,4.5vw,3rem)}.article__feature{aspect-ratio:16 / 9;border-radius:1rem;overflow:hidden;margin:2rem 0;background:var(--color-cream)}.article__feature img{width:100%;height:100%;object-fit:cover}.article__body{font-size:1.05rem;line-height:1.75}.article__body h2{margin-top:2.5rem}.article__body h3{margin-top:2rem}.article__body a{color:var(--color-red);text-decoration:underline;text-underline-offset:3px}.article__share{margin-top:3rem;padding-top:2rem;border-top:1px solid var(--color-border);display:flex;gap:.75rem;align-items:center}.blog-header{text-align:center;padding-block:4rem 2rem}.blog-filters{display:flex;gap:.5rem;justify-content:center;flex-wrap:wrap;margin-bottom:3rem}.blog-filters a{padding:.5rem 1rem;border-radius:999px;border:1px solid var(--color-border);font-size:.85rem;font-weight:500}.blog-filters a.is-active{background:var(--color-navy);color:var(--color-white);border-color:var(--color-navy)}.blog-grid{display:grid;gap:2rem;grid-template-columns:1fr}@media(min-width:750px){.blog-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1100px){.blog-grid{grid-template-columns:repeat(3,1fr)}}.page{max-width:760px;margin-inline:auto;padding-block:4rem}.page__title{text-align:center;margin-bottom:2.5rem}.page-content--narrow{max-width:760px;margin-inline:auto}.page-content .eyebrow{display:block;text-align:center}.page-content--narrow .page__title{text-align:center}.contact-wrap{display:grid;gap:3rem;grid-template-columns:1fr;align-items:start}@media(min-width:900px){.contact-wrap{grid-template-columns:1fr 1.2fr;gap:4rem}}.contact-form{background:var(--color-white);border:1px solid var(--color-border);border-radius:1rem;padding:clamp(1.5rem,3vw,2.5rem);box-shadow:0 20px 40px -30px #1c2b4a26}.section--cream .contact-form{background:var(--color-white)}.field{display:flex;flex-direction:column;gap:.4rem;margin-bottom:1rem}.field label{font-size:.85rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--color-navy)}.field input,.field textarea,.field select{padding:.85rem 1rem;border:1px solid var(--color-border);border-radius:.5rem;background:var(--color-white)}.field input:focus,.field textarea:focus,.field select:focus{outline:2px solid var(--color-red);outline-offset:1px;border-color:var(--color-red)}.form-note{font-size:.85rem;color:var(--color-muted)}.form-success{padding:1rem;background:#e8f0e3;border-radius:.5rem;color:#2f5a2f;margin-bottom:1rem}.form-error{padding:1rem;background:#fde8e7;border-radius:.5rem;color:#8b1f1f;margin-bottom:1rem}.pagination{display:flex;justify-content:center;gap:.5rem;margin-top:3rem}.pagination a,.pagination span{min-width:40px;height:40px;padding:0 .75rem;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;border:1px solid var(--color-border);font-size:.9rem;font-weight:500}.pagination .is-current{background:var(--color-navy);color:var(--color-white);border-color:var(--color-navy)}.password-main{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;text-align:center}.password-main__inner{max-width:520px}.error-404{padding:6rem 1rem;text-align:center}.error-404 h1{font-size:clamp(4rem,12vw,9rem);margin-bottom:0}.error-404 p{font-size:1.15rem;color:var(--color-muted);margin-bottom:2rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}body.scroll-lock{overflow:hidden}.product__payment-buttons{margin-top:.75rem}.product__payment-buttons .shopify-payment-button{margin-top:0}.product__payment-buttons .shopify-payment-button__button{border-radius:var(--button-radius)!important;font-family:inherit!important;font-weight:600!important;min-height:48px}.product__payment-buttons .shopify-payment-button__more-options{color:var(--color-muted);font-size:.85rem;text-decoration:underline;margin-top:.5rem}.faq__category{font-family:var(--font-heading);font-size:1.4rem;color:var(--color-navy);margin:2.5rem 0 1rem;padding-bottom:.5rem;border-bottom:2px solid var(--color-border)}.faq__category:first-child{margin-top:0}.faq__item{border-bottom:1px solid var(--color-border)}.faq__item[open]{background:var(--color-white)}.faq__question{list-style:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:1.5rem;padding:1.25rem 1rem;font-weight:600;color:var(--color-navy);transition:background .15s ease}.faq__question::-webkit-details-marker{display:none}.faq__question:hover{background:#e4ddd04d}.faq__chevron{flex-shrink:0;transition:transform .2s ease;color:var(--color-red)}.faq__item[open] .faq__chevron{transform:rotate(180deg)}.faq__answer{padding:0 1rem 1.5rem;color:var(--color-ink);line-height:1.65}.faq__answer a{color:var(--color-red);text-decoration:underline}.page-hero{padding-block:clamp(3rem,6vw,5rem)}.page-hero__inner{display:grid;grid-template-columns:1fr;gap:2.5rem;align-items:center}@media(min-width:900px){.page-hero__inner{grid-template-columns:1.1fr 1fr;gap:4rem}}.page-hero--center .page-hero__inner{grid-template-columns:1fr!important;text-align:center;max-width:820px;margin-inline:auto}.page-hero__copy h1{margin-top:.5rem;margin-bottom:1rem}.page-hero__media img{width:100%;border-radius:16px;display:block;box-shadow:0 16px 40px -20px #1c2b4a4d}.section.section--navy.page-hero,.section.section--navy.page-hero h1,.section.section--navy.page-hero .eyebrow{color:var(--color-cream)}.person-bio{align-items:start!important}@media(min-width:900px){.person-bio{grid-template-columns:2fr 3fr!important;gap:4rem!important}}.person-bio__media img{box-shadow:0 20px 50px -20px #1c2b4a59}.site-footer__follow{margin-top:1.5rem}.site-footer__follow .eyebrow{color:#f8f4edbf}
/*# sourceMappingURL=/cdn/shop/t/94/assets/theme.css.map */
