/* ==========================================================================
   "Le Millésime" — Charte Graphique
   Inspirée de l'esthétique des grands vins de Bordeaux
   ========================================================================== */

:root {
    /* Palette principale */
    --cuvee:        #800020;   /* Cuvée Rouge — capsule de surbouchage */
    --cuvee-dark:   #5c0017;
    --cuvee-light:  #9a1a35;
    --or:           #CFB53B;   /* Or du Château — dorures de l'étiquette */
    --or-light:     #dcc56a;
    --or-dark:      #b89a28;
    --creme:        #FDF4E3;   /* Crème Verger — papier de l'étiquette */
    --creme-dark:   #f5e8cc;
    --vert:         #2F4F2F;   /* Vert Antique — verre de la bouteille */
    --vert-light:   #3d6b3d;
    --chene:        #1A1A1A;   /* Noir Chêne — vieillissement en barrique */
    --lie:          #D2B48C;   /* Gris Lie — dépôts de lie */
    --lie-light:    #e0c9a6;
    --lie-dark:     #b89b6a;

    /* Spacing scale (8px base) */
    --sp-1: 8px;
    --sp-2: 16px;
    --sp-3: 24px;
    --sp-4: 32px;
    --sp-6: 48px;
    --sp-8: 64px;
}

/* ==========================================================================
   Typography — Playfair Display (titres) + Lato (corps)
   ========================================================================== */

body {
    font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: var(--chene);
    background-color: #faf9f6;
    line-height: 1.6;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Playfair Display', Georgia, 'Times New Roman', serif;
    font-weight: 700;
    color: var(--cuvee);
    line-height: 1.3;
}

h1, .h1 { font-size: 2.5rem; }
h2, .h2 { font-size: 1.875rem; font-weight: 600; }
h3, .h3 { font-size: 1.5rem; font-weight: 600; }
h4, .h4 { font-size: 1.25rem; font-weight: 700; }

/* Annonce titles (H3 in cards) use Noir Chêne */
.annonce-card .card-title {
    color: var(--chene);
}

/* Price always Cuvée Rouge */
.annonce-price,
.annonce-card .card-text.text-wine {
    color: var(--cuvee) !important;
    font-family: 'Playfair Display', Georgia, serif;
    font-weight: 700;
}

/* Small description text */
.text-description {
    color: var(--lie);
    font-size: 0.75rem;
}

/* ==========================================================================
   Utility classes
   ========================================================================== */

.bg-wine {
    background-color: var(--cuvee) !important;
}

.bg-creme {
    background-color: var(--creme) !important;
}

.text-wine {
    color: var(--cuvee) !important;
}

.text-or {
    color: var(--or) !important;
}

.text-vert {
    color: var(--vert) !important;
}

/* Ensure headings inside dark backgrounds stay white */
.bg-wine h1, .bg-wine h2, .bg-wine h3,
.bg-wine h4, .bg-wine h5, .bg-wine h6,
.bg-wine .h1, .bg-wine .h2, .bg-wine .h3,
.bg-wine .h4, .bg-wine .h5, .bg-wine .h6,
.card-header.text-white h1, .card-header.text-white h2,
.card-header.text-white h3, .card-header.text-white h4,
.card-header.text-white h5, .card-header.text-white h6 {
    color: #fff;
}

/* ==========================================================================
   Buttons — Rounded 4px, bold, clean
   ========================================================================== */

/* Primary: Cuvée Rouge fond, Crème Verger texte */
.btn-wine {
    background-color: var(--cuvee);
    border: none;
    color: var(--creme);
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    border-radius: 4px;
    padding: 0.55rem 1.4rem;
    letter-spacing: 0.02em;
    transition: background-color 0.25s ease, box-shadow 0.25s ease;
}

.btn-wine:hover, .btn-wine:focus {
    background-color: var(--cuvee-dark);
    color: var(--creme);
    box-shadow: 0 4px 12px rgba(128, 0, 32, 0.25);
}

/* Secondary: Contour Vert Antique, fond transparent */
.btn-outline-wine {
    color: var(--vert);
    border: 2px solid var(--vert);
    background: transparent;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    border-radius: 4px;
    padding: 0.5rem 1.3rem;
    transition: all 0.25s ease;
}

.btn-outline-wine:hover, .btn-outline-wine:focus {
    background-color: var(--vert);
    border-color: var(--vert);
    color: var(--creme);
}

/* Publish button — Or du Château accent */
.btn-publish {
    background: linear-gradient(135deg, var(--or) 0%, var(--or-dark) 100%) !important;
    color: var(--chene) !important;
    border: none;
    border-radius: 4px;
    padding: 0.55rem 1.5rem !important;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    font-size: 0.85rem;
    box-shadow: 0 2px 8px rgba(207, 181, 59, 0.3);
    transition: all 0.3s ease;
}

.btn-publish:hover {
    background: linear-gradient(135deg, var(--or-light) 0%, var(--or) 100%) !important;
    color: var(--chene) !important;
    box-shadow: 0 4px 16px rgba(207, 181, 59, 0.45);
    transform: translateY(-1px);
}

/* ==========================================================================
   Form Fields — Crème Verger fond, Gris Lie bordure, Or focus
   ========================================================================== */

.form-control,
.form-select {
    background-color: var(--creme);
    border: 1px solid var(--lie);
    color: var(--chene);
    font-family: 'Lato', sans-serif;
    border-radius: 4px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.form-control:focus,
.form-select:focus {
    background-color: #fff;
    border-color: var(--or);
    box-shadow: 0 0 0 0.2rem rgba(207, 181, 59, 0.25);
    color: var(--chene);
}

.form-label {
    color: var(--chene);
    font-weight: 700;
    font-size: 0.9rem;
}

::placeholder {
    color: var(--lie) !important;
    opacity: 1;
}

/* ==========================================================================
   Navbar — Noir Chêne, filet Cuvée Rouge
   ========================================================================== */

.navbar-wine {
    background: var(--chene);
    border-bottom: 3px solid var(--cuvee);
    padding: 0;
}

.navbar-wine .navbar-brand {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    padding: 0.8rem 0;
    color: #fff !important;
}

.navbar-wine .brand-emoji {
    font-size: 1.5rem;
    margin-right: 0.3rem;
}

.navbar-wine .nav-link {
    color: rgba(255, 255, 255, 0.85) !important;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    padding: 0.8rem 1rem;
    transition: color 0.2s, border-bottom-color 0.2s;
    border-bottom: 2px solid transparent;
}

.navbar-wine .nav-link:hover {
    color: #fff !important;
    border-bottom-color: var(--or);
}

.navbar-wine .search-form .form-control {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: #fff;
    font-size: 0.85rem;
}

.navbar-wine .search-form .form-control::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.navbar-wine .search-form .form-control:focus {
    background: rgba(255, 255, 255, 0.15);
    border-color: var(--or);
    box-shadow: 0 0 0 0.15rem rgba(207, 181, 59, 0.25);
    color: #fff;
}

.navbar-wine .search-form .btn {
    border-color: rgba(255, 255, 255, 0.25);
    color: rgba(255, 255, 255, 0.85);
}

.navbar-wine .search-form .btn:hover {
    background: var(--cuvee);
    border-color: var(--cuvee);
    color: #fff;
}

/* ==========================================================================
   Hero Section — Gradient noble
   ========================================================================== */

.hero-section {
    background: linear-gradient(135deg, var(--chene) 0%, var(--cuvee-dark) 50%, var(--cuvee) 100%);
    color: #fff;
    padding: var(--sp-6) 0;
    position: relative;
    overflow: hidden;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: radial-gradient(ellipse at 30% 50%, rgba(128, 0, 32, 0.3) 0%, transparent 70%);
    pointer-events: none;
}

.hero-section h1 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    color: #fff;
}

.hero-section .lead {
    font-family: 'Playfair Display', Georgia, serif;
    font-style: italic;
    font-size: 1.15rem;
    opacity: 0.9;
    color: rgba(255, 255, 255, 0.9);
}

.hero-section .form-control-lg {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    font-size: 1rem;
    border-radius: 4px;
}

.hero-section .form-control-lg::placeholder {
    color: rgba(255, 255, 255, 0.65) !important;
}

.hero-section .form-control-lg:focus {
    background: rgba(255, 255, 255, 0.2);
    border-color: var(--or);
    box-shadow: 0 0 0 0.2rem rgba(207, 181, 59, 0.3);
    color: #fff;
}

.hero-section .btn-light {
    background: rgba(255, 255, 255, 0.92);
    color: var(--cuvee);
    font-weight: 700;
    border: none;
    border-radius: 4px;
}

.hero-section .btn-light:hover {
    background: #fff;
    color: var(--cuvee-dark);
}

/* ==========================================================================
   Annonce Cards — Layout "Grand Cru"
   Fond blanc, bordure fine Gris Lie, ombre portée, ratio portrait 4:5
   ========================================================================== */

.annonce-card {
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    border: 1px solid var(--lie-light);
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    background: #fff;
}

.annonce-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(128, 0, 32, 0.1);
}

/* Image wrapper — relative positioning for overlays */
.card-img-wrapper {
    position: relative;
    overflow: hidden;
}

.card-img-wrapper picture {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 5;
    overflow: hidden;
}

.annonce-card .card-img-top {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

/* Hover zoom 5% */
.annonce-card:hover .card-img-top {
    transform: scale(1.05);
}

.annonce-card .no-image {
    aspect-ratio: 4 / 5;
    width: 100%;
    background: linear-gradient(135deg, var(--creme), var(--creme-dark));
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--lie);
    font-size: 3rem;
}

/* Wine type badge — top right */
.badge-wine-type {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 2;
    background: rgba(47, 79, 47, 0.85);
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 0.3em 0.6em;
    border-radius: 3px;
}

/* Sold badge — overlay */
.badge-sold {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 2;
    background: rgba(26, 26, 26, 0.85) !important;
    color: #fff;
    font-weight: 700;
    font-size: 0.65rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 0.3em 0.6em;
    border-radius: 3px;
}

/* Favorite heart — appears on hover */
.btn-favorite {
    position: absolute;
    bottom: 12px;
    right: 12px;
    z-index: 2;
    opacity: 0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--cuvee);
    font-size: 1rem;
    transition: opacity 0.3s ease, background 0.2s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.annonce-card:hover .btn-favorite {
    opacity: 1;
}

.btn-favorite:hover {
    background: var(--cuvee);
    color: #fff;
}

/* Card body */
.annonce-card .card-body {
    padding: var(--sp-2);
}

/* Surtitle: APPELLATION · REGION */
.card-surtitle {
    font-family: 'Lato', sans-serif;
    font-size: 0.68rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--lie-dark);
    margin-bottom: 4px;
    line-height: 1.3;
}

/* Card title */
.annonce-card .card-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1rem;
    font-weight: 600;
    color: var(--chene);
    line-height: 1.35;
    margin-bottom: 0.5rem;
}

/* Card price row */
.card-price-row {
    text-align: right;
    margin-top: auto;
}

.card-price {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--cuvee);
}

.card-price--request {
    font-size: 0.85rem;
    font-weight: 400;
    font-style: italic;
    color: var(--lie-dark);
}

/* ==========================================================================
   France Map
   ========================================================================== */

.france-map-container {
    max-width: 900px;
    margin: var(--sp-4) auto var(--sp-2);
    padding: 0 var(--sp-2);
}

.france-map-container h2 {
    font-family: 'Playfair Display', Georgia, serif;
    color: var(--cuvee);
    font-size: 1.5rem;
}

.france-map-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    gap: var(--sp-3);
}

.france-map-metro {
    flex: 1 1 400px;
    max-width: 550px;
}

.france-map-svg {
    width: 100%;
    height: auto;
}

.region-path {
    fill: var(--creme-dark);
    stroke: #fff;
    stroke-width: 2;
    transition: fill 0.3s ease;
    cursor: pointer;
}

.region-path:hover {
    fill: var(--cuvee);
}

.region-path.has-annonces {
    fill: var(--lie);
}

.region-path.has-annonces:hover {
    fill: var(--cuvee);
}

/* Overseas territory boxes */
.france-map-overseas {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    flex: 0 0 auto;
}

.overseas-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding: 0.5rem 0.9rem;
    background: var(--creme);
    border: 1px solid var(--lie-light);
    border-radius: 4px;
    text-decoration: none;
    color: var(--chene);
    font-size: 0.85rem;
    font-weight: 500;
    transition: background 0.25s ease, color 0.25s ease;
    min-width: 160px;
}

.overseas-box:hover {
    background: var(--cuvee);
    border-color: var(--cuvee);
    color: #fff;
}

.overseas-count {
    font-size: 0.75rem;
    opacity: 0.7;
}

/* Map tooltip */
.map-tooltip {
    position: absolute;
    z-index: 1000;
    pointer-events: none;
    background: rgba(26, 26, 26, 0.94);
    color: #fff;
    padding: 0.5rem 0.85rem;
    border-radius: 4px;
    font-size: 0.85rem;
    white-space: nowrap;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    border-left: 3px solid var(--or);
}

.map-tooltip-name {
    display: block;
    font-family: 'Playfair Display', Georgia, serif;
    font-weight: 700;
}

.map-tooltip-count {
    display: block;
    font-size: 0.78rem;
    opacity: 0.8;
}

/* Responsive map */
@media (max-width: 600px) {
    .france-map-container { margin-top: var(--sp-3); }
    .france-map-wrapper { flex-direction: column; align-items: center; }
    .france-map-overseas { flex-direction: row; flex-wrap: wrap; justify-content: center; }
    .overseas-box { min-width: auto; }
}

/* ==========================================================================
   Image Gallery & Lightbox
   ========================================================================== */

.gallery-main-img {
    max-height: 500px;
    object-fit: contain;
    background: var(--creme);
    border-radius: 4px;
    cursor: pointer;
}

.gallery-thumb-btn {
    width: 80px;
    height: 80px;
    padding: 0;
    border: 2px solid transparent;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    background: none;
    transition: border-color 0.2s;
}

.gallery-thumb-btn img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.gallery-thumb-btn:hover,
.gallery-thumb-btn.active {
    border-color: var(--or);
}

.gallery-placeholder {
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--creme), var(--creme-dark));
    border-radius: 4px;
    color: var(--lie);
    font-size: 5rem;
}

.lightbox-overlay {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.94);
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
}

.lightbox-overlay.active { display: flex; }

.lightbox-img {
    max-width: 90%;
    max-height: 85vh;
    object-fit: contain;
    border-radius: 4px;
}

.lightbox-close {
    position: absolute;
    top: 20px; right: 30px;
    font-size: 2.5rem;
    color: #fff;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 10000;
    line-height: 1;
}

.lightbox-prev,
.lightbox-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2rem;
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
    border: none;
    cursor: pointer;
    padding: 1rem 0.8rem;
    border-radius: 4px;
    z-index: 10000;
    transition: background 0.2s;
}

.lightbox-prev:hover,
.lightbox-next:hover {
    background: rgba(128, 0, 32, 0.5);
}

.lightbox-prev { left: 20px; }
.lightbox-next { right: 20px; }

.lightbox-counter {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 0.9rem;
    background: rgba(0, 0, 0, 0.5);
    padding: 0.3rem 0.8rem;
    border-radius: 20px;
}

/* ==========================================================================
   Section Headings — Filet Or du Château
   ========================================================================== */

.section-title {
    position: relative;
    display: inline-block;
    padding-bottom: 0.5rem;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: var(--or);
    border-radius: 2px;
}

/* ==========================================================================
   Breadcrumb
   ========================================================================== */

.breadcrumb-bar {
    background: var(--creme);
    border-bottom: 1px solid var(--lie-light);
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "\203A";
    color: var(--lie);
}

.breadcrumb-item a {
    color: var(--cuvee);
    text-decoration: none;
}

.breadcrumb-item a:hover {
    color: var(--cuvee-dark);
    text-decoration: underline;
}

/* ==========================================================================
   CTA Section (publish box)
   ========================================================================== */

.cta-publish {
    background: var(--creme);
    border: 1px solid var(--lie-light);
    border-radius: 4px;
    padding: var(--sp-4);
    text-align: center;
}

.cta-publish h3 {
    color: var(--cuvee);
    font-family: 'Playfair Display', Georgia, serif;
}

/* ==========================================================================
   Footer — Noir Chêne, accents Or du Château
   ========================================================================== */

.footer-wine {
    background: var(--chene);
    color: rgba(255, 255, 255, 0.8);
    border-top: 3px solid var(--cuvee);
}

.footer-wine h5 {
    font-family: 'Playfair Display', Georgia, serif;
    color: var(--or);
    font-size: 1rem;
    letter-spacing: 0.04em;
    margin-bottom: 1rem;
}

.footer-wine a {
    color: var(--lie);
    text-decoration: none;
    transition: color 0.2s;
}

.footer-wine a:hover {
    color: var(--or);
}

.footer-wine .footer-brand {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.1rem;
    color: #fff;
    letter-spacing: 0.04em;
}

.footer-wine .footer-description {
    color: var(--lie);
    font-size: 0.85rem;
    line-height: 1.6;
}

.footer-wine hr {
    border-color: rgba(255, 255, 255, 0.1);
}

.footer-wine .copyright {
    color: var(--lie);
    font-size: 0.8rem;
}

/* ==========================================================================
   Search Filters
   ========================================================================== */

.search-filters .form-label {
    font-weight: 700;
    font-size: 0.85rem;
    margin-bottom: 0.25rem;
    color: var(--chene);
}

.filter-card {
    border: 1px solid var(--lie-light);
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.filter-card .card-header {
    background: var(--cuvee);
    color: #fff;
    font-family: 'Playfair Display', Georgia, serif;
}

.filter-card .card-header h1,
.filter-card .card-header h2,
.filter-card .card-header h3,
.filter-card .card-header h4,
.filter-card .card-header h5,
.filter-card .card-header h6 {
    color: #fff;
}

/* ==========================================================================
   Contact Form Card
   ========================================================================== */

.contact-card {
    border: 1px solid var(--lie-light);
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.contact-card .card-header {
    background: var(--cuvee);
    color: #fff;
}

.contact-card .card-header h1,
.contact-card .card-header h2,
.contact-card .card-header h3,
.contact-card .card-header h4,
.contact-card .card-header h5,
.contact-card .card-header h6 {
    color: #fff;
}

/* ==========================================================================
   Annonce Detail page
   ========================================================================== */

.annonce-price {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.8rem;
    color: var(--cuvee);
    font-weight: 700;
}

.annonce-description {
    line-height: 1.7;
    color: var(--chene);
}

/* ==========================================================================
   Show Page — "Grand Cru" Layout
   ========================================================================== */

.show-container {
    padding-top: var(--sp-3);
}

/* Sticky sidebar on desktop */
@media (min-width: 992px) {
    .show-sticky-sidebar {
        position: sticky;
        top: 20px;
    }
}

/* Surtitle (appellation + region) */
.show-surtitle {
    font-family: 'Lato', sans-serif;
    font-size: 0.75rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--lie-dark);
    margin-bottom: var(--sp-1);
}

.show-surtitle a {
    color: var(--lie-dark);
    text-decoration: none;
    transition: color 0.2s;
}

.show-surtitle a:hover {
    color: var(--cuvee);
}

/* Title */
.show-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--chene);
    margin-bottom: var(--sp-1);
    line-height: 1.25;
}

/* Price */
.show-price {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 2rem;
    font-weight: 700;
    color: var(--cuvee);
    margin-bottom: var(--sp-3);
}

.show-price--request {
    font-size: 1.2rem;
    font-style: italic;
    color: var(--lie-dark);
}

/* CTA button group */
.show-cta-group {
    display: flex;
    flex-direction: column;
    gap: var(--sp-1);
    margin-bottom: var(--sp-3);
}

/* Vert Antique outline button */
.btn-outline-vert {
    color: var(--vert);
    border: 2px solid var(--vert);
    background: transparent;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    border-radius: 4px;
    transition: all 0.25s ease;
}

.btn-outline-vert:hover,
.btn-outline-vert:focus {
    background-color: var(--vert);
    border-color: var(--vert);
    color: #fff;
}

/* Wine Specifications Grid */
.wine-specs-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: var(--sp-3);
}

.wine-spec-item {
    display: flex;
    align-items: center;
    gap: var(--sp-1);
    padding: 10px 12px;
    background: var(--creme);
    border-radius: 4px;
    border: 1px solid var(--lie-light);
}

.wine-spec-item i {
    color: var(--cuvee);
    font-size: 1.1rem;
    flex-shrink: 0;
}

.wine-spec-label {
    display: block;
    font-family: 'Lato', sans-serif;
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--lie-dark);
    line-height: 1.2;
}

.wine-spec-value {
    display: block;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    color: var(--chene);
    font-size: 0.88rem;
    line-height: 1.3;
}

/* Show meta info */
.show-meta {
    margin-bottom: var(--sp-2);
}

/* Seller info card */
.seller-card {
    background: var(--creme);
    border: 1px solid var(--lie-light);
    border-radius: 4px;
    overflow: hidden;
}

.seller-card-header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
}

.seller-card-header > i {
    font-size: 2rem;
    color: var(--cuvee);
}

.seller-name {
    display: block;
    font-family: 'Playfair Display', Georgia, serif;
    font-weight: 600;
    color: var(--chene);
    font-size: 1rem;
}

.seller-meta {
    display: block;
    font-size: 0.78rem;
    color: var(--lie-dark);
}

.seller-card-footer {
    padding: 8px 16px;
    border-top: 1px solid var(--lie-light);
    font-size: 0.78rem;
    color: var(--lie-dark);
}

.seller-card-footer i {
    margin-right: 4px;
}

/* ==========================================================================
   Le mot du sommelier
   ========================================================================== */

.sommelier-block {
    background: var(--creme);
    border-left: 4px solid var(--or);
    border-radius: 0 8px 8px 0;
    padding: var(--sp-3);
}

.sommelier-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1rem;
    font-weight: 600;
    color: var(--cuvee);
    margin-bottom: var(--sp-1);
}

.sommelier-title i {
    color: var(--or);
    margin-right: 6px;
}

.sommelier-text {
    font-family: 'Playfair Display', Georgia, serif;
    font-style: italic;
    font-size: 0.95rem;
    color: var(--chene);
    line-height: 1.7;
    margin-bottom: 0;
}

/* ==========================================================================
   Mobile Sticky Bottom Bar
   ========================================================================== */

.mobile-bottom-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1050;
    background: #fff;
    border-top: 1px solid var(--lie-light);
    box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.1);
    padding: 12px var(--sp-2);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mobile-bottom-price {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--cuvee);
}

/* Add bottom padding on mobile to prevent content behind bar */
@media (max-width: 991.98px) {
    body:has(.mobile-bottom-bar) {
        padding-bottom: 72px;
    }
}

/* ==========================================================================
   Responsive
   ========================================================================== */

@media (max-width: 768px) {
    h1, .h1 { font-size: 2rem; }
    h2, .h2 { font-size: 1.5rem; }

    .hero-section h1 { font-size: 2rem; }
    .hero-section .lead { font-size: 1rem; }

    .show-title { font-size: 1.4rem; }
    .show-price { font-size: 1.6rem; }

    .wine-specs-grid { grid-template-columns: 1fr; }

    .lightbox-prev, .lightbox-next {
        font-size: 1.5rem;
        padding: 0.5rem;
    }

    .btn-publish {
        font-size: 0.8rem;
        padding: 0.4rem 1rem !important;
    }
}

@media (max-width: 576px) {
    .hero-section { padding: var(--sp-4) 0; }
    .hero-section h1 { font-size: 1.6rem; }
    .show-title { font-size: 1.25rem; }
}

/* ==========================================================================
   Decorative separator — Or du Château
   ========================================================================== */

.wine-separator {
    border: none;
    border-top: 1px solid var(--lie-light);
    margin: var(--sp-4) 0;
}

/* ==========================================================================
   Contrast fixes — WCAG AA compliance
   ========================================================================== */

.text-muted {
    color: #595f64 !important;
}

/* ==========================================================================
   Wizard Form (multi-step annonce creation)
   ========================================================================== */

.wizard-steps {
    display: flex;
    justify-content: center;
    gap: 0;
    margin-bottom: var(--sp-3);
    position: relative;
    padding: 0 2rem;
}

.wizard-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    position: relative;
}

/* Connector line between steps — behind icons */
.wizard-step::before {
    content: '';
    position: absolute;
    top: 24px;
    left: -50%;
    right: 50%;
    height: 2px;
    background: var(--lie-light);
    z-index: 1;
    transition: background 0.4s ease;
}

.wizard-step:first-child::before { display: none; }

.wizard-step.active::before,
.wizard-step.completed::before {
    background: var(--cuvee);
}

/* Step icon — above connector line */
.wizard-step-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    background: var(--creme);
    border: 2px solid var(--lie-light);
    position: relative;
    z-index: 3;
    transition: all 0.4s ease;
}

.wizard-step.active .wizard-step-icon {
    background: #fff;
    border-color: var(--or);
    box-shadow: 0 0 0 4px rgba(207, 181, 59, 0.2), 0 2px 8px rgba(207, 181, 59, 0.25);
    transform: scale(1.1);
}

.wizard-step.completed .wizard-step-icon {
    background: var(--vert);
    border-color: var(--vert);
    color: #fff;
    font-size: 0;
}

.wizard-step.completed .wizard-step-icon::after {
    content: '\2713';
    font-size: 1.2rem;
    color: #fff;
}

.wizard-step-label {
    font-family: 'Lato', sans-serif;
    font-size: 0.75rem;
    margin-top: 0.5rem;
    font-weight: 700;
    color: var(--lie);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transition: color 0.3s ease;
}

.wizard-step.active .wizard-step-label {
    color: var(--cuvee);
}

.wizard-step.completed .wizard-step-label {
    color: var(--vert);
}

.wizard-step.completed {
    cursor: pointer;
}

/* Progress bar */
/* Progress bar hidden — step indicators are enough */
.wizard-progress {
    display: none;
}

/* Wizard card */
.wizard-card {
    border: 1px solid var(--lie-light) !important;
    border-top: 3px solid var(--cuvee) !important;
}

/* Panels */
.wizard-panel { display: none; }

.wizard-panel.active {
    display: block;
    animation: wizardFadeIn 0.35s ease;
}

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

/* Navigation */
.wizard-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: var(--sp-4);
    padding-top: var(--sp-3);
    border-top: 1px solid var(--lie-light);
}

/* Step hint badges */
.wizard-step2-hint,
.wizard-contact-hint {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.75rem 1rem;
    background: var(--creme);
    border: 1px solid var(--lie-light);
    border-radius: 4px;
    font-size: 0.88rem;
    color: var(--chene);
}

.wizard-step2-hint i,
.wizard-contact-hint i {
    font-size: 1.2rem;
    color: var(--vert);
}

/* Millesime input — hide number spinners */
.millesime-input::-webkit-outer-spin-button,
.millesime-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.millesime-input[type=number] {
    -moz-appearance: textfield;
}

/* Image upload drop zone */
.image-dropzone {
    border: 2px dashed var(--lie);
    border-radius: 4px;
    padding: var(--sp-4);
    text-align: center;
    cursor: pointer;
    transition: border-color 0.3s, background 0.3s;
    background: var(--creme);
}

.image-dropzone:hover,
.image-dropzone.dragover {
    border-color: var(--or);
    background: #fff;
}

.image-dropzone i {
    font-size: 2.5rem;
    color: var(--lie);
    margin-bottom: 0.5rem;
    display: block;
}

.image-dropzone p { color: var(--lie-dark); margin-bottom: 0.25rem; }
.image-dropzone .text-muted { font-size: 0.8rem; }

.image-preview-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.75rem;
    margin-top: 1rem;
}

.image-preview-item {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    aspect-ratio: 1;
    background: var(--creme);
}

.image-preview-item img {
    width: 100%; height: 100%;
    object-fit: cover;
}

.image-preview-item .remove-btn {
    position: absolute;
    top: 4px; right: 4px;
    width: 24px; height: 24px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    line-height: 1;
}

.image-preview-item .remove-btn:hover {
    background: var(--cuvee);
}

@media (max-width: 576px) {
    .image-preview-grid { grid-template-columns: repeat(2, 1fr); }
    .wizard-steps { padding: 0 0.5rem; }
    .wizard-step-icon { width: 40px; height: 40px; font-size: 1.1rem; }
    .wizard-step-label { font-size: 0.65rem; }
    .wizard-step::before { top: 20px; }
}

/* ==========================================================================
   Wine detail badges — Vert Antique
   ========================================================================== */

.wine-details {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.badge.bg-wine-detail {
    background-color: rgba(47, 79, 47, 0.1);
    color: var(--vert);
    font-weight: 600;
    font-size: 0.78rem;
    padding: 0.35em 0.65em;
    border: 1px solid rgba(47, 79, 47, 0.25);
    border-radius: 4px;
}

/* ==========================================================================
   Social sharing
   ========================================================================== */

.social-sharing {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.social-sharing .btn {
    border-radius: 50%;
    width: 38px; height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-size: 1rem;
}

.social-sharing .copy-feedback {
    font-size: 0.8rem;
    color: var(--vert);
    font-weight: 600;
}

/* ==========================================================================
   How it works page
   ========================================================================== */

.how-step {
    text-align: center;
    padding: var(--sp-3) var(--sp-2);
}

.how-step-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: var(--creme);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    font-size: 2rem;
    color: var(--vert);
    border: 2px solid var(--vert);
}

.how-step h3 {
    font-size: 1.1rem;
    color: var(--cuvee);
}

.how-step p {
    font-size: 0.9rem;
    color: var(--lie-dark);
}

/* ==========================================================================
   Alert subscription form
   ========================================================================== */

.alert-subscribe-card {
    border: 2px dashed var(--or);
    border-radius: 4px;
    background: var(--creme);
    padding: var(--sp-3);
}

.alert-subscribe-card h5 {
    color: var(--cuvee);
    font-family: 'Playfair Display', Georgia, serif;
}

/* ==========================================================================
   Alert styling
   ========================================================================== */

.alert-wine {
    background-color: var(--creme);
    border-color: var(--lie-light);
    color: var(--cuvee-dark);
}

/* ==========================================================================
   Wine Autocomplete Dropdown
   ========================================================================== */

[data-controller="wine-autocomplete"] {
    position: relative;
}

.wine-autocomplete-dropdown {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1050;
    background: #fff;
    border: 1px solid var(--lie-light);
    border-top: none;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 8px 24px rgba(0,0,0,.12);
    max-height: 400px;
    overflow-y: auto;
}

.wine-autocomplete-dropdown.open {
    display: block;
}

.wine-autocomplete-item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    padding: 10px 14px;
    border: none;
    border-bottom: 1px solid #f0ece4;
    background: transparent;
    cursor: pointer;
    text-align: left;
    transition: background .15s;
}

.wine-autocomplete-item:last-child {
    border-bottom: none;
}

.wine-autocomplete-item:hover,
.wine-autocomplete-item.highlighted {
    background: var(--creme);
}

.wine-autocomplete-main {
    display: flex;
    flex-direction: column;
    min-width: 0;
    flex: 1;
}

.wine-autocomplete-name {
    font-weight: 600;
    color: var(--chene);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wine-autocomplete-region {
    font-size: .82rem;
    color: #777;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wine-autocomplete-meta {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 2px;
    flex-shrink: 0;
}

.wine-autocomplete-stars {
    color: var(--or);
    font-size: .8rem;
    white-space: nowrap;
}

.wine-autocomplete-stars small {
    color: #999;
    margin-left: 2px;
}

.wine-autocomplete-grapes {
    font-size: .75rem;
    color: var(--vert);
    background: rgba(47,79,47,.08);
    padding: 1px 6px;
    border-radius: 3px;
    white-space: nowrap;
}

/* Wine match badge */
.wine-match-badge {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    margin-top: 8px;
    background: rgba(47,79,47,.06);
    border: 1px solid rgba(47,79,47,.15);
    border-radius: 6px;
    font-size: .88rem;
    color: var(--vert);
}

.wine-match-badge .bi-check-circle-fill {
    color: var(--vert);
    flex-shrink: 0;
}

.wine-match-label {
    flex: 1;
    font-weight: 500;
}

.wine-match-clear {
    border: none;
    background: none;
    color: #999;
    font-size: 1.2rem;
    cursor: pointer;
    padding: 0 4px;
    line-height: 1;
}

.wine-match-clear:hover {
    color: var(--cuvee);
}

/* ==========================================================================
   Wine Chips (Grapes & Food Pairings)
   ========================================================================== */

.wine-chips-section {
    margin-top: 16px;
}

.wine-chips-title {
    font-size: .9rem;
    font-weight: 600;
    color: var(--chene);
    margin-bottom: 8px;
    font-family: 'Lato', sans-serif;
}

.wine-chips-title i {
    color: var(--vert);
    margin-right: 4px;
}

.wine-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.wine-chip {
    display: inline-block;
    padding: 3px 10px;
    font-size: .8rem;
    border-radius: 20px;
    background: rgba(47,79,47,.08);
    color: var(--vert);
    border: 1px solid rgba(47,79,47,.12);
}

.wine-chip--food {
    background: rgba(207,181,59,.08);
    color: var(--or-dark);
    border-color: rgba(207,181,59,.15);
}

.wine-chip--link {
    text-decoration: none;
    transition: background .15s, border-color .15s;
}

.wine-chip--link:hover {
    background: rgba(47,79,47,.16);
    border-color: rgba(47,79,47,.25);
    color: var(--vert);
}

.wine-chip--vintage {
    background: rgba(128,0,32,.06);
    color: var(--cuvee);
    border-color: rgba(128,0,32,.12);
    font-variant-numeric: tabular-nums;
}

/* ==========================================================================
   Wine Fiche Page
   ========================================================================== */

.wine-fiche-container {
    padding-top: var(--sp-4);
    padding-bottom: var(--sp-8);
}

.wine-fiche-rating {
    display: flex;
    align-items: center;
    gap: 4px;
}

.text-or {
    color: var(--or) !important;
}

.wine-fiche-rating-value {
    font-weight: 700;
    font-size: 1.1rem;
    color: var(--chene);
    margin-left: 4px;
}

.wine-fiche-rating-count {
    font-size: .85rem;
    color: #888;
}

/* Annonces list in fiche */
.wine-fiche-annonces-header h2 {
    font-family: 'Playfair Display', Georgia, serif;
    color: var(--cuvee);
}

.wine-fiche-annonces-list {
    display: flex;
    flex-direction: column;
    gap: 1px;
    background: #f0ece4;
    border: 1px solid #f0ece4;
    border-radius: 8px;
    overflow: hidden;
}

.wine-fiche-annonce-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 14px;
    background: #fff;
    text-decoration: none;
    color: var(--chene);
    transition: background .15s;
}

.wine-fiche-annonce-item:hover {
    background: var(--creme);
    color: var(--chene);
}

.wine-fiche-annonce-info {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.wine-fiche-annonce-title {
    font-weight: 600;
    font-size: .9rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wine-fiche-annonce-vintage {
    font-size: .8rem;
    color: #888;
}

.wine-fiche-annonce-price {
    font-weight: 700;
    color: var(--cuvee);
    white-space: nowrap;
    margin-left: 12px;
}

/* No annonces state */
.wine-fiche-no-annonces {
    text-align: center;
    padding: var(--sp-4) var(--sp-2);
    background: var(--creme);
    border-radius: 8px;
}

.wine-fiche-no-annonces i {
    font-size: 2rem;
    color: var(--lie);
}

.wine-fiche-no-annonces p {
    color: #888;
    margin: var(--sp-1) 0 var(--sp-2);
}

/* Similar wines */
.wine-fiche-similar-list {
    display: flex;
    flex-direction: column;
    gap: 1px;
    background: #f0ece4;
    border: 1px solid #f0ece4;
    border-radius: 8px;
    overflow: hidden;
}

.wine-fiche-similar-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 14px;
    background: #fff;
    text-decoration: none;
    color: var(--chene);
    transition: background .15s;
}

.wine-fiche-similar-item:hover {
    background: var(--creme);
    color: var(--chene);
}

.wine-fiche-similar-name {
    font-size: .88rem;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wine-fiche-similar-rating {
    font-size: .82rem;
    white-space: nowrap;
    margin-left: 8px;
}

/* Wine fiche link on annonce show */
.wine-fiche-link .btn {
    font-size: .85rem;
}

/* ==========================================================================
   Grape Pages
   ========================================================================== */

.grape-wines-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 12px;
}

.grape-wine-card {
    display: flex;
    flex-direction: column;
    padding: 14px 16px;
    background: #fff;
    border: 1px solid #f0ece4;
    border-radius: 8px;
    text-decoration: none;
    color: var(--chene);
    transition: border-color .15s, box-shadow .15s;
}

.grape-wine-card:hover {
    border-color: var(--lie);
    box-shadow: 0 2px 8px rgba(0,0,0,.06);
    color: var(--chene);
}

.grape-wine-card-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 8px;
}

.grape-wine-name {
    font-weight: 600;
    font-size: .92rem;
}

.grape-wine-rating {
    font-size: .82rem;
    white-space: nowrap;
}

.grape-wine-card-meta {
    display: flex;
    gap: 10px;
    margin-top: 6px;
    font-size: .8rem;
    color: #888;
}

.grape-wine-type {
    padding: 1px 6px;
    border-radius: 3px;
    font-size: .75rem;
}

.grape-wine-type--rouge { background: rgba(128,0,32,.08); color: var(--cuvee); }
.grape-wine-type--blanc { background: rgba(207,181,59,.1); color: var(--or-dark); }
.grape-wine-type--rosé { background: rgba(255,182,193,.2); color: #c4556e; }
.grape-wine-type--effervescent { background: rgba(47,79,47,.06); color: var(--vert); }

/* Grape index page */
.grape-index-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 10px;
}

.grape-index-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    background: #fff;
    border: 1px solid #f0ece4;
    border-radius: 8px;
    text-decoration: none;
    color: var(--chene);
    transition: border-color .15s;
}

.grape-index-card:hover {
    border-color: var(--vert);
    color: var(--chene);
}

.grape-index-name {
    font-weight: 600;
    font-size: .92rem;
}

.grape-index-count {
    font-size: .78rem;
    color: #888;
}

/* ==========================================================================
   Homepage Grapes Section
   ========================================================================== */

.home-grapes-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.home-grape-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    background: #fff;
    border: 1px solid #f0ece4;
    border-radius: 20px;
    text-decoration: none;
    color: var(--vert);
    font-size: .88rem;
    font-weight: 500;
    transition: border-color .15s, background .15s;
}

.home-grape-chip:hover {
    border-color: var(--vert);
    background: rgba(47,79,47,.04);
    color: var(--vert);
}

.home-grape-count {
    font-size: .72rem;
    font-weight: 400;
    background: rgba(47,79,47,.08);
    color: var(--vert);
    padding: 1px 6px;
    border-radius: 10px;
}

/* ==========================================================================
   Cookie consent banner
   ========================================================================== */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9998;
    background: #fff;
    border-top: 2px solid var(--bordeaux);
    box-shadow: 0 -4px 20px rgba(0,0,0,.12);
    padding: 1rem 0;
}

.cookie-banner .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}

.cookie-banner p {
    margin: 0;
    font-size: .9rem;
    color: #333;
    flex: 1 1 300px;
}

.cookie-banner .cookie-actions {
    display: flex;
    gap: .5rem;
    flex-shrink: 0;
}

.cookie-banner .btn {
    white-space: nowrap;
    font-size: .85rem;
    padding: .4rem 1rem;
}

/* ==========================================================================
   Age gate overlay
   ========================================================================== */
.age-gate-overlay {
    position: fixed;
    inset: 0;
    z-index: 10000;
    background: rgba(0,0,0,.75);
    backdrop-filter: blur(6px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.age-gate-modal {
    background: #fff;
    border-radius: 12px;
    padding: 2.5rem 2rem;
    max-width: 480px;
    width: 100%;
    text-align: center;
    box-shadow: 0 12px 40px rgba(0,0,0,.25);
}

.age-gate-icon {
    font-size: 3rem;
    margin-bottom: .75rem;
}

.age-gate-title {
    font-family: var(--font-serif);
    color: var(--bordeaux);
    font-size: 1.5rem;
    margin-bottom: .75rem;
}

.age-gate-message {
    font-size: .95rem;
    color: #555;
    line-height: 1.5;
    margin-bottom: .5rem;
}

.age-gate-warning {
    font-size: .85rem;
    color: var(--bordeaux);
    margin-bottom: 1.5rem;
}

.age-gate-actions {
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.age-gate-actions .btn-wine {
    font-size: 1rem;
    padding: .65rem 1.5rem;
}

.age-gate-actions .btn-outline-secondary {
    font-size: .85rem;
}

/* ==========================================================================
   Contact security hint
   ========================================================================== */
.contact-security-hint {
    display: flex;
    align-items: flex-start;
    gap: .5rem;
    background: rgba(47,79,47,.06);
    border-left: 3px solid var(--vert);
    padding: .6rem .8rem;
    border-radius: 4px;
    color: #555;
}

.contact-security-hint i {
    color: var(--vert);
    font-size: 1rem;
    margin-top: 1px;
}

/* ==========================================================================
   Pagination
   ========================================================================== */

.pagination {
    --bs-pagination-color: var(--cuvee);
    --bs-pagination-bg: #fff;
    --bs-pagination-border-color: var(--lie-light);
    --bs-pagination-hover-color: var(--cuvee-dark);
    --bs-pagination-hover-bg: var(--creme);
    --bs-pagination-hover-border-color: var(--lie);
    --bs-pagination-focus-color: var(--cuvee-dark);
    --bs-pagination-focus-bg: var(--creme);
    --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(128, 0, 32, 0.25);
    --bs-pagination-active-color: #fff;
    --bs-pagination-active-bg: var(--cuvee);
    --bs-pagination-active-border-color: var(--cuvee);
    --bs-pagination-disabled-color: var(--lie);
    --bs-pagination-disabled-bg: #faf9f6;
    --bs-pagination-disabled-border-color: var(--lie-light);
}

.page-link {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    color: var(--bs-pagination-color);
}
