/* ============================================================================
   TICKCREST — design system unique
   Recette : editorial-mag · méga-menu · hero kinétique · listing table-specs ·
   carte polaroïd · footer big-type-CTA · blob-organique · motion kinétique ·
   icônes line-fines · type lettrines · couleur terreux.
   Polices : Syne (display) + DM Sans (body) — Google Fonts.
   ============================================================================ */
:root {
  --bg: #f4f1ea;
  --surface: #faf8f3;
  --surface-2: #ece8de;
  --ink: #101418;
  --ink-soft: #52545a;
  --ink-mute: #86867f;
  --line: #dcd7cb;
  --line-strong: #c7c1b2;
  --gold: #9a8352;
  --gold-deep: #786136;
  --pearl: #e8e6e1;
  --graphite: #101418;
  --white: #fffdf8;
  --disp: "Syne", "Syne Fallback", sans-serif;
  --body: "DM Sans", system-ui, sans-serif;
  --wrap: 1220px;
  --gut: clamp(18px, 4vw, 44px);
  --r: 4px;
  --shadow: 0 18px 50px -28px rgba(16, 20, 24, .5);
  --shadow-sm: 0 8px 26px -20px rgba(16, 20, 24, .55);
}
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0; background: var(--bg); color: var(--ink);
  font-family: var(--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; }
h1, h2, h3, h4 { font-family: var(--disp); font-weight: 700; line-height: 1.05; margin: 0; letter-spacing: -.02em; }
.tm-wrap { width: min(100% - var(--gut) * 2, var(--wrap)); margin-inline: auto; }
.tm-ico { width: 22px; height: 22px; display: block; flex: none; }
.tm-eyebrow {
  display: inline-flex; align-items: center; gap: 8px; font-family: var(--body);
  font-size: 12px; font-weight: 600; letter-spacing: .22em; text-transform: uppercase;
  color: var(--gold-deep);
}
.tm-eyebrow .tm-ico { width: 16px; height: 16px; color: var(--gold); }

/* ── boutons ─────────────────────────────────────────────────────────────── */
.tm-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: var(--body); font-weight: 600; font-size: 14px; letter-spacing: .01em;
  padding: 13px 24px; border: 1px solid transparent; border-radius: 100px;
  transition: transform .25s cubic-bezier(.2,.8,.2,1), background .2s, color .2s, box-shadow .2s;
  line-height: 1; white-space: nowrap;
}
.tm-btn .tm-ico { width: 18px; height: 18px; }
.tm-btn-primary { background: var(--ink); color: var(--white); }
.tm-btn-primary:hover { background: var(--gold-deep); transform: translateY(-2px); box-shadow: var(--shadow-sm); }
.tm-btn-ghost { background: transparent; color: var(--ink); border-color: var(--line-strong); }
.tm-btn-ghost:hover { background: var(--ink); color: var(--white); border-color: var(--ink); }
.tm-btn-gold { background: var(--gold); color: #fff; }
.tm-btn-gold:hover { background: var(--gold-deep); transform: translateY(-2px); }
.tm-btn-block { width: 100%; }
.tm-btn-lg { padding: 16px 34px; font-size: 15px; }

/* ── étoiles ─────────────────────────────────────────────────────────────── */
.tm-star-row { display: inline-flex; gap: 2px; vertical-align: middle; }
.tm-star-wrap { width: 15px; height: 15px; }
.tm-star { width: 15px; height: 15px; fill: var(--line-strong); }
.tm-star-wrap.is-on .tm-star { fill: var(--gold); }

/* ── progress + annonce + header (méga-menu) ─────────────────────────────── */
.tm-progress { position: fixed; top: 0; left: 0; height: 3px; width: 0; background: var(--gold); z-index: 120; transition: width .1s linear; }
.tm-announce { background: var(--graphite); color: var(--pearl); font-size: 12.5px; letter-spacing: .02em; }
.tm-announce-in { display: flex; align-items: center; justify-content: center; gap: 30px; height: 40px; overflow: hidden; }
.tm-an-i { display: inline-flex; align-items: center; gap: 8px; white-space: nowrap; }
.tm-an-i .tm-ico { width: 15px; height: 15px; color: var(--gold); }
.tm-an-sep { position: relative; }

.tm-headwrap { position: sticky; top: 0; z-index: 100; background: rgba(244,241,234,.86); backdrop-filter: blur(12px); border-bottom: 1px solid transparent; transition: border-color .3s, box-shadow .3s, background .3s; }
.tm-headwrap.is-solid { border-color: var(--line); box-shadow: 0 6px 24px -20px rgba(16,20,24,.5); background: rgba(247,244,238,.94); }
.tm-header { display: flex; align-items: center; gap: 20px; height: 72px; }
.tm-logo { display: flex; align-items: center; }
.tm-logo img { height: 34px; width: auto; }
.tm-nav { display: flex; align-items: center; gap: 26px; margin-left: 14px; }
.tm-nav > a, .tm-nav-trigger { font-size: 14.5px; font-weight: 500; color: var(--ink); letter-spacing: .01em; background: none; border: 0; padding: 0; display: inline-flex; align-items: center; gap: 5px; position: relative; }
.tm-nav > a::after, .tm-nav-trigger::after { content: ""; position: absolute; left: 0; bottom: -6px; height: 1.5px; width: 0; background: var(--gold); transition: width .25s; }
.tm-nav > a:hover::after, .tm-nav-mega:hover .tm-nav-trigger::after, .tm-nav-mega.is-open .tm-nav-trigger::after { width: 100%; }
.tm-caret { width: 15px; height: 15px; transition: transform .25s; }
.tm-nav-mega:hover .tm-caret, .tm-nav-mega.is-open .tm-caret { transform: rotate(180deg); }
.tm-tools { display: flex; align-items: center; gap: 6px; margin-left: auto; }
.tm-iconbtn { width: 42px; height: 42px; display: inline-flex; align-items: center; justify-content: center; background: none; border: 0; color: var(--ink); border-radius: 50%; position: relative; transition: background .2s, color .2s; }
.tm-iconbtn:hover { background: var(--surface-2); }
.tm-cartbtn .tm-cart-count { position: absolute; top: 4px; right: 4px; min-width: 17px; height: 17px; padding: 0 4px; background: var(--gold); color: #fff; font-family: var(--body); font-size: 10.5px; font-weight: 700; border-radius: 100px; display: flex; align-items: center; justify-content: center; line-height: 1; }
.tm-burger { display: none; }

/* méga-menu */
.tm-nav-mega { position: static; }
.tm-mega {
  position: absolute; left: 50%; top: calc(100% + 10px); transform: translateX(-50%) translateY(8px);
  width: min(920px, calc(100vw - 40px)); background: var(--surface); border: 1px solid var(--line);
  border-radius: 12px; box-shadow: var(--shadow); padding: 22px; display: grid;
  grid-template-columns: 1fr 300px; gap: 22px; opacity: 0; visibility: hidden; transition: opacity .2s, transform .2s; z-index: 90;
}
.tm-nav-mega:hover .tm-mega, .tm-nav-mega.is-open .tm-mega { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.tm-mega-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; align-content: start; }
.tm-mega-col { display: grid; grid-template-columns: 34px 1fr; grid-template-rows: auto auto; column-gap: 12px; padding: 12px; border-radius: 8px; transition: background .2s; }
.tm-mega-col:hover { background: var(--surface-2); }
.tm-mega-ic { grid-row: 1 / 3; display: flex; align-items: center; justify-content: center; color: var(--gold-deep); }
.tm-mega-ic .tm-ico { width: 26px; height: 26px; }
.tm-mega-t { font-family: var(--disp); font-weight: 700; font-size: 15px; }
.tm-mega-d { font-size: 12.5px; color: var(--ink-mute); }
.tm-mega-feat { display: block; border-radius: 10px; overflow: hidden; background: var(--surface-2); position: relative; }
.tm-mega-feat img { aspect-ratio: 3/2; object-fit: cover; }
.tm-mega-feat-tx { padding: 12px 14px; }
.tm-mega-feat-k { display: block; font-size: 10.5px; letter-spacing: .2em; text-transform: uppercase; color: var(--gold-deep); }
.tm-mega-feat-tx strong { display: block; font-family: var(--disp); font-size: 15px; margin: 3px 0; }
.tm-mega-feat-p { color: var(--ink-soft); font-size: 13.5px; }

/* mobile drawer nav */
.tm-mobile { position: fixed; inset: 0; background: var(--bg); z-index: 130; transform: translateX(-100%); transition: transform .35s cubic-bezier(.4,0,.1,1); display: flex; flex-direction: column; padding: 22px var(--gut); }
.tm-mobile.is-open { transform: none; }
.tm-mobile-top { display: flex; align-items: center; justify-content: space-between; }
.tm-mobile-word { font-family: var(--disp); font-weight: 800; font-size: 20px; letter-spacing: .04em; }
.tm-mobile-nav { display: flex; flex-direction: column; gap: 4px; margin-top: 30px; }
.tm-mobile-nav a { font-family: var(--disp); font-weight: 700; font-size: 26px; padding: 10px 0; border-bottom: 1px solid var(--line); }
.tm-mobile-foot { margin-top: auto; display: flex; align-items: center; gap: 9px; color: var(--ink-soft); font-size: 13px; }
.tm-mobile-foot .tm-ico { color: var(--gold); }

/* ── HERO kinétique ──────────────────────────────────────────────────────── */
.tm-hero { position: relative; overflow: hidden; }
.tm-hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(24px, 5vw, 60px); align-items: center; padding: clamp(40px, 7vw, 90px) 0; }
.tm-hero-eyebrow { margin-bottom: 20px; }
.tm-hero h1 { font-size: clamp(48px, 8vw, 104px); line-height: .92; letter-spacing: -.035em; }
.tm-hero h1 .tm-gold { color: var(--gold); font-style: italic; font-weight: 800; }
.tm-hero-sub { font-size: clamp(16px, 1.6vw, 19px); color: var(--ink-soft); max-width: 46ch; margin: 22px 0 30px; }
.tm-hero-cta { display: flex; flex-wrap: wrap; gap: 12px; }
.tm-hero-tags { display: flex; gap: 22px; margin-top: 30px; }
.tm-hero-tags span { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; color: var(--ink-soft); }
.tm-hero-tags .tm-ico { width: 17px; height: 17px; color: var(--gold); }
.tm-hero-media { position: relative; }
.tm-hero-media img { width: 100%; aspect-ratio: 4/5; object-fit: cover; border-radius: 8px; box-shadow: var(--shadow); position: relative; z-index: 2; }
.tm-hero-blob { position: absolute; width: 100%; aspect-ratio: 1; left: 0; top: -9%; z-index: 1; background: radial-gradient(circle at 50% 45%, rgba(154,131,82,.30), rgba(154,131,82,0) 62%); filter: blur(4px); animation: tm-blobmove 16s ease-in-out infinite; }
@keyframes tm-blobmove { 0%,100% { border-radius: 46% 54% 60% 40% / 52% 46% 54% 48%; transform: rotate(0deg) scale(1); } 50% { border-radius: 60% 40% 42% 58% / 44% 58% 42% 56%; transform: rotate(6deg) scale(1.04); } }
/* kinetic marquee band — rendu en pseudo-élément (aucun élément réel ne déborde) */
.tm-kin { border-block: 1px solid var(--line); background: var(--surface); overflow: hidden; position: relative; }
.tm-kin::before {
  content: var(--kin, "");
  display: inline-block; white-space: nowrap; will-change: transform;
  font-family: var(--disp); font-weight: 800; font-size: clamp(28px, 5vw, 56px);
  letter-spacing: -.02em; color: var(--ink); padding: 16px 0; line-height: 1.1;
  animation: tm-marq 30s linear infinite;
}
@keyframes tm-marq { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .tm-kin::before, .tm-hero-blob { animation: none; } }

/* ── sections génériques ─────────────────────────────────────────────────── */
.tm-sec { padding: clamp(52px, 8vw, 96px) 0; }
.tm-sec-head { max-width: 660px; margin-bottom: 40px; }
.tm-sec-head.tm-center { margin-inline: auto; text-align: center; }
.tm-sec-head h2 { font-size: clamp(30px, 4.4vw, 50px); margin: 14px 0 12px; }
.tm-sec-head p { color: var(--ink-soft); font-size: 16.5px; margin: 0; }
.tm-reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s cubic-bezier(.2,.8,.2,1), transform .7s cubic-bezier(.2,.8,.2,1); }
.tm-reveal.is-in { opacity: 1; transform: none; }

/* garanties / sceaux */
.tm-seals { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.tm-seal { background: var(--surface); border: 1px solid var(--line); border-radius: 10px; padding: 26px 22px; }
.tm-seal-ic { width: 48px; height: 48px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: var(--surface-2); color: var(--gold-deep); margin-bottom: 16px; }
.tm-seal-ic .tm-ico { width: 24px; height: 24px; }
.tm-seal h3 { font-size: 18px; margin-bottom: 6px; }
.tm-seal p { font-size: 13.5px; color: var(--ink-soft); margin: 0; }

/* par besoin — grille éditoriale illustrée */
.tm-besoin { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.tm-besoin-card { position: relative; border-radius: 12px; overflow: hidden; min-height: 400px; display: flex; align-items: flex-end; color: #fff; box-shadow: var(--shadow-sm); }
.tm-besoin-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; transition: transform .8s cubic-bezier(.2,.8,.2,1); }
.tm-besoin-card::after { content: ""; position: absolute; inset: 0; z-index: 2; background: linear-gradient(180deg, rgba(16,20,24,0) 30%, rgba(16,20,24,.82) 100%); }
.tm-besoin-card:hover img { transform: scale(1.06); }
.tm-besoin-tx { position: relative; z-index: 3; padding: 26px; }
.tm-besoin-tx .tm-num { font-family: var(--disp); font-weight: 800; font-size: 13px; color: var(--gold); letter-spacing: .1em; }
.tm-besoin-tx h3 { font-size: 25px; margin: 6px 0 6px; }
.tm-besoin-tx p { font-size: 14px; opacity: .9; margin: 0 0 14px; }
.tm-besoin-tx .tm-link { display: inline-flex; align-items: center; gap: 7px; font-size: 13px; font-weight: 600; color: #fff; }
.tm-besoin-tx .tm-link .tm-ico { width: 16px; color: var(--gold); }

/* ── carte polaroïd (best-sellers, nouveautés, related, grille shop) ─────── */
.tm-rail { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.tm-card { background: var(--white); border: 1px solid var(--line); border-radius: 4px; padding: 12px 12px 0; box-shadow: var(--shadow-sm); transition: transform .35s cubic-bezier(.2,.8,.2,1), box-shadow .35s; display: flex; flex-direction: column; transform: rotate(var(--rot, 0deg)); }
.tm-card:hover { transform: rotate(0deg) translateY(-6px); box-shadow: var(--shadow); }
.tm-card-media { position: relative; aspect-ratio: 1; background: var(--surface-2); border-radius: 2px; overflow: hidden; }
.tm-card-media img { width: 100%; height: 100%; object-fit: cover; transition: opacity .3s; }
.tm-card-media img.tm-alt { position: absolute; inset: 0; opacity: 0; }
.tm-card:hover .tm-card-media img.tm-alt { opacity: 1; }
.tm-badges { position: absolute; top: 10px; left: 10px; display: flex; flex-direction: column; gap: 6px; z-index: 3; }
.tm-badge { font-size: 10.5px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; padding: 4px 9px; border-radius: 100px; background: var(--ink); color: var(--white); }
.tm-badge.is-sale { background: var(--gold); }
.tm-badge.is-new { background: var(--surface); color: var(--ink); border: 1px solid var(--line-strong); }
.tm-quickadd { position: absolute; left: 10px; right: 10px; bottom: 10px; z-index: 3; opacity: 0; transform: translateY(8px); transition: opacity .25s, transform .25s; }
.tm-card:hover .tm-quickadd { opacity: 1; transform: none; }
.tm-card-body { padding: 14px 6px 18px; text-align: center; font-family: var(--body); }
.tm-card-cat { font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--gold-deep); }
.tm-card-body h3 { font-family: var(--disp); font-size: 17px; margin: 7px 0 8px; }
.tm-card-rate { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; color: var(--ink-mute); margin-bottom: 8px; }
.tm-card-price { display: inline-flex; align-items: baseline; gap: 8px; justify-content: center; }
.tm-card-price .now { font-weight: 700; font-size: 16px; }
.tm-card-price .was { text-decoration: line-through; color: var(--ink-mute); font-size: 13px; }
.tm-caption { display: block; font-family: var(--disp); font-style: italic; font-size: 12px; color: var(--ink-mute); margin-top: 3px; }

/* ── listing TABLE-SPECS (page shop) ─────────────────────────────────────── */
.tm-shop-head { padding: clamp(30px, 5vw, 56px) 0 20px; }
.tm-shop-lead { font-size: clamp(30px, 4.4vw, 48px); }
.tm-shop-bar { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; padding: 16px 0; border-block: 1px solid var(--line); margin-bottom: 6px; }
.tm-filters { display: flex; gap: 8px; flex-wrap: wrap; }
.tm-chip { font-size: 13px; font-weight: 500; padding: 8px 16px; border-radius: 100px; border: 1px solid var(--line-strong); background: transparent; color: var(--ink); transition: background .2s, color .2s, border-color .2s; }
.tm-chip:hover { border-color: var(--ink); }
.tm-chip.is-active { background: var(--ink); color: var(--white); border-color: var(--ink); }
.tm-shop-right { display: flex; align-items: center; gap: 14px; }
.tm-count { font-size: 13px; color: var(--ink-mute); }
.tm-select { font-family: var(--body); font-size: 13px; padding: 9px 14px; border: 1px solid var(--line-strong); border-radius: 100px; background: var(--surface); color: var(--ink); }
.tm-toggle { display: flex; border: 1px solid var(--line-strong); border-radius: 100px; overflow: hidden; }
.tm-toggle button { width: 40px; height: 38px; display: flex; align-items: center; justify-content: center; background: transparent; border: 0; color: var(--ink-mute); }
.tm-toggle button.is-active { background: var(--ink); color: #fff; }
.tm-toggle .tm-ico { width: 18px; height: 18px; }

.tm-table { width: 100%; border-collapse: collapse; margin: 8px 0 20px; }
.tm-table thead th { text-align: left; font-family: var(--body); font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--ink-mute); padding: 12px 14px; border-bottom: 1px solid var(--line-strong); }
.tm-table thead th.tm-tr-num { text-align: right; }
.tm-row { border-bottom: 1px solid var(--line); transition: background .2s; cursor: pointer; }
.tm-row:hover { background: var(--surface); }
.tm-row td { padding: 14px; vertical-align: middle; }
.tm-row-piece { display: flex; align-items: center; gap: 16px; }
.tm-row-piece img { width: 66px; height: 66px; object-fit: cover; border-radius: 4px; background: var(--surface-2); flex: none; }
.tm-row-piece .tm-row-name { font-family: var(--disp); font-weight: 700; font-size: 16px; }
.tm-row-piece .tm-row-short { font-size: 12.5px; color: var(--ink-mute); max-width: 40ch; }
.tm-row-cat { font-size: 13px; color: var(--ink-soft); }
.tm-row-rate { display: inline-flex; align-items: center; gap: 6px; font-size: 12.5px; color: var(--ink-mute); }
.tm-row-price { text-align: right; white-space: nowrap; }
.tm-row-price .now { font-weight: 700; font-size: 16px; }
.tm-row-price .was { display: block; text-decoration: line-through; color: var(--ink-mute); font-size: 12px; }
.tm-row-act { text-align: right; white-space: nowrap; }
.tm-row-badges { display: inline-flex; gap: 5px; margin-left: 8px; vertical-align: middle; }
.tm-row-badges .tm-badge { position: static; }
/* grille shop = polaroïds sans rotation */
.tm-shop-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; margin: 22px 0 20px; }
.tm-shop-grid .tm-card { transform: none; }
.tm-shop-grid .tm-card:hover { transform: translateY(-6px); }
.tm-hide { display: none !important; }

/* ── bundle builder ─────────────────────────────────────────────────────── */
.tm-bundle { background: var(--graphite); color: var(--pearl); border-radius: 16px; padding: clamp(28px, 4vw, 48px); position: relative; overflow: hidden; }
.tm-bundle::before { content: ""; position: absolute; width: 420px; height: 420px; right: -120px; top: -140px; background: radial-gradient(circle, rgba(154,131,82,.4), transparent 62%); }
.tm-bundle .tm-eyebrow { color: var(--gold); }
.tm-bundle h2 { color: #fff; font-size: clamp(28px, 4vw, 44px); margin: 12px 0 8px; }
.tm-bundle-sub { color: rgba(232,230,225,.72); max-width: 52ch; margin: 0 0 26px; }
.tm-bundle-grid { display: grid; grid-template-columns: 1fr 1fr 300px; gap: 22px; position: relative; z-index: 2; }
.tm-bundle-col h4 { font-family: var(--body); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--gold); margin-bottom: 12px; }
.tm-bundle-pick { display: flex; flex-direction: column; gap: 8px; max-height: 300px; overflow-y: auto; padding-right: 6px; }
.tm-bpick { display: flex; align-items: center; gap: 12px; padding: 8px; border: 1px solid rgba(232,230,225,.16); border-radius: 8px; background: rgba(255,255,255,.02); text-align: left; color: var(--pearl); transition: border-color .2s, background .2s; }
.tm-bpick:hover { border-color: rgba(154,131,82,.6); }
.tm-bpick.is-sel { border-color: var(--gold); background: rgba(154,131,82,.14); }
.tm-bpick img { width: 44px; height: 44px; object-fit: cover; border-radius: 5px; flex: none; }
.tm-bpick .tm-bpick-n { font-size: 13.5px; font-weight: 600; }
.tm-bpick .tm-bpick-p { font-size: 12px; color: rgba(232,230,225,.6); }
.tm-bundle-sum { background: rgba(255,255,255,.04); border: 1px solid rgba(232,230,225,.14); border-radius: 12px; padding: 22px; align-self: start; }
.tm-bundle-sum .tm-bsum-row { display: flex; justify-content: space-between; font-size: 13.5px; padding: 7px 0; color: rgba(232,230,225,.8); }
.tm-bundle-sum .tm-bsum-total { display: flex; justify-content: space-between; align-items: baseline; border-top: 1px solid rgba(232,230,225,.18); margin-top: 10px; padding-top: 14px; }
.tm-bundle-sum .tm-bsum-total b { font-family: var(--disp); font-size: 26px; color: #fff; }
.tm-bundle-sum .tm-btn { margin-top: 16px; }

/* ── bandeau immersif ────────────────────────────────────────────────────── */
.tm-immersif { position: relative; min-height: 460px; display: flex; align-items: center; overflow: hidden; color: #fff; }
.tm-immersif img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; }
.tm-immersif::after { content: ""; position: absolute; inset: 0; z-index: 2; background: linear-gradient(90deg, rgba(16,20,24,.82) 0%, rgba(16,20,24,.5) 55%, rgba(16,20,24,.2) 100%); }
.tm-immersif-tx { position: relative; z-index: 3; max-width: 560px; padding-block: 60px; }
.tm-immersif-tx .tm-eyebrow { color: var(--gold); }
.tm-immersif-tx h2 { color: #fff; font-size: clamp(30px, 4.6vw, 54px); margin: 14px 0 14px; }
.tm-immersif-tx p { color: rgba(255,255,255,.85); margin: 0 0 24px; font-size: 17px; }

/* ── manifeste (lettrines) ───────────────────────────────────────────────── */
.tm-mani { background: var(--surface); border-block: 1px solid var(--line); overflow: hidden; }
.tm-mani-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(28px, 5vw, 64px); align-items: center; }
.tm-mani-media { position: relative; z-index: 0; }
.tm-mani-media img { width: 100%; aspect-ratio: 4/5; object-fit: cover; border-radius: 10px; box-shadow: var(--shadow); position: relative; z-index: 1; }
.tm-mani-media::before { content: ""; position: absolute; inset: -10% -8% auto auto; width: 60%; aspect-ratio: 1; background: radial-gradient(circle, rgba(154,131,82,.3), transparent 65%); z-index: 0; pointer-events: none; }
.tm-mani h2 { font-size: clamp(28px, 4vw, 46px); margin: 14px 0 20px; max-width: 18ch; }
.tm-mani-body { font-size: 17px; color: var(--ink-soft); }
.tm-mani-body::first-letter { font-family: var(--disp); font-weight: 800; font-size: 4.4em; float: left; line-height: .78; margin: 6px 12px 0 0; color: var(--gold); }
.tm-mani .tm-btn { margin-top: 26px; }

/* ── preuve sociale ─────────────────────────────────────────────────────── */
.tm-proof-top { display: flex; align-items: center; justify-content: center; gap: 14px; flex-wrap: wrap; margin-bottom: 34px; text-align: center; }
.tm-proof-top .tm-big { font-family: var(--disp); font-weight: 800; font-size: 40px; }
.tm-proof-top .tm-star-row { transform: scale(1.2); }
.tm-proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.tm-quote { background: var(--surface); border: 1px solid var(--line); border-radius: 12px; padding: 26px; }
.tm-quote .tm-star-row { margin-bottom: 12px; }
.tm-quote p { font-size: 15px; margin: 0 0 16px; color: var(--ink); }
.tm-quote .tm-quote-a { display: flex; align-items: center; gap: 10px; font-size: 13px; color: var(--ink-soft); }
.tm-quote .tm-quote-av { width: 34px; height: 34px; border-radius: 50%; background: var(--gold); color: #fff; display: flex; align-items: center; justify-content: center; font-family: var(--disp); font-weight: 700; font-size: 14px; }
.tm-quote .tm-verified { margin-left: auto; display: inline-flex; align-items: center; gap: 4px; font-size: 11px; color: var(--gold-deep); }
.tm-quote .tm-verified .tm-ico { width: 14px; height: 14px; }

/* ── FAQ ─────────────────────────────────────────────────────────────────── */
.tm-faq { max-width: 820px; margin-inline: auto; }
.tm-faq-item { border-bottom: 1px solid var(--line); }
.tm-faq-q { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 22px 4px; background: none; border: 0; text-align: left; font-family: var(--disp); font-weight: 700; font-size: 19px; color: var(--ink); }
.tm-faq-q .tm-faq-plus { width: 24px; height: 24px; flex: none; position: relative; }
.tm-faq-q .tm-faq-plus::before, .tm-faq-q .tm-faq-plus::after { content: ""; position: absolute; background: var(--gold-deep); transition: transform .3s; }
.tm-faq-q .tm-faq-plus::before { left: 4px; right: 4px; top: 11px; height: 1.5px; }
.tm-faq-q .tm-faq-plus::after { top: 4px; bottom: 4px; left: 11px; width: 1.5px; }
.tm-faq-item.is-open .tm-faq-plus::after { transform: scaleY(0); }
.tm-faq-a { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.tm-faq-a p { margin: 0; padding: 0 4px 22px; color: var(--ink-soft); font-size: 15.5px; max-width: 68ch; }

/* ── modales & drawer ────────────────────────────────────────────────────── */
.tm-overlay { position: fixed; inset: 0; background: rgba(16,20,24,.5); backdrop-filter: blur(2px); opacity: 0; visibility: hidden; transition: opacity .3s; z-index: 140; }
.tm-overlay.is-open { opacity: 1; visibility: visible; }
.tm-drawer { position: fixed; top: 0; right: 0; height: 100%; width: min(420px, 92vw); background: var(--bg); z-index: 150; transform: translateX(100%); transition: transform .38s cubic-bezier(.4,0,.1,1); display: flex; flex-direction: column; box-shadow: -20px 0 60px -30px rgba(0,0,0,.5); }
.tm-drawer.is-open { transform: none; }
.tm-drawer-head { display: flex; align-items: center; justify-content: space-between; padding: 20px 22px; border-bottom: 1px solid var(--line); }
.tm-drawer-head h3 { font-size: 20px; }
.tm-ship-bar { padding: 14px 22px; background: var(--surface); border-bottom: 1px solid var(--line); }
.tm-ship-msg { display: flex; align-items: center; gap: 8px; font-size: 12.5px; color: var(--ink); margin-bottom: 8px; }
.tm-ship-msg .tm-ico { width: 17px; height: 17px; color: var(--gold-deep); }
.tm-ship-track { height: 5px; background: var(--surface-2); border-radius: 100px; overflow: hidden; }
.tm-ship-fill { height: 100%; background: var(--gold); border-radius: 100px; transition: width .4s; }
.tm-drawer-items { flex: 1; overflow-y: auto; padding: 8px 22px; }
.tm-ci { display: flex; gap: 14px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.tm-ci img { width: 72px; height: 72px; object-fit: cover; border-radius: 6px; background: var(--surface-2); flex: none; }
.tm-ci-info { flex: 1; min-width: 0; }
.tm-ci-info h4 { font-family: var(--disp); font-size: 15px; margin-bottom: 3px; }
.tm-ci-var { font-size: 12px; color: var(--ink-mute); }
.tm-ci-price { font-weight: 700; font-size: 14px; margin: 6px 0; }
.tm-qty { display: inline-flex; align-items: center; border: 1px solid var(--line-strong); border-radius: 100px; }
.tm-qty button { width: 30px; height: 30px; display: flex; align-items: center; justify-content: center; background: none; border: 0; color: var(--ink); }
.tm-qty .tm-ico { width: 15px; height: 15px; }
.tm-qty span { min-width: 26px; text-align: center; font-size: 13px; font-weight: 600; }
.tm-ci-rm { display: block; margin-top: 8px; background: none; border: 0; color: var(--ink-mute); font-size: 12px; text-decoration: underline; padding: 0; }
.tm-ci-sm img { width: 56px; height: 56px; }
.tm-ci-add { display: inline-flex; align-items: center; gap: 6px; margin-top: 4px; background: var(--ink); color: #fff; border: 0; border-radius: 100px; font-size: 12px; font-weight: 600; padding: 7px 14px; }
.tm-ci-add .tm-ico { width: 15px; height: 15px; }
.tm-cross { padding: 4px 22px 0; }
.tm-cross-h { font-family: var(--disp); font-size: 14px; letter-spacing: .04em; margin: 12px 0 4px; }
.tm-drawer-empty { text-align: center; padding: 60px 20px; }
.tm-drawer-empty .tm-ico { width: 44px; height: 44px; margin: 0 auto 14px; color: var(--line-strong); }
.tm-drawer-empty h4 { font-size: 19px; margin-bottom: 6px; }
.tm-drawer-empty p { color: var(--ink-mute); font-size: 14px; }
.tm-drawer-foot { padding: 18px 22px; border-top: 1px solid var(--line); background: var(--surface); }
.tm-sub { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 14px; }
.tm-sub b { font-family: var(--disp); font-size: 22px; }
.tm-drawer-foot .tm-btn + .tm-btn { margin-top: 10px; }

.tm-modal { position: fixed; inset: 0; z-index: 160; display: flex; align-items: flex-start; justify-content: center; padding: 8vh 20px; background: rgba(16,20,24,.5); backdrop-filter: blur(3px); opacity: 0; visibility: hidden; transition: opacity .3s; }
.tm-modal.is-open { opacity: 1; visibility: visible; }
.tm-modal-card { background: var(--bg); border-radius: 14px; width: 100%; max-width: 560px; box-shadow: var(--shadow); }
.tm-search-head { display: flex; align-items: center; gap: 12px; padding: 16px 20px; border-bottom: 1px solid var(--line); }
.tm-search-head .tm-ico { color: var(--ink-mute); }
.tm-search-in { flex: 1; border: 0; background: none; font-family: var(--body); font-size: 16px; color: var(--ink); outline: none; }
.tm-search-res { max-height: 60vh; overflow-y: auto; padding: 8px; }
.tm-sres { display: flex; align-items: center; gap: 14px; padding: 10px; border-radius: 8px; transition: background .2s; }
.tm-sres:hover { background: var(--surface-2); }
.tm-sres img { width: 52px; height: 52px; object-fit: cover; border-radius: 6px; }
.tm-sres h4 { font-family: var(--disp); font-size: 15px; }
.tm-sres span { font-size: 12.5px; color: var(--ink-mute); }
.tm-search-none { text-align: center; color: var(--ink-mute); padding: 30px; }

.tm-popin { align-items: center; }
.tm-popin-card { max-width: 760px; display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; position: relative; }
.tm-popin-img img { width: 100%; height: 100%; object-fit: cover; }
.tm-popin-body { padding: 34px; }
.tm-popin-body h3 { font-size: 26px; margin: 12px 0 8px; }
.tm-popin-body p { color: var(--ink-soft); font-size: 14.5px; margin-bottom: 18px; }
.tm-popin-close { position: absolute; top: 10px; right: 10px; background: rgba(244,241,234,.85); z-index: 3; }

/* newsletter forms */
.tm-news-form { display: flex; gap: 10px; }
.tm-news-form input { flex: 1; padding: 13px 18px; border: 1px solid var(--line-strong); border-radius: 100px; font-family: var(--body); font-size: 14px; background: var(--surface); color: var(--ink); }
.tm-news-form input:focus { outline: none; border-color: var(--gold); }
.tm-popin-form { flex-direction: column; }

/* toast */
.tm-toast { position: fixed; bottom: 24px; left: 50%; transform: translateX(-50%) translateY(20px); background: var(--ink); color: var(--white); padding: 13px 22px; border-radius: 100px; display: flex; align-items: center; gap: 9px; font-size: 14px; z-index: 200; opacity: 0; transition: opacity .3s, transform .3s; box-shadow: var(--shadow); }
.tm-toast.is-show { opacity: 1; transform: translateX(-50%); }
.tm-toast .tm-ico { width: 18px; height: 18px; color: var(--gold); }

/* ── FOOTER big-type CTA ─────────────────────────────────────────────────── */
.tm-footer { position: relative; background: var(--graphite); color: var(--pearl); margin-top: 60px; overflow: hidden; }
.tm-footer::before { content: ""; position: absolute; width: 700px; height: 700px; left: 50%; top: -300px; transform: translateX(-50%); background: radial-gradient(circle, rgba(154,131,82,.22), transparent 60%); pointer-events: none; z-index: 0; }
.tm-foot-cta { position: relative; text-align: center; padding: clamp(60px, 9vw, 110px) 0 clamp(40px, 6vw, 64px); }
.tm-eyebrow-c { justify-content: center; color: var(--gold); }
.tm-eyebrow-c .tm-ico { color: var(--gold); }
.tm-foot-big { font-size: clamp(38px, 8vw, 92px); line-height: .96; letter-spacing: -.03em; color: #fff; margin: 16px auto 16px; max-width: 16ch; }
.tm-foot-big-sub { color: rgba(232,230,225,.7); max-width: 46ch; margin: 0 auto 28px; }
.tm-foot-news { max-width: 460px; margin: 0 auto; }
.tm-foot-news input { background: rgba(255,255,255,.06); border-color: rgba(232,230,225,.2); color: var(--pearl); }
.tm-foot-news input::placeholder { color: rgba(232,230,225,.5); }
.tm-foot-note { display: block; margin-top: 12px; font-size: 12px; color: rgba(232,230,225,.5); }
.tm-foot-low { position: relative; display: grid; grid-template-columns: 1.2fr 2fr 1fr; gap: 40px; padding: 40px 0; border-top: 1px solid rgba(232,230,225,.14); }
.tm-foot-word { font-family: var(--disp); font-weight: 800; font-size: 24px; letter-spacing: .06em; color: #fff; }
.tm-foot-tag { display: block; font-size: 12px; letter-spacing: .16em; text-transform: uppercase; color: var(--gold); margin: 6px 0 16px; }
.tm-foot-soc { display: flex; gap: 10px; }
.tm-foot-soc a { width: 38px; height: 38px; border-radius: 50%; border: 1px solid rgba(232,230,225,.2); display: flex; align-items: center; justify-content: center; color: var(--pearl); transition: background .2s, color .2s; }
.tm-foot-soc a:hover { background: var(--gold); border-color: var(--gold); color: #fff; }
.tm-foot-soc .tm-ico { width: 18px; height: 18px; }
.tm-foot-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px 18px; align-content: start; }
.tm-foot-links a { font-size: 13.5px; color: rgba(232,230,225,.72); transition: color .2s; }
.tm-foot-links a:hover { color: #fff; }
.tm-foot-pay-wrap { text-align: right; }
.tm-foot-pay-k { display: block; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: rgba(232,230,225,.5); margin-bottom: 10px; }
.tm-foot-pay { display: flex; gap: 8px; justify-content: flex-end; flex-wrap: wrap; }
.tm-foot-pay svg { width: 44px; height: 29px; }
.tm-foot-legal { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; padding: 18px 0 30px; font-size: 12px; color: rgba(232,230,225,.5); border-top: 1px solid rgba(232,230,225,.1); }

/* ── PDP ─────────────────────────────────────────────────────────────────── */
.tm-crumb { padding: 22px 0 0; font-size: 13px; color: var(--ink-mute); display: flex; gap: 8px; }
.tm-crumb a:hover { color: var(--gold-deep); }
.tm-pdp { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(28px, 4vw, 56px); padding: 24px 0 40px; align-items: start; }
.tm-gallery { position: sticky; top: 96px; }
.tm-gallery-main { aspect-ratio: 1; border-radius: 10px; overflow: hidden; background: var(--surface-2); border: 1px solid var(--line); }
.tm-gallery-main img { width: 100%; height: 100%; object-fit: cover; }
.tm-thumbs { display: flex; gap: 10px; margin-top: 12px; }
.tm-thumbs button { width: 84px; height: 84px; border-radius: 8px; overflow: hidden; border: 1px solid var(--line); background: var(--surface-2); padding: 0; }
.tm-thumbs button.is-active { border-color: var(--gold); }
.tm-thumbs img { width: 100%; height: 100%; object-fit: cover; }
.tm-pdp-info { max-width: 520px; }
.tm-pdp-cat { font-size: 12px; letter-spacing: .16em; text-transform: uppercase; color: var(--gold-deep); }
.tm-pdp-info h1 { font-size: clamp(30px, 4vw, 46px); margin: 8px 0 12px; }
.tm-pdp-rate { display: flex; align-items: center; gap: 10px; font-size: 13px; color: var(--ink-soft); margin-bottom: 18px; }
.tm-pdp-price { display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap; margin-bottom: 8px; }
.tm-pdp-price .now { font-family: var(--disp); font-weight: 800; font-size: 34px; }
.tm-pdp-price .was { text-decoration: line-through; color: var(--ink-mute); font-size: 18px; }
.tm-pdp-price .save { font-size: 12px; font-weight: 700; color: #fff; background: var(--gold); padding: 4px 10px; border-radius: 100px; }
.tm-pdp-sold { font-size: 12.5px; color: var(--ink-mute); margin-bottom: 20px; }
.tm-pdp-short { font-size: 16px; color: var(--ink-soft); margin-bottom: 22px; }
.tm-variant { margin-bottom: 18px; }
.tm-variant-label { font-size: 12px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-mute); margin-bottom: 8px; }
.tm-variant-opts { display: flex; gap: 8px; flex-wrap: wrap; }
.tm-vopt { padding: 9px 16px; border: 1px solid var(--line-strong); border-radius: 100px; background: transparent; font-size: 13px; color: var(--ink); transition: border-color .2s, background .2s; }
.tm-vopt.is-active { border-color: var(--ink); background: var(--ink); color: #fff; }
.tm-pdp-buy { display: flex; gap: 12px; align-items: stretch; margin: 22px 0 14px; }
.tm-qtybox { display: inline-flex; align-items: center; border: 1px solid var(--line-strong); border-radius: 100px; }
.tm-qtybox button { width: 44px; height: 100%; background: none; border: 0; color: var(--ink); font-size: 18px; }
.tm-qtybox span { min-width: 30px; text-align: center; font-weight: 600; }
.tm-pdp-buy .tm-btn { flex: 1; }
.tm-stock { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; color: var(--gold-deep); margin-bottom: 20px; }
.tm-stock::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: #4a9e63; }
.tm-stock.is-low::before { background: var(--gold); }
.tm-reassure { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; border-top: 1px solid var(--line); padding-top: 20px; }
.tm-reassure div { display: flex; align-items: center; gap: 9px; font-size: 13px; color: var(--ink-soft); }
.tm-reassure .tm-ico { width: 19px; height: 19px; color: var(--gold-deep); }
.tm-pdp-benefits { list-style: none; padding: 0; margin: 20px 0; display: grid; gap: 8px; }
.tm-pdp-benefits li { display: flex; align-items: flex-start; gap: 10px; font-size: 14.5px; }
.tm-pdp-benefits .tm-ico { width: 18px; height: 18px; color: var(--gold-deep); margin-top: 2px; flex: none; }
.tm-bundle-qty { display: flex; gap: 10px; margin: 14px 0 4px; }
.tm-bq { flex: 1; border: 1px solid var(--line-strong); border-radius: 8px; padding: 12px; background: transparent; text-align: center; transition: border-color .2s; }
.tm-bq:hover { border-color: var(--ink); }
.tm-bq strong { display: block; font-family: var(--disp); font-size: 15px; }
.tm-bq span { font-size: 11.5px; color: var(--ink-mute); }

/* PDP sections bas */
.tm-pdp-details { display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(28px, 4vw, 56px); padding: 40px 0; border-top: 1px solid var(--line); }
.tm-pdp-details h2 { font-size: 26px; margin-bottom: 16px; }
.tm-pdp-long { font-size: 16px; color: var(--ink-soft); }
.tm-pdp-long::first-letter { font-family: var(--disp); font-weight: 800; font-size: 3.4em; float: left; line-height: .8; margin: 4px 10px 0 0; color: var(--gold); }
.tm-specs { list-style: none; padding: 0; margin: 0; border: 1px solid var(--line); border-radius: 10px; overflow: hidden; }
.tm-specs li { display: flex; justify-content: space-between; gap: 16px; padding: 13px 18px; font-size: 14px; border-bottom: 1px solid var(--line); }
.tm-specs li:last-child { border-bottom: 0; }
.tm-specs li:nth-child(odd) { background: var(--surface); }
.tm-specs .k { color: var(--ink-mute); }
.tm-specs .v { font-weight: 600; text-align: right; }
.tm-pdp-reviews { padding: 40px 0; border-top: 1px solid var(--line); }
.tm-rev-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 22px; }

/* generic hero page header (about/contact/legal) */
.tm-phead { padding: clamp(40px, 6vw, 80px) 0 clamp(20px, 3vw, 40px); border-bottom: 1px solid var(--line); }
.tm-phead h1 { font-size: clamp(36px, 6vw, 68px); }
.tm-phead p { color: var(--ink-soft); font-size: 18px; margin: 16px 0 0; max-width: 60ch; }

/* about */
.tm-about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 5vw, 60px); align-items: center; }
.tm-about-grid img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 12px; box-shadow: var(--shadow-sm); }
.tm-about-body p { font-size: 17px; color: var(--ink-soft); margin: 0 0 18px; }
.tm-about-body p:first-of-type::first-letter { font-family: var(--disp); font-weight: 800; font-size: 3.6em; float: left; line-height: .8; margin: 4px 10px 0 0; color: var(--gold); }
.tm-values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.tm-value { text-align: center; padding: 26px; }
.tm-value-n { font-family: var(--disp); font-weight: 800; font-size: 30px; color: var(--gold); }
.tm-value h3 { font-size: 20px; margin: 8px 0 8px; }
.tm-value p { font-size: 14px; color: var(--ink-soft); margin: 0; }
.tm-carnet { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.tm-carnet-card { border-radius: 12px; overflow: hidden; border: 1px solid var(--line); background: var(--surface); }
.tm-carnet-card img { aspect-ratio: 3/2; object-fit: cover; }
.tm-carnet-tx { padding: 20px; }
.tm-carnet-tx .tm-k { font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--gold-deep); }
.tm-carnet-tx h3 { font-size: 19px; margin: 8px 0 0; }

/* contact */
.tm-contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 5vw, 60px); }
.tm-form label { display: block; font-size: 13px; font-weight: 600; margin-bottom: 6px; }
.tm-form input, .tm-form textarea { width: 100%; padding: 13px 16px; border: 1px solid var(--line-strong); border-radius: 10px; font-family: var(--body); font-size: 15px; background: var(--surface); color: var(--ink); margin-bottom: 16px; }
.tm-form input:focus, .tm-form textarea:focus { outline: none; border-color: var(--gold); }
.tm-form textarea { min-height: 150px; resize: vertical; }
.tm-contact-info { background: var(--surface); border: 1px solid var(--line); border-radius: 12px; padding: 30px; }
.tm-contact-info h3 { font-size: 22px; margin-bottom: 14px; }
.tm-contact-info a { color: var(--gold-deep); }

/* cart page */
.tm-cartpage { display: grid; grid-template-columns: 1.5fr .8fr; gap: 40px; padding: 30px 0 60px; align-items: start; }
.tm-cartpage-items .tm-ci { border-bottom: 1px solid var(--line); }
.tm-cartsum { background: var(--surface); border: 1px solid var(--line); border-radius: 12px; padding: 26px; position: sticky; top: 96px; }
.tm-cartsum h3 { font-size: 20px; margin-bottom: 16px; }
.tm-cartsum-row { display: flex; justify-content: space-between; font-size: 14px; padding: 8px 0; color: var(--ink-soft); }
.tm-cartsum-total { display: flex; justify-content: space-between; align-items: baseline; border-top: 1px solid var(--line); margin-top: 8px; padding-top: 14px; }
.tm-cartsum-total b { font-family: var(--disp); font-size: 24px; }
.tm-cartsum .tm-btn { margin-top: 16px; }
.tm-cart-empty { text-align: center; padding: 80px 20px; }
.tm-cart-empty .tm-ico { width: 54px; height: 54px; margin: 0 auto 16px; color: var(--line-strong); }

/* legal */
.tm-legal { max-width: 820px; padding: 40px 0 70px; }
.tm-legal h2 { font-size: 24px; margin: 34px 0 12px; }
.tm-legal h3 { font-size: 18px; margin: 22px 0 8px; }
.tm-legal p, .tm-legal li { font-size: 15px; color: var(--ink-soft); line-height: 1.7; }
.tm-legal ul { padding-left: 20px; }
.tm-legal a { color: var(--gold-deep); text-decoration: underline; }

/* ── responsive ──────────────────────────────────────────────────────────── */
@media (max-width: 1080px) {
  .tm-rail, .tm-shop-grid { grid-template-columns: repeat(3, 1fr); }
  .tm-seals { grid-template-columns: repeat(2, 1fr); }
  .tm-bundle-grid { grid-template-columns: 1fr 1fr; }
  .tm-bundle-sum { grid-column: 1 / -1; }
  .tm-foot-low { grid-template-columns: 1fr 1fr; }
  .tm-foot-pay-wrap { grid-column: 1 / -1; text-align: left; }
  .tm-foot-pay { justify-content: flex-start; }
}
@media (max-width: 900px) {
  .tm-nav { display: none; }
  .tm-burger { display: inline-flex; }
  .tm-header { height: 64px; gap: 12px; }
  .tm-logo { margin-inline: auto; }
  .tm-tools { margin-left: 0; }
  .tm-hero-grid { grid-template-columns: 1fr; }
  .tm-hero-media { order: -1; max-width: 440px; }
  .tm-mani-grid, .tm-pdp, .tm-pdp-details, .tm-about-grid, .tm-contact-grid, .tm-cartpage { grid-template-columns: 1fr; }
  .tm-besoin, .tm-proof-grid, .tm-values, .tm-carnet, .tm-rev-list { grid-template-columns: 1fr; }
  .tm-gallery { position: static; }
  .tm-cartsum, .tm-gallery { position: static; }
  .tm-immersif-tx { padding-block: 40px; }
  .tm-mani-media { max-width: 420px; margin-inline: auto; }
  /* PDP sticky ATC mobile */
  .tm-pdp-sticky { position: fixed; left: 0; right: 0; bottom: 0; z-index: 90; display: flex; align-items: center; gap: 12px; padding: 12px var(--gut); background: rgba(247,244,238,.96); backdrop-filter: blur(10px); border-top: 1px solid var(--line); }
  .tm-pdp-sticky .tm-sp-price { font-family: var(--disp); font-weight: 800; font-size: 18px; }
  .tm-pdp-sticky .tm-btn { flex: 1; }
}
.tm-pdp-sticky { display: none; }
@media (max-width: 640px) {
  .tm-rail, .tm-shop-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .tm-seals { grid-template-columns: 1fr 1fr; }
  .tm-bundle-grid { grid-template-columns: 1fr; }
  .tm-foot-low { grid-template-columns: 1fr; }
  .tm-foot-links { grid-template-columns: 1fr 1fr; }
  .tm-announce-in { gap: 0; justify-content: center; }
  .tm-an-i:not(:first-child) { display: none; }
  .tm-popin-card { grid-template-columns: 1fr; }
  .tm-popin-img { display: none; }
  .tm-hero-tags { flex-wrap: wrap; gap: 12px; }
  /* table -> cartes empilées sur mobile : on masque la colonne catégorie */
  .tm-table thead { display: none; }
  .tm-table, .tm-table tbody, .tm-row, .tm-row td { display: block; width: 100%; }
  .tm-row { padding: 14px 0; }
  .tm-row td { padding: 4px 0; }
  .tm-row-cat, .tm-row-rate-cell { display: none; }
  .tm-row-price { text-align: left; }
  .tm-row-act { text-align: left; margin-top: 8px; }
  .tm-row-act .tm-btn { width: 100%; }
}
@media (max-width: 400px) {
  .tm-rail, .tm-shop-grid { grid-template-columns: 1fr; }
}
