:root{--cream:#f6f0e4;--paper:#fffaf1;--ink:#2c221d;--red:#b33031;--rose:#d78b90;--teal:#348a91;--line:#473930;--brown:#5c4036;--shadow:0 10px 30px rgba(57,35,27,.13)}.cart-button{min-height:42px;padding:0 10px;border:1px solid var(--ink);background:transparent;color:var(--ink);font:700 .72rem/1 Roboto Slab,Georgia,serif;text-transform:uppercase;letter-spacing:.04em;cursor:pointer}.cart-button sup{margin-left:4px;color:var(--red);font-size:.8rem}.cart-drawer{position:fixed;z-index:70;inset:0;pointer-events:none}.cart-drawer.open{pointer-events:auto}.cart-backdrop{position:absolute;inset:0;width:100%;border:0;background:rgba(44,34,29,.42);opacity:0;transition:opacity .25s;cursor:pointer}.cart-drawer.open .cart-backdrop{opacity:1}.cart-panel{position:absolute;right:0;top:0;width:min(100%,460px);height:100%;display:flex;flex-direction:column;background:var(--paper);border-left:1px solid var(--line);box-shadow:-12px 0 28px rgba(44,34,29,.16);transform:translateX(100%);transition:transform .25s ease}.cart-drawer.open .cart-panel{transform:none}.cart-top{display:flex;align-items:center;justify-content:space-between;padding:24px;border-bottom:1px solid var(--line)}.cart-top h2{margin:0;font-size:2rem}.cart-top button{border:0;background:transparent;font-size:2.5rem;line-height:1;cursor:pointer}.cart-notice{margin:0;padding:12px 24px;background:#e6efdf;color:#23411f;font-weight:700}.cart-empty{padding:42px 24px}.cart-lines{overflow:auto;padding:12px 24px;flex:1 1}.cart-line{display:grid;grid-template-columns:96px 1fr;grid-gap:14px;gap:14px;padding:16px 0;border-bottom:1px solid rgba(71,57,48,.35)}.cart-line img{width:96px;height:96px;object-fit:contain;background:#f2eadd}.cart-line small,.cart-line span,.cart-line strong{display:block}.cart-line small{margin:5px 0;color:var(--brown)}.cart-line span{color:var(--red);font-weight:700}.quantity{display:flex;align-items:center;gap:10px;margin-top:10px}.quantity button{min-width:28px;height:28px;border:1px solid var(--ink);background:transparent;cursor:pointer}.quantity .remove{margin-left:auto;width:auto;padding:0 8px;border:0;text-decoration:underline;font:700 .72rem Roboto Slab,Georgia,serif;text-transform:uppercase}.cart-footer{padding:20px 24px 26px;border-top:1px solid var(--line)}.cart-footer>div{display:flex;justify-content:space-between;margin-bottom:16px;font-size:1.1rem}.cart-footer .button{width:100%;cursor:pointer}.clear-cart{display:block;margin:13px auto 0;border:0;border-bottom:1px solid;background:transparent;font:700 .72rem Roboto Slab,Georgia,serif;text-transform:uppercase;cursor:pointer}.product-description{max-width:570px;line-height:1.6}.product-description p{margin:0 0 15px}.product-options{display:grid;grid-gap:15px;gap:15px;margin:28px 0}.product-options label{display:grid;grid-gap:7px;gap:7px;max-width:380px;font-weight:700;text-transform:uppercase;font-size:.8rem;letter-spacing:.04em}.product-options select{width:100%;padding:13px;border:1px solid var(--line);border-radius:0;background:var(--paper);font:600 1rem Roboto Slab,Georgia,serif;color:var(--ink)}.product-price-row{display:flex;align-items:center;gap:13px}.product-price-row del{color:var(--brown)}.purchase-box{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.add-to-cart{cursor:pointer}.add-to-cart:disabled,.cart-footer button:disabled,.quantity button:disabled{opacity:.55;cursor:not-allowed}.add-notice{margin:0;color:#23411f;font-weight:700}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:Roboto Slab,Georgia,serif;font-size:16px;line-height:1.45;-webkit-font-smoothing:antialiased;background-image:radial-gradient(rgba(61,45,36,.08) .6px,transparent 0);background-size:5px 5px}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}h1,h2,h3,p{margin-top:0}h1,h2,h3{line-height:.96;text-wrap:balance}h1{font-size:clamp(3rem,7vw,7.4rem);letter-spacing:-.065em}h1,h2{text-transform:uppercase}h2{font-size:clamp(2.3rem,4.2vw,4.7rem);letter-spacing:-.06em}h3{font-size:1.06rem;line-height:1.1;text-transform:uppercase}.announcement{min-height:32px;justify-content:center;background:var(--red);color:#fff6e6;font-size:.76rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.announcement,.site-header{display:flex;align-items:center}.site-header{height:105px;border-bottom:1px solid var(--line);padding:0 clamp(18px,6vw,96px);background:rgba(255,250,241,.94);position:-webkit-sticky;position:sticky;top:0;z-index:20;gap:24px}.brand{display:flex;align-items:center;gap:8px;min-width:218px}.brand img{width:58px;height:58px;object-fit:contain}.brand span{display:flex;flex-direction:column;text-transform:uppercase;line-height:.78}.brand strong{font-size:1.55rem;letter-spacing:-.075em}.brand small{font-size:.68rem;font-weight:700;letter-spacing:.045em;margin-top:7px}.desktop-nav{display:flex;align-items:center;justify-content:center;gap:clamp(14px,3vw,48px);flex:1 1}.desktop-nav a{font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.045em;white-space:nowrap;transition:color .2s ease}.desktop-nav a:hover{color:var(--red)}.header-actions{display:flex;gap:8px}.header-actions a{width:42px;height:42px;display:grid;place-items:center;font-size:1.7rem;line-height:1;border:1px solid transparent}.header-actions a:hover{border-color:var(--ink)}.mobile-menu{display:none;margin-left:auto}.mobile-menu summary{padding:12px 0;text-transform:uppercase;font-weight:700;cursor:pointer}.mobile-menu nav{position:absolute;right:18px;top:94px;display:flex;flex-direction:column;background:var(--paper);border:1px solid var(--line);box-shadow:var(--shadow);min-width:220px}.mobile-menu nav a{padding:16px 18px;text-transform:uppercase;font-weight:700}.hero,.mobile-menu nav a{border-bottom:1px solid var(--line)}.hero{min-height:600px;display:grid;grid-template-columns:minmax(330px,.9fr) minmax(490px,1.1fr);overflow:hidden}.hero-copy{padding:clamp(54px,7vw,108px) clamp(24px,6vw,98px) 54px;position:relative;z-index:2}.hero-copy h1{max-width:650px;margin-bottom:24px}.hero-copy h1 em{font-style:normal;color:var(--red)}.hero-copy h1 span{color:var(--red)}.hero-copy>p:not(.stars){font-size:1rem;max-width:490px}.eyebrow,.stars{font-size:.76rem!important;font-weight:700;letter-spacing:.09em;text-transform:uppercase;color:var(--teal);margin-bottom:16px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:12px 24px;border:1px solid var(--ink);font-weight:700;text-transform:uppercase;letter-spacing:.04em;font-size:.83rem;transition:background-color .2s ease,color .2s ease,transform .15s ease}.button:hover{transform:translateY(-2px)}.button:active{transform:scale(.98)}.button.primary{background:var(--red);border-color:var(--red);color:#fff}.button.primary:hover{background:#8f1c23}.button.secondary{background:transparent}.button.secondary:hover{background:var(--ink);color:var(--paper)}.hero-visual{background:linear-gradient(135deg,#d99591,#f5c9bc 45%,#eadbc9);position:relative;min-height:500px;overflow:hidden;border-left:1px solid var(--line)}.hero-sun{position:absolute;width:430px;height:430px;border-radius:50%;background:#ffe4bd;right:16%;top:2%;opacity:.9}.hero-main{position:absolute;inset:0 18% 0 0;filter:drop-shadow(0 18px 18px rgba(53,28,21,.24))}.hero-main img{object-fit:contain;object-position:70% 58%;width:100%;height:100%;position:absolute}.hero-polaroid{position:absolute;background:var(--paper);padding:10px;box-shadow:var(--shadow);width:30%;aspect-ratio:1/1.16}.hero-polaroid img{object-fit:contain!important}.hero-polaroid.one{right:5%;top:7%;transform:rotate(5deg)}.hero-polaroid.two{right:1%;bottom:4%;transform:rotate(-5deg)}.ticket-note{position:absolute;left:5%;bottom:11%;margin:0;padding:20px 24px;background:#e7a8a1;-webkit-clip-path:polygon(0 0,100% 0,100% 42%,94% 50%,100% 58%,100% 100%,0 100%,0 58%,6% 50%,0 42%);clip-path:polygon(0 0,100% 0,100% 42%,94% 50%,100% 58%,100% 100%,0 100%,0 58%,6% 50%,0 42%);font-size:clamp(1rem,1.7vw,1.6rem);font-weight:700;text-transform:uppercase;line-height:1.05;transform:rotate(-9deg);box-shadow:var(--shadow)}.proof-strip{display:grid;grid-template-columns:repeat(3,1fr);border-bottom:1px solid var(--line);background:#f7f1e6}.proof-strip span{text-align:center;padding:17px 12px;text-transform:uppercase;font-size:.78rem;font-weight:700;letter-spacing:.07em;border-right:1px solid var(--line)}.proof-strip span:last-child{border:0}.collection-split{display:grid;grid-template-columns:40% 60%;min-height:600px;border-bottom:1px solid var(--line)}.collection-story{padding:clamp(55px,8vw,130px) clamp(24px,7vw,115px);background:var(--ink);color:var(--paper);display:flex;justify-content:center;flex-direction:column}.collection-story .eyebrow{color:#dba0a2}.collection-story p:not(.eyebrow){max-width:390px}.text-link{display:inline-flex;gap:12px;align-items:center;font-weight:700;text-transform:uppercase;letter-spacing:.04em;margin-top:14px;border-bottom:1px solid;padding-bottom:7px;width:max-content}.text-link span{color:var(--red);font-size:1.3em}.collection-tiles{display:grid;grid-template-columns:1fr 1fr}.collection-tile{position:relative;min-height:500px;overflow:hidden;border-left:1px solid var(--line);background:var(--paper)}.collection-tile img{object-fit:contain;transition:transform .45s ease}.collection-tile:hover img{transform:scale(1.04)}.collection-tile span{position:absolute;left:22px;bottom:21px;background:var(--paper);padding:9px 12px;text-transform:uppercase;font-weight:700;letter-spacing:.04em;border:1px solid var(--line)}.product-section{padding:clamp(55px,7vw,112px) clamp(18px,5vw,84px);border-bottom:1px solid var(--line)}.section-heading{display:flex;align-items:end;justify-content:space-between;margin-bottom:30px}.section-heading h2{max-width:600px;margin-bottom:0}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:22px;gap:22px}.product-card{display:block;background:var(--paper);border:1px solid var(--line);box-shadow:4px 4px 0 rgba(60,43,34,.12);transition:transform .2s ease,box-shadow .2s ease}.product-card:hover{transform:translate(-3px,-3px);box-shadow:8px 8px 0 rgba(179,48,49,.23)}.ticket-image{aspect-ratio:1/1;position:relative;border-bottom:1px solid var(--line);overflow:hidden;background:#f2eadd}.ticket-image img{width:100%;height:100%;object-fit:contain}.product-copy{padding:16px 16px 18px;display:flex;flex-direction:column;gap:8px}.product-copy h3{margin:0}.product-copy span{color:var(--red);font-weight:700;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.custom-callout{display:flex;align-items:center;justify-content:space-between;gap:40px;padding:clamp(50px,7vw,100px) clamp(22px,10vw,160px);background:var(--rose);border-bottom:1px solid var(--line)}.custom-callout h2{margin-bottom:13px}.custom-callout p:not(.eyebrow){max-width:590px}.custom-callout .eyebrow{color:var(--ink)}.faq-section{max-width:980px;margin:auto;padding:clamp(65px,8vw,120px) 24px}.faq-section h2{margin-bottom:32px}.faq-section details{border-top:1px solid var(--line);padding:19px 0}.faq-section details:last-child{border-bottom:1px solid var(--line)}.faq-section summary{cursor:pointer;font-weight:700;font-size:1.1rem;list-style:none;padding-right:36px;position:relative}.faq-section summary:after{content:"+";position:absolute;right:0;top:-6px;font-size:1.8rem;color:var(--red)}.faq-section details[open] summary:after{content:"−"}.faq-section details p{max-width:680px;margin:16px 0 0}.page-hero{padding:clamp(58px,9vw,145px) clamp(22px,8vw,130px) clamp(44px,7vw,100px);background:linear-gradient(110deg,#f9f0e0,#f5e8d8 57%,#d68d8f);border-bottom:1px solid var(--line)}.page-hero h1{max-width:790px;margin-bottom:20px}.page-hero h1 em{color:var(--red);font-style:normal}.page-hero p:not(.eyebrow){font-size:1.1rem;max-width:570px}.product-page{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(350px,.88fr);align-items:start;max-width:1500px;margin:auto}.product-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));background:#e5dccc}.product-photo{aspect-ratio:1;display:grid;place-items:center;border-right:1px solid var(--line);border-bottom:1px solid var(--line);overflow:hidden}.product-photo img{width:100%;height:100%;object-fit:contain}.product-detail{padding:clamp(42px,7vw,100px);position:-webkit-sticky;position:sticky;top:105px}.product-detail h1{font-size:clamp(2.8rem,5vw,5.8rem);margin-bottom:16px}.product-detail>p:not(.eyebrow):not(.product-price){max-width:570px}.product-price{color:var(--red);font-size:1.5rem;font-weight:700;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.product-note{margin:32px 0;display:flex;flex-direction:column;gap:4px;padding:18px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.product-detail .text-link{display:flex;margin-top:28px}.contact-page,.not-found{min-height:520px;padding:clamp(65px,10vw,150px) max(7vw,28px);background:linear-gradient(120deg,#f7f0e3,#f7f0e3 56%,#d78b90 0)}.contact-page h1,.not-found h1{max-width:800px;margin-bottom:22px}.contact-page h1 em{font-style:normal;color:var(--red)}.contact-page>p:not(.eyebrow),.not-found>p{max-width:560px;font-size:1.1rem}.contact-email{margin-top:16px;font-weight:700}.not-found{text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center}.site-footer{background:var(--ink);color:#f9f0e2;padding:clamp(42px,6vw,82px) clamp(20px,6vw,96px) 24px}.footer-top{display:grid;grid-template-columns:1.6fr .6fr .6fr;grid-gap:30px;gap:30px;padding-bottom:52px}.footer-kicker{font-size:.76rem;text-transform:uppercase;letter-spacing:.1em;color:#dba0a2;font-weight:700}.footer-top h2{font-size:clamp(2rem,3.5vw,3.6rem);max-width:520px}.email-link{font-size:1.02rem;border-bottom:1px solid #dba0a2;padding-bottom:5px}.footer-links{display:flex;flex-direction:column;align-items:flex-start;gap:11px}.footer-links a{font-size:.9rem}.email-link:hover,.footer-links a:hover{color:#dba0a2}.footer-bottom{padding-top:22px;border-top:1px solid hsla(0,0%,100%,.26);display:flex;justify-content:space-between;align-items:center;gap:20px;font-size:.75rem}.footer-bottom img{width:auto;height:28px}.policy-page{max-width:900px;margin:auto;padding:clamp(55px,8vw,110px) 24px}.policy-page h1{font-size:clamp(2.8rem,5vw,5.5rem);margin-bottom:34px}.policy-copy{white-space:pre-line;font-size:1rem;line-height:1.68;max-width:760px}.policy-copy a{color:var(--red);text-decoration:underline}.button:focus-visible,.desktop-nav a:focus-visible,.header-actions a:focus-visible,.mobile-menu summary:focus-visible,a:focus-visible,summary:focus-visible{outline:3px solid var(--teal);outline-offset:3px}@media(prefers-reduced-motion:no-preference){.hero-copy>*{animation:rise .7s both}.hero-copy h1{animation-delay:.08s}.hero-copy>p:not(.stars){animation-delay:.16s}.hero-actions{animation-delay:.23s}@keyframes rise{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}}@media(prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}@media(max-width:1050px){.desktop-nav{gap:18px}.site-header{padding:0 28px}.brand{min-width:180px}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.hero{grid-template-columns:.85fr 1.15fr}.collection-split{grid-template-columns:38% 62%}}@media(max-width:760px){.announcement{font-size:.66rem}.site-header{height:82px;padding:0 18px;gap:8px}.brand{min-width:auto}.brand img{width:45px;height:45px}.brand strong{font-size:1.15rem}.brand small{font-size:.52rem;margin-top:5px}.desktop-nav{display:none}.header-actions{margin-left:auto}.header-actions a{width:38px;height:38px}.mobile-menu{display:block}.mobile-menu nav{top:76px;right:12px}.hero{grid-template-columns:1fr;min-height:0}.hero-copy{padding:54px 24px 38px}.hero-copy h1{font-size:clamp(3rem,13vw,5.2rem)}.hero-visual{height:520px;min-height:0;border-left:0;border-top:1px solid var(--line)}.hero-main{inset:0 10% 0 0}.hero-polaroid{width:34%}.hero-polaroid.one{right:2%;top:8%}.hero-polaroid.two{right:1%;bottom:5%}.ticket-note{left:5%;bottom:7%;font-size:1rem;padding:15px 17px}.proof-strip{grid-template-columns:1fr}.proof-strip span{border-right:0;border-bottom:1px solid var(--line);padding:13px}.proof-strip span:last-child{border-bottom:0}.collection-split{grid-template-columns:1fr}.collection-story{padding:70px 24px}.collection-tiles{grid-template-columns:1fr 1fr}.collection-tile{min-height:300px}.collection-tile span{left:12px;bottom:12px;padding:7px;font-size:.68rem}.product-section{padding:58px 18px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.product-copy{padding:12px}.product-copy h3{font-size:.84rem}.custom-callout{display:block;padding:60px 24px}.custom-callout .button{margin-top:18px}.footer-top{grid-template-columns:1fr 1fr}.footer-top>div:first-child{grid-column:1/-1}.footer-bottom{flex-direction:column;align-items:flex-start}.page-hero{padding:72px 24px 52px}.product-page{grid-template-columns:1fr}.product-gallery{grid-template-columns:1fr 1fr}.product-detail{position:static;padding:54px 24px}.contact-page,.not-found{min-height:470px;padding:80px 24px;background:linear-gradient(160deg,#f7f0e3,#f7f0e3 68%,#d78b90 0)}.policy-page{padding:60px 24px}.policy-copy{font-size:.95rem}}@media(max-width:390px){.brand strong{font-size:1.04rem}.header-actions a{width:32px;height:36px}.mobile-menu summary{font-size:.78rem}.hero-copy h1{font-size:2.85rem}.product-copy h3{font-size:.76rem}.product-copy span{font-size:.85rem}}.stats-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,.42fr);grid-gap:clamp(32px,7vw,100px);gap:clamp(32px,7vw,100px);align-items:end;padding:clamp(68px,10vw,150px) clamp(22px,8vw,130px) clamp(54px,8vw,110px);background:linear-gradient(118deg,#f6e8d6,#fff5e8 55%,#92b8b3);border-bottom:1px solid var(--line)}.stats-hero h1{max-width:900px;margin-bottom:22px;font-size:clamp(3.2rem,6.7vw,7rem)}.stats-hero>div>p:not(.eyebrow){max-width:690px;font-size:1.12rem}.stats-hero-note{padding:25px;background:var(--paper);border:1px solid var(--line);box-shadow:7px 7px 0 rgba(44,34,29,.16)}.stats-hero-note span,.stats-hero-note strong{display:block}.stat-card small,.stats-hero-note span{font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.stats-hero-note strong{margin:6px 0 14px;font-size:1.15rem}.stats-hero-note p{margin:0;font-size:.91rem}.stats-context,.stats-intro,.stats-methodology{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1fr);grid-gap:clamp(36px,10vw,160px);gap:clamp(36px,10vw,160px);padding:clamp(66px,9vw,130px) clamp(22px,8vw,130px);border-bottom:1px solid var(--line)}.stats-context h2,.stats-intro h2,.stats-methodology h2{font-size:clamp(2.4rem,4.5vw,5rem);margin:0}.stats-context>div>p,.stats-intro>p,.stats-methodology-copy>p{max-width:650px;font-size:1.05rem;line-height:1.7}.stats-intro>p{margin:0}.stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}.stat-card,.stats-grid{border-bottom:1px solid var(--line)}.stat-card{position:relative;min-height:395px;padding:28px clamp(18px,2.7vw,42px) 26px;background:var(--paper);border-right:1px solid var(--line);display:flex;flex-direction:column}.stat-card:nth-child(4n){border-right:0}.stat-card:nth-child(4n+2),.stat-card:nth-child(4n+3){background:#f5eee2}.stat-index{font-size:.75rem;font-weight:700;letter-spacing:.1em;color:var(--teal)}.stat-value{margin:23px 0 14px;color:var(--red);font-size:clamp(2.7rem,4vw,4.8rem);font-weight:700;line-height:.9;letter-spacing:-.06em;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.stat-card h2{margin:0 0 13px;font-size:1.2rem;line-height:1.12;text-transform:none;letter-spacing:0}.stat-card>p:not(.stat-value){margin:0 0 22px;font-size:.91rem;line-height:1.55}.stat-card a{margin-top:auto;width:max-content;max-width:100%;padding-bottom:5px;border-bottom:1px solid;font-size:.76rem;font-weight:700;line-height:1.3;text-transform:uppercase;letter-spacing:.035em}.stat-card a span{color:var(--red)}.stat-card small{margin-top:14px;color:var(--brown);line-height:1.35}.stats-context{background:var(--ink);color:var(--paper)}.stats-context .eyebrow{color:#dba0a2}.stats-context>div>p:last-child{margin-bottom:0}.stats-methodology{background:#efe0ce}.stats-methodology-copy a{border-bottom:1px solid var(--red);color:var(--red);font-weight:700}.cite-box{margin-top:32px;padding:24px;border:1px solid var(--line);background:var(--paper)}.cite-box .eyebrow{margin-bottom:10px;color:var(--teal)}.cite-box p:last-child{margin:0;overflow-wrap:anywhere}.cite-box em{font-weight:700}.stats-final{display:flex;align-items:end;justify-content:space-between;gap:42px;padding:clamp(65px,9vw,130px) clamp(22px,8vw,130px);background:var(--rose);border-bottom:1px solid var(--line)}.stats-final h2{max-width:760px;margin-bottom:18px}.stats-final>div>p:not(.eyebrow){max-width:630px;font-size:1.05rem}.stats-final-actions{display:flex;flex-wrap:wrap;gap:14px;justify-content:flex-end}.stats-final .button.secondary{background:var(--paper)}.stats-final .button.secondary:hover{background:var(--ink);color:var(--paper)}@media(max-width:1050px){.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.stat-card:nth-child(4n){border-right:1px solid var(--line)}.stat-card:nth-child(2n){border-right:0}}@media(max-width:760px){.stats-context,.stats-hero,.stats-intro,.stats-methodology{grid-template-columns:1fr}.stats-hero{gap:30px;padding:74px 24px 56px}.stats-hero h1{font-size:clamp(3.05rem,12.5vw,4.5rem)}.stats-context,.stats-intro,.stats-methodology{gap:24px;padding:65px 24px}.stats-context h2,.stats-intro h2,.stats-methodology h2{font-size:clamp(2.45rem,10vw,3.5rem)}.stats-grid{grid-template-columns:1fr}.stat-card,.stat-card:nth-child(4n){min-height:0;border-right:0}.stat-card{padding:28px 24px}.stat-value{font-size:4rem}.stats-final{display:block;padding:68px 24px}.stats-final-actions{justify-content:flex-start;margin-top:26px}.stats-final .button{width:100%}}.contact-page{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,470px);grid-gap:60px;gap:60px;align-items:start}.contact-page>div>p:not(.eyebrow){max-width:560px;font-size:1.1rem}.contact-form{display:flex;flex-direction:column;gap:8px;padding:24px;background:var(--paper);border:1px solid var(--line);box-shadow:6px 6px 0 rgba(83,55,43,.16)}.contact-form label{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;margin-top:8px}.contact-form input,.contact-form textarea{font:inherit;font-size:1rem;padding:11px;border:1px solid var(--line);background:#fffdf7;min-height:44px}.contact-form textarea{resize:vertical}.contact-form input:focus,.contact-form textarea:focus{outline:3px solid var(--teal);outline-offset:1px}.contact-form .button{align-self:flex-start;margin-top:14px}.contact-form-status{margin:12px 0 0}.contact-form-status.is-error{color:#8b1b22}.contact-form button:disabled{opacity:.65;cursor:wait}@media(max-width:760px){.contact-page{grid-template-columns:1fr;gap:40px}}@media(min-width:1051px){.hero{grid-template-columns:47% 53%}.hero-copy{padding-top:72px;padding-bottom:44px}.hero-copy h1{font-size:clamp(3rem,5.45vw,6rem)}}.product-gallery.single{grid-template-columns:1fr}.product-gallery.single .product-photo{border-right:1px solid var(--line)}.blog-index-hero{background:linear-gradient(110deg,#f9f0e0,#f5e8d8 57%,#9bc7bf)}.blog-category-directory,.blog-post-list{padding:clamp(58px,8vw,118px) clamp(20px,8vw,130px);max-width:1320px;margin:auto}.blog-category-card,.blog-post-card{display:grid;grid-template-columns:minmax(280px,.82fr) minmax(0,1.18fr);background:var(--paper);border:1px solid var(--line);box-shadow:7px 7px 0 rgba(60,43,34,.13);overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.blog-category-card:hover,.blog-post-card:hover{transform:translate(-3px,-3px);box-shadow:11px 11px 0 rgba(179,48,49,.22)}.blog-card-image{min-height:355px;background:#e5dccc;border-right:1px solid var(--line)}.blog-card-image img,.blog-card-image picture{display:block;width:100%;height:100%}.blog-card-image img{object-fit:contain}.blog-card-copy{align-self:center;padding:clamp(30px,5vw,74px)}.blog-card-copy h2{font-size:clamp(2.25rem,4vw,4.2rem);margin-bottom:18px}.blog-card-copy p:not(.eyebrow){max-width:540px;font-size:1.04rem}.blog-card-copy .text-link{margin-top:8px}.blog-card-copy .text-link b{color:var(--red);font-size:1.2em}.blog-category-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,.8fr);grid-gap:clamp(32px,7vw,110px);gap:clamp(32px,7vw,110px);align-items:center;padding:clamp(56px,9vw,130px) clamp(22px,8vw,130px);border-bottom:1px solid var(--line);background:#f7f1e6}.blog-category-hero h1{margin:15px 0 20px}.blog-category-hero>div>p:not(.eyebrow){max-width:590px;font-size:1.1rem}.blog-category-hero-image{min-height:390px;border:1px solid var(--line);background:#e5dccc}.blog-category-hero-image img,.blog-category-hero-image picture{display:block;width:100%;height:100%}.blog-category-hero-image img{object-fit:contain}.blog-back-link{display:inline-flex;margin-bottom:28px;padding-bottom:5px;border-bottom:1px solid;font-size:.78rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.blog-post{background:var(--paper)}.blog-post-hero{padding:clamp(52px,8vw,110px) max(24px,calc((100vw - 1020px)/2));border-bottom:1px solid var(--line);background:linear-gradient(125deg,#f8efe2,#f8efe2 62%,#dba0a2 0)}.blog-post-hero h1{max-width:920px;margin:14px 0 23px;font-size:clamp(3rem,6.4vw,6.8rem)}.blog-post-hero>p:not(.eyebrow){max-width:670px;font-size:1.14rem}.blog-featured-image{margin-top:clamp(34px,6vw,70px);aspect-ratio:16/8;max-width:1020px;border:1px solid var(--line);background:#e5dccc;overflow:hidden}.blog-featured-image img,.blog-featured-image picture{display:block;width:100%;height:100%}.blog-featured-image img{object-fit:contain}.blog-article-body{width:min(100% - 40px,750px);margin:auto;padding:clamp(55px,8vw,105px) 0;font-size:1.05rem;line-height:1.72}.blog-article-body h2{margin:64px 0 20px;font-size:clamp(2rem,4vw,3.7rem);line-height:1;text-transform:uppercase}.blog-article-body p{margin-bottom:20px}.blog-article-body a:not(.button){color:var(--red);font-weight:700;border-bottom:1px solid}.blog-article-body ul{margin:0 0 28px;padding-left:24px}.blog-article-body li{margin:9px 0}.article-image{margin:45px 0 55px;border:1px solid var(--line);background:#e5dccc}.article-image img,.article-image picture{display:block;width:100%;height:auto}.article-image img{aspect-ratio:16/9;object-fit:contain}.article-faq{margin-top:70px;padding-top:2px;border-top:1px solid var(--line)}.article-faq h2{margin-top:48px}.article-faq details{padding:18px 0;border-top:1px solid var(--line)}.article-faq details:last-child{border-bottom:1px solid var(--line)}.article-faq summary{position:relative;cursor:pointer;padding-right:36px;font-weight:700;font-size:1.04rem;list-style:none}.article-faq summary:after{content:"+";position:absolute;right:0;top:-8px;font-size:1.8rem;color:var(--red)}.article-faq details[open] summary:after{content:"-"}.article-faq p{margin:15px 0 0}.related-posts{padding:clamp(58px,8vw,112px) max(24px,calc((100vw - 1020px)/2));border-top:1px solid var(--line);background:#f8efe2}.related-posts>div:first-child{margin-bottom:36px}.related-posts h2{max-width:620px;margin:10px 0 0;font-size:clamp(2.3rem,5vw,4.8rem);line-height:1;text-transform:uppercase}.related-post-grid{max-width:1020px}.related-post-grid .blog-post-card{grid-template-columns:minmax(220px,.72fr) minmax(0,1.28fr)}.related-post-grid .blog-card-image{min-height:250px}.related-post-grid .blog-card-copy{padding:clamp(26px,4vw,54px)}.related-post-grid .blog-card-copy h2{font-size:clamp(1.85rem,3.3vw,3.2rem)}@media(max-width:1280px){.desktop-nav{display:none}.mobile-menu{display:block}.header-actions{margin-left:auto}.site-header{padding:0 24px}.mobile-menu nav{top:94px}}@media(max-width:760px){.mobile-menu nav{top:76px}.site-header{padding:0 18px}.blog-category-card,.blog-category-hero,.blog-post-card,.related-post-grid .blog-post-card{grid-template-columns:1fr}.blog-card-image{min-height:310px;border-right:0;border-bottom:1px solid var(--line)}.blog-card-copy{padding:34px 24px}.blog-category-hero{gap:35px;padding:58px 24px}.blog-category-hero-image{min-height:310px;order:-1}.blog-post-hero{padding:54px 24px}.blog-post-hero h1{font-size:clamp(2.8rem,12vw,4.6rem)}.blog-featured-image{aspect-ratio:1/1}.blog-article-body{width:min(100% - 48px,750px);font-size:1rem}.blog-article-body h2{margin-top:52px}.article-image{margin:36px 0 44px}.article-image img{aspect-ratio:1/1}.related-posts{padding:60px 24px}.related-post-grid .blog-card-image{min-height:280px}.related-post-grid .blog-card-copy{padding:34px 24px}}.baseball-mom-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(350px,.78fr);min-height:570px;border-bottom:1px solid var(--line);background:#f7f1e6}.baseball-mom-hero-copy{display:flex;flex-direction:column;justify-content:center;padding:clamp(58px,9vw,130px) clamp(24px,8vw,130px)}.baseball-mom-hero-copy h1{max-width:720px;margin-bottom:22px}.baseball-mom-hero-copy>p:not(.eyebrow){max-width:600px;font-size:1.08rem}.baseball-mom-guide-image,.baseball-mom-hero-image,.baseball-mom-image-frame{position:relative;overflow:hidden;background:#e5dccc}.baseball-mom-hero-image{min-height:510px;border-left:1px solid var(--line)}.baseball-mom-guide-image img,.baseball-mom-hero-image img,.baseball-mom-image-frame img{object-fit:contain}.baseball-mom-checklist,.baseball-mom-intro,.baseball-mom-reasons{display:grid;grid-template-columns:minmax(250px,.8fr) minmax(0,1.2fr);grid-gap:clamp(38px,9vw,145px);gap:clamp(38px,9vw,145px);padding:clamp(62px,9vw,130px) clamp(24px,10vw,160px);border-bottom:1px solid var(--line)}.baseball-mom-checklist h2,.baseball-mom-intro h2,.baseball-mom-reasons h2{margin-bottom:0}.baseball-mom-checklist-copy,.baseball-mom-intro>div:last-child{font-size:1.05rem;line-height:1.7}.baseball-mom-checklist-copy p:last-child,.baseball-mom-intro>div:last-child p:last-child{margin-bottom:0}.baseball-mom-guide,.baseball-mom-split{display:grid;grid-template-columns:1fr 1fr;border-bottom:1px solid var(--line)}.baseball-mom-image-frame{min-height:600px}.baseball-mom-copy-block,.baseball-mom-guide-copy{padding:clamp(58px,9vw,135px) clamp(24px,9vw,140px);display:flex;flex-direction:column;justify-content:center}.baseball-mom-copy-block h2,.baseball-mom-guide h2{margin-bottom:22px}.baseball-mom-copy-block p,.baseball-mom-guide-copy p{line-height:1.7}.baseball-mom-guide{background:var(--ink);color:var(--paper)}.baseball-mom-guide .eyebrow{color:#dba0a2}.baseball-mom-guide-copy h3{margin:28px 0 10px;color:#f3c7c0}.baseball-mom-guide-copy p:last-child{margin-bottom:0}.baseball-mom-guide-image{min-height:610px;border-left:1px solid var(--line)}.baseball-mom-guide-image .button{position:absolute;right:24px;bottom:24px;background:var(--paper)}.baseball-mom-guide-image .button:hover{background:var(--red);border-color:var(--red);color:#fff}.baseball-mom-reasons{background:#f8efe2}.baseball-mom-reason-list{display:grid;grid-template-columns:1fr 1fr;grid-gap:0 34px;gap:0 34px}.baseball-mom-reason-list article{padding:24px 0;border-top:1px solid var(--line)}.baseball-mom-reason-list article:nth-last-child(-n+2){border-bottom:1px solid var(--line)}.baseball-mom-reason-list h3{margin-bottom:10px}.baseball-mom-reason-list p{margin:0;line-height:1.6}.baseball-mom-checklist{background:var(--paper)}.baseball-mom-final{display:flex;align-items:center;justify-content:space-between;gap:48px;padding:clamp(58px,9vw,118px) clamp(24px,10vw,160px);border-bottom:1px solid var(--line);background:var(--rose)}.baseball-mom-final h2{max-width:720px;margin-bottom:18px}.baseball-mom-final p:not(.eyebrow){max-width:600px;font-size:1.05rem}.baseball-mom-final-actions{display:flex;flex-wrap:wrap;gap:14px;min-width:max-content}.baseball-mom-faq{padding-bottom:clamp(70px,9vw,135px)}@media(max-width:760px){.baseball-mom-checklist,.baseball-mom-guide,.baseball-mom-hero,.baseball-mom-intro,.baseball-mom-reasons,.baseball-mom-split{grid-template-columns:1fr}.baseball-mom-hero-copy{padding:64px 24px 48px}.baseball-mom-hero-copy h1{font-size:clamp(2.9rem,12vw,4.7rem)}.baseball-mom-hero-image{min-height:430px;border-left:0;border-top:1px solid var(--line)}.baseball-mom-checklist,.baseball-mom-intro,.baseball-mom-reasons{padding:65px 24px;gap:32px}.baseball-mom-image-frame{min-height:430px}.baseball-mom-copy-block,.baseball-mom-guide-copy{padding:65px 24px}.baseball-mom-guide-image{min-height:430px;border-left:0;border-top:1px solid var(--line)}.baseball-mom-guide-image .button{left:18px;right:18px;bottom:18px}.baseball-mom-reason-list{grid-template-columns:1fr}.baseball-mom-reason-list article:nth-last-child(-n+2){border-bottom:0}.baseball-mom-reason-list article:last-child{border-bottom:1px solid var(--line)}.baseball-mom-final{display:block;padding:65px 24px}.baseball-mom-final-actions{min-width:0;margin-top:24px}.baseball-mom-final-actions .button{width:100%}}.hats-feature{display:grid;grid-template-columns:38% 62%;border-bottom:1px solid var(--line);background:#e6b0aa}.hats-feature-copy{padding:clamp(52px,7vw,105px) clamp(24px,6vw,94px);background:var(--paper);display:flex;flex-direction:column;justify-content:center}.hats-feature-copy h2{margin-bottom:18px}.hats-feature-copy h2 em{font-style:normal;color:var(--red)}.hats-feature-copy>p:not(.eyebrow){max-width:390px}.hats-feature-copy .button{align-self:flex-start;margin-top:14px}.hats-feature-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:18px;gap:18px;padding:clamp(22px,3vw,48px);align-items:center}.hat-card{display:block;background:var(--paper);border:1px solid var(--line);box-shadow:4px 4px 0 rgba(87,48,43,.16);transition:transform .2s ease,box-shadow .2s ease}.hat-card:hover{transform:translate(-3px,-3px);box-shadow:8px 8px 0 rgba(179,48,49,.24)}.hat-card img{display:block;width:100%;aspect-ratio:1;object-fit:contain;border-bottom:1px solid var(--line)}.hat-card span{display:block;min-height:60px;padding:12px;font-size:.82rem;font-weight:700;line-height:1.1;text-transform:uppercase}@media(max-width:760px){.hats-feature{grid-template-columns:1fr}.hats-feature-copy{padding:62px 24px}.hats-feature-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;padding:18px}.hat-card span{padding:9px;font-size:.63rem;min-height:52px}}.site-header{background:var(--paper)}@media(max-width:1120px){.desktop-nav{display:none}.mobile-menu{display:block}.header-actions{margin-left:auto}.site-header{padding:0 24px}.mobile-menu nav{top:94px}}@media(max-width:760px){.mobile-menu nav{top:76px}.site-header{padding:0 18px}}@font-face{font-family:Roboto Slab;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/roboto-slab-cyrillic-ext-400-normal.22961362.woff2) format("woff2"),url(/_next/static/media/roboto-slab-cyrillic-ext-400-normal.ca5dd680.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Roboto Slab;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/roboto-slab-cyrillic-400-normal.7d9b484b.woff2) format("woff2"),url(/_next/static/media/roboto-slab-cyrillic-400-normal.ba874658.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Roboto Slab;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/roboto-slab-greek-ext-400-normal.62dc3dd1.woff2) format("woff2"),url(/_next/static/media/roboto-slab-greek-ext-400-normal.8654272a.woff) format("woff");unicode-range:u+1f??}@font-face{font-family:Roboto Slab;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/roboto-slab-greek-400-normal.d7bb1f81.woff2) format("woff2"),url(/_next/static/media/roboto-slab-greek-400-normal.c09030c3.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Roboto Slab;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/roboto-slab-vietnamese-400-normal.1128fb68.woff2) format("woff2"),url(/_next/static/media/roboto-slab-vietnamese-400-normal.bb43af94.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Roboto Slab;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/roboto-slab-latin-ext-400-normal.c7f547bb.woff2) format("woff2"),url(/_next/static/media/roboto-slab-latin-ext-400-normal.179acbbc.woff) format("woff");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Roboto Slab;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/roboto-slab-latin-400-normal.f0519f43.woff2) format("woff2"),url(/_next/static/media/roboto-slab-latin-400-normal.38ca93fd.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Roboto Slab;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/roboto-slab-cyrillic-ext-600-normal.2504acee.woff2) format("woff2"),url(/_next/static/media/roboto-slab-cyrillic-ext-600-normal.77f497b1.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Roboto Slab;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/roboto-slab-cyrillic-600-normal.e53a83aa.woff2) format("woff2"),url(/_next/static/media/roboto-slab-cyrillic-600-normal.61afbd9b.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Roboto Slab;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/roboto-slab-greek-ext-600-normal.1f7ac330.woff2) format("woff2"),url(/_next/static/media/roboto-slab-greek-ext-600-normal.2f404a96.woff) format("woff");unicode-range:u+1f??}@font-face{font-family:Roboto Slab;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/roboto-slab-greek-600-normal.68418432.woff2) format("woff2"),url(/_next/static/media/roboto-slab-greek-600-normal.610dfae3.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Roboto Slab;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/roboto-slab-vietnamese-600-normal.034ad39a.woff2) format("woff2"),url(/_next/static/media/roboto-slab-vietnamese-600-normal.bb153d9d.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Roboto Slab;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/roboto-slab-latin-ext-600-normal.ae917600.woff2) format("woff2"),url(/_next/static/media/roboto-slab-latin-ext-600-normal.c5cd2542.woff) format("woff");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Roboto Slab;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/roboto-slab-latin-600-normal.90115db7.woff2) format("woff2"),url(/_next/static/media/roboto-slab-latin-600-normal.71f7e42a.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Roboto Slab;font-style:normal;font-display:swap;font-weight:700;src:url(/_next/static/media/roboto-slab-cyrillic-ext-700-normal.74410b14.woff2) format("woff2"),url(/_next/static/media/roboto-slab-cyrillic-ext-700-normal.8b23ced2.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Roboto Slab;font-style:normal;font-display:swap;font-weight:700;src:url(/_next/static/media/roboto-slab-cyrillic-700-normal.eeee7441.woff2) format("woff2"),url(/_next/static/media/roboto-slab-cyrillic-700-normal.40b07019.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Roboto Slab;font-style:normal;font-display:swap;font-weight:700;src:url(/_next/static/media/roboto-slab-greek-ext-700-normal.78e87dfa.woff2) format("woff2"),url(/_next/static/media/roboto-slab-greek-ext-700-normal.c2fa9d20.woff) format("woff");unicode-range:u+1f??}@font-face{font-family:Roboto Slab;font-style:normal;font-display:swap;font-weight:700;src:url(/_next/static/media/roboto-slab-greek-700-normal.18271a67.woff2) format("woff2"),url(/_next/static/media/roboto-slab-greek-700-normal.475bbe2d.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Roboto Slab;font-style:normal;font-display:swap;font-weight:700;src:url(/_next/static/media/roboto-slab-vietnamese-700-normal.66f1a3e4.woff2) format("woff2"),url(/_next/static/media/roboto-slab-vietnamese-700-normal.f6d77852.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Roboto Slab;font-style:normal;font-display:swap;font-weight:700;src:url(/_next/static/media/roboto-slab-latin-ext-700-normal.1fb43416.woff2) format("woff2"),url(/_next/static/media/roboto-slab-latin-ext-700-normal.e5397c3f.woff) format("woff");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Roboto Slab;font-style:normal;font-display:swap;font-weight:700;src:url(/_next/static/media/roboto-slab-latin-700-normal.ff03e989.woff2) format("woff2"),url(/_next/static/media/roboto-slab-latin-700-normal.00ddb079.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}