
:root{
  --ink:#111111;--navy:#0b1f3a;--cream:#f4efe6;--muted:#6f7479;--line:#e8e4de;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:#fff}
a{color:inherit}
img{max-width:100%;display:block}
.container{width:min(1180px,92%);margin:auto}
.site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.95);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}
.nav{height:74px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.logo{font-weight:900;letter-spacing:.18em;text-decoration:none}
.menu{display:flex;gap:28px;list-style:none;margin:0;padding:0}
.menu a{text-decoration:none;font-size:.78rem;font-weight:800;letter-spacing:.1em}
.cart-link{font-size:.78rem;font-weight:800;text-decoration:none}
.hero{min-height:720px;display:grid;grid-template-columns:38% 62%;background:#fff}
.hero-copy{display:flex;flex-direction:column;justify-content:center;padding:80px max(5vw,40px)}
.hero h1{font-size:clamp(3.2rem,6vw,6.4rem);line-height:.95;margin:0 0 22px;letter-spacing:-.05em;font-weight:500}
.hero p{font-size:1.08rem;line-height:1.7;color:var(--muted);max-width:520px}
.hero-media{min-height:720px;overflow:hidden}
.hero-media img{width:100%;height:100%;object-fit:cover;object-position:center center}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 24px;border-radius:999px;background:var(--ink);color:#fff;text-decoration:none;font-weight:800;font-size:.78rem;letter-spacing:.08em;border:0;cursor:pointer}
.btn.secondary{background:#fff;color:var(--ink);border:1px solid var(--ink)}
.brand-strip{background:var(--ink);color:white;text-align:center;padding:16px;font-size:.82rem;font-weight:800;letter-spacing:.14em}
.section{padding:88px 0}
.section-head{text-align:center;max-width:760px;margin:0 auto 40px}
.section-head h2{font-size:clamp(2.4rem,4vw,4rem);font-weight:400;letter-spacing:-.04em;margin:0 0 14px}
.section-head p{color:var(--muted);line-height:1.7}
.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.card{border:1px solid var(--line);border-radius:20px;overflow:hidden;background:#fff;transition:.25s}
.card:hover{transform:translateY(-4px);box-shadow:0 18px 50px rgba(0,0,0,.08)}
.card img{aspect-ratio:1/1;object-fit:cover;background:var(--cream)}
.card-body{padding:18px}
.card h3{margin:0 0 8px;font-size:1.02rem}
.price{font-weight:900;margin-bottom:14px}
.card-actions{display:flex;justify-content:space-between;align-items:center;gap:12px}
.swatches{display:flex;gap:7px}
.swatch{width:17px;height:17px;border-radius:50%;border:1px solid rgba(0,0,0,.2)}
.collection-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.collection{position:relative;min-height:420px;border-radius:22px;overflow:hidden}
.collection img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}
.collection:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.75),rgba(0,0,0,.05))}
.collection span{position:absolute;left:26px;bottom:24px;z-index:2;color:white;font-size:1.5rem;font-weight:900;letter-spacing:.08em}
.split{display:grid;grid-template-columns:1fr 1fr;min-height:600px}
.split .copy{display:flex;flex-direction:column;justify-content:center;padding:70px max(6vw,50px)}
.split .copy h2{font-size:clamp(2.6rem,5vw,5rem);font-weight:400;letter-spacing:-.04em;margin:0 0 18px}
.split .copy p{line-height:1.8;color:var(--muted)}
.split .media img{width:100%;height:100%;object-fit:cover}
.product-page{padding:60px 0 100px}
.product-layout{display:grid;grid-template-columns:1.1fr .9fr;gap:60px;align-items:start}
.gallery-main{border-radius:22px;overflow:hidden;background:var(--cream)}
.gallery-main img{width:100%;aspect-ratio:1/1;object-fit:cover}
.thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:12px}
.thumbs button{padding:0;border:2px solid transparent;border-radius:12px;overflow:hidden;background:none;cursor:pointer}
.thumbs button.active{border-color:var(--ink)}
.thumbs img{aspect-ratio:1/1;object-fit:cover}
.product-info h1{font-size:clamp(2.4rem,4vw,4rem);font-weight:500;letter-spacing:-.04em;margin:0 0 12px}
.product-info .price-big{font-size:1.6rem;font-weight:900;margin-bottom:24px}
.product-info p{line-height:1.8;color:var(--muted)}
.option-group{margin:26px 0}
.option-group label{display:block;font-size:.8rem;font-weight:900;letter-spacing:.08em;margin-bottom:10px}
.color-row{display:flex;gap:10px}
.color-btn{width:34px;height:34px;border-radius:50%;border:2px solid #fff;outline:1px solid #bbb;cursor:pointer}
.color-btn.active{outline:2px solid var(--ink)}
.size-row{display:flex;gap:10px;flex-wrap:wrap}
.size-btn{min-width:48px;padding:11px 14px;border:1px solid #ccc;background:white;border-radius:10px;cursor:pointer;font-weight:800}
.size-btn.active{background:var(--ink);color:white;border-color:var(--ink)}
.buy-row{display:flex;gap:12px;margin:28px 0}
.qty{width:80px;border:1px solid #ccc;border-radius:999px;padding:0 14px}
.details{border-top:1px solid var(--line);margin-top:28px}
.detail{padding:18px 0;border-bottom:1px solid var(--line)}
.detail strong{display:block;margin-bottom:6px}
.footer{padding:60px 0;text-align:center;border-top:1px solid var(--line)}
.footer .logo{font-size:2rem}
.cart-page{padding:70px 0 100px}
.cart-item{display:grid;grid-template-columns:110px 1fr auto;gap:20px;align-items:center;padding:20px 0;border-bottom:1px solid var(--line)}
.cart-item img{width:110px;height:110px;object-fit:cover;border-radius:12px}
.cart-total{margin-top:30px;text-align:right;font-size:1.4rem;font-weight:900}
@media(max-width:980px){
  .hero{grid-template-columns:1fr;min-height:auto}.hero-copy{padding:90px 6vw 50px}.hero-media{min-height:520px}
  .grid{grid-template-columns:repeat(2,1fr)}.collection-grid{grid-template-columns:1fr 1fr}.split,.product-layout{grid-template-columns:1fr}
}
@media(max-width:640px){
  .menu{display:none}.grid,.collection-grid{grid-template-columns:1fr}.hero-media{min-height:420px}
  .product-layout{gap:30px}.buy-row{flex-direction:column}.qty{height:48px}
}


.price-line{display:flex;align-items:center;gap:12px;margin-bottom:24px}
.price-now{font-size:1.6rem;font-weight:900}
.price-before{font-size:1rem;color:#999;text-decoration:line-through}
.sale-badge{display:inline-block;margin-left:4px;padding:5px 9px;border-radius:999px;background:#111;color:#fff;font-size:.68rem;font-weight:900;letter-spacing:.08em}
.embroidery-note{margin:20px 0;padding:16px 18px;border-radius:14px;background:#f5f2ec;border:1px solid #e7e0d7;line-height:1.65}
.embroidery-note strong{color:#111}


/* Premium cart icon */
.cart-icon-link{
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:42px;
  height:42px;
  border-radius:50%;
  text-decoration:none;
  transition:background .2s ease, transform .2s ease;
}
.cart-icon-link:hover{background:#f4f1eb;transform:translateY(-1px)}
.cart-icon-link svg{width:21px;height:21px;stroke:#111;stroke-width:1.8;fill:none}
.cart-count{
  position:absolute;
  top:1px;
  right:0;
  min-width:18px;
  height:18px;
  padding:0 5px;
  border-radius:999px;
  background:#111;
  color:#fff;
  font-size:.64rem;
  font-weight:900;
  display:flex;
  align-items:center;
  justify-content:center;
}
.btn-with-icon{gap:9px}
.btn-with-icon svg{width:17px;height:17px;stroke:currentColor;stroke-width:2;fill:none}

/* Sale pricing */
.price-line{display:flex;align-items:center;gap:12px;margin-bottom:24px;flex-wrap:wrap}
.price-now{font-size:1.65rem;font-weight:900}
.price-before{font-size:1rem;color:#999;text-decoration:line-through}
.sale-badge{display:inline-block;padding:5px 9px;border-radius:999px;background:#111;color:#fff;font-size:.68rem;font-weight:900;letter-spacing:.08em}

/* Product gallery */
.gallery-note{
  margin-top:12px;
  color:#777;
  font-size:.78rem;
  line-height:1.5;
}
.product-card .old-price{
  color:#999;
  text-decoration:line-through;
  font-weight:500;
  margin-left:7px;
}
.product-card .discount-mini{
  display:inline-block;
  margin-left:7px;
  padding:3px 7px;
  border-radius:999px;
  background:#111;
  color:#fff;
  font-size:.62rem;
  vertical-align:middle;
}

.product-carousel{position:relative;background:#f3eee6;border-radius:20px;overflow:hidden;min-height:560px}.product-carousel-viewport{min-height:560px;display:flex;align-items:center;justify-content:center}.product-carousel-image{width:100%;min-height:560px;max-height:720px;object-fit:contain;display:block}.carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:44px;height:44px;border-radius:50%;border:1px solid #ddd;background:#fff;cursor:pointer;font-size:1.35rem}.carousel-arrow.prev{left:16px}.carousel-arrow.next{right:16px}.carousel-dots{position:absolute;bottom:16px;left:50%;transform:translateX(-50%);display:flex;gap:8px}.carousel-dot{width:8px;height:8px;border:0;border-radius:50%;background:#bbb}.carousel-dot.active{background:#111}.carousel-counter{position:absolute;right:16px;bottom:14px;background:#fff;padding:6px 9px;border-radius:999px;font-size:.72rem;font-weight:800}@media(max-width:760px){.product-carousel,.product-carousel-viewport,.product-carousel-image{min-height:430px}}.carousel-photo-label{position:absolute;left:16px;bottom:14px;z-index:3;padding:6px 9px;border-radius:999px;background:rgba(255,255,255,.9);font-size:.68rem;font-weight:800;letter-spacing:.05em}

/* BOGEY 2026 catalogue update */
.eyebrow{font-size:.72rem;font-weight:900;letter-spacing:.18em;color:#777;display:block;margin-bottom:14px}.alt{background:#f7f4ef}.btn.small{padding:11px 16px}.old-price{text-decoration:line-through;color:#999;font-weight:500;margin-left:7px}.grow{flex:1}.mobile-toggle{display:none;background:none;border:0;font-size:1.4rem}.has-sub{position:relative}.submenu{display:none;position:absolute;top:20px;left:-18px;background:white;border:1px solid var(--line);border-radius:14px;padding:12px;min-width:180px;box-shadow:0 16px 40px rgba(0,0,0,.1)}.submenu a{display:block;padding:10px;border-radius:8px}.submenu a:hover{background:#f5f2ec}.has-sub:hover .submenu{display:block}.feature-link .copy .btn{align-self:flex-start}.reverse{background:#f7f4ef}.option-label-row{display:flex;align-items:center;justify-content:space-between}.text-link{border:0;background:none;text-decoration:underline;font-weight:800;font-size:.74rem;cursor:pointer}.paypal-btn{width:100%;height:50px;border:0;border-radius:999px;background:#ffc439;color:#111;display:flex;align-items:center;justify-content:center;gap:7px;cursor:pointer;font-size:.85rem}.paypal-btn strong{font-size:1.2rem;color:#003087;font-style:italic}.modal{position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:300;display:none;align-items:center;justify-content:center;padding:20px}.modal.open{display:flex}.modal-card{position:relative;background:white;border-radius:22px;padding:32px;width:min(620px,95%);box-shadow:0 30px 80px rgba(0,0,0,.25)}.modal-close{position:absolute;right:18px;top:14px;border:0;background:none;font-size:2rem;cursor:pointer}.modal table{width:100%;border-collapse:collapse;margin-top:20px}.modal th,.modal td{text-align:left;padding:13px;border-bottom:1px solid var(--line)}
@media(max-width:640px){.mobile-toggle{display:block}.menu{position:absolute;top:74px;left:0;right:0;background:#fff;padding:18px 5%;flex-direction:column;border-bottom:1px solid var(--line)}.menu.open{display:flex}.submenu{position:static;box-shadow:none;border:0;padding:6px 0;display:block}.hero h1{font-size:3.6rem}}


/* Cart checkout */
.cart-summary-panel{margin-top:28px;padding:26px;border:1px solid var(--line);border-radius:20px;background:#fff}
.cart-summary-panel .cart-total{margin-top:0}
.cart-checkout-actions{width:min(430px,100%);margin:24px 0 0 auto;display:grid;gap:12px}
.cart-checkout-btn{width:100%;text-align:center;justify-content:center}
.cart-paypal-btn{margin-top:0}
.checkout-note{margin:0;text-align:center;color:#777;font-size:.76rem;line-height:1.5}
.checkout-page{padding:70px 0 100px;background:#f7f4ef}
.checkout-layout{display:grid;grid-template-columns:1.15fr .85fr;gap:40px;align-items:start}
.checkout-form-card,.checkout-order-card{background:#fff;border-radius:22px;padding:32px;border:1px solid var(--line)}
.checkout-form-card h1{font-size:clamp(2rem,4vw,3.6rem);margin:0 0 28px;letter-spacing:-.04em}
.checkout-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.checkout-grid label{font-size:.76rem;font-weight:800;letter-spacing:.04em;display:grid;gap:8px}
.checkout-grid .full{grid-column:1/-1}
.checkout-grid input,.checkout-grid select{width:100%;height:48px;border:1px solid #ccc;border-radius:12px;padding:0 14px;font:inherit;background:#fff}
.checkout-paypal-main{margin-top:24px}
.checkout-order-card h2{margin-top:0}
.checkout-item{display:grid;grid-template-columns:70px 1fr auto;gap:14px;align-items:center;padding:14px 0;border-bottom:1px solid var(--line)}
.checkout-item img{width:70px;height:70px;object-fit:cover;border-radius:10px;background:#f4f1eb}
.checkout-item span{display:block;color:#777;font-size:.78rem;margin-top:5px}
.checkout-total-row{display:flex;justify-content:space-between;font-size:1.15rem;padding:22px 0}
@media(max-width:800px){.checkout-layout{grid-template-columns:1fr}.checkout-grid{grid-template-columns:1fr}.checkout-grid .full{grid-column:auto}}


/* Information, customer care and legal pages */
.footer-rich{text-align:left;padding:58px 0 24px;background:#111;color:#fff;border-top:0}.footer-rich .logo{color:#fff;font-size:2rem}.footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:42px}.footer-grid h4{font-size:.72rem;letter-spacing:.16em;margin:5px 0 18px}.footer-grid a:not(.logo){display:block;color:#d7d7d7;margin:0 0 11px;font-size:.86rem}.footer-grid a:hover{color:#fff}.footer-brand p{color:#c9c9c9;line-height:1.6}.footer-small{font-size:.72rem}.footer-bottom{display:flex;justify-content:space-between;gap:20px;border-top:1px solid #333;margin-top:34px;padding-top:22px;color:#aaa;font-size:.7rem}.info-page{background:#f7f4ef;padding:80px 0 110px;min-height:65vh}.info-shell{max-width:980px}.info-shell>h1{font-size:clamp(2.6rem,6vw,5.4rem);line-height:.95;letter-spacing:-.05em;margin:0 0 42px}.info-lead{max-width:800px;font-size:1.25rem;line-height:1.65;margin-bottom:48px}.info-grid,.contact-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.info-grid section,.contact-cards section,.policy-content section{background:#fff;border:1px solid var(--line);border-radius:18px;padding:28px}.info-grid h2,.contact-cards h2,.policy-content h2{margin-top:0}.policy-content{display:grid;gap:16px}.policy-content p,.info-grid p,.contact-cards p{line-height:1.75;color:#444}.policy-content a,.info-page a:not(.btn){text-decoration:underline}.notice-box{padding:20px 22px;border-radius:14px;background:#fff3cd;border:1px solid #ead48c;line-height:1.6;margin-bottom:22px}.faq-list{display:grid;gap:12px}.faq-list details{background:#fff;border:1px solid var(--line);border-radius:16px;padding:20px 22px}.faq-list summary{font-weight:900;cursor:pointer}.faq-list p{color:#555;line-height:1.7;margin-bottom:0}.checkout-consent{display:flex!important;grid-template-columns:auto 1fr!important;align-items:flex-start;gap:10px;margin-top:22px;font-size:.76rem!important;line-height:1.5;font-weight:500!important;letter-spacing:0!important}.checkout-consent input{width:18px!important;height:18px!important;margin-top:2px}.checkout-consent a{text-decoration:underline}.checkout-consent span{display:block}@media(max-width:800px){.footer-grid{grid-template-columns:1fr 1fr}.footer-bottom{flex-direction:column}.info-grid,.contact-cards{grid-template-columns:1fr}.info-page{padding:55px 0 80px}}@media(max-width:520px){.footer-grid{grid-template-columns:1fr}}


/* Caps collection: uniform mockup background */
.caps-collection .card > a{
  display:block;
  background:var(--cream);
  overflow:hidden;
}
.caps-collection .card > a img{
  width:100%;
  aspect-ratio:1/1;
  object-fit:contain;
  padding:10px;
  background:var(--cream);
  mix-blend-mode:multiply;
}


/* Premium polo product content */
.premium-product-copy{display:grid;gap:14px;margin:0 0 24px}
.product-intro{font-size:1rem;line-height:1.75;color:#333;margin:0}
.embroidered-highlight{margin:0;padding:18px 20px;border:1px solid #d9cbb9;border-radius:15px;background:#f7f1e8;line-height:1.55;color:#222}
.embroidered-highlight span{display:block;margin-bottom:6px;font-size:.64rem;font-weight:900;letter-spacing:.16em;color:#7a6243;text-transform:uppercase}
.embroidered-highlight strong{font-size:.95rem}
.expression-note{margin:0;color:#6a6a6a;font-size:.86rem;line-height:1.6;font-style:italic}
.premium-specs{margin-top:28px;padding-top:28px;border-top:1px solid var(--line)}
.spec-heading span{font-size:.64rem;font-weight:900;letter-spacing:.16em;color:#777}
.spec-heading h2{font-size:1.45rem;line-height:1.15;margin:8px 0 20px;letter-spacing:-.025em}
.spec-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.spec-item{padding:16px;border:1px solid var(--line);border-radius:14px;background:#fff}
.spec-item strong,.spec-item span{display:block}.spec-item strong{font-size:.82rem;margin-bottom:6px}.spec-item span{font-size:.74rem;line-height:1.55;color:#666}
.made-to-order-note{margin-top:14px;padding:16px 18px;border-radius:14px;background:#111;color:#fff;font-size:.78rem;line-height:1.6}
.product-disclaimer{font-size:.7rem;line-height:1.55;color:#777;margin:14px 2px 0}
.size-guide-card{width:min(920px,96%);max-height:90vh;overflow:auto}
.size-guide-card h2{font-size:2rem;margin:0 0 10px}.size-guide-lead{color:#666;line-height:1.65;max-width:760px}
.measure-guide{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:24px 0}
.measure-guide div{padding:17px;border-radius:14px;background:#f7f4ef}.measure-guide strong,.measure-guide span{display:block}.measure-guide strong{font-size:.82rem;margin-bottom:7px}.measure-guide span{font-size:.72rem;line-height:1.55;color:#666}
.size-table-wrap{overflow-x:auto}.size-guide-card table{min-width:650px}.size-guide-card th{font-size:.7rem;letter-spacing:.06em;text-transform:uppercase}.size-guide-card td{font-size:.82rem}
.size-tip{margin:18px 0 0;padding:14px 16px;border-left:3px solid #111;background:#f7f4ef;font-size:.76rem;line-height:1.6}
@media(max-width:700px){.spec-grid{grid-template-columns:1fr}.measure-guide{grid-template-columns:1fr}.size-guide-card{padding:25px 18px}.size-guide-card h2{font-size:1.65rem}}

/* Complete the look */
.complete-look-section{padding:82px 0;background:#f7f4ef;border-top:1px solid var(--line)}
.complete-look-head{display:flex;align-items:end;justify-content:space-between;gap:28px;margin-bottom:30px}
.complete-look-head .eyebrow{margin:0 0 8px}.complete-look-head h2{font-size:clamp(2rem,4vw,3.3rem);letter-spacing:-.045em;line-height:1;margin:0}.complete-look-head p{max-width:390px;margin:0;color:#696969;line-height:1.6}
.complete-look-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.look-card{background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;min-width:0;transition:transform .22s ease,box-shadow .22s ease}
.look-card:hover{transform:translateY(-4px);box-shadow:0 18px 45px rgba(0,0,0,.08)}
.look-card-media{display:block;aspect-ratio:1/1;background:#f1ece3;overflow:hidden}
.look-card-media img{width:100%;height:100%;object-fit:contain;padding:10px;transition:transform .3s ease}
.look-card:hover .look-card-media img{transform:scale(1.025)}
.look-card-body{padding:18px}.look-card-category{font-size:.62rem;font-weight:900;letter-spacing:.15em;color:#888;text-transform:uppercase}.look-card h3{font-size:1rem;line-height:1.2;margin:8px 0 13px}.look-card-price{display:flex;align-items:center;gap:8px;font-weight:900}.look-card-price del{color:#999;font-weight:500;font-size:.82rem}.look-card-link{display:inline-block;margin-top:16px;font-size:.68rem;font-weight:900;letter-spacing:.1em;text-decoration:underline;text-underline-offset:4px}
@media(max-width:950px){.complete-look-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:620px){.complete-look-section{padding:58px 0}.complete-look-head{display:block}.complete-look-head p{margin-top:14px}.complete-look-grid{grid-template-columns:1fr 1fr;gap:10px}.look-card-body{padding:14px}.look-card h3{font-size:.88rem}.look-card-media img{padding:5px}}

/* Caps collection — final background unification */
.caps-collection .card > a{
  position:relative;
  background:#eee3d1;
}
.caps-collection .card > a img{
  display:block;
  width:100%;
  height:100%;
  padding:0;
  object-fit:contain;
  background:#eee3d1;
  mix-blend-mode:multiply;
}
.caps-collection .grid .card:nth-child(n+2) > a img{
  transform:scale(1.035);
  filter:brightness(1.10) contrast(.82) saturate(.96);
}

/* BOGEY premium homepage — launch version */
.home-hero{position:relative;min-height:calc(100vh - 74px);display:flex;align-items:flex-end;overflow:hidden;background:#0b0b0b;color:#fff}
.home-hero-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 42%}
.home-hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.72) 0%,rgba(0,0,0,.34) 50%,rgba(0,0,0,.08) 78%),linear-gradient(0deg,rgba(0,0,0,.35),transparent 52%)}
.home-hero-content{position:relative;z-index:2;padding-bottom:8vh;padding-top:18vh}
.home-kicker{display:block;font-size:.72rem;font-weight:900;letter-spacing:.22em;margin-bottom:20px}
.home-hero h1{font-size:clamp(4.2rem,9vw,8.8rem);line-height:.86;letter-spacing:-.065em;font-weight:500;margin:0 0 25px;max-width:950px}
.home-hero p{font-size:1.08rem;line-height:1.7;max-width:520px;color:rgba(255,255,255,.86);margin:0 0 30px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.home-primary{background:#fff;color:#111}.home-secondary{background:transparent;border:1px solid rgba(255,255,255,.7);color:#fff}
.benefits-bar{border-bottom:1px solid var(--line);background:#fff}.benefits-grid{display:grid;grid-template-columns:repeat(3,1fr)}.benefits-grid>div{padding:24px 28px;text-align:center;border-right:1px solid var(--line)}.benefits-grid>div:last-child{border-right:0}.benefits-grid strong,.benefits-grid span{display:block}.benefits-grid strong{font-size:.72rem;letter-spacing:.14em;margin-bottom:7px}.benefits-grid span{font-size:.78rem;color:#777}
.home-section-heading{text-align:left;margin-bottom:38px;max-width:800px}.home-section-heading h2{font-size:clamp(2.8rem,5.2vw,5.3rem);line-height:.94;letter-spacing:-.055em;font-weight:400;margin:0}.home-section-heading-row{max-width:none;display:flex;align-items:flex-end;justify-content:space-between;gap:50px}.home-section-heading-row p{max-width:450px;color:#6c6c6c;line-height:1.7;margin:0}
.home-category-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr;grid-template-rows:370px 370px;gap:18px}.home-category{position:relative;overflow:hidden;border-radius:2px;color:#fff;text-decoration:none}.home-category-large{grid-row:1/3}.home-category:last-child{grid-column:2/4}.home-category img{width:100%;height:100%;object-fit:cover;transition:transform .65s ease}.home-category:hover img{transform:scale(1.035)}.category-shade{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.72),rgba(0,0,0,.02) 62%)}.home-category>div{position:absolute;z-index:2;left:28px;right:28px;bottom:26px}.home-category small{font-size:.65rem;letter-spacing:.18em}.home-category h3{font-size:2rem;margin:8px 0 10px}.home-category div>span{font-size:.68rem;font-weight:900;letter-spacing:.12em}
.home-best{background:#f5f1ea}.product-label{display:block;font-size:.62rem;font-weight:900;letter-spacing:.15em;color:#8a8a8a;margin-bottom:8px}.home-best .card{border-radius:2px}.home-best .card img{background:#eee7dc}
.home-lifestyle{display:grid;grid-template-columns:1.15fr .85fr;min-height:720px;background:#111;color:#fff}.home-lifestyle-media img{width:100%;height:100%;object-fit:cover}.home-lifestyle-copy{display:flex;flex-direction:column;justify-content:center;padding:8vw}.home-lifestyle-copy .eyebrow{color:#aaa}.home-lifestyle-copy h2{font-size:clamp(3.2rem,6vw,6rem);line-height:.92;letter-spacing:-.055em;font-weight:400;margin:0 0 25px}.home-lifestyle-copy p{color:#c7c7c7;line-height:1.8;max-width:580px}.text-link{display:inline-block;margin-top:22px;font-size:.72rem;font-weight:900;letter-spacing:.14em;text-underline-offset:6px}
.home-catalogue{padding-top:100px;padding-bottom:100px}.home-about-band{text-align:center;background:#e9dfd1;padding:110px 0}.home-about-band h2{font-size:clamp(3rem,6vw,6.2rem);line-height:.95;letter-spacing:-.055em;font-weight:400;margin:0 auto 35px;max-width:1000px}.home-about-band .eyebrow{color:#6f6559}
@media(max-width:980px){.home-category-grid{grid-template-columns:1fr 1fr;grid-template-rows:520px 320px 320px}.home-category-large{grid-column:1/3;grid-row:auto}.home-category:last-child{grid-column:1/3}.home-lifestyle{grid-template-columns:1fr}.home-lifestyle-media{min-height:600px}.home-section-heading-row{display:block}.home-section-heading-row p{margin-top:18px}}
@media(max-width:700px){.home-hero{min-height:720px;align-items:flex-end}.home-hero-image{object-position:62% center}.home-hero-overlay{background:linear-gradient(0deg,rgba(0,0,0,.84),rgba(0,0,0,.15) 75%)}.home-hero-content{padding-bottom:54px}.home-hero h1{font-size:3.65rem}.hero-actions{display:grid}.hero-actions .btn{width:100%}.benefits-grid{grid-template-columns:1fr}.benefits-grid>div{border-right:0;border-bottom:1px solid var(--line);padding:18px}.benefits-grid>div:last-child{border-bottom:0}.home-category-grid{display:grid;grid-template-columns:1fr;grid-template-rows:repeat(4,430px)}.home-category-large,.home-category:last-child{grid-column:auto;grid-row:auto}.home-category>div{left:20px;bottom:20px}.home-lifestyle-media{min-height:480px}.home-lifestyle-copy{padding:65px 7vw}.home-about-band{padding:78px 0}.home-catalogue{padding:72px 0}}

/* Home category crop correction */
.home-category-large img{object-position:72% center;}
.home-category h3{line-height:1.05;}
@media(max-width:700px){.home-category-large img{object-position:68% center;}.home-category h3{font-size:1.65rem;}}

/* BOGEY launch refinement */
.site-header{backdrop-filter:saturate(140%) blur(10px);background:rgba(255,255,255,.94)}
.home-category h3{max-width:18ch}
.home-category:nth-child(2) h3{max-width:12ch}
.home-manifesto{background:#111;color:#fff;padding:96px 0}
.home-manifesto-inner{display:grid;grid-template-columns:.35fr 1fr;gap:70px;align-items:start}
.home-manifesto .eyebrow{color:#9d9d9d;margin-top:12px}
.home-manifesto p{font-size:clamp(2rem,4.4vw,4.7rem);line-height:1.04;letter-spacing:-.045em;margin:0;max-width:1100px}
.footer-signature{font-size:.78rem!important;letter-spacing:.08em;text-transform:uppercase;color:#8f8f8f!important;margin-top:-8px}
@media(max-width:700px){
  .home-manifesto{padding:70px 0}
  .home-manifesto-inner{grid-template-columns:1fr;gap:20px}
  .home-manifesto p{font-size:2.25rem}
  .home-category:nth-child(2) h3{max-width:11ch}
}




/* Collezione cappelli: stesso pannello neutro per tutti */
body.caps-collection-page .card > a{
  display:flex;
  align-items:center;
  justify-content:center;
  aspect-ratio:1/1;
  overflow:hidden;
  background:#f3eee6 !important;
}
body.caps-collection-page .card > a img{
  width:100%;
  height:100%;
  object-fit:contain !important;
  padding:14px;
  background:#f3eee6 !important;
}

/* Complete the look: sfondo uniforme per tutte le immagini dei cappelli */
.look-card-cap .look-card-media,
.look-card-cap .look-card-media img{
  background:#f3eee6 !important;
}
.look-card-cap .look-card-media img{
  object-fit:contain !important;
  padding:12px !important;
}

/* Pagine prodotto cappelli */
body[data-product^="cap-"] .product-carousel,
body[data-product^="cap-"] .product-carousel-viewport,
body[data-product^="cap-"] .product-carousel-image{
  background:#f3eee6 !important;
}
body[data-product^="cap-"] .product-carousel-image{
  object-fit:contain !important;
}




/* BOGEY — verified category and cap presentation */
.home-category-grid .home-category small{
  display:none !important;
}
.home-category-caps{
  background:#f3eee6 !important;
}
.home-category-caps img{
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  object-position:center !important;
  padding:clamp(28px,4vw,64px) !important;
  background:#f3eee6 !important;
  transform:none !important;
}
.home-category-caps .category-shade{
  background:linear-gradient(to top,rgba(0,0,0,.56) 0%,rgba(0,0,0,.10) 46%,rgba(0,0,0,0) 72%) !important;
}

/* One identical image panel for every cap in the collection */
body.caps-collection-page .grid .card > a:first-child{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  aspect-ratio:1/1 !important;
  overflow:hidden !important;
  background:#f3eee6 !important;
}
body.caps-collection-page .grid .card > a:first-child img{
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  object-position:center !important;
  padding:16px !important;
  background:#f3eee6 !important;
}

/* Cap cards inside Complete the look */
.look-card-cap .look-card-media{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  background:#f3eee6 !important;
}
.look-card-cap .look-card-media img{
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  object-position:center !important;
  padding:14px !important;
  background:#f3eee6 !important;
}

/* Product gallery cap images */
body[data-product^="cap-"] .product-carousel,
body[data-product^="cap-"] .product-carousel-viewport,
body[data-product^="cap-"] .product-carousel-image{
  background:#f3eee6 !important;
}
body[data-product^="cap-"] .product-carousel-image{
  object-fit:contain !important;
  object-position:center !important;
}

/* PayPal checkout */
.checkout-consent{display:flex;gap:.7rem;align-items:flex-start}.checkout-consent input{margin-top:.25rem;flex:0 0 auto}.checkout-consent span{display:block}.checkout-paypal-main[disabled]{opacity:.55;cursor:not-allowed}#paypal-button-container{margin-top:1rem;min-height:46px}.paypal-message{padding:.8rem 1rem;border:1px solid #d8d2c5;background:#f7f4ee}.paypal-message.error{border-color:#b42318;background:#fff4f2}.paypal-message.success{border-color:#287d3c;background:#f1fbf3}

.field-note{display:block;margin-top:7px;font-size:.78rem;line-height:1.4;color:#6e6e6e;font-weight:400}.checkout-price-summary{margin-top:18px;border-top:1px solid #e4e1db;padding-top:10px}.checkout-subtotal-row,.checkout-shipping-row{font-size:.92rem;padding:7px 0}.checkout-subtotal-row strong,.checkout-shipping-row strong{font-size:.95rem}.shipping-rate-table{margin-top:18px;border:1px solid #dedbd5;border-radius:10px;overflow:hidden}.shipping-rate-table div{display:flex;justify-content:space-between;gap:20px;padding:14px 16px;border-bottom:1px solid #e8e5df}.shipping-rate-table div:last-child{border-bottom:0}.shipping-rate-table span{white-space:nowrap;font-weight:700}

/* BOGEY collection pages */
.collection-page .collection-hero{padding-top:72px;min-height:70vh}.collection-page .section-head{max-width:720px;margin-bottom:34px}.collection-page .section-head h1{font-size:clamp(42px,7vw,78px);line-height:.95;margin:10px 0 18px}.collection-page .grid{align-items:stretch}.collection-page .card{height:100%}.collection-page .card img{aspect-ratio:1/1;object-fit:cover}.collection-page .card-body p{min-height:42px;color:#666}@media(max-width:700px){.collection-page .collection-hero{padding-top:38px}.collection-page .section-head h1{font-size:42px}}

/* Mascot selector */
.mascot-selector{margin:22px 0 24px}.mascot-selector .mascot-title{display:flex;align-items:center;gap:8px;margin-bottom:12px;font-size:13px;font-weight:700;letter-spacing:.08em}.mascot-options{display:flex;gap:12px;flex-wrap:wrap}.mascot-choice{appearance:none;-webkit-appearance:none;border:1px solid #d8d8d8;background:#fff;border-radius:999px;width:64px;height:64px;padding:3px;cursor:pointer;overflow:hidden;display:inline-flex;align-items:center;justify-content:center;transition:.2s ease;position:relative}.mascot-choice img{width:100%;height:100%;object-fit:cover;border-radius:50%;display:block}.mascot-choice:hover{transform:translateY(-2px);border-color:#111}.mascot-choice.active{border:2px solid #111;box-shadow:0 0 0 3px #fff,0 0 0 4px #111}.mascot-choice:focus-visible{outline:2px solid #111;outline-offset:3px}.mascot-name{font-size:12px;color:#666;margin-top:8px;min-height:18px}.mascot-option-wrap{display:flex;flex-direction:column;align-items:center;text-decoration:none;color:inherit}.mascot-option-wrap.active .mascot-name{color:#111;font-weight:700}@media(max-width:640px){.mascot-choice{width:58px;height:58px}.mascot-options{gap:10px}}


/* BOGEY 2.1 — unified ICON POLO configurator */
.icon-product-subtitle{margin:-.35rem 0 1rem;color:#6a6a6a;font-size:1rem;letter-spacing:.04em}
.icon-configurator{border:1px solid #d8d1c5;border-radius:14px;padding:18px;background:#fffdf9}
.icon-configurator .mascot-title{font-size:14px;letter-spacing:.06em;margin-bottom:6px}
.icon-help{width:20px;height:20px;border:1px solid #969696;border-radius:50%;background:transparent;font-weight:700;cursor:help}
.icon-configurator-copy{font-size:.88rem;color:#5e5e5e;margin:0 0 16px}
.icon-configurator .mascot-options{display:grid;grid-template-columns:repeat(4,minmax(72px,1fr));gap:12px}
.icon-configurator .mascot-choice{width:auto;height:auto;padding:0;border:0;background:transparent;border-radius:0;overflow:visible;display:flex;flex-direction:column;gap:7px;align-items:center;transform:none}
.icon-configurator .mascot-visual{width:76px;height:76px;border-radius:50%;background:#0c2039;display:block;position:relative;border:2px solid #0c2039;box-shadow:0 0 0 1px #d4d8df;overflow:hidden;transition:.2s ease}
.icon-configurator .mascot-visual img{width:100%;height:100%;margin:0;object-fit:cover;border-radius:50%;mix-blend-mode:normal}
.icon-configurator .mascot-choice:hover .mascot-visual{transform:translateY(-2px);box-shadow:0 0 0 2px #fff,0 0 0 4px #0c2039}
.icon-configurator .mascot-choice.active .mascot-visual{box-shadow:0 0 0 3px #fff,0 0 0 5px #0c2039}
.icon-check{display:none;position:absolute;right:-1px;top:-1px;width:22px;height:22px;line-height:22px;border-radius:50%;background:#0c2039;color:white;font-size:13px;border:2px solid white}
.icon-configurator .mascot-choice.active .icon-check{display:block}
.icon-configurator .mascot-name{font-size:12px;color:#111;margin:0;text-transform:uppercase;font-weight:700;letter-spacing:.04em}
.mascot-traits{display:none;font-size:11px;color:#6f6f6f;line-height:1.3;text-align:center}
.icon-selection-summary{margin-top:16px;padding-top:13px;border-top:1px solid #e4dfd6;display:flex;align-items:baseline;gap:12px;flex-wrap:wrap}
.icon-selection-summary strong{font-size:13px;letter-spacing:.08em}.icon-selection-summary span{font-size:.82rem;color:#686868}
.cart-icon-mini{width:28px;height:28px;border-radius:50%;background:#0c2039;object-fit:cover;vertical-align:middle;margin-right:7px}
@media(max-width:640px){.icon-configurator .mascot-options{grid-template-columns:repeat(4,1fr);gap:7px}.icon-configurator .mascot-visual{width:58px;height:58px}.icon-configurator{padding:14px 10px}.icon-configurator-copy{font-size:.8rem}}

/* BOGEY cap embroidery configurator */
.mascot-choice.wordmark-choice{background:#10243d;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:900;letter-spacing:.06em;font-size:.72rem}
.mascot-choice.wordmark-choice .wordmark-mark{transform:scaleX(.92)}
.mascot-option-wrap.active .mascot-choice{box-shadow:0 0 0 3px #fff,0 0 0 5px #101820;transform:scale(1.04)}
@media(max-width:560px){.mascot-options{gap:12px}.mascot-choice{width:58px;height:58px}.mascot-choice.wordmark-choice{font-size:.58rem}}
