/* Truman's Care — noir & or */
@font-face { font-family: 'Bebas Neue'; src: url('/assets/fonts/bebas-neue-400.woff2') format('woff2'); font-weight: 400; font-display: swap; }
@font-face { font-family: 'Hanken Grotesk'; src: url('/assets/fonts/hanken-grotesk-400.woff2') format('woff2'); font-weight: 400; font-display: swap; }
@font-face { font-family: 'Hanken Grotesk'; src: url('/assets/fonts/hanken-grotesk-500.woff2') format('woff2'); font-weight: 500; font-display: swap; }
@font-face { font-family: 'Hanken Grotesk'; src: url('/assets/fonts/hanken-grotesk-600.woff2') format('woff2'); font-weight: 600; font-display: swap; }
@font-face { font-family: 'Hanken Grotesk'; src: url('/assets/fonts/hanken-grotesk-700.woff2') format('woff2'); font-weight: 700; font-display: swap; }

:root {
  --ink: #0b0b0d;
  --ink-2: #121215;
  --panel: #17171b;
  --line: rgba(226, 214, 189, .14);
  --gold: #c6a15b;
  --gold-2: #e6cf9a;
  --cream: #f1ead9;
  --text: #d9d3c6;
  --muted: #98917f;
  --serif: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
::selection { background: var(--gold); color: #131008; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; overflow-x: clip; }
body {
  background: var(--ink); color: var(--text);
  font: 400 16.5px/1.65 'Hanken Grotesk', system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}
img, video { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3 { color: var(--cream); font-weight: 600; letter-spacing: .01em; }
h1 { font-family: 'Bebas Neue', 'Hanken Grotesk', sans-serif; font-weight: 400; font-size: clamp(3rem, 8vw, 5.6rem); line-height: .95; letter-spacing: .015em; }
h1 em { color: var(--gold); font-style: normal; }
h2 { font-family: 'Bebas Neue', sans-serif; font-weight: 400; font-size: clamp(2rem, 4.5vw, 3rem); line-height: 1.02; letter-spacing: .02em; }
h3 { font-size: 1.06rem; }
.wrap { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.wrap-narrow { max-width: 880px; }
.center { text-align: center; }
.skip { position: absolute; left: -9999px; }
.skip:focus { left: 12px; top: 12px; z-index: 99; background: var(--gold); color: #000; padding: 8px 14px; }

/* header */
.hdr { position: fixed; inset: 0 0 auto; z-index: 50; background: linear-gradient(rgba(11,11,13,.92), rgba(11,11,13,.75)); backdrop-filter: blur(14px) saturate(1.2); border-bottom: 1px solid var(--line); transition: transform .35s ease, background .35s, box-shadow .35s; }
.hdr::after { content: ''; position: absolute; left: 0; right: 0; bottom: -1px; height: 1px; background: linear-gradient(90deg, transparent 8%, rgba(198,161,91,.7), transparent 92%); opacity: 0; transition: opacity .45s; }
.hdr--scrolled { box-shadow: 0 14px 44px rgba(0,0,0,.45); }
.hdr--scrolled::after { opacity: 1; }
.hdr--hidden { transform: translateY(-101%); }
.hdr-in { max-width: 1280px; margin: 0 auto; padding: 17px 28px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px; transition: padding .35s ease; }
.hdr--scrolled .hdr-in { padding-top: 10px; padding-bottom: 10px; }
.brand { display: flex; align-items: center; }
.brand img { height: 30px; width: auto; transition: transform .35s ease; }
.brand:hover img { transform: scale(1.05); }
.nav { display: flex; gap: 32px; justify-self: center; }
.nav a { position: relative; font-size: .84rem; letter-spacing: .1em; text-transform: uppercase; color: var(--text); opacity: .85; padding: 8px 2px; transition: color .25s, opacity .25s; }
.nav a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: 3px; height: 1px; background: linear-gradient(90deg, var(--gold), var(--gold-2)); transition: right .38s cubic-bezier(.2,.7,.2,1); }
.nav a:hover, .nav a[aria-current] { color: var(--gold-2); opacity: 1; }
.nav a:hover::after, .nav a[aria-current]::after { right: 0; }
.hdr-cta { display: flex; align-items: center; gap: 14px; justify-self: end; }
.lang { font-size: .78rem; letter-spacing: .14em; border: 1px solid var(--line); padding: 7px 11px; border-radius: 2px; color: var(--muted); transition: .3s; }
.lang:hover { color: var(--gold-2); border-color: var(--gold); box-shadow: inset 0 0 0 1px rgba(198,161,91,.25); }
.burger { display: none; background: none; border: 0; cursor: pointer; padding: 8px; }
.burger span { display: block; width: 22px; height: 2px; background: var(--cream); margin: 5px 0; transition: transform .32s cubic-bezier(.2,.7,.2,1), opacity .25s; }
.burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); background: var(--gold-2); }
.burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); background: var(--gold-2); }

/* buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 14px 27px; font-size: .84rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; border-radius: 2px; transition: transform .3s cubic-bezier(.2,.7,.2,1), box-shadow .3s, border-color .3s, color .3s, background .3s; border: 1px solid transparent; cursor: pointer; font-family: inherit; }
.btn:active { transform: translateY(0) scale(.975); }
.btn-s { padding: 9px 18px; font-size: .76rem; }
.btn-gold { background: linear-gradient(150deg, #e0c184 0%, var(--gold) 38%, #a9823f 100%); color: #17120a; position: relative; overflow: hidden; border-color: rgba(255,255,255,.16); box-shadow: 0 6px 22px rgba(198,161,91,.2), inset 0 1px 0 rgba(255,255,255,.38), inset 0 -1px 0 rgba(0,0,0,.22); text-shadow: 0 1px 0 rgba(255,255,255,.25); }
.btn-gold::after { content: ''; position: absolute; top: 0; bottom: 0; left: -70%; width: 45%; background: linear-gradient(105deg, transparent, rgba(255,255,255,.5), transparent); transform: skewX(-20deg); transition: left .65s ease; }
.btn-gold:hover::after { left: 130%; }
.btn-gold:hover { transform: translateY(-2px); box-shadow: 0 12px 36px rgba(198,161,91,.42), inset 0 1px 0 rgba(255,255,255,.45), inset 0 -1px 0 rgba(0,0,0,.2); filter: brightness(1.06); }
.btn-line { position: relative; border-color: rgba(226,214,189,.28); color: var(--cream); background: rgba(255,255,255,.02); overflow: hidden; }
.btn-line::before { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(198,161,91,.2), rgba(198,161,91,.03) 65%); opacity: 0; transition: opacity .35s; }
.btn-line:hover { border-color: var(--gold); color: var(--gold-2); transform: translateY(-2px); box-shadow: 0 10px 28px rgba(0,0,0,.4), inset 0 0 0 1px rgba(198,161,91,.22); }
.btn-line:hover::before { opacity: 1; }
.btn-line > * { position: relative; }
.tlink { color: var(--gold); font-size: .85rem; font-weight: 600; letter-spacing: .04em; }
.tlink:hover { color: var(--gold-2); }

/* barre de progression de lecture */
.progress { position: fixed; top: 0; left: 0; right: 0; height: 3px; z-index: 60; pointer-events: none; }
.progress i { display: block; height: 100%; width: 0; background: linear-gradient(90deg, var(--gold), var(--gold-2)); }

/* hero plein écran — vidéo montage en fond */
.hero-full { position: relative; height: 100svh; min-height: 560px; display: grid; place-items: center; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; z-index: 0; }
.hero-bg { background: var(--ink); }
.hero-bg video { width: 100%; height: 100%; object-fit: cover; object-position: center 42%; transform: scale(var(--hz, 1)); will-change: transform; opacity: .48; }
.hero-bg::after { content: ''; position: absolute; inset: 0; background:
  radial-gradient(120% 90% at 50% 50%, transparent 32%, rgba(11,11,13,.5) 100%),
  linear-gradient(rgba(11,11,13,.35), rgba(11,11,13,calc(.12 + var(--ho, 0))) 45%, rgba(11,11,13,.92) 96%); }
.hero-content { position: relative; z-index: 2; text-align: center; padding-top: 40px; transform: translateY(var(--ht, 0)); opacity: var(--hf, 1); will-change: transform, opacity; }
.hero-content .lead { margin-left: auto; margin-right: auto; color: var(--text); text-shadow: 0 2px 18px rgba(0,0,0,.55); }
.hero-content .cta-row, .hero-content .trust { justify-content: center; }
.hero-content .trust { margin-top: 26px; }
.hero-content h1 { text-shadow: 0 4px 34px rgba(0,0,0,.55); }
.btn-xl { padding: 17px 30px; font-size: .9rem; }
.hero-cta { gap: 14px; margin-top: 36px; }
.hero-cta .btn-line { background: rgba(11,11,13,.42); backdrop-filter: blur(6px); border-color: rgba(226,214,189,.32); }
.hero-cta .btn-line:hover { border-color: var(--gold); }
.scroll-cue { position: absolute; left: 50%; bottom: 26px; transform: translateX(-50%); z-index: 2; width: 28px; height: 46px; border: 1px solid rgba(226,214,189,.5); border-radius: 20px; display: flex; justify-content: center; }
.scroll-cue span { width: 3px; height: 9px; border-radius: 3px; background: var(--gold-2); margin-top: 8px; animation: cue 1.8s ease-in-out infinite; }
@keyframes cue { 0%, 100% { transform: translateY(0); opacity: 1; } 60% { transform: translateY(16px); opacity: .1; } }

.hero-grid { display: grid; grid-template-columns: 1fr auto; gap: 48px; align-items: center; }
.kicker { color: var(--gold); font-size: .8rem; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; margin-bottom: 18px; }
.lead { color: var(--muted); font-size: 1.08rem; max-width: 56ch; margin-top: 20px; }
.cta-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.cta-row.center { justify-content: center; }
.trust { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 14px; margin-top: 34px; font-size: .86rem; color: var(--muted); }
.trust-stars { color: var(--gold); display: inline-flex; gap: 2px; }
.trust-sep { width: 1px; height: 16px; background: var(--line); }
/* mur de vidéos */
.hero-wall { position: relative; display: flex; gap: 12px; justify-self: end; align-items: flex-start; }
.hw-col { width: clamp(150px, 13.2vw, 190px); transform: translateY(calc(var(--hwi) * 34px + var(--py, 0px) * (1 - var(--hwi) * .5))); transition: transform .1s linear; }
.hw-col video { width: 100%; aspect-ratio: 480/848; object-fit: cover; border-radius: 5px; border: 1px solid var(--line); box-shadow: 0 30px 70px rgba(0,0,0,.55); }
.hw-col:nth-child(2) video { box-shadow: 0 30px 70px rgba(0,0,0,.55), 0 0 0 1px rgba(198,161,91,.28); }
.hero-badge { position: absolute; left: -20px; bottom: -18px; z-index: 2; background: var(--ink-2); border: 1px solid var(--line); border-left: 3px solid var(--gold); padding: 11px 16px; font-size: .8rem; letter-spacing: .06em; color: var(--cream); border-radius: 3px; box-shadow: 0 16px 40px rgba(0,0,0,.5); }

/* entrée hero */
.hero-in { opacity: 0; transform: translateY(26px); animation: heroIn .9s cubic-bezier(.2,.7,.2,1) forwards; animation-delay: calc(var(--hi) * .12s + .15s); }
@keyframes heroIn { to { opacity: 1; transform: none; } }
h1 .ln { display: block; overflow: hidden; }
h1 .ln-in { display: block; transform: translateY(110%); animation: lnIn .85s cubic-bezier(.2,.75,.15,1) forwards; animation-delay: calc(var(--hi) * .13s + .2s); }
@keyframes lnIn { to { transform: none; } }
@media (prefers-reduced-motion: reduce) { .hero-in, h1 .ln-in { animation: none; opacity: 1; transform: none; } }

/* barre presse statique */
.pressbar { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #0e0d0f; padding: 18px 0; }
.pb-in { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 14px 26px; }
.pb-label { color: var(--muted); font-size: .74rem; letter-spacing: .24em; text-transform: uppercase; }
.pb-name { color: rgba(241,234,217,.82); white-space: nowrap; }
.pb-name.press-name--golf-du-maroc { font-size: 1.15rem; border: 0; padding: 0; }
.pb-name.press-name--golf-du-maroc small { color: var(--muted); font-size: .72em; letter-spacing: .06em; }
.pb-name.press-name--shoelifer { font-size: .92rem; border: 0; padding: 0; }
.pb-name.press-name--nighty { font-size: 1.25rem; border: 0; padding: 0; }
.pb-dot { width: 4px; height: 4px; border-radius: 50%; background: var(--gold); opacity: .8; }

/* pilule de note */
.rating-pill { display: inline-flex; align-items: center; gap: 9px; margin-top: 30px; padding: 11px 20px; border: 1px solid rgba(226,214,189,.28); border-radius: 40px; background: rgba(11,11,13,.5); backdrop-filter: blur(6px); font-size: .9rem; color: var(--text); }
.rating-pill strong { color: var(--gold-2); font-size: 1.05rem; }
.rp-sep { width: 1px; height: 16px; background: var(--line); margin: 0 3px; }

/* bandeaux photo pleine largeur (parallaxe JS via --py) */
.band { position: relative; height: clamp(260px, 42vw, 430px); overflow: hidden; }
.band img { width: 100%; height: 120%; margin-top: -10%; object-fit: cover; object-position: var(--band-pos, center); transform: translateY(var(--py, 0px)); will-change: transform; }
.band::after { content: ''; position: absolute; inset: 0; background: linear-gradient(rgba(11,11,13,.55), rgba(11,11,13,.25) 40%, rgba(11,11,13,.6)); }
.band-quote { position: absolute; inset: 0; display: grid; place-items: center; z-index: 1; padding: 0 24px; }
.band-quote p { font-family: var(--serif); font-style: italic; font-size: clamp(1.3rem, 3vw, 2rem); color: var(--cream); text-align: center; max-width: 30ch; text-shadow: 0 2px 24px rgba(0,0,0,.6); }

/* stats */
.stats { border-bottom: 1px solid var(--line); background: var(--ink-2); padding: 44px 0; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.stat { text-align: center; border-left: 1px solid var(--line); }
.stat:first-child { border-left: 0; }
.stat-n, .stat-suffix { font-family: 'Bebas Neue', sans-serif; font-size: clamp(2.2rem, 4.5vw, 3.4rem); color: var(--gold); letter-spacing: .02em; }
.stat-l { display: block; color: var(--muted); font-size: .82rem; letter-spacing: .14em; text-transform: uppercase; margin-top: 4px; }

/* sections */
.sec { padding: 88px 0; }
.sec-alt { background: var(--ink-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.s-head { max-width: 640px; margin-bottom: 48px; }
.s-head .lead { margin-top: 12px; font-size: 1rem; }
.s-head h2 { position: relative; padding-bottom: 16px; }
.s-head h2::after { content: ''; position: absolute; left: 0; bottom: 0; height: 2px; width: 64px; background: linear-gradient(90deg, var(--gold), transparent); transform: scaleX(0); transform-origin: left; transition: transform .9s cubic-bezier(.2,.7,.2,1) .25s; }
.s-head.in h2::after, .in .s-head h2::after { transform: scaleX(1); }
.grid3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.grid4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.grid5 { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }

/* cards univers */
.card { background: var(--panel); border: 1px solid var(--line); border-radius: 6px; overflow: hidden; transition: .3s; display: flex; flex-direction: column; }
.card img { width: 100%; height: auto; object-fit: cover; transition: transform .6s ease; }
.card:hover { border-color: rgba(198,161,91,.5); transform: translateY(-4px); }
.card:hover img { transform: scale(1.04); }
.card-b { padding: 20px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.card-b p { font-size: .9rem; color: var(--muted); flex: 1; }
.card-foot { display: flex; justify-content: space-between; align-items: center; gap: 10px; }
.card-price { color: var(--gold); font-size: .82rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.card-more { color: var(--muted); font-size: .8rem; letter-spacing: .04em; transition: .25s; }
.card:hover .card-more { color: var(--gold-2); transform: translateX(3px); }

/* packs */
.packs { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.pack { background: var(--panel); border: 1px solid var(--line); border-radius: 6px; padding: 26px; position: relative; display: flex; flex-direction: column; gap: 12px; transition: .3s; }
.pack:hover { border-color: rgba(198,161,91,.45); }
.pack p { color: var(--muted); font-size: .92rem; flex: 1; }
.pack-hero { grid-column: span 2; background: linear-gradient(120deg, #1b1610, #17171b 55%); border-color: rgba(198,161,91,.55); display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 8px 40px; }
.pack-hero h3 { font-family: 'Bebas Neue', sans-serif; font-weight: 400; font-size: 1.9rem; letter-spacing: .03em; }
.pack-hero p { grid-column: 1; }
.pack-hero .pack-foot { grid-column: 2; grid-row: 1 / span 2; flex-direction: column; align-items: flex-end; gap: 14px; }
.badge { display: inline-block; background: rgba(198,161,91,.14); color: var(--gold-2); border: 1px solid rgba(198,161,91,.4); font-size: .72rem; font-weight: 700; letter-spacing: .1em; padding: 3px 9px; border-radius: 20px; vertical-align: middle; }
.pack-foot { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 6px; }
.price { color: var(--cream); font-family: 'Bebas Neue', sans-serif; font-size: 1.7rem; letter-spacing: .03em; }
.price small { color: var(--gold); font-size: .8rem; letter-spacing: .1em; }

/* produits */
.prods .prod, .prod { text-align: left; }
.prod img { border-radius: 6px; border: 1px solid var(--line); transition: .4s; }
.prod:hover img { border-color: rgba(198,161,91,.5); transform: translateY(-4px); }
.prod h3 { margin-top: 14px; font-size: .98rem; }
.prod p { color: var(--muted); font-size: .86rem; margin-top: 4px; }
.prod-w img { background: #fff; }
.note { color: var(--muted); font-size: .9rem; margin: 34px 0 18px; }

/* quotes */
.quote { background: var(--panel); border: 1px solid var(--line); border-radius: 6px; padding: 28px; display: flex; flex-direction: column; gap: 16px; }
.quote blockquote { font-family: var(--serif); font-style: italic; font-size: 1.06rem; line-height: 1.6; color: var(--cream); flex: 1; }
.quote figcaption { font-size: .85rem; color: var(--muted); }
.quote figcaption strong { color: var(--gold-2); }

/* press */
.press { background: var(--panel); border: 1px solid var(--line); border-radius: 6px; padding: 28px; display: flex; flex-direction: column; gap: 16px; transition: .3s; }
.press:hover { border-color: rgba(198,161,91,.45); transform: translateY(-3px); }
.press-name { color: var(--cream); align-self: flex-start; border-bottom: 1px solid var(--gold); padding-bottom: 6px; }
.press-name--golf-du-maroc { font-family: var(--serif); font-size: 1.5rem; letter-spacing: .06em; }
.press-name--golf-du-maroc em { color: var(--gold); font-style: italic; }
.press-name--shoelifer { font-family: 'Hanken Grotesk', sans-serif; font-weight: 700; font-size: 1.15rem; letter-spacing: .3em; }
.press-name--nighty { font-family: 'Bebas Neue', sans-serif; font-size: 1.6rem; letter-spacing: .18em; }
.press blockquote { font-family: var(--serif); font-style: italic; font-size: 1.02rem; color: var(--cream); flex: 1; }
.press-ref { color: var(--muted); font-size: .82rem; letter-spacing: .04em; text-transform: uppercase; }
.press-pdf { margin-top: 56px; background: var(--panel); border: 1px solid var(--line); border-radius: 6px; padding: 30px; }
.press-pdf h3 { margin-bottom: 8px; }
.press-pdf p { color: var(--muted); margin-bottom: 20px; }
.press-pdf object { border-radius: 4px; }

/* hygiène — section claire, confiance */
.sec-light { background: #f2ede2; }
.sec-light .kicker { color: #96702f; }
.sec-light h2 { color: #171208; }
.sec-light .s-head h2::after { background: linear-gradient(90deg, #b98f45, transparent); }
.sec-light .lead { color: #6c6350; }
.hyg-sec { position: relative; overflow: hidden; }
.hyg-ghost { position: absolute; top: 8px; right: -20px; font-family: 'Bebas Neue', sans-serif; font-size: clamp(6rem, 16vw, 15rem); line-height: 1; color: rgba(150,112,47,.07); letter-spacing: .04em; pointer-events: none; user-select: none; }
.hyg-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 64px; align-items: center; position: relative; }
.hyg-list { display: flex; flex-direction: column; gap: 14px; }
.hyg-card { position: relative; display: flex; gap: 16px; align-items: flex-start; background: #fffdf8; border: 1px solid #e4dbc6; border-radius: 12px; padding: 20px 24px 20px 22px; box-shadow: 0 8px 26px rgba(84,66,34,.08); transition: .3s; overflow: hidden; }
.hyg-card::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 3px; background: linear-gradient(180deg, #caa45c, #a07d3c); opacity: 0; transition: .3s; }
.hyg-card:hover { transform: translateX(4px); box-shadow: 0 14px 34px rgba(84,66,34,.16); border-color: #cdb87f; }
.hyg-card:hover::before { opacity: 1; }
.hyg-num { position: absolute; right: 14px; top: 8px; font-family: 'Bebas Neue', sans-serif; font-size: 2rem; color: rgba(150,112,47,.14); }
.hyg-card h3 { color: #171208; font-size: 1rem; }
.hyg-card p { color: #6c6350; font-size: .92rem; margin-top: 3px; }
.hyg-check { flex: 0 0 auto; width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; background: linear-gradient(140deg, #caa45c, #a07d3c); color: #fffdf8; box-shadow: inset 0 1px 0 rgba(255,255,255,.4); margin-top: 2px; }
.hyg-media { position: relative; padding-bottom: 46px; }
.hyg-arch { position: relative; border-radius: 999px 999px 14px 14px; overflow: hidden; border: 1px solid #d8c9a4; box-shadow: 0 30px 70px rgba(84,66,34,.26), 0 0 0 8px #fffdf8, 0 0 0 9px #e0d3b2; }
.hyg-arch img { display: block; width: 100%; }
.hyg-badge { position: absolute; left: 50%; bottom: 16px; transform: translateX(-50%); display: inline-flex; align-items: center; gap: 8px; white-space: nowrap; background: rgba(255,253,248,.92); backdrop-filter: blur(6px); color: #171208; border: 1px solid #d8c9a4; border-radius: 30px; padding: 9px 18px; font-size: .8rem; font-weight: 700; letter-spacing: .06em; box-shadow: 0 10px 26px rgba(84,66,34,.22); }
.hyg-badge svg { color: #96702f; }
.hyg-real { position: absolute; left: -26px; bottom: 64px; width: 148px; height: 148px; border-radius: 50%; overflow: hidden; border: 5px solid #fffdf8; box-shadow: 0 16px 40px rgba(84,66,34,.3), 0 0 0 1px #d8c9a4; transform: rotate(-4deg); }
.hyg-real img { width: 100%; height: 100%; object-fit: cover; }
.hyg-cap { color: #96702f; font-size: .84rem; font-style: italic; text-align: center; margin-top: 16px; }

/* partenaires hôtels */
.partner-row { display: grid; grid-template-columns: 1.35fr .65fr; gap: 22px; align-items: stretch; }
.partner-card { position: relative; display: grid; grid-template-columns: 1fr 1fr; background: linear-gradient(135deg, #1b1610, var(--panel) 62%); border: 1px solid rgba(198,161,91,.4); border-radius: 8px; overflow: hidden; transition: .35s; }
.partner-media { position: relative; min-height: 300px; }
.partner-media picture, .partner-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .8s ease; }
.partner-card:hover .partner-media img { transform: scale(1.05); }
.partner-media::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 55%, rgba(23,20,14,.55)); }
.partner-body { display: flex; flex-direction: column; gap: 10px; padding: 38px 34px; }
.partner-card::before { content: ''; position: absolute; top: 0; left: 0; width: 84px; height: 84px; border-top: 1px solid var(--gold); border-left: 1px solid var(--gold); border-top-left-radius: 8px; opacity: .8; }
.partner-card::after { content: ''; position: absolute; bottom: 0; right: 0; width: 84px; height: 84px; border-bottom: 1px solid var(--gold); border-right: 1px solid var(--gold); border-bottom-right-radius: 8px; opacity: .8; }
.partner-card:hover { transform: translateY(-4px); border-color: var(--gold); box-shadow: 0 24px 60px rgba(0,0,0,.45); }
.partner-kicker { color: var(--gold); font-size: .74rem; font-weight: 700; letter-spacing: .26em; text-transform: uppercase; }
.partner-name { font-family: var(--serif); font-size: clamp(1.9rem, 3.4vw, 2.6rem); color: var(--cream); line-height: 1.1; margin-top: 4px; }
.partner-name em { color: var(--gold-2); font-style: italic; }
.partner-loc { color: var(--muted); font-size: .88rem; letter-spacing: .05em; }
.partner-note { color: var(--text); font-size: .95rem; margin-top: 8px; flex: 1; }
.partner-card .tlink { margin-top: 14px; }
.partner-b2b { display: flex; flex-direction: column; gap: 12px; justify-content: center; padding: 34px 32px; background: var(--panel); border: 1px solid var(--line); border-radius: 8px; }
.partner-b2b p { color: var(--muted); font-size: .94rem; }
.partner-ctas { display: flex; flex-direction: column; gap: 10px; margin-top: 8px; }
.partner-ctas .btn { justify-content: flex-start; text-transform: none; letter-spacing: .04em; }

/* placeholder carte (consentement) */
.map-ph { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px; height: 420px; background: var(--panel) url('/assets/img/facade-night-480.webp') center/cover; background-blend-mode: soft-light; border: 1px solid var(--line); border-radius: 6px; text-align: center; padding: 30px; }
.map-ph p { color: var(--muted); font-size: .88rem; max-width: 36ch; text-shadow: 0 1px 10px rgba(0,0,0,.8); }
.map-ph-pin { color: var(--gold); }
.map-ph-pin svg { width: 34px; height: 34px; }

/* bandeau cookies */
.ck { position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 85; display: flex; justify-content: flex-start; pointer-events: none; }
.ck[hidden] { display: none; }
.ck-card { pointer-events: auto; width: min(94vw, 420px); background: #141417; border: 1px solid rgba(198,161,91,.35); border-radius: 10px; padding: 20px 22px; box-shadow: 0 30px 80px rgba(0,0,0,.65); animation: goIn .45s cubic-bezier(.2,.7,.2,1); }
.ck-card h3 { font-family: 'Bebas Neue', sans-serif; font-weight: 400; font-size: 1.3rem; letter-spacing: .05em; margin-bottom: 6px; }
.ck-card p { color: var(--muted); font-size: .86rem; margin-bottom: 14px; }
.ck-card a { color: var(--gold-2); text-decoration: underline; }
.ck-btns { display: flex; gap: 10px; flex-wrap: wrap; }
@media (max-width: 900px) { .ck { bottom: calc(78px + env(safe-area-inset-bottom)); } }

/* faq */
.faq { border: 1px solid var(--line); border-radius: 6px; background: var(--panel); margin-bottom: 12px; overflow: hidden; }
.faq summary { cursor: pointer; padding: 18px 22px; font-weight: 600; color: var(--cream); list-style: none; position: relative; padding-right: 48px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; position: absolute; right: 20px; top: 50%; transform: translateY(-50%); color: var(--gold); font-size: 1.3rem; transition: .25s; }
.faq[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq p { padding: 0 22px 20px; color: var(--muted); }

/* visite */
.visit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.hours-card { background: var(--panel); border: 1px solid var(--line); border-radius: 6px; padding: 20px 24px; margin-top: 26px; max-width: 380px; }
.ftr-h { display: flex; justify-content: space-between; gap: 20px; padding: 5px 0; font-size: .92rem; }
.ftr-h span:first-child { color: var(--muted); }
.map iframe { border-radius: 6px; border: 1px solid var(--line); filter: grayscale(.6) contrast(1.05); }

/* page hero */
.page-hero { padding: 165px 0 60px; background: radial-gradient(800px 400px at 70% 0%, rgba(198,161,91,.09), transparent 60%); }
.subnav { position: sticky; top: 0; z-index: 35; background: rgba(11,11,13,.94); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); }
.anchor-nav { display: flex; flex-wrap: nowrap; gap: 10px; padding-top: 12px; padding-bottom: 12px; overflow-x: auto; scrollbar-width: none; }
.anchor-nav::-webkit-scrollbar { display: none; }
.anchor-nav a { flex: 0 0 auto; border: 1px solid var(--line); border-radius: 30px; padding: 8px 18px; font-size: .82rem; letter-spacing: .05em; color: var(--muted); transition: .25s; }
.anchor-nav a:hover, .anchor-nav a.on { color: var(--gold-2); border-color: var(--gold); }

/* menu services */
.menu-list { display: flex; flex-direction: column; gap: 14px; }
.menu-item { display: flex; justify-content: space-between; gap: 26px; background: var(--panel); border: 1px solid var(--line); border-radius: 6px; padding: 20px 24px; transition: .25s; }
.menu-item:hover { border-color: rgba(198,161,91,.4); }
.menu-featured { border-color: rgba(198,161,91,.55); background: linear-gradient(120deg, #1b1610, var(--panel) 60%); }
.menu-main p { color: var(--muted); font-size: .9rem; margin-top: 4px; max-width: 52ch; }
.menu-side { display: flex; align-items: center; gap: 20px; white-space: nowrap; }
.menu-time { color: var(--muted); font-size: .84rem; }

/* experience */
.film { max-width: 440px; margin: 0 auto; }
.film video { width: 100%; aspect-ratio: 480/848; border-radius: 6px; border: 1px solid var(--line); background: #000; object-fit: cover; }
.film-cap { text-align: center; color: var(--muted); font-size: .86rem; margin-top: 12px; letter-spacing: .06em; }
.loops { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 40px; }
.loop video { width: 100%; aspect-ratio: 480/848; object-fit: cover; border-radius: 6px; border: 1px solid var(--line); }
.loop figcaption { color: var(--muted); font-size: .84rem; margin-top: 8px; text-align: center; }
.masonry { columns: 3; column-gap: 20px; }
.m-item { break-inside: avoid; margin-bottom: 20px; }
.m-item img { border-radius: 6px; border: 1px solid var(--line); width: 100%; }
.m-item figcaption { color: var(--muted); font-size: .82rem; margin-top: 6px; }

/* cta band */
.cta-band { background: linear-gradient(120deg, #191307, #0b0b0d 70%); border-top: 1px solid rgba(198,161,91,.3); }

/* legal */
.legal-body p { margin-bottom: 16px; color: var(--muted); }
.legal-body strong { color: var(--cream); }

/* footer */
.ftr { border-top: 1px solid var(--line); background: #09090b; padding: 64px 0 28px; margin-top: 40px; }
.ftr-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; }
.ftr h3 { font-size: .82rem; letter-spacing: .16em; text-transform: uppercase; color: var(--gold); margin-bottom: 14px; }
.ftr a { display: block; color: var(--muted); font-size: .92rem; padding: 4px 0; }
.ftr a:hover { color: var(--gold-2); }
.ftr-tag { color: var(--muted); font-size: .9rem; margin-top: 16px; max-width: 30ch; }
.ftr-rating { margin-top: 14px; color: var(--muted); font-size: .88rem; display: flex; align-items: center; gap: 8px; }
.ftr-rating .star, .trust .star { color: var(--gold); }
.ftr-base { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; border-top: 1px solid var(--line); margin-top: 48px; padding-top: 22px; font-size: .82rem; color: var(--muted); }
.ftr-base a { color: var(--muted); display: inline; }
.ftr-base a:hover { color: var(--gold-2); }

/* header transparent au sommet des pages à hero vidéo */
.hdr--top { background: linear-gradient(rgba(11,11,13,.5), transparent); backdrop-filter: none; border-bottom-color: transparent; }

/* hint swipe mobile */
.swipe-hint { display: none; color: var(--gold); font-size: .8rem; letter-spacing: .14em; text-transform: uppercase; margin: -26px 0 18px; }
.prod-cta { display: inline-block; margin-top: 8px; font-size: .8rem; }

/* nav extra (drawer mobile) */
.nav-extra { display: none; }

/* barre CTA mobile — apparaît après un peu de scroll (cachée uniquement si le JS tourne) */
.mob-bar { display: none; transition: transform .5s cubic-bezier(.2,.7,.2,1), opacity .4s ease; }
.js .mob-bar:not(.mob-bar--show) { transform: translateY(120%); opacity: 0; pointer-events: none; }

/* lightbox */
.lightbox { position: fixed; inset: 0; z-index: 90; background: rgba(8,8,9,.94); display: grid; place-items: center; padding: 20px; }
.lightbox[hidden] { display: none; }
.lightbox img { max-width: min(94vw, 1100px); max-height: 86vh; border-radius: 6px; border: 1px solid var(--line); box-shadow: 0 40px 120px rgba(0,0,0,.7); }
.lb-close, .lb-prev, .lb-next { position: absolute; background: rgba(20,20,24,.7); border: 1px solid var(--line); color: var(--cream); width: 46px; height: 46px; border-radius: 50%; font-size: 1.5rem; cursor: pointer; display: grid; place-items: center; transition: .2s; }
.lb-close:hover, .lb-prev:hover, .lb-next:hover { border-color: var(--gold); color: var(--gold-2); }
.lb-close { top: 18px; right: 18px; }
.lb-prev { left: 14px; top: 50%; transform: translateY(-50%); }
.lb-next { right: 14px; top: 50%; transform: translateY(-50%); }
.lb-item { cursor: zoom-in; }

/* sélecteur d'itinéraire */
.go-sheet { position: fixed; inset: 0; z-index: 95; background: rgba(8,8,9,.7); backdrop-filter: blur(4px); display: grid; place-items: center; padding: 20px; }
.go-sheet[hidden] { display: none; }
.go-panel { width: min(92vw, 420px); background: #141417; border: 1px solid var(--line); border-radius: 12px; padding: 22px; box-shadow: 0 40px 120px rgba(0,0,0,.7); animation: goIn .3s cubic-bezier(.2,.7,.2,1); }
@keyframes goIn { from { opacity: 0; transform: translateY(26px); } }
.go-head { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 16px; }
.go-head h3 { font-family: 'Bebas Neue', sans-serif; font-weight: 400; font-size: 1.6rem; letter-spacing: .04em; }
.go-head p { color: var(--muted); font-size: .86rem; margin-top: 2px; }
.go-close { background: none; border: 1px solid var(--line); color: var(--cream); width: 36px; height: 36px; border-radius: 50%; font-size: 1.2rem; cursor: pointer; flex: 0 0 auto; }
.go-close:hover { border-color: var(--gold); color: var(--gold-2); }
.go-app { display: flex; align-items: center; gap: 14px; width: 100%; text-align: left; background: rgba(255,255,255,.03); border: 1px solid var(--line); border-radius: 8px; padding: 13px 16px; margin-top: 10px; cursor: pointer; color: var(--cream); font: inherit; transition: .2s; }
.go-app:hover { border-color: var(--gold); background: rgba(198,161,91,.08); }
.go-ini { width: 34px; height: 34px; border-radius: 8px; display: grid; place-items: center; font-weight: 700; flex: 0 0 auto; background: #1a73e8; color: #fff; }
.go-app:nth-of-type(2) .go-ini { background: #33ccff; color: #062b36; }
.go-ini--apple { background: #e8e8ed; color: #111; font-size: 1.1rem; }
.go-ini--copy { background: rgba(198,161,91,.18); color: var(--gold-2); }
.go-ini--tel { background: linear-gradient(140deg, #caa45c, #a07d3c); color: #17120a; }
.go-ini--wa { background: linear-gradient(140deg, #2fd873, #1da851); color: #fff; }
.go-sub { display: block; color: var(--muted); font-weight: 400; font-size: .78rem; margin-top: 2px; }
.go-name { flex: 1; font-weight: 600; font-size: .95rem; }
.go-arrow { color: var(--gold); }
.btn-pin { flex: 0 0 auto !important; padding: 13px 14px !important; border: 1px solid var(--line); color: var(--gold-2); background: rgba(255,255,255,.03); cursor: pointer; }

/* whatsapp fab — pastille luxe, halo pulsant, extension au survol */
.wa-fab { position: fixed; right: 22px; bottom: 22px; z-index: 40; display: flex; align-items: center; height: 58px; padding: 0 16px; border-radius: 40px; background: linear-gradient(140deg, #2fd873, #1da851 70%); color: #fff; box-shadow: 0 12px 34px rgba(29,168,81,.42), inset 0 1px 0 rgba(255,255,255,.35), 0 0 0 1px rgba(198,161,91,.35); transition: box-shadow .3s, transform .3s cubic-bezier(.2,.7,.2,1); }
.wa-fab::before { content: ''; position: absolute; inset: -3px; border-radius: 44px; border: 1px solid rgba(47,216,115,.6); animation: waPulse 2.6s ease-out infinite; pointer-events: none; }
@keyframes waPulse { 0% { transform: scale(.96); opacity: .9; } 70%, 100% { transform: scale(1.35); opacity: 0; } }
.wa-fab:hover { transform: translateY(-3px); box-shadow: 0 18px 44px rgba(29,168,81,.55), inset 0 1px 0 rgba(255,255,255,.4), 0 0 0 1px rgba(198,161,91,.55); }
.wa-fab:active { transform: scale(.96); }
.wa-ic { display: grid; place-items: center; }
.wa-fab svg { width: 27px; height: 27px; }
.wa-label { max-width: 0; opacity: 0; overflow: hidden; white-space: nowrap; font-size: .8rem; font-weight: 700; letter-spacing: .07em; transition: max-width .4s cubic-bezier(.2,.7,.2,1), opacity .3s, margin .4s; }
.wa-fab:hover .wa-label { max-width: 200px; opacity: 1; margin-left: 10px; }
@media (prefers-reduced-motion: reduce) { .wa-fab::before { animation: none; opacity: 0; } }

/* reveal */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .75s cubic-bezier(.2,.7,.2,1), transform .75s cubic-bezier(.2,.7,.2,1); transition-delay: var(--rd, 0s); }
.reveal.in { opacity: 1; transform: none; }
/* reveal images : balayage clip */
.hyg-media.reveal, .band .reveal { transform: none; clip-path: inset(0 100% 0 0); transition: clip-path 1.1s cubic-bezier(.2,.7,.2,1), opacity .4s; }
.hyg-media.reveal.in, .band .reveal.in { clip-path: inset(0 0 0 0); }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; clip-path: none !important; } html { scroll-behavior: auto; } }

/* responsive */
@media (max-width: 1080px) {
  .grid4, .grid5 { grid-template-columns: repeat(2, 1fr); }
  .masonry { columns: 2; }
  .loops { grid-template-columns: repeat(2, 1fr); }
  .ftr-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 900px) {
  /* le backdrop-filter du header casserait le position:fixed du tiroir */
  .hdr { backdrop-filter: none; background: rgba(11, 11, 13, .97); }
  /* hero mobile : hauteur libre, rien ne se coupe */
  .hero-full { height: auto; min-height: 100svh; display: flex; align-items: center; padding: 104px 0 72px; }
  .hero-content { padding-top: 0; width: 100%; }
  .hero-content h1 { font-size: clamp(2.7rem, 12.5vw, 3.6rem); }
  .hero-cta { margin-top: 28px; }
  .rating-pill { margin-top: 22px; }
  .scroll-cue { display: none; }
  /* section hygiène : reveal simple, arche compacte */
  .hyg-media.reveal { clip-path: none; transform: translateY(26px); transition: opacity .75s cubic-bezier(.2,.7,.2,1), transform .75s cubic-bezier(.2,.7,.2,1); }
  .hyg-media.reveal.in { transform: none; }
  .hyg-grid { gap: 34px; }
  .hyg-media { max-width: 320px; margin: 0 auto; }
  .hyg-real { left: -14px; width: 110px; height: 110px; }
  .hyg-ghost { font-size: 5.2rem; top: 4px; right: -8px; }
  .stats { padding: 30px 0; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 20px 0; }
  .stat:nth-child(3) { border-left: 0; }
  .hyg-grid, .visit-grid, .partner-row { grid-template-columns: 1fr; gap: 40px; }
  .partner-card { grid-template-columns: 1fr; }
  .partner-media { min-height: 210px; }
  .partner-media::after { background: linear-gradient(rgba(23,20,14,0) 55%, rgba(23,20,14,.6)); }
  .partner-body { padding: 26px 24px; }
  .grid3 { grid-template-columns: 1fr; }
  .mob-bar { display: flex; position: fixed; left: 0; right: 0; bottom: 0; z-index: 45; gap: 10px; padding: 10px 12px calc(10px + env(safe-area-inset-bottom)); background: rgba(11,11,13,.92); backdrop-filter: blur(12px); border-top: 1px solid var(--line); }
  .mob-bar .btn { flex: 1; justify-content: center; padding: 13px 10px; width: auto; }
  /* fab mobile : au-dessus de la barre, surgit après scroll (caché uniquement si le JS tourne) */
  .wa-fab { bottom: calc(84px + env(safe-area-inset-bottom)); right: 14px; height: 54px; padding: 0 14px; transition: transform .5s cubic-bezier(.34,1.56,.64,1), opacity .35s; }
  .js .wa-fab:not(.wa-fab--show) { transform: scale(0); opacity: 0; pointer-events: none; }
  .wa-fab:hover .wa-label { max-width: 0; opacity: 0; margin-left: 0; }
  body { padding-bottom: 70px; }
  .nav-extra { display: flex; flex-direction: column; gap: 10px; margin-top: 22px; }
  .nav-extra .btn { width: 100%; justify-content: center; }
  .nav { position: fixed; top: 61px; right: 0; bottom: 0; width: min(78vw, 320px); background: #0d0d10; border-left: 1px solid var(--line); flex-direction: column; gap: 4px; padding: 28px 26px; transform: translateX(100%); visibility: hidden; transition: transform .3s, visibility .3s; margin: 0; overflow-y: auto; }
  .nav.open { transform: none; visibility: visible; }
  .nav a { font-size: 1rem; padding: 12px 0; border-bottom: 1px solid var(--line); }
  .burger { display: block; }
  .menu-item { flex-direction: column; gap: 10px; padding: 16px 18px; }
  .menu-main p { font-size: .85rem; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
  .menu-side { justify-content: space-between; border-top: 1px dashed var(--line); padding-top: 10px; }
  .menu-side .price { font-size: 1.5rem; }
  .pack-hero { display: flex; flex-direction: column; align-items: flex-start; }
  .pack-hero .pack-foot { flex-direction: row; align-items: center; width: 100%; }
}
@media (max-width: 700px) {
  /* carrousels produits : défilement horizontal avec accroche */
  .carousel { display: flex !important; grid-template-columns: none; overflow-x: auto; scroll-snap-type: x mandatory; gap: 16px !important; margin: 0 -24px; padding: 4px 24px 18px; scrollbar-width: none; }
  .carousel::-webkit-scrollbar { display: none; }
  .carousel > * { flex: 0 0 74%; scroll-snap-align: center; }
  .carousel .prod h3 { font-size: 1.05rem; margin-top: 14px; }
  .carousel .prod p { font-size: .9rem; }
  .swipe-hint { display: block; }
}
@media (max-width: 560px) {
  .grid4, .grid5 { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .grid4 h3, .grid5 h3 { font-size: .9rem; }
  .card-b { padding: 14px; }
  .card-b p { font-size: .82rem; }
  .prod p { font-size: .8rem; }
  .packs { grid-template-columns: 1fr; }
  .pack-hero { grid-column: span 1; }
  .masonry { columns: 2; column-gap: 12px; }
  .m-item { margin-bottom: 12px; }
  .m-item figcaption { font-size: .74rem; }
  .loops { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .loop figcaption { font-size: .76rem; }
  .sec { padding: 60px 0; }
  .s-head { margin-bottom: 34px; }
  .cta-row .btn { width: 100%; justify-content: center; }
  .cta-row { flex-direction: column; }
  .hdr-cta .btn { display: none; }
  .ftr-grid { grid-template-columns: 1fr; gap: 28px; }
  .menu-side { gap: 12px; }
  .mq-seq span { font-size: .72rem; }
}
