@font-face {
  font-family: 'Changa';
  src: url('fonts/changa-variable.ttf') format('truetype-variations');
  font-weight: 200 800;
}

:root{
  --ink:#1C3754;
  --paper:#FFFFFF;
  --linen:#F7F4EC;
  --grenadine:#751311;
  --safran:#F4C61F;
  --rule: rgba(28,55,84,.14);
  --serif-display: Didot, 'Bodoni 72', 'Bodoni MT', Georgia, 'Times New Roman', serif;
}

*{ box-sizing:border-box; }
html{ scroll-behavior:smooth; }
body{
  margin:0; background:var(--paper); color:var(--ink);
  font-family:-apple-system,'Helvetica Neue',Arial,sans-serif;
  -webkit-font-smoothing:antialiased;
}
a{ transition:opacity .25s ease, color .25s ease, border-color .25s ease; }
img{ backface-visibility:hidden; }
.disp{ font-family:'Changa',sans-serif; font-weight:750; letter-spacing:-.01em; }
.label{ font-family:'Changa',sans-serif; font-weight:600; font-size:.68rem; letter-spacing:.18em; text-transform:uppercase; color:var(--grenadine); }
img{ max-width:100%; display:block; }
.wrap{ max-width:1180px; margin:0 auto; padding:0 32px; }
@media (max-width:700px){ .wrap{ padding:0 20px; } }

header{ position:fixed; top:0; left:0; right:0; z-index:100; padding:14px 0; border-bottom:3px solid var(--ink); background:rgba(255,255,255,.96); backdrop-filter:blur(6px); }
body{ padding-top:58px; }
.head-row{ display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; gap:10px; }
.head-row img{ height:17px; }
.back-link{ font-family:'Changa',sans-serif; font-size:.7rem; letter-spacing:.08em; text-transform:uppercase; text-decoration:none; color:var(--ink); border-bottom:1px solid var(--ink); padding-bottom:2px; }
.back-link:hover{ color:var(--grenadine); border-color:var(--grenadine); }
.home-links{ display:flex; gap:16px; }
.home-links a{ font-family:'Changa',sans-serif; font-size:.64rem; letter-spacing:.08em; text-transform:uppercase; text-decoration:none; color:var(--ink); opacity:.55; }
.home-links a:hover{ opacity:1; }
@media (max-width:700px){ .home-links{ display:none; } }

.other-colls{ padding:40px 0 10px; }
.other-colls .label{ margin-bottom:14px; display:block; }
.other-row{ display:flex; gap:1px; background:var(--rule); border:1px solid var(--rule); }
.other-row a{ flex:1; background:#fff; color:var(--ink); text-decoration:none; padding:14px 10px; text-align:center; font-family:'Changa',sans-serif; font-size:.78rem; opacity:.75; transition:opacity .25s ease, background .25s ease, transform .25s ease; }
.other-row a:hover{ opacity:1; background:var(--linen); transform:translateY(-2px); }
@media (max-width:700px){ .other-row{ flex-wrap:wrap; } .other-row a{ flex:1 1 45%; } }

.coll-hero{ display:grid; grid-template-columns:1fr 1fr; gap:1px; background:var(--rule); border-bottom:1px solid var(--rule); margin-bottom:3px; }
@media (max-width:800px){ .coll-hero{ grid-template-columns:1fr; } }
.coll-hero .photo{ background:#fff; display:flex; align-items:center; justify-content:center; min-height:300px; padding:30px; }
.coll-hero .photo img{ max-width:100%; max-height:420px; object-fit:contain; }
.coll-hero .intro{ background:#fff; padding:44px 40px; display:flex; flex-direction:column; justify-content:center; }
.coll-hero h1{ font-family:var(--serif-display); font-weight:400; font-style:normal; letter-spacing:-.01em; font-size:clamp(2.3rem,4.6vw,3.6rem); line-height:1.05; margin:10px 0 18px; }
.coll-hero p.lede{ font-size:.95rem; line-height:1.6; opacity:.82; max-width:440px; margin:0; }
.preview-tag{ display:inline-block; margin-top:16px; font-family:'Changa',sans-serif; font-size:.62rem; letter-spacing:.1em; text-transform:uppercase; background:var(--safran); color:var(--ink); padding:4px 10px; }

.story{ padding:56px 0; border-bottom:1px solid rgba(28,55,84,.12); }
.story-grid{ display:grid; grid-template-columns:1fr 1.3fr; gap:60px; }
@media (max-width:800px){ .story-grid{ grid-template-columns:1fr; gap:26px; } }
.story h2{ font-family:var(--serif-display); font-weight:400; font-size:clamp(1.6rem,2.6vw,2.1rem); margin:8px 0 0; }
.story p{ font-size:.92rem; line-height:1.65; opacity:.82; }

.specs{ padding:0 0 56px; }
.specs table{ width:100%; border-collapse:collapse; font-size:.86rem; }
.specs th{ text-align:left; font-family:'Changa',sans-serif; font-size:.66rem; letter-spacing:.1em; text-transform:uppercase; opacity:.6; padding:8px 12px 8px 0; border-bottom:1px solid rgba(28,55,84,.15); }
.specs td{ padding:10px 12px 10px 0; border-bottom:1px solid rgba(28,55,84,.08); }

/* Coloris disponibles : texture d'émail UNIQUEMENT, jamais de photo produit ici. Toujours en une seule rangée, toutes visibles d'un coup. */
.coloris-row{ padding:0 0 56px; }
.coloris-row .swatch-list{ display:flex; gap:16px; margin-top:16px; }
@media (max-width:700px){ .coloris-row .swatch-list{ flex-wrap:wrap; row-gap:18px; } }
.coloris-row .swatch-list .item{ text-align:center; flex:1; min-width:0; }
.coloris-row .swatch-list img{ width:100%; max-width:56px; aspect-ratio:1; border-radius:50%; object-fit:cover; margin:0 auto 8px; border:1px solid rgba(28,55,84,.12); box-shadow:0 2px 6px rgba(28,55,84,.14); transition:transform .3s ease, box-shadow .3s ease; }
.coloris-row .swatch-list .item:hover img{ transform:translateY(-3px) scale(1.06); box-shadow:0 6px 14px rgba(28,55,84,.22); }
.coloris-row .swatch-list span{ font-size:.68rem; opacity:.7; }

/* Galerie photo : traitée comme un article de journal, sous le texte. Photos uniquement, pas de pastille couleur ici. */
.gallery{ padding:20px 0 80px; border-top:1px solid rgba(28,55,84,.12); }
.gallery-head{ margin-bottom:34px; padding-top:50px; }
.gallery-head h2{ font-family:var(--serif-display); font-weight:400; font-size:clamp(1.7rem,2.6vw,2.2rem); margin:6px 0 0; font-style:italic; }
.grid{ display:grid; grid-template-columns:repeat(auto-fit,minmax(260px,1fr)); gap:36px 28px; }
.card{ background:transparent; }
.card .thumb{
  aspect-ratio:4/5; background:#fff; overflow:hidden; margin-bottom:16px;
  display:flex; align-items:center; justify-content:center; padding:22px;
  box-shadow:inset 0 0 0 1px rgba(28,55,84,.08); position:relative;
}
.card .thumb img{
  max-width:100%; max-height:100%; object-fit:contain;
  transition:transform .6s cubic-bezier(.22,.61,.36,1);
}
.card:hover .thumb img{ transform:scale(1.06); }
.card .name{ font-size:.95rem; margin:0; font-weight:600; }
.card .meta{ font-size:.76rem; opacity:.6; margin-top:3px; font-style:italic; }
.card .sku{ font-family:'Changa',sans-serif; font-size:.64rem; letter-spacing:.04em; opacity:.45; margin:3px 0 0; }

/* ---- Product colour switcher : one hero photo + clickable colour pills that swap its src ---- */
.product-switcher{ display:grid; grid-template-columns:1fr 1fr; gap:1px; background:var(--rule); border-bottom:1px solid var(--rule); margin-bottom:3px; }
@media (max-width:800px){ .product-switcher{ grid-template-columns:1fr; } }
.switcher-photo{ background:#fff; display:flex; align-items:center; justify-content:center; min-height:300px; padding:30px; }
.switcher-photo img{ max-width:100%; max-height:420px; object-fit:contain; transition:opacity .25s ease; }
.switcher-photo img.swapping{ opacity:0; }
.switcher-info{ background:#fff; padding:44px 40px; display:flex; flex-direction:column; justify-content:center; }
.switcher-info .piece-name{ font-family:var(--serif-display); font-weight:400; font-size:clamp(1.6rem,2.8vw,2.1rem); margin:8px 0 4px; }
.switcher-info .piece-sku{ font-family:'Changa',sans-serif; font-size:.68rem; letter-spacing:.06em; opacity:.5; margin:0 0 18px; }
.switcher-pills{ display:flex; flex-wrap:wrap; gap:12px; margin-top:6px; }
.switcher-pills button{ background:none; border:none; padding:0; cursor:pointer; text-align:center; font-family:inherit; }
.switcher-pills img{ width:34px; height:34px; border-radius:50%; object-fit:cover; border:2px solid transparent; box-shadow:0 1px 4px rgba(28,55,84,.18); margin:0 auto 4px; transition:transform .25s ease, border-color .25s ease; }
.switcher-pills span{ display:block; font-size:.6rem; letter-spacing:.02em; text-transform:uppercase; opacity:.6; }
.switcher-pills button:hover img{ transform:translateY(-2px) scale(1.06); }
.switcher-pills button.active img{ border-color:var(--grenadine); }
.switcher-pills button.active span{ opacity:1; color:var(--grenadine); }
.switcher-missing{ font-size:.72rem; opacity:.5; font-style:italic; margin-top:14px; }

.coll-cta{ background:#fff; color:var(--ink); padding:48px 0; text-align:center; border-top:1px solid var(--ink); }
.coll-cta a{ color:var(--ink); font-family:'Changa',sans-serif; font-size:.8rem; letter-spacing:.1em; text-transform:uppercase; text-decoration:none; border-bottom:1px solid var(--grenadine); padding-bottom:3px; display:inline-block; }
.coll-cta a:hover{ transform:translateY(-1px); color:var(--grenadine); }

footer{ padding:26px 0; }
.foot-row{ display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; gap:14px; font-size:.72rem; opacity:.6; }
.sku,.piece-sku{display:none!important}
.specs{display:none!important}
.story-grid>p,.story-grid>div+p,.lede{ text-align:justify; hyphens:auto; }
.dolce-size-switcher{display:flex;gap:8px;flex-wrap:wrap;margin:18px 0 14px}
.dolce-size-switcher button{border:1px solid var(--ink);background:transparent;color:var(--ink);padding:9px 13px;cursor:pointer;font:600 .68rem/1 'Changa',sans-serif;letter-spacing:.06em;text-transform:uppercase}
.dolce-size-switcher button.active{background:var(--ink);color:#fff}
.dolce-preview-status{font-size:.76rem;opacity:.6;margin-top:8px;min-height:1.2em}
.dolce-products{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.dolce-product{border-top:1px solid var(--ink);padding-top:14px}
.dolce-product h3{margin:6px 0 4px}
.dolce-product p{margin:0;opacity:.7;font-size:.84rem}
@media(max-width:760px){.dolce-products{grid-template-columns:1fr}}
