html { overflow-x: clip; scroll-behavior: smooth; }
.village-archive-page { overflow-x: clip; background: #f4f0e9; color: #403d39; }
.village-archive-page main { display: block; }
.va-shell { width: min(100% - 48px, 1180px); margin-inline: auto; }
.va-kicker { display: flex; gap: 14px; margin: 0 0 20px; align-items: center; color: var(--color-primary); font-family: Arial, sans-serif; font-size: 11px; font-weight: 700; letter-spacing: .19em; text-transform: uppercase; }
.va-kicker::before { width: 38px; height: 1px; background: currentcolor; content: ""; }
.va-kicker--light { color: #eadcc5; }
.va-back { display: inline-flex; gap: 10px; margin-bottom: 38px; align-items: center; color: rgb(255 255 255 / 82%); font-family: Arial, sans-serif; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.va-back:hover, .va-back:focus-visible { color: #fff; }
.va-hero { position: relative; display: flex; min-height: min(780px, calc(100vh - var(--site-header-height))); padding: clamp(80px, 9vw, 130px) 0 70px; align-items: flex-end; background: #161814; color: #fff; overflow: hidden; }
.va-hero__image, .va-hero__veil { position: absolute; width: 100%; height: 100%; inset: 0; }
.va-hero__image { object-fit: cover; object-position: center; }
.va-hero__veil { background: linear-gradient(90deg, rgb(13 14 12 / 82%) 0%, rgb(13 14 12 / 48%) 52%, rgb(13 14 12 / 18%) 100%), linear-gradient(0deg, rgb(9 9 8 / 75%), transparent 58%); }
.va-hero__content { position: relative; z-index: 1; }
.va-hero h1 { max-width: 920px; margin: 0; color: #fff; font-size: clamp(64px, 9.4vw, 132px); font-weight: 500; letter-spacing: -.055em; line-height: .78; }
.va-hero h1 em { color: #eadcc5; font-weight: 400; }
.va-hero__lead { max-width: 760px; margin: 36px 0 0; color: rgb(255 255 255 / 86%); font-size: clamp(20px, 2vw, 27px); line-height: 1.42; }
.va-meta { display: flex; margin: 34px 0 0; padding: 0; flex-wrap: wrap; gap: 12px 30px; list-style: none; color: rgb(255 255 255 / 78%); font-family: Arial, sans-serif; font-size: 11px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.va-section { padding-block: clamp(82px, 10vw, 145px); background: #f4f0e9; }
.va-section--white { background: #fff; }
.va-section--dark { background: #141412; color: rgb(255 255 255 / 80%); }
.va-heading { display: grid; margin-bottom: clamp(46px, 7vw, 80px); grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr); gap: clamp(38px, 7vw, 96px); align-items: end; }
.va-heading h2 { margin: 0; color: #282522; font-size: clamp(48px, 6.4vw, 84px); font-weight: 500; letter-spacing: -.04em; line-height: .92; }
.va-heading > p { max-width: 500px; margin: 0 0 4px; color: #6e6961; font-size: 20px; line-height: 1.55; }
.va-section--dark .va-heading h2 { color: #fff; }
.va-section--dark .va-heading > p { color: rgb(255 255 255 / 68%); }
.va-copy { max-width: 820px; margin-inline: auto; }
.va-copy > p { margin: 0 0 24px; font-size: clamp(18px, 1.7vw, 21px); line-height: 1.72; }
.va-copy > p:last-child { margin-bottom: 0; }
.va-copy--intro > p:first-child { color: #292623; font-size: clamp(25px, 2.5vw, 34px); line-height: 1.45; }
.va-copy h2 { margin: clamp(62px, 8vw, 100px) 0 28px; color: #282522; font-size: clamp(42px, 5vw, 68px); font-weight: 500; letter-spacing: -.035em; line-height: .98; }
.va-copy h3 { margin: 46px 0 20px; color: #292623; font-size: clamp(31px, 3.5vw, 48px); font-weight: 500; line-height: 1.05; }
.va-archive-note { margin: 42px 0 0; padding: 20px 24px; border-left: 3px solid var(--color-primary); background: #ebe5dc; color: #5f5951; font-style: italic; }
.va-actions { display: flex; margin: 38px 0 0; flex-wrap: wrap; gap: 12px; }
.va-button { display: inline-flex; min-height: 50px; padding: 13px 22px; align-items: center; justify-content: center; gap: 10px; border: 1px solid var(--color-primary); border-radius: 999px; background: var(--color-primary); color: #fff; font-family: Arial, sans-serif; font-size: 12px; font-weight: 700; letter-spacing: .055em; text-decoration: none; text-transform: uppercase; transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease; }
.va-button--outline { background: transparent; color: var(--color-primary); }
.va-hero .va-button--outline { border-color: rgb(255 255 255 / 72%); color: #fff; }
.va-button:hover, .va-button:focus-visible { border-color: #9a332f; background: #9a332f; color: #fff; transform: translateY(-2px); }
.va-button:focus-visible, .va-back:focus-visible, .va-expert-card a:focus-visible { outline: 2px solid var(--color-gold); outline-offset: 4px; }
.va-media { margin: clamp(48px, 7vw, 82px) 0; }
.va-media img { display: block; width: 100%; max-height: 720px; border-radius: clamp(18px, 2vw, 28px); object-fit: cover; }
.va-media figcaption, .va-gallery figcaption { margin-top: 11px; color: #7a736a; font-family: Arial, sans-serif; font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.va-gallery { display: grid; margin: clamp(48px, 7vw, 84px) 0; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(14px, 2.4vw, 30px); }
.va-gallery figure { margin: 0; }
.va-gallery img { display: block; width: 100%; height: clamp(300px, 39vw, 520px); border-radius: clamp(16px, 2vw, 26px); object-fit: cover; }
.va-gallery--portrait img { object-position: center top; }
.va-quote { max-width: 920px; margin: clamp(56px, 8vw, 96px) auto; padding: clamp(38px, 6vw, 72px); border-radius: 28px; background: var(--color-primary); color: #fff; font-size: clamp(27px, 3.4vw, 47px); font-style: italic; line-height: 1.2; }
.va-quote p { margin: 0; }

/* Mise en page éditoriale des articles de presse 2022–2023. */
.va-press-page .va-press-section { position: relative; padding-block: clamp(72px, 8vw, 118px); overflow: hidden; }
.va-press-page .va-press-section::after { position: absolute; top: clamp(58px, 7vw, 96px); right: max(24px, calc((100vw - 1180px) / 2)); width: 72px; height: 1px; background: rgb(111 18 27 / 34%); content: ""; }
.va-press-page .va-press-section--offset::after { right: auto; left: max(24px, calc((100vw - 1180px) / 2)); }
.va-press-page .va-copy { max-width: 1080px; }
.va-press-page .va-copy > p { max-width: 720px; margin-bottom: 20px; font-size: clamp(16px, 1.22vw, 18px); line-height: 1.68; }
.va-press-page .va-copy--intro > p:first-child { max-width: 900px; font-size: clamp(22px, 2.1vw, 29px); line-height: 1.46; }
.va-press-page .va-copy h2 { max-width: 790px; margin: clamp(52px, 6vw, 78px) 0 27px; font-size: clamp(40px, 4.4vw, 62px); line-height: .98; }
.va-press-page .va-copy h2:first-child { margin-top: 0; }
.va-press-page .va-press-section--offset .va-copy > h2,
.va-press-page .va-press-section--offset .va-copy > p { margin-left: auto; }
.va-press-page .va-archive-note { max-width: 620px; margin-right: 8%; padding: 16px 20px; font-size: 16px; }
.va-press-page .va-video { width: 86%; margin: clamp(40px, 6vw, 68px) 0 clamp(42px, 6vw, 72px) auto; }
.va-press-page .va-media { width: 78%; margin: clamp(42px, 6vw, 70px) 0 clamp(48px, 7vw, 82px) auto; }
.va-press-page .va-press-section--offset .va-media { margin-right: auto; margin-left: 0; }
.va-press-page .va-media img { max-height: 600px; box-shadow: 0 24px 58px rgb(56 44 34 / 12%); }
.va-press-page .va-gallery { margin: clamp(44px, 6vw, 72px) clamp(-48px, -3vw, -20px) clamp(74px, 8vw, 105px); grid-template-columns: minmax(0, 1.18fr) minmax(250px, .82fr); gap: clamp(18px, 3vw, 42px); align-items: end; }
.va-press-page .va-gallery figure:first-child img { height: clamp(330px, 34vw, 480px); }
.va-press-page .va-gallery figure:nth-child(2) { transform: translateY(44px); }
.va-press-page .va-gallery figure:nth-child(2) img { height: clamp(250px, 27vw, 385px); }
.va-press-page .va-press-section--offset .va-gallery { grid-template-columns: minmax(250px, .82fr) minmax(0, 1.18fr); }
.va-press-page .va-press-section--offset .va-gallery figure:first-child { order: 2; transform: translateY(38px); }
.va-press-page .va-press-section--offset .va-gallery figure:nth-child(2) { order: 1; transform: translateY(0); }
.va-press-page .va-press-section--offset .va-gallery figure:first-child img { height: clamp(250px, 27vw, 385px); }
.va-press-page .va-press-section--offset .va-gallery figure:nth-child(2) img { height: clamp(330px, 34vw, 480px); }
.va-press-page .va-quote { max-width: 760px; margin: clamp(48px, 6vw, 74px) 0 clamp(56px, 7vw, 86px) auto; padding: 34px 0; border-top: 1px solid var(--color-primary); border-bottom: 1px solid var(--color-primary); border-radius: 0; background: transparent; color: var(--color-primary); font-size: clamp(24px, 2.55vw, 35px); line-height: 1.28; }
.va-press-page .va-press-section--offset .va-quote { margin-right: auto; margin-left: 0; }
.va-press-page .va-credits { width: 82%; margin: 60px 0 0 auto; }
.va-video { position: relative; margin: clamp(50px, 8vw, 90px) 0; border-radius: 26px; background: #111; box-shadow: 0 26px 70px rgb(43 34 26 / 18%); aspect-ratio: 16 / 9; overflow: hidden; }
.va-video iframe { position: absolute; width: 100%; height: 100%; border: 0; inset: 0; }
.va-credits { display: grid; padding: 34px 0 0; grid-template-columns: repeat(3, 1fr); gap: 24px; border-top: 1px solid #d8d0c5; }
.va-credits p { margin: 0; color: #6e6961; }
.va-credits strong { display: block; margin-bottom: 6px; color: #292623; font-family: Arial, sans-serif; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.va-documents { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.va-document { display: flex; min-height: 250px; padding: 28px; flex-direction: column; border: 1px solid #d8d0c5; border-radius: 24px; background: #fff; color: #292623; text-decoration: none; transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease; }
.va-document span { color: var(--color-primary); font-family: Arial, sans-serif; font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.va-document strong { margin: 25px 0 14px; font-family: "Cormorant Garamond", serif; font-size: 35px; font-weight: 500; line-height: 1; }
.va-document small { margin-top: auto; color: #746d64; font-family: Arial, sans-serif; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.va-document:hover, .va-document:focus-visible { border-color: var(--color-primary); box-shadow: 0 22px 50px rgb(71 42 31 / 12%); transform: translateY(-4px); }
.va-expert-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.va-expert-card { display: flex; min-width: 0; padding: clamp(24px, 3vw, 38px); flex-direction: column; border: 1px solid #d8d0c5; border-radius: 25px; background: #fff; }
.va-expert-card:nth-child(3n) { background: #ece5db; }
.va-expert-card__video { position: relative; margin: 0 0 28px; border-radius: 18px; background: #181816; aspect-ratio: 16 / 9; overflow: hidden; }
.va-expert-card__video iframe { position: absolute; width: 100%; height: 100%; border: 0; inset: 0; }
.va-expert-card h2 { margin: 0 0 18px; color: #292623; font-size: clamp(32px, 3.4vw, 46px); font-weight: 500; line-height: 1; }
.va-expert-card p { margin: 0 0 14px; line-height: 1.62; }
.va-expert-card em { color: #6d655c; }
.va-expert-card a { margin-top: auto; padding-top: 18px; color: var(--color-primary); font-family: Arial, sans-serif; font-size: 10px; font-weight: 700; letter-spacing: .11em; text-decoration: none; text-transform: uppercase; }
.va-next { padding-block: clamp(76px, 9vw, 120px); background: var(--color-primary); color: #fff; text-align: center; }
.va-next h2 { margin: 0; color: #fff; font-size: clamp(48px, 6.5vw, 86px); font-weight: 500; letter-spacing: -.04em; line-height: .92; }
.va-next p { max-width: 620px; margin: 26px auto 34px; color: rgb(255 255 255 / 82%); font-size: 20px; }
.va-next .va-button { border-color: #fff; background: #fff; color: #22201e; }
.va-next .va-button:hover, .va-next .va-button:focus-visible { border-color: #eadcc5; background: #eadcc5; }

@media (max-width: 820px) {
    .va-heading { grid-template-columns: 1fr; gap: 24px; }
    .va-documents { grid-template-columns: 1fr; }
    .va-document { min-height: 190px; }
    .va-expert-grid { grid-template-columns: 1fr; }
    .va-press-page .va-gallery { margin-inline: 0; }
}

@media (max-width: 620px) {
    .va-shell { width: min(100% - 36px, 1180px); }
    .va-hero { min-height: 690px; padding-block: 70px 52px; }
    .va-hero h1 { font-size: clamp(58px, 20vw, 82px); }
    .va-meta { flex-direction: column; gap: 8px; }
    .va-gallery { grid-template-columns: 1fr; }
    .va-gallery img { height: 390px; }
    .va-credits { grid-template-columns: 1fr; }
    .va-actions, .va-actions .va-button { width: 100%; }
    .va-button { width: 100%; }
    .va-press-page .va-press-section { padding-block: 66px; }
    .va-press-page .va-press-section::after { top: 38px; right: 18px; left: auto; width: 44px; }
    .va-press-page .va-copy > p,
    .va-press-page .va-copy--intro > p:first-child { max-width: none; margin-left: 0; font-size: 16.5px; line-height: 1.66; }
    .va-press-page .va-copy--intro > p:first-child { font-size: 21px; line-height: 1.5; }
    .va-press-page .va-copy h2 { max-width: none; font-size: clamp(38px, 12vw, 52px); }
    .va-press-page .va-video,
    .va-press-page .va-media,
    .va-press-page .va-press-section--offset .va-media,
    .va-press-page .va-credits { width: 100%; margin-inline: 0; }
    .va-press-page .va-gallery,
    .va-press-page .va-press-section--offset .va-gallery { margin: 40px 0 58px; grid-template-columns: 1fr; gap: 14px; }
    .va-press-page .va-gallery figure,
    .va-press-page .va-press-section--offset .va-gallery figure:first-child,
    .va-press-page .va-press-section--offset .va-gallery figure:nth-child(2) { order: initial; transform: none; }
    .va-press-page .va-gallery figure:first-child img,
    .va-press-page .va-gallery figure:nth-child(2) img,
    .va-press-page .va-press-section--offset .va-gallery figure:first-child img,
    .va-press-page .va-press-section--offset .va-gallery figure:nth-child(2) img { height: 340px; }
    .va-press-page .va-quote,
    .va-press-page .va-press-section--offset .va-quote { max-width: none; margin: 42px 0 54px; padding: 26px 0; font-size: 24px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .va-button, .va-document { transition: none; }
}
