:root {
  --ink: #171512;
  --text: #46413c;
  --paper: #fbf7f1;
  --surface: #fffaf4;
  --line: #e4dad1;
  --terracotta: #b65f3d;
  --terracotta-dark: #9f4e31;
  --sage: #cbd8d5;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Arial, Helvetica, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.45; }
button, input { font: inherit; }
a { color: inherit; }
img { display: block; max-width: 100%; height: auto; }
.shell { width: min(1248px, calc(100% - 96px)); margin-inline: auto; }
.narrow { width: min(760px, 100%); }
.section { padding-block: 36px; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 1000; top: 10px; left: 10px; padding: 10px 14px; background: var(--ink); color: #fff; }
.skip-link:not(:focus):not(:focus-visible) { width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); clip-path: inset(50%); white-space: nowrap; }
h1, h2, h3 { margin: 0; font-family: var(--serif); font-weight: 400; line-height: 1.08; letter-spacing: -.025em; }
h1 { font-size: clamp(3.35rem, 4.45vw, 4rem); }
h2 { font-size: clamp(2rem, 3vw, 2.55rem); }
h3 { font-size: 1.18rem; }
p { margin: 0 0 1em; }
.section-kicker { margin: 0 0 22px; font-family: var(--serif); font-size: 2rem; line-height: 1.1; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 12px 26px; border: 0; border-radius: 3px; background: var(--terracotta); color: #fff; font-size: .88rem; font-weight: 700; text-decoration: none; }
.button:hover, .button:focus-visible { background: var(--terracotta-dark); }
.text-link { color: var(--terracotta); font-size: .84rem; font-weight: 700; text-decoration: none; }
.text-link:hover, .text-link:focus-visible { text-decoration: underline; text-underline-offset: 3px; }

.site-header { position: relative; z-index: 20; border-bottom: 1px solid var(--line); background: var(--paper); }
.header-inner { display: flex; min-height: 122px; align-items: center; justify-content: space-between; gap: 44px; }
.brand { width: 360px; flex: 0 0 auto; margin-left: -51px; }
.site-menu { display: flex; align-items: center; gap: clamp(23px, 2.5vw, 45px); margin: 0; padding: 0; list-style: none; }
.site-menu a { font-size: .89rem; font-weight: 700; text-decoration: none; }
.site-menu a:hover, .site-menu a:focus-visible { color: var(--terracotta-dark); }
.header-actions { display: flex; align-items: center; gap: 22px; }
.search-link { display: grid; width: 32px; height: 32px; place-items: center; font-size: 1.15rem; text-decoration: none; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 9px; border: 1px solid var(--line); border-radius: 3px; background: var(--surface); }
.menu-toggle > span:not(.screen-reader-text) { display: block; width: 22px; height: 2px; margin: 4px auto; background: var(--ink); }

.hero { overflow: hidden; border-bottom: 1px solid var(--line); background: #f8f3ed; }
.hero-grid { position: relative; display: grid; min-height: 570px; grid-template-columns: 42% 58%; align-items: stretch; }
.hero-copy { position: relative; z-index: 2; display: flex; max-width: 510px; flex-direction: column; align-items: flex-start; justify-content: center; padding: 48px 0; }
.hero-copy h1::after { content: ""; display: block; width: 68px; height: 3px; margin: 31px 0 32px; background: var(--terracotta); }
.hero-intro { max-width: 490px; color: var(--text); font-size: 1.05rem; line-height: 1.55; }
.hero-image { width: calc(100% + 96px); max-width: none; height: 570px; object-fit: cover; object-position: 53% center; }
.hero-grid::after { content: ""; position: absolute; z-index: 1; inset: 0 36% 0 27%; background: linear-gradient(90deg, #f8f3ed 0 16%, rgb(248 243 237 / 96%) 30%, rgb(248 243 237 / 66%) 58%, transparent 100%); pointer-events: none; }

.material-section { padding-top: 47px; padding-bottom: 51px; background: #fffaf4; }
.material-section h2, .latest-section h2 { margin-bottom: 30px; }
.material-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.material-card { overflow: hidden; border: 1px solid var(--line); border-radius: 4px; background: var(--surface); }
.material-card > img { width: 100%; aspect-ratio: 1.46 / 1; object-fit: cover; }
.material-card__body { position: relative; min-height: 214px; padding: 56px 25px 25px; }
.material-card__badge { position: absolute; top: -39px; left: 22px; display: grid; width: 78px; height: 78px; place-items: center; border: 4px solid var(--surface); border-radius: 50%; color: #fff; font-family: var(--serif); font-size: 1.05rem; }
.material-card__badge .dashicons { width: 28px; height: 28px; font-size: 28px; }
.material-card__badge--terracotta { background: #bd765e; }
.material-card__badge--sage { background: #91aaa6; }
.material-card__badge--sand { background: #b5a08a; }
.material-card h3 { margin-bottom: 15px; }
.material-card p { margin: 0; color: var(--text); font-size: .88rem; line-height: 1.55; }

.feature-section { padding-top: 0; padding-bottom: 28px; background: #fffaf4; }
.feature-card { display: grid; overflow: hidden; min-height: 490px; grid-template-columns: 45% 55%; border: 1px solid var(--line); border-radius: 5px; background: var(--surface); }
.feature-copy { padding: 42px 42px 34px 24px; }
.feature-copy h2 { max-width: 470px; margin: 0 0 28px; }
.feature-copy h2::after { content: ""; display: block; width: 62px; height: 3px; margin-top: 24px; background: var(--terracotta); }
.feature-copy p:not(.section-kicker) { max-width: 410px; color: var(--text); line-height: 1.55; }
.feature-copy .button { margin-top: 10px; }
.feature-card > img { width: 100%; height: 100%; object-fit: cover; object-position: center; }

.latest-section { padding-top: 18px; padding-bottom: 48px; background: #fffaf4; }
.post-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 15px 26px; }
.post-card { overflow: hidden; min-width: 0; border: 1px solid var(--line); border-radius: 4px; background: var(--surface); }
.post-card__visual { display: block; height: auto; aspect-ratio: 2 / 1; overflow: hidden; background: #e8ded4; }
.post-card__visual img { width: 100%; height: 100%; object-fit: cover; }
.post-card__body { min-height: 146px; padding: 20px 18px 17px; }
.post-card__body h3 { min-height: 58px; margin-bottom: 14px; font-size: 1.12rem; line-height: 1.25; }
.post-card__body h3 a { text-decoration: none; }

.field-section, .care-section { padding-block: 15px; background: #fffaf4; }
.field-card, .care-card { display: grid; grid-template-columns: 32% 68%; padding: 26px 24px; border: 0; border-radius: 0; background: transparent; }
.field-copy { padding: 0 30px 0 0; }
.field-copy h2 { margin-bottom: 25px; }
.field-copy p { color: var(--text); line-height: 1.55; }
.media-tile-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.media-tile-grid article { overflow: hidden; border: 1px solid var(--line); border-radius: 4px; background: #fff; text-align: center; }
.media-tile-grid img { width: 100%; object-fit: cover; }
.material-list img { aspect-ratio: .83 / 1; }
.media-tile-grid h3 { padding: 12px 7px 14px; font-family: var(--sans); font-size: .83rem; font-weight: 700; letter-spacing: 0; }
.care-card { grid-template-columns: 34% 66%; }
.care-steps { gap: 17px; }
.care-steps img { aspect-ratio: 1.07 / 1; }
.care-steps h3 { font-size: .75rem; }

.method-section { padding-top: 24px; padding-bottom: 28px; background: #fffaf4; }
.method-grid { display: grid; grid-template-columns: 43% 57%; border: 0; border-radius: 0; background: transparent; }
.method-copy { padding: 29px 26px 25px; }
.method-copy h2 { margin-bottom: 24px; }
.method-copy p { max-width: 470px; color: var(--text); }
.check-list { margin: 14px 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; margin: 10px 0; padding-left: 29px; font-size: .88rem; }
.check-list li::before { content: ""; position: absolute; top: 5px; left: 2px; width: 9px; height: 5px; border-bottom: 2px solid #37524d; border-left: 2px solid #37524d; transform: rotate(-45deg); }
.editor-card { display: grid; grid-template-columns: 180px 1fr; align-items: center; gap: 28px; padding: 35px; border-left: 1px solid var(--line); background: #fffbf6; }
.editor-card > img { width: 180px; height: 180px; border-radius: 50%; object-fit: cover; }
.editor-card .section-kicker { margin-bottom: 8px; font-family: var(--sans); font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.editor-card h3 { margin-bottom: 19px; font-size: 1.52rem; }
.editor-card h3::after { content: ""; display: block; width: 50px; height: 2px; margin-top: 17px; background: var(--terracotta); }
.editor-card p { color: var(--text); font-size: .9rem; line-height: 1.55; }

.site-footer { padding-top: 28px; border-top: 1px solid var(--line); background: #fffaf4; color: var(--ink); }
.footer-grid { display: grid; grid-template-columns: 1.35fr repeat(4, 1fr); gap: 42px; }
.footer-brand img { width: 310px; margin-bottom: 23px; }
.footer-brand p { max-width: 300px; color: var(--text); font-size: .85rem; }
.footer-socials { display: flex; align-items: center; gap: 20px; margin-top: 18px; }
.footer-socials .dashicons { width: 20px; height: 20px; font-size: 20px; line-height: 1; }
.site-footer h2 { margin-bottom: 13px; font-family: var(--sans); font-size: .78rem; font-weight: 800; letter-spacing: 0; }
.site-footer ul { margin: 0; padding: 0; list-style: none; }
.site-footer li { margin: 7px 0; }
.site-footer a { font-size: .78rem; text-decoration: none; }
.site-footer a:hover, .site-footer a:focus-visible { color: var(--terracotta-dark); text-decoration: underline; }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; margin-top: 34px; padding-block: 20px; border-top: 1px solid var(--line); color: #494640; font-size: .76rem; }
.footer-bottom p { margin: 0; }
.footer-legal { display: flex; flex-wrap: wrap; gap: 32px; }

.listing-hero, .article-hero { padding-block: 86px; border-bottom: 1px solid var(--line); background: #f3ebe2; }
.listing-hero p, .article-deck { color: var(--text); font-size: 1.08rem; }
.pagination { margin-top: 50px; }
.nav-links { display: flex; justify-content: center; gap: 8px; }
.page-numbers { display: grid; min-width: 42px; height: 42px; place-items: center; border: 1px solid var(--line); background: #fff; text-decoration: none; }
.page-numbers.current { border-color: var(--terracotta); background: var(--terracotta); color: #fff; }
.article-layout { display: grid; grid-template-columns: minmax(0, 760px) 280px; justify-content: space-between; gap: 70px; padding-block: 80px; }
.article-content { font-family: var(--serif); font-size: 1.12rem; }
.article-content h2, .article-content h3 { margin: 1.7em 0 .6em; }
.article-content h2 { font-size: 2rem; }
.article-content h3 { font-size: 1.5rem; }
.article-content a { color: var(--terracotta-dark); }
.article-aside { position: sticky; top: 28px; align-self: start; padding: 24px; border-top: 3px solid var(--terracotta); background: #f1e9df; }
.article-meta { color: #6b655d; font-size: .86rem; }
.error-page { min-height: 65vh; padding-block: 140px; text-align: center; }
.empty-state { grid-column: 1 / -1; padding: 50px; border: 1px solid var(--line); text-align: center; }

@media (max-width: 900px) {
  .shell { width: min(100% - 40px, 1248px); }
  .primary-navigation { position: absolute; top: 100%; right: 20px; left: 20px; display: none; padding: 18px; border: 1px solid var(--line); background: var(--surface); box-shadow: 0 15px 35px rgb(35 24 15 / 12%); }
  .primary-navigation.is-open { display: block; }
  .site-menu { align-items: stretch; flex-direction: column; gap: 0; }
  .site-menu a { display: block; padding: 10px; }
  .menu-toggle { display: block; }
  .search-link { display: none; }
  .hero-grid { min-height: auto; grid-template-columns: 1fr; }
  .hero-copy { max-width: 680px; padding: 62px 0 40px; }
  .hero-image { width: 100%; height: auto; aspect-ratio: 1.55 / 1; }
  .hero-grid::after { display: none; }
  .feature-card, .field-card, .care-card, .method-grid { grid-template-columns: 1fr; }
  .feature-card > img { aspect-ratio: 1.5 / 1; }
  .field-copy { padding: 0 0 28px; }
  .editor-card { border-top: 1px solid var(--line); border-left: 0; }
  .footer-grid { grid-template-columns: 1.3fr repeat(2, 1fr); }
}

/* The supplied desktop composition is 733px wide. Keep its compact grid at
   that native viewport instead of switching to the stacked tablet layout. */
@media (min-width: 621px) and (max-width: 900px) {
  body { font-size: 8.15px; }
  .shell { width: calc(100% - 96px); }
  .section { padding-block: 18px; }
  h1 { font-size: 30.75px; }
  h2 { font-size: 20.5px; }
  h3 { font-size: 9.6px; }
  .section-kicker { margin-bottom: 11px; font-size: 16px; }
  .button { min-height: 26px; padding: 6px 13px; font-size: 7.2px; }
  .text-link { font-size: 6.8px; }

  .header-inner { min-height: 61px; gap: 22px; }
  .brand { width: 160px; margin-left: -44px; }
  .primary-navigation { position: static; display: block; padding: 0; border: 0; background: transparent; box-shadow: none; }
  .site-menu { align-items: center; flex-direction: row; gap: clamp(12px, 2.5vw, 23px); }
  .site-menu a { display: inline; padding: 0; font-size: 7.25px; }
  .menu-toggle { display: none; }
  .search-link { display: grid; width: 16px; height: 16px; }

  .hero-grid { min-height: 285px; grid-template-columns: 42% 58%; }
  .hero-copy { max-width: 255px; padding: 24px 0; }
  .hero-copy h1::after { width: 34px; height: 2px; margin: 15px 0 16px; }
  .hero-intro { max-width: 245px; font-size: 8.55px; }
  .hero-image { width: calc(100% + 48px); height: 285px; aspect-ratio: auto; object-position: 53% center; }
  .hero-grid::after { display: block; inset: 0 33% 0 28%; background: linear-gradient(90deg, #f8f3ed 0 14%, rgb(248 243 237 / 95%) 31%, rgb(248 243 237 / 64%) 61%, transparent 100%); }

  .material-section { padding-top: 24px; padding-bottom: 26px; }
  .material-section h2, .latest-section h2 { margin-bottom: 15px; }
  .material-grid { grid-template-columns: repeat(3, 1fr); gap: 13px; }
  .material-card > img { aspect-ratio: 1.46 / 1; }
  .material-card__body { min-height: 107px; padding: 28px 13px 13px; }
  .material-card__badge { top: -20px; left: 11px; width: 39px; height: 39px; border-width: 2px; }
  .material-card__badge .dashicons { width: 14px; height: 14px; font-size: 14px; }
  .material-card h3 { margin-bottom: 8px; }
  .material-card p { font-size: 7.2px; }

  .feature-section { padding-top: 0; padding-bottom: 14px; }
  .feature-card { min-height: 245px; grid-template-columns: 45% 55%; }
  .feature-copy { padding: 21px 21px 17px 12px; }
  .feature-copy h2 { max-width: 235px; margin-bottom: 14px; }
  .feature-copy h2::after { width: 31px; height: 2px; margin-top: 12px; }
  .feature-copy p:not(.section-kicker) { max-width: 205px; }
  .feature-copy .button { margin-top: 5px; }
  .feature-card > img { aspect-ratio: auto; }

  .latest-section { padding-top: 9px; padding-bottom: 0; }
  .post-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 4px 13px; }
  .post-card__body { min-height: 61px; padding: 8px 9px 6px; }
  .post-card__body h3 { min-height: 27px; margin-bottom: 4px; font-size: 9.15px; }

  .field-section, .care-section { padding-block: 8px; }
  .field-card, .care-card { grid-template-columns: 32% 68%; padding: 13px 12px; }
  .care-card { grid-template-columns: 34% 66%; }
  .field-copy { padding: 0 15px 0 0; }
  .field-copy h2 { margin-bottom: 13px; font-size: 18px; white-space: nowrap; }
  .media-tile-grid { grid-template-columns: repeat(4, 1fr); gap: 9px; }
  .media-tile-grid h3 { padding: 6px 4px 7px; font-size: 6.75px; }
  .care-steps { gap: 9px; }
  .care-steps h3 { font-size: 6.1px; }

  .method-section { padding-top: 12px; padding-bottom: 14px; }
  .method-grid { min-height: 226px; grid-template-columns: 43% 57%; }
  .method-copy { padding: 15px 13px 13px; }
  .method-copy h2 { margin-bottom: 12px; }
  .check-list { margin-top: 7px; }
  .check-list li { margin: 5px 0; padding-left: 15px; font-size: 7.2px; }
  .check-list li::before { top: 3px; left: 1px; width: 5px; height: 3px; border-width: 0 0 1px 1px; }
  .editor-card { grid-template-columns: 90px 1fr; gap: 14px; padding: 18px; border-top: 0; border-left: 1px solid var(--line); }
  .editor-card > img { width: 90px; height: 90px; }
  .editor-card .section-kicker { margin-bottom: 4px; font-size: 6.35px; }
  .editor-card h3 { margin-bottom: 10px; font-size: 12.4px; }
  .editor-card h3::after { width: 25px; height: 1px; margin-top: 9px; }
  .editor-card p { font-size: 7.35px; }

  .site-footer { padding-top: 18px; }
  .footer-grid { grid-template-columns: 1.35fr repeat(4, 1fr); gap: 21px; }
  .footer-brand img { width: 164px; margin-left: -27px; margin-bottom: 12px; }
  .footer-brand p { max-width: 150px; font-size: 6.9px; }
  .footer-socials { gap: 10px; margin-top: 9px; }
  .footer-socials .dashicons { width: 10px; height: 10px; font-size: 10px; }
  .site-footer h2 { margin-bottom: 7px; font-size: 6.35px; }
  .site-footer li { margin: 4px 0; }
  .site-footer a { font-size: 6.35px; }
  .footer-bottom { align-items: center; flex-direction: row; gap: 12px; margin-top: 23px; padding-block: 12px; font-size: 6.2px; }
  .footer-legal { gap: 16px; }
}

@media (max-width: 620px) {
  .shell { width: min(100% - 32px, 1248px); }
  .header-inner { min-height: 76px; }
  .brand { width: 145px; margin-left: 0; }
  h1 { font-size: clamp(2.45rem, 11vw, 3rem); }
  h2 { font-size: 2rem; }
  .section { padding-block: 27px; }
  .hero-copy { padding-top: 48px; }
  .hero-copy h1::after { margin: 24px 0; }
  .hero-intro { font-size: .98rem; }
  .hero-image { aspect-ratio: 1.18 / 1; object-position: 62% center; }
  .material-grid, .post-grid { grid-template-columns: 1fr; }
  .material-card__body { min-height: 180px; }
  .feature-copy { padding: 28px 24px 30px; }
  .section-kicker { font-size: 1.65rem; }
  .feature-card > img { aspect-ratio: 1.15 / 1; }
  .media-tile-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .field-card, .care-card { padding: 24px 18px; }
  .method-copy { padding: 26px 20px; }
  .editor-card { grid-template-columns: 100px 1fr; gap: 17px; padding: 25px 20px; }
  .editor-card > img { width: 100px; height: 100px; }
  .editor-card h3 { font-size: 1.28rem; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); gap: 27px 20px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-brand img { width: min(260px, 100%); }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .footer-legal { gap: 16px 24px; }
  .article-layout { grid-template-columns: 1fr; gap: 30px; padding-block: 55px; }
  .article-aside { position: static; }
}

/* Page contact */
.contact-page .article-hero .article-deck { max-width: 560px; margin: 18px 0 0; }
.contact-page .article-content { padding-block: 46px 72px; }
.contact-card { margin: 0 0 38px; padding: 26px 24px 28px; border: 1px solid var(--line); border-top: 3px solid var(--terracotta); border-radius: 4px; background: var(--surface); }
.contact-card__label { margin: 0 0 8px; font-family: var(--sans); font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--text); }
.contact-address { margin: 0 0 20px; font-family: var(--serif); font-size: clamp(1.35rem, 3vw, 1.7rem); line-height: 1.2; overflow-wrap: anywhere; }
.contact-address a { color: var(--ink); text-decoration: none; }
.contact-address a:hover, .contact-address a:focus-visible { color: var(--terracotta-dark); text-decoration: underline; text-underline-offset: 4px; }
.contact-card__note { margin: 16px 0 0; color: var(--text); font-family: var(--sans); font-size: .88rem; }
.contact-page .article-content ul { padding-left: 22px; }
.contact-page .article-content li { margin: 10px 0; }

@media (max-width: 620px) {
  .contact-page .article-content { padding-block: 34px 52px; }
  .contact-card { padding: 22px 18px 24px; }
}

/* Système blog 2026-08 */
.breadcrumb { margin-bottom: 22px; font-size: .8rem; color: var(--text); }
.breadcrumb ol { display: flex; flex-wrap: wrap; gap: 6px; margin: 0; padding: 0; list-style: none; }
.breadcrumb li + li::before { content: "›"; margin-right: 6px; color: #a09a92; }
.breadcrumb a { color: var(--terracotta-dark); text-decoration: none; }
.breadcrumb a:hover, .breadcrumb a:focus-visible { text-decoration: underline; text-underline-offset: 3px; }
.article-terms a { color: var(--terracotta-dark); font-weight: 700; text-decoration: none; }
.article-terms a:hover, .article-terms a:focus-visible { text-decoration: underline; text-underline-offset: 3px; }
.archive-count { margin: 6px 0 0; color: #6b655d; font-size: .86rem; }
.article-figure-wrap { padding-top: 44px; }
.article-figure { margin: 0; }
.article-figure img { width: 100%; aspect-ratio: 3 / 2; max-height: 560px; border-radius: 5px; object-fit: cover; }
.article-page .article-layout { padding-block: 52px 80px; }
.article-summary { margin-bottom: 26px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.article-summary ol { margin: 0; padding-left: 20px; }
.article-summary li { margin: 9px 0; font-size: .88rem; }
.article-summary a { color: var(--ink); text-decoration: none; }
.article-summary a:hover, .article-summary a:focus-visible { color: var(--terracotta-dark); text-decoration: underline; text-underline-offset: 3px; }
.related-section { padding-block: 44px 64px; border-top: 1px solid var(--line); background: #fffaf4; }
.related-section h2 { margin-bottom: 28px; }

@media (max-width: 620px) {
  .article-figure-wrap { padding-top: 26px; }
  .article-page .article-layout { padding-block: 34px 50px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
