/* ============================================================
   RESTCAIRN — design system (unique, préfixe .rc-)
   skeleton bento · header sidebar verticale · hero slider plein écran
   listing grille diagonale · cartes polaroïd · footer colonne latérale
   formes pilules · motion élastique · icônes monoline · type tracking-large · high-contrast
   Palette : sauge #7d8a7a · crème #f4f1ea · or #c9a15e · encre #33392f
   Fonts : EB Garamond (display) + Jost (body)
   ============================================================ */
:root {
  --sage: #7d8a7a; --sage-d: #5f6c5c;
  --cream: #f4f1ea; --cream-2: #eee9df;
  --paper: #fbf9f4;
  --gold: #c9a15e; --gold-d: #a9823f;
  --ink: #33392f; --ink-soft: #565c50;
  --line: rgba(51,57,47,.14);
  --line-2: rgba(51,57,47,.08);
  --side: 236px; --announce: 40px; --topbar: 60px;
  --r-pill: 999px; --r-tile: 22px; --r-card: 16px;
  --shadow: 0 18px 50px -28px rgba(51,57,47,.42);
  --shadow-sm: 0 8px 26px -18px rgba(51,57,47,.4);
  --spring: cubic-bezier(.22,1.28,.4,1);
  --ease: cubic-bezier(.4,0,.15,1);
  --maxw: 1240px;
  --serif: "EB Garamond", Georgia, serif;
  --sans: "Jost", system-ui, sans-serif;
}
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0; font-family: var(--sans); color: var(--ink); background: var(--cream);
  font-size: 16px; line-height: 1.6; font-weight: 300; letter-spacing: .01em;
  padding-top: var(--announce); overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 { font-family: var(--serif); font-weight: 500; line-height: 1.08; margin: 0; letter-spacing: .005em; }
button { font-family: inherit; cursor: pointer; }
.rc-i { display: inline-flex; align-items: center; justify-content: center; }
.rc-i svg { width: 22px; height: 22px; display: block; }

/* eyebrow / tracking-large */
.rc-eyebrow { font-size: .74rem; letter-spacing: .34em; text-transform: uppercase; color: var(--gold-d); font-weight: 500; display: inline-block; }
.rc-section-title { font-size: clamp(2rem, 4.4vw, 3.3rem); letter-spacing: .01em; }
.rc-lede { color: var(--ink-soft); max-width: 54ch; font-size: 1.06rem; }

/* ---------- layout containers ---------- */
.rc-wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 clamp(20px, 4vw, 56px); }
section { position: relative; }
.rc-sec { padding: clamp(64px, 8vw, 116px) 0; }
.rc-sec-head { display: flex; flex-direction: column; gap: 12px; margin-bottom: clamp(30px, 4vw, 54px); }
.rc-sec-head .rc-lede { margin-top: 4px; }

/* ============ HEADER / SIDEBAR ============ */
.rc-announce { position: fixed; top: 0; left: 0; right: 0; height: var(--announce); z-index: 70; background: var(--ink); color: var(--cream); display: flex; align-items: center; justify-content: center; }
.rc-announce p { margin: 0; font-size: .74rem; letter-spacing: .22em; text-transform: uppercase; padding: 0 16px; text-align: center; }

.rc-side {
  position: fixed; top: var(--announce); left: 0; bottom: 0; width: var(--side); z-index: 60;
  background: var(--paper); border-right: 1px solid var(--line);
  display: flex; flex-direction: column; padding: 30px 26px 24px;
}
.rc-logo { display: flex; align-items: center; justify-content: flex-start; margin-bottom: 30px; }
.rc-logo img { height: 40px; width: auto; }
.rc-logo-txt { font-family: var(--serif); font-weight: 600; letter-spacing: .3em; text-transform: uppercase; font-size: 1.15rem; color: var(--ink); }
.rc-logo .rc-logo-txt { display: none; } /* image shown; fallback text hidden unless no logo */
.rc-nav { display: flex; flex-direction: column; gap: 2px; flex: 1 1 auto; margin-top: 6px; }
.rc-nav-link { font-size: .82rem; letter-spacing: .2em; text-transform: uppercase; color: var(--ink-soft); padding: 11px 12px; border-radius: var(--r-pill); transition: background .3s var(--ease), color .3s var(--ease), padding-left .3s var(--spring); position: relative; }
.rc-nav-link:hover { color: var(--ink); background: rgba(125,138,122,.12); padding-left: 20px; }
.rc-nav-link.active { color: var(--ink); background: var(--sage); color: var(--cream); }
.rc-side-foot { display: flex; flex-direction: column; gap: 16px; padding-top: 18px; border-top: 1px solid var(--line-2); }
.rc-tools { display: flex; align-items: center; gap: 8px; }
.rc-tool { width: 44px; height: 44px; border-radius: var(--r-pill); border: 1px solid var(--line); background: transparent; color: var(--ink); display: inline-flex; align-items: center; justify-content: center; position: relative; transition: background .25s var(--ease), transform .3s var(--spring), border-color .25s; }
.rc-tool:hover { background: var(--sage); color: var(--cream); border-color: var(--sage); transform: translateY(-2px); }
.rc-cart-count { position: absolute; top: -4px; right: -4px; min-width: 19px; height: 19px; padding: 0 5px; border-radius: var(--r-pill); background: var(--gold); color: #fff; font-size: .66rem; font-weight: 500; display: inline-flex; align-items: center; justify-content: center; line-height: 1; }
.rc-lang { display: flex; gap: 4px; flex-wrap: wrap; }
.rc-lang button { border: none; background: transparent; color: var(--ink-soft); font-size: .68rem; letter-spacing: .12em; padding: 4px 7px; border-radius: var(--r-pill); transition: .2s; }
.rc-lang button.on, .rc-lang button:hover { background: var(--ink); color: var(--cream); }
.rc-side-micro { display: flex; align-items: center; gap: 8px; font-size: .72rem; color: var(--ink-soft); margin: 0; letter-spacing: .04em; }
.rc-side-micro .rc-i svg { width: 17px; height: 17px; }

/* topbar (mobile) + mobile menu */
.rc-topbar { display: none; position: fixed; top: var(--announce); left: 0; right: 0; height: var(--topbar); z-index: 60; background: var(--paper); border-bottom: 1px solid var(--line); align-items: center; justify-content: space-between; padding: 0 16px; }
.rc-logo-m img { height: 30px; }
.rc-burger { border: none; }
.rc-mobile { position: fixed; inset: 0; z-index: 90; background: var(--paper); padding: 22px; display: flex; flex-direction: column; overflow-y: auto; }
.rc-mobile[hidden] { display: none; }
.rc-mobile-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 24px; }
.rc-mobile-top .rc-logo-txt { display: inline; }
.rc-mnav { display: flex; flex-direction: column; gap: 4px; flex: 1; }
.rc-mnav .rc-nav-link { font-size: 1rem; padding: 14px 10px; }
.rc-mobile .rc-lang { margin-top: 20px; }

/* ============ BUTTONS (pills) ============ */
.rc-btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 15px 30px; border-radius: var(--r-pill); border: 1px solid transparent; font-size: .78rem; letter-spacing: .18em; text-transform: uppercase; font-weight: 400; transition: transform .35s var(--spring), background .3s var(--ease), color .3s, box-shadow .3s; }
.rc-btn:hover { transform: translateY(-3px); }
.rc-btn-primary { background: var(--ink); color: var(--cream); }
.rc-btn-primary:hover { background: var(--sage-d); box-shadow: var(--shadow-sm); }
.rc-btn-gold { background: var(--gold); color: #fff; }
.rc-btn-gold:hover { background: var(--gold-d); }
.rc-btn-line { background: transparent; border-color: var(--ink); color: var(--ink); }
.rc-btn-line:hover { background: var(--ink); color: var(--cream); }
.rc-btn-light { background: var(--cream); color: var(--ink); }
.rc-full { width: 100%; }
.rc-btn .rc-i svg { width: 18px; height: 18px; }

/* ============ HERO — slider plein écran ============ */
.rc-hero { position: relative; height: min(90vh, 800px); min-height: 540px; overflow: hidden; border-radius: 0 0 var(--r-tile) var(--r-tile); }
.rc-slide { position: absolute; inset: 0; opacity: 0; transition: opacity 1.1s var(--ease); pointer-events: none; }
.rc-slide.on { opacity: 1; pointer-events: auto; }
.rc-slide::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(51,57,47,.6), rgba(51,57,47,.22) 55%, rgba(51,57,47,.05)); z-index: 1; }
.rc-slide img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.rc-slide-in { position: relative; z-index: 2; height: 100%; display: flex; flex-direction: column; justify-content: center; max-width: 620px; padding: 0 clamp(26px, 6vw, 90px); color: var(--cream); }
.rc-slide .rc-eyebrow { color: var(--gold); }
.rc-slide h1, .rc-slide h2 { color: var(--cream); font-size: clamp(2.4rem, 6vw, 4.6rem); margin: 16px 0 14px; }
.rc-slide-sub { color: rgba(244,241,234,.9); font-size: 1.1rem; max-width: 46ch; margin-bottom: 30px; }
.rc-hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; }
.rc-hero-nav { position: absolute; z-index: 4; bottom: 26px; right: 30px; display: flex; align-items: center; gap: 10px; }
.rc-hero-nav .rc-tool { color: var(--cream); border-color: rgba(244,241,234,.5); }
.rc-hero-nav .rc-tool:hover { background: var(--cream); color: var(--ink); }
.rc-hdots { position: absolute; z-index: 4; bottom: 32px; left: clamp(26px, 6vw, 90px); display: flex; gap: 9px; }
.rc-hdot { width: 30px; height: 4px; border-radius: var(--r-pill); border: none; background: rgba(244,241,234,.4); transition: .3s; }
.rc-hdot.on { background: var(--gold); width: 46px; }

/* ============ REASSURANCE strip ============ */
.rc-reassure { background: var(--ink); color: var(--cream); }
.rc-reassure .rc-wrap { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 26px; padding-top: 34px; padding-bottom: 34px; }
.rc-rea { display: flex; align-items: center; gap: 14px; }
.rc-rea .rc-i { width: 40px; height: 40px; border-radius: var(--r-pill); border: 1px solid rgba(244,241,234,.28); flex: none; color: var(--gold); }
.rc-rea .rc-i svg { width: 20px; height: 20px; }
.rc-rea b { display: block; font-family: var(--serif); font-size: 1.02rem; font-weight: 500; }
.rc-rea span { font-size: .8rem; color: rgba(244,241,234,.7); }

/* ============ BENTO tiles generic ============ */
.rc-bento { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; }
.rc-tile { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-tile); padding: 30px; }

/* ============ BUNDLE BUILDER ============ */
.rc-bundle-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 30px; align-items: stretch; }
.rc-bundle-visual { border-radius: var(--r-tile); overflow: hidden; position: relative; min-height: 380px; }
.rc-bundle-visual img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.rc-bundle-visual .rc-bundle-cap { position: absolute; z-index: 2; left: 26px; right: 26px; bottom: 24px; color: var(--cream); }
.rc-bundle-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(51,57,47,.55), transparent 60%); }
.rc-bundle-cap { position: relative; z-index: 3; }
.rc-bundle-panel { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-tile); padding: 26px; display: flex; flex-direction: column; }
.rc-bundle-list { display: flex; flex-direction: column; gap: 8px; margin: 4px 0 14px; max-height: 340px; overflow-y: auto; }
.rc-bp { display: grid; grid-template-columns: auto 1fr auto auto; align-items: center; gap: 12px; padding: 8px; border: 1px solid var(--line-2); border-radius: var(--r-pill); transition: border-color .25s, background .25s; cursor: pointer; }
.rc-bp.on { border-color: var(--sage); background: rgba(125,138,122,.08); }
.rc-bp img { width: 52px; height: 52px; border-radius: var(--r-pill); object-fit: cover; }
.rc-bp-main { display: flex; flex-direction: column; min-width: 0; }
.rc-bp-name { font-size: .9rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.rc-bp-cat { font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-soft); }
.rc-bp-price { font-size: .9rem; font-weight: 400; }
.rc-bp-add { width: 34px; height: 34px; border-radius: var(--r-pill); border: 1px solid var(--line); background: #fff; color: var(--ink); display: inline-flex; align-items: center; justify-content: center; }
.rc-bp.on .rc-bp-add { background: var(--sage); color: var(--cream); border-color: var(--sage); }
.rc-bp-add svg { width: 17px; height: 17px; }
.rc-bundle-foot { margin-top: auto; padding-top: 16px; border-top: 1px solid var(--line); }
.rc-bundle-total-row { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 12px; }
.rc-bundle-total-row .lbl { font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-soft); }
.rc-bundle-total { font-family: var(--serif); font-size: 2rem; }
.rc-bundle-hint { font-size: .76rem; color: var(--ink-soft); margin: 10px 0 0; text-align: center; }

/* ============ STATS / counters ============ */
.rc-stats { background: var(--sage); color: var(--cream); border-radius: var(--r-tile); }
.rc-stats-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 24px; text-align: center; }
.rc-stat .num { font-family: var(--serif); font-size: clamp(2.2rem, 4.4vw, 3.4rem); line-height: 1; }
.rc-stat .lbl { display: block; font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; color: rgba(244,241,234,.82); margin-top: 10px; }
.rc-stats .rc-eyebrow { color: var(--cream); opacity: .8; }
.rc-stats .rc-section-title { color: var(--cream); }

/* ============ CARDS — polaroïd + grille diagonale ============ */
.rc-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: clamp(18px, 2.2vw, 30px); }
.rc-grid-3 { grid-template-columns: repeat(3, minmax(0,1fr)); }
/* diagonal stagger */
.rc-grid > .rc-card:nth-child(4n+2) { transform: translateY(28px); }
.rc-grid > .rc-card:nth-child(4n+3) { transform: translateY(14px); }
.rc-grid > .rc-card:nth-child(4n+4) { transform: translateY(42px); }
.rc-card { background: #fff; border-radius: var(--r-card); padding: 12px 12px 18px; box-shadow: var(--shadow-sm); transition: transform .5s var(--spring), box-shadow .4s var(--ease); position: relative; }
.rc-card:nth-child(odd) { rotate: -1deg; }
.rc-card:nth-child(even) { rotate: 1deg; }
.rc-card:hover { rotate: 0deg; transform: translateY(-8px) !important; box-shadow: var(--shadow); z-index: 2; }
.rc-card-media { display: block; position: relative; border-radius: 10px; overflow: hidden; aspect-ratio: 1/1; background: var(--cream); }
.rc-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.rc-card:hover .rc-card-media img { transform: scale(1.06); }
.rc-card-badges { position: absolute; top: 10px; left: 10px; display: flex; flex-direction: column; gap: 6px; z-index: 2; }
.rc-badge { font-size: .62rem; letter-spacing: .12em; text-transform: uppercase; padding: 5px 10px; border-radius: var(--r-pill); background: var(--ink); color: var(--cream); font-weight: 400; }
.rc-badge-off { background: var(--gold); color: #fff; }
.rc-badge-nouveau { background: var(--sage); }
.rc-quick { position: absolute; left: 10px; right: 10px; bottom: 10px; z-index: 2; padding: 11px; border: none; border-radius: var(--r-pill); background: rgba(251,249,244,.94); color: var(--ink); font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; opacity: 0; transform: translateY(10px); transition: opacity .35s var(--ease), transform .45s var(--spring), background .25s; backdrop-filter: blur(4px); }
.rc-card-media:hover .rc-quick { opacity: 1; transform: translateY(0); }
.rc-quick:hover { background: var(--gold); color: #fff; }
.rc-card-cap { padding: 14px 6px 2px; text-align: center; }
.rc-card-cat { font-size: .64rem; letter-spacing: .18em; text-transform: uppercase; color: var(--ink-soft); }
.rc-card-name { font-size: 1.16rem; margin: 5px 0 7px; font-weight: 500; }
.rc-card-rate { display: flex; align-items: center; justify-content: center; gap: 6px; margin-bottom: 8px; }
.rc-rc { font-size: .74rem; color: var(--ink-soft); }
.rc-stars { display: inline-flex; gap: 1px; color: var(--gold); }
.rc-stars svg { width: 14px; height: 14px; }
.rc-card-price { display: flex; align-items: baseline; justify-content: center; gap: 8px; }
.rc-price { font-family: var(--serif); font-size: 1.16rem; color: var(--ink); }
.rc-price-lg { font-size: 1.9rem; }
.rc-price-old { color: var(--ink-soft); text-decoration: line-through; font-size: .92rem; font-family: var(--sans); }
.rc-save { font-size: .74rem; color: var(--gold-d); letter-spacing: .04em; }

/* ============ JOURNAL ============ */
.rc-journal-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 24px; }
.rc-jcard { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-tile); overflow: hidden; display: flex; flex-direction: column; transition: transform .5s var(--spring), box-shadow .4s; }
.rc-jcard:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.rc-jcard-media { aspect-ratio: 3/2; overflow: hidden; }
.rc-jcard-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.rc-jcard:hover .rc-jcard-media img { transform: scale(1.05); }
.rc-jcard-body { padding: 24px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.rc-jtag { font-size: .66rem; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-d); }
.rc-jcard h3 { font-size: 1.4rem; }
.rc-jcard p { color: var(--ink-soft); font-size: .94rem; margin: 0; flex: 1; }
.rc-jread { font-size: .74rem; letter-spacing: .14em; text-transform: uppercase; color: var(--ink); display: inline-flex; align-items: center; gap: 8px; margin-top: 6px; }
.rc-jread .rc-i svg { width: 16px; height: 16px; }

/* ============ ORIGINS (carte-origines) ============ */
.rc-origins-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 22px; }
.rc-origin { border-radius: var(--r-tile); overflow: hidden; position: relative; min-height: 420px; display: flex; align-items: flex-end; color: var(--cream); }
.rc-origin img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.rc-origin::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(51,57,47,.78), rgba(51,57,47,.12) 60%); }
.rc-origin-body { position: relative; z-index: 2; padding: 28px; }
.rc-origin-place { display: inline-flex; align-items: center; gap: 7px; font-size: .68rem; letter-spacing: .18em; text-transform: uppercase; color: var(--gold); }
.rc-origin-place .rc-i svg { width: 15px; height: 15px; }
.rc-origin h3 { font-size: 1.7rem; margin: 8px 0 8px; color: var(--cream); }
.rc-origin p { font-size: .92rem; color: rgba(244,241,234,.86); margin: 0; }

/* ============ IMMERSIVE banner ============ */
.rc-immersive { position: relative; min-height: 460px; display: flex; align-items: center; border-radius: var(--r-tile); overflow: hidden; color: var(--cream); margin: 0 clamp(20px, 4vw, 56px); }
.rc-immersive img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.rc-immersive::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(51,57,47,.72), rgba(51,57,47,.25)); }
.rc-immersive-body { position: relative; z-index: 2; max-width: 560px; padding: clamp(34px, 6vw, 72px); }
.rc-immersive .rc-eyebrow { color: var(--gold); }
.rc-immersive h2 { color: var(--cream); font-size: clamp(2rem, 4.6vw, 3.4rem); margin: 14px 0 16px; }
.rc-immersive p { color: rgba(244,241,234,.9); margin-bottom: 26px; }

/* ============ UGC gallery ============ */
.rc-ugc { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.rc-ugc-i { margin: 0; position: relative; aspect-ratio: 1/1; border-radius: var(--r-card); overflow: hidden; }
.rc-ugc-i:nth-child(1) { grid-column: span 2; grid-row: span 2; }
.rc-ugc-i:nth-child(6) { grid-column: span 2; }
.rc-ugc-i img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease); }
.rc-ugc-i:hover img { transform: scale(1.07); }
.rc-ugc-tag { position: absolute; top: 10px; right: 10px; width: 32px; height: 32px; border-radius: var(--r-pill); background: rgba(251,249,244,.9); color: var(--ink); display: flex; align-items: center; justify-content: center; }
.rc-ugc-tag svg { width: 17px; height: 17px; }

/* ============ FAQ ============ */
.rc-faq-wrap { max-width: 800px; }
.rc-acc { border-bottom: 1px solid var(--line); }
.rc-acc summary { list-style: none; cursor: pointer; padding: 22px 4px; display: flex; align-items: center; justify-content: space-between; gap: 16px; font-family: var(--serif); font-size: 1.24rem; font-weight: 500; }
.rc-acc summary::-webkit-details-marker { display: none; }
.rc-acc summary .rc-i { transition: transform .4s var(--spring); flex: none; color: var(--gold-d); }
.rc-acc[open] summary .rc-i { transform: rotate(180deg); }
.rc-acc-body { padding: 0 4px 22px; color: var(--ink-soft); max-width: 66ch; }
.rc-acc-body p { margin: 0; }

/* ============ EMAIL capture ============ */
.rc-capture { background: var(--gold); color: #fff; border-radius: var(--r-tile); text-align: center; padding: clamp(44px, 6vw, 78px); }
.rc-capture h2 { color: #fff; font-size: clamp(1.8rem, 4vw, 2.8rem); }
.rc-capture p { max-width: 48ch; margin: 12px auto 26px; color: rgba(255,255,255,.9); }
.rc-capture-form { display: flex; gap: 10px; max-width: 460px; margin: 0 auto; }
.rc-capture-form input { flex: 1; border: none; border-radius: var(--r-pill); padding: 15px 22px; font-family: inherit; font-size: .92rem; background: rgba(255,255,255,.96); color: var(--ink); }
.rc-capture-form button { background: var(--ink); color: var(--cream); border: none; }
.rc-nl-ok, .rc-capture-ok { font-weight: 400; }

/* ============ FOOTER — colonne latérale ============ */
.rc-footer { position: relative; background: var(--ink); color: var(--cream); margin-top: clamp(40px, 6vw, 90px); padding: clamp(46px, 6vw, 84px) 0; overflow: hidden; }
.rc-foot-spine { position: absolute; left: 0; top: 0; bottom: 0; width: 64px; display: flex; align-items: center; justify-content: center; border-right: 1px solid rgba(244,241,234,.12); }
.rc-foot-spine span { writing-mode: vertical-rl; transform: rotate(180deg); font-family: var(--serif); letter-spacing: .5em; text-transform: uppercase; font-size: 1rem; color: rgba(244,241,234,.4); }
.rc-foot-inner { max-width: 560px; margin-left: 110px; padding-right: 40px; display: flex; flex-direction: column; gap: 30px; }
.rc-foot-head { display: flex; flex-direction: column; gap: 12px; }
.rc-foot-word { font-family: var(--serif); font-size: 1.7rem; letter-spacing: .28em; text-transform: uppercase; color: var(--cream); }
.rc-foot-tag { color: rgba(244,241,234,.72); margin: 0; font-size: 1rem; }
.rc-foot-nl h4 { font-size: 1.05rem; margin-bottom: 10px; color: var(--cream); }
.rc-nl { display: flex; gap: 8px; }
.rc-nl input { flex: 1; background: rgba(244,241,234,.08); border: 1px solid rgba(244,241,234,.2); border-radius: var(--r-pill); padding: 12px 18px; color: var(--cream); font-family: inherit; font-size: .86rem; }
.rc-nl input::placeholder { color: rgba(244,241,234,.5); }
.rc-nl button { border: none; background: var(--gold); color: #fff; border-radius: var(--r-pill); padding: 0 22px; font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; }
.rc-foot-cols { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 22px 30px; }
.rc-fcol h4 { font-size: .74rem; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); margin-bottom: 12px; }
.rc-fcol a { display: block; color: rgba(244,241,234,.76); font-size: .9rem; padding: 5px 0; transition: color .2s, padding-left .3s var(--spring); }
.rc-fcol a:hover { color: var(--cream); padding-left: 6px; }
.rc-foot-trust { display: flex; align-items: center; justify-content: space-between; gap: 18px; flex-wrap: wrap; padding-top: 24px; border-top: 1px solid rgba(244,241,234,.12); }
.rc-foot-pay { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.rc-foot-lock { display: inline-flex; align-items: center; gap: 8px; font-size: .78rem; color: rgba(244,241,234,.72); }
.rc-foot-lock svg { width: 16px; height: 16px; }
.rc-pays { display: inline-flex; gap: 6px; align-items: center; }
.rc-foot-social { width: 40px; height: 40px; border-radius: var(--r-pill); border: 1px solid rgba(244,241,234,.24); display: inline-flex; align-items: center; justify-content: center; color: var(--cream); }
.rc-foot-social:hover { background: var(--gold); border-color: var(--gold); }
.rc-foot-legal { font-size: .78rem; color: rgba(244,241,234,.56); margin: 0; line-height: 1.7; }
.rc-foot-copy { font-size: .74rem; color: rgba(244,241,234,.5); margin: 0; }

/* ============ CART DRAWER ============ */
.rc-drawer { position: fixed; inset: 0; z-index: 120; }
.rc-drawer[hidden] { display: none; }
.rc-drawer-scrim { position: absolute; inset: 0; background: rgba(51,57,47,.5); opacity: 0; transition: opacity .32s var(--ease); }
.rc-drawer.open .rc-drawer-scrim { opacity: 1; }
.rc-drawer-panel { position: absolute; top: 0; right: 0; bottom: 0; width: min(440px, 92vw); background: var(--cream); display: flex; flex-direction: column; transform: translateX(100%); transition: transform .4s var(--spring); box-shadow: -20px 0 60px -30px rgba(51,57,47,.5); }
.rc-drawer.open .rc-drawer-panel { transform: translateX(0); }
.rc-drawer-head { display: flex; align-items: center; justify-content: space-between; padding: 22px 24px; border-bottom: 1px solid var(--line); }
.rc-drawer-head h2 { font-size: 1.4rem; }
.rc-ship-bar { padding: 16px 24px; border-bottom: 1px solid var(--line-2); background: var(--paper); }
.rc-ship-track { height: 6px; border-radius: var(--r-pill); background: rgba(51,57,47,.1); overflow: hidden; }
.rc-ship-fill { height: 100%; background: var(--sage); border-radius: var(--r-pill); transition: width .5s var(--spring); }
.rc-ship-txt { font-size: .78rem; color: var(--ink-soft); margin: 9px 0 0; display: flex; align-items: center; gap: 6px; }
.rc-ship-txt svg { width: 15px; height: 15px; color: var(--sage); }
.rc-drawer-body { flex: 1; overflow-y: auto; padding: 8px 24px; }
.rc-ci { display: grid; grid-template-columns: auto 1fr auto; gap: 14px; padding: 16px 0; border-bottom: 1px solid var(--line-2); }
.rc-ci img { border-radius: 10px; object-fit: cover; }
.rc-ci-name { margin: 0 0 3px; font-family: var(--serif); font-size: 1.02rem; }
.rc-ci-var { font-size: .72rem; color: var(--ink-soft); margin: 0 0 8px; }
.rc-qty { display: inline-flex; align-items: center; gap: 4px; border: 1px solid var(--line); border-radius: var(--r-pill); padding: 3px; }
.rc-qty button { width: 26px; height: 26px; border: none; background: transparent; border-radius: var(--r-pill); display: inline-flex; align-items: center; justify-content: center; color: var(--ink); }
.rc-qty button:hover { background: var(--sage); color: var(--cream); }
.rc-qty svg { width: 15px; height: 15px; }
.rc-qty span { min-width: 22px; text-align: center; font-size: .86rem; }
.rc-ci-side { text-align: right; display: flex; flex-direction: column; align-items: flex-end; gap: 8px; }
.rc-ci-rm { border: none; background: none; color: var(--ink-soft); font-size: .72rem; text-decoration: underline; padding: 0; }
.rc-ci-rm:hover { color: var(--gold-d); }
.rc-drawer-foot { padding: 20px 24px; border-top: 1px solid var(--line); background: var(--paper); display: flex; flex-direction: column; gap: 10px; }
.rc-sub { display: flex; align-items: baseline; justify-content: space-between; font-size: .9rem; letter-spacing: .06em; text-transform: uppercase; }
.rc-sub .rc-price { font-size: 1.5rem; }
.rc-cart-note { font-size: .72rem; color: var(--ink-soft); margin: 0 0 4px; }
.rc-cart-empty { text-align: center; padding: 50px 20px; display: flex; flex-direction: column; gap: 18px; align-items: center; color: var(--ink-soft); }

/* ============ SHOP ============ */
.rc-shop-banner { position: relative; min-height: 300px; display: flex; align-items: flex-end; border-radius: var(--r-tile); overflow: hidden; color: var(--cream); margin-bottom: 40px; }
.rc-shop-banner img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.rc-shop-banner::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(51,57,47,.7), rgba(51,57,47,.1) 70%); }
.rc-shop-banner-body { position: relative; z-index: 2; padding: 36px; }
.rc-shop-banner h1 { color: var(--cream); font-size: clamp(2rem, 4.4vw, 3.2rem); }
.rc-shop-banner p { color: rgba(244,241,234,.86); margin: 8px 0 0; }
.rc-shop-bar { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-bottom: 30px; }
.rc-filters { display: flex; gap: 8px; flex-wrap: wrap; }
.rc-chip { border: 1px solid var(--line); background: transparent; color: var(--ink-soft); border-radius: var(--r-pill); padding: 9px 18px; font-size: .74rem; letter-spacing: .1em; text-transform: uppercase; transition: .25s; }
.rc-chip:hover { border-color: var(--ink); color: var(--ink); }
.rc-chip.on { background: var(--ink); color: var(--cream); border-color: var(--ink); }
.rc-sort-wrap { display: flex; align-items: center; gap: 10px; }
.rc-sort-wrap label { font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-soft); }
.rc-sort-wrap select { border: 1px solid var(--line); border-radius: var(--r-pill); padding: 10px 18px; background: var(--paper); font-family: inherit; font-size: .82rem; color: var(--ink); }
.rc-res-count { font-size: .82rem; color: var(--ink-soft); }
.rc-shop-grid { margin-top: 10px; }
/* remove diagonal offset for shop rows on smaller cards? keep for identity */

/* ============ PDP ============ */
.rc-pdp { padding-top: clamp(28px, 4vw, 46px); }
.rc-pdp-top { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(28px, 4vw, 60px); align-items: start; }
.rc-gal-main { border-radius: var(--r-tile); overflow: hidden; background: var(--paper); aspect-ratio: 1/1; }
.rc-gal-main img { width: 100%; height: 100%; object-fit: cover; }
.rc-gal-thumbs { display: flex; gap: 10px; margin-top: 12px; }
.rc-thumb { width: 82px; height: 82px; border-radius: 12px; overflow: hidden; border: 1px solid var(--line); background: none; padding: 0; transition: border-color .25s; }
.rc-thumb img { width: 100%; height: 100%; object-fit: cover; }
.rc-thumb.on { border-color: var(--sage); border-width: 2px; }
.rc-pdp-info { position: sticky; top: calc(var(--announce) + 20px); }
.rc-crumb { display: flex; align-items: center; gap: 6px; font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-soft); margin-bottom: 16px; }
.rc-crumb svg { width: 14px; height: 14px; }
.rc-pdp-cat { font-size: .72rem; letter-spacing: .2em; text-transform: uppercase; color: var(--gold-d); }
.rc-pdp-title { font-size: clamp(1.9rem, 3.6vw, 2.9rem); margin: 8px 0 12px; }
.rc-pdp-rate { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.rc-pdp-badges { display: flex; gap: 8px; margin-bottom: 14px; }
.rc-pdp-short { font-size: 1.1rem; color: var(--ink-soft); margin: 0 0 18px; }
.rc-pdp-price { margin-bottom: 22px; display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap; }
.rc-var { margin-bottom: 18px; }
.rc-var-label { display: block; font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-soft); margin-bottom: 8px; }
.rc-var-opts { display: flex; gap: 8px; flex-wrap: wrap; }
.rc-var-opt { border: 1px solid var(--line); background: var(--paper); border-radius: var(--r-pill); padding: 9px 18px; font-size: .82rem; color: var(--ink); transition: .2s; }
.rc-var-opt.on { background: var(--sage); color: var(--cream); border-color: var(--sage); }
.rc-stock { display: flex; align-items: center; gap: 8px; font-size: .84rem; color: var(--sage-d); margin: 0 0 20px; }
.rc-stock svg { width: 16px; height: 16px; }
.rc-atc-row { display: flex; gap: 12px; margin-bottom: 20px; }
.rc-qty-lg { border-radius: var(--r-pill); padding: 5px; }
.rc-qty-lg button { width: 40px; height: 40px; }
.rc-atc { flex: 1; }
.rc-pdp-reassure { list-style: none; padding: 18px 0 0; margin: 0; border-top: 1px solid var(--line); display: flex; flex-direction: column; gap: 11px; }
.rc-pdp-reassure li { display: flex; align-items: center; gap: 11px; font-size: .86rem; color: var(--ink-soft); }
.rc-pdp-reassure svg { width: 19px; height: 19px; color: var(--sage-d); }
.rc-pdp-sections { margin-top: clamp(46px, 6vw, 84px); display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px, 4vw, 60px); }
.rc-pdp-block { margin-bottom: 8px; }
.rc-pdp-block h2 { font-size: 1.5rem; margin-bottom: 16px; }
.rc-benefits { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 12px; }
.rc-benefits li { display: flex; align-items: flex-start; gap: 11px; }
.rc-benefits svg { width: 20px; height: 20px; color: var(--sage-d); flex: none; margin-top: 2px; }
.rc-specs { width: 100%; border-collapse: collapse; }
.rc-specs th, .rc-specs td { text-align: left; padding: 12px 0; border-bottom: 1px solid var(--line-2); font-size: .9rem; }
.rc-specs th { font-weight: 400; color: var(--ink-soft); letter-spacing: .08em; text-transform: uppercase; font-size: .74rem; width: 42%; }
.rc-desc p { color: var(--ink-soft); }
.rc-pdp-full { grid-column: 1 / -1; }
.rc-rev-summary { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 6px; padding: 26px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-tile); margin-bottom: 22px; max-width: 240px; }
.rc-rev-big { font-family: var(--serif); font-size: 3rem; line-height: 1; }
.rc-reviews-wrap { display: grid; grid-template-columns: auto 1fr; gap: 30px; align-items: start; }
.rc-rev-list { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.rc-rev { background: #fff; border: 1px solid var(--line); border-radius: var(--r-card); padding: 20px; }
.rc-rev-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 8px; }
.rc-rev-v { display: inline-flex; align-items: center; gap: 4px; font-size: .68rem; color: var(--sage-d); }
.rc-rev-v svg { width: 13px; height: 13px; }
.rc-rev-t { color: var(--ink); font-size: .92rem; margin: 8px 0; }
.rc-rev-d { font-size: .72rem; color: var(--ink-soft); }
.rc-related-grid { margin-top: 20px; }

/* ============ CART PAGE ============ */
.rc-cartp-grid { display: grid; grid-template-columns: 1.6fr 1fr; gap: 40px; align-items: start; }
.rc-ci-lg { grid-template-columns: auto 1fr auto; }
.rc-cartp-sum { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-tile); padding: 28px; position: sticky; top: calc(var(--announce) + 20px); display: flex; flex-direction: column; gap: 14px; }
.rc-cartp-sum h2 { font-size: 1.5rem; }
.rc-cart-empty-page { min-height: 40vh; }

/* ============ ABOUT / CONTACT / PAGE HEAD ============ */
.rc-page-head { padding: clamp(40px, 6vw, 80px) 0 clamp(20px, 3vw, 40px); }
.rc-page-head h1 { font-size: clamp(2.2rem, 5vw, 3.6rem); margin: 12px 0 14px; }
.rc-about-hero { border-radius: var(--r-tile); overflow: hidden; aspect-ratio: 21/9; margin-bottom: clamp(30px, 4vw, 56px); }
.rc-about-hero img { width: 100%; height: 100%; object-fit: cover; }
.rc-about-body { max-width: 720px; }
.rc-about-body p { color: var(--ink-soft); font-size: 1.08rem; margin: 0 0 18px; }
.rc-values { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 22px; margin-top: clamp(30px, 4vw, 50px); }
.rc-value { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-tile); padding: 30px; }
.rc-value .rc-i { width: 46px; height: 46px; border-radius: var(--r-pill); background: var(--sage); color: var(--cream); margin-bottom: 16px; }
.rc-value .rc-i svg { width: 22px; height: 22px; }
.rc-value h3 { font-size: 1.3rem; margin-bottom: 8px; }
.rc-value p { color: var(--ink-soft); font-size: .94rem; margin: 0; }
.rc-contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; }
.rc-contact-info { display: flex; flex-direction: column; gap: 22px; }
.rc-cinfo { display: flex; gap: 14px; align-items: flex-start; }
.rc-cinfo .rc-i { width: 42px; height: 42px; border-radius: var(--r-pill); border: 1px solid var(--line); flex: none; color: var(--sage-d); }
.rc-cinfo b { display: block; font-family: var(--serif); font-size: 1.05rem; }
.rc-cinfo span { color: var(--ink-soft); font-size: .9rem; }
.rc-form { display: flex; flex-direction: column; gap: 14px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-tile); padding: 30px; }
.rc-form label { font-size: .74rem; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-soft); }
.rc-form input, .rc-form textarea { border: 1px solid var(--line); border-radius: 14px; padding: 13px 16px; font-family: inherit; font-size: .94rem; background: #fff; color: var(--ink); width: 100%; }
.rc-form textarea { min-height: 130px; resize: vertical; }
.rc-form-ok { color: var(--sage-d); font-weight: 400; }

/* ============ LEGAL ============ */
.rc-legal { max-width: 760px; padding-top: clamp(30px, 4vw, 50px); }
.rc-legal h1 { font-size: clamp(2rem, 4vw, 2.8rem); margin-bottom: 8px; }
.rc-legal h2 { font-size: 1.4rem; margin: 34px 0 12px; }
.rc-legal p, .rc-legal li { color: var(--ink-soft); font-size: .96rem; line-height: 1.75; }
.rc-legal ul { padding-left: 20px; }
.rc-legal .rc-updated { font-size: .8rem; color: var(--ink-soft); letter-spacing: .1em; text-transform: uppercase; }

/* ============ REVEAL (élastique) ============ */
.reveal { opacity: 0; transform: translateY(30px) scale(.985); transition: opacity .7s var(--ease), transform .8s var(--spring); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1 !important; transform: none !important; transition: none; }
  html { scroll-behavior: auto; }
  .rc-slide { transition: none; }
}

/* ============ RESPONSIVE ============ */
@media (min-width: 961px) {
  body { padding-left: var(--side); }
}
@media (max-width: 1140px) {
  .rc-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .rc-grid > .rc-card { transform: none; }
  .rc-grid > .rc-card:nth-child(3n+2) { transform: translateY(24px); }
  .rc-grid > .rc-card:nth-child(3n+3) { transform: translateY(12px); }
  .rc-ugc { grid-template-columns: repeat(4, minmax(0,1fr)); }
  .rc-ugc-i:nth-child(6) { grid-column: span 2; }
}
@media (max-width: 960px) {
  .rc-topbar { display: flex; }
  body { padding-top: calc(var(--announce) + var(--topbar)); }
  .rc-pdp-top { grid-template-columns: 1fr; }
  .rc-pdp-info { position: static; }
  .rc-pdp-sections { grid-template-columns: 1fr; }
  .rc-bundle-grid { grid-template-columns: 1fr; }
  .rc-cartp-grid { grid-template-columns: 1fr; }
  .rc-contact-grid { grid-template-columns: 1fr; }
  .rc-reviews-wrap { grid-template-columns: 1fr; }
  .rc-rev-summary { max-width: none; }
  .rc-foot-inner { margin-left: 84px; }
}
@media (max-width: 820px) {
  .rc-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .rc-grid > .rc-card, .rc-grid > .rc-card:nth-child(n) { transform: none; rotate: 0deg; }
  .rc-journal-grid { grid-template-columns: 1fr; }
  .rc-origins-grid { grid-template-columns: 1fr; }
  .rc-values { grid-template-columns: 1fr; }
  .rc-stats-grid { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 30px 20px; }
  .rc-reassure .rc-wrap { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 22px; }
  .rc-rev-list { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .rc-grid { grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 14px; }
  .rc-ugc { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .rc-ugc-i:nth-child(1) { grid-column: span 2; grid-row: span 1; }
  .rc-ugc-i:nth-child(6) { grid-column: span 2; }
  .rc-card-name { font-size: 1rem; }
  .rc-hero { height: min(84vh, 640px); }
  .rc-hero-ctas { flex-direction: column; align-items: stretch; }
  .rc-capture-form { flex-direction: column; }
  .rc-foot-inner { margin-left: 76px; padding-right: 20px; }
  .rc-foot-cols { grid-template-columns: 1fr; }
  .rc-atc-row { flex-wrap: wrap; }
}
