/* ============================================================================
   GRUFFCEDAR — Soin de la barbe. Design UNIQUE (préfixe .gc-).
   Recette : story-landing · pilule-flottante · hero plein-cadre · listing bento ·
   cartes ticket/étiquette · footer big-type CTA · cercles · motion élastique ·
   icônes trait épais · type condensé (Hepta Slab / Rethink Sans) · schéma pastel.
   ========================================================================== */

:root {
  --ink: #161b1c;
  --slate: #232a2b;
  --slate-2: #2e3738;
  --linen: #e9e2d4;
  --paper: #f5f0e5;
  --cream: #efe8da;
  --sage: #d6dccb;
  --tobacco: #a8763f;
  --tobacco-d: #8c5f2e;
  --tobacco-l: #c69a63;
  --line: #ddd2bd;
  --line-2: #cdbfa4;
  --muted: #6f6a5d;
  --white: #fbf8f1;
  --ok: #4a7a4e;
  --radius: 18px;
  --radius-lg: 28px;
  --pill: 999px;
  --spring: cubic-bezier(.34, 1.4, .5, 1);
  --wrap: 1220px;
  --gut: clamp(18px, 4vw, 40px);
  --f-disp: "Hepta Slab", Georgia, serif;
  --f-body: "Rethink Sans", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0; background: var(--paper); color: var(--ink);
  font-family: var(--f-body); font-size: 16px; line-height: 1.6;
  -webkit-font-smoothing: antialiased; overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }
h1, h2, h3, h4 { font-family: var(--f-disp); font-weight: 800; line-height: 1.02; letter-spacing: -.02em; margin: 0; }

/* icônes trait épais géométrique */
svg { fill: none; stroke: currentColor; stroke-width: 2.15; stroke-linecap: round; stroke-linejoin: round; }
.gc-pay-logos svg, .gc-pay-logos svg * { stroke: none !important; }
.gc-stars svg { width: 15px; height: 15px; stroke-width: 1.4; }
.gc-stars svg.on { fill: var(--tobacco); stroke: var(--tobacco); }
.gc-stars svg.off { fill: none; stroke: var(--line-2); }

.gc-wrap { max-width: var(--wrap); margin: 0 auto; padding-inline: var(--gut); }
.gc-eyebrow {
  display: inline-flex; align-items: center; gap: 8px; font-family: var(--f-body);
  font-weight: 700; text-transform: uppercase; letter-spacing: .18em; font-size: 12px;
  color: var(--tobacco-d);
}
.gc-eyebrow svg { width: 16px; height: 16px; stroke: var(--tobacco); }
.gc-section { padding: clamp(56px, 8vw, 104px) 0; }
.gc-sec-head { max-width: 640px; margin-bottom: clamp(28px, 4vw, 46px); }
.gc-sec-head h2 { font-size: clamp(30px, 5.2vw, 52px); margin: 14px 0 10px; text-transform: uppercase; }
.gc-sec-head p { color: var(--muted); font-size: 17px; margin: 0; }

/* ── boutons ─────────────────────────────────────────────────────────────── */
.gc-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--f-body); font-weight: 700; font-size: 14px; letter-spacing: .04em;
  text-transform: uppercase; padding: 14px 26px; border-radius: var(--pill);
  transition: transform .35s var(--spring), background .25s, color .25s, box-shadow .25s;
  border: 2px solid transparent; white-space: nowrap;
}
.gc-btn svg { width: 18px; height: 18px; }
.gc-btn-solid { background: var(--slate); color: var(--white); }
.gc-btn-solid:hover { background: var(--ink); transform: translateY(-2px); }
.gc-btn-accent { background: var(--tobacco); color: #fff; }
.gc-btn-accent:hover { background: var(--tobacco-d); transform: translateY(-2px); }
.gc-btn-ghost { background: transparent; color: var(--slate); border-color: var(--slate); }
.gc-btn-ghost:hover { background: var(--slate); color: var(--white); }
.gc-btn-light { background: var(--linen); color: var(--slate); }
.gc-btn-light:hover { background: #fff; }
.gc-btn-lg { padding: 18px 40px; font-size: 15px; }
.gc-btn-block { width: 100%; }

/* ── ANNONCE ─────────────────────────────────────────────────────────────── */
.gc-announce {
  background: var(--slate); color: var(--linen); font-size: 12.5px; font-weight: 600;
  letter-spacing: .04em; text-align: center;
}
.gc-announce-track { display: flex; justify-content: center; align-items: center; min-height: 38px; padding: 6px 16px; }
.gc-announce-track span { display: inline-flex; align-items: center; gap: 9px; }
.gc-announce-track svg { width: 16px; height: 16px; stroke: var(--tobacco-l); }
.gc-announce-track b { font-weight: 600; text-transform: uppercase; letter-spacing: .09em; font-size: 11.5px; }

/* ── HEADER pilule flottante ─────────────────────────────────────────────── */
.gc-header { position: sticky; top: 10px; z-index: 90; padding: 12px var(--gut) 0; }
.gc-pill {
  max-width: var(--wrap); margin: 0 auto; display: flex; align-items: center; gap: 18px;
  background: var(--slate); color: var(--linen); border-radius: var(--pill);
  padding: 9px 12px 9px 22px; box-shadow: 0 14px 34px -18px rgba(20, 24, 20, .7);
  border: 1px solid rgba(233, 226, 212, .08); transition: padding .3s var(--spring), box-shadow .3s;
}
.gc-header.is-stuck .gc-pill { padding-block: 7px; box-shadow: 0 18px 40px -20px rgba(15, 18, 15, .85); }
.gc-logo { display: flex; align-items: center; flex: 0 0 auto; }
.gc-logo img { height: 30px; width: auto; filter: brightness(0) invert(1); opacity: .96; }
.gc-nav { display: flex; align-items: center; gap: 20px; margin: 0 auto; }
.gc-nav a {
  font-size: 13px; font-weight: 600; text-transform: uppercase; letter-spacing: .08em;
  color: var(--linen); opacity: .82; position: relative; padding: 4px 0; transition: opacity .2s;
}
.gc-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -2px; height: 2px; background: var(--tobacco-l); transition: right .3s var(--spring); }
.gc-nav a:hover { opacity: 1; } .gc-nav a:hover::after { right: 0; }
.gc-tools { display: flex; align-items: center; gap: 8px; flex: 0 0 auto; }
.gc-ship-chip {
  display: inline-flex; align-items: center; gap: 7px; font-size: 11px; font-weight: 600;
  text-transform: uppercase; letter-spacing: .06em; color: var(--linen); opacity: .7;
  padding-right: 6px; border-right: 1px solid rgba(233, 226, 212, .16); margin-right: 4px;
}
.gc-ship-chip svg { width: 16px; height: 16px; stroke: var(--tobacco-l); }
.gc-icbtn {
  width: 42px; height: 42px; border-radius: var(--pill); display: inline-flex; align-items: center;
  justify-content: center; color: var(--linen); position: relative; transition: background .2s, transform .3s var(--spring);
}
.gc-icbtn svg { width: 22px; height: 22px; }
.gc-icbtn:hover { background: rgba(233, 226, 212, .12); transform: translateY(-1px); }
.gc-burger { display: none; }
.gc-cart-count {
  position: absolute; top: 2px; right: 2px; min-width: 18px; height: 18px; padding: 0 5px;
  background: var(--tobacco); color: #fff; border-radius: var(--pill); font-family: var(--f-body);
  font-size: 11px; font-weight: 800; display: flex; align-items: center; justify-content: center; line-height: 1;
}

/* ── MENU MOBILE ─────────────────────────────────────────────────────────── */
.gc-mobile {
  position: fixed; inset: 0; z-index: 200; background: var(--slate); color: var(--linen);
  transform: translateY(-100%); transition: transform .45s var(--spring); display: flex; flex-direction: column; padding: 20px var(--gut);
}
.gc-mobile.is-open { transform: translateY(0); }
.gc-mobile-head { display: flex; align-items: center; justify-content: space-between; }
.gc-mobile-title { font-family: var(--f-disp); text-transform: uppercase; letter-spacing: .1em; font-size: 15px; }
.gc-mobile-nav { display: flex; flex-direction: column; gap: 4px; margin-top: 30px; }
.gc-mobile-nav a {
  font-family: var(--f-disp); font-size: 30px; text-transform: uppercase; letter-spacing: -.01em;
  padding: 10px 0; border-bottom: 1px solid rgba(233, 226, 212, .1);
}
.gc-mobile-foot { margin-top: auto; display: flex; align-items: center; gap: 10px; padding: 20px 0; color: var(--tobacco-l); font-size: 13px; text-transform: uppercase; letter-spacing: .08em; }
.gc-mobile-foot svg { width: 20px; height: 20px; }

/* ── RECHERCHE ───────────────────────────────────────────────────────────── */
.gc-search { position: fixed; inset: 0; z-index: 210; background: rgba(22, 27, 28, .55); backdrop-filter: blur(4px); opacity: 0; pointer-events: none; transition: opacity .25s; }
.gc-search.is-open { opacity: 1; pointer-events: auto; }
.gc-search-inner { max-width: 640px; margin: 12vh auto 0; padding: 0 20px; }
.gc-search-bar { display: flex; align-items: center; gap: 12px; background: var(--white); border-radius: var(--pill); padding: 10px 12px 10px 20px; box-shadow: 0 20px 50px -20px rgba(0, 0, 0, .5); }
.gc-search-bar svg { width: 22px; height: 22px; color: var(--muted); }
.gc-search-bar input { flex: 1; min-width: 0; border: none; outline: none; background: none; font-family: var(--f-body); font-size: 17px; color: var(--ink); }
.gc-search-bar .gc-icbtn { color: var(--slate); }
.gc-search-res { background: var(--white); border-radius: var(--radius); margin-top: 10px; overflow: hidden; }
.gc-search-res:empty { display: none; }
.gc-search-i { display: flex; align-items: center; gap: 14px; padding: 10px 16px; border-bottom: 1px solid var(--line); }
.gc-search-i:last-child { border-bottom: none; }
.gc-search-i img { width: 48px; height: 48px; object-fit: cover; border-radius: 10px; }
.gc-search-i span { display: flex; flex-direction: column; }
.gc-search-i b { font-size: 15px; } .gc-search-i i { color: var(--tobacco-d); font-style: normal; font-weight: 700; font-size: 14px; }
.gc-search-none { padding: 18px; text-align: center; color: var(--muted); }

/* ── DRAWER panier ───────────────────────────────────────────────────────── */
.gc-overlay { position: fixed; inset: 0; background: rgba(22, 27, 28, .5); z-index: 220; opacity: 0; pointer-events: none; transition: opacity .3s; }
.gc-overlay.is-open { opacity: 1; pointer-events: auto; }
.gc-drawer {
  position: fixed; top: 0; right: 0; height: 100%; width: min(420px, 92vw); background: var(--paper);
  z-index: 230; transform: translateX(100%); transition: transform .42s var(--spring); display: flex; flex-direction: column;
  box-shadow: -20px 0 50px -30px rgba(0, 0, 0, .5);
}
.gc-drawer.is-open { transform: translateX(0); }
.gc-drawer-head { display: flex; align-items: center; justify-content: space-between; padding: 20px 20px 14px; border-bottom: 1px solid var(--line); }
.gc-drawer-head h3 { display: flex; align-items: center; gap: 10px; font-size: 20px; text-transform: uppercase; }
.gc-drawer-head h3 svg { width: 22px; height: 22px; color: var(--tobacco); }
.gc-drawer-head .gc-icbtn { color: var(--slate); }
.gc-ship-bar { padding: 14px 20px; background: var(--linen); border-bottom: 1px solid var(--line); }
.gc-ship-msg { display: flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 600; margin-bottom: 8px; }
.gc-ship-msg svg { width: 18px; height: 18px; color: var(--tobacco-d); flex: 0 0 auto; }
.gc-ship-track { height: 6px; background: var(--line-2); border-radius: var(--pill); overflow: hidden; }
.gc-ship-fill { height: 100%; background: var(--tobacco); border-radius: var(--pill); transition: width .5s var(--spring); }
.gc-drawer-items { flex: 1; overflow-y: auto; padding: 8px 20px; }
.gc-ci { display: grid; grid-template-columns: 64px 1fr auto; gap: 12px; padding: 14px 0; border-bottom: 1px solid var(--line); align-items: start; }
.gc-ci img { width: 64px; height: 64px; object-fit: cover; border-radius: 12px; }
.gc-ci-info h4 { font-family: var(--f-body); font-weight: 700; font-size: 14px; line-height: 1.25; }
.gc-ci-var { font-size: 12px; color: var(--muted); margin-top: 2px; }
.gc-ci-price { font-weight: 700; color: var(--tobacco-d); margin-top: 4px; font-size: 14px; }
.gc-qty { display: inline-flex; align-items: center; gap: 4px; margin-top: 8px; background: var(--cream); border: 1px solid var(--line); border-radius: var(--pill); padding: 2px; }
.gc-qbtn { width: 26px; height: 26px; border-radius: var(--pill); display: inline-flex; align-items: center; justify-content: center; color: var(--slate); }
.gc-qbtn svg { width: 15px; height: 15px; }
.gc-qbtn:hover { background: var(--linen); }
.gc-qty span { min-width: 20px; text-align: center; font-weight: 700; font-size: 14px; }
.gc-ci-rm { grid-column: 2 / 4; justify-self: end; font-size: 11.5px; color: var(--muted); text-transform: uppercase; letter-spacing: .06em; }
.gc-ci-rm:hover { color: var(--ink); text-decoration: underline; }
.gc-drawer-empty { text-align: center; padding: 60px 24px; }
.gc-empty-ic { display: inline-flex; width: 60px; height: 60px; align-items: center; justify-content: center; border-radius: var(--pill); background: var(--linen); color: var(--tobacco); margin-bottom: 16px; }
.gc-empty-ic svg { width: 28px; height: 28px; }
.gc-drawer-empty h4 { font-size: 20px; text-transform: uppercase; margin-bottom: 6px; }
.gc-drawer-empty p { color: var(--muted); margin: 0 0 8px; }
.gc-cross { padding: 4px 20px; }
.gc-cross:empty { display: none; }
.gc-cross h4 { font-family: var(--f-body); font-size: 12px; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); margin: 10px 0 8px; }
.gc-cross-i { display: flex; align-items: center; gap: 12px; padding: 8px 0; }
.gc-cross-i img { width: 44px; height: 44px; border-radius: 10px; object-fit: cover; }
.gc-cross-info { flex: 1; display: flex; flex-direction: column; }
.gc-cross-info span { font-size: 13px; font-weight: 600; line-height: 1.2; }
.gc-cross-info b { font-size: 13px; color: var(--tobacco-d); }
.gc-cross-add { width: 32px; height: 32px; border-radius: var(--pill); background: var(--slate); color: var(--white); display: inline-flex; align-items: center; justify-content: center; transition: transform .3s var(--spring); }
.gc-cross-add svg { width: 16px; height: 16px; }
.gc-cross-add:hover { transform: scale(1.1); background: var(--tobacco); }
.gc-drawer-foot { padding: 16px 20px 22px; border-top: 1px solid var(--line); background: var(--cream); }
.gc-drawer-sub { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 12px; font-size: 14px; text-transform: uppercase; letter-spacing: .06em; }
.gc-drawer-sub b { font-family: var(--f-disp); font-size: 24px; letter-spacing: -.01em; }
.gc-drawer-cont { display: block; text-align: center; margin-top: 10px; font-size: 13px; text-transform: uppercase; letter-spacing: .06em; color: var(--muted); }
.gc-drawer-cont:hover { color: var(--ink); }
.gc-drawer-trust { display: flex; align-items: center; justify-content: center; gap: 7px; margin-top: 12px; font-size: 12px; color: var(--muted); }
.gc-drawer-trust svg { width: 16px; height: 16px; }

/* ── TOAST ───────────────────────────────────────────────────────────────── */
.gc-toast {
  position: fixed; bottom: 24px; left: 50%; transform: translate(-50%, 20px); z-index: 300;
  background: var(--slate); color: var(--white); padding: 12px 20px; border-radius: var(--pill);
  display: flex; align-items: center; gap: 10px; font-weight: 600; font-size: 14px; opacity: 0;
  pointer-events: none; transition: opacity .3s, transform .4s var(--spring); box-shadow: 0 16px 40px -14px rgba(0, 0, 0, .5);
}
.gc-toast.is-show { opacity: 1; transform: translate(-50%, 0); }
.gc-toast svg { width: 20px; height: 20px; color: var(--tobacco-l); }

/* ── reveal élastique ────────────────────────────────────────────────────── */
.gc-reveal { opacity: 0; transform: translateY(26px) scale(.985); transition: opacity .7s ease, transform .8s var(--spring); }
.gc-reveal.is-in { opacity: 1; transform: none; }

/* ── HERO plein-cadre image ──────────────────────────────────────────────── */
.gc-hero { position: relative; min-height: min(84vh, 720px); display: flex; align-items: flex-end; overflow: hidden; }
.gc-hero-img { position: absolute; inset: 0; }
.gc-hero-img img { width: 100%; height: 100%; object-fit: cover; }
.gc-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(22, 27, 28, .38) 0%, rgba(22, 27, 28, .12) 34%, rgba(22, 27, 28, .82) 100%); }
.gc-hero-inner { position: relative; z-index: 2; width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 var(--gut) clamp(46px, 7vw, 84px); color: var(--white); }
.gc-hero-inner .gc-eyebrow { color: var(--tobacco-l); }
.gc-hero-inner .gc-eyebrow svg { stroke: var(--tobacco-l); }
.gc-hero h1 { font-size: clamp(52px, 12vw, 132px); text-transform: uppercase; letter-spacing: -.03em; margin: 14px 0 18px; }
.gc-hero-sub { max-width: 540px; font-size: clamp(16px, 2vw, 19px); color: rgba(251, 248, 241, .9); margin-bottom: 28px; }
.gc-hero-cta { display: flex; flex-wrap: wrap; gap: 14px; }
.gc-hero-scroll { position: absolute; right: var(--gut); bottom: clamp(46px, 7vw, 84px); z-index: 2; display: flex; align-items: center; gap: 10px; color: var(--white); font-size: 11px; text-transform: uppercase; letter-spacing: .16em; writing-mode: vertical-rl; }
.gc-hero-scroll::after { content: ""; width: 1px; height: 44px; background: rgba(251, 248, 241, .5); animation: gcScroll 2s var(--spring) infinite; }
@keyframes gcScroll { 0%, 100% { transform: scaleY(.4); opacity: .4; } 50% { transform: scaleY(1); opacity: 1; } }

/* ── TRUST strip ─────────────────────────────────────────────────────────── */
.gc-trust { background: var(--slate); color: var(--linen); }
.gc-trust-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; padding: 20px 0; }
.gc-trust-i { display: flex; align-items: center; justify-content: center; gap: 11px; text-align: left; font-size: 13px; font-weight: 600; }
.gc-trust-i svg { width: 24px; height: 24px; stroke: var(--tobacco-l); flex: 0 0 auto; }
.gc-trust-i + .gc-trust-i { border-left: 1px solid rgba(233, 226, 212, .12); }

/* ── QUIZ finder ─────────────────────────────────────────────────────────── */
.gc-quiz { background: var(--linen); }
.gc-quiz-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(24px, 4vw, 56px); align-items: center; }
.gc-quiz-media { position: relative; border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 4/5; }
.gc-quiz-media img { width: 100%; height: 100%; object-fit: cover; }
.gc-quiz-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 40%, rgba(35, 42, 43, .5)); }
.gc-quiz-q { font-family: var(--f-disp); font-size: 20px; text-transform: uppercase; margin: 18px 0 16px; }
.gc-quiz-opts { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.gc-quiz-opt {
  text-align: left; background: var(--white); border: 1.5px solid var(--line); border-radius: var(--radius);
  padding: 16px; transition: transform .35s var(--spring), border-color .2s, box-shadow .25s;
}
.gc-quiz-opt:hover, .gc-quiz-opt.is-on { border-color: var(--tobacco); transform: translateY(-3px); box-shadow: 0 16px 30px -20px rgba(140, 95, 46, .6); }
.gc-quiz-opt b { display: block; font-family: var(--f-disp); font-size: 17px; text-transform: uppercase; letter-spacing: -.01em; }
.gc-quiz-opt span { font-size: 13px; color: var(--muted); }
.gc-quiz-result { margin-top: 18px; background: var(--white); border-radius: var(--radius); padding: 16px; display: none; align-items: center; gap: 16px; }
.gc-quiz-result.is-on { display: flex; animation: gcPop .5s var(--spring); }
@keyframes gcPop { from { opacity: 0; transform: scale(.94); } to { opacity: 1; transform: none; } }
.gc-quiz-result img { width: 84px; height: 84px; border-radius: 14px; object-fit: cover; flex: 0 0 auto; }
.gc-qr-info { flex: 1; }
.gc-qr-info .gc-eyebrow { margin-bottom: 4px; }
.gc-qr-info b { font-family: var(--f-disp); font-size: 19px; display: block; }
.gc-qr-info .gc-qr-price { color: var(--tobacco-d); font-weight: 700; }
.gc-qr-reset { margin-top: 12px; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); }
.gc-qr-reset:hover { color: var(--ink); }

/* ── CARTE produit ticket / étiquette ────────────────────────────────────── */
.gc-card {
  position: relative; background: var(--white); border: 1.5px solid var(--line); border-radius: var(--radius);
  overflow: hidden; display: flex; flex-direction: column; transition: transform .4s var(--spring), box-shadow .3s, border-color .2s;
}
.gc-card:hover { transform: translateY(-5px); box-shadow: 0 26px 44px -30px rgba(35, 42, 43, .55); border-color: var(--line-2); }
.gc-card-media { position: relative; aspect-ratio: 1/1; overflow: hidden; background: var(--slate); }
.gc-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--spring); }
.gc-card:hover .gc-card-media img { transform: scale(1.05); }
.gc-card-badges { position: absolute; top: 12px; left: 12px; display: flex; flex-direction: column; gap: 6px; z-index: 2; }
.gc-badge { font-family: var(--f-body); font-size: 10.5px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; padding: 5px 10px; border-radius: var(--pill); background: var(--slate); color: var(--linen); }
.gc-badge.is-sale { background: var(--tobacco); color: #fff; }
.gc-badge.is-new { background: var(--linen); color: var(--slate); }
.gc-quickadd {
  position: absolute; right: 12px; bottom: 12px; z-index: 2; width: 46px; height: 46px; border-radius: var(--pill);
  background: var(--white); color: var(--slate); display: inline-flex; align-items: center; justify-content: center;
  box-shadow: 0 10px 24px -12px rgba(0, 0, 0, .5); transform: translateY(8px) scale(.9); opacity: 0;
  transition: transform .4s var(--spring), opacity .3s, background .2s;
}
.gc-quickadd svg { width: 20px; height: 20px; }
.gc-card:hover .gc-quickadd { transform: none; opacity: 1; }
.gc-quickadd:hover { background: var(--tobacco); color: #fff; }
/* perforation ticket : liseré pointillé + encoche circulaire */
.gc-card-body { padding: 16px 18px 18px; position: relative; border-top: 2px dashed var(--line); }
.gc-card-body::before, .gc-card-body::after {
  content: ""; position: absolute; top: -9px; width: 16px; height: 16px; border-radius: var(--pill);
  background: var(--paper); border: 1.5px solid var(--line);
}
.gc-card-body::before { left: -9px; } .gc-card-body::after { right: -9px; }
.gc-card-cat { font-size: 11px; text-transform: uppercase; letter-spacing: .1em; color: var(--tobacco-d); font-weight: 700; }
.gc-card-name { font-family: var(--f-disp); font-size: 18px; line-height: 1.08; text-transform: uppercase; letter-spacing: -.01em; margin: 5px 0 8px; }
.gc-card:hover .gc-card-name { color: var(--tobacco-d); }
.gc-card-rate { display: flex; align-items: center; gap: 6px; font-size: 12px; color: var(--muted); margin-bottom: 10px; }
.gc-card-foot { display: flex; align-items: flex-end; justify-content: space-between; gap: 10px; margin-top: auto; }
.gc-price { display: flex; align-items: baseline; gap: 8px; }
.gc-price b { font-family: var(--f-disp); font-size: 22px; letter-spacing: -.01em; }
.gc-price s { color: var(--muted); font-size: 14px; text-decoration-thickness: 1.5px; }
.gc-price-tag {
  display: inline-flex; align-items: center; gap: 6px; background: var(--linen); color: var(--slate);
  padding: 6px 12px; border-radius: var(--pill); font-family: var(--f-disp); font-size: 15px;
}
.gc-card-sold { font-size: 11px; color: var(--muted); display: flex; align-items: center; gap: 6px; margin-top: 8px; }
.gc-card-sold svg { width: 14px; height: 14px; stroke: var(--tobacco); }

/* grille standard */
.gc-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(16px, 2vw, 24px); }

/* ── BENTO listing (best-sellers) ────────────────────────────────────────── */
.gc-bento { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 1fr; gap: clamp(14px, 1.8vw, 22px); }
.gc-bento .gc-card--wide { grid-column: span 2; }
.gc-bento .gc-card--wide .gc-card-media { aspect-ratio: 2/1; }
.gc-bento .gc-card--tall { grid-row: span 2; }
.gc-bento .gc-card--tall .gc-card-media { aspect-ratio: auto; flex: 1; }
.gc-bento .gc-card--feature { grid-column: span 2; grid-row: span 2; }
.gc-bento .gc-card--feature .gc-card-name { font-size: 26px; }
.gc-bento .gc-card--feature .gc-card-media { aspect-ratio: auto; flex: 1; min-height: 220px; }

/* ── SCEAUX / garanties (cercles) ────────────────────────────────────────── */
.gc-seals { background: var(--cream); }
.gc-seals-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(18px, 2.5vw, 32px); }
.gc-seal { text-align: center; }
.gc-seal-disc {
  width: 118px; height: 118px; margin: 0 auto 18px; border-radius: var(--pill); display: flex;
  align-items: center; justify-content: center; background: var(--white);
  border: 2px solid var(--slate); position: relative; transition: transform .5s var(--spring);
}
.gc-seal-disc::before { content: ""; position: absolute; inset: 8px; border-radius: var(--pill); border: 1.5px dashed var(--line-2); }
.gc-seal:hover .gc-seal-disc { transform: rotate(-6deg) scale(1.04); }
.gc-seal-disc svg { width: 44px; height: 44px; stroke: var(--tobacco); }
.gc-seal h4 { font-size: 17px; text-transform: uppercase; margin-bottom: 8px; }
.gc-seal p { font-size: 13.5px; color: var(--muted); margin: 0; max-width: 220px; margin-inline: auto; }

/* ── TICKER marquee ──────────────────────────────────────────────────────── */
.gc-ticker { background: var(--tobacco); color: #fff; padding: 18px 0; overflow: hidden; }
.gc-ticker-track { display: flex; gap: 40px; width: max-content; animation: gcMarquee 26s linear infinite; }
.gc-ticker-track span { display: inline-flex; align-items: center; gap: 40px; font-family: var(--f-disp); font-size: clamp(22px, 3vw, 34px); text-transform: uppercase; letter-spacing: -.01em; white-space: nowrap; }
.gc-ticker-dot { width: 12px; height: 12px; border-radius: var(--pill); background: #fff; flex: 0 0 auto; }
@keyframes gcMarquee { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .gc-ticker-track { animation: none; } }

/* ── FAQ home ────────────────────────────────────────────────────────────── */
.gc-faq-wrap { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(24px, 4vw, 56px); align-items: start; }
.gc-faq-list { display: flex; flex-direction: column; }
.gc-faq-item { border-top: 1.5px solid var(--line); }
.gc-faq-item:last-child { border-bottom: 1.5px solid var(--line); }
.gc-faq-q { width: 100%; text-align: left; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 20px 0; font-family: var(--f-disp); font-size: clamp(17px, 2.2vw, 21px); text-transform: uppercase; letter-spacing: -.01em; }
.gc-faq-q .gc-faq-ic { width: 34px; height: 34px; border-radius: var(--pill); border: 1.5px solid var(--slate); display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto; transition: background .25s, transform .4s var(--spring); }
.gc-faq-q .gc-faq-ic svg { width: 18px; height: 18px; transition: transform .35s var(--spring); }
.gc-faq-item.is-open .gc-faq-ic { background: var(--slate); color: var(--white); }
.gc-faq-item.is-open .gc-faq-ic svg { transform: rotate(45deg); }
.gc-faq-a { max-height: 0; overflow: hidden; transition: max-height .4s var(--spring); }
.gc-faq-a p { margin: 0 0 20px; color: var(--muted); font-size: 15.5px; max-width: 560px; }

/* ── LOOKBOOK éditorial ──────────────────────────────────────────────────── */
.gc-look { background: var(--slate); color: var(--linen); }
.gc-look .gc-sec-head h2 { color: var(--white); }
.gc-look .gc-sec-head p { color: rgba(233, 226, 212, .7); }
.gc-look-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(16px, 2vw, 26px); }
.gc-look-card { position: relative; border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 3/4; display: flex; align-items: flex-end; }
.gc-look-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--spring); }
.gc-look-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 30%, rgba(15, 18, 15, .85)); }
.gc-look-card:hover img { transform: scale(1.06); }
.gc-look-body { position: relative; z-index: 2; padding: 24px; color: var(--white); }
.gc-look-kicker { font-size: 11px; text-transform: uppercase; letter-spacing: .14em; color: var(--tobacco-l); font-weight: 700; }
.gc-look-body h3 { font-size: clamp(20px, 2.4vw, 26px); text-transform: uppercase; margin: 8px 0 12px; }
.gc-look-read { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; font-weight: 700; }
.gc-look-read svg { width: 18px; height: 18px; transition: transform .35s var(--spring); }
.gc-look-card:hover .gc-look-read svg { transform: translateX(5px); }

/* ── NEWSLETTER ──────────────────────────────────────────────────────────── */
.gc-news { background: var(--linen); }
.gc-news-card { background: var(--white); border: 1.5px solid var(--line); border-radius: var(--radius-lg); padding: clamp(28px, 5vw, 56px); display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(24px, 4vw, 48px); align-items: center; }
.gc-news-card h2 { font-size: clamp(26px, 3.6vw, 40px); text-transform: uppercase; margin-bottom: 12px; }
.gc-news-card p { color: var(--muted); margin: 0; }
.gc-news-form { display: flex; flex-direction: column; gap: 12px; }
.gc-news-input { display: flex; gap: 8px; background: var(--cream); border: 1.5px solid var(--line); border-radius: var(--pill); padding: 6px 6px 6px 20px; flex-wrap: wrap; }
.gc-news-input input { flex: 1 1 140px; min-width: 0; border: none; background: none; outline: none; font-family: var(--f-body); font-size: 15px; color: var(--ink); }
.gc-news-input .gc-btn { flex: 0 0 auto; }
.gc-news-note { font-size: 12px; color: var(--muted); display: flex; align-items: center; gap: 7px; }
.gc-news-note svg { width: 15px; height: 15px; stroke: var(--ok); }

/* ── FOOTER big-type CTA ─────────────────────────────────────────────────── */
.gc-footer { background: var(--ink); color: var(--linen); }
.gc-foot-cta { text-align: center; padding: clamp(60px, 9vw, 118px) var(--gut) clamp(40px, 6vw, 72px); border-bottom: 1px solid rgba(233, 226, 212, .1); }
.gc-foot-eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--tobacco-l); font-size: 12px; text-transform: uppercase; letter-spacing: .16em; font-weight: 700; }
.gc-foot-eyebrow svg { width: 17px; height: 17px; stroke: var(--tobacco-l); }
.gc-foot-cta h2 { font-size: clamp(40px, 9vw, 108px); text-transform: uppercase; letter-spacing: -.03em; margin: 18px auto 28px; max-width: 14ch; color: var(--white); }
.gc-foot-grid { max-width: var(--wrap); margin: 0 auto; padding: clamp(40px, 6vw, 66px) var(--gut); display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: clamp(24px, 3vw, 44px); }
.gc-foot-word { font-family: var(--f-disp); font-size: 30px; letter-spacing: -.02em; color: var(--white); }
.gc-foot-brand p { color: rgba(233, 226, 212, .62); font-size: 14px; max-width: 260px; margin: 14px 0 18px; }
.gc-foot-social { display: flex; gap: 10px; }
.gc-foot-social a { width: 40px; height: 40px; border-radius: var(--pill); border: 1.5px solid rgba(233, 226, 212, .2); display: inline-flex; align-items: center; justify-content: center; transition: background .2s, border-color .2s, transform .3s var(--spring); }
.gc-foot-social a svg { width: 20px; height: 20px; }
.gc-foot-social a:hover { background: var(--tobacco); border-color: var(--tobacco); transform: translateY(-2px); }
.gc-foot-col h4 { font-family: var(--f-body); font-size: 12px; text-transform: uppercase; letter-spacing: .12em; color: var(--tobacco-l); margin-bottom: 16px; }
.gc-foot-col a { display: block; color: rgba(233, 226, 212, .74); font-size: 14px; padding: 6px 0; transition: color .2s, padding-left .25s; }
.gc-foot-col a:hover { color: var(--white); padding-left: 5px; }
.gc-foot-bottom { max-width: var(--wrap); margin: 0 auto; padding: 22px var(--gut) 34px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 18px; border-top: 1px solid rgba(233, 226, 212, .1); }
.gc-foot-pay { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.gc-foot-secure { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; color: rgba(233, 226, 212, .7); text-transform: uppercase; letter-spacing: .06em; }
.gc-foot-secure svg { width: 16px; height: 16px; stroke: var(--tobacco-l); }
.gc-pay-logos { display: flex; gap: 8px; align-items: center; }
.gc-pay-logos svg { width: 42px; height: 28px; border-radius: 5px; }
.gc-foot-legal { display: flex; flex-direction: column; gap: 3px; text-align: right; font-size: 12px; color: rgba(233, 226, 212, .5); }

/* ── PAGE : bandeau titre ────────────────────────────────────────────────── */
.gc-pagehead { background: var(--slate); color: var(--linen); padding: clamp(40px, 6vw, 72px) 0 clamp(30px, 4vw, 44px); }
.gc-pagehead h1 { font-size: clamp(34px, 6vw, 62px); text-transform: uppercase; color: var(--white); margin: 12px 0 10px; }
.gc-pagehead p { color: rgba(233, 226, 212, .72); max-width: 620px; margin: 0; }
.gc-crumbs { display: flex; align-items: center; gap: 8px; font-size: 12px; text-transform: uppercase; letter-spacing: .06em; color: rgba(233, 226, 212, .6); }
.gc-crumbs a:hover { color: var(--white); }

/* ── SHOP filtres ────────────────────────────────────────────────────────── */
.gc-shop-bar { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 28px; }
.gc-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.gc-chip { font-size: 12.5px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; padding: 9px 16px; border-radius: var(--pill); background: var(--white); border: 1.5px solid var(--line); color: var(--slate); transition: background .2s, color .2s, border-color .2s; }
.gc-chip:hover { border-color: var(--line-2); }
.gc-chip.is-on { background: var(--slate); color: var(--linen); border-color: var(--slate); }
.gc-sort { display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--muted); }
.gc-sort select { font-family: var(--f-body); font-size: 13px; padding: 9px 14px; border-radius: var(--pill); border: 1.5px solid var(--line); background: var(--white); color: var(--slate); }
.gc-shop-count { font-size: 13px; color: var(--muted); margin-bottom: 20px; }

/* ── PDP ─────────────────────────────────────────────────────────────────── */
.gc-pdp { padding: clamp(24px, 4vw, 44px) 0 0; }
.gc-pdp-top { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(28px, 4vw, 60px); align-items: start; }
.gc-gallery { position: sticky; top: 100px; }
.gc-gallery-main { border-radius: var(--radius-lg); overflow: hidden; background: var(--slate); aspect-ratio: 1/1; }
.gc-gallery-main img { width: 100%; height: 100%; object-fit: cover; }
.gc-gallery-thumbs { display: flex; gap: 10px; margin-top: 12px; }
.gc-thumb { width: 78px; height: 78px; border-radius: 14px; overflow: hidden; border: 2px solid transparent; background: var(--slate); }
.gc-thumb.is-on { border-color: var(--tobacco); }
.gc-thumb img { width: 100%; height: 100%; object-fit: cover; }
.gc-pdp-cat { font-size: 12px; text-transform: uppercase; letter-spacing: .12em; color: var(--tobacco-d); font-weight: 700; }
.gc-pdp-info h1 { font-size: clamp(28px, 4vw, 44px); text-transform: uppercase; margin: 8px 0 12px; }
.gc-pdp-rate { display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--muted); margin-bottom: 16px; }
.gc-pdp-rate a { text-decoration: underline; }
.gc-pdp-price { display: flex; align-items: baseline; gap: 12px; margin-bottom: 4px; }
.gc-pdp-price b { font-family: var(--f-disp); font-size: 34px; }
.gc-pdp-price s { color: var(--muted); font-size: 19px; }
.gc-pdp-price .gc-save { background: var(--tobacco); color: #fff; font-family: var(--f-body); font-size: 12px; font-weight: 800; padding: 4px 10px; border-radius: var(--pill); }
.gc-pdp-short { font-size: 17px; color: var(--slate-2); margin: 14px 0 20px; }
.gc-pdp-benefits { list-style: none; padding: 0; margin: 0 0 22px; display: flex; flex-direction: column; gap: 10px; }
.gc-pdp-benefits li { display: flex; align-items: flex-start; gap: 10px; font-size: 14.5px; }
.gc-pdp-benefits svg { width: 20px; height: 20px; stroke: var(--tobacco); flex: 0 0 auto; margin-top: 1px; }
.gc-pdp-variants { margin-bottom: 18px; }
.gc-pdp-variants label { font-size: 12px; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); display: block; margin-bottom: 8px; }
.gc-var-opts { display: flex; flex-wrap: wrap; gap: 8px; }
.gc-var-opt { padding: 9px 16px; border-radius: var(--pill); border: 1.5px solid var(--line); background: var(--white); font-size: 13px; font-weight: 600; transition: border-color .2s, background .2s; }
.gc-var-opt.is-on { border-color: var(--slate); background: var(--slate); color: var(--linen); }
.gc-pdp-buy { display: flex; gap: 12px; align-items: stretch; margin-bottom: 12px; }
.gc-qtybox { display: inline-flex; align-items: center; background: var(--white); border: 1.5px solid var(--line); border-radius: var(--pill); padding: 4px; }
.gc-qtybox button { width: 38px; height: 38px; border-radius: var(--pill); display: inline-flex; align-items: center; justify-content: center; color: var(--slate); }
.gc-qtybox button svg { width: 16px; height: 16px; }
.gc-qtybox button:hover { background: var(--cream); }
.gc-qtybox span { min-width: 28px; text-align: center; font-weight: 700; }
.gc-pdp-buy .gc-btn { flex: 1; }
.gc-pdp-stock { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; color: var(--ok); margin-bottom: 18px; }
.gc-pdp-stock.is-low { color: var(--tobacco-d); }
.gc-pdp-stock svg { width: 16px; height: 16px; }
.gc-pdp-reassure { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; padding: 16px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.gc-pdp-reassure div { display: flex; flex-direction: column; align-items: center; gap: 6px; text-align: center; font-size: 11.5px; color: var(--muted); }
.gc-pdp-reassure svg { width: 22px; height: 22px; stroke: var(--tobacco); }
/* PDP sections */
.gc-pdp-sections { margin-top: clamp(40px, 6vw, 72px); display: grid; grid-template-columns: 1fr; gap: clamp(30px, 5vw, 56px); }
.gc-pdp-block h2 { font-size: clamp(22px, 3vw, 30px); text-transform: uppercase; margin-bottom: 18px; }
.gc-pdp-long { columns: 2; column-gap: 40px; color: var(--slate-2); font-size: 15.5px; max-width: 860px; }
.gc-specs { width: 100%; border-collapse: collapse; max-width: 620px; }
.gc-specs tr { border-bottom: 1px solid var(--line); }
.gc-specs th { text-align: left; font-family: var(--f-body); font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: .05em; color: var(--muted); padding: 12px 0; width: 40%; }
.gc-specs td { padding: 12px 0; font-size: 15px; }
.gc-reviews-head { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; margin-bottom: 24px; }
.gc-reviews-score { text-align: center; }
.gc-reviews-score b { font-family: var(--f-disp); font-size: 48px; display: block; line-height: 1; }
.gc-reviews-score span { font-size: 12px; color: var(--muted); }
.gc-reviews-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.gc-review { background: var(--white); border: 1.5px solid var(--line); border-radius: var(--radius); padding: 18px; }
.gc-review-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 8px; }
.gc-review-top b { font-family: var(--f-body); font-size: 14px; }
.gc-review-date { font-size: 12px; color: var(--muted); }
.gc-review p { margin: 6px 0 0; font-size: 14.5px; color: var(--slate-2); }
.gc-verified { font-size: 11px; color: var(--ok); display: inline-flex; align-items: center; gap: 4px; margin-top: 8px; }
.gc-verified svg { width: 13px; height: 13px; }

/* ── CART page ───────────────────────────────────────────────────────────── */
.gc-cart-page { display: grid; grid-template-columns: 1.6fr 1fr; gap: clamp(24px, 4vw, 48px); align-items: start; }
.gc-cp-list { display: flex; flex-direction: column; }
.gc-cp-row { display: grid; grid-template-columns: 84px 1fr auto auto; gap: 16px; align-items: center; padding: 18px 0; border-bottom: 1px solid var(--line); }
.gc-cp-row img { width: 84px; height: 84px; border-radius: 14px; object-fit: cover; }
.gc-cp-main h4 { font-family: var(--f-body); font-weight: 700; font-size: 16px; }
.gc-cp-price { font-family: var(--f-disp); font-size: 20px; min-width: 80px; text-align: right; }
.gc-cp-side { background: var(--white); border: 1.5px solid var(--line); border-radius: var(--radius-lg); padding: 22px; position: sticky; top: 100px; }
.gc-cp-side .gc-ship-bar { background: none; border: none; padding: 0 0 16px; }
.gc-cp-sum { display: flex; justify-content: space-between; align-items: baseline; padding: 14px 0; border-top: 1px solid var(--line); }
.gc-cp-sum b { font-family: var(--f-disp); font-size: 28px; }
.gc-cp-tax { font-size: 12px; color: var(--muted); margin: 0 0 16px; }
.gc-cp-cont { display: block; text-align: center; margin-top: 12px; font-size: 13px; text-transform: uppercase; letter-spacing: .06em; color: var(--muted); }
.gc-cp-trust { display: flex; align-items: center; justify-content: center; gap: 7px; margin-top: 14px; font-size: 12px; color: var(--muted); }
.gc-cp-trust svg { width: 16px; height: 16px; }
.gc-cartpage-empty, .gc-cp-empty { text-align: center; padding: 70px 20px; }
.gc-cartpage-empty h2 { font-size: 26px; text-transform: uppercase; margin: 8px 0; }
.gc-cartpage-empty p { color: var(--muted); margin-bottom: 18px; }

/* ── ABOUT / CONTACT ─────────────────────────────────────────────────────── */
.gc-about-intro { display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(28px, 5vw, 64px); align-items: center; }
.gc-about-intro img { border-radius: var(--radius-lg); width: 100%; aspect-ratio: 3/2; object-fit: cover; }
.gc-about-body p { font-size: 16.5px; color: var(--slate-2); margin: 0 0 16px; }
.gc-values { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(18px, 2.5vw, 30px); }
.gc-value { background: var(--white); border: 1.5px solid var(--line); border-radius: var(--radius); padding: 26px; }
.gc-value-ic { width: 56px; height: 56px; border-radius: var(--pill); background: var(--linen); color: var(--tobacco-d); display: inline-flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.gc-value-ic svg { width: 26px; height: 26px; stroke: var(--tobacco); }
.gc-value h3 { font-size: 19px; text-transform: uppercase; margin-bottom: 8px; }
.gc-value p { color: var(--muted); font-size: 14.5px; margin: 0; }
.gc-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; background: var(--slate); border-radius: var(--radius-lg); overflow: hidden; }
.gc-stat { text-align: center; padding: 34px 16px; color: var(--linen); }
.gc-stat + .gc-stat { border-left: 1px solid rgba(233, 226, 212, .12); }
.gc-stat b { font-family: var(--f-disp); font-size: clamp(30px, 4vw, 46px); color: var(--white); display: block; letter-spacing: -.02em; }
.gc-stat span { font-size: 12.5px; text-transform: uppercase; letter-spacing: .08em; color: rgba(233, 226, 212, .66); }
.gc-contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 4vw, 56px); align-items: start; }
.gc-form { display: flex; flex-direction: column; gap: 14px; }
.gc-field label { font-size: 12px; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); display: block; margin-bottom: 6px; }
.gc-field input, .gc-field textarea { width: 100%; font-family: var(--f-body); font-size: 15px; padding: 13px 16px; border-radius: 14px; border: 1.5px solid var(--line); background: var(--white); color: var(--ink); }
.gc-field textarea { min-height: 130px; resize: vertical; }
.gc-contact-side { background: var(--white); border: 1.5px solid var(--line); border-radius: var(--radius-lg); padding: 28px; }
.gc-contact-side h3 { font-size: 20px; text-transform: uppercase; margin-bottom: 16px; }
.gc-contact-line { display: flex; align-items: center; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 15px; }
.gc-contact-line:last-child { border-bottom: none; }
.gc-contact-line svg { width: 20px; height: 20px; stroke: var(--tobacco); flex: 0 0 auto; }
.gc-form-ok, .gc-news-ok { display: none; background: var(--slate); color: var(--linen); padding: 14px 18px; border-radius: 14px; font-size: 14px; align-items: center; gap: 10px; }
.gc-form-ok.is-on, .gc-news-ok.is-on { display: flex; }
.gc-form-ok svg, .gc-news-ok svg { width: 18px; height: 18px; stroke: var(--tobacco-l); }

/* ── LEGAL ───────────────────────────────────────────────────────────────── */
.gc-legal { max-width: 800px; }
.gc-legal h2 { font-size: 22px; text-transform: uppercase; margin: 28px 0 10px; }
.gc-legal p { color: var(--slate-2); margin: 0 0 12px; font-size: 15px; }

/* ── related grid ────────────────────────────────────────────────────────── */
.gc-related { background: var(--cream); }

/* ── responsive ──────────────────────────────────────────────────────────── */
@media (max-width: 1080px) {
  .gc-nav { display: none; }
  .gc-burger { display: inline-flex; }
  .gc-ship-chip { display: none; }
  .gc-grid, .gc-bento { grid-template-columns: repeat(3, 1fr); }
  .gc-bento .gc-card--feature { grid-column: span 2; grid-row: span 1; }
  .gc-pdp-long { columns: 1; }
}
@media (max-width: 860px) {
  .gc-quiz-grid, .gc-faq-wrap, .gc-news-card, .gc-pdp-top, .gc-cart-page, .gc-about-intro, .gc-contact-grid { grid-template-columns: 1fr; }
  .gc-quiz-media { aspect-ratio: 16/10; }
  .gc-gallery { position: static; }
  .gc-cp-side, .gc-gallery { position: static; }
  .gc-values, .gc-seals-grid { grid-template-columns: repeat(2, 1fr); }
  .gc-look-grid { grid-template-columns: 1fr; }
  .gc-look-card { aspect-ratio: 16/10; }
  .gc-reviews-list { grid-template-columns: 1fr; }
  .gc-stats { grid-template-columns: repeat(2, 1fr); }
  .gc-stat:nth-child(3) { border-left: none; }
  .gc-hero-scroll { display: none; }
}
@media (max-width: 640px) {
  .gc-grid, .gc-bento { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .gc-bento .gc-card--wide, .gc-bento .gc-card--feature, .gc-bento .gc-card--tall { grid-column: auto; grid-row: auto; }
  .gc-bento .gc-card--wide .gc-card-media, .gc-bento .gc-card--feature .gc-card-media { aspect-ratio: 1/1; min-height: 0; }
  .gc-trust-row { grid-template-columns: 1fr 1fr; gap: 4px; }
  .gc-trust-i:nth-child(3) { border-left: none; }
  .gc-trust-i { font-size: 12px; padding: 8px 4px; }
  .gc-seals-grid, .gc-values, .gc-quiz-opts { grid-template-columns: 1fr; }
  .gc-quiz-opts { grid-template-columns: 1fr 1fr; }
  .gc-foot-grid { grid-template-columns: 1fr 1fr; }
  .gc-foot-brand { grid-column: 1 / -1; }
  .gc-pdp-buy { flex-wrap: wrap; }
  .gc-pdp-reassure { grid-template-columns: 1fr; gap: 8px; }
  .gc-cp-row { grid-template-columns: 64px 1fr auto; }
  .gc-cp-row img { width: 64px; height: 64px; }
  .gc-cp-price { grid-column: 2 / -1; text-align: left; }
  .gc-foot-bottom { flex-direction: column; align-items: flex-start; }
  .gc-foot-legal { text-align: left; }
  .gc-news-input .gc-btn { flex: 1 1 100%; }
  .gc-ci { grid-template-columns: 56px 1fr; }
  .gc-ci-price { grid-column: 2; }
  .gc-drawer-head h3 { font-size: 18px; }
}

/* sticky ATC mobile (PDP) */
.gc-sticky-atc { display: none; }
@media (max-width: 860px) {
  .gc-sticky-atc {
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 80; background: var(--white);
    border-top: 1px solid var(--line); padding: 10px var(--gut) calc(10px + env(safe-area-inset-bottom));
    display: flex; align-items: center; gap: 12px; box-shadow: 0 -10px 30px -20px rgba(0, 0, 0, .5);
  }
  .gc-sticky-atc .gc-sa-price { font-family: var(--f-disp); font-size: 20px; }
  .gc-sticky-atc .gc-btn { flex: 1; }
  body.gc-has-atc { padding-bottom: 76px; }
}
