/* GWS – pages SEO du Clos des Eyssauts. Charte du site : #c78665 (ocre), #121f38 (nuit), #edf5f7 (clair). */

.gws-seo {
    --gws-accent: #c78665;
    --gws-dark: #121f38;
    --gws-light: #edf5f7;
    --gws-text: #3d4250;
    --gws-border: #e2dcd6;
    font-family: 'Hind', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    color: var(--gws-text);
    font-size: 17px;
    line-height: 1.75;
}

.gws-seo h1,
.gws-seo h2,
.gws-seo h3 {
    font-family: 'Cormorant', Georgia, serif;
    color: var(--gws-dark);
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 18px;
}

/* --- Hero --- */
.gws-seo .gws-hero {
    position: relative;
    min-height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-size: cover;
    background-position: center;
    padding: 90px 24px;
}

.gws-seo .gws-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(18, 31, 56, .35), rgba(18, 31, 56, .62));
}

.gws-seo .gws-hero__inner {
    position: relative;
    z-index: 2;
    max-width: 900px;
}

.gws-seo .gws-hero h1 {
    color: #fff;
    font-size: clamp(30px, 4.4vw, 52px);
    margin-bottom: 14px;
    text-shadow: 0 2px 18px rgba(0, 0, 0, .35);
}

.gws-seo .gws-hero__sub {
    color: #fff;
    font-size: clamp(16px, 1.6vw, 20px);
    margin: 0 auto 24px;
    max-width: 760px;
    text-shadow: 0 2px 14px rgba(0, 0, 0, .4);
}

.gws-seo .gws-hero__actions {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}

/* --- Boutons --- */
.gws-seo .gws-btn {
    display: inline-block;
    padding: 13px 28px;
    background: var(--gws-accent);
    color: #fff;
    border-radius: 2px;
    font-size: 15px;
    letter-spacing: .06em;
    text-transform: uppercase;
    text-decoration: none;
    transition: background .2s, color .2s;
}

.gws-seo .gws-btn:hover {
    background: #b06f4e;
    color: #fff;
}

.gws-seo .gws-btn--outline {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.gws-seo .gws-btn--outline:hover {
    background: #fff;
    color: var(--gws-dark);
}

.gws-seo .gws-section .gws-btn--outline {
    border-color: var(--gws-accent);
    color: var(--gws-accent);
}

.gws-seo .gws-section .gws-btn--outline:hover {
    background: var(--gws-accent);
    color: #fff;
}

/* --- Sections --- */
.gws-seo .gws-section {
    max-width: 1080px;
    margin: 0 auto;
    padding: 58px 24px;
}

.gws-seo .gws-section > h2 {
    font-size: clamp(25px, 2.9vw, 36px);
    margin-bottom: 22px;
}

.gws-seo .gws-section h3 {
    font-size: 21px;
    margin-top: 26px;
}

.gws-seo .gws-section p {
    margin: 0 0 16px;
}

.gws-seo .gws-section ul {
    margin: 0 0 18px;
    padding-left: 20px;
}

.gws-seo .gws-section li {
    margin-bottom: 8px;
}

.gws-seo .gws-section--alt {
    background: var(--gws-light);
    max-width: none;
}

.gws-seo .gws-section--alt > * {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
}

/* --- En bref (encadré de faits) --- */
.gws-seo .gws-facts {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: 18px;
    margin: 0 0 12px;
    padding: 0;
    list-style: none;
}

.gws-seo .gws-facts li {
    background: #fff;
    border: 1px solid var(--gws-border);
    border-left: 3px solid var(--gws-accent);
    padding: 16px 18px;
    margin: 0;
    font-size: 16px;
}

.gws-seo .gws-facts strong {
    display: block;
    color: var(--gws-dark);
    font-family: 'Cormorant', Georgia, serif;
    font-size: 19px;
}

/* --- Cartes / colonnes --- */
.gws-seo .gws-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 26px;
}

.gws-seo .gws-card {
    background: #fff;
    border: 1px solid var(--gws-border);
}

.gws-seo .gws-card img {
    width: 100%;
    height: 210px;
    object-fit: cover;
    display: block;
}

.gws-seo .gws-card h3 {
    margin: 18px 20px 10px;
    font-size: 20px;
}

.gws-seo .gws-card p {
    margin: 0 20px 18px;
    font-size: 16px;
}

/* --- Bandeau photo --- */
.gws-seo .gws-band {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 4px;
    padding: 0;
}

.gws-seo .gws-band img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
}

/* --- FAQ --- */
.gws-seo .gws-faq {
    border-bottom: 1px solid var(--gws-border);
    padding: 14px 0;
}

.gws-seo .gws-faq summary {
    cursor: pointer;
    font-family: 'Cormorant', Georgia, serif;
    font-size: 20px;
    color: var(--gws-dark);
    list-style: none;
    position: relative;
    padding-right: 30px;
}

.gws-seo .gws-faq summary::-webkit-details-marker {
    display: none;
}

.gws-seo .gws-faq summary::after {
    content: '+';
    position: absolute;
    right: 4px;
    top: -2px;
    color: var(--gws-accent);
    font-size: 24px;
}

.gws-seo .gws-faq[open] summary::after {
    content: '–';
}

.gws-seo .gws-faq > div {
    padding-top: 10px;
}

/* --- Maillage (listes de villes / thèmes) --- */
.gws-seo .gws-links {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    padding: 0;
    list-style: none;
    margin: 0 0 22px;
}

.gws-seo .gws-links li {
    margin: 0;
}

.gws-seo .gws-links a {
    display: inline-block;
    padding: 7px 14px;
    background: #fff;
    border: 1px solid var(--gws-border);
    color: var(--gws-text);
    font-size: 14.5px;
    text-decoration: none;
    border-radius: 2px;
}

.gws-seo .gws-links a:hover {
    border-color: var(--gws-accent);
    color: var(--gws-accent);
}

/* --- Bloc contact final --- */
.gws-seo .gws-contact-final {
    background: var(--gws-dark);
    max-width: none;
    text-align: center;
    color: #e8eaf0;
}

.gws-seo .gws-contact-final h2,
.gws-seo .gws-contact-final p {
    color: #fff;
}

.gws-seo .gws-contact-final__actions {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
    margin: 24px 0 18px;
}

.gws-seo .gws-contact-final .gws-btn--outline {
    border-color: #fff;
    color: #fff;
}

.gws-seo .gws-contact-final .gws-btn--outline:hover {
    background: #fff;
    color: var(--gws-dark);
}

.gws-seo .gws-contact-final__adr {
    font-size: 14.5px;
    opacity: .75;
}

/* --- Fil d'Ariane textuel / mentions --- */
.gws-seo .gws-note {
    font-size: 14.5px;
    color: #7b8091;
}

@media (max-width: 782px) {
    .gws-seo .gws-hero {
        min-height: 320px;
        padding: 64px 18px;
    }

    .gws-seo .gws-section {
        padding: 40px 18px;
    }
}
