:root {
    --bg: #2a2418;
    --paper: #f4eedc;
    --paper-2: #fffaf0;
    --gold: #c59a35;
    --gold-dark: #8d6b1f;
    --red: #b4151b;
    --green: #006b3f;
    --ink: #251f18;
    --muted: #6d6254;
    --line: rgba(69, 55, 31, 0.22);
    --shadow: 0 18px 45px rgba(20, 15, 8, 0.25);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--ink);
    font-family: Georgia, "Times New Roman", serif;
    background: #201b13;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    background: rgba(25, 20, 12, 0.45);
}

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

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

.page {
    width: min(1180px, calc(100% - 28px));
    margin: 18px auto 38px;
    background: rgba(244, 238, 220, 0.96);
    border: 1px solid rgba(215, 189, 116, 0.8);
    box-shadow: var(--shadow);
}

.topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 10px 18px;
    color: #f9edc0;
    background: linear-gradient(90deg, #20180d, #46361a);
    font-size: 14px;
}

.languages {
    display: flex;
    gap: 8px;
    align-items: center;
}

.languages a {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 5px 8px;
    border: 1px solid rgba(255, 236, 170, 0.35);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
}

.languages img {
    width: 18px;
    height: 12px;
}

.header {
    position: relative;
    min-height: 190px;
    background: #19140f url("img/Header_1.jpg") center / cover no-repeat;
    border-bottom: 4px solid var(--gold);
}

.header::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(15, 10, 4, 0.8), rgba(15, 10, 4, 0.15), rgba(15, 10, 4, 0.65));
}

.brand {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 24px 28px;
}

.logo {
    width: 230px;
/*    background: rgba(255, 255, 255, 0.88);*/
    border-radius: 6px;
    padding: 8px;
    border: 1px solid rgba(255, 255, 255, 0.8);
}

.brand h1 {
    margin: 0;
    color: #fff1bd;
    font-size: clamp(32px, 5vw, 56px);
    line-height: 1;
    text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.8);
    letter-spacing: 1px;
}

.brand p {
    margin: 10px 0 0;
    color: #ffffff;
    font-size: 18px;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.9);
}

.nav {
    position: sticky;
    top: 0;
    z-index: 20;
    display: flex;
    flex-wrap: wrap;
    background: linear-gradient(#6f511b, #4e3812);
    border-bottom: 1px solid rgba(255, 235, 170, 0.45);
}

.nav a {
    padding: 14px 17px;
    color: #fff2bf;
    font-weight: bold;
    font-size: 15px;
    border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.nav a:hover,
.nav a.active {
    background: var(--red);
    color: #fff;
}

.section {
    padding: 34px 34px;
    border-bottom: 1px solid var(--line);
}

.hero-grid,
.two-cols {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 28px;
    align-items: start;
}

.kicker {
    margin: 0 0 10px;
    color: var(--red);
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}

h2,
h3 {
    color: #402f13;
}

h2 {
    margin: 0 0 16px;
    font-size: clamp(29px, 4vw, 44px);
    line-height: 1.08;
}

h3 {
    margin: 0 0 12px;
    font-size: 25px;
}

p {
    line-height: 1.68;
}

.lead {
    font-size: 18px;
    color: #4b4236;
}

.btn-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10px 18px;
    border-radius: 4px;
    border: 1px solid #8b6826;
    background: linear-gradient(#d7b354, #9c7424);
    color: #20160a;
    font-weight: bold;
}

.btn.alt {
    background: #fff8e4;
    color: #442f12;
}

.card {
    background: rgba(255, 250, 240, 0.88);
    border: 1px solid rgba(112, 83, 26, 0.24);
    box-shadow: 0 8px 18px rgba(80, 60, 25, 0.12);
}

.card.pad {
    padding: 20px;
}

.photo-frame {
    padding: 8px;
    background: #fff8e4;
    border: 1px solid #bda057;
    box-shadow: 0 8px 18px rgba(80, 60, 25, 0.18);
}

.quick-list {
    display: grid;
    gap: 12px;
    margin-top: 18px;
}

.quick-item {
    padding: 12px 14px;
    background: rgba(255, 255, 255, 0.45);
    border-left: 4px solid var(--red);
}

.collection-tiles,
.partner-grid,
.event-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.tile {
    padding: 18px;
    background: #fff8e4;
    border: 1px solid rgba(112, 83, 26, 0.25);
}

.tile strong {
    display: block;
    color: #3b2a10;
    font-size: 19px;
    margin-bottom: 6px;
}

.map-panel {
    position: relative;
    overflow: hidden;
    padding: 14px;
    background: linear-gradient(135deg, #fff8e4, #e4d3a7);
    border: 1px solid #aa8c44;
}

.map-wrap {
    position: relative;
    overflow: hidden;
    background: #d8edf7;
    border: 1px solid rgba(72, 56, 28, 0.4);
}

.map-wrap img {
    width: 100%;
    filter: contrast(1.02) saturate(0.98);
}

.route-line {
    position: absolute;
    left: 25%;
    top: 45%;
    width: 51%;
    height: 3px;
    background: repeating-linear-gradient(90deg, var(--red), var(--red) 13px, transparent 13px, transparent 23px);
    transform: rotate(7deg);
    transform-origin: left center;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.55);
}

.map-note {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-top: 10px;
    font-size: 14px;
    color: #55482c;
}

.event-card img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.event-card .content {
    padding: 14px;
}

.video-placeholder {
    display: grid;
    place-items: center;
    height: 150px;
    color: #fff5ce;
    background: linear-gradient(135deg, #241810, #6e1c1c);
    border-bottom: 3px solid var(--gold);
    font-weight: bold;
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.field.full {
    grid-column: 1 / -1;
}

label {
    display: block;
    margin-bottom: 6px;
    font-weight: bold;
    color: #473514;
}

input,
select,
textarea {
    width: 100%;
    padding: 11px 12px;
    border: 1px solid #b6a36a;
    background: #fffdf5;
    color: var(--ink);
    font: 16px Arial, sans-serif;
}

textarea {
    min-height: 120px;
    resize: vertical;
}

.footer {
    padding: 24px 34px;
    color: #f8e9b6;
    background: #21180c;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 14px;
}

.footer-links a {
    color: #fff4c5;
    border-bottom: 1px dotted rgba(255, 244, 197, 0.6);
}

/* Collection */
.breadcrumb {
    margin-bottom: 16px;
    color: var(--muted);
    font-size: 14px;
}

.collection-layout {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 24px;
}

.filters {
    position: sticky;
    top: 58px;
}

.tree {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tree li {
    padding: 7px 0;
    border-bottom: 1px solid rgba(112, 83, 26, 0.14);
}

.tree ul {
    margin: 7px 0 0 14px;
    padding: 0 0 0 10px;
    border-left: 2px solid rgba(180, 21, 27, 0.28);
    list-style: none;
}

.toolbar {
    display: grid;
    grid-template-columns: 1fr 170px 150px;
    gap: 12px;
    margin-bottom: 18px;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.product-card {
    background: #fff8e4;
    border: 1px solid rgba(112, 83, 26, 0.24);
}

.product-card img {
    width: 100%;
    height: 165px;
    object-fit: cover;
    background: #d2c3a0;
}

.product-card .content {
    padding: 13px;
}
.product-card h3 {
    margin-bottom: 14px;
}
.ref {
    color: var(--red);
    font-weight: bold;
    font-size: 13px;
}

.pagination {
    display: flex;
    gap: 7px;
    margin-top: 22px;
}

.pagination a {
    padding: 8px 11px;
    border: 1px solid #a98a45;
    background: #fff8e4;
}

.pagination a.active {
    background: var(--red);
    color: #fff;
}

/* Article */
.article-layout {
    display: grid;
    grid-template-columns: 1fr 0.85fr;
    gap: 28px;
}

.main-photo {
    background: #fff8e4;
    border: 1px solid #bda057;
    padding: 8px;
}

.main-photo img {
    width: 100%;
    height: 430px;
    object-fit: cover;
}

.thumbs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    margin-top: 8px;
}

.thumbs img {
    height: 88px;
    width: 100%;
    object-fit: cover;
    border: 1px solid #bda057;
}

.specs {
    width: 100%;
    border-collapse: collapse;
    margin: 16px 0;
    background: rgba(255, 255, 255, 0.35);
}

.specs th,
.specs td {
    padding: 9px 10px;
    border-bottom: 1px solid rgba(112, 83, 26, 0.22);
    text-align: left;
}

.specs th {
    width: 42%;
    color: #513b15;
}

.notice {
    padding: 13px;
    border-left: 4px solid var(--red);
    background: rgba(180, 21, 27, 0.08);
    color: #493517;
}

.related {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

@media (max-width: 900px) {
    .hero-grid,
    .two-cols,
    .collection-layout,
    .article-layout {
        grid-template-columns: 1fr;
    }

    .collection-tiles,
    .partner-grid,
    .event-grid,
    .product-grid,
    .related {
        grid-template-columns: repeat(2, 1fr);
    }

    .toolbar,
    .form-grid {
        grid-template-columns: 1fr;
    }

    .filters {
        position: static;
    }
}

@media (max-width: 620px) {
    .page {
        width: 100%;
        margin: 0;
    }

    .section,
    .footer {
        padding: 25px 18px;
    }

    .topbar,
    .brand {
        flex-direction: column;
        align-items: flex-start;
    }

    .logo {
        width: 105px;
    }

    .nav a {
        flex: 1 0 50%;
        text-align: center;
    }

    .collection-tiles,
    .partner-grid,
    .event-grid,
    .product-grid,
    .related,
    .thumbs {
        grid-template-columns: 1fr;
    }
}

/* V7 - Hero nouveautés */
.news-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) 360px;
    gap: 24px;
    align-items: stretch;
    background: linear-gradient(180deg, rgba(255, 250, 240, 0.92), rgba(236, 225, 196, 0.92));
}

.news-main {
    min-width: 0;
}

.featured-news {
    display: grid;
    grid-template-columns: 360px 1fr;
    gap: 22px;
    margin-top: 22px;
    padding: 16px;
    background: #fff8e4;
    border: 1px solid #bda057;
    box-shadow: 0 10px 22px rgba(80, 60, 25, 0.18);
}

.featured-image {
    display: grid;
    place-items: center;
    min-height: 275px;
    padding: 12px;
    background: #f7f4ec;
    border: 1px solid rgba(112, 83, 26, 0.24);
}

.featured-image img {
    width: 100%;
    max-height: 300px;
    object-fit: contain;
}

.featured-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.featured-content h3 {
    margin-top: 8px;
    font-size: 28px;
    line-height: 1.18;
}

.btn-row.compact {
    margin-top: 14px;
}

.news-list {
    display: grid;
    gap: 9px;
    align-content: start;
    padding: 12px;
    background: rgba(255, 248, 228, 0.82);
    border: 1px solid rgba(112, 83, 26, 0.25);
    box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.3);
}

.news-item {
    display: grid;
    grid-template-columns: 70px 1fr;
    gap: 10px;
    align-items: center;
    width: 100%;
    min-height: 78px;
    padding: 8px;
    border: 1px solid rgba(112, 83, 26, 0.2);
    background: rgba(255, 255, 255, 0.48);
    color: #4b3612;
    text-align: left;
    cursor: pointer;
    font-family: Georgia, "Times New Roman", serif;
}

.news-item:hover,
.news-item.active {
    border-color: var(--red);
    background: #fffdf5;
    box-shadow: 0 4px 12px rgba(80, 60, 25, 0.12);
}

.news-item strong {
    display: block;
    margin-bottom: 4px;
    color: var(--red);
    font-size: 13px;
}

.news-thumb {
    display: grid;
    place-items: center;
    width: 70px;
    height: 58px;
    background: #f7f4ec;
    border: 1px solid rgba(112, 83, 26, 0.18);
}

.news-thumb img {
    max-width: 68px;
    max-height: 56px;
    object-fit: contain;
}

.intro-band {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 24px;
    align-items: center;
    background: rgba(255, 250, 240, 0.88);
}

.intro-actions {
    display: grid;
    gap: 10px;
    min-width: 220px;
}

.clean-map .route-line {
    display: none;
}

@media (max-width: 980px) {
    .news-hero,
    .featured-news,
    .intro-band {
        grid-template-columns: 1fr;
    }

    .news-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 620px) {
    .news-list {
        grid-template-columns: 1fr;
    }

    .featured-image {
        min-height: 220px;
    }

    .featured-content h3 {
        font-size: 23px;
    }
}

#roomRentalCalendar {
    padding: 12px;
    background: #fffdf5;
    border: 1px solid #b6a36a;
}

.fc {
    font-family: Arial, sans-serif;
}

.fc .fc-toolbar-title {
    color: #402f13;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 24px;
}

.fc .fc-button-primary {
    background: #8d6b1f;
    border-color: #8d6b1f;
}

.fc .fc-daygrid-day-number {
    color: #251f18;
}

.room-calendar-block {
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid var(--line);
}
/* Phase 1 cleanup */
.room-calendar-block {
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid var(--line);
}

#roomRentalCalendar {
    padding: 12px;
    background: #fffdf5;
    border: 1px solid #b6a36a;
}

.fc {
    font-family: Arial, sans-serif;
}

.fc .fc-toolbar-title {
    color: #402f13;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 20px;
}

.fc .fc-button-primary {
    background: #8d6b1f;
    border-color: #8d6b1f;
}

.fc .fc-daygrid-day-number {
    color: #251f18;
}

.form-error {
    display: block;
    margin-top: 5px;
    color: var(--red);
    font: 13px Arial, sans-serif;
}

.pagination {
    display: flex;
    gap: 6px;
    align-items: center;
    margin-top: 28px;
    flex-wrap: wrap;
}

.pagination a,
.pagination span {
    border: 1px solid #b68a2b;
    padding: 9px 14px;
    background: #fff8e8;
    color: #3b2b16;
    text-decoration: none;
}

.pagination .active {
    background: #b4141c;
    border-color: #b4141c;
    color: #fff;
    font-weight: bold;
}

.pagination .disabled {
    opacity: .45;
    cursor: default;
}

.news-list {
    max-height: 620px;
    overflow-y: auto;
    padding-right: 8px;
    scrollbar-width: thin;
}

.news-list::-webkit-scrollbar {
    width: 8px;
}

.news-list::-webkit-scrollbar-track {
    background: rgba(90, 70, 35, .12);
    border-radius: 10px;
}

.news-list::-webkit-scrollbar-thumb {
    background: rgba(126, 87, 35, .45);
    border-radius: 10px;
}

.news-list::-webkit-scrollbar-thumb:hover {
    background: rgba(126, 87, 35, .7);
}

.news-item span:last-child {
    overflow: hidden;
}

.news-item span:last-child {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.contact-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 18px;
}

.thanks-card {
    margin-top: 16px;
}

.external-links-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 18px;
}

.external-link-card {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    text-align: center;
    padding: 12px;
    border: 1px solid rgba(98, 91, 59, .22);
    border-radius: 14px;
    background: rgba(255, 248, 232, .65);
    text-decoration: none;
}

.external-link-card img {
    width: 96px;
    height: 78px;
    object-fit: contain;
}

@media (max-width: 760px) {
    .contact-cards,
    .external-links-grid {
        grid-template-columns: 1fr;
    }
}

.events-feature {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(280px, .8fr);
    gap: 24px;
}

.event-main-card {
    overflow: hidden;
}

.event-main-card > img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    display: block;
}

.event-main-card .content,
.event-card .content {
    padding: 22px;
}

.event-date {
    display: inline-block;
    margin-bottom: 10px;
    font-size: .85rem;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--gold);
}

.event-side-grid {
    display: grid;
    gap: 24px;
}

.event-card img,
.video-placeholder {
    width: 100%;
    height: 170px;
    object-fit: cover;
}

.video-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #151515;
    color: #fff;
    font-weight: 700;
    text-align: center;
    padding: 20px;
}

@media (max-width: 900px) {
    .events-feature {
        grid-template-columns: 1fr;
    }

    .event-main-card > img {
        height: 260px;
    }
}

.event-side-grid {
    display: grid;
    gap: 24px;
}

.event-video {
    width: 100%;
    height: 165px;
    display: block;
    object-fit: cover;
    background: #111;
}

.address-list {
    align-items: stretch;
}

.address-list span {
    line-height: 1.6;
}