:root {
    --bg: #fbf2d9;
    --text: #171717;
    --muted: rgba(23, 23, 23, 0.68);
    --line: rgba(23, 23, 23, 0.08);
    --panel: #fff6df;
    --brand-yellow: #e3ab47;
    --brand-yellow-dark: #c99336;
    --display: "League Spartan", sans-serif;
    --body: "Manrope", sans-serif;
    --radius-xl: 36px;
    --radius-lg: 28px;
    --spring: #eef5b7;
    --summer: #ffd861;
    --autumn: #ffc2a3;
    --winter: #ffe79f;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: var(--body);
    color: var(--text);
    background:
        radial-gradient(circle at top, rgba(255, 255, 255, 0.9), transparent 35%),
        var(--bg);
    transition: background 0.6s ease;
    overflow-x: hidden;
}

body[data-theme="spring"] {
    background:
        radial-gradient(circle at top, rgba(255, 255, 255, 0.86), transparent 35%),
        linear-gradient(180deg, #fffaf0 0%, #f9f3d8 35%, var(--spring) 100%);
}

body[data-theme="summer"] {
    background:
        radial-gradient(circle at top, rgba(255, 255, 255, 0.88), transparent 35%),
        linear-gradient(180deg, #fff8e6 0%, #ffeeb4 35%, var(--summer) 100%);
}

body[data-theme="autumn"] {
    background:
        radial-gradient(circle at top, rgba(255, 255, 255, 0.88), transparent 35%),
        linear-gradient(180deg, #fff7ef 0%, #ffe7d4 35%, var(--autumn) 100%);
}

body[data-theme="winter"] {
    background:
        radial-gradient(circle at top, rgba(255, 255, 255, 0.88), transparent 35%),
        linear-gradient(180deg, #fff8ee 0%, #fff0c8 35%, var(--winter) 100%);
}

img {
    display: block;
    max-width: 100%;
}

a {
    color: inherit;
    text-decoration: none;
}

.page-noise {
    position: fixed;
    inset: 0;
    pointer-events: none;
    opacity: 0.06;
    background-image:
        radial-gradient(rgba(0, 0, 0, 0.7) 0.5px, transparent 0.5px);
    background-size: 7px 7px;
    z-index: 1000;
}

/* ===== NAV ===== */
.nav-shell {
    position: relative;
    z-index: 20;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 1rem;
    margin: 0;
    padding: 14px 32px;
    background: #171717;
    border-bottom: 1px solid rgba(255,255,255,0.06);
}

.nav-logo {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    font-weight: 900;
    font-family: var(--display);
    font-size: 1.15rem;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: var(--brand-yellow);
}

.nav-logo img {
    width: 30px;
    height: 30px;
    border-radius: 8px;
}

.nav-links {
    display: flex;
    justify-content: center;
    gap: 2rem;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: rgba(255,255,255,0.55);
}

.nav-links a {
    transition: color 0.2s ease;
}

.nav-links a:hover {
    color: var(--brand-yellow);
}

.nav-right {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.nav-badge {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: rgba(255,255,255,0.4);
    background: rgba(255,255,255,0.07);
    padding: 5px 12px;
    border-radius: 999px;
    white-space: nowrap;
}

.nav-cta,
.btn-dark,
.btn-light {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 1.2rem;
    border-radius: 999px;
    font-weight: 800;
    font-size: 0.85rem;
    letter-spacing: 0.04em;
    transition: transform 0.2s ease, background 0.2s ease;
}

.nav-cta {
    background: var(--brand-yellow);
    color: #171717;
    border: none;
}

.btn-dark {
    background: #171717;
    color: #fff;
}

.btn-light {
    background: rgba(23,23,23,0.06);
    color: #171717;
    border: 1px solid rgba(23, 23, 23, 0.1);
}

.nav-cta:hover,
.btn-dark:hover,
.btn-light:hover {
    transform: translateY(-2px);
}

.nav-cta:hover {
    background: var(--brand-yellow-dark);
}

main {
    padding-top: 0;
}

/* shared section padding */
.concept-v3,
.packs-v3,
.frigos-v3,
.process-v3,
.cta-v3 {
    padding: 0 24px;
}

/* ===== HERO V3 REDESIGN ===== */

.hero-v3 {
    position: relative;
    height: var(--hero-scroll-height, 320vh);
    min-height: 100vh;
    overflow: visible;
    background: var(--brand-yellow);
}

.hero-pin {
    position: sticky;
    top: 0;
    height: 100vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

/* Giant semi-transparent background word */
.hero-bg-word {
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: var(--display);
    font-size: clamp(11rem, 22vw, 28rem);
    font-weight: 900;
    letter-spacing: -0.06em;
    text-transform: uppercase;
    color: #c98f00;
    opacity: 0.18;
    white-space: nowrap;
    pointer-events: none;
    user-select: none;
    z-index: 0;
    line-height: 1;
}

/* Flat decorative blob shapes */

/* Phrase défilante au scroll */
.hero-stage {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    overflow: hidden;
    z-index: 2;
    pointer-events: none;
}

.hero-track {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    z-index: 2;
    width: max-content;
    will-change: transform;
}

.hero-sentence,
.section-title,
.process-band span,
.cta-v3 h2 {
    margin: 0;
    font-family: var(--display);
    line-height: 0.92;
    letter-spacing: -0.05em;
    text-transform: uppercase;
}

.hero-sentence {
    font-size: clamp(5rem, 10vw, 11rem);
    line-height: 0.88;
    letter-spacing: -0.06em;
    white-space: nowrap;
    color: #b37500;
    opacity: 0.55;
    mix-blend-mode: multiply;
}

.hero-char {
    display: inline-block;
    will-change: transform, color;
}

.hero-char.is-space {
    width: 0.28em;
}

/* Révélation texte au chargement */
.hero-reveal {
    opacity: 0;
    transform: translateY(28px);
    animation: heroFadeIn 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.3s forwards;
}

@keyframes heroFadeIn {
    to { opacity: 1; transform: translateY(0); }
}

/* Main content grid: copy left, products right */
.hero-inner {
    flex: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    padding: 0 48px;
    position: relative;
    z-index: 3;
}

.hero-copy {
    position: relative;
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.1rem;
}

.hero-headline {
    margin: 0;
    font-family: var(--display);
    font-size: clamp(3.8rem, 6.8vw, 8.5rem);
    font-weight: 900;
    line-height: 0.86;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    color: #171717;
}

.hero-headline--logo {
    display: inline-flex;
    align-items: center;
    max-width: min(100%, 560px);
}

.hero-headline-logo {
    width: 100%;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 10px 20px rgba(35, 22, 14, 0.1));
}

.hero-lead {
    margin: 0;
    font-size: 1rem;
    line-height: 1.55;
    color: rgba(23, 23, 23, 0.68);
    font-weight: 500;
}

.hero-proof {
    margin: 0;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: rgba(23, 23, 23, 0.55);
}

.hero-actions {
    display: flex;
    gap: 0.9rem;
    flex-wrap: wrap;
    pointer-events: auto;
}

/* Products area — right column, relatively positioned */
.hero-products {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 100%;
    overflow: hidden;
}

.hero-frigo-img {
    height: 90%;
    width: auto;
    object-fit: contain;
    mix-blend-mode: multiply;
    filter: drop-shadow(0 32px 64px rgba(23,23,23,0.15));
    animation: float-pod 6s ease-in-out infinite;
}

@keyframes float-pod {
    0%, 100% { transform: translateY(0); }
    50%       { transform: translateY(-14px); }
}



.eyebrow {
    margin: 0;
    font-size: 0.8rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    font-weight: 800;
    background: rgba(23, 23, 23, 0.08);
    padding: 6px 14px;
    border-radius: 999px;
    display: inline-block;
}

.concept-v3,
.frigos-v3,
.process-v3,
.cta-v3 {
    padding-top: 90px;
    padding-bottom: 90px;
}

/* ===== CONCEPT SECTION ===== */

.concept-v3 {
    background: #1a1a1a;
    color: #f5f0e8;
    border-radius: 32px 32px 0 0;
    margin-top: -32px;
    position: relative;
    z-index: 5;
}

.concept-header {
    padding: 80px 48px 56px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    display: flex;
    flex-direction: column;
    gap: 1.4rem;
}

.concept-header .eyebrow {
    background: rgba(255, 224, 58, 0.12);
    color: var(--brand-yellow);
    border: 1px solid rgba(255, 224, 58, 0.25);
}

.concept-title {
    margin: 0;
    font-family: var(--display);
    font-size: clamp(3rem, 6.5vw, 7.5rem);
    font-weight: 900;
    line-height: 0.9;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    color: #f5f0e8;
}

.title-accent {
    font-style: normal;
    color: var(--brand-yellow);
    -webkit-text-stroke: 0;
}

.concept-meta {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(245, 240, 232, 0.4);
}

.concept-sep {
    color: rgba(245, 240, 232, 0.2);
}

.concept-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    border-top: 1px solid rgba(255,255,255,0.08);
}

.concept-panel {
    position: relative;
    padding: 3rem 2.4rem 2.8rem;
    border-right: 1px solid rgba(255,255,255,0.08);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 320px;
    transition: background 0.3s ease;
}

.concept-panel:last-child {
    border-right: none;
}

.concept-panel:hover {
    background: rgba(255,255,255,0.03);
}

/* Giant background number */
.panel-num {
    position: absolute;
    top: -0.2em;
    left: -0.05em;
    font-family: var(--display);
    font-size: clamp(8rem, 16vw, 18rem);
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.06em;
    color: var(--brand-yellow);
    opacity: 0.07;
    pointer-events: none;
    user-select: none;
}

.panel-body {
    position: relative;
    z-index: 2;
}

.panel-body h3 {
    margin: 0 0 0.8rem;
    font-family: var(--display);
    font-size: clamp(1.3rem, 2vw, 2rem);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: #f5f0e8;
}

.panel-body p {
    margin: 0;
    color: rgba(245, 240, 232, 0.55);
    line-height: 1.65;
    font-size: 0.95rem;
}

/* Accent blobs inside panels */

/* shared section styles for others below */
.section-header {
    max-width: 980px;
    margin-bottom: 2rem;
}

.section-title {
    font-size: clamp(3rem, 7vw, 6.4rem);
}

.process-card,
.frigo-spot,
.drink-tile {
    border-radius: var(--radius-lg);
    border: 1px solid rgba(23, 23, 23, 0.08);
}

.frigo-spot__copy h3,
.process-card h3,
.season-meta h3 {
    margin: 0 0 0.8rem;
    font-size: clamp(1.2rem, 1.9vw, 1.8rem);
    line-height: 1;
}

.process-card p,
.season-meta p,
.footer-v3__meta {
    margin: 0;
    color: var(--muted);
    line-height: 1.7;
}

/* ===== PACKS INTRO ===== */
.packs-intro {
    background: #fffbf0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 48px;
    gap: 2rem;
}

.packs-intro-header {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 1.2rem;
    flex-shrink: 0;
}

.packs-intro-title {
    margin: 0;
    font-family: var(--display);
    font-size: clamp(4rem, 8vw, 10rem);
    font-weight: 900;
    line-height: 0.88;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    color: #171717;
    white-space: nowrap;
}

.packs-intro-lead {
    margin: 0;
    font-size: 1rem;
    line-height: 1.6;
    color: rgba(23,23,23,0.55);
    max-width: 480px;
}

.packs-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    width: 100%;
}

.pack-card {
    cursor: pointer;
    aspect-ratio: 1 / 1;
}

.pack-card {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1.8rem 1.6rem 1.4rem;
    transition: transform 0.3s ease;
}

.pack-card:hover {
    transform: translateY(-6px);
}

.pack-card-hover {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 0.95rem;
    border-radius: 999px;
    background: rgba(23, 23, 23, 0.88);
    color: #fff8eb;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 0.25s ease, transform 0.25s ease, background 0.25s ease;
    pointer-events: none;
}

.pack-card:hover .pack-card-hover,
.pack-card:focus-visible .pack-card-hover,
.pack-card:focus-within .pack-card-hover {
    opacity: 1;
    transform: translateY(0);
}

.pack-card--spring { background: #eef5b7; }
.pack-card--summer { background: #ffd861; }
.pack-card--autumn { background: #ffc2a3; }
.pack-card--winter { background: #ffe79f; }

.pack-card-top {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    position: relative;
    z-index: 2;
}

.pack-card-kicker {
    margin: 0;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(23,23,23,0.5);
}

.pack-card-name {
    margin: 0;
    font-family: var(--display);
    font-size: clamp(1.6rem, 2.8vw, 2.8rem);
    font-weight: 900;
    line-height: 0.9;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    color: #171717;
}

.pack-card-img {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 0;
    position: relative;
    z-index: 2;
}

.pack-card-img img {
    height: 180px;
    width: auto;
    object-fit: contain;
    filter: drop-shadow(0 12px 24px rgba(23,23,23,0.15));
    transition: transform 0.4s ease;
}

.pack-card:hover .pack-card-img img {
    transform: translateY(-8px) rotate(3deg);
}

.pack-card-benefits {
    margin: 0;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: rgba(23,23,23,0.55);
    text-transform: uppercase;
    border-top: 1px solid rgba(23,23,23,0.12);
    padding-top: 0.9rem;
    position: relative;
    z-index: 2;
}

/* ===== PACKS SEASON STACK ===== */
.packs-v3 {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.packs-header {
    display: none;
}

.season-stack {
    position: relative;
    display: none;
}

.season-stack.is-open {
    display: block !important;
    animation: slideUp 0.55s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.is-hidden {
    display: none !important;
}

@keyframes slideUp {
    from { opacity: 0; transform: translateY(60px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* Écran de transition saison */
#season-flash {
    position: fixed;
    inset: 0;
    z-index: 9999;
    pointer-events: none;
    transform: translateY(100%);
}
#season-flash.flash-run {
    animation: flashThrough 0.75s cubic-bezier(0.76, 0, 0.24, 1) forwards;
    pointer-events: all;
}
@keyframes flashThrough {
    0%   { transform: translateY(100%); }
    45%  { transform: translateY(0); }
    55%  { transform: translateY(0); }
    100% { transform: translateY(-100%); }
}

/* Bouton fermer (croix fixe) */
.pack-close-btn {
    position: fixed;
    top: 2rem;
    right: 2rem;
    z-index: 200;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #171717;
    color: var(--brand-yellow);
    border: none;
    font-size: 2.4rem;
    font-weight: 300;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 24px rgba(0,0,0,0.18);
    transition: transform 0.2s, background 0.2s;
}
.pack-close-btn:hover {
    transform: scale(1.1) rotate(90deg);
    background: var(--brand-yellow);
    color: #171717;
}

.pack-back-btn:hover {
    background: #333;
}

.season-panel {
    height: 100vh;
    min-height: 100vh;
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    align-items: center;
    gap: 2rem;
    position: sticky;
    top: 14px;
    margin-bottom: 0;
    margin-left: 24px;
    margin-right: 24px;
    padding: 32px 32px 32px 40px;
    border-radius: 34px;
    border: 0;
    box-shadow: none;
    overflow: hidden;
}

.season-panel--spring { background: #e8f089; }
.season-panel--summer { background: #ffd24a; }
.season-panel--autumn { background: #ffb48d; }
.season-panel--winter { background: #ffe08c; }

.season-panel:nth-child(1) { z-index: 1; }
.season-panel:nth-child(2) { z-index: 2; }
.season-panel:nth-child(3) { z-index: 3; }
.season-panel:nth-child(4) { z-index: 4; }

.season-meta {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: start;
}

.season-kicker {
    margin: 0 0 0.4rem;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.season-meta > p {
    font-size: 0.88rem;
    line-height: 1.4;
}

.season-cards {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 0.8rem;
    height: 100%;
    min-height: 0;
}

.drink-tile {
    position: relative;
    min-height: 0;
    padding: 0.8rem;
    overflow: hidden;
    background: #fff9ea;
}

.drink-tile img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 1.2rem 1rem 3.8rem;
    transition: transform 0.35s ease;
}

.drink-tile--can img {
    padding: 1rem 1.8rem 3.4rem;
    transform: scale(0.78);
    transform-origin: center center;
}

.drink-copy {
    position: absolute;
    right: 0.8rem;
    bottom: 0.75rem;
    left: 0.8rem;
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

.drink-copy h4 {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.08;
}

.drink-copy p {
    margin: 0;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    color: var(--muted);
    line-height: 1.55;
    transition: max-height 0.35s ease, opacity 0.35s ease, transform 0.35s ease;
    transform: translateY(8px);
}

.drink-tile:hover img {
    transform: translateY(-8px) scale(1.04);
}

.drink-tile--can:hover img {
    transform: translateY(-8px) scale(0.82);
}

.drink-tile:hover .drink-copy p {
    max-height: 120px;
    opacity: 1;
    transform: translateY(0);
}

.season-panel--spring .drink-tile {
    background: linear-gradient(180deg, #fffde9 0%, #fff4bf 100%);
}

.season-panel--summer .drink-tile {
    background: linear-gradient(180deg, #fff2c6 0%, #ffd87d 100%);
}

.season-panel--autumn .drink-tile {
    background: linear-gradient(180deg, #fff0e0 0%, #ffc9a8 100%);
}

.season-panel--winter .drink-tile {
    background: linear-gradient(180deg, #fff7e1 0%, #ffe8aa 100%);
}

/* ===== FRIGOS SECTION ===== */

.frigos-v3 {
    background: #fffbf0;
    padding: 80px 48px;
}

.frigos-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: 3rem;
    flex-wrap: wrap;
}

.frigos-title {
    margin: 0.6rem 0 0;
    font-family: var(--display);
    font-size: clamp(3rem, 6vw, 7rem);
    font-weight: 900;
    line-height: 0.88;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    color: #171717;
}

.frigos-lead {
    margin: 0;
    max-width: 300px;
    font-size: 1rem;
    line-height: 1.6;
    color: rgba(23, 23, 23, 0.55);
    font-weight: 500;
    flex-shrink: 0;
}

/* Frigo grid — éventail option C */
.frigos-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.2rem;
    perspective: 1200px;
}

/* Frigo card */
.frigo-card {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    background: #fff1d8;
    display: flex;
    flex-direction: column;
    transition: transform 0.45s cubic-bezier(0.34, 1.56, 0.64, 1),
                box-shadow 0.45s ease;
    transform-origin: bottom center;
    cursor: pointer;
}

/* Inclinaison initiale */
.frigos-grid .frigo-card:nth-child(1) { transform: rotate(-3deg) translateY(12px); }
.frigos-grid .frigo-card:nth-child(2) { transform: rotate(0deg) translateY(0) scale(1.04); }
.frigos-grid .frigo-card:nth-child(3) { transform: rotate(3deg) translateY(12px); }

/* Hover grille : tout se redresse */
.frigos-grid:hover .frigo-card:nth-child(1) { transform: rotate(0deg) translateY(0); }
.frigos-grid:hover .frigo-card:nth-child(2) { transform: rotate(0deg) translateY(0) scale(1); }
.frigos-grid:hover .frigo-card:nth-child(3) { transform: rotate(0deg) translateY(0); }

/* Carte survolée monte en avant */
.frigos-grid:hover .frigo-card:hover {
    transform: translateY(-10px) scale(1.03) !important;
    box-shadow: 0 32px 64px rgba(23,23,23,0.15);
}

.frigo-card--featured { background: var(--brand-yellow); }

/* Big capacity number in background */
.frigo-cap-bg {
    position: absolute;
    top: -0.15em;
    right: -0.1em;
    font-family: var(--display);
    font-size: clamp(6rem, 12vw, 14rem);
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.06em;
    color: #171717;
    opacity: 0.06;
    pointer-events: none;
    user-select: none;
    white-space: nowrap;
}

.frigo-card--featured .frigo-cap-bg {
    opacity: 0.09;
}

/* Badge */
.frigo-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 4;
    background: #171717;
    color: var(--brand-yellow);
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    padding: 6px 14px;
    border-radius: 999px;
}

.frigo-badge--dark {
    background: var(--brand-yellow);
    color: #171717;
}

/* Image zone */
.frigo-visual {
    flex: 1;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 1.5rem 1.5rem 0;
}

.frigo-visual img {
    display: block;
    mix-blend-mode: multiply;
    object-fit: contain;
    object-position: center bottom;
}

.frigo-card:nth-child(1) .frigo-visual { min-height: 220px; padding: 1rem 2rem 0; align-items: center; }
.frigo-card:nth-child(1) .frigo-visual img { width: 70%; height: 200px; }
.frigo-card:nth-child(2) .frigo-visual { min-height: 340px; padding: 1.2rem 1.5rem 0; }
.frigo-card:nth-child(2) .frigo-visual img { width: 85%; height: 320px; }
.frigo-card:nth-child(3) .frigo-visual { min-height: 420px; padding: 1rem 1rem 0; }
.frigo-card:nth-child(3) .frigo-visual img { width: 100%; height: 400px; }

/* Info bar */
.frigo-info {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    padding: 1.4rem 1.6rem 1.6rem;
    position: relative;
    z-index: 2;
}

/* Info bar at bottom */
.frigo-name {
    font-family: var(--display);
    font-size: 1.6rem;
    font-weight: 900;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    line-height: 1;
    color: #171717;
}

.frigo-pers {
    font-size: 0.82rem;
    font-weight: 600;
    color: rgba(23, 23, 23, 0.5);
    letter-spacing: 0.04em;
}

.frigo-price {
    margin-top: 0.4rem;
    font-size: 0.88rem;
    color: rgba(23, 23, 23, 0.65);
    font-weight: 500;
}

.frigo-price strong {
    font-size: 1.1rem;
    font-weight: 800;
    color: #171717;
}

/* Nav carrousel */
.frigos-nav {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    margin-top: 1.6rem;
}

.frigos-btn {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 2px solid #171717;
    background: transparent;
    color: #171717;
    font-size: 1.3rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s, color 0.2s;
    flex-shrink: 0;
}
.frigos-btn:hover { background: #171717; color: var(--brand-yellow); }
.frigos-btn:disabled { opacity: 0.25; cursor: default; }

.frigos-dots {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}
.frigos-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(23,23,23,0.2);
    transition: background 0.2s, transform 0.2s;
    cursor: pointer;
}
.frigos-dot.is-active {
    background: #171717;
    transform: scale(1.35);
}

/* CTA bar below grid */
.frigos-cta {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin-top: 2.4rem;
    flex-wrap: wrap;
}

.frigos-note {
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: rgba(23, 23, 23, 0.45);
    text-transform: uppercase;
}

.footer-v3__brand {
    margin: 0;
    font-size: 0.82rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    font-weight: 800;
}

.process-v3 {
    background: #171717;
    border-radius: 32px 32px 0 0;
    margin-top: -32px;
    position: relative;
    z-index: 6;
    overflow: hidden;
}

.process-header {
    padding: 80px 48px 56px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    display: flex;
    flex-direction: column;
    gap: 1.4rem;
}

.process-header .eyebrow {
    background: rgba(255,224,58,0.12);
    color: var(--brand-yellow);
    border: 1px solid rgba(255,224,58,0.25);
}

.process-title {
    margin: 0;
    font-family: var(--display);
    font-size: clamp(3rem, 6.5vw, 7.5rem);
    font-weight: 900;
    line-height: 0.9;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    color: #f5f0e8;
    font-style: normal;
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
    padding: 1.5rem;
}

/* Couleur saison par carte */
.process-card {
    position: relative;
    padding: 3rem 2.4rem 2.8rem;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 340px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.process-card:nth-child(1) { background: #eef5b7; }
.process-card:nth-child(2) { background: #ffd861; }
.process-card:nth-child(3) { background: #ffc2a3; }
.process-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 48px rgba(0,0,0,0.25);
}

/* Mot géant en filigrane */
.process-word {
    position: absolute;
    top: -0.1em;
    left: -0.05em;
    font-family: var(--display);
    font-size: clamp(4rem, 9vw, 10rem);
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.05em;
    color: #171717;
    opacity: 0.07;
    pointer-events: none;
    user-select: none;
    white-space: nowrap;
}

.process-body { position: relative; z-index: 2; }

.process-num {
    display: block;
    font-family: var(--display);
    font-size: 0.75rem;
    font-weight: 900;
    letter-spacing: 0.16em;
    color: rgba(23,23,23,0.4);
    text-transform: uppercase;
    margin-bottom: 1.2rem;
}

.process-card h3 {
    margin: 0 0 0.8rem;
    font-family: var(--display);
    font-size: clamp(1.3rem, 2vw, 2rem);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: #171717;
}

.process-card p {
    margin: 0;
    color: rgba(23,23,23,0.6);
    line-height: 1.65;
    font-size: 0.95rem;
}

.cta-v3 {
    display: grid;
    gap: 1.6rem;
    border-top: 1px solid var(--line);
}

.cta-v3 h2 {
    max-width: 1000px;
    font-size: clamp(3rem, 7vw, 6.6rem);
}

.cta-v3__actions {
    display: flex;
    gap: 0.9rem;
    flex-wrap: wrap;
}

/* ===== FOOTER ===== */
.footer-v3 {
    background: #171717;
    color: #f5f0e8;
    overflow: hidden;
}

/* Big statement */
.footer-statement {
    display: flex;
    align-items: center;
    gap: 2rem;
    padding: 48px 40px 40px;
    border-bottom: 1px solid rgba(255,255,255,0.07);
    overflow: hidden;
}

.footer-word {
    font-family: var(--display);
    font-size: clamp(4rem, 10vw, 11rem);
    font-weight: 900;
    letter-spacing: -0.06em;
    text-transform: uppercase;
    color: rgba(245,240,232,0.08);
    line-height: 1;
    white-space: nowrap;
}

.footer-word--accent {
    color: var(--brand-yellow);
    opacity: 1;
}

.footer-dot {
    font-size: 1.5rem;
    color: #ffc2a3;
    flex-shrink: 0;
}

/* Grid */
.footer-body {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 3rem;
    padding: 48px 40px;
    border-bottom: 1px solid rgba(255,255,255,0.07);
}

.footer-brand {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.footer-logo {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    font-family: var(--display);
    font-size: 1.1rem;
    font-weight: 900;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: var(--brand-yellow);
}

.footer-logo img {
    border-radius: 8px;
}

.footer-desc {
    margin: 0;
    font-size: 0.88rem;
    line-height: 1.65;
    color: rgba(245,240,232,0.45);
    max-width: 280px;
}

.footer-insta {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: var(--brand-yellow);
    text-decoration: none;
    transition: opacity 0.2s;
    margin-top: 0.4rem;
}

.footer-insta:hover { opacity: 0.7; }

.footer-insta-arrow {
    font-size: 1rem;
}

.footer-nav {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.footer-nav-title {
    margin: 0 0 0.4rem;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(245,240,232,0.28);
}

.footer-nav a {
    font-size: 0.88rem;
    font-weight: 600;
    color: rgba(245,240,232,0.6);
    transition: color 0.2s;
}

.footer-nav a:hover {
    color: var(--brand-yellow);
}

.footer-cta-block {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.footer-cta-btn {
    background: var(--brand-yellow) !important;
    color: #171717 !important;
    font-size: 0.85rem !important;
    width: fit-content;
}

.footer-cta-btn:hover {
    background: var(--brand-yellow-dark) !important;
}

.footer-cta-note {
    margin: 0;
    font-size: 0.75rem;
    color: rgba(245,240,232,0.3);
    font-weight: 600;
    letter-spacing: 0.04em;
}

/* Bottom bar */
.footer-bottom {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    padding: 18px 40px;
    font-size: 0.75rem;
    font-weight: 600;
    color: rgba(245,240,232,0.25);
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.footer-sep {
    color: rgba(245,240,232,0.12);
}

.footer-credit {
    margin-left: auto;
}

.footer-credit a {
    color: inherit;
}

.footer-credit a:hover {
    color: rgba(245,240,232,0.8);
}

.reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 1200px) {
    .nav-shell {
        margin: 0;
        padding-left: 24px;
        padding-right: 24px;
    }

    .hero-pin {
        min-height: 100vh;
    }

    .season-meta {
        max-width: none;
    }

    .season-panel {
        grid-template-columns: 220px minmax(0, 1fr);
        padding: 28px;
    }

    .season-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: repeat(4, minmax(0, 1fr));
    }

    .concept-grid,
    .frigos-grid,
    .process-grid {
        grid-template-columns: 1fr;
    }

    .concept-panel {
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,0.08);
        min-height: 240px;
    }

    .concept-panel:last-child {
        border-bottom: none;
    }

    .concept-header {
        padding: 48px 20px 36px;
    }

    .frigos-v3 {
        padding: 48px 20px;
    }

    .frigos-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .frigos-lead {
        max-width: 100%;
    }

    .frigo-visual {
        min-height: 260px;
    }
}

@media (max-width: 760px) {
    .nav-shell {
        grid-template-columns: auto 1fr auto;
        justify-content: space-between;
        padding: 12px 16px;
        margin: 0;
        gap: 0.75rem;
    }

    .nav-links,
    .nav-badge {
        display: none;
    }

    .concept-v3,
    .process-v3,
    .cta-v3 {
        padding-left: 16px;
        padding-right: 16px;
    }

    .packs-v3,
    .frigos-v3,
    .footer-v3 {
        padding-left: 0;
        padding-right: 0;
    }

    .footer-body {
        grid-template-columns: 1fr;
        padding: 32px 20px;
        gap: 1.5rem;
    }

    .footer-brand {
        grid-column: auto;
    }

    .footer-statement {
        padding: 32px 20px;
        gap: 1rem;
    }

    .footer-bottom {
        padding: 16px 20px;
        flex-wrap: wrap;
    }

    .footer-credit {
        margin-left: 0;
        width: 100%;
    }

    .hero-v3 {
        height: auto !important;
        min-height: auto;
    }

    .hero-pin {
        position: relative;
        top: auto;
        height: auto;
        min-height: 100svh;
    }

    .hero-stage {
        inset: 0 0 auto 0;
        height: 38svh;
        align-items: flex-start;
        padding-top: 1rem;
        overflow: hidden;
    }

    .hero-track {
        top: 0;
        left: 0;
        transform: none !important;
        width: 100%;
    }

    .hero-sentence {
        font-size: clamp(2.6rem, 16vw, 4.75rem);
        line-height: 0.92;
        opacity: 0.18;
        white-space: normal;
        width: min(92vw, 14ch);
        margin-left: 16px;
    }

    .hero-inner {
        grid-template-columns: 1fr;
        align-items: end;
        padding: 96px 16px 0;
        gap: 1.5rem;
        min-height: calc(100svh - 58px);
    }

    .hero-copy {
        order: 1;
        gap: 0.9rem;
    }

    .hero-headline--logo {
        max-width: min(100%, 320px);
    }

    .hero-lead {
        font-size: 0.94rem;
        max-width: 28ch;
    }

    .hero-actions {
        width: 100%;
        flex-direction: column;
        align-items: stretch;
    }

    .hero-actions .btn-dark,
    .hero-actions .btn-light {
        width: 100%;
    }

    .hero-proof {
        font-size: 0.72rem;
    }

    .hero-products {
        order: 2;
        height: auto;
        min-height: 300px;
        align-items: flex-end;
    }

    .hero-frigo-img {
        height: clamp(260px, 46svh, 420px);
        max-width: 90vw;
    }

    .concept-header,
    .process-header {
        padding: 48px 20px 28px;
    }

    .concept-title,
    .process-title,
    .cta-v3 h2,
    .frigos-title {
        font-size: clamp(2.4rem, 13vw, 4rem);
    }

    .concept-meta {
        flex-wrap: wrap;
        gap: 0.55rem 0.85rem;
        font-size: 0.68rem;
        letter-spacing: 0.1em;
    }

    .packs-intro {
        min-height: auto;
        padding: 28px 16px 32px;
        gap: 1.4rem;
    }

    .packs-intro-title {
        font-size: clamp(2.6rem, 15vw, 4.3rem);
        white-space: normal;
    }

    .packs-intro-lead {
        max-width: none;
        font-size: 0.92rem;
    }

    .packs-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.75rem;
    }

    .pack-card {
        border-radius: 20px;
        padding: 1rem 0.95rem 0.95rem;
    }

    .pack-card-hover {
        right: 0.75rem;
        bottom: 0.75rem;
        min-height: 34px;
        padding: 0 0.8rem;
        font-size: 0.66rem;
        opacity: 1;
        transform: none;
    }

    .pack-card-name {
        font-size: clamp(1.15rem, 6vw, 1.6rem);
    }

    .pack-card-img img {
        height: 124px;
    }

    .pack-close-btn {
        top: 1rem;
        right: 1rem;
        width: 52px;
        height: 52px;
        font-size: 2rem;
    }

    .season-panel {
        position: relative;
        top: auto;
        height: auto;
        min-height: auto;
        grid-template-columns: 1fr;
        align-items: start;
        gap: 1.2rem;
        margin: 0 16px 16px;
        padding: 20px 16px;
        border-radius: 24px;
    }

    .season-meta,
    .season-panel:nth-child(odd) .season-meta,
    .season-panel:nth-child(even) .season-meta {
        text-align: left;
        align-items: flex-start;
        margin: 0;
        gap: 0.65rem;
    }

    .season-meta > p {
        text-align: left;
        font-size: 0.92rem;
    }

    .season-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: none;
        height: auto;
        gap: 0.75rem;
    }

    .drink-tile {
        min-height: 220px;
        padding: 0.6rem;
    }

    .drink-tile img,
    .drink-tile--can img {
        padding: 0.75rem 0.5rem 4.6rem;
        transform: none;
    }

    .drink-copy {
        right: 0.7rem;
        left: 0.7rem;
        bottom: 0.65rem;
    }

    .drink-copy h4 {
        font-size: 0.88rem;
    }

    .drink-copy p {
        max-height: 4.8em;
        opacity: 1;
        transform: none;
        font-size: 0.78rem;
        line-height: 1.35;
    }

    .frigos-v3 {
        padding: 48px 16px;
    }

    .frigos-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
        perspective: none;
    }

    .frigos-grid .frigo-card:nth-child(1),
    .frigos-grid .frigo-card:nth-child(2),
    .frigos-grid .frigo-card:nth-child(3),
    .frigos-grid:hover .frigo-card:nth-child(1),
    .frigos-grid:hover .frigo-card:nth-child(2),
    .frigos-grid:hover .frigo-card:nth-child(3),
    .frigos-grid:hover .frigo-card:hover {
        transform: none !important;
    }

    .frigo-card:nth-child(1) .frigo-visual,
    .frigo-card:nth-child(2) .frigo-visual,
    .frigo-card:nth-child(3) .frigo-visual {
        min-height: 220px;
        padding: 1rem 1rem 0;
        align-items: center;
    }

    .frigo-card:nth-child(1) .frigo-visual img,
    .frigo-card:nth-child(2) .frigo-visual img,
    .frigo-card:nth-child(3) .frigo-visual img {
        width: 78%;
        height: 220px;
    }

    .frigos-cta,
    .cta-v3__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .frigos-cta .btn-dark,
    .cta-v3__actions .btn-dark,
    .cta-v3__actions .btn-light {
        width: 100%;
    }

    .process-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
        padding: 1rem 0;
    }

    .process-card {
        min-height: 260px;
        padding: 2rem 1.3rem 1.5rem;
    }

    .footer-v3 {
        margin-top: 0;
    }
}

@media (max-width: 520px) {
    .nav-logo span {
        display: none;
    }

    .nav-cta {
        min-height: 38px;
        padding: 0 1rem;
        font-size: 0.78rem;
    }

    .hero-inner {
        padding-top: 88px;
    }

    .hero-sentence {
        font-size: clamp(2.15rem, 15vw, 3.2rem);
        width: min(90vw, 12ch);
    }

    .packs-cards,
    .season-cards {
        grid-template-columns: 1fr;
    }

    .drink-tile {
        min-height: 240px;
    }

    .footer-statement {
        padding: 24px 16px;
    }

    .footer-word {
        font-size: clamp(2.8rem, 16vw, 4.8rem);
    }

    .footer-body,
    .footer-bottom {
        padding-left: 16px;
        padding-right: 16px;
    }
}
