/*
Theme Name: Standing Travaux
Theme URI: https://poncage-parquet.com/
Author: Standing Travaux
Description: Thème WordPress classique pour Standing Travaux — parquet, rénovation et peinture en Île-de-France.
Version: 0.7.6
Requires at least: 6.4
Requires PHP: 8.0
Text Domain: standing-travaux
*/

:root {
  --st-paper: #f8f6f3;
  --st-paper-warm: #f1ece5;
  --st-ink: #312a23;
  --st-ink-soft: #62594f;
  --st-wood: #3a3028;
  --st-wood-deep: #241e19;
  --st-greige: #6b5f52;
  --st-gold: #c8a86d;
  --st-gold-light: #e2c895;
  --st-line: #e4ddd4;
  --st-white: #fffdf9;
  --st-shadow: 0 18px 55px rgba(52, 42, 32, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--st-paper); color: var(--st-ink); font: 16px/1.6 "Manrope", system-ui, sans-serif; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.st-shell { width: min(1760px, calc(100% - 80px)); margin-inline: auto; }
.st-brand { display: inline-flex; align-items: center; gap: 11px; }
.st-brand-mark { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: var(--st-wood); color: var(--st-gold-light); font-weight: 700; font-size: 12px; letter-spacing: .08em; }
.st-brand strong, .st-brand small { display: block; }
.st-brand strong { font: 600 22px/1 "Cormorant Garamond", Georgia, serif; }
.st-brand small { margin-top: 4px; color: var(--st-greige); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.st-site-header { position: sticky; top: 0; z-index: 20; background: rgba(248,246,243,.97); border-bottom: 1px solid var(--st-line); backdrop-filter: blur(14px); }
.st-header-inner { min-height: 78px; display: flex; align-items: center; gap: 28px; }
.st-main-nav { display: flex; align-items: center; gap: 24px; margin-left: auto; }
.st-main-nav ul { display: flex; align-items: center; gap: 24px; margin: 0; padding: 0; list-style: none; }
.st-main-nav a { color: var(--st-ink-soft); font-size: 13px; font-weight: 600; }
.st-main-nav a:hover, .st-main-nav .current-menu-item > a { color: var(--st-wood); }
.st-header-actions { display: flex; align-items: center; gap: 15px; margin-left: auto; }
.st-phone { display: inline-flex; align-items: center; gap: 7px; color: var(--st-wood); font-size: 12px; font-weight: 600; }
.st-mobile-menu { display: none; border: 0; background: transparent; color: var(--st-wood); font-size: 24px; }
.st-button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 45px; padding: 11px 20px; border: 1px solid transparent; border-radius: 5px; font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; transition: .2s ease; }
.st-button:hover { transform: translateY(-2px); }
.st-button-gold { background: var(--st-gold); color: var(--st-wood-deep); }
.st-button-dark { background: var(--st-wood); color: var(--st-white); }
.st-button-outline-light { border-color: rgba(255,255,255,.4); color: #fff; }
.st-button-full { width: 100%; }
.st-eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--st-greige); font-size: 11px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.st-eyebrow-light { color: var(--st-gold-light); }
.st-hero { position: relative; overflow: hidden; color: #fff; background: radial-gradient(circle at 75% 0%, rgba(117,91,61,.34), transparent 43%), linear-gradient(115deg,var(--st-wood-deep),#4b3d31 55%,#62503f); }
.st-hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 70px; align-items: center; padding: 86px 0 96px; }
.st-hero h1, .st-inner-hero h1 { margin: 17px 0 0; color: #fff; font: 600 clamp(40px,4vw,58px)/1.04 "Cormorant Garamond", Georgia, serif; letter-spacing: -.015em; }
.st-hero h1 span, .st-hero h1 em { display: block; }
.st-hero h1 em, .st-inner-hero h1 em { color: var(--st-gold); font-style: italic; font-weight: 500; }
.st-gold-line { width: 76px; height: 2px; margin: 28px 0 22px; background: var(--st-gold); }
.st-hero-copy > p { max-width: 560px; color: rgba(255,255,255,.76); font-size: 16px; }
.st-hero-buttons { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.st-hero-proof { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 33px; color: rgba(255,255,255,.7); font-size: 11px; }
.st-hero-proof span { display: inline-flex; align-items: center; gap: 7px; }
.st-hero-media { position: relative; }
.st-hero-media img { width: 100%; aspect-ratio: 1/.93; object-fit: cover; border-radius: 22px; box-shadow: 0 24px 60px rgba(0,0,0,.26); }
.st-stat-card { position: absolute; right: -25px; bottom: 22px; display: grid; grid-template-columns: repeat(3,1fr); width: min(450px,95%); padding: 18px 20px; color: var(--st-wood); background: rgba(255,253,249,.96); border-radius: 10px; box-shadow: var(--st-shadow); }
.st-stat-card div { padding: 0 14px; border-right: 1px solid var(--st-line); }
.st-stat-card div:last-child { border-right: 0; }
.st-stat-card strong { display: block; font: 600 30px/1 "Cormorant Garamond", Georgia, serif; }
.st-stat-card small { display: block; color: var(--st-greige); font-size: 10px; }
.st-section { padding: 105px 0; }
.st-section-paper { background: var(--st-paper); }
.st-section-warm { background: var(--st-paper-warm); }
.st-split { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(54px,8vw,105px); align-items: center; }
.st-image-stack { position: relative; max-width: 490px; }
.st-image-stack img { width: 100%; aspect-ratio: 1/1.08; object-fit: cover; border-radius: 12px; box-shadow: var(--st-shadow); }
.st-experience { position: absolute; right: -22px; bottom: 34px; display: flex; align-items: center; gap: 8px; padding: 16px 19px; background: var(--st-gold); color: var(--st-wood-deep); }
.st-experience strong { font: 600 39px/.8 "Cormorant Garamond", Georgia, serif; }
.st-experience span { font-size: 10px; font-weight: 700; line-height: 1.15; text-transform: uppercase; }
.st-copy h2, .st-section-heading h2 { margin: 12px 0 0; color: var(--st-wood); font: 600 clamp(39px,4.4vw,56px)/1.04 "Manrope", system-ui, sans-serif; letter-spacing: -.045em; }
.st-copy h2 em, .st-section-heading h2 em { color: var(--st-gold); font-style: normal; }
.st-copy > p { max-width: 600px; margin: 20px 0 0; color: var(--st-ink-soft); }
.st-check-list { display: grid; gap: 11px; margin: 25px 0 28px; padding: 0; list-style: none; }
.st-check-list li { display: flex; gap: 9px; color: var(--st-ink-soft); font-size: 13px; }
.st-check-list li::before { content: "✓"; color: var(--st-gold); font-weight: 700; }
.st-section-heading { max-width: 680px; margin: 0 auto 44px; text-align: center; }
.st-section-heading p { color: var(--st-ink-soft); }
.st-service-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.st-service-card { overflow: hidden; background: var(--st-white); border: 1px solid rgba(107,95,82,.12); border-radius: 12px; }
.st-service-card img { width: 100%; aspect-ratio: 1.44; object-fit: cover; }
.st-service-body { padding: 22px; }
.st-service-body h3 { margin: 0; font: 600 26px/1.1 "Cormorant Garamond", Georgia, serif; }
.st-service-body p { min-height: 78px; color: var(--st-ink-soft); font-size: 13px; }
.st-gallery-grid { display: grid; grid-template-columns: repeat(4,1fr); grid-template-rows: 210px 170px; gap: 12px; }
.st-gallery-grid a { position: relative; overflow: hidden; border-radius: 8px; }
.st-gallery-grid a:first-child { grid-column: span 2; grid-row: span 2; }
.st-gallery-grid img { width: 100%; height: 100%; object-fit: cover; }
.st-gallery-grid span { position: absolute; left: 17px; right: 17px; bottom: 14px; z-index: 1; color: #fff; }
.st-gallery-grid small { display: block; color: var(--st-gold-light); font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
.st-gallery-grid strong { font: 600 25px/1 "Cormorant Garamond", Georgia, serif; }
.st-zone-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }
.st-zone-card { display: flex; align-items: center; gap: 10px; min-height: 82px; padding: 16px; background: var(--st-white); border: 1px solid var(--st-line); border-radius: 9px; }
.st-zone-card strong { display: block; font: 600 20px/1 "Cormorant Garamond", Georgia, serif; }
.st-zone-card small { display: block; margin-top: 4px; color: var(--st-greige); font-size: 10px; line-height: 1.3; }
.st-quote { background: var(--st-wood-deep); color: #fff; }
.st-quote-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; padding: 95px 0; }
.st-quote h2 { margin-top: 14px; color: #fff; font: 600 clamp(34px,3.6vw,48px)/1.06 "Cormorant Garamond", Georgia, serif; }
.st-quote-copy > p { max-width: 470px; color: rgba(255,255,255,.7); }
.st-quote-form { padding: 30px; border-radius: 12px; background: var(--st-white); color: var(--st-ink); }
.st-quote-form h3 { margin: 8px 0; font: 600 34px/1 "Cormorant Garamond", Georgia, serif; }
.st-form { display: grid; gap: 13px; }
.st-form label { display: grid; gap: 5px; color: var(--st-ink-soft); font-size: 11px; font-weight: 700; }
.st-form input, .st-form textarea { width: 100%; padding: 11px 12px; border: 1px solid var(--st-line); border-radius: 5px; background: #fff; }
.st-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.st-checkbox-fieldset { padding: 13px; border: 1px solid var(--st-line); border-radius: 6px; }
.st-checkbox-fieldset legend { padding: 0 5px; color: var(--st-ink-soft); font-size: 11px; font-weight: 700; }
.st-checkbox-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 8px 13px; }
.st-checkbox-option { display: flex !important; grid-template-columns: none !important; align-items: center; gap: 8px !important; font-size: 11px !important; font-weight: 500 !important; cursor: pointer; }
.st-checkbox-option input { width: 16px; height: 16px; accent-color: var(--st-gold); }
.st-footer { padding: 65px 0 24px; color: rgba(255,255,255,.68); background: var(--st-wood); }
.st-footer-grid { display: grid; grid-template-columns: 1.3fr .8fr .8fr 1fr; gap: 40px; }
.st-footer .st-brand strong { color: #fff; }
.st-footer-heading { color: var(--st-gold-light); font-size: 10px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.st-footer a { display: block; margin: 7px 0; font-size: 12px; }
.st-footer-bottom { display: flex; justify-content: space-between; margin-top: 48px; padding-top: 17px; border-top: 1px solid rgba(255,255,255,.14); font-size: 10px; }
.st-inner-hero { position: relative; overflow: hidden; min-height: 455px; display: flex; align-items: end; background: var(--st-wood-deep); color: #fff; }
.st-inner-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,var(--st-wood-deep) 25%,rgba(36,30,25,.78) 48%,rgba(36,30,25,.08)); }
.st-inner-hero img { position: absolute; inset: 0 0 0 auto; width: 56%; height: 100%; object-fit: cover; opacity: .66; }
.st-inner-hero-content { position: relative; z-index: 1; width: 100%; padding: 87px 0 70px; }
.st-inner-hero p { max-width: 560px; color: rgba(255,255,255,.76); }
.st-page-content { padding: 90px 0; }
.st-form-success { padding: 30px; border: 1px solid var(--st-line); background: var(--st-white); }
.st-honeypot { position: absolute; left: -9999px; opacity: 0; }
@media (max-width: 900px) { .st-main-nav, .st-main-nav ul { gap: 14px; } .st-header-actions .st-phone { display: none; } .st-hero-grid { gap: 34px; } .st-footer-grid { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 760px) {
  .st-shell { width: min(100% - 32px, 590px); }
  .st-header-inner { min-height: 68px; }
  .st-mobile-menu { display: block; margin-left: auto; }
  .st-main-nav { display: none; position: absolute; top: 68px; left: 0; right: 0; padding: 15px 18px 22px; background: var(--st-white); border-bottom: 1px solid var(--st-line); }
  .st-main-nav.is-open { display: block; }
  .st-main-nav.is-open ul { display: grid; gap: 10px; }
  .st-header-actions { margin-left: 0; }
  .st-header-actions .st-button { display: none; }
  .st-hero-grid, .st-split, .st-quote-grid { grid-template-columns: 1fr; gap: 42px; }
  .st-hero-grid { padding: 60px 0 78px; }
  .st-hero h1 { font-size: clamp(45px,9.5vw,59px); }
  .st-hero-copy > p { font-size: 18px; }
  .st-hero-buttons { display: grid; grid-template-columns: 1fr; }
  .st-hero-buttons .st-button { width: 100%; }
  .st-hero-proof { display: grid; gap: 10px; }
  .st-stat-card { position: relative; right: auto; bottom: auto; margin: -22px auto 0; width: calc(100% - 18px); }
  .st-section { padding: 74px 0; }
  .st-service-grid, .st-zone-grid { grid-template-columns: 1fr; }
  .st-gallery-grid { grid-template-columns: repeat(2,1fr); grid-template-rows: repeat(3,155px); }
  .st-gallery-grid a:first-child { grid-column: span 2; grid-row: span 2; }
  .st-footer-grid { grid-template-columns: 1fr 1fr; gap: 28px 20px; }
  .st-footer-bottom { display: grid; gap: 5px; }
  .st-inner-hero { min-height: 520px; }
  .st-inner-hero img { width: 100%; opacity: .4; }
  .st-inner-hero::after { background: linear-gradient(180deg,rgba(36,30,25,.2),rgba(36,30,25,.88) 75%); }
  .st-form-row { grid-template-columns: 1fr; }
}

/* Typographie : lisibilité Manrope, titres Cormorant Garamond. */
body,
button, input, select, textarea,
.st-hero-copy > p, .st-copy > p, .st-section-heading p, .st-service-body p,
.st-hero-proof, .st-quote-copy > p, .st-footer, .st-inner-hero p,
.st-zone-card small, .st-quote-form, .st-form {
  font-family: "Manrope", system-ui, sans-serif;
}
.st-brand strong, .st-hero h1, .st-inner-hero h1, .st-stat-card strong,
.st-experience strong, .st-service-body h3, .st-gallery-grid strong,
.st-zone-card strong, .st-quote h2, .st-quote-form h3,
.st-copy h2, .st-section-heading h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
}
.st-copy h2, .st-section-heading h2 {
  font-weight: 600;
  letter-spacing: -.02em;
}
.st-copy h2 em, .st-section-heading h2 em { font-style: normal; }

/* Gutenberg : la page est composée dans l’éditeur, ces classes portent uniquement la présentation. */
.wp-site-blocks,
.wp-block-post-content {
  overflow: clip;
}

.wp-block-group,
.wp-block-columns,
.wp-block-cover,
.wp-block-media-text {
  max-width: 100%;
}

.wp-block-group > .wp-block-group__inner-container,
.wp-block-columns,
.wp-block-cover__inner-container,
.wp-block-media-text {
  width: min(1760px, calc(100% - 80px));
  margin-inline: auto;
}

.wp-block-heading,
.wp-block-post-content h1,
.wp-block-post-content h2,
.wp-block-post-content h3,
.wp-block-post-content h4 {
  color: var(--st-wood);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  letter-spacing: -.015em;
}

.wp-block-post-content p,
.wp-block-post-content li {
  color: var(--st-ink-soft);
  font-family: "Manrope", system-ui, sans-serif;
}

.wp-block-post-content a {
  color: var(--st-wood);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.wp-block-post-content a:hover {
  color: var(--st-gold);
}

.wp-block-image img {
  border-radius: 12px;
  box-shadow: var(--st-shadow);
}

.wp-block-button__link,
.wp-block-buttons .wp-block-button__link {
  border-radius: 5px;
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .06em;
  padding: 12px 20px;
  text-transform: uppercase;
  transition: transform .2s ease, background-color .2s ease, color .2s ease;
}

.wp-block-button__link:hover {
  transform: translateY(-2px);
}

.st-btn-primary .wp-block-button__link,
.wp-block-button.st-btn-primary .wp-block-button__link {
  background: var(--st-gold);
  color: var(--st-wood-deep);
}

.st-btn-primary .wp-block-button__link:hover,
.wp-block-button.st-btn-primary .wp-block-button__link:hover {
  background: var(--st-gold-light);
  color: var(--st-wood-deep);
}

.st-hero {
  background:
    radial-gradient(circle at 75% 0%, rgba(117, 91, 61, .34), transparent 43%),
    linear-gradient(115deg, var(--st-wood-deep), #4b3d31 55%, #62503f);
  color: #fff;
  padding: 82px 0 90px;
}

.st-hero > .wp-block-group__inner-container {
  padding: 0;
}

.st-hero .wp-block-heading {
  max-width: 780px;
  margin: 0 0 22px;
  color: #fff;
  font-size: clamp(38px, 4.3vw, 56px);
  line-height: 1.06;
}

.st-hero .wp-block-heading em,
.st-hero .has-gold-color {
  color: var(--st-gold-light);
}

.st-hero p {
  max-width: 700px;
  color: rgba(255, 255, 255, .78);
}

.st-hero .wp-block-buttons {
  margin-top: 28px;
}

.st-hero .wp-block-button__link {
  background: var(--st-gold);
  color: var(--st-wood-deep);
}

.st-hero .is-style-outline .wp-block-button__link {
  border-color: rgba(255, 255, 255, .5);
  background: transparent;
  color: #fff;
}

.st-hero .wp-block-image {
  margin: 38px 0 0;
}

.st-hero .wp-block-image img {
  width: 100%;
  aspect-ratio: 1 / .93;
  object-fit: cover;
  border-radius: 22px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, .26);
}

.st-cta {
  background: var(--st-wood-deep);
  color: #fff;
  padding: 74px 0;
}

.st-cta > .wp-block-group__inner-container {
  padding: 0;
}

.st-cta .wp-block-heading {
  color: #fff;
}

.st-cta p {
  color: rgba(255, 255, 255, .76);
}

.st-cta .wp-block-button__link {
  background: var(--st-gold);
  color: var(--st-wood-deep);
}

.st-cta .is-style-outline .wp-block-button__link {
  border-color: rgba(255, 255, 255, .5);
  background: transparent;
  color: #fff;
}

.st-page-header {
  margin-bottom: 38px;
}

.st-page-title {
  margin: 0;
  font: 600 clamp(34px, 4.1vw, 54px)/1.1 "Cormorant Garamond", Georgia, serif;
  letter-spacing: -.03em;
}

.st-empty {
  color: var(--st-ink-soft);
}

.st-footer-widget {
  color: rgba(255, 255, 255, .68);
}

.st-footer-widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.st-footer-widget .st-footer-heading,
.st-footer-widget h2 {
  margin: 0 0 12px;
}

.st-footer .st-brand {
  color: inherit;
}

.st-footer .st-brand-copy small {
  color: rgba(255, 255, 255, .62);
}

@media (max-width: 760px) {
  .wp-block-group > .wp-block-group__inner-container,
  .wp-block-columns,
  .wp-block-cover__inner-container,
  .wp-block-media-text {
    width: min(100% - 32px, 590px);
  }

  .st-hero {
    padding: 58px 0 70px;
  }

  .st-hero .wp-block-heading {
    font-size: clamp(34px, 9vw, 48px);
  }
}


/* =========================================================
   v0.3.0 — Pages Gutenberg : mise en page, typographie, cadrage des images
   ========================================================= */

/* Les pages démarrent directement par le bandeau (plus d'espace clair au-dessus). */
.st-page-content { padding: 0; }

/* Sections : espacement régulier et alternance de fonds. */
.st-front-page > .wp-block-group,
.st-entry > .wp-block-group { padding: 84px 0; margin: 0; }
.st-front-page > .wp-block-group:nth-of-type(even):not(.st-hero):not(.st-cta),
.st-entry > .wp-block-group:nth-of-type(even):not(.st-hero):not(.st-cta) { background: var(--st-paper-warm); }
.wp-block-group__inner-container .wp-block-columns { width: 100%; }

/* Largeur de lecture confortable pour le texte courant. */
.wp-block-group__inner-container > p,
.wp-block-group__inner-container > ul,
.wp-block-group__inner-container > ol,
.wp-block-group__inner-container > h2,
.wp-block-group__inner-container > h3 { max-width: 760px; }

/* Titres de contenu. */
.st-front-page h2.wp-block-heading,
.st-entry h2.wp-block-heading { margin: 0 0 22px; font-size: clamp(30px, 3.2vw, 42px); line-height: 1.12; }
.st-front-page h3.wp-block-heading,
.st-entry h3.wp-block-heading { margin: 30px 0 8px; font-size: 21px; line-height: 1.25; }
:where(.st-front-page, .st-entry) .wp-block-group__inner-container > p,
:where(.st-front-page, .st-entry) .wp-block-column > p,
:where(.st-front-page, .st-entry) .wp-block-group__inner-container > ul > li,
:where(.st-front-page, .st-entry) .wp-block-group__inner-container > ol > li,
:where(.st-front-page, .st-entry) .wp-block-column > ul > li { color: var(--st-ink-soft); font-size: 16px; line-height: 1.7; }
:where(.st-front-page, .st-entry) .wp-block-group__inner-container > ul > li,
:where(.st-front-page, .st-entry) .wp-block-group__inner-container > ol > li { margin-bottom: 8px; }
.st-front-page strong, .st-entry strong { color: var(--st-ink); }
.st-hero strong, .st-cta strong { color: #fff; }

/* Bandeau d'introduction en deux colonnes (texte + photo). */
.st-hero .wp-block-columns { gap: clamp(34px, 5vw, 70px); align-items: center; margin: 0; }
.st-hero .wp-block-image { margin: 0; }
.st-hero p { font-size: 17px; }

/* ---- Cadrage des images : même format partout, recadrage centré ---- */
.st-front-page .wp-block-image img,
.st-entry .wp-block-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center;
}
/* Photo portrait (verticale) : ajouter la classe st-img-portrait au bloc Image. */
.wp-block-image.st-img-portrait img { aspect-ratio: 4 / 5 !important; }
/* Pour garder une photo dans ses proportions d'origine : classe st-img-libre. */
.wp-block-image.st-img-libre img { aspect-ratio: auto !important; object-fit: contain; }

/* Galerie : grille régulière, vignettes de même taille. */
.st-front-page .wp-block-gallery,
.st-entry .wp-block-gallery {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 14px !important;
  margin: 28px 0;
}
.st-front-page .wp-block-gallery figure.wp-block-image,
.st-entry .wp-block-gallery figure.wp-block-image {
  width: 100% !important;
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.st-front-page .wp-block-gallery figure.wp-block-image img,
.st-entry .wp-block-gallery figure.wp-block-image img {
  height: auto !important;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: none;
}
.wp-block-gallery figure.wp-block-image figcaption {
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

/* Bloc texte + photo : classe st-split sur le bloc Colonnes. */
.wp-block-columns.st-split { gap: clamp(34px, 6vw, 90px); align-items: center; }
.wp-block-columns.st-split .wp-block-image img { aspect-ratio: 1 / 1.08; }

/* Cartes de prestations : classe st-cards sur le bloc Colonnes. */
.wp-block-columns.st-cards { gap: 20px; margin: 20px 0 0; }
.wp-block-columns.st-cards > .wp-block-column {
  padding: 26px 24px;
  background: var(--st-white);
  border: 1px solid rgba(107, 95, 82, .14);
  border-radius: 12px;
}
.wp-block-columns.st-cards h3.wp-block-heading { margin-top: 0; }
.wp-block-columns.st-cards p { font-size: 14px; margin-bottom: 0; }

/* Formulaire : champ consentement. */
.st-consent { display: flex !important; align-items: flex-start; gap: 9px !important; font-weight: 500 !important; line-height: 1.45; }
.st-consent input { width: 16px !important; height: 16px; margin-top: 2px; flex: 0 0 16px; accent-color: var(--st-gold); }
.st-consent a { text-decoration: underline; }
.st-cta .st-quote-form { max-width: 640px; margin-top: 26px; }

@media (max-width: 781px) {
  .st-front-page > .wp-block-group,
  .st-entry > .wp-block-group { padding: 60px 0; }
  .st-front-page .wp-block-gallery,
  .st-entry .wp-block-gallery { grid-template-columns: 1fr 1fr; }
}

/* Liens dans le contenu : visibles et soulignés. */
.st-front-page p a, .st-entry p a,
.st-front-page li a, .st-entry li a {
  color: var(--st-wood);
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: var(--st-gold);
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}
.st-front-page p a:hover, .st-entry p a:hover { color: var(--st-greige); }
.st-hero p a, .st-cta p a { color: var(--st-gold-light); }
/* Le formulaire garde ses couleurs sombres sur fond blanc, même dans le bandeau foncé. */
.st-cta .st-quote-form p, .st-cta .st-quote-form label, .st-cta .st-quote-form legend { color: var(--st-ink-soft); }
.st-cta .st-quote-form h3 { color: var(--st-wood); }
.st-cta .st-quote-form a { color: var(--st-wood); }

/* Texte clair sur les bandeaux foncés (prioritaire sur la couleur générale des paragraphes). */
.st-front-page .st-hero p, .st-entry .st-hero p,
.st-front-page .st-cta > .wp-block-group__inner-container > p,
.st-entry .st-cta > .wp-block-group__inner-container > p,
.st-front-page .st-hero li, .st-entry .st-hero li { color: rgba(255, 255, 255, .82); }


/* =========================================================
   v0.4.0 — Composants du design (bandeaux, cartes, grilles, FAQ) utilisables dans Gutenberg
   ========================================================= */

/* Bandeau d'accueil : la grille du design d'origine, dans un groupe Gutenberg. */
.st-front-page > .st-hero, .st-entry > .st-hero { padding: 0; }
.st-hero .st-hero-grid { padding: 78px 0 96px; }
.st-hero .st-hero-copy h1 { font-family: "Cormorant Garamond", Georgia, serif; }
.st-front-page .st-hero .st-hero-copy > p, .st-entry .st-hero .st-hero-copy > p { color: rgba(255,255,255,.78); font-size: 17px; }
.st-hero .st-hero-proof { color: rgba(255,255,255,.72); }
.st-hero .st-hero-proof span::before { content: "✓"; color: var(--st-gold); font-weight: 700; }
.st-stat-card small { line-height: 1.3; }

/* Bandeau intérieur (pages prestations, zones) */
.st-front-page > .st-inner-hero, .st-entry > .st-inner-hero { padding: 0; }
.st-inner-hero > .wp-block-group__inner-container { position: relative; z-index: 1; width: min(1760px, calc(100% - 80px)); }
.st-inner-hero .st-inner-hero-content { padding: 96px 0 74px; }
.st-inner-hero h1 { font-family: "Cormorant Garamond", Georgia, serif; }
.st-inner-hero .st-hero-buttons { margin-top: 26px; }
.st-inner-hero .st-inner-hero-content p { max-width: 560px; color: rgba(255,255,255,.78); font-size: 17px; }
.st-inner-hero .st-breadcrumb { display: flex; gap: 8px; margin: 0 0 6px; color: rgba(255,255,255,.6); font-size: 12px; }
.st-inner-hero .st-breadcrumb a { color: rgba(255,255,255,.8); }

/* Bloc savoir-faire (photo + badge + texte) */
.st-split .st-copy > p { color: var(--st-ink-soft); }
.st-copy .st-more-link { display: inline-block; margin-top: 6px; font-weight: 600; color: var(--st-wood); text-decoration: underline; text-decoration-color: var(--st-gold); text-underline-offset: 4px; }

/* Cartes de prestations : liens et hauteur homogène */
.st-service-card { display: flex; flex-direction: column; transition: transform .2s ease, box-shadow .2s ease; }
.st-service-card:hover { transform: translateY(-3px); box-shadow: var(--st-shadow); }
.st-service-body { flex: 1; display: flex; flex-direction: column; }
.st-service-body p { flex: 1; min-height: 0; margin: 10px 0 14px; line-height: 1.55; }
.st-service-body a.st-card-link { color: var(--st-wood); font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.st-service-body a.st-card-link::after { content: " →"; color: var(--st-gold); }
.st-service-tag { display: inline-block; margin-bottom: 8px; padding: 3px 9px; border-radius: 999px; background: var(--st-paper-warm); color: var(--st-greige); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }

/* Étapes numérotées */
.st-steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 18px; margin: 30px 0 0; padding: 0; list-style: none; counter-reset: st-step; }
.st-steps li { position: relative; padding: 26px 22px 22px; background: var(--st-white); border: 1px solid var(--st-line); border-radius: 12px; counter-increment: st-step; }
.st-steps li::before { content: counter(st-step, decimal-leading-zero); display: block; margin-bottom: 12px; color: var(--st-gold); font: 600 34px/1 "Cormorant Garamond", Georgia, serif; }
.st-steps h3 { margin: 0 0 8px; color: var(--st-wood); font: 600 22px/1.2 "Cormorant Garamond", Georgia, serif; }
.st-steps p { margin: 0; color: var(--st-ink-soft); font-size: 14px; line-height: 1.6; }

/* Cartes d'information (finitions, cas particuliers…) */
.st-info-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 18px; margin-top: 28px; }
.st-info-card { padding: 24px 22px; background: var(--st-white); border: 1px solid var(--st-line); border-radius: 12px; border-top: 3px solid var(--st-gold); }
.st-info-card h3 { margin: 0 0 8px; color: var(--st-wood); font: 600 22px/1.2 "Cormorant Garamond", Georgia, serif; }
.st-info-card p { margin: 0; color: var(--st-ink-soft); font-size: 14px; line-height: 1.6; }
.st-info-card strong { color: var(--st-wood); }

/* Grille de réalisations : premier visuel en grand, légendes sur fond dégradé */
.st-gallery-grid a::after, .st-gallery-grid figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(36,30,25,.82)); }
.st-gallery-grid figure { position: relative; margin: 0; overflow: hidden; border-radius: 8px; }
.st-gallery-grid figure:first-child { grid-column: span 2; grid-row: span 2; }
.st-gallery-grid figcaption { position: absolute; left: 17px; right: 17px; bottom: 14px; z-index: 1; color: #fff; }
.st-gallery-grid figcaption small { display: block; color: var(--st-gold-light); font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
.st-gallery-grid figcaption strong { font: 600 22px/1.1 "Cormorant Garamond", Georgia, serif; }
.st-gallery-more { margin-top: 22px; text-align: center; }

/* Cartes de zones : cliquables */
a.st-zone-card { transition: border-color .2s ease, transform .2s ease; }
a.st-zone-card:hover { border-color: var(--st-gold); transform: translateY(-2px); }
.st-zone-card::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--st-gold); flex: 0 0 8px; }

/* FAQ en accordéon */
.st-faq { margin-top: 26px; border-top: 1px solid var(--st-line); }
.st-faq details { border-bottom: 1px solid var(--st-line); }
.st-faq summary { position: relative; padding: 18px 44px 18px 0; cursor: pointer; list-style: none; color: var(--st-wood); font: 600 20px/1.3 "Cormorant Garamond", Georgia, serif; }
.st-faq summary::-webkit-details-marker { display: none; }
.st-faq summary::after { content: "+"; position: absolute; right: 4px; top: 50%; transform: translateY(-50%); width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: var(--st-paper-warm); color: var(--st-gold); font: 700 20px/1 "Manrope", sans-serif; transition: transform .2s ease; }
.st-faq details[open] summary::after { content: "–"; transform: translateY(-50%) rotate(180deg); }
.st-faq details p { margin: 0 0 18px; max-width: 760px; color: var(--st-ink-soft); font-size: 15px; line-height: 1.7; }

/* Section devis sombre : colonnes texte + formulaire */
.st-front-page > .st-cta, .st-entry > .st-cta { padding: 90px 0; }
.st-cta .wp-block-columns { gap: clamp(36px, 6vw, 80px); align-items: center; }
.st-cta .st-quote-copy .st-eyebrow { color: var(--st-gold-light); }
.st-cta .st-quote-copy h2 { margin: 14px 0 0; color: #fff; font: 600 clamp(32px, 3.4vw, 46px)/1.08 "Cormorant Garamond", Georgia, serif; }
.st-front-page .st-cta .st-quote-copy p, .st-entry .st-cta .st-quote-copy p { max-width: 470px; margin: 18px 0 0; color: rgba(255,255,255,.72); }
.st-cta .st-quote-copy .st-check-list { margin: 22px 0 0; }
.st-cta .st-quote-copy .st-check-list li { color: rgba(255,255,255,.85); font-size: 14px; }
.st-cta .st-quote-copy .st-phone-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 24px; color: var(--st-gold-light); font-size: 20px; font-weight: 700; }
.st-cta .st-quote-form { margin: 0; max-width: none; }

/* Séparateur doré sous les titres de section alignés à gauche */
.st-copy .st-gold-line { margin: 18px 0 16px; }

/* Bandeau lien vers la page contact ou les zones */
.st-inline-links a { font-weight: 600; color: var(--st-wood); text-decoration: underline; text-decoration-color: var(--st-gold); text-underline-offset: 4px; }

@media (max-width: 900px) {
  .st-service-grid { grid-template-columns: repeat(2, 1fr); }
  .st-zone-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 760px) {
  .st-hero .st-hero-grid { padding: 54px 0 74px; }
  .st-service-grid { grid-template-columns: 1fr; }
  .st-steps { grid-template-columns: 1fr; }
  .st-gallery-grid figure:first-child { grid-column: span 2; grid-row: span 2; }
  .st-inner-hero .st-inner-hero-content { padding: 70px 0 56px; }
  .st-inner-hero h1 { font-size: clamp(34px, 8.5vw, 46px); }
}

/* Corrections de priorité : les composants gardent leurs couleurs propres. */
.st-front-page .st-stat-card strong, .st-entry .st-stat-card strong { color: var(--st-wood); }
.st-front-page .st-experience strong, .st-entry .st-experience strong { color: var(--st-wood-deep); }
.st-front-page .st-gallery-grid figcaption strong, .st-entry .st-gallery-grid figcaption strong { color: #fff; }
.st-front-page p a.st-button, .st-entry p a.st-button { text-decoration: none; }
.st-front-page p a.st-button-dark, .st-entry p a.st-button-dark { color: var(--st-white); }
.st-front-page p a.st-button-gold, .st-entry p a.st-button-gold { color: var(--st-wood-deep); }
.st-service-tag { align-self: flex-start; }
.st-info-card h3, .st-steps h3 { color: var(--st-wood); }
@media (min-width: 1000px) { .st-steps { grid-template-columns: repeat(5, 1fr); gap: 14px; } .st-steps li { padding: 22px 18px 18px; } }
body { overflow-x: clip; }
@media (max-width: 760px) { .st-stat-card strong { font-size: 24px; } .st-stat-card div { padding: 0 8px; } }

.st-inner-hero h1 em { display: block; }

/* v0.5 : titres en Cormorant Garamond (comme le site d'origine), plus fins et moins hauts. */
.st-hero h1 em, .st-inner-hero h1 em, .st-copy h2 em, .st-section-heading h2 em { font-weight: 500; }
.st-front-page h3.wp-block-heading, .st-entry h3.wp-block-heading { font-size: 24px; }


/* =========================================================
   v0.6.0 — Proportions du site d'origine : pleine largeur, bandeau plus haut, titres plus fins
   ========================================================= */
body { font-size: 17px; }
.st-header-inner { min-height: 96px; gap: 40px; }
.st-brand { gap: 16px; }
.st-brand-mark { width: 60px; height: 60px; border-radius: 14px; background: var(--st-gold); color: var(--st-wood-deep); font: 700 18px/1 "Cormorant Garamond", Georgia, serif; letter-spacing: .04em; }
.st-brand strong { font-size: 26px; }
.st-brand small { font-size: 12px; margin-top: 6px; }
.st-main-nav ul { gap: 34px; }
.st-main-nav a { color: var(--st-ink); font-size: 17px; font-weight: 500; }
.st-header-actions { gap: 22px; }
.st-phone { color: var(--st-gold); font-size: 18px; font-weight: 700; }
.st-phone::before { content: "☏"; font-size: 20px; }
.st-header-actions .st-button { min-height: 60px; padding: 14px 32px; border-radius: 14px; font-size: 16px; letter-spacing: 0; text-transform: none; }

/* Boutons : grands, arrondis, sans capitales */
.st-button, .wp-block-button__link, .wp-block-buttons .wp-block-button__link { min-height: 62px; padding: 16px 34px; border-radius: 12px; font-size: 16px; font-weight: 700; letter-spacing: 0; text-transform: none; }
.st-button-outline-light { border: 2px solid rgba(255,255,255,.45); background: rgba(255,255,255,.06); }
.st-button-gold { box-shadow: 0 14px 34px rgba(200,168,109,.28); }
.st-button-gold::before { content: "✓"; font-weight: 700; }
.st-button-outline-light::before { content: "☏"; }
.st-gallery-more .st-button::before, .st-header-actions .st-button::before { content: none; }

/* Surtitre en pastille dans les bandeaux */
.st-hero .st-eyebrow, .st-inner-hero .st-eyebrow { padding: 12px 22px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; background: rgba(255,255,255,.07); color: #fff; font-size: 15px; font-weight: 500; letter-spacing: 0; text-transform: none; }
.st-hero .st-eyebrow::before, .st-inner-hero .st-eyebrow::before { content: "✦"; color: var(--st-gold); }

/* Bandeau d'accueil */
.st-hero .st-hero-grid { grid-template-columns: 1fr 1fr; gap: clamp(60px, 7vw, 130px); padding: 130px 0 120px; }
.st-hero h1, .st-inner-hero h1 { margin: 26px 0 0; font-size: clamp(44px, 4.6vw, 84px); font-weight: 500; line-height: 1.12; letter-spacing: -.01em; }
.st-hero h1 em, .st-inner-hero h1 em { font-weight: 500; }
.st-hero .st-gold-line { width: 100px; margin: 30px 0 28px; }
.st-front-page .st-hero .st-hero-copy > p, .st-entry .st-hero .st-hero-copy > p { max-width: 780px; font-size: 20px; line-height: 1.7; color: rgba(255,255,255,.82); }
.st-hero .st-hero-buttons { gap: 22px; margin-top: 38px; }
.st-hero .st-hero-proof { gap: 18px 38px; margin-top: 42px; font-size: 16px; }
.st-hero .st-hero-proof span { gap: 14px; }
.st-hero .st-hero-proof span::before { content: "✓"; display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.07); color: var(--st-gold); font-size: 15px; }
.st-hero-media img { aspect-ratio: 6 / 5; border-radius: 18px; }
.st-stat-card { position: static; width: 100%; margin-top: 26px; padding: 34px 26px; border-radius: 18px; }
.st-stat-card div { padding: 0 18px; text-align: center; }
.st-front-page .st-stat-card strong, .st-entry .st-stat-card strong { color: var(--st-gold); font-size: 38px; font-weight: 500; }
.st-stat-card small { margin-top: 8px; color: var(--st-ink-soft); font-size: 13px; letter-spacing: .1em; text-transform: uppercase; line-height: 1.5; }

/* Bandeau intérieur */
.st-inner-hero { min-height: 560px; }
.st-inner-hero .st-inner-hero-content { padding: 120px 0 96px; }
.st-inner-hero .st-inner-hero-content p { max-width: 720px; font-size: 20px; line-height: 1.7; }
.st-inner-hero .st-breadcrumb { font-size: 14px; margin-bottom: 18px; }

/* Sections plus respirantes, textes plus grands */
.st-front-page > .wp-block-group, .st-entry > .wp-block-group { padding: 110px 0; }
.st-section-heading { max-width: 820px; margin-bottom: 56px; }
.st-section-heading p, .st-copy > p { font-size: 18px; line-height: 1.75; }
.st-copy > p { max-width: 720px; }
.st-check-list li { font-size: 16px; }
.st-service-grid { gap: 28px; }
.st-service-body { padding: 28px; }
.st-service-body p { font-size: 15px; }
.st-info-grid, .st-steps { gap: 24px; }
.st-info-card, .st-steps li { padding: 30px 28px; }
.st-info-card p, .st-steps p { font-size: 15px; }
.st-zone-grid { gap: 18px; }
.st-zone-card { min-height: 96px; padding: 20px 22px; }
.st-zone-card strong { font-size: 22px; }
.st-zone-card small { font-size: 12px; }
.st-gallery-grid { grid-template-rows: 300px 240px; gap: 18px; }
.st-faq summary { font-size: 22px; padding: 22px 52px 22px 0; }
.st-faq details p { font-size: 16px; }
.st-front-page .st-cta .st-quote-copy p, .st-entry .st-cta .st-quote-copy p { font-size: 18px; max-width: 540px; }
.st-quote-form { padding: 38px; border-radius: 18px; }
.st-form input, .st-form textarea { padding: 14px; border-radius: 10px; }
.st-form label { font-size: 12px; }

@media (max-width: 1100px) {
  .st-hero .st-hero-grid { grid-template-columns: 1fr; gap: 50px; padding: 80px 0; }
  .st-gallery-grid { grid-template-rows: 240px 200px; }
}
@media (max-width: 900px) {
  .st-shell, .wp-block-group > .wp-block-group__inner-container, .wp-block-columns, .wp-block-cover__inner-container, .wp-block-media-text, .st-inner-hero > .wp-block-group__inner-container { width: min(100% - 40px, 760px); }
  .st-header-inner { min-height: 80px; }
  .st-header-actions .st-button { display: none; }
}
@media (max-width: 760px) {
  .st-hero .st-hero-grid { padding: 56px 0 70px; }
  .st-hero h1 { font-size: clamp(40px, 10vw, 56px); }
  .st-front-page .st-hero .st-hero-copy > p, .st-entry .st-hero .st-hero-copy > p { font-size: 18px; }
  .st-hero .st-hero-proof { gap: 14px; }
  .st-stat-card { margin: 22px 0 0; width: 100%; padding: 24px 12px; }
  .st-front-page .st-stat-card strong, .st-entry .st-stat-card strong { font-size: 28px; }
  .st-stat-card small { font-size: 10px; letter-spacing: .06em; }
  .st-front-page > .wp-block-group, .st-entry > .wp-block-group { padding: 64px 0; }
  .st-button, .wp-block-button__link { min-height: 56px; padding: 14px 24px; font-size: 15px; }
  .st-faq summary { font-size: 19px; }
}


/* =========================================================
   v0.6.2 — Étapes et grilles sur toute la largeur (ordinateur)
   ========================================================= */
.wp-block-group__inner-container > ol.st-steps,
.wp-block-group__inner-container > ul.st-check-list,
.wp-block-group__inner-container > .st-info-grid,
.wp-block-group__inner-container > .st-service-grid,
.wp-block-group__inner-container > .st-zone-grid,
.wp-block-group__inner-container > .st-gallery-grid { max-width: none; }

/* Étapes : frise horizontale sur grand écran */
.st-steps { position: relative; gap: 28px; margin-top: 40px; }
.st-steps li { padding: 0; background: transparent; border: 0; border-radius: 0; }
.st-steps li::before { position: relative; z-index: 1; display: grid; place-items: center; width: 64px; height: 64px; margin: 0 0 22px; border-radius: 50%; background: var(--st-white); border: 2px solid var(--st-gold); color: var(--st-wood); font: 600 24px/1 "Cormorant Garamond", Georgia, serif; }
.st-steps h3 { font-size: 24px; margin-bottom: 10px; }
.st-steps p { font-size: 16px; line-height: 1.65; max-width: 34ch; }
@media (min-width: 1000px) {
  .st-steps { grid-template-columns: repeat(5, 1fr); gap: 36px; }
  .st-steps::before { content: ""; position: absolute; left: 32px; right: 32px; top: 32px; height: 1px; background: linear-gradient(90deg, var(--st-gold), var(--st-gold-light)); opacity: .7; }
  .st-steps li { padding: 0 8px 0 0; }
}
@media (max-width: 999px) {
  .st-steps { grid-template-columns: 1fr 1fr; gap: 22px; }
  .st-steps li { display: grid; grid-template-columns: 56px 1fr; column-gap: 16px; padding: 22px; background: var(--st-white); border: 1px solid var(--st-line); border-radius: 12px; }
  .st-steps li::before { grid-row: 1 / span 2; width: 56px; height: 56px; margin: 0; font-size: 20px; }
  .st-steps h3 { font-size: 21px; margin: 0 0 6px; }
  .st-steps p { max-width: none; font-size: 15px; }
}
@media (max-width: 640px) { .st-steps { grid-template-columns: 1fr; } }

/* Cartes d'information : 3 par ligne sur grand écran, texte plus aéré */
@media (min-width: 1300px) { .st-info-grid { grid-template-columns: repeat(3, 1fr); gap: 28px; } .st-info-card { padding: 34px 32px; } .st-info-card p { font-size: 16px; line-height: 1.7; } .st-info-card h3 { font-size: 24px; margin-bottom: 12px; } }
/* Bloc texte + carte de facteurs : la carte prend la colonne entière */
.st-split > .st-info-card { max-width: 560px; justify-self: end; }


/* v0.6.3 — Listes à coches : la coche est placée en marge, le texte reste sur une seule colonne
   même avec du gras ou des liens. */
.st-check-list li { display: block; position: relative; padding-left: 26px; }
.st-check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--st-gold); font-weight: 700; }
.st-cta .st-quote-copy .st-check-list li::before { color: var(--st-gold-light); }

/* v0.6.4 — Grille de prestations à 4 colonnes sur grand écran (classe st-cols-4) */
@media (min-width: 1200px) { .st-service-grid.st-cols-4 { grid-template-columns: repeat(4, 1fr); } .st-service-grid.st-cols-4 .st-service-body h3 { font-size: 23px; } }
/* Carte de chiffres utilisée hors bandeau (fond clair) */
.st-split > .st-stat-card { position: static; margin: 0; width: 100%; max-width: 560px; justify-self: end; box-shadow: var(--st-shadow); }
.st-split > .st-stat-card strong { font-size: 32px; }
.st-split > .st-stat-card div { padding: 0 10px; }
/* v0.6.6 — Galeries de plus de 5 photos : lignes supplémentaires de hauteur fixe, dernières photos élargies */
.st-gallery-grid { grid-auto-rows: 240px; }
.st-gallery-grid figure:nth-child(n+6) { grid-column: span 2; }
@media (max-width: 760px) { .st-gallery-grid { grid-auto-rows: 155px; } .st-gallery-grid figure:nth-child(n+6) { grid-column: span 1; } }
/* v0.6.7 — Avant / après côte à côte */
.st-before-after { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 10px; }
.st-before-after figure { position: relative; margin: 0; overflow: hidden; border-radius: 12px; box-shadow: var(--st-shadow); }
.st-before-after img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; display: block; }
.st-before-after figcaption { position: absolute; left: 18px; bottom: 16px; right: 18px; z-index: 1; color: #fff; }
.st-before-after figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(36,30,25,.8)); }
.st-before-after figcaption small { display: inline-block; margin-bottom: 6px; padding: 4px 10px; border-radius: 999px; background: var(--st-gold); color: var(--st-wood-deep); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.st-before-after figcaption strong { display: block; font: 600 22px/1.1 "Cormorant Garamond", Georgia, serif; }
.st-front-page .st-before-after figcaption strong, .st-entry .st-before-after figcaption strong { color: #fff; }
@media (max-width: 640px) { .st-before-after { grid-template-columns: 1fr; } }
/* Galerie de 3 photos : une grande à gauche, deux empilées à droite */
.st-gallery-grid.st-gallery-3 { grid-template-columns: 2fr 1fr; grid-template-rows: 260px 260px; }
.st-gallery-grid.st-gallery-3 figure:first-child { grid-column: 1; grid-row: span 2; }
.st-gallery-grid.st-gallery-3 figure:nth-child(n+2) { grid-column: 2; }
@media (max-width: 760px) { .st-gallery-grid.st-gallery-3 { grid-template-columns: 1fr 1fr; grid-template-rows: repeat(3, 155px); } .st-gallery-grid.st-gallery-3 figure:first-child { grid-column: span 2; grid-row: span 2; } .st-gallery-grid.st-gallery-3 figure:nth-child(n+2) { grid-column: auto; } }
/* Galerie de 4 photos : une grande à gauche, trois à droite */
.st-gallery-grid.st-gallery-4 { grid-template-columns: 2fr 1fr 1fr; grid-template-rows: 260px 260px; }
.st-gallery-grid.st-gallery-4 figure:first-child { grid-column: 1; grid-row: span 2; }
.st-gallery-grid.st-gallery-4 figure:nth-child(4) { grid-column: 2 / span 2; }
@media (max-width: 760px) { .st-gallery-grid.st-gallery-4 { grid-template-columns: 1fr 1fr; grid-template-rows: repeat(4, 155px); } .st-gallery-grid.st-gallery-4 figure:first-child { grid-column: span 2; grid-row: span 2; } .st-gallery-grid.st-gallery-4 figure:nth-child(4) { grid-column: span 2; } }
/* v0.6.9 — Sous-menus déroulants de la navigation principale */
.st-main-nav li { position: relative; }
.st-main-nav .menu-item-has-children > a::after { content: ""; display: inline-block; width: 6px; height: 6px; margin-left: 7px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: translateY(-3px) rotate(45deg); }
.st-main-nav .sub-menu { display: none; position: absolute; top: calc(100% + 14px); left: -18px; z-index: 50; min-width: 250px; padding: 12px 0; background: var(--st-white); border: 1px solid var(--st-line); border-radius: 12px; box-shadow: var(--st-shadow); }
.st-main-nav .sub-menu::before { content: ""; position: absolute; top: -14px; left: 0; right: 0; height: 14px; }
.st-main-nav li:hover > .sub-menu, .st-main-nav li:focus-within > .sub-menu { display: block; }
.st-main-nav .sub-menu li { display: block; }
.st-main-nav .sub-menu a { display: block; padding: 9px 22px; font-size: 15px; white-space: nowrap; }
.st-main-nav .sub-menu a:hover { background: var(--st-greige); }
.st-main-nav .sub-menu .sub-menu { top: -12px; left: 100%; }
@media (max-width: 760px) {
  .st-main-nav .menu-item-has-children > a::after { display: none; }
  .st-main-nav .sub-menu, .st-main-nav li:hover > .sub-menu { display: block; position: static; min-width: 0; padding: 4px 0 4px 16px; border: 0; border-left: 2px solid var(--st-gold); border-radius: 0; box-shadow: none; }
  .st-main-nav .sub-menu a { padding: 6px 0; font-size: 15px; white-space: normal; }
}
/* Pied de page : liens légaux */
.st-footer-bottom a { display: inline; margin: 0 0 0 18px; font-size: 10px; color: rgba(255,255,255,.68); }
.st-footer-bottom a:hover { color: #fff; }
/* v0.7.0 — Conseils : articles, liste et cartes */
.st-article .st-inner-hero-content.st-shell { width: min(1760px, calc(100% - 80px)); }
.st-article-hero h1 { max-width: 1000px; }
.st-article-meta, .st-inner-hero .st-inner-hero-content p.st-article-meta { margin-top: 18px; font-size: 14px; color: rgba(255,255,255,.62); }
.st-inner-hero .st-hub-intro p { max-width: 640px; color: rgba(255,255,255,.78); font-size: 17px; margin-top: 18px; }
.st-article-body { padding: 84px 0; }
.st-article-grid { display: grid; grid-template-columns: minmax(0, 1fr) 380px; gap: 80px; align-items: start; }
.st-article-content { max-width: 820px; font-size: 18px; line-height: 1.7; color: var(--st-ink-soft); }
.st-article-content > * { margin: 0 0 22px; }
.st-article-content > p:first-child { font-size: 21px; line-height: 1.55; color: var(--st-ink); }
.st-article-content h2 { margin: 54px 0 18px; color: var(--st-wood); font: 600 clamp(30px, 2.6vw, 38px)/1.12 "Cormorant Garamond", Georgia, serif; letter-spacing: -.01em; }
.st-article-content h2:first-child { margin-top: 0; }
.st-article-content h3 { margin: 34px 0 10px; color: var(--st-wood); font: 700 20px/1.3 "Manrope", system-ui, sans-serif; }
.st-article-content a { color: var(--st-wood); text-decoration: underline; text-decoration-color: var(--st-gold); text-underline-offset: 3px; }
.st-article-content ul, .st-article-content ol { padding-left: 24px; }
.st-article-content li { margin: 6px 0; }
.st-article-content strong { color: var(--st-ink); }
.st-article-content figure { margin: 34px 0; }
.st-article-content figure img { width: 100%; border-radius: 12px; }
.st-article-content figcaption { margin-top: 10px; font-size: 13px; color: var(--st-greige); }
/* Tableau (prix, comparatifs) */
.st-article-content table, .st-article-content .wp-block-table table { width: 100%; border-collapse: collapse; font-size: 16px; }
.st-article-content th, .st-article-content td { padding: 14px 16px; text-align: left; border-bottom: 1px solid var(--st-line); vertical-align: top; }
.st-article-content th { background: var(--st-paper-warm); color: var(--st-wood); font-weight: 700; font-size: 13px; letter-spacing: .06em; text-transform: uppercase; }
.st-article-content tbody tr:nth-child(even) td { background: rgba(0,0,0,.015); }
.st-article-content .wp-block-table figcaption { text-align: left; }
/* Encadré « à retenir » */
.st-callout { margin: 34px 0; padding: 26px 30px 26px 34px; border-left: 3px solid var(--st-gold); border-radius: 0 12px 12px 0; background: var(--st-paper-warm); }
.st-callout .st-eyebrow { display: block; margin-bottom: 8px; }
.st-callout p { margin: 0; color: var(--st-ink); }
.st-callout p + p, .st-callout ul { margin-top: 10px; }
.st-callout ul { margin-bottom: 0; }
/* Colonne latérale */
.st-article-aside { position: sticky; top: 100px; display: grid; gap: 22px; }
.st-aside-card { padding: 30px 32px 32px; border: 1px solid var(--st-line); border-radius: 14px; background: var(--st-white); box-shadow: var(--st-shadow); }
.st-aside-card h2 { margin: 10px 0 12px; color: var(--st-wood); font: 600 30px/1.1 "Cormorant Garamond", Georgia, serif; }
.st-aside-card p { margin: 0 0 18px; font-size: 15px; line-height: 1.6; color: var(--st-ink-soft); }
.st-aside-card .st-button { width: 100%; justify-content: center; }
.st-aside-card .st-phone-link { display: block; margin-top: 16px; text-align: center; color: var(--st-wood); font-weight: 700; }
.st-aside-links a { display: block; padding: 10px 0; border-bottom: 1px solid var(--st-line); color: var(--st-ink); font-size: 15px; font-weight: 600; }
.st-aside-links a:last-child { border-bottom: 0; }
.st-aside-links a:hover { color: var(--st-wood); }
.st-aside-links .st-eyebrow { margin-bottom: 8px; }
/* Grille de cartes conseils */
.st-post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.st-post-card { display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--st-line); border-radius: 14px; background: var(--st-white); box-shadow: var(--st-shadow); }
.st-post-card-media img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.st-post-card-body { display: flex; flex-direction: column; flex: 1; padding: 26px 28px 28px; }
.st-post-card-body h3 { margin: 12px 0 10px; font: 600 25px/1.15 "Cormorant Garamond", Georgia, serif; }
.st-post-card-body h3 a { color: var(--st-wood); }
.st-post-card-body p { flex: 1; margin: 0 0 16px; font-size: 15px; line-height: 1.6; color: var(--st-ink-soft); }
.st-hub-list { padding: 84px 0; }
.st-article-related { padding: 84px 0; }
.st-article-related .st-section-heading { margin-bottom: 40px; }
.st-article-cta .st-quote-grid { padding: 0; }
.st-article-cta { padding: 90px 0; }
.st-pagination { margin-top: 48px; text-align: center; }
.st-pagination .nav-links { display: inline-flex; gap: 8px; }
.st-pagination .page-numbers { display: inline-block; padding: 10px 16px; border: 1px solid var(--st-line); border-radius: 8px; color: var(--st-wood); font-weight: 600; }
.st-pagination .page-numbers.current { background: var(--st-wood); color: #fff; border-color: var(--st-wood); }
@media (max-width: 1100px) { .st-article-grid { grid-template-columns: 1fr; gap: 48px; } .st-article-aside { position: static; grid-template-columns: 1fr 1fr; } .st-post-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 760px) {
  .st-article .st-inner-hero-content.st-shell { width: min(100% - 32px, 590px); }
  .st-article-body, .st-hub-list, .st-article-related, .st-article-cta { padding: 60px 0; }
  .st-article-content { font-size: 17px; }
  .st-article-content > p:first-child { font-size: 19px; }
  .st-article-aside { grid-template-columns: 1fr; }
  .st-post-grid { grid-template-columns: 1fr; }
  .st-article-content th, .st-article-content td { padding: 10px 10px; font-size: 14px; }
  .st-callout { padding: 20px 20px 20px 24px; }
}
/* v0.7.1 — Navigation : libellés et bouton sur une seule ligne */
.st-main-nav > ul > li > a, .st-header-actions .st-button, .st-header-actions .st-phone { white-space: nowrap; }
@media (max-width: 1200px) { .st-main-nav ul { gap: 22px; } .st-main-nav a { font-size: 15px; } .st-header-actions .st-phone { display: none; } }
/* v0.7.3 — Bandeau intérieur : la photo couvre tout le bandeau (plus de décalage sur mobile) */
.st-inner-hero > .wp-block-group__inner-container { position: static; }
.st-inner-hero .st-inner-hero-content { position: relative; z-index: 1; }
.st-inner-hero img { z-index: 0; }
/* En-tête mobile : logo plus grand, sous-titre masqué */
@media (max-width: 760px) {
  .st-site-header .st-brand { gap: 12px; }
  .st-site-header .st-brand-mark { width: 52px; height: 52px; font-size: 17px; }
  .st-site-header .st-brand strong { font-size: 23px; white-space: nowrap; }
  .st-site-header .st-brand small { display: none; }
  .st-site-header .custom-logo { max-height: 52px; width: auto; }
  .st-header-inner { min-height: 76px; }
  .st-main-nav { top: 76px; }
}
/* v0.7.4 — Bandeau intérieur mobile : plus compact, photo plus visible */
@media (max-width: 760px) {
  .st-inner-hero { min-height: 0; }
  .st-inner-hero .st-inner-hero-content, .st-inner-hero-content { padding: 150px 0 48px; }
  .st-inner-hero img { opacity: .6; object-position: center 30%; }
  .st-inner-hero::after { background: linear-gradient(180deg, rgba(36,30,25,.05) 0%, rgba(36,30,25,.55) 38%, rgba(36,30,25,.92) 62%); }
  .st-inner-hero .st-inner-hero-content p { font-size: 16px; }
}
/* v0.7.5 — Bandeau mobile : le texte commence tout de suite sous l'en-tête */
@media (max-width: 760px) {
  .st-inner-hero .st-inner-hero-content, .st-inner-hero-content { padding: 44px 0 48px; }
  .st-inner-hero::after { background: linear-gradient(180deg, rgba(36,30,25,.32) 0%, rgba(36,30,25,.6) 35%, rgba(36,30,25,.9) 70%); }
}
/* v0.7.6 — Le bandeau intérieur n'hérite plus du padding des sections (mobile compris) */
.st-front-page > .st-inner-hero, .st-entry > .st-inner-hero, .st-inner-hero { padding: 0 !important; }
