@charset "UTF-8";
:root{--ink:#202520;--green:#173d31;--paper:#fff;--soft:#f4f4f0;--line:#d7dbd5;--muted:#5b625c;--serif:Georgia,'Times New Roman',serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0;color:var(--ink);background:var(--paper);font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.65}a{color:inherit;text-decoration:none}button{font:inherit}img{max-width:100%;display:block;height:auto}h1,h2,h3,p,figure{margin:0}h1,h2{font-family:var(--serif);font-weight:400;line-height:1.06;letter-spacing:-.045em}h1{font-size:clamp(3.5rem,6.8vw,7.1rem)}h2{font-size:clamp(2.6rem,4.3vw,4.8rem)}h3{font-size:1.1rem;font-weight:400}em{font-weight:400;color:var(--green)}.announcement{background:var(--green);color:white;text-align:center;padding:9px 16px;font-size:.75rem;letter-spacing:.06em}header{height:100px;padding:0 5%;display:flex;align-items:center;justify-content:space-between;gap:22px;background:#fff;position:relative;z-index:5;border-bottom:1px solid var(--line)}.wordmark{font-size:2rem;letter-spacing:-.065em;font-weight:600;line-height:1}.wordmark span{display:block;font-size:.625rem;letter-spacing:.12em;font-weight:400;margin-top:12px;text-transform:uppercase}nav{display:flex;gap:32px;font-size:.875rem}.header-shop{font-size:.875rem;border-bottom:1px solid;padding:7px 0;white-space:nowrap}.header-shop span{margin-left:16px}.menu-toggle{display:none}.eyebrow{font-size:.75rem;letter-spacing:.17em;margin-bottom:28px;font-weight:500}.hero{padding:65px 5% 0;display:grid;grid-template-columns:.8fr 1.2fr;column-gap:20px;align-items:center;min-height:710px}.hero-copy{position:relative;z-index:1;padding-bottom:36px}.intro{font-size:1.25rem;line-height:1.55;margin-top:26px}.hero-description{color:var(--muted);max-width:330px;margin:18px 0 28px}.button{display:inline-flex;background:var(--green);color:#fff;padding:17px 26px;align-items:center;justify-content:space-between;gap:40px;font-size:.875rem;transition:background .2s}.button:hover{background:#285841}.button span{font-size:1.2rem}.text-link{display:inline-block;border-bottom:1px solid;padding-bottom:5px;font-size:.875rem}.hero-secondary{display:table;margin-top:20px}.hero-product{min-width:0;align-self:center}.hero-product img{width:100%;object-fit:contain}.hero-product figcaption{display:flex;justify-content:space-between;font-size:.6875rem;letter-spacing:.1em;margin-top:12px;color:var(--muted);gap:16px}.hero-bottom{grid-column:1/-1;display:flex;justify-content:space-between;border-top:1px solid var(--line);font-size:.8125rem;padding:22px 0;margin-top:38px;color:var(--muted)}.section{padding:108px 6%}.concept{display:grid;grid-template-columns:1fr 2.2fr;background:var(--soft);gap:35px}.concept-copy{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin-top:38px;max-width:820px;color:var(--muted)}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:48px}.products{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:36px}.product-image{display:block;border:1px solid #eceee8;overflow:hidden}.product-image img{width:100%;height:350px;object-fit:contain;padding:16px;transition:transform .4s}.product-image:hover img{transform:scale(1.025)}.product-title{display:flex;justify-content:space-between;margin-top:20px;align-items:center}.product-title span{font-size:.75rem;color:var(--muted)}.product p{font-size:.875rem;color:var(--muted);margin:8px 0 15px}.availability{font-size:.8125rem;color:var(--muted);margin-top:35px}.skip{position:absolute;top:-100px;left:10px;background:white;z-index:20;padding:12px}.skip:focus{top:8px}:focus-visible{outline:2px solid #b85a2e;outline-offset:6px}a:hover.text-link{color:var(--green)}[hidden]{display:none!important}
@media(min-width:1600px){main,header{max-width:1800px;margin:auto}}@media(max-width:900px){header{padding:0 5%;height:88px}header>nav{display:none}.hero{padding-top:45px;min-height:0;grid-template-columns:1fr 1.1fr}.hero h1{font-size:4.1rem}.hero-product figcaption{flex-direction:column;font-size:.625rem}.concept{grid-template-columns:1fr}.section{padding:75px 6%}.product-image img{height:280px}.menu-toggle{display:block;background:none;border:0;border-bottom:1px solid;padding:7px 0;font-size:.875rem}#mobile-nav{position:absolute;top:100%;left:0;right:0;background:white;display:flex;flex-direction:column;padding:24px 6%;gap:22px;border-bottom:1px solid var(--line);box-shadow:0 12px 20px #00000008}.header-shop{margin-left:auto}.wordmark{font-size:1.7rem}.wordmark span{font-size:.52rem}}@media(max-width:600px){.announcement{font-size:.64rem;padding:8px 10px}.header-shop{font-size:.72rem}.header-shop span{margin-left:4px}header{gap:18px;height:83px}.wordmark{font-size:1.45rem}.wordmark span{font-size:.45rem;letter-spacing:.08em}.menu-toggle{font-size:.75rem}.hero{grid-template-columns:1fr;padding:42px 6% 0}.hero h1{font-size:3.75rem}.hero .eyebrow{margin-bottom:20px}.hero-copy{padding-bottom:8px}.hero-description{max-width:360px}.hero-product img{width:100%;margin-top:20px}.hero-product figcaption{flex-direction:row;flex-wrap:wrap}.hero-bottom{font-size:.75rem;gap:20px;margin-top:25px;align-items:center}.hero-bottom span{max-width:150px}.hero-bottom a{text-align:right}.section{padding:64px 6%}.concept-copy{grid-template-columns:1fr;gap:20px}.section-heading{align-items:flex-start;flex-direction:column;margin-bottom:32px}.products{grid-template-columns:1fr;gap:40px}.product-image img{height:auto;aspect-ratio:4/3}.eyebrow{margin-bottom:20px}h2{font-size:2.7rem}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important;animation:none!important}}

/* Collection photographs retain their complete silhouettes. */
@media(min-width:1100px){.products{grid-template-columns:repeat(3,minmax(0,1fr));gap:42px 28px}.product-image img{height:auto;aspect-ratio:4/3;padding:12px}}

.collection-family{margin-top:72px}.family-title{font:400 clamp(2rem,3vw,3rem)/1.15 var(--serif);margin-bottom:30px;color:var(--green)}.product .zoom-image{padding:0}.product .zoom-image img{padding:12px}.product .zoom-image>span{background:#fff9}

/* Official BallToBag symbol paired with the existing wordmark. */
.wordmark{display:flex;align-items:center;gap:13px;font-size:inherit;letter-spacing:normal;font-weight:inherit}
.wordmark .brand-symbol{display:block;width:52px;height:52px;object-fit:contain;flex:0 0 auto}
.wordmark .wordmark-copy{display:block}
.wordmark .wordmark-copy strong{display:block;font-size:2rem;letter-spacing:-.065em;font-weight:600}
.wordmark .wordmark-copy small{display:block;font-size:.625rem;letter-spacing:.12em;font-weight:400;margin-top:12px;text-transform:uppercase;white-space:nowrap}
@media(max-width:900px){.wordmark .brand-symbol{width:46px;height:46px}.wordmark .wordmark-copy strong{font-size:1.7rem}.wordmark .wordmark-copy small{font-size:.52rem}}
@media(max-width:600px){.wordmark{gap:8px}.wordmark .brand-symbol{width:38px;height:38px}.wordmark .wordmark-copy strong{font-size:1.45rem}.wordmark .wordmark-copy small{font-size:.45rem;letter-spacing:.08em;margin-top:7px}}

.language-switcher{display:flex;align-items:center;gap:8px;font-size:.6875rem;letter-spacing:.08em;white-space:nowrap}
.language-switcher a{color:var(--muted);padding:5px 2px;border-bottom:1px solid transparent}
.language-switcher a:hover,.language-switcher a[aria-current="page"]{color:var(--ink);border-bottom-color:currentColor}
@media(max-width:1100px){header>nav:not(.language-switcher){display:none}.language-switcher{margin-left:auto}.header-shop{margin-left:0}.menu-toggle{display:block;background:none;border:0;border-bottom:1px solid;padding:7px 0;font-size:.875rem}}
@media(max-width:600px){.language-switcher{gap:5px;font-size:.625rem}.header-shop{display:none}}
