:root {
  --navy: #082b68;
  --navy-2: #061f4d;
  --teal: #25b7be;
  --teal-soft: #e9f8f8;
  --coral: #ff6f6b;
  --coral-soft: #fff0ee;
  --yellow: #f7b32b;
  --yellow-soft: #fff8e6;
  --ink: #14213d;
  --muted: #5d6880;
  --line: #dce5ed;
  --paper: #ffffff;
  --soft: #f7fafc;
  --radius: 22px;
  --radius-sm: 14px;
  --shadow: 0 20px 55px rgba(8, 43, 104, .10);
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
svg { display: block; width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 88px 0; }
.section--tight { padding-top: 24px; padding-bottom: 44px; }
.screen-reader-text {
  position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.screen-reader-text:focus { clip: auto !important; height: auto; width: auto; top: 12px; left: 12px; z-index: 100000; padding: 10px 14px; background: #fff; color: #000; }

h1, h2, h3, h4 { color: var(--navy-2); line-height: 1.15; margin: 0 0 .65em; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; letter-spacing: -.025em; }
h1 { font-size: clamp(2.7rem, 6vw, 5.5rem); }
h2 { font-size: clamp(2rem, 4vw, 3.25rem); }
h3 { font-size: 1.25rem; }
p { margin: 0 0 1.2em; }
.lead { font-size: 1.2rem; color: var(--muted); }

.cst-icon { display: inline-grid; place-items: center; width: 22px; height: 22px; flex: 0 0 auto; }
.icon-teal { color: var(--teal); }
.icon-yellow { color: var(--yellow); }
.icon-coral { color: var(--coral); }

.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 11px;
  min-height: 50px; padding: 0 22px; border: 1px solid transparent; border-radius: 999px;
  font-weight: 800; font-size: .95rem; transition: .22s ease; white-space: nowrap;
}
.button .cst-icon { width: 18px; height: 18px; transition: transform .22s ease; }
.button:hover .cst-icon { transform: translateX(4px); }
.button--navy { background: var(--navy); color: #fff; box-shadow: 0 10px 24px rgba(8,43,104,.20); }
.button--navy:hover { background: var(--navy-2); transform: translateY(-2px); }
.button--teal { background: linear-gradient(135deg, var(--teal), #39c7c3); color: #fff; box-shadow: 0 10px 24px rgba(37,183,190,.25); }
.button--teal:hover { filter: saturate(1.1); transform: translateY(-2px); }
.button--outline { border-color: var(--teal); color: var(--teal); background: #fff; }
.button--outline:hover { background: var(--teal-soft); transform: translateY(-2px); }
.button--large { min-height: 58px; padding-inline: 30px; font-size: 1rem; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--teal); font-weight: 800; }
.text-link .cst-icon { width: 17px; height: 17px; transition: transform .2s ease; }
.text-link:hover .cst-icon { transform: translateX(4px); }

.site-header { position: relative; z-index: 100; background: rgba(255,255,255,.95); border-bottom: 1px solid rgba(220,229,237,.7); }
.site-header.is-sticky { position: sticky; top: 0; box-shadow: 0 10px 35px rgba(8,43,104,.08); backdrop-filter: blur(16px); }
.site-header__inner { min-height: 118px; display: flex; align-items: center; gap: 24px; }
.site-brand { width: 148px; flex: 0 0 148px; align-self: flex-start; margin-top: 8px; }
.site-brand img { width: 100%; max-height: 145px; object-fit: contain; }
.primary-navigation { margin-left: auto; }
.primary-menu { display: flex; align-items: center; gap: 24px; padding: 0; margin: 0; list-style: none; }
.primary-menu a { position: relative; display: block; padding: 14px 0; color: var(--navy-2); font-weight: 750; font-size: .91rem; }
.primary-menu a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 8px; height: 2px; background: var(--teal); transition: right .2s ease; }
.primary-menu a:hover::after, .primary-menu .current-menu-item > a::after { right: 0; }
.header-cta { margin-left: 10px; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; padding: 9px; }
.menu-toggle > span:not(.screen-reader-text) { display: block; height: 2px; margin: 6px 0; background: var(--navy); border-radius: 4px; transition: .2s ease; }

.hero { padding-top: 50px; overflow: hidden; }
.hero__grid { display: grid; grid-template-columns: .93fr 1.07fr; gap: 54px; align-items: center; }
.hero__content { position: relative; z-index: 2; padding: 36px 0 50px; }
.section-kicker { display: flex; align-items: center; justify-content: center; gap: 12px; margin: 0 0 18px; text-transform: uppercase; letter-spacing: .13em; font-size: .78rem; font-weight: 900; color: var(--teal); }
.section-kicker > span { width: 36px; height: 2px; background: currentColor; border-radius: 2px; }
.section-kicker--left { justify-content: flex-start; letter-spacing: .09em; }
.section-kicker--left::after { content: ""; width: 34px; height: 2px; background: currentColor; margin-left: 4px; }
.hero .section-kicker { justify-content: flex-start; }
.hero h1 { max-width: 620px; margin-bottom: 26px; }
.hero h1 span, .hero h1 em { display: block; }
.hero h1 em { color: var(--teal); font-family: "Segoe Script", "Brush Script MT", cursive; font-size: .82em; font-weight: 700; font-style: normal; transform: rotate(-1deg); }
.hero__lead { max-width: 600px; color: var(--muted); font-size: 1.12rem; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 30px 0; }
.hero__benefits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; max-width: 690px; margin-top: 30px; }
.hero__benefits > div { display: flex; align-items: center; gap: 10px; color: var(--navy-2); font-weight: 700; font-size: .86rem; line-height: 1.35; }
.hero__benefits .cst-icon { width: 26px; height: 26px; }
.hero__visual { position: relative; min-height: 570px; display: grid; place-items: center; }
.hero__visual img { position: relative; z-index: 2; width: 100%; border-radius: 48% 52% 44% 56% / 44% 40% 60% 56%; box-shadow: var(--shadow); }
.hero__blob { position: absolute; width: 90%; height: 88%; border-radius: 43% 57% 62% 38% / 38% 44% 56% 62%; background: linear-gradient(135deg, var(--teal-soft), #f6fbfc); transform: rotate(6deg); }
.hero__doodle { position: absolute; z-index: 3; width: 11px; height: 46px; border-radius: 8px; background: var(--coral); }
.hero__doodle::before, .hero__doodle::after { content: ""; position: absolute; width: 11px; height: 42px; border-radius: 8px; background: inherit; }
.hero__doodle::before { transform: rotate(-35deg); left: -23px; top: 12px; }
.hero__doodle::after { transform: rotate(35deg); right: -23px; top: 12px; }
.hero__doodle--one { left: 5%; top: 15%; transform: rotate(74deg) scale(.7); }
.hero__doodle--two { right: 5%; bottom: 13%; transform: rotate(-80deg) scale(.55); background: var(--yellow); }

.audience-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 22px; }
.audience-card { position: relative; min-height: 310px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: #fff; box-shadow: 0 8px 30px rgba(8,43,104,.045); transition: .24s ease; overflow: hidden; }
.audience-card::after { content: ""; position: absolute; right: -60px; bottom: -75px; width: 150px; height: 150px; border-radius: 50%; background: currentColor; opacity: .04; }
.audience-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.audience-card__icon { display: grid; place-items: center; width: 56px; height: 56px; margin-bottom: 22px; border-radius: 50%; background: color-mix(in srgb, currentColor 10%, white); }
.audience-card__icon .cst-icon { width: 30px; height: 30px; }
.audience-card h2 { font-family: inherit; font-size: 1.18rem; text-transform: uppercase; letter-spacing: .02em; color: currentColor; }
.audience-card p { color: var(--muted); font-size: .94rem; }
.audience-card--teal { color: var(--teal); border-color: rgba(37,183,190,.38); }
.audience-card--yellow { color: #e9a20e; border-color: rgba(247,179,43,.42); }
.audience-card--coral { color: var(--coral); border-color: rgba(255,111,107,.40); }
.audience-card--navy { color: var(--navy); border-color: rgba(8,43,104,.28); }

.creations-section { background: linear-gradient(180deg,#fff,#fbfdff); }
.news-section { background: var(--soft); }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; margin-bottom: 34px; }
.section-heading h2 { margin-bottom: 0; font-size: clamp(2rem,3.4vw,3rem); }
.section-heading .section-kicker { margin-bottom: 8px; }
.creation-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 25px; }
.creation-grid--home { grid-template-columns: repeat(3, minmax(0,1fr)); }
.creation-card { overflow: hidden; border-radius: 18px; background: #fff; border: 1px solid var(--line); box-shadow: 0 8px 28px rgba(8,43,104,.06); transition: .24s ease; }
.creation-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.creation-card__image { display: block; aspect-ratio: 1.28; overflow: hidden; background: #f4f8fa; }
.creation-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.creation-card:hover .creation-card__image img { transform: scale(1.045); }
.creation-card__content { padding: 22px 22px 24px; }
.creation-card__content h3 { margin: 6px 0 8px; font-size: 1.2rem; }
.creation-card__content h3 a:hover { color: var(--teal); }
.creation-card__content p { color: var(--muted); font-size: .93rem; }
.eyebrow { display: inline-block; color: var(--teal); text-transform: uppercase; font-size: .7rem; font-weight: 900; letter-spacing: .09em; }
.creation-placeholder { display: grid; place-items: center; width: 100%; height: 100%; min-height: 210px; background: linear-gradient(135deg,var(--teal-soft),#fff); color: var(--teal); }
.creation-placeholder .cst-icon { width: 72px; height: 72px; opacity: .55; }
.creation-placeholder--2 { background: linear-gradient(135deg,var(--yellow-soft),#fff); color: var(--yellow); }
.creation-placeholder--3 { background: linear-gradient(135deg,var(--coral-soft),#fff); color: var(--coral); }
.creation-placeholder--4 { background: linear-gradient(135deg,#edf2fa,#fff); color: var(--navy); }

.news-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 22px; }
.news-grid--archive { grid-template-columns: repeat(3, minmax(0,1fr)); }
.news-card { display: flex; flex-direction: column; min-height: 315px; padding: 24px; border-radius: var(--radius-sm); background: #fff; border: 1px solid var(--line); box-shadow: 0 8px 25px rgba(8,43,104,.04); transition: .22s ease; }
.news-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.news-card__icon { display: grid; place-items: center; width: 52px; height: 52px; margin-bottom: 20px; border-radius: 50%; color: var(--teal); background: var(--teal-soft); }
.news-card__icon .cst-icon { width: 28px; height: 28px; }
.news-card__content { display: flex; flex-direction: column; flex: 1; }
.news-card h3 { margin: 6px 0 12px; font-family: Georgia,"Times New Roman",serif; font-size: 1.28rem; }
.news-card p { color: var(--muted); font-size: .9rem; }
.news-card .text-link { margin-top: auto; }
.news-card--artisanal .news-card__icon, .news-card--yellow .news-card__icon { color: #e9a20e; background: var(--yellow-soft); }
.news-card--vacances .news-card__icon, .news-card--coral .news-card__icon { color: var(--coral); background: var(--coral-soft); }
.news-card--noel .news-card__icon, .news-card--navy .news-card__icon { color: var(--navy); background: #edf2fa; }
.event-summary span { display: flex; align-items: flex-start; gap: 7px; margin-bottom: 7px; }
.event-summary .cst-icon { width: 16px; height: 16px; margin-top: 3px; color: var(--teal); }

.footer-cta { background: #fff; padding: 48px 0 0; }
.footer-cta__inner { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 26px; padding: 28px 42px; border-radius: 18px; background: linear-gradient(100deg,#d9f4f4,#eefafa); overflow: hidden; }
.footer-cta__icon { width: 76px; height: 60px; color: var(--navy); transform: rotate(-8deg); }
.footer-cta__icon .cst-icon { width: 100%; height: 100%; }
.footer-cta h2 { font-size: 1.75rem; margin-bottom: 4px; }
.footer-cta p { margin: 0; color: var(--muted); }
.site-footer { padding-top: 62px; background: #fff; }
.site-footer__grid { display: grid; grid-template-columns: 1.25fr .8fr .95fr 1.05fr; gap: 45px; padding-bottom: 55px; }
.footer-brand img { width: 145px; margin-bottom: 15px; }
.footer-brand p { max-width: 270px; color: var(--muted); font-size: .9rem; }
.site-footer h3 { margin-bottom: 17px; font-family: inherit; text-transform: uppercase; letter-spacing: .08em; font-size: .8rem; }
.footer-menu, .contact-list { list-style: none; padding: 0; margin: 0; }
.footer-menu li { margin: 7px 0; }
.footer-menu a { color: var(--muted); font-size: .9rem; }
.footer-menu a:hover { color: var(--teal); }
.contact-list li { display: flex; gap: 9px; align-items: flex-start; margin: 10px 0; color: var(--muted); font-size: .9rem; }
.contact-list .cst-icon { color: var(--navy); width: 18px; height: 18px; margin-top: 3px; }
.social-links { display: flex; gap: 8px; }
.social-links a { display: grid; place-items: center; width: 31px; height: 31px; border-radius: 50%; color: #fff; background: var(--navy); font-size: .8rem; font-weight: 900; }
.site-footer__bottom { background: var(--navy-2); color: rgba(255,255,255,.85); padding: 15px 0; text-align: center; font-size: .8rem; }
.site-footer__bottom p { margin: 0; }
.site-footer__bottom a:hover { color: #fff; text-decoration: underline; }
.site-footer__bottom span { margin-inline: 8px; opacity: .5; }

.page-hero { padding: 78px 0; background: linear-gradient(135deg,#f6fbfc,#fff); border-bottom: 1px solid var(--line); }
.page-hero__inner { max-width: 880px; }
.page-hero h1 { font-size: clamp(2.6rem,5vw,4.7rem); }
.page-hero p { max-width: 760px; color: var(--muted); font-size: 1.08rem; }
.page-hero--creations { background: linear-gradient(135deg,var(--teal-soft),#fff 60%); }
.page-hero--post { background: linear-gradient(135deg,#edf2fa,#fff 65%); }
.page-hero--quote { background: linear-gradient(135deg,var(--coral-soft),#fff 60%); }
.page-content { max-width: 920px; }
.entry-content { font-size: 1.04rem; }
.entry-content > * { max-width: 820px; }
.entry-content h2 { margin-top: 1.6em; font-size: 2rem; }
.entry-content h3 { margin-top: 1.5em; }
.entry-content a { color: var(--teal); text-decoration: underline; }
.entry-content ul, .entry-content ol { padding-left: 1.25em; }
.entry-content blockquote { margin: 2em 0; padding: 20px 28px; border-left: 4px solid var(--teal); background: var(--soft); border-radius: 0 12px 12px 0; }

.filter-nav { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 34px; }
.filter-nav a { padding: 10px 16px; border-radius: 999px; border: 1px solid var(--line); color: var(--navy); background: #fff; font-weight: 750; font-size: .88rem; }
.filter-nav a:hover, .filter-nav a.is-active { color: #fff; background: var(--teal); border-color: var(--teal); }
.empty-state { grid-column: 1/-1; padding: 70px 25px; text-align: center; border: 1px dashed #b9c8d5; border-radius: var(--radius); background: var(--soft); }
.empty-state > div { width: 75px; height: 75px; margin: 0 auto 20px; color: var(--teal); }
.empty-state > div .cst-icon { width: 100%; height: 100%; }

.single-creation__grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 64px; align-items: start; }
.single-creation__main-image { overflow: hidden; min-height: 430px; border-radius: var(--radius); background: var(--soft); box-shadow: var(--shadow); }
.single-creation__main-image img { width: 100%; height: 100%; min-height: 430px; object-fit: cover; }
.single-creation__gallery { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; margin-top: 15px; }
.single-creation__gallery img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 12px; }
.single-creation__content { position: sticky; top: 140px; padding-top: 20px; }
.single-creation__content h1 { font-size: clamp(2.4rem,4vw,4rem); }
.single-creation__actions { display: flex; align-items: center; flex-wrap: wrap; gap: 18px; margin-top: 30px; }

.article-container { max-width: 900px; }
.article-cover { overflow: hidden; margin-bottom: 38px; border-radius: var(--radius); box-shadow: var(--shadow); }
.article-cover img { width: 100%; max-height: 560px; object-fit: cover; }
.event-details { margin-bottom: 36px; padding: 26px; border-radius: var(--radius-sm); background: var(--teal-soft); border: 1px solid rgba(37,183,190,.25); }
.event-details h2 { font-family: inherit; font-size: 1.3rem; }
.event-details p { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
.event-details .cst-icon { color: var(--teal); }

.quote-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 48px; align-items: start; }
.quote-intro { position: sticky; top: 145px; padding: 32px; border-radius: var(--radius); background: var(--soft); }
.quote-intro img { width: 100%; max-width: 390px; margin: 0 auto 25px; }
.quote-intro h2 { font-size: 2rem; }
.check-list { list-style: none; padding: 0; margin: 25px 0; }
.check-list li { display: flex; gap: 12px; align-items: center; margin: 14px 0; font-weight: 700; }
.check-list .cst-icon { color: var(--teal); }
.privacy-note { font-size: .86rem; color: var(--muted); }
.form-card { padding: 36px; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); background: #fff; }
.form-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.form-grid p { margin: 0; }
.form-span-2 { grid-column: 1/-1; }
.quote-form label { display: block; margin-bottom: 7px; color: var(--navy-2); font-weight: 800; font-size: .9rem; }
.quote-form input:not([type="checkbox"]), .quote-form select, .quote-form textarea {
  width: 100%; min-height: 48px; padding: 12px 14px; border: 1px solid #cbd7e1; border-radius: 10px; color: var(--ink); background: #fff; outline: none; transition: .2s ease;
}
.quote-form textarea { resize: vertical; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(37,183,190,.14); }
.quote-form small { display: block; color: var(--muted); margin-top: 5px; }
.consent { display: flex !important; align-items: flex-start; gap: 10px; margin: 23px 0 !important; font-weight: 500 !important; }
.consent input { margin-top: 5px; }
.honeypot { position: absolute; left: -9999px; }
.form-notice { margin-bottom: 24px; padding: 15px 18px; border-radius: 12px; }
.form-notice--success { background: #e9fbf5; color: #146a4e; border: 1px solid #a8e8d1; }
.form-notice--error { background: #fff0ee; color: #9b2c2a; border: 1px solid #ffc0bd; }

.contact-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 25px; }
.contact-card { padding: 36px; text-align: center; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 8px 25px rgba(8,43,104,.05); }
.contact-card__icon { display: grid; place-items: center; width: 66px; height: 66px; margin: 0 auto 20px; border-radius: 50%; background: var(--teal-soft); color: var(--teal); }
.contact-card__icon .cst-icon { width: 31px; height: 31px; }
.contact-card h2 { font-size: 1.5rem; }
.contact-card a { color: var(--teal); font-weight: 800; }
.centered-action { text-align: center; margin-top: 40px; }

.navigation.pagination, .nav-links { margin-top: 42px; display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; }
.page-numbers { display: grid; place-items: center; min-width: 42px; height: 42px; padding: 0 12px; border-radius: 9px; border: 1px solid var(--line); background: #fff; color: var(--navy); font-weight: 750; }
.page-numbers.current, .page-numbers:hover { color: #fff; background: var(--teal); border-color: var(--teal); }

@media (max-width: 1100px) {
  .site-header__inner { min-height: 95px; }
  .site-brand { width: 112px; flex-basis: 112px; }
  .primary-menu { gap: 16px; }
  .primary-menu a { font-size: .82rem; }
  .header-cta { padding-inline: 17px; font-size: .84rem; }
  .hero__grid { gap: 28px; }
  .hero__visual { min-height: 500px; }
  .audience-grid { grid-template-columns: repeat(2,1fr); }
  .news-grid { grid-template-columns: repeat(2,1fr); }
  .site-footer__grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 900px) {
  .site-header { position: sticky; top: 0; box-shadow: 0 8px 30px rgba(8,43,104,.07); }
  .site-header__inner { min-height: 82px; }
  .site-brand { width: 82px; flex-basis: 82px; margin-top: 2px; }
  .menu-toggle { display: block; margin-left: auto; }
  .header-cta { display: none; }
  .primary-navigation { position: fixed; inset: 82px 0 auto 0; max-height: calc(100vh - 82px); overflow: auto; transform: translateY(-120%); opacity: 0; pointer-events: none; transition: .25s ease; background: #fff; border-top: 1px solid var(--line); box-shadow: 0 20px 40px rgba(8,43,104,.12); }
  .menu-open .primary-navigation { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .primary-menu { display: block; padding: 20px; }
  .primary-menu a { padding: 14px; font-size: 1rem; border-bottom: 1px solid var(--line); }
  .menu-open .menu-toggle > span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
  .menu-open .menu-toggle > span:nth-child(2) { opacity: 0; }
  .menu-open .menu-toggle > span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
  .hero { padding-top: 25px; }
  .hero__grid { grid-template-columns: 1fr; }
  .hero__content { padding-bottom: 0; }
  .hero__visual { min-height: auto; max-width: 700px; margin-inline: auto; }
  .creation-grid, .creation-grid--home, .news-grid--archive { grid-template-columns: repeat(2,1fr); }
  .single-creation__grid, .quote-layout { grid-template-columns: 1fr; }
  .single-creation__content, .quote-intro { position: static; }
  .contact-grid { grid-template-columns: 1fr; }
}

@media (max-width: 650px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 60px 0; }
  h1 { font-size: clamp(2.4rem,13vw,4rem); }
  h2 { font-size: 2.1rem; }
  .hero__benefits { grid-template-columns: 1fr; }
  .hero__actions { display: grid; }
  .hero__actions .button { width: 100%; }
  .audience-grid, .creation-grid, .creation-grid--home, .news-grid, .news-grid--archive, .site-footer__grid { grid-template-columns: 1fr; }
  .audience-card { min-height: 0; }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .footer-cta__inner { grid-template-columns: 1fr; text-align: center; padding: 28px 22px; }
  .footer-cta__icon { margin-inline: auto; }
  .footer-cta .button { width: 100%; }
  .site-footer__grid { gap: 30px; }
  .form-card { padding: 24px 18px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-span-2 { grid-column: auto; }
  .single-creation__gallery { grid-template-columns: repeat(3,1fr); }
  .page-hero { padding: 58px 0; }
}
/* Header V2 : logo horizontal, menu centré et sous-menus équilibrés. */
.site-header .container { width: min(calc(100% - 48px), 1720px); }
.site-header__inner {
  min-height: 104px;
  display: grid;
  grid-template-columns: minmax(235px, 285px) minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(22px, 2.2vw, 42px);
}
.site-brand { width: 100%; max-width: 285px; min-width: 0; margin: 0; align-self: center; }
.site-brand img { width: 100%; height: auto; max-height: 86px; object-fit: contain; object-position: left center; }
.site-brand__compact { display: none; }
.primary-navigation { min-width: 0; margin: 0; }
.primary-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(17px, 1.55vw, 31px);
  padding: 0;
  margin: 0;
  list-style: none;
}
.primary-menu > li { position: relative; flex: 0 0 auto; }
.primary-menu > li > a {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 52px;
  padding: 14px 0;
  color: var(--navy-2);
  font-weight: 800;
  font-size: clamp(.80rem, .82vw, .93rem);
  line-height: 1.15;
  white-space: nowrap;
}
.primary-menu > li.menu-item-has-children > a { padding-right: 15px; }
.primary-menu > li.menu-item-has-children > a::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-65%) rotate(45deg);
  opacity: .62;
}
.primary-menu > li > a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 6px;
  height: 2px;
  background: var(--teal);
  transition: right .2s ease;
}
.primary-menu > li > a:hover::after,
.primary-menu > li.current-menu-item > a::after,
.primary-menu > li.current-menu-ancestor > a::after { right: 0; }
.primary-menu .sub-menu {
  position: absolute;
  z-index: 120;
  top: calc(100% - 2px);
  left: 50%;
  min-width: 245px;
  padding: 12px;
  margin: 0;
  list-style: none;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255,255,255,.98);
  box-shadow: 0 20px 45px rgba(8,43,104,.14);
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 10px);
  transition: .2s ease;
}
.primary-menu li:hover > .sub-menu,
.primary-menu li:focus-within > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}
.primary-menu .sub-menu a {
  display: block;
  padding: 11px 13px;
  border-radius: 10px;
  color: var(--navy-2);
  font-size: .88rem;
  font-weight: 750;
  line-height: 1.3;
  white-space: nowrap;
}
.primary-menu .sub-menu a:hover,
.primary-menu .sub-menu .current-menu-item > a { color: var(--teal); background: var(--teal-soft); }
.primary-menu .sub-menu a::after { display: none; }
.header-cta { margin: 0; min-height: 54px; padding-inline: 24px; }

@media (max-width: 1380px) {
  .site-header__inner { grid-template-columns: 220px minmax(0,1fr) auto; gap: 22px; }
  .site-brand { max-width: 220px; }
  .primary-menu { gap: 15px; }
  .primary-menu > li > a { font-size: .79rem; }
  .header-cta { padding-inline: 18px; font-size: .84rem; }
}

@media (max-width: 1160px) {
  .site-header .container { width: min(calc(100% - 30px), 1720px); }
  .site-header__inner { min-height: 82px; display: flex; gap: 16px; }
  .site-brand { width: 68px; flex: 0 0 68px; }
  .site-brand__wide { display: none; }
  .site-brand__compact { display: block; max-height: 68px !important; }
  .menu-toggle { display: block; margin-left: auto; }
  .header-cta { display: none; }
  .primary-navigation {
    position: fixed;
    inset: 82px 0 auto 0;
    max-height: calc(100vh - 82px);
    overflow: auto;
    transform: translateY(-120%);
    opacity: 0;
    pointer-events: none;
    transition: .25s ease;
    background: #fff;
    border-top: 1px solid var(--line);
    box-shadow: 0 20px 40px rgba(8,43,104,.12);
  }
  .menu-open .primary-navigation { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .primary-menu { display: block; padding: 18px 20px 28px; }
  .primary-menu > li > a { min-height: 0; padding: 14px; font-size: 1rem; white-space: normal; border-bottom: 1px solid var(--line); }
  .primary-menu > li.menu-item-has-children > a { color: var(--teal); padding-bottom: 9px; border-bottom: 0; }
  .primary-menu > li.menu-item-has-children > a::before,
  .primary-menu > li > a::after { display: none; }
  .primary-menu .sub-menu {
    position: static;
    min-width: 0;
    padding: 0 0 8px 17px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
  }
  .primary-menu .sub-menu a { padding: 11px 14px; border-left: 2px solid var(--teal-soft); border-radius: 0; white-space: normal; }
  .menu-open .menu-toggle > span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
  .menu-open .menu-toggle > span:nth-child(2) { opacity: 0; }
  .menu-open .menu-toggle > span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
}
