/* GWS – Pages SEO L'Abordage (gabarit page-gws-seo.php + blocs accueil/carte/articles) — v2.0 (12/09/2026)
   v2.1 responsive carte. Charte du site : doré #cfa670, noir #020101, bleu marine #00335c, texte Lato, accroches Kristi. */

.gws-seo {
  --gws-gold: #cfa670;
  --gws-gold-2: #e3c79c;
  --gws-dark: #020101;
  --gws-navy: #00335c;
  --gws-sand: #f8f4ee;
  --gws-text: #2b2b2b;
  --gws-muted: #6f6f6f;
  --gws-max: 1140px;
  font-family: "Lato", "Helvetica Neue", Arial, sans-serif;
  color: var(--gws-text);
  background: #fff;
  line-height: 1.75;
  font-size: 17px;
  font-weight: 400;
  overflow-x: hidden;
}
.gws-seo *, .gws-seo *::before, .gws-seo *::after { box-sizing: border-box; }
.gws-seo h1, .gws-seo h2, .gws-seo h3 {
  font-family: "Lato", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  line-height: 1.18;
  margin: 0 0 .6em;
  color: var(--gws-dark);
}
.gws-seo h2 { font-size: clamp(24px, 3vw, 36px); }
.gws-seo h3 { font-size: 19px; letter-spacing: .05em; }
.gws-seo p { margin: 0 0 1.15em; }
.gws-seo strong { font-weight: 700; }
.gws-seo a { color: var(--gws-navy); text-decoration: none; transition: color .2s; }
.gws-seo a:hover { color: var(--gws-gold); }
.gws-seo img { display: block; max-width: 100%; height: auto; }
.gws-seo ul { margin: 0 0 1.2em 1.2em; padding: 0; }
.gws-seo li { margin: 0 0 .4em; }
.gws-wrap { max-width: var(--gws-max); margin: 0 auto; padding: 0 24px; }
.gws-center { text-align: center; }
.gws-lead { font-size: 19px; line-height: 1.65; max-width: 860px; }
.gws-lead.gws-center { margin-left: auto; margin-right: auto; }

/* Accroche script dorée (Kristi, comme les accroches de l'accueil) */
.gws-eyebrow {
  font-family: "Kristi", cursive;
  font-size: 34px;
  line-height: 1;
  color: var(--gws-gold);
  margin: 0 0 8px;
  text-transform: none;
  letter-spacing: 0;
}
.gws-eyebrow--center { text-align: center; }

/* Boutons (comme les boutons dorés du site) */
.gws-btn {
  display: inline-block;
  background: var(--gws-gold);
  color: #fff !important;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  padding: 16px 30px;
  border: 1px solid var(--gws-gold);
  border-radius: 2px;
  transition: background .2s, color .2s;
}
.gws-btn:hover { background: var(--gws-dark); border-color: var(--gws-dark); }
.gws-btn--outline { background: transparent; color: var(--gws-dark) !important; }
.gws-btn--outline:hover { background: var(--gws-gold); color: #fff !important; }
.gws-btn--light { background: transparent; border-color: #fff; color: #fff !important; }
.gws-btn--light:hover { background: #fff; color: var(--gws-dark) !important; }
.gws-hero__cta { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-top: 26px; }

/* ---- Hero ---- */
.gws-hero {
  position: relative;
  min-height: 82vh;
  display: flex; align-items: center; justify-content: center;
  text-align: center; color: #fff;
  background-color: var(--gws-navy);
  background-size: cover; background-position: center 45%;
  padding: 180px 24px 100px;
  isolation: isolate;
}
.gws-hero::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(180deg, rgba(0,0,0,.55) 0%, rgba(0,0,0,.25) 45%, rgba(0,0,0,.65) 100%);
}
.gws-hero__inner { max-width: 900px; margin: 0 auto; animation: gwsFadeUp .9s ease-out both; }
@keyframes gwsFadeUp { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: none; } }
.gws-hero__kicker { font-family: "Kristi", cursive; font-size: 44px; line-height: 1; color: var(--gws-gold); margin: 0 0 14px; }
.gws-hero h1 {
  font-size: clamp(26px, 3.6vw, 44px);
  color: #fff; margin-bottom: 18px;
  text-shadow: 0 2px 24px rgba(0,0,0,.45);
}
.gws-hero__lead { font-size: 18px; line-height: 1.6; max-width: 760px; margin: 0 auto; font-weight: 300; }

/* ---- Sections ---- */
.gws-section { padding: 80px 0; }
.gws-section--sand { background: var(--gws-sand); }
.gws-section--dark { background: var(--gws-dark); color: #fff; }
.gws-section--dark h2, .gws-section--dark h3 { color: #fff; }
.gws-section--dark a { color: var(--gws-gold-2); }
.gws-2col { display: grid; grid-template-columns: 1.1fr .9fr; gap: 56px; align-items: center; }
.gws-2col--rev > :first-child { order: 2; }
.gws-2col figure { margin: 0; }
.gws-2col figure img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.gws-2col figcaption { font-size: 13px; color: var(--gws-muted); margin-top: 8px; }
.gws-check { list-style: none; margin: 0 0 1.3em; }
.gws-check li { padding-left: 26px; position: relative; }
.gws-check li::before { content: ""; position: absolute; left: 0; top: .62em; width: 14px; height: 1px; background: var(--gws-gold); }

/* ---- Cartes ---- */
.gws-cards { display: grid; gap: 28px; margin: 34px 0 10px; }
.gws-cards--3 { grid-template-columns: repeat(3, 1fr); }
.gws-cards--2 { grid-template-columns: repeat(2, 1fr); }
.gws-card { background: #fff; border: 1px solid #eee5d8; display: flex; flex-direction: column; overflow: hidden; }
.gws-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; transition: transform .5s; }
.gws-card:hover img { transform: scale(1.03); }
.gws-card h3 { margin: 22px 22px 8px; font-size: 16px; }
.gws-card h3 a { color: var(--gws-dark); }
.gws-card p { margin: 0 22px 16px; font-size: 15.5px; color: var(--gws-muted); flex: 1; }
.gws-card__more {
  margin: 0 22px 22px; font-size: 11.5px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--gws-gold);
}
.gws-card--link { color: inherit; }
.gws-card--link:hover { color: inherit; }

/* ---- Chiffres / points forts ---- */
.gws-facts { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin: 30px 0 0; }
.gws-fact { text-align: center; padding: 26px 16px; border: 1px solid rgba(207,166,112,.45); }
.gws-fact strong { display: block; font-size: 30px; font-weight: 900; color: var(--gws-gold); line-height: 1.1; margin-bottom: 8px; }
.gws-fact span { font-size: 14px; letter-spacing: .08em; text-transform: uppercase; }

/* ---- FAQ ---- */
.gws-faq { border-top: 1px solid #e8dfd2; padding: 6px 0; }
.gws-faq:last-of-type { border-bottom: 1px solid #e8dfd2; }
.gws-faq summary { cursor: pointer; font-weight: 700; padding: 16px 40px 16px 0; position: relative; list-style: none; font-size: 17px; }
.gws-faq summary::-webkit-details-marker { display: none; }
.gws-faq summary::after { content: "+"; position: absolute; right: 4px; top: 12px; font-size: 26px; color: var(--gws-gold); font-weight: 300; }
.gws-faq[open] summary::after { content: "–"; }
.gws-faq > div { padding: 0 0 18px; color: var(--gws-text); }
.gws-faq > div p:last-child { margin-bottom: 0; }

/* ---- Infos pratiques ---- */
.gws-infos .gws-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.gws-infos address { font-style: normal; line-height: 1.9; }
.gws-hours { list-style: none; margin: 0; }
.gws-hours li { display: flex; justify-content: space-between; gap: 16px; border-bottom: 1px dashed rgba(255,255,255,.2); padding: 8px 0; }

/* ---- Bloc accueil ---- */
.gws-home-block { padding: 70px 0 40px; background: #fff; }
.gws-home-block h2 { text-align: center; }

/* ---- Carte en texte (page /carte/) ---- */
.gws-menu-text { padding: 60px 0 80px; background: var(--gws-sand); }
.gws-menu-text h2 { text-align: center; }
.gws-menu-files { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 14px 22px; margin: 6px 0 10px; }
.gws-menu-files__imgs { font-size: 14px; color: var(--gws-muted); }
.gws-menu-files__imgs a { font-weight: 700; }
.gws-menu-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 40px 56px; margin-top: 40px; }
.gws-menu-section { min-width: 0; }
.gws-menu-section h3 { border-bottom: 1px solid var(--gws-gold); padding-bottom: 8px; margin-bottom: 14px; }
.gws-menu-note { font-size: 14px; color: var(--gws-muted); margin-bottom: 10px; }
.gws-menu-section ul { list-style: none; margin: 0; }
.gws-menu-section li { margin: 0 0 12px; }
.gws-menu-item__head { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 4px 14px; align-items: baseline; }
.gws-menu-item__name { font-weight: 700; }
.gws-menu-item__price { white-space: nowrap; color: var(--gws-navy); font-weight: 700; margin-left: auto; }
.gws-menu-item__price small { font-weight: 400; color: var(--gws-muted); font-size: 12px; }
.gws-menu-item__desc { font-size: 14.5px; color: var(--gws-muted); margin: 2px 0 0; overflow-wrap: anywhere; }
.gws-menu-foot { text-align: center; font-size: 14px; color: var(--gws-muted); margin-top: 36px; }

/* ---- Liens de fin d'article ---- */
.gws-post-links { margin: 40px 0 10px; padding: 24px 28px; background: var(--gws-sand); border-left: 3px solid var(--gws-gold); }
.gws-post-links ul { list-style: none; margin: 0; display: flex; flex-wrap: wrap; gap: 8px 22px; }
.gws-post-links li { margin: 0; }
.gws-post-links a { font-weight: 700; }

/* ---- Responsive ---- */
@media (max-width: 980px) {
  .gws-cards--3 { grid-template-columns: repeat(2, 1fr); }
  .gws-facts { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .gws-seo { font-size: 16px; }
  .gws-section { padding: 56px 0; }
  .gws-hero { min-height: 70vh; padding: 140px 20px 70px; }
  .gws-hero__kicker { font-size: 36px; }
  .gws-2col, .gws-infos .gws-wrap, .gws-menu-grid { grid-template-columns: 1fr; gap: 28px; }
  .gws-2col--rev > :first-child { order: 0; }
  .gws-cards--3, .gws-cards--2 { grid-template-columns: 1fr; }
  .gws-menu-grid { grid-template-columns: minmax(0, 1fr); }
  .gws-menu-item__price { white-space: normal; font-size: 15px; }
  .gws-menu-item__price small { display: inline; }
  .gws-wrap { padding: 0 18px; }
  .gws-seo h1 { font-size: 24px; }
  .gws-infos .gws-wrap { grid-template-columns: 1fr; }
  .gws-hours li { flex-direction: column; gap: 2px; }
  .gws-lead { font-size: 17px; }
}
