/* =========================================================================
   Du Cœur à la Terre — feuille de style
   Palette reprise du site d'origine (crème, verts, bleu-vert, terre cuite)
   ========================================================================= */

:root {
  --cream: #F9F1E7;
  --paper: #FCF8F2;
  --kraft: #D9C3A3;
  --sand: #D3B094;
  --clay: #A5593C;
  --clay-deep: #7D3F28;
  --forest: #305903;
  --moss: #3C5947;
  --moss-deep: #243629;
  --olive: #697B43;
  --teal: #166569;
  --teal-deep: #0F4749;
  --sage: #A7C09D;
  --sage-soft: #DDE6D5;
  --mist: #9DB7BE;
  --ink: #2F2B33;
  --ink-soft: #5E5862;
  --line: rgba(47, 43, 51, .14);

  --serif: "Fraunces", "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  --sans: "Karla", "Avenir Next", "Segoe UI", system-ui, sans-serif;
  --script: "Parisienne", "Segoe Script", "Brush Script MT", cursive;

  --wrap: min(1240px, 100% - 2 * var(--gut));
  --gut: clamp(16px, 4vw, 48px);
  --ease: cubic-bezier(.22, .8, .2, 1);
  --ease-in-out: cubic-bezier(.65, 0, .35, 1);
  --hdr: 72px;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-padding-top: 80px; }
@media (prefers-reduced-motion: no-preference) { html { scroll-behavior: smooth; } }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--sans);
  font-size: clamp(16px, 1.05vw + 11px, 18.5px);
  line-height: 1.62;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.is-loading { overflow: hidden; }
body.menu-open { overflow: hidden; }
img, video, svg, canvas, iframe { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; }
button { font: inherit; color: inherit; cursor: pointer; }
strong { font-weight: 700; }
::selection { background: var(--clay); color: var(--cream); }
:focus-visible { outline: 2px dashed var(--clay); outline-offset: 4px; border-radius: 4px; }
svg use { pointer-events: none; }
[data-speed] { translate: 0 var(--py, 0px); }
@media (max-width: 899px) { .lc, .ab { translate: none !important; } }

.wrap { width: var(--wrap); margin-inline: auto; position: relative; }
.script { font-family: var(--script); font-weight: 400; letter-spacing: 0; line-height: 1; text-transform: none; }
.only-mob { display: none; }
@media (max-width: 899px) { .only-mob { display: inline; } .only-desk { display: none; } }

/* ---------- typographie ---------- */
.eyebrow {
  font-family: var(--sans); font-size: .76rem; letter-spacing: .22em; text-transform: uppercase;
  font-weight: 600; color: var(--olive); margin: 0 0 1.1rem; display: flex; align-items: center; gap: .8em;
}
.eyebrow::before { content: ""; width: 28px; height: 1.5px; background: currentColor; border-radius: 2px; }
.h2 {
  font-family: var(--serif); font-weight: 360; font-size: clamp(2.5rem, 5.6vw, 5.4rem); line-height: .98;
  letter-spacing: -.025em; margin: 0 0 1.4rem; font-variation-settings: "SOFT" 100, "WONK" 1, "opsz" 144;
  color: var(--moss-deep);
}
.h2 em { font-style: italic; color: var(--clay); font-weight: 330; }
.h3 { font-family: var(--serif); font-weight: 400; font-size: clamp(1.6rem, 3vw, 2.4rem); margin: 0; }
.lead { font-size: clamp(1.08rem, .6vw + .9rem, 1.3rem); line-height: 1.55; color: var(--ink-soft); max-width: 38ch; margin: 0 0 1.6rem; }
.lead strong { color: var(--ink); }
.link { display: inline-flex; align-items: center; gap: .6em; font-weight: 600; text-decoration: none; border-bottom: 1.5px solid currentColor; padding-bottom: 2px; }
.link svg { width: 30px; height: 16px; }
mark { background: none; color: var(--clay); }

/* découpage des titres (lettres / mots) */
.w, .c { display: inline-block; }
.w { overflow: hidden; vertical-align: top; padding: .04em .08em .12em; margin: -.04em -.08em -.12em; }
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.c { will-change: transform; }
[data-split] .c, [data-split] .wi { display: inline-block; transform: translateY(105%) rotate(4deg); transition: transform 1s var(--ease); transition-delay: calc(var(--i, 0) * 28ms); }
[data-split].is-in .c, [data-split].is-in .wi { transform: none; }
.no-js [data-split] .c, .reduced [data-split] .c, .reduced [data-split] .wi { transform: none !important; }

/* apparitions */
[data-reveal] { opacity: 0; transform: translateY(34px); transition: opacity 1s var(--ease), transform 1.1s var(--ease); }
[data-reveal].is-in { opacity: 1; transform: none; }
[data-reveal="clip"] { opacity: 1; transform: none; clip-path: inset(18% 12% 18% 12% round 48% 48% 40% 40%); transition: clip-path 1.5s var(--ease); }
[data-reveal="clip"] img { transform: scale(1.25); transition: transform 1.8s var(--ease); }
[data-reveal="clip"].is-in { clip-path: inset(0 0 0 0 round 0); }
[data-reveal="clip"].is-in img { transform: none; }
.no-js [data-reveal], .reduced [data-reveal] { opacity: 1 !important; transform: none !important; clip-path: none !important; }
.no-js [data-reveal] img, .reduced [data-reveal] img { transform: none !important; }

/* ---------- boutons ---------- */
.btn {
  --bg: var(--ink); --fg: var(--cream);
  display: inline-flex; align-items: center; justify-content: center; gap: .65em;
  padding: 1em 1.6em; border-radius: 999px; border: 1.5px solid var(--bg);
  background: var(--bg); color: var(--fg); text-decoration: none; font-weight: 600; font-size: .95rem; letter-spacing: .01em;
  position: relative; overflow: hidden; isolation: isolate; transition: color .4s var(--ease), border-color .4s, transform .5s var(--ease);
  white-space: nowrap;
}
.btn::before {
  content: ""; position: absolute; inset: 0; z-index: -1; background: var(--clay);
  border-radius: 50% 50% 0 0 / 30% 30% 0 0; transform: translateY(102%); transition: transform .6s var(--ease), border-radius .6s var(--ease);
}
.btn:hover::before, .btn:focus-visible::before { transform: translateY(0); border-radius: 0; }
.btn:hover { border-color: var(--clay); color: #fff; }
.btn svg { width: 1.25em; height: 1.25em; flex: none; }
.btn--dark { --bg: var(--moss-deep); }
.btn--line { --bg: transparent; --fg: currentColor; border-color: currentColor; }
.btn--line svg { width: 30px; height: 16px; }
.btn--pill { padding: .62em 1.2em; font-size: .88rem; }

.round {
  width: 52px; height: 52px; border-radius: 50%; border: 1.5px solid currentColor; background: transparent;
  display: grid; place-items: center; transition: background .3s, color .3s, transform .4s var(--ease);
}
.round svg { width: 24px; height: 14px; }
.round:hover { background: var(--ink); color: var(--cream); transform: scale(1.06); }

.chips { list-style: none; display: flex; flex-wrap: wrap; gap: .5rem; padding: 0; margin: 0 0 1.8rem; }
.chips li { border: 1.5px dashed rgba(47, 43, 51, .35); border-radius: 999px; padding: .38em 1em; font-size: .92rem; background: rgba(255, 255, 255, .35); }
.tag { display: inline-block; font-family: var(--script); font-size: 2rem; color: var(--clay); margin: 0 0 .2rem; transform: rotate(-3deg); }

/* ---------- grain papier + curseur ---------- */
.grain {
  position: fixed; inset: -50%; z-index: 90; pointer-events: none; opacity: .09; mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='220'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 .25 0 0 0 0 .2 0 0 0 0 .15 0 0 0 .9 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
.cursor { display: none; }
@media (hover: hover) and (pointer: fine) {
  .has-cursor .cursor { display: block; position: fixed; left: 0; top: 0; z-index: 200; pointer-events: none; }
  .cursor__dot { position: absolute; width: 8px; height: 8px; margin: -4px 0 0 -4px; border-radius: 50%; background: var(--clay); transition: transform .3s var(--ease), opacity .3s; }
  .cursor__ring {
    position: absolute; width: 38px; height: 38px; margin: -19px 0 0 -19px; border-radius: 50%; border: 1.5px solid rgba(165, 89, 60, .55);
    display: grid; place-items: center; transition: width .45s var(--ease), height .45s var(--ease), margin .45s var(--ease), background .45s, border-color .45s;
  }
  .cursor__ring em { font-style: normal; font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--cream); opacity: 0; transition: opacity .3s; }
  .cursor.is-link .cursor__ring { width: 58px; height: 58px; margin: -29px 0 0 -29px; border-color: var(--clay); background: rgba(165, 89, 60, .08); }
  .cursor.is-view .cursor__ring { width: 86px; height: 86px; margin: -43px 0 0 -43px; background: var(--clay); border-color: var(--clay); }
  .cursor.is-view .cursor__ring em { opacity: 1; }
  .cursor.is-view .cursor__dot, .cursor.is-link .cursor__dot { opacity: 0; }
  .cursor.is-hidden { opacity: 0; }
}

/* ---------- préchauffage ---------- */
.loader {
  position: fixed; inset: 0; z-index: 300; background: var(--moss-deep); color: var(--cream); display: grid; place-items: center;
  transition: clip-path 1.1s var(--ease-in-out); clip-path: ellipse(150% 150% at 50% 0%);
}
.loader.is-done { clip-path: ellipse(150% 0% at 50% 0%); pointer-events: none; }
.no-js .loader { display: none; }
.loader__inner { text-align: center; }
.loader__mark { width: 92px; height: 86px; margin: 0 auto 1.4rem; fill: none; stroke: var(--sand); stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.loader__mark path { stroke-dasharray: 1; stroke-dashoffset: 1; animation: draw 1.4s var(--ease) forwards; }
.loader__mark path:nth-child(2) { animation-delay: .35s; }
.loader__mark path:nth-child(3) { animation-delay: .6s; }
@keyframes draw { to { stroke-dashoffset: 0; } }
.loader__temp { font-family: var(--serif); font-size: clamp(3.2rem, 9vw, 5.5rem); font-weight: 300; margin: 0; line-height: 1; font-variant-numeric: tabular-nums; }
.loader__temp sup { font-size: .35em; margin-left: .1em; color: var(--sand); }
.loader__txt { margin: .8rem 0 0; font-size: .8rem; letter-spacing: .22em; text-transform: uppercase; opacity: .7; }

/* ---------- en-tête ---------- */
.hdr {
  position: fixed; top: 0; left: 0; right: 0; z-index: 120; height: var(--hdr);
  display: flex; align-items: center; gap: 1.5rem; padding: 0 var(--gut);
  transition: transform .6s var(--ease), background .5s, box-shadow .5s, color .4s;
}
.hdr.is-scrolled { background: rgba(249, 241, 231, .82); backdrop-filter: blur(14px) saturate(1.2); -webkit-backdrop-filter: blur(14px) saturate(1.2); box-shadow: 0 1px 0 var(--line); }
.hdr.is-hidden { transform: translateY(-110%); }
.hdr__brand { display: flex; align-items: center; gap: .7rem; text-decoration: none; margin-right: auto; color: var(--forest); }
.hdr__mark { width: 40px; height: 37px; transition: transform .8s var(--ease); }
.hdr__brand:hover .hdr__mark { transform: rotate(-10deg) scale(1.08); }
.hdr__name { font-family: var(--serif); font-size: 1.22rem; font-weight: 450; letter-spacing: -.01em; color: var(--moss-deep); font-variation-settings: "SOFT" 100, "WONK" 1; }
.hdr__name i { font-weight: 300; color: var(--clay); }
.hdr__quick { display: flex; gap: 1.6rem; }
.hdr__quick a { text-decoration: none; font-weight: 500; font-size: .95rem; position: relative; padding: .3rem 0; }
.hdr__quick a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1.5px; background: var(--clay); transform: scaleX(0); transform-origin: right; transition: transform .5s var(--ease); }
.hdr__quick a:hover::after, .hdr__quick a.is-active::after { transform: scaleX(1); transform-origin: left; }
.burger { display: flex; align-items: center; gap: .6rem; background: none; border: 0; padding: .5rem 0 .5rem .5rem; }
.burger__lines { width: 30px; height: 14px; position: relative; }
.burger__lines i { position: absolute; left: 0; right: 0; height: 2px; background: currentColor; border-radius: 2px; transition: transform .5s var(--ease), top .5s var(--ease), width .4s; }
.burger__lines i:first-child { top: 2px; }
.burger__lines i:last-child { top: 10px; width: 70%; left: auto; }
.burger:hover .burger__lines i:last-child { width: 100%; }
.burger__txt { font-weight: 600; font-size: .9rem; letter-spacing: .06em; text-transform: uppercase; }
.menu-open .burger__lines i:first-child { top: 6px; transform: rotate(45deg); }
.menu-open .burger__lines i:last-child { top: 6px; width: 100%; transform: rotate(-45deg); }
.menu-open .hdr { color: var(--cream); background: transparent; box-shadow: none; backdrop-filter: none; }
.menu-open .hdr__brand, .menu-open .hdr__name { color: var(--cream); }
.menu-open .hdr__quick, .menu-open .hdr__cta { opacity: 0; pointer-events: none; }
@media (max-width: 1080px) { .hdr__quick { display: none; } }
@media (max-width: 520px) { .hdr__cta { display: none; } .hdr__name { font-size: 1.05rem; } .burger__txt { display: none; } }

/* thermomètre */
.thermo { position: fixed; right: 18px; top: 50%; transform: translateY(-50%); z-index: 100; display: flex; flex-direction: column; align-items: center; gap: .6rem; transition: opacity .5s; }
.thermo__tube { width: 6px; height: 140px; border-radius: 6px; background: rgba(47, 43, 51, .12); position: relative; overflow: hidden; }
.thermo__fill { position: absolute; left: 0; right: 0; bottom: 0; height: 0%; border-radius: 6px; background: linear-gradient(to top, var(--sand), var(--clay) 60%, #E36D2B); }
.thermo__val { font-family: var(--serif); font-size: .82rem; font-variant-numeric: tabular-nums; color: var(--ink-soft); writing-mode: vertical-rl; transform: rotate(180deg); }
.thermo__val b { font-weight: 500; color: var(--clay); }
.menu-open .thermo, .is-loading .thermo { opacity: 0; }
@media (max-width: 899px) { .thermo { display: none; } }

/* ---------- menu plein écran ---------- */
.menu { position: fixed; inset: 0; z-index: 110; visibility: hidden; color: var(--cream); }
.menu__bg { position: absolute; inset: 0; background: var(--moss-deep); clip-path: circle(0% at calc(100% - 60px) 36px); transition: clip-path .9s var(--ease-in-out); }
.menu__bg::after { content: ""; position: absolute; inset: 0; background: radial-gradient(60% 50% at 80% 90%, rgba(165, 89, 60, .35), transparent 70%), radial-gradient(40% 40% at 10% 10%, rgba(167, 192, 157, .18), transparent 70%); }
.menu-open .menu { visibility: visible; }
.menu-open .menu__bg { clip-path: circle(150% at calc(100% - 60px) 36px); }
.menu__inner { position: relative; height: 100%; display: grid; grid-template-columns: 1.4fr 1fr; gap: 4vw; padding: calc(var(--hdr) + 3vh) var(--gut) 5vh; overflow-y: auto; }
.menu__nav { display: flex; flex-direction: column; justify-content: center; }
.menu__nav a {
  display: flex; align-items: baseline; gap: 1.1rem; text-decoration: none; padding: .12em 0;
  font-family: var(--serif); font-weight: 330; font-size: clamp(1.8rem, 4.4vh, 3.5rem); line-height: 1.12; letter-spacing: -.02em;
  opacity: 0; transform: translateY(30px); transition: opacity .5s, transform .7s var(--ease), color .3s;
  font-variation-settings: "SOFT" 100, "WONK" 1;
}
.menu__nav a small { font-family: var(--sans); font-size: .8rem; letter-spacing: .1em; color: var(--sand); width: 2.2em; }
.menu__nav a span { position: relative; }
.menu__nav a:hover { color: var(--sand); font-style: italic; }
.menu-open .menu__nav a { opacity: 1; transform: none; transition-delay: calc(.25s + var(--i, 0) * 45ms); }
.menu__aside { align-self: end; display: flex; flex-direction: column; gap: .4rem; opacity: 0; transition: opacity .6s .5s; font-size: .98rem; }
.menu-open .menu__aside { opacity: 1; }
.menu__aside .script { font-size: 2.6rem; color: var(--sand); margin: 0 0 .6rem; }
.menu__aside p { margin: 0 0 .8rem; }
.menu__aside a { text-decoration: none; }
.menu__aside a:hover { text-decoration: underline; }
.menu__social { display: flex; flex-wrap: wrap; gap: 1rem; }
.menu__social a { display: inline-flex; gap: .45rem; align-items: center; }
.menu__social svg { width: 20px; height: 20px; }
@media (max-width: 760px) { .menu__inner { grid-template-columns: 1fr; } .menu__aside { align-self: start; } }

/* =========================================================================
   00 · HERO
   ========================================================================= */
.hero { position: relative; height: 250vh; background: var(--cream); }
.hero__sticky { position: sticky; top: 0; height: 100vh; height: 100svh; overflow: hidden; }
.hero__jar { position: absolute; inset: 0; clip-path: ellipse(19% 36% at 70% 55%); will-change: clip-path; z-index: 1; }
.hero__jar img { width: 100%; height: 100%; object-fit: cover; transform: scale(var(--img-s, 1.35)); transform-origin: 60% 50%; }
.hero__jar::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20, 28, 22, 0) 45%, rgba(20, 28, 22, .55)); opacity: var(--shade, 0); }
.hero__jarline { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 2; pointer-events: none; overflow: visible; }
.hero__jarline path { fill: none; stroke: var(--clay); stroke-width: 1.5; stroke-dasharray: 5 7; opacity: var(--line-o, 1); }
.hero__content { position: absolute; z-index: 3; left: var(--gut); top: 50%; transform: translateY(-46%); width: min(56%, 760px); }
.hero__logo { width: 104px; height: 104px; position: relative; margin-bottom: 1.2rem; display: grid; place-items: center; }
.hero__wreath { position: absolute; inset: 0; width: 100%; height: 100%; animation: spin 60s linear infinite; }
.hero__mark { width: 44px; height: 41px; color: var(--forest); position: relative; }
@keyframes spin { to { transform: rotate(360deg); } }
.hero__title {
  font-family: var(--serif); font-weight: 340; margin: 0 0 1.4rem; color: var(--moss-deep);
  font-size: clamp(3.6rem, 10vw, 10.6rem); line-height: .86; letter-spacing: -.045em; font-variation-settings: "SOFT" 100, "WONK" 1, "opsz" 144;
}
.hero__title .line { display: block; }
.hero__title .line--2 { padding-left: .9em; }
.hero__title em { font-style: italic; font-weight: 300; color: var(--clay); font-size: .62em; letter-spacing: -.02em; }
.hero__sub { font-size: clamp(1.02rem, .5vw + .9rem, 1.25rem); color: var(--ink-soft); margin: 0 0 2rem; max-width: 30ch; }
.hero__sub .script { font-size: 1.9em; color: var(--clay); display: inline-block; margin-top: .3rem; transform: rotate(-4deg); white-space: nowrap; }
.hero__ctas { display: flex; gap: 1rem; flex-wrap: wrap; }
.badge { position: absolute; z-index: 4; width: 150px; height: 150px; left: 50%; bottom: 9%; color: var(--moss-deep); }
.badge__ring { width: 100%; height: 100%; animation: spin 22s linear infinite; }
.badge__ring text { font-family: var(--sans); font-size: 14px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; fill: currentColor; }
.badge__sun { position: absolute; width: 46px; height: 46px; left: 50%; top: 50%; margin: -23px 0 0 -23px; color: var(--clay); animation: spin 14s linear infinite reverse; }
.hero__place {
  position: absolute; z-index: 3; left: 50%; bottom: 13vh; transform: translate(-50%, 20px); text-align: center; margin: 0; opacity: 0;
  font-family: var(--serif); font-size: clamp(2rem, 5vw, 4.6rem); line-height: 1; color: #fff; letter-spacing: -.02em; font-weight: 340;
  text-shadow: 0 2px 30px rgba(0, 0, 0, .25); width: 92%; font-variation-settings: "SOFT" 100, "WONK" 1;
}
.hero__place span { display: block; margin-top: .8rem; font-family: var(--sans); font-size: clamp(.8rem, 1vw, 1rem); letter-spacing: .22em; text-transform: uppercase; }
.hero__scroll { position: absolute; z-index: 4; left: var(--gut); bottom: 28px; display: flex; align-items: center; gap: .8rem; text-decoration: none; font-size: .78rem; letter-spacing: .2em; text-transform: uppercase; color: var(--ink-soft); }
.hero__scroll i { width: 1.5px; height: 48px; background: var(--line); position: relative; overflow: hidden; }
.hero__scroll i::after { content: ""; position: absolute; left: 0; right: 0; height: 40%; background: var(--clay); animation: drip 2.2s var(--ease) infinite; }
@keyframes drip { from { transform: translateY(-100%); } to { transform: translateY(260%); } }

@media (max-width: 899px) {
  .hero { height: 220vh; }
  .hero__content { top: calc(var(--hdr) + 2vh); transform: none; width: auto; right: var(--gut); }
  .hero__logo { width: 76px; height: 76px; margin-bottom: .6rem; }
  .hero__mark { width: 32px; height: 30px; }
  .hero__title { font-size: clamp(3.3rem, 17vw, 6rem); margin-bottom: .9rem; }
  .hero__sub { margin-bottom: 1.1rem; font-size: 1rem; }
  .hero__sub .script { font-size: 1.7em; }
  .hero__ctas .btn--line { display: none; }
  .hero__ctas .btn { padding: .85em 1.3em; }
  .badge { width: 104px; height: 104px; left: auto; right: 6%; bottom: 6%; }
  .badge__sun { width: 34px; height: 34px; margin: -17px 0 0 -17px; }
  .hero__scroll { display: none; }
  .hero__jar { clip-path: ellipse(30% 20% at 50% 77%); }
}
@media (max-width: 599px) { .hero__logo { display: none; } .hero .eyebrow { margin-top: 1.4rem; } .badge { right: auto; left: 5%; bottom: 4%; } }
@media (max-height: 700px) and (max-width: 899px) { .hero__sub, .hero__logo { display: none; } }

/* =========================================================================
   SOLEIL
   ========================================================================= */
.sun { position: relative; padding: clamp(90px, 14vw, 180px) 0 clamp(80px, 10vw, 140px); background: linear-gradient(180deg, var(--cream), #F7E6CF 60%, #F4DDC0); overflow: hidden; }
.sun__disc { position: absolute; width: 60vmax; height: 60vmax; right: -18vmax; top: -22vmax; border-radius: 50%; background: radial-gradient(circle, rgba(255, 196, 120, .55), rgba(255, 196, 120, 0) 65%); transform: translateY(var(--sun-y, 0)); }
.sun__disc span { position: absolute; inset: 30%; border-radius: 50%; background: radial-gradient(circle at 40% 40%, #FFD9A0, #F2A65A 70%); opacity: .5; filter: blur(2px); }
.sun__grid { display: grid; grid-template-columns: 1.35fr 1fr; gap: clamp(32px, 6vw, 90px); align-items: center; }
.sun__statement { font-family: var(--serif); font-weight: 340; font-size: clamp(1.9rem, 3.7vw, 3.6rem); line-height: 1.12; letter-spacing: -.02em; margin: 0; color: var(--moss-deep); font-variation-settings: "SOFT" 100, "WONK" 0; }
.sun__statement mark { font-style: italic; }
[data-scrub-words] .sw { opacity: .16; transition: opacity .25s linear; }
[data-scrub-words] .sw.on { opacity: 1; }
.reduced [data-scrub-words] .sw, .no-js [data-scrub-words] .sw { opacity: 1; }
.sun__photo { margin: 0; border-radius: 999px 999px 24px 24px; overflow: hidden; aspect-ratio: 4 / 5; position: relative; box-shadow: 0 40px 80px -40px rgba(125, 63, 40, .5); }
.sun__photo img { width: 100%; height: 100%; object-fit: cover; }
.sun__photo figcaption { position: absolute; left: 50%; bottom: 18px; transform: translateX(-50%); background: var(--paper); border-radius: 999px; padding: .5em 1.1em; font-size: .85rem; display: flex; gap: .5em; align-items: center; white-space: nowrap; font-weight: 600; }
.sun__photo figcaption svg { width: 18px; height: 18px; color: var(--clay); }
@media (max-width: 899px) { .sun__grid { grid-template-columns: 1fr; } .sun__photo { max-width: 420px; width: 88%; margin-inline: auto; } }

/* =========================================================================
   01 · POTERIE-APÉRO
   ========================================================================= */
.apero { position: relative; background: var(--kraft) url("https://poterie-ducoeuralaterre.com/_assets/media/83507d94b4cf8b5db05f923b1cd86664.jpg") center / cover; padding: 0 0 clamp(80px, 10vw, 140px); overflow: hidden; }
.apero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(244, 221, 192, .7), rgba(249, 241, 231, .38) 40%, rgba(249, 241, 231, .3)); pointer-events: none; }
.ticker { position: relative; background: var(--teal); color: var(--cream); transform: rotate(-2deg) scale(1.04); margin: 0 0 clamp(50px, 7vw, 100px); padding: .9rem 0; overflow: hidden; box-shadow: 0 16px 40px -20px rgba(15, 71, 73, .6); }
.ticker__track { display: flex; width: max-content; animation: ticker 26s linear infinite; }
.ticker span { font-family: var(--serif); font-size: clamp(1.4rem, 2.6vw, 2.2rem); font-weight: 400; letter-spacing: .06em; text-transform: uppercase; padding: 0 1.4rem; display: flex; align-items: center; gap: 2.8rem; }
.ticker span::after { content: "✺"; font-size: .7em; color: var(--sand); }
@keyframes ticker { to { transform: translateX(-50%); } }
.apero__grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(30px, 5vw, 80px); align-items: center; }
.apero__txt { position: relative; z-index: 2; }
.apero__title { display: inline-block; }
.apero__facts { display: grid; grid-template-columns: repeat(4, auto); gap: 1.4rem 2rem; margin: 0 0 2.2rem; justify-content: start; }
.apero__facts div { border-left: 1.5px solid rgba(47, 43, 51, .3); padding-left: .9rem; }
.apero__facts dt { font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-soft); }
.apero__facts dd { margin: .1rem 0 0; font-family: var(--serif); font-size: clamp(1.4rem, 2.2vw, 2rem); line-height: 1.1; color: var(--moss-deep); }
.apero__ctas { display: flex; gap: .8rem; flex-wrap: wrap; }
.apero__scene { position: relative; aspect-ratio: 1 / 1; max-width: 560px; width: 100%; justify-self: center; }
.apero__wreath { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; opacity: .95; }
.apero__glass { position: absolute; bottom: 22%; width: 30%; transform-origin: 50% 95%; transition: transform .8s cubic-bezier(.3, 1.6, .5, 1); filter: drop-shadow(0 18px 20px rgba(80, 50, 30, .25)); }
.apero__glass--a { left: 23%; transform: rotate(-6deg); }
.apero__glass--b { right: 20%; transform: rotate(7deg); }
.apero__scene:hover .apero__glass--a, .apero__scene.clink .apero__glass--a { transform: rotate(14deg) translateX(18%); }
.apero__scene:hover .apero__glass--b, .apero__scene.clink .apero__glass--b { transform: rotate(-14deg) translateX(-18%); }
.apero__toast { position: absolute; width: 34%; right: -4%; top: 4%; transform: rotate(8deg); }
.apero__note { position: absolute; left: 6%; top: 10%; font-size: 3.4rem; color: var(--clay); transform: rotate(-12deg); margin: 0; }
@media (max-width: 899px) {
  .apero__grid { grid-template-columns: 1fr; }
  .apero__facts { grid-template-columns: repeat(2, auto); }
  .apero__scene { max-width: 400px; order: -1; }
}

/* =========================================================================
   02 · LE VOYAGE DE LA TERRE
   ========================================================================= */
.voyage { position: relative; height: 900vh; background: var(--cream); --heat: 0; }
.voyage__sticky { position: sticky; top: 0; height: 100vh; height: 100svh; overflow: hidden; display: grid; grid-template-columns: 1.15fr 1fr; grid-template-rows: auto 1fr auto; padding: calc(var(--hdr) + 1vh) var(--gut) 3vh; column-gap: 4vw; }
.voyage__heat { position: absolute; inset: 0; pointer-events: none; opacity: var(--heat); background: radial-gradient(60% 70% at 30% 58%, #F7A24F 0%, #E87B3A 32%, #B4502C 62%, #6B2E1E 100%); transition: opacity .15s linear; }
.voyage__sunrise { position: absolute; left: 30%; top: 50%; width: 90px; height: 90px; margin: -45px; color: #F7C06A; opacity: 0; transform: translateY(var(--sun-rise, 40px)) rotate(var(--sun-rot, 0deg)); pointer-events: none; }
.voyage__sunrise svg { width: 100%; height: 100%; }
.voyage__head { grid-column: 1 / -1; position: relative; z-index: 2; display: flex; align-items: baseline; gap: 1.4rem; flex-wrap: wrap; }
.voyage__head .eyebrow { margin: 0; }
.voyage__title { font-family: var(--serif); font-weight: 340; font-size: clamp(1.6rem, 2.6vw, 2.4rem); margin: 0; color: var(--moss-deep); letter-spacing: -.02em; transition: color .4s; }
.voyage__title .script { font-size: 1.45em; color: var(--clay); vertical-align: -.12em; transition: color .4s; }
.voyage.is-hot .voyage__title, .voyage.is-hot .eyebrow { color: var(--cream); }
.voyage.is-hot .voyage__title .script { color: #FFD7A6; }
.voyage__stage { position: relative; z-index: 2; min-height: 0; display: grid; place-items: center; }
.voyage__canvas { width: min(100%, 72vh, 700px); aspect-ratio: 1 / 1.02; height: auto; }
.voyage__temp { position: absolute; top: 6%; right: 4%; text-align: right; font-family: var(--serif); color: var(--moss-deep); opacity: 0; transform: translateY(12px); transition: opacity .5s, transform .6s var(--ease), color .4s; }
.voyage__temp b { font-weight: 300; font-size: clamp(3rem, 6vw, 5.6rem); line-height: .9; font-variant-numeric: tabular-nums; letter-spacing: -.03em; }
.voyage__temp sup { font-size: 1.4rem; margin-left: .1em; }
.voyage__temp small { display: block; font-family: var(--sans); font-size: .72rem; letter-spacing: .18em; text-transform: uppercase; margin-top: .3rem; }
.voyage.show-temp .voyage__temp { opacity: 1; transform: none; }
.voyage.is-hot .voyage__temp { color: #FFE9CF; }
.voyage__pic { position: absolute; margin: 0; border-radius: 14px; overflow: hidden; box-shadow: 0 30px 60px -30px rgba(40, 30, 25, .6); opacity: 0; transform: translateY(40px) scale(.9) rotate(var(--r, 0deg)); transition: opacity .8s var(--ease), transform 1s var(--ease); transition-delay: var(--d, 0s); }
.voyage__pic img { width: 100%; height: 100%; object-fit: cover; }
.voyage__pic--1 { width: 22%; aspect-ratio: 1; left: 0; top: 4%; --r: -6deg; }
.voyage__pic--2 { width: 27%; aspect-ratio: 16 / 10; right: 0; top: 30%; --r: 4deg; --d: .12s; }
.voyage__pic--3 { width: 14%; aspect-ratio: 9 / 16; left: 3%; bottom: 3%; --r: 5deg; --d: .24s; }
.voyage.is-done .voyage__pic { opacity: 1; transform: rotate(var(--r)); }
.voyage__steps { position: relative; z-index: 2; align-self: center; min-height: 340px; }
.vstep { position: absolute; left: 0; right: 0; top: 50%; transform: translateY(-50%); max-width: 470px; pointer-events: none; }
.vstep > * { opacity: 0; transform: translateY(26px); transition: opacity .55s var(--ease), transform .8s var(--ease); }
.vstep h3 { font-family: var(--serif); font-weight: 360; font-size: clamp(1.9rem, 3.3vw, 3.2rem); line-height: 1.02; letter-spacing: -.02em; margin: 0 0 1.1rem; color: var(--moss-deep); transition-delay: .06s; font-variation-settings: "SOFT" 100, "WONK" 1; }
.vstep p { margin: 0; font-size: clamp(1rem, .45vw + .88rem, 1.15rem); color: var(--ink-soft); transition-delay: .12s; }
.vstep .vstep__n { font-size: .78rem; letter-spacing: .2em; text-transform: uppercase; color: var(--olive); margin-bottom: 1rem; transition-delay: 0s; font-weight: 600; }
.vstep .vstep__n b { font-family: var(--serif); font-size: 2.4rem; letter-spacing: 0; color: var(--clay); font-weight: 400; vertical-align: -.2em; margin-right: .1em; }
.vstep.is-active { pointer-events: auto; }
.vstep.is-active > * { opacity: 1; transform: none; }
.vstep.is-leaving > * { opacity: 0; transform: translateY(-26px); transition-delay: 0s; }
.voyage.is-hot .vstep h3 { color: #FFF3E3; }
.voyage.is-hot .vstep p { color: #FFE2C4; }
.voyage.is-hot .vstep .vstep__n { color: #FFCB8E; }
.voyage.is-hot .vstep .vstep__n b { color: #fff; }
.voyage__rail { grid-column: 1 / -1; list-style: none; margin: 0; padding: 0; display: flex; gap: 6px; position: relative; z-index: 2; }
.voyage__rail li { flex: 1; height: 26px; position: relative; }
.voyage__rail li::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 3px; border-radius: 3px; background: rgba(47, 43, 51, .12); }
.voyage__rail li::after { content: ""; position: absolute; left: 0; top: 0; height: 3px; border-radius: 3px; background: var(--clay); width: calc(var(--p, 0) * 100%); }
.voyage__rail span { position: absolute; top: 9px; left: 0; font-size: .7rem; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-soft); }
.voyage.is-hot .voyage__rail span { color: #FFE2C4; }
.voyage.is-hot .voyage__rail li::before { background: rgba(255, 255, 255, .25); }
.voyage.is-hot .voyage__rail li::after { background: #FFD08A; }
@media (max-width: 899px) {
  .voyage { height: 820vh; }
  .voyage__sticky { grid-template-columns: 1fr; grid-template-rows: auto minmax(0, 1fr) auto auto; padding-top: calc(var(--hdr) - 6px); row-gap: 1vh; }
  .voyage__head { gap: .6rem; }
  .voyage__head .eyebrow { display: none; }
  .voyage__canvas { width: min(92vw, 46vh); }
  .voyage__temp { top: 0; right: 0; }
  .voyage__temp b { font-size: 2.6rem; }
  .voyage__steps { min-height: 210px; align-self: start; }
  .vstep { top: 0; transform: none; }
  .vstep h3 { font-size: 1.65rem; margin-bottom: .6rem; }
  .vstep p { font-size: .98rem; line-height: 1.5; }
  .vstep .vstep__n { margin-bottom: .5rem; }
  .vstep .vstep__n b { font-size: 1.8rem; }
  .voyage__rail span { display: none; }
  .voyage__rail li { height: 6px; }
  .voyage__pic--1 { width: 30%; top: 0; }
  .voyage__pic--2 { width: 36%; bottom: 2%; }
  .voyage__pic--3 { display: none; }
}
@media (max-width: 899px) and (max-height: 700px) { .vstep p { font-size: .9rem; } .voyage__steps { min-height: 180px; } }

/* =========================================================================
   03 · CRÉATIONS — l'étagère
   ========================================================================= */
.shelf { position: relative; background: var(--paper); }
.shelf::before { content: ""; position: absolute; inset: 0; background: url("https://poterie-ducoeuralaterre.com/_assets/media/2ad0b612446802c971e90bf3695c5ee0.jpg") center / cover; opacity: .55; pointer-events: none; }
.shelf__sticky { position: sticky; top: 0; height: 100vh; height: 100svh; overflow: hidden; }
.shelf__track { display: flex; height: 100%; align-items: stretch; will-change: transform; padding-left: var(--gut); }
.panel { position: relative; flex: none; height: 100%; padding: calc(var(--hdr) + 4vh) 4vw 7vh; display: grid; }
.panel--intro { width: min(92vw, 1180px); grid-template-columns: .9fr 1.1fr; align-items: center; gap: 5vw; padding-left: 0; }
.panel__oval { margin: 0; border-radius: 50%; overflow: hidden; aspect-ratio: 4 / 5; height: min(70vh, 620px); justify-self: center; box-shadow: 0 50px 90px -50px rgba(60, 89, 71, .6); }
.panel__oval img { width: 100%; height: 100%; object-fit: cover; }
.shelf__hint { display: flex; align-items: center; gap: .7rem; font-size: .8rem; letter-spacing: .18em; text-transform: uppercase; color: var(--olive); }
.shelf__hint svg { width: 40px; height: 20px; animation: nudge 1.6s var(--ease) infinite; }
@keyframes nudge { 50% { transform: translateX(8px); } }
.panel__head { position: relative; z-index: 2; max-width: 380px; }
.panel__num { font-family: var(--serif); font-size: .95rem; color: var(--clay); margin: 0 0 .4rem; letter-spacing: .1em; }
.panel__title { font-size: clamp(2.6rem, 4.4vw, 4.3rem); color: var(--moss-deep); margin: 0 0 1rem; line-height: .95; }
.panel__desc { font-size: 1.08rem; color: var(--ink-soft); margin: 0 0 1.2rem; }
.panel__quote { margin: 1.6rem 0 0; font-family: var(--serif); font-style: italic; font-size: 1.25rem; line-height: 1.35; color: var(--teal); border-left: 2px solid var(--sage); padding-left: 1rem; }
.panel__quote cite { display: block; font-style: normal; font-family: var(--sans); font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-soft); margin-top: .5rem; }
.info { background: rgba(255, 255, 255, .6); border: 1.5px dashed rgba(60, 89, 71, .35); border-radius: 18px; padding: .9rem 1.1rem; font-size: .95rem; }
.info summary { cursor: pointer; font-weight: 700; list-style: none; display: flex; align-items: center; gap: .5rem; color: var(--moss); }
.info summary::before { content: "✺"; color: var(--clay); }
.info p { margin: .6rem 0 0; color: var(--ink-soft); }
.panel__photos { position: relative; }
.ph { position: absolute; margin: 0; overflow: hidden; border-radius: 16px; box-shadow: 0 30px 60px -34px rgba(47, 43, 51, .55); background: var(--sand); }
.ph img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease); }
.ph:hover img { transform: scale(1.06); }

.panel--champetre, .panel--chaudrons, .panel--maisons, .panel--stones { grid-template-columns: 360px 1fr; gap: 3vw; align-items: center; }
.panel--champetre { width: 1240px; }
.panel--champetre .panel__photos { height: 100%; }
.panel--champetre .ph--a { left: 0; top: 4%; width: 34%; height: 78%; border-radius: 200px 200px 16px 16px; }
.panel--champetre .ph--b { left: 38%; top: 0; width: 24%; height: 50%; }
.panel--champetre .ph--c { left: 38%; bottom: 0; width: 30%; height: 44%; border-radius: 16px 16px 120px 120px; }
.panel--champetre .ph--d { right: 0; top: 16%; width: 27%; height: 62%; }

.panel--chaudrons { width: 1180px; background: linear-gradient(90deg, transparent, rgba(22, 101, 105, .08) 40%, rgba(22, 101, 105, .14)); }
.panel--chaudrons .panel__title { color: var(--teal); }
.panel--chaudrons .panel__photos { height: 100%; }
.panel--chaudrons .ph--a { left: 0; top: 0; height: 100%; width: 38%; border-radius: 999px 999px 20px 20px; }
.panel--chaudrons .ph--b { left: 42%; top: 8%; width: 58%; height: 44%; }
.panel--chaudrons .ph--c { left: 50%; bottom: 0; width: 30%; height: 44%; border-radius: 20px 20px 999px 999px; }

.panel--maisons { width: 1500px; }
.panel--maisons .panel__photos { height: 100%; }
.panel--maisons .ph--a { left: 0; top: 0; width: 21%; height: 70%; }
.panel--maisons .ph--b { left: 24%; bottom: 0; width: 17%; height: 56%; border-radius: 120px 120px 16px 16px; }
.panel--maisons .ph--c { left: 24%; top: 0; width: 17%; height: 40%; }
.panel--maisons .ph--d { left: 44%; top: 10%; width: 20%; height: 64%; }
.panel--maisons .ph--e { left: 67%; top: 0; width: 15%; height: 48%; }
.panel--maisons .ph--f { left: 67%; bottom: 0; width: 26%; height: 46%; border-radius: 16px 16px 16px 120px; }

.panel--stones { width: 1100px; }
.panel--stones .panel__photos { height: 100%; }
.panel--stones .ph--a { left: 0; top: 6%; width: 36%; height: 88%; border-radius: 50% 50% 50% 50% / 38% 38% 62% 62%; }
.panel--stones .ph--b { left: 40%; top: 0; width: 30%; height: 60%; }
.panel--stones .ph--c { left: 50%; bottom: 0; width: 26%; height: 34%; border-radius: 999px; }

.panel--outro { width: 620px; align-content: center; justify-items: start; padding-right: 8vw; }
.panel--outro .script { font-size: 3.8rem; color: var(--clay); margin: 0; }
.panel__outro { font-family: var(--serif); font-size: clamp(1.6rem, 2.4vw, 2.3rem); line-height: 1.15; margin: .4rem 0 2rem; color: var(--moss-deep); }

.shelf__progress { position: absolute; left: var(--gut); right: var(--gut); bottom: 3.4vh; height: 2px; background: rgba(47, 43, 51, .12); z-index: 3; pointer-events: none; }
.shelf__progress i { position: absolute; left: 0; top: 0; bottom: 0; width: 100%; background: var(--clay); transform-origin: left; transform: scaleX(var(--p, 0)); }

/* étagère verticale (mobile / tablette) */
@media (max-width: 899px) {
  .shelf__sticky { position: relative; height: auto; overflow: visible; }
  .shelf__track { display: block; padding: 0; transform: none !important; }
  .panel { width: auto !important; height: auto; display: block; padding: 70px var(--gut) 40px; background: none !important; }
  .panel--intro { padding-top: 90px; display: flex; flex-direction: column-reverse; gap: 30px; }
  .panel__oval { height: auto; width: 76%; }
  .panel__head { max-width: none; margin-bottom: 1.2rem; }
  .panel__photos { display: flex; gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory; margin: 0 calc(-1 * var(--gut)); padding: 6px var(--gut) 18px; scrollbar-width: none; }
  .panel__photos::-webkit-scrollbar { display: none; }
  .ph { position: relative !important; inset: auto !important; width: 62vw !important; height: 84vw !important; max-height: 460px; flex: none; scroll-snap-align: center; border-radius: 18px !important; }
  .panel--outro { text-align: left; padding-bottom: 90px; }
  .shelf__progress { display: none; }
}

/* =========================================================================
   04 · ATELIERS
   ========================================================================= */
.ateliers { position: relative; background: var(--moss-deep); color: var(--cream); padding: clamp(110px, 12vw, 170px) 0 clamp(90px, 10vw, 140px); }
.edge { position: absolute; left: 0; width: 100%; height: clamp(40px, 6vw, 80px); pointer-events: none; }
.edge--top { bottom: calc(100% - 1px); }
.ateliers .edge path { fill: var(--moss-deep); }
.sec-head { margin-bottom: clamp(40px, 6vw, 70px); }
.sec-head--light .h2 { color: var(--cream); }
.sec-head--light .h2 em { color: var(--sand); }
.sec-head--light .eyebrow { color: var(--sage); }
.sec-head--light .lead { color: rgba(249, 241, 231, .75); }
.cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-bottom: clamp(90px, 11vw, 150px); perspective: 1200px; }
.card {
  position: relative; background: var(--paper); color: var(--ink); border-radius: 26px; padding: 26px 24px 24px; display: flex; flex-direction: column;
  text-decoration: none; transform-style: preserve-3d; transition: transform .6s var(--ease), box-shadow .6s; min-height: 470px;
}
.card:hover { box-shadow: 0 40px 70px -40px rgba(0, 0, 0, .6); }
.card--clay { background: #EFD9C8; }
.card--sage { background: var(--sage-soft); }
.card--link { background: transparent; color: var(--cream); border: 1.5px solid rgba(249, 241, 231, .35); justify-content: flex-end; }
.card--link:hover { background: var(--clay); border-color: var(--clay); }
.card__stack { position: relative; height: 190px; margin-bottom: 1.4rem; }
.card__stack img { position: absolute; width: 46%; aspect-ratio: 3 / 4; object-fit: cover; border-radius: 12px; left: 27%; top: 0; border: 5px solid #fff; box-shadow: 0 16px 28px -16px rgba(0, 0, 0, .45); transition: transform .7s var(--ease); }
.card__stack img:nth-child(1) { transform: rotate(-7deg) translateX(-10%); }
.card__stack img:nth-child(2) { transform: rotate(5deg) translateX(10%); }
.card__stack img:nth-child(3) { transform: rotate(-1deg); }
.card:hover .card__stack img:nth-child(1), .card.is-fanned .card__stack img:nth-child(1) { transform: rotate(-16deg) translate(-62%, 6%); }
.card:hover .card__stack img:nth-child(2), .card.is-fanned .card__stack img:nth-child(2) { transform: rotate(14deg) translate(62%, 6%); }
.card:hover .card__stack img:nth-child(3), .card.is-fanned .card__stack img:nth-child(3) { transform: translateY(-6%) scale(1.04); }
.card__kicker { font-size: .74rem; letter-spacing: .18em; text-transform: uppercase; font-weight: 700; color: var(--olive); margin: 0 0 .4rem; }
.card--link .card__kicker { color: var(--sand); }
.card h3 { font-family: var(--serif); font-weight: 400; font-size: 1.85rem; line-height: 1.05; margin: 0 0 .7rem; letter-spacing: -.02em; font-variation-settings: "SOFT" 100, "WONK" 1; }
.card--link h3 { font-size: 2.6rem; font-style: italic; }
.card p { margin: 0 0 1rem; font-size: .97rem; }
.card__price { display: flex; justify-content: space-between; align-items: baseline; border-top: 1.5px dashed rgba(47, 43, 51, .22); padding-top: .7rem; margin: 0 !important; }
.card__price + .card__price { border-top: 0; padding-top: .2rem; }
.card > .card__price:first-of-type { margin-top: auto !important; }
.card__price b { font-family: var(--serif); font-weight: 400; font-size: 1.5rem; }
.card__price span { font-weight: 700; font-size: .95rem; text-align: right; }
.card--link .card__price { border-color: rgba(249, 241, 231, .3); margin-top: 1rem !important; }
.card__go { position: absolute; top: 24px; right: 24px; width: 54px; height: 54px; border-radius: 50%; border: 1.5px solid currentColor; display: grid; place-items: center; transition: transform .5s var(--ease); }
.card__go svg { width: 26px; height: 14px; transform: rotate(-35deg); }
.card--link:hover .card__go { transform: rotate(35deg) scale(1.1); }
@media (max-width: 1100px) { .cards { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) {
  .cards { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; margin-inline: calc(-1 * var(--gut)); padding: 10px var(--gut) 20px; scrollbar-width: none; }
  .cards::-webkit-scrollbar { display: none; }
  .card { flex: 0 0 82%; scroll-snap-align: center; min-height: 440px; }
}

.gallery-head { display: flex; justify-content: space-between; align-items: end; gap: 1.5rem; flex-wrap: wrap; margin-bottom: 2rem; }
.gallery-head .script { font-size: clamp(2.6rem, 5vw, 4rem); color: var(--sand); }
.filters { display: flex; gap: .4rem; flex-wrap: wrap; background: rgba(249, 241, 231, .08); padding: .35rem; border-radius: 999px; }
.filters button { border: 0; background: transparent; padding: .6em 1.2em; border-radius: 999px; font-weight: 600; font-size: .92rem; transition: background .4s var(--ease), color .4s; }
.filters button[aria-selected="true"], .filters button[aria-pressed="true"] { background: var(--cream); color: var(--moss-deep); }
.gallery { columns: 5 200px; column-gap: 14px; }
.gallery figure.is-more { display: none; }
@media (max-width: 620px) { .gallery { columns: 2; column-gap: 10px; } .gallery figure { margin-bottom: 10px; } }
.gallery__more-wrap { text-align: center; margin: 2.2rem 0 0; }
.gallery__more { --fg: var(--cream); }
.gallery__more[hidden] { display: none; }
.gallery__more span { opacity: .7; font-weight: 400; }
.gallery figure { margin: 0 0 14px; break-inside: avoid; border-radius: 14px; overflow: hidden; position: relative; cursor: zoom-in; transform: rotate(var(--rot, 0deg)); transition: transform .6s var(--ease), opacity .5s, filter .5s; background: rgba(255, 255, 255, .06); }
.gallery figure:nth-child(3n) { --rot: -1.2deg; }
.gallery figure:nth-child(4n+1) { --rot: 1deg; }
.gallery figure:hover { transform: rotate(0) scale(1.02); z-index: 2; }
.gallery img { width: 100%; }
.gallery figcaption { position: absolute; left: 10px; right: 10px; bottom: 10px; background: var(--paper); color: var(--ink); font-size: .82rem; padding: .5em .8em; border-radius: 10px; line-height: 1.3; }
.gallery figure.is-out { display: none; }
.gallery figure.is-pop { animation: pop .7s var(--ease) both; }
@keyframes pop { from { opacity: 0; transform: translateY(30px) scale(.94); } }

/* =========================================================================
   05 · PRIX
   ========================================================================= */
.prix { position: relative; padding: clamp(100px, 12vw, 170px) 0; overflow: hidden; background: var(--cream); }
.prix__leaf { position: absolute; right: -6vw; top: 8%; width: 30vw; max-width: 460px; aspect-ratio: 9 / 16; border-radius: 240px 240px 0 0; overflow: hidden; opacity: .9; }
.prix__leaf img { width: 100%; height: 100%; object-fit: cover; }
.prix__grid > *, .gift__grid > *, .apero__grid > *, .sun__grid > *, .access > *, .about__grid > *, .words__grid > *, .contact__grid > *, .agenda__grid > * { min-width: 0; }
.prix__grid { display: grid; grid-template-columns: 1.35fr .9fr; gap: clamp(40px, 6vw, 100px); align-items: start; }
.menu-list { list-style: none; padding: 0; margin: 0 0 3rem; }
.menu-list li { display: flex; align-items: baseline; gap: .8rem; padding: 1.05rem 0; border-bottom: 1px solid var(--line); font-size: clamp(1.02rem, .5vw + .9rem, 1.22rem); }
.menu-list li span { flex: 0 1 auto; min-width: 0; }
.menu-list li i { flex: 1; border-bottom: 2px dotted rgba(47, 43, 51, .3); transform: translateY(-.3em); min-width: 20px; }
.menu-list li b { font-family: var(--serif); font-weight: 450; font-size: 1.35em; color: var(--clay); white-space: nowrap; }
.prix__notes { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem 2.2rem; }
.note { margin: 0; font-size: .98rem; color: var(--ink-soft); padding-left: 1rem; border-left: 2px solid var(--sage); }
.note strong { color: var(--ink); }
.note--big { grid-column: 1 / -1; font-family: var(--serif); font-size: clamp(1.25rem, 1.6vw, 1.55rem); line-height: 1.3; color: var(--moss-deep); border-left-color: var(--clay); }
.note--big strong { font-weight: 500; font-style: italic; color: var(--clay); }
.note--tag { align-self: start; font-weight: 700; color: var(--teal); border-left-color: var(--teal); }
.note--hand { grid-column: 1 / -1; border: 0; padding: 0; }
.note--hand .script { font-size: 2.3rem; color: var(--olive); display: block; line-height: 1.1; }
.fidelity { position: relative; background: var(--paper); border-radius: 30px; padding: 30px; box-shadow: 0 40px 90px -50px rgba(60, 89, 71, .55); z-index: 2; margin-top: 60px; }
.fidelity__label { font-family: var(--serif); font-size: 1.6rem; margin: 0 0 1rem; color: var(--moss-deep); letter-spacing: -.01em; }
.fidelity__switch { display: inline-flex; background: var(--cream); border-radius: 999px; padding: .3rem; margin-bottom: 1.4rem; }
.fidelity__switch button { border: 0; background: none; padding: .5em 1.2em; border-radius: 999px; font-weight: 700; font-size: .9rem; transition: background .4s, color .4s; }
.fidelity__switch button[aria-selected="true"] { background: var(--moss-deep); color: var(--cream); }
.fidelity__card { background: #F2E7D7; border-radius: 20px; padding: 22px; border: 1.5px dashed rgba(165, 89, 60, .4); }
.fidelity__stamps { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; margin-bottom: 1rem; }
.stamp { min-width: 0; aspect-ratio: 1; border-radius: 50%; border: 1.5px dashed rgba(47, 43, 51, .25); display: grid; place-items: center; position: relative; }
.stamp svg { width: 64%; height: 64%; color: var(--clay); opacity: 0; transform: scale(1.8) rotate(-25deg); transition: opacity .25s, transform .45s cubic-bezier(.3, 1.6, .5, 1); }
.stamp.is-on svg { opacity: .9; transform: scale(1) rotate(var(--r, -8deg)); }
.stamp--gift { background: var(--moss-deep); border: 0; color: var(--cream); font-family: var(--script); font-size: clamp(.95rem, 2.2vw, 1.35rem); white-space: nowrap; overflow: visible; line-height: .9; text-align: center; transform: scale(.4); opacity: 0; transition: transform .6s cubic-bezier(.3, 1.6, .5, 1), opacity .3s; }
.stamp--gift.is-on { transform: rotate(-10deg); opacity: 1; }
.fidelity__rule { margin: 0; font-size: 1rem; }
.fidelity__rule b { color: var(--clay); }
.fidelity__photo { margin: 1.4rem 0 0; }
.fidelity__photo img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; border-radius: 18px; }
@media (max-width: 899px) {
  .prix__grid { grid-template-columns: 1fr; }
  .prix__notes { grid-template-columns: 1fr; }
  .prix__leaf { opacity: .25; width: 60vw; right: -20vw; }
  .fidelity { margin-top: 0; }
}

/* =========================================================================
   06 · BON CADEAU
   ========================================================================= */
.gift { position: relative; background: var(--sage-soft); padding: clamp(100px, 12vw, 170px) 0; overflow: hidden; }
.gift::before { content: ""; position: absolute; width: 70vmax; height: 70vmax; left: -30vmax; bottom: -40vmax; border-radius: 50%; background: radial-gradient(circle, rgba(167, 192, 157, .8), transparent 60%); }
.gift__grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: clamp(40px, 6vw, 100px); align-items: center; }
.gift__script { font-size: 1.25em; color: var(--clay); display: block; margin-bottom: .1em; line-height: .8; }
.gift__form { display: grid; gap: 1.1rem; max-width: 520px; }
.gift__form > label { display: grid; grid-template-columns: 70px 1fr; align-items: center; border-bottom: 1.5px solid rgba(36, 54, 41, .35); padding-bottom: .4rem; }
.gift__form > label span { font-family: var(--serif); font-size: 1.2rem; color: var(--moss); }
.gift__form input[type="text"], .gift__form input[type="number"] { border: 0; background: transparent; font: inherit; font-size: 1.15rem; padding: .5rem 0; color: var(--ink); outline: none; width: 100%; min-width: 0; }
.gift__form input::placeholder { color: rgba(47, 43, 51, .38); }
.gift__form fieldset { border: 0; padding: 0; margin: .4rem 0 0; }
.gift__form legend { font-family: var(--serif); font-size: 1.2rem; color: var(--moss); margin-bottom: .7rem; }
.gift__values { display: grid; grid-template-columns: repeat(2, 1fr); gap: .6rem; }
.gift__values label { position: relative; cursor: pointer; }
.gift__values input[type="radio"] { position: absolute; opacity: 0; pointer-events: none; }
.gift__values label > span { display: block; border: 1.5px solid rgba(36, 54, 41, .3); border-radius: 16px; padding: .7rem .9rem; font-weight: 700; transition: background .3s, border-color .3s, color .3s, transform .3s var(--ease); background: rgba(255, 255, 255, .4); }
.gift__values small { display: block; font-weight: 400; font-size: .8rem; color: var(--ink-soft); }
.gift__values input[type="radio"]:checked + span { background: var(--moss-deep); color: var(--cream); border-color: var(--moss-deep); transform: translateY(-2px); }
.gift__values input[type="radio"]:checked + span small { color: rgba(249, 241, 231, .7); }
.gift__values input[type="radio"]:focus-visible + span { outline: 2px dashed var(--clay); outline-offset: 3px; }
.gift__free input[type="number"] { font-size: .95rem; padding: .2rem 0; border-bottom: 1px solid currentColor; margin-top: .2rem; color: inherit; }
.gift__ctas { display: flex; gap: .7rem; flex-wrap: wrap; margin-top: .8rem; }
.gift__stage { position: relative; perspective: 1400px; }
.voucher { position: relative; width: 100%; max-width: 620px; margin-inline: auto; aspect-ratio: 1.55 / 1; transform-style: preserve-3d; transition: transform .7s var(--ease); }
.voucher__face { position: absolute; inset: 0; border-radius: 22px; overflow: hidden; background: #F3EDE2; box-shadow: 0 50px 90px -40px rgba(36, 54, 41, .55), 0 2px 0 rgba(255, 255, 255, .6) inset; padding: 5.5% 6%; display: grid; grid-template-columns: 1.3fr 1fr; grid-template-rows: auto 1fr auto; gap: 0 4%; color: var(--moss-deep); }
.voucher__face::after { content: ""; position: absolute; inset: 0; background: linear-gradient(115deg, transparent 30%, rgba(255, 255, 255, .45) 48%, transparent 60%); transform: translateX(var(--shine, -60%)); pointer-events: none; mix-blend-mode: soft-light; }
.voucher__bg { position: absolute; right: 0; top: 0; width: 42%; height: 100%; object-fit: cover; opacity: .9; -webkit-mask-image: linear-gradient(90deg, transparent, #000 45%); mask-image: linear-gradient(90deg, transparent, #000 45%); }
.voucher__top { grid-column: 1 / -1; position: relative; }
.voucher__title { font-family: var(--serif); font-size: clamp(1.8rem, 3.8vw, 3.2rem); letter-spacing: .12em; text-transform: uppercase; margin: 0; line-height: 1; font-weight: 400; }
.voucher__use { margin: .5rem 0 0; font-size: clamp(.6rem, .9vw, .78rem); letter-spacing: .18em; text-transform: uppercase; color: var(--olive); }
.voucher__fields { position: relative; align-self: center; display: grid; gap: .5rem; }
.voucher__fields p { margin: 0; display: flex; gap: .6rem; align-items: baseline; border-bottom: 1px solid rgba(36, 54, 41, .25); padding-bottom: .25rem; font-size: clamp(.8rem, 1.2vw, 1rem); }
.voucher__fields span { font-size: .78em; letter-spacing: .12em; text-transform: uppercase; color: var(--olive); flex: none; }
.voucher__fields b { font-family: var(--script); font-weight: 400; font-size: clamp(1.4rem, 2.6vw, 2.2rem); line-height: 1; color: var(--clay); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.voucher__brand { position: relative; align-self: center; justify-self: center; display: flex; flex-direction: column; align-items: center; text-align: center; gap: .35rem; }
.voucher__wreath { position: relative; width: clamp(80px, 11vw, 132px); aspect-ratio: 1; display: grid; place-items: center; }
.voucher__wreath img { position: absolute; inset: 0; width: 100%; height: 100%; }
.voucher__wreath svg { width: 36%; height: 34%; color: var(--forest); position: relative; }
.voucher__brand p { position: relative; margin: 0; font-size: clamp(.46rem, .66vw, .6rem); letter-spacing: .1em; text-transform: uppercase; line-height: 1.4; color: var(--olive); }
.voucher__brand .script { display: block; font-size: clamp(1.1rem, 1.9vw, 1.6rem); letter-spacing: 0; text-transform: none; color: var(--forest); margin-bottom: .15rem; }
.voucher__foot { grid-column: 1 / -1; position: relative; font-size: clamp(.5rem, .75vw, .66rem); letter-spacing: .08em; text-transform: uppercase; color: var(--moss); }
.voucher__foot p { margin: .2rem 0 0; }
.voucher__foot i { font-style: normal; letter-spacing: 0; }
.gift__hint { text-align: center; font-size: 2rem; color: var(--moss); margin: 1.4rem 0 0; transform: rotate(-3deg); }
@media (max-width: 899px) {
  .gift__grid { grid-template-columns: 1fr; }
  .gift__stage { order: -1; }
}
@media (max-width: 520px) {
  .voucher { aspect-ratio: auto; }
  .voucher__face { position: relative; grid-template-columns: 1fr; padding: 22px; gap: 14px; }
  .voucher__bg { width: 60%; opacity: .5; }
  .voucher__brand { width: 150px; }
}

/* =========================================================================
   07 · AGENDA
   ========================================================================= */
.agenda { position: relative; padding: clamp(100px, 12vw, 160px) 0; background: var(--paper); }
.agenda__head .h2 { max-width: 16ch; }
.agenda__bar { display: flex; justify-content: space-between; align-items: center; gap: 1rem; flex-wrap: wrap; margin-bottom: 1.8rem; }
.filters--agenda { background: var(--cream); }
.filters--agenda button { display: inline-flex; align-items: center; gap: .5em; color: var(--ink-soft); }
.filters--agenda button small { font-weight: 400; font-size: .78em; opacity: .75; }
.filters--agenda button[aria-pressed="true"] { background: #fff; color: var(--ink); box-shadow: 0 6px 14px -8px rgba(0, 0, 0, .25); }
.filters--agenda button[aria-pressed="false"] .dot { opacity: .3; }
.dot { width: 11px; height: 11px; border-radius: 50%; display: inline-block; flex: none; }
.dot--adulte { background: var(--clay); }
.dot--mixte { background: var(--teal); }
.dot--enfant { background: #E0A63C; }
.dot--vac { background: repeating-linear-gradient(45deg, var(--sage) 0 3px, transparent 3px 6px); border: 1px solid var(--sage); border-radius: 3px; }
.agenda__legend { font-size: .88rem; color: var(--ink-soft); display: flex; align-items: center; gap: .5rem; margin: 0; }
.agenda__grid { display: grid; grid-template-columns: 1fr 330px; gap: 24px; align-items: start; }
.months { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.month { background: var(--cream); border-radius: 22px; padding: 18px 16px 16px; }
.month h3 { font-family: var(--serif); font-weight: 400; font-size: 1.6rem; margin: 0 0 .8rem; display: flex; justify-content: space-between; align-items: baseline; }
.month h3 small { font-family: var(--sans); font-size: .75rem; color: var(--ink-soft); letter-spacing: .1em; }
.month__dow, .month__days { display: grid; grid-template-columns: repeat(7, 1fr); text-align: center; gap: 3px; }
.month__dow span { font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-soft); padding-bottom: .4rem; }
.day { aspect-ratio: 1; border: 0; background: none; border-radius: 12px; font-size: .9rem; position: relative; padding: 0; display: grid; place-items: center; color: rgba(47, 43, 51, .45); cursor: default; }
.day.is-vac { background: repeating-linear-gradient(45deg, rgba(167, 192, 157, .35) 0 3px, transparent 3px 7px); }
.day.has-ev { color: var(--ink); font-weight: 700; cursor: pointer; background: #fff; box-shadow: 0 4px 10px -6px rgba(0, 0, 0, .25); transition: transform .3s var(--ease), background .3s, color .3s; }
.day.has-ev:hover { transform: translateY(-3px); }
.day.has-ev.is-sel { background: var(--moss-deep); color: var(--cream); }
.day.is-past { opacity: .4; text-decoration: line-through; }
.day.is-today::after { content: ""; position: absolute; inset: 2px; border: 1.5px solid var(--clay); border-radius: 10px; }
.day .dots { position: absolute; bottom: 5px; left: 0; right: 0; display: flex; justify-content: center; gap: 2px; }
.day .dots i { width: 5px; height: 5px; border-radius: 50%; }
.day.is-hidden-type { background: none; box-shadow: none; color: rgba(47, 43, 51, .45); font-weight: 400; cursor: default; pointer-events: none; }
.day.is-hidden-type .dots { display: none; }
.daycard { background: var(--moss-deep); color: var(--cream); border-radius: 24px; padding: 26px; min-height: 100%; position: sticky; top: calc(var(--hdr) + 16px); }
.daycard__empty { margin: 0; color: rgba(249, 241, 231, .75); }
.daycard__empty .script { display: block; font-size: 2.6rem; color: var(--sand); margin-bottom: .6rem; }
.daycard h3 { font-family: var(--serif); font-weight: 350; font-size: 2rem; margin: 0 0 1rem; line-height: 1.05; }
.daycard h3::first-letter, .month h3::first-letter { text-transform: uppercase; }
.slot { border-top: 1px solid rgba(249, 241, 231, .2); padding: 1rem 0; }
.slot__type { display: inline-flex; align-items: center; gap: .5rem; font-size: .75rem; letter-spacing: .14em; text-transform: uppercase; font-weight: 700; color: var(--sand); }
.slot__time { font-family: var(--serif); font-size: 1.7rem; margin: .2rem 0 .1rem; }
.slot__meta { font-size: .88rem; color: rgba(249, 241, 231, .7); margin: 0 0 .8rem; }
.slot__book { display: flex; gap: .5rem; flex-wrap: wrap; }
.slot__book .btn { --bg: var(--cream); --fg: var(--moss-deep); padding: .7em 1.1em; font-size: .85rem; }
.slot__book .btn--line { --bg: transparent; --fg: var(--cream); border-color: rgba(249, 241, 231, .5); }
.slot__past { font-size: .88rem; color: var(--sand); }
.agenda__list { margin-top: 26px; background: var(--cream); border-radius: 20px; padding: 18px 22px; }
.agenda__list summary { cursor: pointer; font-weight: 700; }
.alist { list-style: none; padding: 0; margin: 1rem 0 0; columns: 3 240px; column-gap: 30px; }
.alist li { break-inside: avoid; display: flex; gap: .6rem; align-items: center; padding: .35rem 0; border-bottom: 1px dashed var(--line); font-size: .93rem; }
.alist li.is-past { opacity: .45; text-decoration: line-through; }
.alist h4 { margin: .6rem 0 .3rem; font-family: var(--serif); font-weight: 450; font-size: 1.2rem; column-span: none; }
.alist h4::first-letter { text-transform: uppercase; }
.agenda__infos { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; margin: 40px 0; }
.reminder { background: #fff; border-radius: 26px; padding: clamp(24px, 3vw, 40px); border: 1.5px dashed rgba(165, 89, 60, .35); position: relative; }
.reminder__title { font-size: 3rem; color: var(--clay); margin: 0 0 .6rem; }
.reminder__cols { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; font-size: .96rem; color: var(--ink-soft); }
.reminder__cols p { margin: 0; }
.reminder__cols b { color: var(--ink); }
.reminder__thanks { margin: 1.2rem 0 0; font-weight: 700; letter-spacing: .12em; font-size: .85rem; color: var(--moss); }
@media (max-width: 1100px) { .agenda__grid { grid-template-columns: 1fr; } .daycard { position: relative; top: 0; } }
@media (max-width: 899px) {
  .months { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; margin-inline: calc(-1 * var(--gut)); padding: 4px var(--gut) 14px; scrollbar-width: none; }
  .months::-webkit-scrollbar { display: none; }
  .month { flex: 0 0 86%; scroll-snap-align: center; }
  .agenda__infos { grid-template-columns: 1fr; }
  .reminder__cols { grid-template-columns: 1fr; gap: 1rem; }
}

/* =========================================================================
   08 · L'ATELIER
   ========================================================================= */
.lieu { position: relative; padding: clamp(100px, 12vw, 170px) 0 clamp(80px, 10vw, 140px); background: var(--cream); overflow: hidden; }
.lieu__quote { font-family: var(--serif); font-weight: 330; font-size: clamp(2rem, 4.4vw, 4.2rem); line-height: 1.08; letter-spacing: -.02em; color: var(--moss-deep); margin: 0 0 clamp(60px, 8vw, 110px); max-width: 22ch; font-variation-settings: "SOFT" 100, "WONK" 1; }
.lieu__collage { position: relative; height: clamp(700px, 74vw, 1050px); width: min(1400px, 100%); margin: 0 auto clamp(70px, 9vw, 130px); }
.lc { position: absolute; margin: 0; border-radius: 18px; overflow: hidden; box-shadow: 0 40px 80px -46px rgba(47, 43, 51, .6); background: var(--sand); }
.lc img, .lc video { width: 100%; height: 100%; object-fit: cover; }
.lc--wide { left: 4%; top: 0; width: 56%; aspect-ratio: 16 / 9; }
.lc--tall { right: 5%; top: 6%; width: 22%; aspect-ratio: 9 / 16; border-radius: 200px 200px 18px 18px; }
.lc--video { left: 40%; top: 40%; width: 20%; aspect-ratio: 9 / 16; }
.lc--win { left: 8%; top: 50%; width: 20%; aspect-ratio: 9 / 14; }
.lc--s1 { left: 64%; top: 64%; width: 14%; aspect-ratio: 3 / 4; }
.lc--s2 { left: 81%; top: 58%; width: 14%; aspect-ratio: 3 / 4; border-radius: 999px; }
.lc--s3 { left: 29%; top: 76%; width: 10%; aspect-ratio: 3 / 4; }
.lc__play { position: absolute; left: 50%; top: 50%; width: 72px; height: 72px; margin: -36px; border-radius: 50%; border: 0; background: rgba(249, 241, 231, .92); color: var(--moss-deep); display: grid; place-items: center; transition: transform .4s var(--ease), opacity .3s; }
.lc__play svg { width: 26px; height: 26px; }
.lc__play:hover { transform: scale(1.1); }
.lc--video.is-playing .lc__play { opacity: 0; }
.lc--video.is-playing:hover .lc__play { opacity: 1; }
.lc figcaption { position: absolute; left: 12px; bottom: 12px; background: var(--paper); border-radius: 999px; padding: .35em .9em; font-size: .78rem; font-weight: 700; }
.access { display: grid; grid-template-columns: 1fr 1.2fr; gap: clamp(30px, 5vw, 80px); align-items: center; }
.access__list { list-style: none; padding: 0; margin: 0 0 2rem; display: grid; gap: .8rem; }
.access__list li { display: flex; gap: .9rem; align-items: center; font-size: 1.02rem; }
.access__list svg { width: 26px; height: 26px; flex: none; color: var(--teal); }
.access__map { position: relative; border-radius: 30px 30px 200px 30px; overflow: hidden; aspect-ratio: 4 / 3; box-shadow: 0 40px 90px -50px rgba(22, 101, 105, .6); background: var(--sage-soft); }
.access__map iframe { width: 100%; height: 100%; border: 0; filter: sepia(.35) saturate(.75) hue-rotate(40deg) brightness(1.02); }
.access__tag { position: absolute; background: var(--moss-deep); color: var(--cream); font-family: var(--serif); font-size: 1.05rem; padding: .35em .9em; border-radius: 999px; pointer-events: none; }
.access__tag--m { left: 16px; bottom: 18px; }
.access__tag--b { right: 16px; top: 18px; }
@media (max-width: 899px) {
  .lieu__collage { height: auto; display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; padding: 0 var(--gut); }
  .lc { position: relative; inset: auto !important; width: auto !important; transform: none !important; }
  .lc--wide { grid-column: 1 / -1; }
  .lc--tall { grid-column: 1 / 4; }
  .lc--video { grid-column: 4 / -1; }
  .lc--win { grid-column: 1 / 4; }
  .lc--s1 { grid-column: 4 / -1; }
  .lc--s2, .lc--s3 { grid-column: span 3; }
  .access { grid-template-columns: 1fr; }
}

/* =========================================================================
   MOTS DOUX
   ========================================================================= */
.words { position: relative; background: var(--teal-deep); color: var(--cream); padding: clamp(100px, 12vw, 160px) 0; overflow: hidden; }
.words::before { content: ""; position: absolute; inset: 0; background: radial-gradient(50% 60% at 85% 20%, rgba(157, 183, 190, .3), transparent 70%), radial-gradient(40% 50% at 10% 90%, rgba(167, 192, 157, .2), transparent 70%); }
.words__grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(40px, 6vw, 100px); align-items: center; }
.words .h2 { color: var(--cream); }
.words .h2 em { color: var(--sand); font-size: 1.1em; }
.words .eyebrow { color: var(--mist); }
.words__thanks { font-size: clamp(3.6rem, 8vw, 7rem); color: rgba(249, 241, 231, .2); margin: .1em 0 1.6rem; transform: rotate(-6deg); transform-origin: left; }
.words__nav { display: flex; gap: .8rem; }
.words__nav .round:hover { background: var(--cream); color: var(--teal-deep); }
.deck { position: relative; height: clamp(360px, 38vw, 440px); }
.note-card {
  position: absolute; inset: 0 8% 0 0; margin: 0; background: var(--paper); color: var(--ink); border-radius: 6px 6px 22px 6px; padding: clamp(26px, 3.4vw, 48px);
  display: flex; flex-direction: column; justify-content: space-between; box-shadow: 0 30px 60px -30px rgba(0, 0, 0, .55);
  transition: transform .8s var(--ease), opacity .6s; transform-origin: 30% 110%; cursor: grab; touch-action: pan-y; user-select: none;
  background-image: repeating-linear-gradient(180deg, transparent 0 35px, rgba(22, 101, 105, .12) 35px 36px);
}
.note-card::before { content: ""; position: absolute; top: -14px; left: 50%; width: 110px; height: 30px; margin-left: -55px; background: rgba(211, 176, 148, .75); transform: rotate(-3deg); box-shadow: 0 2px 4px rgba(0, 0, 0, .08); }
.note-card p { font-family: var(--serif); font-size: clamp(1.25rem, 2.1vw, 1.8rem); line-height: 1.35; margin: 0; font-weight: 360; font-variation-settings: "SOFT" 100; }
.note-card cite { font-family: var(--script); font-style: normal; font-size: 2.6rem; color: var(--clay); align-self: flex-end; line-height: 1; margin-top: 1rem; }
.note-card:active { cursor: grabbing; }
@media (max-width: 899px) { .words__grid { grid-template-columns: 1fr; } .deck { height: 420px; } .note-card { inset: 0 4% 0 0; } }

/* =========================================================================
   09 · NATHALIE
   ========================================================================= */
.about { position: relative; padding: clamp(100px, 12vw, 170px) 0; background: var(--cream); overflow: hidden; }
.about__grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: clamp(40px, 6vw, 100px); align-items: start; }
.about__photos { position: relative; height: clamp(620px, 62vw, 860px); position: sticky; top: calc(var(--hdr) + 20px); }
.ab { position: absolute; margin: 0; overflow: hidden; border-radius: 16px; box-shadow: 0 30px 70px -40px rgba(47, 43, 51, .6); background: var(--sand); }
.ab img { width: 100%; height: 100%; object-fit: cover; }
.ab--portrait { left: 8%; top: 0; width: 56%; aspect-ratio: 4 / 5; border-radius: 999px 999px 18px 18px; }
.ab--portrait img { object-position: 50% 30%; }
.ab--selfie { right: 6%; top: 2%; width: 20%; aspect-ratio: 1; border-radius: 50%; border: 5px solid var(--paper); z-index: 2; }
.ab--selfie img { object-position: 72% 58%; transform: scale(1.6); transform-origin: 72% 58%; }
.ab--work { right: 0; top: 30%; width: 38%; aspect-ratio: 3 / 4; transform: rotate(4deg); }
.ab--lake { left: 0; bottom: 4%; width: 34%; aspect-ratio: 3 / 4; transform: rotate(-4deg); }
.ab--lake figcaption { position: absolute; left: 50%; bottom: 14px; transform: translateX(-50%) rotate(-3deg); font-family: var(--serif); font-weight: 600; letter-spacing: .1em; color: #fff; font-size: 1.1rem; text-shadow: 0 2px 10px rgba(0, 0, 0, .4); }
.ab--ice { left: 40%; bottom: 0; width: 32%; aspect-ratio: 1; border-radius: 50%; }
.ab__tape { position: absolute; width: 38px; left: 57%; top: 26%; transform: rotate(35deg); opacity: .9; z-index: 3; }
.about__hi { display: block; font-size: .55em; color: var(--olive); margin-bottom: .1em; }
.about__lead { font-family: var(--serif); font-size: clamp(1.3rem, 1.8vw, 1.7rem); line-height: 1.35; color: var(--moss-deep); margin: 0 0 1.6rem; font-weight: 360; }
.about__txt p { margin: 0 0 1.2rem; }
.about__aside { background: var(--paper); border-radius: 22px; padding: 1.4rem 1.6rem; border-left: 4px solid var(--mist); font-size: .98rem; color: var(--ink-soft); }
.loves { list-style: none; padding: 0; margin: 0 0 1.6rem; display: flex; flex-wrap: wrap; gap: .5rem; }
.loves li { padding: .45em 1em; border-radius: 999px; background: var(--sage-soft); font-size: .93rem; transition: transform .4s var(--ease), background .3s; }
.loves li:nth-child(2n) { background: #F1DDCC; }
.loves li:nth-child(3n) { background: #DCE8EA; }
.loves li:hover { transform: rotate(-3deg) scale(1.05); }
.about__end { font-size: clamp(2.2rem, 3.6vw, 3rem); color: var(--clay); }
@media (max-width: 899px) {
  .about__grid { grid-template-columns: 1fr; }
  .about__photos { position: relative; top: 0; height: 118vw; max-height: 720px; }
}

/* =========================================================================
   10 · CONTACT
   ========================================================================= */
.contact { position: relative; background: var(--moss-deep); color: var(--cream); padding: clamp(110px, 12vw, 170px) 0 30px; }
.contact .edge path { fill: var(--moss-deep); }
.craft { margin: 0 0 clamp(70px, 9vw, 120px); font-family: var(--serif); font-weight: 320; font-size: clamp(1.6rem, 3.3vw, 3.1rem); line-height: 1.22; letter-spacing: -.015em; max-width: 30ch; font-variation-settings: "SOFT" 100, "WONK" 1; }
.craft em { color: var(--sand); }
.contact__grid { display: grid; grid-template-columns: 1fr 1.5fr; gap: clamp(30px, 5vw, 80px); padding-bottom: clamp(60px, 8vw, 100px); border-bottom: 1px solid rgba(249, 241, 231, .15); }
.contact__mark { width: 64px; height: 60px; color: var(--sand); margin-bottom: 1rem; }
.contact__name { font-family: var(--serif); font-size: 1.6rem; margin: 0 0 .6rem; }
.contact__card p { color: rgba(249, 241, 231, .8); }
.contact__links { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.contact__links a { display: flex; gap: 1rem; align-items: center; padding: 18px 20px; border-radius: 20px; border: 1px solid rgba(249, 241, 231, .18); text-decoration: none; transition: background .4s var(--ease), border-color .4s, transform .5s var(--ease); height: 100%; }
.contact__links a:hover { background: rgba(249, 241, 231, .08); border-color: var(--sand); transform: translateY(-4px); }
.contact__links svg { width: 28px; height: 28px; flex: none; color: var(--sand); }
.contact__links span { display: flex; flex-direction: column; font-weight: 600; word-break: break-word; font-size: .98rem; }
.contact__links small { font-weight: 400; font-size: .76rem; letter-spacing: .1em; text-transform: uppercase; color: rgba(249, 241, 231, .6); }
.contact__big { font-family: var(--serif); font-weight: 300; font-size: clamp(3rem, 12.5vw, 13rem); line-height: .9; letter-spacing: -.05em; margin: clamp(40px, 6vw, 80px) 0 20px; white-space: nowrap; color: rgba(249, 241, 231, .95); font-variation-settings: "SOFT" 100, "WONK" 1; text-align: center; }
.contact__big i { color: var(--sand); font-weight: 250; }
.contact__foot { display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; font-size: .82rem; color: rgba(249, 241, 231, .6); }
.contact__foot p { margin: 0; }
.contact__top { display: inline-flex; gap: .5rem; align-items: center; text-decoration: none; }
.contact__top svg { width: 24px; height: 12px; }
@media (max-width: 899px) { .contact__grid { grid-template-columns: 1fr; } .contact__links { grid-template-columns: 1fr; } }

/* bouton flottant */
.fab { position: fixed; right: 16px; bottom: calc(16px + env(safe-area-inset-bottom)); z-index: 95; width: 58px; height: 58px; border-radius: 50%; background: var(--moss-deep); color: var(--cream); display: none; place-items: center; box-shadow: 0 14px 30px -10px rgba(0, 0, 0, .45); transition: transform .5s var(--ease); }
.fab svg { width: 28px; height: 28px; }
@media (max-width: 899px) { .fab { display: grid; } .is-loading .fab, .menu-open .fab { transform: scale(0); } }

/* visionneuse */
.lightbox { position: fixed; inset: 0; z-index: 250; background: rgba(28, 36, 30, .94); display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; padding: 20px; color: var(--cream); animation: fadein .4s var(--ease); }
.lightbox[hidden] { display: none; }
@keyframes fadein { from { opacity: 0; } }
.lightbox__fig { margin: 0; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; min-width: 0; }
.lightbox__fig img { max-height: 84vh; max-width: 100%; width: auto; border-radius: 12px; object-fit: contain; animation: pop .5s var(--ease); }
.lightbox__fig figcaption { margin-top: .8rem; font-size: .92rem; opacity: .85; text-align: center; }
.lightbox__close { position: absolute; top: 18px; right: 18px; }
.lightbox .round { color: var(--cream); }
.lightbox .round:hover { background: var(--cream); color: var(--ink); }
@media (max-width: 620px) { .lightbox { grid-template-columns: 1fr; } .lightbox__prev, .lightbox__next { position: absolute; bottom: 18px; } .lightbox__prev { left: 18px; } .lightbox__next { right: 18px; } }

/* ---------- mouvement réduit ---------- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
}
.reduced .hero { height: auto; }
.reduced .hero__sticky { position: relative; }
.reduced .voyage { height: auto; }
.reduced .voyage__sticky { position: relative; height: auto; min-height: 100vh; }
.reduced .voyage__steps { min-height: 0; }
.reduced .vstep { position: relative; top: auto; transform: none; margin-bottom: 1.6rem; }
.reduced .vstep > * { opacity: 1; transform: none; }
.reduced .voyage__pic { opacity: 1; transform: none; }
.reduced .voyage__stage { place-items: start center; }
