/* ===== SAMBAVA.CH — Design system v2 ===== */
:root {
  --parchment: #F3ECDC;
  --parchment-2: #EAE0C8;
  --parchment-3: #E4D8BA;
  --ink: #2A2420;
  --charcoal: #221D19;
  --charcoal-2: #17130F;
  --gold: #B8874A;
  --gold-deep: #8B6430;
  --gold-line: #C9A063;
  --off-white: #FBF7EC;
  --muted: #7D7364;
  --muted-2: #8F8471;
  --line: #DACBA4;
  /* accents — vie et couleur, dans l'harmonie du parchemin/or */
  --terracotta: #C1502E;
  --terracotta-deep: #9C3D22;
  --green: #4C6B3E;
  --green-deep: #37502C;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--parchment);
  color: var(--ink);
  font-family: 'Montserrat', sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: var(--gold-deep); text-decoration: none; }
a:hover { color: var(--gold); }
img, video { max-width: 100%; display: block; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }

.wrap { max-width: 1280px; margin: 0 auto; padding: 0 44px; }
@media (max-width: 640px) { .wrap { padding: 0 22px; } }

@keyframes fadeUp { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
.page-enter { animation: fadeUp .5s ease both; }

/* ===== Badge logo ===== */
.badge-logo { color: var(--gold); }
.badge-logo text { font-family: 'Montserrat', sans-serif; }
.badge-logo.on-dark { color: var(--gold); }

/* ===== Header (horizontal) ===== */
header.site {
  position: sticky; top: 0; z-index: 40;
  background: color-mix(in srgb, var(--parchment) 93%, transparent);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  max-width: 1360px; margin: 0 auto; padding: 10px 40px; min-height: 88px;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.logo-wordmark { cursor: pointer; background: none; padding: 0; }
.logo-wordmark img { width: 72px; height: 72px; border-radius: 50%; object-fit: cover; box-shadow: 0 6px 18px -6px rgba(34,29,25,.4); }

nav.main { display: flex; align-items: center; gap: 30px; flex-wrap: wrap; }
nav.main .navlink { cursor: pointer; font-size: 11.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--ink); padding-bottom: 3px; background: none; }
nav.main .navlink:hover { color: var(--terracotta); }

.header-actions { display: flex; align-items: center; gap: 12px; }
.pill-btn { font-size: 11px; letter-spacing: .1em; text-transform: uppercase; padding: 11px 20px; border-radius: 999px; font-weight: 500; transition: all .2s; }
.pill-btn.pro { background: var(--green); color: var(--off-white); }
.pill-btn.pro:hover { background: var(--green-deep); }
.pill-btn.prive { background: var(--terracotta); color: var(--off-white); }
.pill-btn.prive:hover { background: var(--terracotta-deep); }

.cart-btn { display: flex; align-items: center; gap: 6px; font-size: 12px; color: var(--ink); border: 1px solid var(--gold-line); border-radius: 999px; padding: 9px 14px; }
.cart-btn:hover { border-color: var(--gold-deep); background: var(--parchment-2); }
.cart-btn svg { width: 17px; height: 17px; flex: none; color: var(--gold-deep); }

.lang-switch { position: relative; }
.lang-btn { font-size: 11px; letter-spacing: .1em; border: 1px solid var(--gold-line); border-radius: 999px; padding: 9px 13px; color: var(--ink); }
.lang-menu { position: absolute; right: 0; top: 44px; background: var(--off-white); border: 1px solid var(--line); border-radius: 6px; box-shadow: 0 20px 40px -20px rgba(34,29,25,.35); overflow: hidden; min-width: 150px; display: none; z-index: 50; }
.lang-menu.open { display: block; }
.lang-menu button { display: block; width: 100%; text-align: left; padding: 10px 16px; font-size: 13px; color: var(--ink); }
.lang-menu button:hover { background: var(--parchment-2); }

.hamburger-btn { display: none; width: 40px; height: 40px; border-radius: 50%; background: var(--charcoal); color: var(--off-white); align-items: center; justify-content: center; flex: none; }
.hamburger-btn svg { width: 18px; height: 18px; }

.mobile-nav { display: none; flex-direction: column; gap: 4px; padding: 10px 24px 22px; border-top: 1px solid var(--line); }
.mobile-nav .navlink { text-align: left; padding: 12px 4px; font-size: 12.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--ink); border-bottom: 1px solid var(--parchment-2); }
.mobile-nav .pill-btn { margin-top: 10px; text-align: center; }

@media (max-width: 980px) {
  nav.main, .header-actions .pill-btn { display: none; }
  .hamburger-btn { display: flex; }
  .mobile-nav.open { display: flex; }
}

/* ===== Hero (torn-frame + carousel) ===== */
.hero-shell { position: relative; padding: 26px 26px 0; }
.hero { position: relative; height: 88vh; min-height: 600px; overflow: hidden; background: var(--charcoal);
  clip-path: polygon(0% 2.2%, 4% 0.3%, 9% 3.1%, 14% 0.8%, 17% 2.6%, 23% 0%, 29% 3.4%, 33% 1.1%, 38% 2.8%, 44% 0.4%, 49% 3.6%, 54% 1.6%, 58% 0%, 64% 2.9%, 70% 0.6%, 74% 3.2%, 80% 1%, 85% 2.4%, 90% 0%, 95% 3%, 100% 0.8%, 100% 100%, 0% 100%);
}
.hero-media { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media .layer { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity 1.6s ease; }
.hero-media .layer.active { opacity: 1; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(23,19,15,.55) 0%, rgba(23,19,15,.12) 38%, rgba(23,19,15,.82) 100%); pointer-events: none; }
.hero-content { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: flex-end; padding: 0 48px 64px; max-width: 1280px; margin: 0 auto; }
.hero-kicker { font-size: 11px; letter-spacing: .38em; text-transform: uppercase; color: var(--gold); margin-bottom: 20px; transition: opacity .4s ease; }
.hero h1 { font-family: 'Playfair Display', serif; font-weight: 800; font-size: clamp(34px, 5.4vw, 68px); line-height: 1.06; color: var(--off-white); margin: 0; max-width: 16ch; text-wrap: balance; transition: opacity .4s ease; }
.hero-sub { font-size: 15px; line-height: 1.7; color: #E9DFC8; margin: 20px 0 30px; max-width: 42ch; font-weight: 300; transition: opacity .4s ease; }
.hero-dots { position: absolute; right: 48px; bottom: 168px; display: flex; gap: 9px; z-index: 5; }
.hero-dots span { cursor: pointer; width: 30px; height: 2px; background: rgba(251,247,236,.35); transition: background .4s; }
.hero-dots span.active { background: var(--off-white); }

.hero-ctas { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.btn { display: inline-block; font-size: 11.5px; letter-spacing: .16em; text-transform: uppercase; padding: 17px 30px; border-radius: 2px; transition: all .3s; }
.btn-primary { background: var(--gold); color: var(--charcoal-2); }
.btn-primary:hover { background: var(--gold-deep); color: var(--off-white); }
.btn-dark { background: var(--charcoal); color: var(--off-white); }
.btn-dark:hover { background: var(--charcoal-2); color: var(--off-white); }
.btn-outline { background: rgba(251,247,236,.08); border: 1px solid rgba(251,247,236,.55); color: var(--off-white); }
.btn-outline:hover { background: var(--off-white); color: var(--charcoal); }
.btn-line { color: var(--ink); border-bottom: 1px solid var(--gold-line); padding: 17px 0 5px; }
.btn-line:hover { border-color: var(--ink); }

/* card-style CTAs (professionnel/particulier) */
.aud-cards { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 8px; }
.aud-card { background: rgba(251,247,236,.94); border-radius: 4px; padding: 26px 30px; min-width: 200px; text-align: center; transition: transform .25s ease, box-shadow .25s ease; cursor: pointer; }
.aud-card:hover { transform: translateY(-4px); box-shadow: 0 20px 40px -20px rgba(0,0,0,.35); }
.aud-card .ic { width: 34px; height: 34px; margin: 0 auto 12px; color: var(--gold-deep); }
.aud-card[data-aud="pro"] .ic { color: var(--green); }
.aud-card[data-aud="prive"] .ic { color: var(--terracotta); }
.aud-card h3 { font-family: 'Cormorant Garamond', serif; font-weight: 500; font-size: 19px; letter-spacing: .04em; text-transform: uppercase; margin: 0 0 4px; color: var(--charcoal); }
.aud-card span { font-size: 12.5px; color: var(--muted); }

/* ===== Sections ===== */
section.split { padding: 110px 0; }
.split-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 84px; align-items: center; }
@media (max-width: 900px) { .split-grid { grid-template-columns: 1fr; gap: 40px; } section.split { padding: 64px 0; } }
.kicker { font-size: 10.5px; letter-spacing: .32em; text-transform: uppercase; color: var(--gold-deep); }
.kicker.on-dark { color: var(--gold); }
h2.section-title { font-family: 'Playfair Display', serif; font-weight: 800; font-size: clamp(28px, 3.8vw, 46px); line-height: 1.12; margin: 18px 0 24px; color: var(--charcoal); text-wrap: balance; }
h2.section-title.on-dark { color: var(--off-white); }
p.lead { font-size: 16.5px; line-height: 1.85; color: #55493C; font-weight: 300; max-width: 46ch; margin: 0 0 18px; }
p.lead.on-dark { color: #D8CBAE; }

.media-frame { position: relative; aspect-ratio: 4/5; overflow: hidden; border-radius: 3px;
  clip-path: polygon(0% 2%, 8% 0%, 17% 1.8%, 26% 0.3%, 35% 2%, 44% 0.5%, 53% 1.6%, 62% 0%, 71% 1.8%, 80% 0.4%, 89% 1.6%, 100% 0%, 100% 100%, 0% 100%);
}
.media-frame img, .media-frame video { width: 100%; height: 100%; object-fit: cover; }
.hero-script { font-family: 'Caveat', cursive; font-weight: 600; font-size: 26px; color: var(--off-white); margin: 26px 0 0; text-shadow: 0 2px 14px rgba(0,0,0,.4); }
.script-tag { position: absolute; left: -14px; bottom: -18px; background: var(--off-white); padding: 20px 26px; max-width: 250px; box-shadow: 0 20px 40px -22px rgba(34,29,25,.3); }
.script-tag p { font-family: 'Caveat', cursive; font-weight: 600; font-size: 26px; line-height: 1.25; color: var(--charcoal); margin: 0; }
@media (max-width: 640px) { .script-tag { left: 0; bottom: -14px; padding: 14px 18px; } .script-tag p { font-size: 21px; } }

section.tinted { background: var(--parchment-2); }
section.dark { background: var(--charcoal); color: var(--off-white); }

/* ===== Feature badges (icon + label trio) ===== */
.badge-row { display: flex; flex-wrap: wrap; gap: 34px; margin-top: 6px; }
.feature-badge { display: flex; align-items: center; gap: 12px; }
.feature-badge .ic { width: 30px; height: 30px; flex: none; color: var(--gold-deep); }
.feature-badge:nth-child(1) .ic { color: var(--green); }
.feature-badge:nth-child(2) .ic { color: var(--terracotta); }
.feature-badge:nth-child(3) .ic { color: var(--gold-deep); }
.feature-badge span { font-size: 12px; letter-spacing: .04em; color: var(--ink); font-weight: 500; line-height: 1.3; max-width: 12ch; }

/* ===== Numbered product cards (mockup 2 style) ===== */
.num-card { display: grid; grid-template-columns: 1fr 1fr; gap: 0; align-items: stretch; background: var(--off-white); border-radius: 4px; overflow: hidden; box-shadow: 0 26px 50px -34px rgba(34,29,25,.35); margin-bottom: 30px; }
.num-card .photo { position: relative; min-height: 320px; }
.num-card .photo img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.num-card .info { padding: 40px 44px; display: flex; flex-direction: column; justify-content: center; }
.num-card .num { display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; border-radius: 50%; background: var(--gold); color: var(--charcoal-2); font-family: 'Cormorant Garamond', serif; font-size: 15px; margin-bottom: 14px; }
.num-card .line { font-size: 10.5px; letter-spacing: .28em; text-transform: uppercase; color: var(--gold-deep); }
.num-card:nth-child(2) .num { background: var(--terracotta); color: var(--off-white); }
.num-card:nth-child(2) .line { color: var(--terracotta-deep); }
.num-card:nth-child(2) .trio .ic { color: var(--terracotta); }
.num-card h3 { font-family: 'Playfair Display', serif; font-weight: 800; font-size: 30px; margin: 8px 0 12px; color: var(--charcoal); }
.num-card p.desc { font-size: 14.5px; line-height: 1.8; color: #57493C; font-weight: 300; margin: 0 0 20px; max-width: 44ch; }
.num-card .trio { display: flex; gap: 22px; flex-wrap: wrap; margin-bottom: 22px; }
.num-card .trio div { display: flex; align-items: center; gap: 9px; font-size: 12px; color: var(--muted); max-width: 13ch; }
.num-card .trio .ic { width: 22px; height: 22px; flex: none; color: var(--gold-deep); }
.num-card .price { font-family: 'Cormorant Garamond', serif; font-size: 22px; color: var(--gold-deep); margin: 0 0 16px; }
@media (max-width: 780px) { .num-card { grid-template-columns: 1fr; } .num-card .photo { min-height: 240px; } .num-card .info { padding: 30px 26px; } }
.num-card:nth-child(even) { grid-template-columns: 1fr 1fr; }
.num-card:nth-child(even) .photo { order: 2; }
@media (max-width: 780px) { .num-card:nth-child(even) .photo { order: 0; } }

.quote-band { padding: 96px 0; text-align: center; }
.quote-band p { font-family: 'Caveat', cursive; font-weight: 600; font-size: clamp(28px, 4.2vw, 44px); line-height: 1.3; color: var(--charcoal); margin: 0 auto; max-width: 780px; }
.quote-band .sig { font-size: 11px; letter-spacing: .3em; text-transform: uppercase; color: var(--muted); margin-top: 24px; }

/* ===== Process steps ===== */
.steps-list { display: flex; flex-direction: column; gap: 22px; padding-top: 8px; }
.step-item { display: flex; align-items: center; gap: 16px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.step-item .ic { width: 30px; height: 30px; flex: none; color: var(--terracotta); }
.step-item:nth-child(2) .ic { color: var(--green); }
.step-item:nth-child(3) .ic { color: var(--gold-deep); }
.step-item:nth-child(4) .ic { color: var(--terracotta); }
.step-item:nth-child(5) .ic { color: var(--gold-deep); }
.step-item:nth-child(6) .ic { color: var(--green); }
.step-item:nth-child(7) .ic { color: var(--terracotta); border-bottom: none; }
.step-item span { font-size: 14.5px; color: var(--ink); line-height: 1.5; }
.steps-closing { font-family: 'Caveat', cursive; font-weight: 600; font-size: 26px; color: var(--charcoal); margin: 10px 0 0; }

/* ===== Manifesto (closing quote, page Notre Histoire) ===== */
.manifesto-quote { font-family: 'Playfair Display', serif; font-weight: 800; font-style: italic; font-size: clamp(24px, 3.6vw, 40px); line-height: 1.4; color: var(--off-white); max-width: 900px; margin: 0 auto; }
.manifesto-sig { font-size: 11px; letter-spacing: .32em; text-transform: uppercase; color: var(--gold); margin-top: 30px; }

.cta-banner { position: relative; height: 420px; overflow: hidden;
  clip-path: polygon(0% 4%, 10% 0%, 22% 3%, 34% 0.5%, 46% 2.6%, 58% 0%, 70% 2.4%, 82% 0.4%, 94% 2%, 100% 0%, 100% 100%, 0% 100%);
}
.cta-banner img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.cta-banner .tint { position: absolute; inset: 0; background: rgba(23,19,15,.55); }
.cta-banner .center { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 26px; text-align: center; padding: 0 20px; }
.cta-banner h2 { font-family: 'Playfair Display', serif; font-weight: 800; font-size: clamp(26px, 4vw, 42px); color: var(--off-white); margin: 0; max-width: 20ch; }

/* ===== Mission / direct-commerce strip ===== */
.mission { background: var(--charcoal); color: var(--off-white); padding: 70px 0; }
.mission .wrap { display: flex; align-items: center; gap: 40px; flex-wrap: wrap; justify-content: space-between; }
.mission .txt { max-width: 60ch; }
.mission .txt .kicker { color: var(--gold); }
.mission h2 { font-family: 'Playfair Display', serif; font-weight: 800; font-size: clamp(24px, 3.2vw, 34px); margin: 12px 0 0; line-height: 1.3; color: var(--off-white); }
.mission .num { font-family: 'Cormorant Garamond', serif; font-size: 15px; color: var(--gold); border: 1px solid var(--gold-line); border-radius: 50%; width: 44px; height: 44px; display: flex; align-items: center; justify-content: center; flex: none; }

/* ===== Map zoom ===== */
.map-section { padding: 100px 0; }
.map-viewport { position: relative; aspect-ratio: 16/9; overflow: hidden; border-radius: 4px; background: var(--charcoal); }
.map-svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.map-svg .madagascar { fill: var(--parchment-3); stroke: var(--gold-line); stroke-width: .6; }
.map-pin circle.pulse { animation: pinPulse 2.2s ease-out infinite; transform-box: fill-box; transform-origin: center; }
@keyframes pinPulse { 0% { r: 3; opacity: .8; } 100% { r: 16; opacity: 0; } }
.map-zoom-target { transform-box: view-box; transform-origin: 0px 0px; animation: mapZoomWorld 18s ease-in-out infinite; }
@keyframes mapZoomWorld {
  0%, 12% { transform: translate(0px,0px) scale(1); }
  20%, 38% { transform: translate(-4076px,-2740px) scale(8); }
  46%, 70% { transform: translate(-33983px,-21940px) scale(60); }
  78%, 100% { transform: translate(0px,0px) scale(1); }
}
@media (prefers-reduced-motion: reduce) { .map-zoom-target { animation: none; } }
.map-stage-labels { position: absolute; left: 30px; top: 26px; display: flex; gap: 8px; }
.map-stage-labels span { font-size: 10px; letter-spacing: .12em; text-transform: uppercase; color: rgba(251,247,236,.4); padding: 6px 12px; border: 1px solid rgba(251,247,236,.2); border-radius: 999px; }
.map-label { position: absolute; left: 30px; bottom: 26px; background: rgba(23,19,15,.72); backdrop-filter: blur(6px); color: var(--off-white); padding: 16px 22px; border-radius: 3px; }
.map-label strong { display: block; font-family: 'Playfair Display', serif; font-size: 19px; font-weight: 800; }
.map-label span { font-size: 11.5px; letter-spacing: .1em; text-transform: uppercase; color: var(--gold); }

/* ===== Catalog ===== */
.catalog-head { padding: 60px 0 0; }
.catalog-head h1 { font-family: 'Playfair Display', serif; font-weight: 800; font-size: clamp(32px, 5vw, 54px); margin: 18px 0 16px; color: var(--charcoal); }
.catalog-head p { font-size: 15.5px; line-height: 1.8; color: #55493C; font-weight: 300; max-width: 60ch; margin: 0 0 36px; }

.chips-row { display: flex; flex-wrap: wrap; gap: 28px; align-items: center; padding: 18px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); margin-bottom: 40px; }
.chips-label { font-size: 10.5px; letter-spacing: .22em; text-transform: uppercase; color: var(--muted-2); margin-right: 10px; }
.chip { cursor: pointer; font-size: 11.5px; padding: 8px 17px; border-radius: 999px; border: 1px solid var(--gold-line); background: transparent; color: #55493C; transition: all .2s; }
.chip.active { background: var(--charcoal); color: var(--off-white); border-color: var(--charcoal); }
.aud-toggle { display: inline-flex; gap: 6px; padding: 6px; background: var(--parchment-3); border-radius: 999px; margin-bottom: 30px; }
.aud-toggle button { font-size: 11px; letter-spacing: .16em; text-transform: uppercase; padding: 11px 22px; border-radius: 999px; color: var(--muted); }
.aud-toggle button.active { background: var(--charcoal); color: var(--off-white); }
.pro-note { border-left: 2px solid var(--gold); padding: 4px 0 4px 20px; margin-bottom: 30px; max-width: 66ch; font-size: 13.5px; line-height: 1.8; color: #55493C; font-weight: 300; }

.grid-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px 28px; }
@media (max-width: 900px) { .grid-cards { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .grid-cards { grid-template-columns: 1fr; } }
.pcard2 { display: flex; flex-direction: column; background: var(--off-white); border-radius: 4px; overflow: hidden; box-shadow: 0 20px 40px -30px rgba(34,29,25,.3); }
.pcard2 .thumb { cursor: pointer; position: relative; aspect-ratio: 4/5; overflow: hidden; background: var(--parchment-3); }
.pcard2 .thumb img { width: 100%; height: 100%; object-fit: cover; }
.pcard2 .badge { position: absolute; top: 14px; left: 14px; background: rgba(251,247,236,.94); color: var(--charcoal); font-size: 9px; letter-spacing: .16em; text-transform: uppercase; padding: 6px 10px; }
.pcard2 .body { padding: 18px 20px 20px; display: flex; flex-direction: column; flex: 1; }
.pcard2 .row { display: flex; justify-content: space-between; align-items: baseline; gap: 14px; }
.pcard2 h3 { cursor: pointer; font-family: 'Cormorant Garamond', serif; font-weight: 500; font-size: 22px; margin: 0; color: var(--charcoal); }
.pcard2 .price { font-size: 13.5px; color: var(--gold-deep); white-space: nowrap; }
.pcard2 p.desc { font-size: 13px; line-height: 1.7; color: var(--muted); font-weight: 300; margin: 8px 0 16px; }
.pcard2 .add { margin-top: auto; text-align: center; font-size: 10.5px; letter-spacing: .16em; text-transform: uppercase; color: var(--ink); border: 1px solid var(--gold-line); padding: 12px 0; border-radius: 999px; }
.pcard2 .add:hover { background: var(--charcoal); color: var(--off-white); border-color: var(--charcoal); }
.pcard2 .add.is-off, .pcard2 .add:disabled { opacity: .45; cursor: not-allowed; border-color: var(--line); }
.pcard2 .add.is-off:hover, .pcard2 .add:disabled:hover { background: none; color: var(--ink); border-color: var(--line); }
.ship-note { display: block; font-size: 10.5px; letter-spacing: .04em; color: var(--muted-2); margin: -8px 0 12px; }
.num-card .photo .badge, .pcard2 .thumb .badge, .pd-gallery-main .badge { position: absolute; top: 14px; left: 14px; background: rgba(251,247,236,.94); color: var(--charcoal); font-size: 9px; letter-spacing: .16em; text-transform: uppercase; padding: 6px 10px; z-index: 2; }
.pd-outofstock { font-size: 12.5px; letter-spacing: .06em; text-transform: uppercase; color: var(--terracotta-deep); margin: 0 0 14px; }

.on-demand-block { margin: 84px 0; background: var(--parchment-2); padding: 38px 42px; display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: center; }
@media (max-width: 700px) { .on-demand-block { grid-template-columns: 1fr; text-align: left; } }
.on-demand-block h3 { font-family: 'Cormorant Garamond', serif; font-weight: 500; font-size: 24px; margin: 0 0 8px; color: var(--charcoal); }
.on-demand-block p { font-size: 13.5px; line-height: 1.75; color: #55493C; font-weight: 300; margin: 0; max-width: 56ch; }

/* ===== Product detail ===== */
.product-detail { display: grid; grid-template-columns: 1.1fr 1fr; gap: 56px; align-items: start; padding: 30px 0 90px; }
@media (max-width: 900px) { .product-detail { grid-template-columns: 1fr; } }
.pd-gallery-main { position: relative; aspect-ratio: 4/5; background: var(--parchment-3); overflow: hidden; border-radius: 3px; }
.pd-gallery-main img { width: 100%; height: 100%; object-fit: cover; }
.pd-info { position: sticky; top: 100px; }
.pd-info h1 { font-family: 'Playfair Display', serif; font-weight: 800; font-size: 38px; margin: 12px 0 10px; color: var(--charcoal); }
.pd-price { font-family: 'Cormorant Garamond', serif; font-size: 24px; color: var(--gold-deep); margin: 0 0 22px; }
.spec-table { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 6px 0; margin-bottom: 26px; }
.spec-row { display: flex; justify-content: space-between; padding: 11px 0; border-bottom: 1px solid var(--parchment-2); font-size: 13px; }
.spec-row:last-child { border-bottom: none; }
.spec-row .k { letter-spacing: .1em; text-transform: uppercase; color: var(--muted-2); }
.qty-row { display: flex; gap: 10px; align-items: stretch; margin-bottom: 16px; }
.qty-box { display: flex; align-items: center; border: 1px solid var(--gold-line); border-radius: 999px; }
.qty-box button { padding: 0 15px; font-size: 15px; color: #55493C; height: 48px; }
.qty-box span { min-width: 26px; text-align: center; font-size: 13px; }

/* ===== Panier / checkout ===== */
.cart-head { padding: 30px 0 6px; }
.cart-head h1 { font-family: 'Playfair Display', serif; font-weight: 800; font-size: clamp(28px, 4vw, 42px); margin: 10px 0 0; color: var(--charcoal); }
.cart-grid { display: grid; grid-template-columns: 1.5fr 1fr; gap: 48px; align-items: start; padding: 20px 0 100px; }
@media (max-width: 900px) { .cart-grid { grid-template-columns: 1fr; } }
.cart-empty { padding: 60px 0; text-align: center; color: var(--muted); }
.cart-empty p { font-size: 15px; margin: 0 0 20px; }
.cart-line { display: grid; grid-template-columns: 76px 1fr auto auto auto; gap: 16px; align-items: center; padding: 18px 0; border-bottom: 1px solid var(--line); }
.cart-line img { width: 76px; height: 76px; object-fit: cover; border-radius: 3px; background: var(--parchment-3); }
.cl-info h3 { font-family: 'Cormorant Garamond', serif; font-weight: 500; font-size: 18px; margin: 0 0 4px; color: var(--charcoal); }
.cl-price { font-size: 12px; color: var(--muted-2); }
.cl-total { font-size: 13.5px; color: var(--gold-deep); white-space: nowrap; min-width: 72px; text-align: right; }
.cl-remove { font-size: 10.5px; letter-spacing: .1em; text-transform: uppercase; color: var(--muted-2); border-bottom: 1px solid var(--line); padding-bottom: 2px; }
.cl-remove:hover { color: var(--terracotta-deep); border-color: var(--terracotta-deep); }
@media (max-width: 640px) { .cart-line { grid-template-columns: 56px 1fr; grid-template-areas: "img info" "img qty" "img total" "img remove"; row-gap: 8px; } .cart-line img { grid-area: img; width: 56px; height: 56px; } .cart-line .cl-info { grid-area: info; } .cart-line .qty-box { grid-area: qty; } .cart-line .cl-total { grid-area: total; text-align: left; } .cart-line .cl-remove { grid-area: remove; justify-self: start; } }
.cart-summary { background: var(--off-white); padding: 24px 26px; border-radius: 4px; margin-bottom: 20px; }
.cart-summary .row { display: flex; justify-content: space-between; font-size: 13px; padding: 8px 0; color: #55493C; }
.cart-summary .row.total { border-top: 1px solid var(--line); margin-top: 6px; padding-top: 14px; font-size: 16px; color: var(--charcoal); font-family: 'Cormorant Garamond', serif; }
.checkout-form { background: var(--off-white); padding: 24px 26px 28px; border-radius: 4px; display: flex; flex-direction: column; gap: 12px; }
.checkout-form h3 { font-family: 'Cormorant Garamond', serif; font-weight: 500; font-size: 20px; margin: 0 0 4px; color: var(--charcoal); }
.checkout-form .field-row { display: flex; gap: 12px; }
.field { font-family: 'Montserrat', sans-serif; font-size: 13px; padding: 12px 14px; border: 1px solid var(--gold-line); border-radius: 2px; background: var(--parchment); color: var(--ink); width: 100%; }
.field:focus { outline: none; border-color: var(--gold-deep); }
.checkout-msg { font-size: 12px; color: var(--muted-2); min-height: 16px; margin: 0; }
.checkout-msg.error { color: var(--terracotta-deep); }
.merci-wrap { max-width: 640px; margin: 0 auto; padding: 120px 44px 140px; text-align: center; }
.merci-wrap h1 { font-family: 'Playfair Display', serif; font-weight: 800; font-size: clamp(30px, 4.6vw, 44px); margin: 0 0 16px; color: var(--charcoal); }
.merci-wrap p { font-size: 15px; line-height: 1.8; color: #55493C; font-weight: 300; margin: 0 0 30px; }

/* ===== Farm page ===== */
.farm-hero { position: relative; height: 60vh; min-height: 420px; overflow: hidden; }
.farm-hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.farm-hero video.bg-blur { position: absolute; inset: -3%; width: 106%; height: 106%; object-fit: cover; filter: blur(38px) brightness(.7) saturate(1.15); transform: scale(1.08); }
.farm-hero video.fg-sharp { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; }
.farm-hero .tint { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(23,19,15,.35), rgba(23,19,15,.78)); }
.farm-hero .content { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: flex-end; padding: 0 44px 56px; }
.farm-hero h1 { color: var(--off-white); font-family: 'Playfair Display', serif; font-weight: 800; font-size: clamp(30px, 4.6vw, 52px); margin: 14px 0 0; max-width: 18ch; }

.media-gallery { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 210px; gap: 12px; }
@media (max-width: 800px) { .media-gallery { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 170px; } }
.media-gallery .g-item { position: relative; overflow: hidden; background: var(--parchment-3); cursor: pointer; border-radius: 2px; }
.media-gallery .g-item img, .media-gallery .g-item video { width: 100%; height: 100%; object-fit: cover; }
.media-gallery .span-2 { grid-column: span 2; grid-row: span 2; }
.media-gallery .play-badge { position: absolute; right: 10px; bottom: 10px; background: rgba(23,19,15,.72); color: var(--off-white); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; padding: 6px 10px; border-radius: 999px; }

.lightbox { position: fixed; inset: 0; z-index: 200; background: rgba(17,14,11,.94); display: none; align-items: center; justify-content: center; padding: 30px; }
.lightbox.open { display: flex; }
.lightbox video { max-width: 900px; max-height: 85vh; width: 100%; }
.lightbox .close { position: absolute; top: 24px; right: 30px; color: var(--off-white); font-size: 28px; cursor: pointer; }

/* ===== FAQ ===== */
.faq-wrap { max-width: 880px; margin: 0 auto; padding: 60px 44px 110px; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-q { cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 24px 0; background: none; width: 100%; text-align: left; }
.faq-q h3 { font-family: 'Cormorant Garamond', serif; font-weight: 500; font-size: 22px; margin: 0; color: var(--charcoal); }
.faq-sign { font-size: 18px; color: var(--gold-deep); font-weight: 300; flex: none; }
.faq-a { font-size: 14.5px; line-height: 1.85; color: #55493C; font-weight: 300; margin: -4px 0 26px; max-width: 62ch; display: none; }
.faq-item.open .faq-a { display: block; }

/* ===== Chat + WhatsApp launchers ===== */
.chat-launcher { position: fixed; right: 22px; bottom: 22px; z-index: 90; width: 58px; height: 58px; border-radius: 50%; background: var(--charcoal); color: var(--gold); display: flex; align-items: center; justify-content: center; box-shadow: 0 16px 34px -14px rgba(0,0,0,.6); transition: transform .2s, background .2s; font-family: 'Cormorant Garamond', serif; font-size: 12px; }
.chat-launcher:hover { background: var(--charcoal-2); transform: scale(1.06); }
.buy-launcher { position: fixed; left: 50%; bottom: 22px; transform: translateX(-50%); z-index: 91; display: flex; align-items: center; gap: 9px; background: var(--gold); color: var(--charcoal-2); font-size: 12.5px; letter-spacing: .1em; text-transform: uppercase; font-weight: 600; padding: 15px 26px; border-radius: 999px; box-shadow: 0 16px 34px -12px rgba(0,0,0,.5); transition: transform .2s, background .2s; }
.buy-launcher svg { width: 18px; height: 18px; }
.buy-launcher:hover { background: var(--gold-deep); color: var(--off-white); transform: translateX(-50%) scale(1.05); }
@media (max-width: 640px) { .buy-launcher { padding: 11px 18px; font-size: 11px; bottom: 14px; } .buy-launcher svg { width: 15px; height: 15px; } }

.whatsapp-launcher { position: fixed; left: 22px; bottom: 22px; z-index: 90; width: 54px; height: 54px; border-radius: 50%; background: #25D366; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 22px; box-shadow: 0 16px 34px -14px rgba(0,0,0,.5); transition: transform .2s; }
.whatsapp-launcher:hover { transform: scale(1.08); color: #fff; }
@media (max-width: 640px) { .whatsapp-launcher { width: 46px; height: 46px; font-size: 19px; left: 14px; bottom: 14px; } .chat-launcher { width: 50px; height: 50px; right: 14px; bottom: 14px; } }
.chat-panel { position: fixed; right: 22px; bottom: 92px; z-index: 90; width: min(360px, 90vw); max-height: 70vh; background: var(--off-white); border: 1px solid var(--line); border-radius: 6px; box-shadow: 0 30px 60px -24px rgba(34,29,25,.45); overflow: hidden; display: none; flex-direction: column; }
.chat-panel.open { display: flex; }
.chat-head { background: var(--charcoal); padding: 16px 20px; }
.chat-head p.title { font-family: 'Playfair Display', serif; font-weight: 800; font-size: 17px; color: var(--off-white); margin: 0; }
.chat-head p.sub { font-size: 10px; letter-spacing: .12em; text-transform: uppercase; color: #9C927E; margin: 6px 0 0; }
.chat-body { padding: 16px; display: flex; flex-direction: column; gap: 10px; overflow-y: auto; flex: 1; min-height: 180px; }
.chat-msg { font-size: 13px; line-height: 1.6; padding: 11px 14px; border-radius: 8px; max-width: 88%; }
.chat-msg.bot { background: var(--parchment-2); color: #55493C; align-self: flex-start; }
.chat-msg.user { background: var(--charcoal); color: var(--off-white); align-self: flex-end; }
.chat-suggestions { display: flex; flex-wrap: wrap; gap: 7px; padding: 0 16px 12px; }
.chat-suggestions span { cursor: pointer; font-size: 11px; color: #55493C; border: 1px solid var(--gold-line); border-radius: 999px; padding: 7px 12px; }
.chat-suggestions span:hover { border-color: var(--charcoal); color: var(--charcoal); }
.chat-input-row { display: flex; gap: 10px; align-items: center; border-top: 1px solid var(--line); padding: 12px 16px; }
.chat-input-row input { flex: 1; border: none; background: transparent; font-family: 'Montserrat', sans-serif; font-size: 13px; color: var(--ink); outline: none; }
.chat-input-row button { font-size: 10.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--gold-deep); }

/* ===== Contact strip ===== */
.contact-strip { background: var(--gold); }
.contact-strip .wrap { display: flex; align-items: center; justify-content: center; gap: 28px; flex-wrap: wrap; padding: 10px 44px; }
.contact-strip a, .contact-strip span { font-size: 11.5px; letter-spacing: .02em; color: var(--charcoal-2); font-weight: 500; }
.contact-strip a:hover { color: var(--off-white); }

/* ===== Footer ===== */
footer.site { background: var(--charcoal); color: #C9BEA6; padding: 76px 0 34px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.5fr; gap: 50px; align-items: start; }
@media (max-width: 800px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 500px) { .footer-grid { grid-template-columns: 1fr; } }
.footer-col { display: flex; flex-direction: column; gap: 12px; }
.footer-col .label { font-size: 10px; letter-spacing: .26em; text-transform: uppercase; color: #8F836B; margin-bottom: 4px; }
.footer-col a, .footer-col span.flink { font-size: 13.5px; color: #C9BEA6; font-weight: 300; cursor: pointer; }
.footer-col a:hover, .footer-col span.flink:hover { color: var(--off-white); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 56px; padding-top: 24px; border-top: 1px solid #362E24; font-size: 11px; color: #766B57; font-weight: 300; flex-wrap: wrap; }

[data-page] { display: none; }
[data-page].active { display: block; }
