/* ===========================
   DOUBLEU TENNIS APPAREL
   =========================== */

:root {
  --dw-cream:         #F7F2EA;
  --dw-bordeaux:      #7A0F1B;
  --dw-bordeaux-dark: #510812;
  --dw-navy:          #071827;
  --dw-clay:          #4a3020;
  --dw-beige:         #D8C5AD;
  --dw-text:          #111111;
  --dw-muted:         #6a5d52;
  --dw-border:        #E4D7C7;

  /* Alias usati nelle pagine legali e garment care */
  --bordeaux:  #7A0F1B;
  --ink:       #111111;
  --slate:     #4a5568;
  --surface:   #f8f5f0;
  --border:    #e8e0d6;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', system-ui, sans-serif;
  background: var(--dw-cream);
  color: var(--dw-text);
  line-height: 1.6;
}
a { text-decoration: none; color: inherit; }

.container { width: min(1180px, 92%); margin: 0 auto; }

/* ── TYPOGRAPHY ── */
.eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  color: var(--dw-bordeaux);
  text-transform: uppercase;
  margin-bottom: 14px;
}

.section-title {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 4px;
  color: var(--dw-bordeaux);
  text-transform: uppercase;
  margin-bottom: 36px;
}
.section-title::before,
.section-title::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--dw-border);
}

/* ── BUTTONS ── */
.btn {
  display: inline-block;
  padding: 11px 22px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.4px;
  border: 1px solid var(--dw-bordeaux);
  color: var(--dw-bordeaux);
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  white-space: nowrap;
}
.btn:hover { background: var(--dw-bordeaux); color: #fff; }
.btn.primary { background: var(--dw-bordeaux); color: #fff; }
.btn.primary:hover { background: var(--dw-bordeaux-dark); }
.btn.light { border-color: rgba(255,255,255,0.55); color: #fff; }
.btn.light:hover { background: rgba(255,255,255,0.15); }

.cta-row { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; }

/* ── PLACEHOLDER ── */
.ph {
  width: 100%;
  height: 100%;
  background: linear-gradient(145deg, #dfd0b8, #c0a07a);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8a6d50;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: 'Inter', sans-serif;
}
.ph.dark  { background: linear-gradient(145deg, #1a3650, #0b2030); color: #4a6a8a; }
.ph.clay  { background: linear-gradient(145deg, #6a4020, #3a200c); color: #9a6a40; }
.ph.navy  { background: linear-gradient(145deg, #0d2b40, #071827); color: #3a6080; }

/* ── W EMBLEM ── */
.w-emblem {
  width: 44px;
  height: 44px;
  border: 1.5px solid currentColor;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'Cormorant Garamond', serif;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.5px;
  flex-shrink: 0;
}


/* ================================
   HEADER
   ================================ */

.topbar {
  background: #fff;
  border-bottom: 1px solid var(--dw-border);
  position: sticky;
  top: 0;
  z-index: 200;
}

.header-top {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 10px 0 4px;
}

.brand { display: flex; flex-direction: column; line-height: 1; flex-shrink: 0; }
.brand-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 36px;
  font-weight: 600;
  color: var(--dw-bordeaux);
  letter-spacing: 2px;
  line-height: 1;
}
.brand-sub {
  font-size: 9px;
  letter-spacing: 4px;
  color: var(--dw-muted);
  text-transform: uppercase;
  margin-top: 3px;
}

.header-nav { flex: 1; }
.header-nav ul { display: flex; gap: 32px; list-style: none; justify-content: center; }
.header-nav a {
  font-size: 14px;
  color: var(--dw-text);
  padding-bottom: 2px;
  transition: color 0.2s;
}
.header-nav a:hover { color: var(--dw-bordeaux); }
.header-nav a.active {
  color: var(--dw-bordeaux);
  border-bottom: 2px solid var(--dw-bordeaux);
}

.header-actions { display: flex; align-items: center; gap: 8px; flex-shrink: 0; }

.header-lang {
  text-align: right;
  font-size: 12px;
  color: var(--dw-muted);
  padding-bottom: 7px;
}
.header-lang a { color: var(--dw-muted); }
.header-lang a:hover { color: var(--dw-bordeaux); }

.mobile-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: var(--dw-text);
  margin-left: auto;
  padding: 4px;
}


/* ================================
   HERO
   ================================ */

.hero-section { padding-top: 32px; }

.hero-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 480px;
}

.hero-content {
  padding: 68px 52px 68px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-content h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 54px;
  line-height: 1.06;
  color: var(--dw-navy);
  margin-bottom: 18px;
}

.hero-content p {
  font-size: 15px;
  color: #444;
  line-height: 1.75;
  max-width: 400px;
}

.hero-visual { overflow: hidden; min-height: 420px; }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hero-visual .ph { min-height: 420px; }
.hero-visual--contain { display: flex; align-items: center; justify-content: center; background: #f5f0eb; }
.hero-visual--contain img { object-fit: contain; }


/* ================================
   SECTIONS
   ================================ */

.section { padding: 60px 0; }
.section + .section { border-top: 1px solid var(--dw-border); }


/* ================================
   DUE MONDI, UNA VISIONE
   ================================ */

.due-mondi-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.mondo-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 300px;
  overflow: hidden;
  border-radius: 6px;
}

.mondo-card-content {
  padding: 36px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mondo-card-img { overflow: hidden; min-height: 300px; }
.mondo-card-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.mondo-card-img .ph { min-height: 300px; }

/* Club card */
.mondo-card.club-card { background: var(--dw-navy); border: 1px solid transparent; }
.mondo-card.club-card .w-emblem { color: rgba(255,255,255,0.55); margin-bottom: 14px; }
.mondo-card.club-card h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 26px;
  color: #fff;
  margin-bottom: 10px;
}
.mondo-card.club-card p { font-size: 14px; color: #b0a090; line-height: 1.6; }

/* Capsule card */
.mondo-card.capsule-card { background: #fff; border: 1px solid var(--dw-border); }
.mondo-card.capsule-card .w-emblem { color: var(--dw-bordeaux); margin-bottom: 14px; }
.mondo-card.capsule-card h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 26px;
  color: var(--dw-navy);
  margin-bottom: 10px;
}
.mondo-card.capsule-card p { font-size: 14px; color: #555; line-height: 1.6; }


/* ================================
   PER I CLUB — ICON GRID
   ================================ */

.club-icons-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}

.icon-card {
  background: #fff;
  border: 1px solid var(--dw-border);
  padding: 30px 16px 26px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  border-radius: 6px;
}

.icon-card svg {
  width: 44px;
  height: 44px;
  stroke: var(--dw-bordeaux);
  fill: none;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}

.icon-card img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  flex-shrink: 0;
}

.icon-card-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  color: var(--dw-bordeaux);
  text-transform: uppercase;
  line-height: 1.4;
}

.icon-card p { font-size: 13px; color: #555; line-height: 1.55; }


/* ================================
   CAPSULE CARDS — HOME
   ================================ */

.section-label-row {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}
.section-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  color: var(--dw-bordeaux);
  text-transform: uppercase;
}
.section-rule { width: 32px; height: 2px; background: var(--dw-bordeaux); }

.capsule-big-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.capsule-big-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 260px;
  overflow: hidden;
  border-radius: 6px;
}

.capsule-big-card-content {
  padding: 34px 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.capsule-big-card-img { overflow: hidden; position: relative; }
.capsule-big-card-img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 20%; display: block; }
.capsule-big-card.wfox .capsule-big-card-img img { object-position: center top; transform: scale(1.4); transform-origin: center top; }
.capsule-big-card-img .ph { min-height: 260px; }

.capsule-big-card.surfaces { background: var(--dw-clay); }
.capsule-big-card.wfox     { background: var(--dw-navy); }

.capsule-big-card h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
  margin-bottom: 2px;
}
.capsule-big-card .cap-sub {
  font-size: 12px;
  font-style: italic;
  color: rgba(240,232,221,0.6);
  margin-bottom: 12px;
}
.capsule-big-card p {
  font-size: 13px;
  color: rgba(240,232,221,0.8);
  line-height: 1.6;
}
.cap-badge {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 5px;
  color: rgba(255,255,255,0.12);
  margin-top: 14px;
}


/* ================================
   MADE IN ITALY — ICON GRID
   ================================ */

.made-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}

.made-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
}

.made-item svg {
  width: 60px;
  height: 60px;
  stroke: var(--dw-bordeaux);
  fill: none;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.made-item img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  flex-shrink: 0;
}

.made-item-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--dw-bordeaux);
}

.made-item p { font-size: 13px; color: #555; line-height: 1.55; }


/* ================================
   CASE STUDIES
   ================================ */

.case-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.case-card {
  display: grid;
  grid-template-columns: 96px 1fr;
  border: 1px solid var(--dw-border);
  background: #fff;
  overflow: hidden;
  border-radius: 6px;
}

.case-card-img {
  position: relative;
  min-height: 120px;
}

.case-card-img .ph { min-height: 120px; font-size: 9px; }

.case-card-body {
  padding: 18px 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.case-card-body h4 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 16px;
  color: var(--dw-navy);
  margin-bottom: 6px;
  line-height: 1.2;
}

.case-card-body p { font-size: 12px; color: #666; line-height: 1.5; margin-bottom: 10px; }

.case-link {
  font-size: 12px;
  color: var(--dw-bordeaux);
  font-weight: 500;
}
.case-link:hover { text-decoration: underline; }


/* ================================
   QUOTE BAND
   ================================ */

.quote-band {
  background: linear-gradient(90deg, var(--dw-bordeaux), var(--dw-bordeaux-dark));
  color: #fff;
  padding: 52px 20px;
  text-align: center;
}

.quote-band-inner { max-width: 820px; margin: 0 auto; }

.quote-mark {
  font-family: 'Cormorant Garamond', serif;
  font-size: 56px;
  color: rgba(255,255,255,0.3);
  line-height: 0.5;
  display: block;
  margin-bottom: 12px;
}

.quote-band p {
  font-family: 'Cormorant Garamond', serif;
  font-size: 30px;
  font-style: italic;
  line-height: 1.35;
}


/* ================================
   CTA SECTION
   ================================ */

.cta-section {
  padding: 72px 20px;
  text-align: center;
  background: var(--dw-cream);
}

.cta-section .w-emblem {
  margin: 0 auto 20px;
  color: var(--dw-bordeaux);
  width: 52px;
  height: 52px;
  font-size: 22px;
}

.cta-section h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 38px;
  color: var(--dw-navy);
  margin-bottom: 28px;
}

/* full-width colored CTA band */
.cta-band {
  background: var(--dw-bordeaux);
  color: #fff;
  padding: 28px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.cta-band p {
  font-family: 'Cormorant Garamond', serif;
  font-size: 26px;
  font-style: italic;
}


/* ================================
   FOOTER
   ================================ */

.footer {
  background: var(--dw-navy);
  color: #8a9aaa;
  padding: 22px 0;
}

.footer-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 13px;
}

.footer-links { display: flex; gap: 20px; }
.footer-links a,
.footer-lang a { color: #8a9aaa; transition: color 0.2s; }
.footer-links a:hover,
.footer-lang a:hover { color: #fff; }


/* ================================
   CLUB PAGE — FEATURE CARDS
   ================================ */

.feature-cards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-bottom: 48px;
}

.feature-card {
  background: #fff;
  border: 1px solid var(--dw-border);
  padding: 26px 20px;
  border-radius: 6px;
}

.feature-card .w-emblem {
  color: var(--dw-bordeaux);
  width: 38px;
  height: 38px;
  font-size: 16px;
  margin-bottom: 14px;
}

.feature-card h4 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  color: var(--dw-navy);
  margin-bottom: 8px;
}

.feature-card p { font-size: 13px; color: #555; line-height: 1.6; }


/* ================================
   CLUB PAGE — PRODUCT CARDS
   ================================ */

.product-cards-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}

.product-card { display: flex; flex-direction: column; overflow: hidden; border-radius: 6px; height: 320px; }
.product-card .ph { flex: 1; min-height: 160px; }
.product-card-img { overflow: hidden; flex: 1; }
.product-card-img img { width: 100%; height: 100%; object-fit: cover; display: block; }

.product-card-overlay {
  padding: 18px 16px;
  background: var(--dw-navy);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 130px;
  flex-shrink: 0;
}

.product-card-overlay .w-emblem {
  width: 28px;
  height: 28px;
  font-size: 12px;
  color: rgba(255,255,255,0.65);
  margin-bottom: 8px;
}

.product-card-overlay h4 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 17px;
  color: #fff;
  margin-bottom: 5px;
}

.product-card-overlay p { font-size: 12px; color: rgba(255,255,255,0.72); line-height: 1.4; }


/* ================================
   CLUB PAGE — COME LAVORIAMO
   ================================ */

.process-steps {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 4px;
  position: relative;
}

.process-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 10px;
  position: relative;
}

.process-step::after {
  content: '→';
  position: absolute;
  right: -10px;
  top: 30px;
  color: var(--dw-bordeaux);
  font-size: 16px;
  z-index: 1;
}
.process-step:last-child::after { display: none; }

.step-number {
  font-size: 11px;
  font-weight: 700;
  color: var(--dw-bordeaux);
  letter-spacing: 1px;
  margin-bottom: 8px;
}

.step-icon { margin: 0 auto 10px; }
.step-icon svg {
  width: 44px;
  height: 44px;
  stroke: var(--dw-bordeaux);
  fill: none;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  display: block;
}
.step-icon img {
  width: 44px;
  height: 44px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

.step-title {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  color: var(--dw-navy);
  text-transform: uppercase;
  margin-bottom: 8px;
}

.process-step p { font-size: 12px; color: #666; line-height: 1.5; }


/* ================================
   CLUB PAGE — VISUAL COLLECTION
   ================================ */

.visual-collection-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: stretch;
}

.vc-heading {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--dw-bordeaux);
  margin-bottom: 20px;
}

.concept-card {
  background: #fff;
  border: 1px solid var(--dw-border);
  padding: 24px;
  border-radius: 6px;
}

.concept-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--dw-border);
}

.concept-header .w-emblem { color: var(--dw-bordeaux); width: 36px; height: 36px; font-size: 15px; }

.concept-club-name {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  color: var(--dw-muted);
  text-transform: uppercase;
  display: block;
}

.concept-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  color: var(--dw-navy);
}

.concept-season {
  font-size: 10px;
  letter-spacing: 2px;
  color: var(--dw-muted);
  text-transform: uppercase;
  margin-bottom: 14px;
}

.concept-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--dw-muted);
  margin-bottom: 8px;
}

.color-swatches { display: flex; gap: 8px; margin-bottom: 20px; }
.swatch {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid rgba(0,0,0,0.1);
}

.concept-products { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }

.concept-product-ph {
  background: var(--dw-cream);
  border: 1px solid var(--dw-border);
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.concept-product-ph svg {
  width: 30px; height: 30px;
  stroke: var(--dw-bordeaux);
  fill: none;
  stroke-width: 1.3;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 0.45;
}

.made-list { list-style: none; display: flex; flex-direction: column; gap: 18px; }

.made-list-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--dw-border);
}
.made-list-item:last-child { border-bottom: none; padding-bottom: 0; }

.made-list-item svg {
  width: 24px; height: 24px;
  stroke: var(--dw-bordeaux);
  fill: none;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
  margin-top: 2px;
}

.made-list-item strong {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--dw-navy);
  display: block;
  margin-bottom: 3px;
}

.made-list-item p { font-size: 13px; color: #555; line-height: 1.5; }

.made-photo-ph {
  margin-top: 24px;
  height: 180px;
  overflow: hidden;
}
.made-photo-ph .ph { min-height: 180px; }


/* ================================
   CAPSULE PAGE — FULL CARDS
   ================================ */

.capsule-intro-text {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 48px;
  font-size: 15px;
  color: #444;
  line-height: 1.8;
}

.capsule-full-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 320px;
  margin-bottom: 14px;
  overflow: hidden;
  border-radius: 6px;
}

.capsule-full-card-content {
  padding: 48px 42px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.capsule-full-card-img { overflow: hidden; position: relative; }
.capsule-full-card-img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 20%; display: block; }
.capsule-full-card.wfox .capsule-full-card-img img { object-position: center top; }
.capsule-full-card-img .ph { min-height: 320px; }

.capsule-full-card.surfaces { background: var(--dw-clay); }
.capsule-full-card.wfox     { background: var(--dw-navy); }

.capsule-full-card h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
  margin-bottom: 4px;
}
.capsule-full-card .cap-sub {
  font-size: 13px;
  font-style: italic;
  color: rgba(240,232,221,0.6);
  margin-bottom: 14px;
}
.capsule-full-card p {
  font-size: 14px;
  color: rgba(240,232,221,0.85);
  line-height: 1.7;
  margin-bottom: 24px;
  max-width: 360px;
}


/* ================================
   CAPSULE PAGE — PEZZI SELEZIONATI
   ================================ */

.pezzi-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  margin-top: 36px;
}

.pezzi-group-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--dw-bordeaux);
  margin-bottom: 16px;
  text-align: center;
}

.pezzi-products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  overflow: hidden;
}

.pezzi-product {
  aspect-ratio: 1;
  min-width: 0;
  min-height: 0;
  border: 1px solid var(--dw-border);
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pezzi-product img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pezzi-product svg {
  width: 34px; height: 34px;
  stroke: var(--dw-bordeaux);
  fill: none;
  stroke-width: 1.4;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 0.55;
}


/* ================================
   CONTATTI PAGE
   ================================ */

.contatti-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  padding: 64px 0;
}

.contatti-info .eyebrow { margin-bottom: 12px; }

.contatti-info h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 46px;
  color: var(--dw-navy);
  margin-bottom: 18px;
  line-height: 1.1;
}

.contatti-info p { font-size: 15px; color: #555; line-height: 1.75; margin-bottom: 32px; }

.contact-item { margin-bottom: 22px; }

.contact-item-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--dw-bordeaux);
  margin-bottom: 4px;
}

.contact-item a,
.contact-item span { font-size: 15px; color: var(--dw-navy); }
.contact-item a:hover { color: var(--dw-bordeaux); }

.form-group { margin-bottom: 20px; }

.form-group label {
  display: block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--dw-muted);
  margin-bottom: 8px;
}

.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--dw-border);
  background: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: var(--dw-text);
  outline: none;
  transition: border-color 0.2s;
  appearance: none;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus { border-color: var(--dw-bordeaux); }

.form-group textarea { resize: vertical; min-height: 130px; }


/* ================================
   CASE STUDIES PAGE
   ================================ */

.cs-hero {
  padding: 64px 0 48px;
  border-bottom: 1px solid var(--dw-border);
}

.cs-hero-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 52px;
  font-weight: 600;
  color: var(--dw-navy);
  line-height: 1.08;
  margin-bottom: 16px;
  max-width: 640px;
}

.cs-hero-sub {
  font-size: 15px;
  color: #555;
  line-height: 1.75;
  max-width: 560px;
}

.cs-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  padding: 60px 0;
}

.cs-item--reverse { direction: rtl; }
.cs-item--reverse > * { direction: ltr; }

.cs-item-img {
  overflow: hidden;
  border-radius: 6px;
  min-height: 420px;
}

.cs-item-img .ph { min-height: 420px; }
.cs-item-img img { width: 100%; height: 420px; object-fit: cover; display: block; }

.cs-club-logo {
  height: 40px;
  width: auto;
  object-fit: contain;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}

.cs-item-meta {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.cs-tag {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--dw-bordeaux);
  border: 1px solid var(--dw-bordeaux);
  padding: 3px 10px;
  border-radius: 2px;
}

.cs-item-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 42px;
  font-weight: 600;
  color: var(--dw-navy);
  line-height: 1.1;
  margin-bottom: 4px;
}

.cs-item-location {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--dw-muted);
  margin-top: 18px;
  margin-bottom: 20px;
}

.cs-item-desc {
  font-size: 15px;
  color: #444;
  line-height: 1.75;
  margin-bottom: 32px;
}

.cs-item-results {
  display: flex;
  gap: 24px;
  margin-bottom: 32px;
  padding: 24px 0;
  border-top: 1px solid var(--dw-border);
  border-bottom: 1px solid var(--dw-border);
}

.cs-result-value {
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px;
  font-weight: 600;
  color: var(--dw-navy);
  margin-bottom: 4px;
}

.cs-result-label {
  font-size: 11px;
  color: var(--dw-muted);
  line-height: 1.4;
}

.cs-divider {
  height: 1px;
  background: var(--dw-border);
}

/* Card cliccabile */
.cs-item--link {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  padding: 60px 0;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.2s;
}
.cs-item--link:hover { opacity: 0.85; }
.cs-item--link:hover .cs-item-title { color: var(--dw-bordeaux); }

.cs-item-cta {
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  color: var(--dw-bordeaux);
  margin-top: 8px;
}

/* ================================
   CASE STUDY DETAIL PAGE
   ================================ */

.csd-breadcrumb {
  padding: 16px 0;
  border-bottom: 1px solid var(--dw-border);
  background: #fff;
}
.csd-breadcrumb a {
  font-size: 13px;
  color: var(--dw-muted);
  transition: color 0.2s;
}
.csd-breadcrumb a:hover { color: var(--dw-bordeaux); }

.csd-hero { padding: 56px 0 0; }
.csd-hero .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}

.csd-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 58px;
  font-weight: 600;
  color: var(--dw-navy);
  line-height: 1.05;
  margin-bottom: 8px;
}

.csd-location {
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--dw-muted);
  margin-top: 16px;
}

.csd-hero-img { border-radius: 6px; overflow: hidden; }
.csd-hero-img .ph { min-height: 480px; }
.csd-hero-img img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* Intro */
.csd-intro-grid {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 48px;
  align-items: start;
}
.csd-intro-text p {
  font-size: 17px;
  color: #444;
  line-height: 1.8;
}

/* Sfida */
.csd-challenge-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.csd-challenge-item {
  padding: 28px 24px;
  border: 1px solid var(--dw-border);
  border-radius: 6px;
}

.csd-challenge-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 32px;
  font-weight: 600;
  color: var(--dw-bordeaux);
  margin-bottom: 12px;
  line-height: 1;
}

.csd-challenge-item p {
  font-size: 14px;
  color: #555;
  line-height: 1.65;
}

/* Soluzione */
.csd-solution-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.csd-solution-block {
  border: 1px solid var(--dw-border);
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
}

.csd-solution-img { background: var(--dw-cream); }
.csd-solution-img .ph { min-height: 260px; }
.csd-solution-img img { width: 100%; height: 260px; object-fit: cover; display: block; }

.csd-solution-body { padding: 24px 22px; }

.csd-solution-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--dw-bordeaux);
  margin-bottom: 6px;
}

.csd-solution-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 600;
  color: var(--dw-navy);
  margin-bottom: 12px;
}

.csd-solution-body p {
  font-size: 14px;
  color: #555;
  line-height: 1.65;
}

/* Extra */
.csd-extra-grid {
  display: grid;
  grid-template-columns: 1fr 1px 1fr 1px 1fr;
  gap: 40px;
  align-items: start;
}

.csd-extra-divider { background: var(--dw-border); height: 100%; min-height: 80px; }

.csd-extra-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  font-weight: 600;
  color: var(--dw-navy);
  margin-bottom: 10px;
}

.csd-extra-item p { font-size: 14px; color: #555; line-height: 1.65; }

/* Risultati */
.csd-results-section { background: var(--dw-navy); }
.csd-results-section .eyebrow { color: rgba(255,255,255,0.5); }

.csd-results-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.csd-result-card {
  padding: 28px 24px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 6px;
}

.csd-result-icon {
  font-size: 18px;
  color: var(--dw-bordeaux);
  margin-bottom: 14px;
}

.csd-result-card h4 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
  line-height: 1.3;
}

.csd-result-card p { font-size: 13px; color: rgba(255,255,255,0.6); line-height: 1.6; }

/* Hero motto */
.csd-hero-motto {
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px;
  font-style: italic;
  color: var(--dw-muted);
  margin-top: 14px;
  letter-spacing: 0.3px;
}

/* Lancio */
.csd-launch-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.csd-launch-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 42px;
  font-weight: 600;
  color: var(--dw-navy);
  line-height: 1.1;
  margin: 16px 0 20px;
}

.csd-launch-content p {
  font-size: 15px;
  color: #444;
  line-height: 1.75;
}

.csd-launch-img { border-radius: 6px; overflow: hidden; }
.csd-launch-img .ph { min-height: 360px; }
.csd-launch-img img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* Citazione */
.csd-quote-section {
  background: var(--dw-navy);
  padding: 80px 0;
}

.csd-quote-inner {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.csd-quote-mark {
  font-family: 'Cormorant Garamond', serif;
  font-size: 80px;
  line-height: 0.6;
  color: var(--dw-bordeaux);
  margin-bottom: 24px;
}

.csd-quote-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: 26px;
  font-style: italic;
  color: #fff;
  line-height: 1.6;
  font-weight: 400;
  margin-bottom: 28px;
}

.csd-quote-author {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
}

/* ================================
   RESPONSIVE
   ================================ */

@media (max-width: 1100px) {
  .product-cards-grid { grid-template-columns: repeat(3, 1fr); }
  .process-steps { grid-template-columns: repeat(3, 1fr); gap: 24px; }
  .process-step::after { display: none; }
}

@media (max-width: 960px) {
  .club-icons-grid { grid-template-columns: repeat(3, 1fr); }
  .feature-cards-grid { grid-template-columns: repeat(2, 1fr); }
  .made-grid { grid-template-columns: repeat(2, 1fr); }
  .case-grid { grid-template-columns: 1fr; }
  .visual-collection-grid { grid-template-columns: 1fr; }
  .hero-content h2 { font-size: 44px; }
}

@media (max-width: 860px) {
  .header-nav,
  .header-actions { display: none; }
  .mobile-toggle { display: block; }
  .header-nav.open { display: block; width: 100%; order: 10; }
  .header-nav.open ul { flex-direction: column; gap: 14px; padding: 14px 0 10px; }

  .hero-split { grid-template-columns: 1fr; }
  .hero-content { padding: 48px 0 32px; }
  .hero-content h2 { font-size: 36px; }

  .cs-hero { padding: 40px 0 32px; }
  .cs-hero-title { font-size: 36px; }
  .cs-item,
  .cs-item--link {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 40px 0;
  }
  .cs-item--reverse { direction: ltr; }
  .cs-item-img {
    min-height: auto;
    margin-bottom: 24px;
  }
  .cs-item-img img { height: 260px; }
  .cs-item-img .ph { min-height: 220px; }
  .cs-item-title { font-size: 32px; }
  .cs-item-results { flex-wrap: wrap; gap: 16px; }

  .due-mondi-grid { grid-template-columns: 1fr; }
  .mondo-card { grid-template-columns: 1fr; }
  .mondo-card-img .ph { min-height: 180px; }

  .capsule-big-grid { grid-template-columns: 1fr; }
  .capsule-big-card { grid-template-columns: 1fr; }
  .capsule-big-card-img .ph { min-height: 180px; }

  .capsule-full-card { grid-template-columns: 1fr; }
  .capsule-full-card-img .ph { min-height: 200px; }

  .product-cards-grid { grid-template-columns: repeat(2, 1fr); }
  .pezzi-grid { grid-template-columns: 1fr; }
  .contatti-grid { grid-template-columns: 1fr; gap: 36px; }

  /* Case study detail – mobile */
  .csd-hero .container { grid-template-columns: 1fr; gap: 32px; }
  .csd-title { font-size: 38px; }
  .csd-hero-img .ph { min-height: 260px; }
  .csd-intro-grid { grid-template-columns: 1fr; gap: 16px; }
  .csd-challenge-grid { grid-template-columns: 1fr; }
  .csd-solution-grid { grid-template-columns: 1fr; }
  .csd-extra-grid { grid-template-columns: 1fr; gap: 24px; }
  .csd-extra-divider { display: none; }
  .csd-results-grid { grid-template-columns: repeat(2, 1fr); }
  .csd-launch-grid { grid-template-columns: 1fr; gap: 32px; }
  .csd-launch-title { font-size: 32px; }
  .csd-quote-text { font-size: 20px; }
}

@media (max-width: 600px) {
  .brand-name { font-size: 30px; }
  .hero-content h2 { font-size: 30px; }
  .club-icons-grid { grid-template-columns: repeat(2, 1fr); }
  .made-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-cards-grid { grid-template-columns: 1fr; }
  .cs-hero-title { font-size: 30px; }
  .cs-item-title { font-size: 28px; }
  .cs-club-logo { height: 32px; margin-right: 12px; }
  .cs-item, .cs-item--link { padding: 32px 0; }
  .cs-item-results { flex-direction: column; gap: 12px; }

  /* Case study detail – small screens */
  .csd-title { font-size: 30px; }
  .csd-launch-title { font-size: 26px; }
  .csd-results-grid { grid-template-columns: 1fr; }

  .quote-band p { font-size: 22px; }
  .cta-section h3 { font-size: 28px; }
  .pezzi-products { grid-template-columns: repeat(3, 1fr); }

  /* Footer mobile */
  .footer { font-size: 11px; }
  .footer-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .footer-links {
    flex-wrap: wrap;
    gap: 12px 16px;
  }
  .header-lang { align-self: flex-start; }
}

/* ================================
   LEGAL PAGES
   ================================ */

.legal-page {
  max-width: 760px;
  margin: 64px auto 80px;
}

.legal-page h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(32px, 5vw, 52px);
  font-weight: 600;
  color: var(--bordeaux);
  margin: 8px 0 16px;
  line-height: 1.1;
}

.legal-intro {
  font-size: 16px;
  color: var(--slate);
  margin-bottom: 4px;
  line-height: 1.6;
}

.legal-updated {
  font-size: 12px;
  color: #8a9aaa;
  letter-spacing: 0.5px;
  margin-bottom: 48px;
}

.legal-section {
  border-top: 1px solid var(--border);
  padding-top: 32px;
  margin-top: 32px;
}

.legal-section h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 16px;
}

.legal-section h3 {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--bordeaux);
  margin: 24px 0 10px;
}

.legal-section p,
.legal-section li {
  font-size: 14px;
  line-height: 1.75;
  color: var(--slate);
}

.legal-section ul,
.legal-section ol {
  padding-left: 20px;
  margin: 8px 0 16px;
}

.legal-section li {
  margin-bottom: 6px;
}

.legal-section a {
  color: var(--bordeaux);
  text-decoration: underline;
}

.legal-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
  margin: 16px 0;
}

.legal-table th,
.legal-table td {
  text-align: left;
  padding: 10px 12px;
  border-bottom: 1px solid var(--border);
  color: var(--slate);
}

.legal-table th {
  font-weight: 600;
  color: var(--ink);
  background: var(--surface);
}

/* ================================
   GARMENT CARE PAGE
   ================================ */

.garment-care-page {
  max-width: 800px;
  margin: 64px auto 80px;
}

.garment-care-page h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(32px, 5vw, 52px);
  font-weight: 600;
  color: var(--bordeaux);
  margin: 8px 0 16px;
  line-height: 1.1;
}

.garment-intro {
  font-size: 16px;
  color: var(--slate);
  line-height: 1.7;
  margin-bottom: 48px;
  max-width: 620px;
}

.care-block {
  display: flex;
  gap: 28px;
  align-items: flex-start;
  border-top: 1px solid var(--border);
  padding: 32px 0;
}

.care-block-icon {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bordeaux);
  opacity: 0.7;
}

.care-block-icon svg {
  width: 40px;
  height: 40px;
}

.care-block-content h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 12px;
}

.care-block-content ul {
  padding-left: 18px;
  margin: 0;
}

.care-block-content li {
  font-size: 14px;
  line-height: 1.75;
  color: var(--slate);
  margin-bottom: 6px;
}

.care-note {
  margin-top: 40px;
  padding: 24px 28px;
  background: var(--surface);
  border-left: 3px solid var(--bordeaux);
  font-size: 14px;
  line-height: 1.7;
  color: var(--slate);
}

.care-note a {
  color: var(--bordeaux);
  text-decoration: underline;
}

@media (max-width: 600px) {
  .care-block { flex-direction: column; gap: 16px; }
  .legal-page, .garment-care-page { margin: 40px auto 60px; }
}

/* ================================
   GARMENT CARE — NEW LAYOUT
   ================================ */

.gc-page-header {
  padding: 56px 0 32px;
  text-align: center;
}

.gc-page-header h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 600;
  color: var(--bordeaux);
  margin: 8px 0 16px;
  letter-spacing: 1px;
}

.gc-page-header p {
  font-size: 15px;
  color: var(--slate);
  line-height: 1.7;
  max-width: 560px;
  margin: 0 auto;
}

/* Badge */
.gc-badge {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--bordeaux);
  background: rgba(122,20,20,0.08);
  border: 1px solid rgba(122,20,20,0.2);
  padding: 4px 10px;
  border-radius: 20px;
  margin-bottom: 20px;
}

/* Quick Start */
.gc-quickstart {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 28px 28px 24px;
  margin: 48px 0 40px;
}

.gc-qs-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.gc-qs-card {
  background: #fdf6f6 !important;
  border: 1px solid rgba(122,20,20,0.18) !important;
  border-radius: 8px;
  padding: 22px 16px 18px;
  text-align: center;
}

.gc-qs-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 14px;
  color: var(--bordeaux);
  opacity: 1;
}

.gc-qs-icon svg,
.gc-qs-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.gc-qs-label {
  font-size: 12px;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 4px;
  letter-spacing: 0.3px;
}

.gc-qs-desc {
  font-size: 11px;
  color: var(--slate);
  line-height: 1.5;
}

/* Detail grid */
.gc-detail-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 40px;
}

.gc-detail-card {
  background: #fff;
  padding: 28px 24px;
}

.gc-detail-card h3 {
  font-size: 14px;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 8px;
  letter-spacing: 0.3px;
}

.gc-detail-card p {
  font-size: 13px;
  color: var(--slate);
  line-height: 1.7;
  margin: 0;
}

/* Brand block */
.gc-brand-block {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 40px 36px;
  text-align: center;
  margin-bottom: 48px;
}

.gc-brand-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  letter-spacing: 4px;
  color: var(--ink);
  font-weight: 600;
  margin-bottom: 4px;
}

.gc-brand-sub {
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--bordeaux);
  font-weight: 600;
  margin-bottom: 20px;
}

.gc-brand-block p {
  font-size: 14px;
  color: var(--slate);
  line-height: 1.75;
  max-width: 560px;
  margin: 0 auto;
}

/* FAQ */
.gc-faq {
  margin-bottom: 72px;
}

.gc-faq-item {
  border-top: 1px solid var(--border);
}

.gc-faq-item:last-child {
  border-bottom: 1px solid var(--border);
}

.gc-faq-q {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  padding: 20px 0;
  font-size: 14px;
  font-weight: 600;
  color: var(--ink);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  font-family: 'Inter', sans-serif;
}

.gc-faq-q::after {
  content: '+';
  font-size: 20px;
  font-weight: 300;
  color: var(--bordeaux);
  flex-shrink: 0;
  transition: transform 0.2s;
}

.gc-faq-q[aria-expanded="true"]::after {
  transform: rotate(45deg);
}

.gc-faq-a {
  padding-bottom: 20px;
}

.gc-faq-a p {
  font-size: 14px;
  color: var(--slate);
  line-height: 1.75;
  margin: 0;
}

@media (max-width: 768px) {
  .gc-qs-grid { grid-template-columns: repeat(2, 1fr); }
  .gc-detail-grid { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  .gc-qs-grid { grid-template-columns: repeat(2, 1fr); }
  .gc-quickstart { padding: 20px 16px; }
  .gc-brand-block { padding: 28px 20px; }
}

/* ── CART BUTTON (global) ── */
.cart-btn {
  position: relative;
  display: flex;
  align-items: center;
  gap: 6px;
  background: none;
  border: 1.5px solid var(--navy, #0D1B2A);
  padding: 8px 14px;
  cursor: pointer;
  color: var(--navy, #0D1B2A);
  text-decoration: none;
  font-size: 12px;
  letter-spacing: .04em;
  transition: background .2s, color .2s;
  white-space: nowrap;
}
.cart-btn:hover { background: var(--navy, #0D1B2A); color: #fff; }
.cart-btn svg { width: 16px; height: 16px; flex-shrink: 0; }
.cart-badge {
  position: absolute;
  top: -7px; right: -7px;
  background: var(--navy, #0D1B2A);
  color: #F5F0E8;
  font-size: 9px; font-weight: 700;
  width: 17px; height: 17px;
  border-radius: 50%;
  display: none;
  align-items: center;
  justify-content: center;
}
