:root {
  --ivory: #f5efe4;
  --ivory-2: #ece5d8;
  --stone: #d9d4c8;
  --green: #2f4034;
  --green-dark: #1f2b23;
  --sage: #92a187;
  --powder: #d5b5a7;
  --ink: #1d1c15;
  --muted: #555a54;
  --line: rgba(47, 64, 52, 0.2);
  --line-light: rgba(245, 239, 228, 0.24);
  --display: "quasimoda", "Helvetica Neue", Arial, sans-serif;
  --body: "quicksand", "Helvetica Neue", Arial, sans-serif;
  --script: "sanzio", Georgia, serif;
  --gutter: clamp(1.25rem, 5vw, 5rem);
  --section: clamp(5rem, 10vw, 9rem);
  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
  --slow: cubic-bezier(0.16, 1, 0.3, 1);
  --chateau: url("https://chateaudeboursault.fr/wp-content/uploads/2026/09/Chateau-de-Boursault.jpeg");
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; overflow-x: clip; background: var(--ivory); color: var(--ink); font-family: var(--body); font-size: 1rem; line-height: 1.72; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
:focus-visible { outline: 2px solid var(--powder); outline-offset: 4px; }
::selection { background: var(--powder); color: var(--green-dark); }

.skip-link { position: fixed; top: 1rem; left: 1rem; z-index: 200; padding: 0.75rem 1rem; background: var(--ivory); color: var(--green-dark); transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.container { width: min(calc(100% - var(--gutter) * 2), 82rem); margin-inline: auto; }
.container--wide { width: min(calc(100% - var(--gutter) * 2), 94rem); margin-inline: auto; }
.section { padding-block: var(--section); }
.section--tight { padding-block: clamp(3.5rem, 7vw, 6rem); }
.section--green { background: var(--green); color: var(--ivory); }
.section--dark { background: var(--green-dark); color: var(--ivory); }
.section--stone { background: var(--stone); }
.section--sage { background: var(--sage); color: var(--green-dark); }

.eyebrow { margin: 0 0 1.2rem; font-size: 0.75rem; font-weight: 600; letter-spacing: 0.2em; line-height: 1.3; text-transform: uppercase; }
.eyebrow--soft { color: var(--powder); }
.display { margin: 0; color: var(--green); font-family: var(--display); font-size: clamp(2.2rem, 5.2vw, 5.35rem); font-weight: 400; letter-spacing: -0.04em; line-height: 0.99; text-wrap: balance; }
.display--light { color: var(--ivory); }
.display--medium { font-size: clamp(2.05rem, 3.7vw, 3.85rem); }
.display--small { font-size: clamp(1.65rem, 2.6vw, 2.55rem); line-height: 1.08; }
.script { display: block; color: var(--powder); font-family: var(--script); font-size: clamp(2.05rem, 4vw, 4.15rem); font-weight: 600; letter-spacing: 0; line-height: 0.92; text-transform: none; }
.lead { max-width: 46ch; margin: 1.75rem 0 0; color: var(--muted); font-size: clamp(1.05rem, 0.96rem + 0.42vw, 1.35rem); line-height: 1.62; }
.lead--light { color: rgba(245, 239, 228, 0.82); }
.body-copy { max-width: 62ch; color: var(--muted); }
.body-copy p { margin: 0 0 1.3rem; }
.rule { width: 100%; height: 1px; border: 0; background: var(--line); }

.button { display: inline-flex; min-height: 3.35rem; padding: 0 1.7rem; align-items: center; justify-content: center; border: 1px solid currentColor; background: transparent; color: var(--green); font-size: 0.72rem; font-weight: 600; letter-spacing: 0.17em; text-align: center; text-transform: uppercase; transition: background-color 0.35s var(--ease), border-color 0.35s var(--ease), color 0.35s var(--ease), transform 0.35s var(--ease); }
.button:hover { background: var(--green); color: var(--ivory); transform: translateY(-2px); }
.button--solid { border-color: var(--green); background: var(--green); color: var(--ivory); }
.button--solid:hover { border-color: var(--green-dark); background: var(--green-dark); }
.button--light { color: var(--ivory); }
.button--light:hover { background: var(--ivory); color: var(--green-dark); }
.button--powder { border-color: var(--powder); background: var(--powder); color: var(--green-dark); }
.button--powder:hover { border-color: var(--ivory); background: var(--ivory); }
.button-row { display: flex; margin-top: 2.25rem; flex-wrap: wrap; gap: 0.75rem; }
.text-link { display: inline-flex; align-items: center; gap: 0.72rem; border-bottom: 1px solid var(--powder); font-size: 0.76rem; font-weight: 600; letter-spacing: 0.13em; text-transform: uppercase; }
.text-link::after { width: 1.65rem; aspect-ratio: 1; flex: 0 0 auto; background: url("/assets/fountain-green-outline.svg") center / contain no-repeat; content: ""; transition: background-image 0.25s var(--ease), transform 0.35s var(--ease); }
.text-link:hover::after { background-image: url("/assets/fountain-green.svg"); transform: rotate(8deg) scale(1.06); }
.section--green .text-link::after, .section--dark .text-link::after, .path-card .text-link::after { background-image: url("/assets/fountain-white-outline.svg"); }
.section--green .text-link:hover::after, .section--dark .text-link:hover::after, .path-card .text-link:hover::after { background-image: url("/assets/fountain-white.svg"); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 80; color: var(--ivory); transition: background-color 0.45s var(--ease), color 0.45s var(--ease), box-shadow 0.45s var(--ease); }
.site-header::before { position: absolute; inset: 0 0 -3rem; z-index: -1; background: linear-gradient(rgba(17, 25, 20, 0.52), transparent); content: ""; transition: opacity 0.35s; }
.site-header.is-solid { background: rgba(245, 239, 228, 0.96); color: var(--green-dark); box-shadow: 0 1px var(--line); backdrop-filter: blur(14px); }
.site-header.is-solid::before { opacity: 0; }
.header-inner { display: grid; min-height: 6rem; grid-template-columns: 1fr auto 1fr; align-items: center; transition: min-height 0.35s var(--ease); }
.site-header.is-solid .header-inner { min-height: 4.85rem; }
.menu-trigger { display: inline-flex; width: max-content; padding: 0; align-items: center; gap: 0.8rem; border: 0; background: none; cursor: pointer; font-size: 0.72rem; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; }
.menu-lines { display: grid; width: 1.55rem; gap: 0.34rem; }
.menu-lines i { display: block; height: 1px; background: currentColor; }
.menu-lines i:last-child { width: 70%; transition: width 0.35s; }
.menu-trigger:hover .menu-lines i:last-child { width: 100%; }
.brand { display: flex; align-items: center; justify-content: center; }
.brand img { width: auto; height: 4.65rem; transition: filter 0.35s, height 0.35s; }
.site-header:not(.is-solid) .brand img { filter: brightness(0) invert(1); }
.site-header.is-solid .brand img { height: 3.75rem; }
.header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 1.1rem; }
.lang { font-size: 0.7rem; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; }
.header-cta { display: inline-flex; min-height: 2.8rem; padding: 0 1.15rem; align-items: center; border: 1px solid rgba(245, 239, 228, 0.65); background: rgba(245, 239, 228, 0.08); font-size: 0.68rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; }
.site-header.is-solid .header-cta { border-color: var(--green); background: var(--green); color: var(--ivory); }

.menu-backdrop { position: fixed; inset: 0; z-index: 90; background: rgba(13, 20, 16, 0.58); opacity: 0; pointer-events: none; transition: opacity 0.5s; }
.menu-panel { position: fixed; inset: 0 auto 0 0; z-index: 100; display: flex; width: min(30rem, 92vw); padding: 2rem clamp(1.5rem, 5vw, 3.5rem) 2.5rem; flex-direction: column; background: var(--green-dark); color: var(--ivory); transform: translateX(-102%); transition: transform 0.75s var(--slow); }
.menu-open .menu-backdrop { opacity: 1; pointer-events: auto; }
.menu-open .menu-panel { transform: none; }
.menu-close { align-self: flex-end; padding: 0.5rem; border: 0; background: transparent; color: inherit; cursor: pointer; font-size: 0.72rem; letter-spacing: 0.16em; text-transform: uppercase; }
.menu-mark { width: 4.5rem; margin: 1rem auto 2.2rem; }
.menu-panel nav { display: grid; gap: 0.2rem; text-align: center; }
.menu-panel nav a { padding: 0.45rem; color: rgba(245, 239, 228, 0.76); font-family: var(--display); font-size: clamp(1.3rem, 4vw, 2rem); letter-spacing: 0.08em; text-transform: uppercase; transition: color 0.3s; }
.menu-panel nav a:hover, .menu-panel nav a[aria-current="page"] { color: var(--powder); }
.menu-meta { margin-top: auto; padding-top: 2rem; border-top: 1px solid var(--line-light); color: rgba(245, 239, 228, 0.58); font-size: 0.84rem; text-align: center; }

.hero { position: relative; display: grid; min-height: 100svh; overflow: hidden; align-items: end; color: var(--ivory); isolation: isolate; }
.hero::before { position: absolute; inset: -4%; z-index: -3; background: var(--chateau) center 42% / cover; content: ""; animation: breathe 24s ease-in-out infinite alternate; }
.hero::after { position: absolute; inset: 0; z-index: -2; background: linear-gradient(180deg, rgba(14, 22, 17, 0.18) 12%, rgba(14, 22, 17, 0.12) 45%, rgba(14, 22, 17, 0.78) 100%); content: ""; }
@keyframes breathe { to { transform: scale(1.08); } }
.hero-content { width: min(100%, 74rem); padding: 9rem var(--gutter) clamp(3rem, 7vw, 5.5rem); }
.hero-kicker { margin: 0 0 1.3rem; font-size: 0.76rem; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; }
.hero-title { max-width: 12ch; margin: 0; font-family: var(--display); font-size: clamp(3.35rem, 7.8vw, 7.15rem); font-weight: 400; letter-spacing: -0.05em; line-height: 0.9; text-wrap: balance; }
.hero-title em { display: block; color: var(--powder); font-family: var(--script); font-size: 0.58em; font-style: normal; font-weight: 600; letter-spacing: 0; line-height: 1.05; }
.hero-lead { max-width: 44rem; margin: 1.7rem 0 0; font-family: var(--display); font-size: clamp(1.05rem, 1.55vw, 1.38rem); line-height: 1.52; }
.hero-buttons { display: flex; margin-top: 2rem; flex-wrap: wrap; gap: 0.7rem; }
.hero-status { position: absolute; right: var(--gutter); bottom: clamp(3rem, 7vw, 5.5rem); display: grid; width: min(18rem, 28vw); padding-left: 1rem; border-left: 1px solid var(--powder); gap: 0.2rem; font-size: 0.78rem; line-height: 1.5; }
.hero-status strong { letter-spacing: 0.15em; text-transform: uppercase; }

.subhero { position: relative; display: grid; min-height: min(78svh, 52rem); overflow: hidden; align-items: end; color: var(--ivory); isolation: isolate; }
.subhero::before { position: absolute; inset: -4%; z-index: -3; background: var(--chateau) var(--crop, center 42%) / var(--size, cover); content: ""; }
.subhero::after { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(14, 22, 17, 0.72), rgba(14, 22, 17, 0.16) 70%), linear-gradient(0deg, rgba(14, 22, 17, 0.55), transparent 55%); content: ""; }
.subhero-content { padding-block: clamp(9rem, 17vw, 13rem) clamp(3.5rem, 8vw, 6rem); }
.subhero .display { max-width: 12ch; }
.subhero .lead { color: rgba(245, 239, 228, 0.85); }

.status-strip { padding: 1.25rem var(--gutter); background: var(--powder); color: var(--green-dark); text-align: center; }
.status-strip p { margin: 0; font-size: 0.82rem; font-weight: 600; letter-spacing: 0.08em; }

.split { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); gap: clamp(3rem, 8vw, 8rem); align-items: start; }
.split--center { align-items: center; }
.aside-number { color: var(--powder); font-family: var(--display); font-size: clamp(4.2rem, 8vw, 7.5rem); font-weight: 300; letter-spacing: -0.07em; line-height: 0.84; }
.feature-list { display: grid; margin: 0; padding: 0; list-style: none; }
.feature-list li { display: grid; padding: 1.3rem 0; grid-template-columns: 2.7rem 1fr; gap: 1rem; border-top: 1px solid var(--line); }
.feature-list li:last-child { border-bottom: 1px solid var(--line); }
.feature-list b { color: var(--powder); font-family: var(--display); font-size: 1.45rem; font-weight: 400; }
.feature-list strong { display: block; margin-bottom: 0.25rem; color: var(--green); font-family: var(--display); font-size: 1.35rem; font-weight: 400; }
.feature-list span { color: var(--muted); }

.path-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.path-card { position: relative; display: flex; min-height: 38rem; padding: clamp(2rem, 5vw, 4.5rem); overflow: hidden; align-items: flex-end; color: var(--ivory); isolation: isolate; }
.path-card::before { position: absolute; inset: 0; z-index: -2; background: var(--chateau) var(--crop, center) / var(--size, cover); content: ""; transition: transform 1.2s var(--slow); }
.path-card::after { position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, transparent 35%, rgba(18, 27, 22, 0.83)); content: ""; }
.path-card:hover::before { transform: scale(1.05); }
.path-card h3 { margin: 0 0 0.75rem; font-family: var(--display); font-size: clamp(1.9rem, 3.2vw, 3.2rem); font-weight: 400; letter-spacing: -0.03em; line-height: 1.04; }
.path-card p { max-width: 38ch; margin: 0 0 1.5rem; color: rgba(245, 239, 228, 0.82); }

.places { display: grid; grid-template-columns: 1.25fr 0.75fr; gap: 0; }
.place-visual { position: relative; min-height: 46rem; overflow: hidden; background: var(--green); }
.place-visual::before { position: absolute; inset: -3%; background: var(--chateau) 20% 50% / 250% auto; content: ""; }
.place-list { display: grid; align-content: center; padding: clamp(2.5rem, 7vw, 6rem); background: var(--green-dark); color: var(--ivory); }
.place-list button { display: grid; padding: 1.15rem 0; grid-template-columns: 2.2rem 1fr auto; align-items: center; border: 0; border-bottom: 1px solid var(--line-light); background: none; color: rgba(245, 239, 228, 0.58); cursor: pointer; text-align: left; transition: color 0.3s; }
.place-list button.is-active, .place-list button:hover { color: var(--ivory); }
.place-list button span { color: var(--powder); font-size: 0.72rem; }
.place-list button strong { font-family: var(--display); font-size: clamp(1.25rem, 1.8vw, 1.7rem); font-weight: 400; }
.place-list button em { font-size: 0.72rem; font-style: normal; letter-spacing: 0.09em; text-transform: uppercase; }
.place-note { margin: 2rem 0 0; color: rgba(245, 239, 228, 0.64); font-size: 0.85rem; }

.heritage-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.heritage-image { position: relative; aspect-ratio: 4 / 5; overflow: hidden; }
.heritage-image::before { position: absolute; inset: -4%; background: var(--chateau) 18% 50% / 245% auto; content: ""; }
.heritage-image::after { position: absolute; right: 1.2rem; bottom: 1.2rem; width: 5.5rem; aspect-ratio: 1; border: 1px solid rgba(245, 239, 228, 0.7); border-radius: 50%; content: "1843"; display: grid; place-items: center; color: var(--ivory); font-family: var(--display); font-size: 1.2rem; }

.proof-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.proof { min-height: 16rem; padding: clamp(1.6rem, 3vw, 2.7rem); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.proof b { display: block; color: var(--powder); font-family: var(--display); font-size: 2.2rem; font-weight: 400; line-height: 1; }
.proof h3 { margin: 1.8rem 0 0.6rem; color: var(--green); font-family: var(--display); font-size: 1.45rem; font-weight: 400; }
.proof p { margin: 0; color: var(--muted); }

.editorial-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: clamp(1rem, 2.4vw, 2rem); align-items: start; }
.editorial-shot { position: relative; overflow: hidden; background: var(--stone); }
.editorial-shot::before { position: absolute; inset: -4%; background: var(--chateau) var(--crop, center) / var(--size, cover); content: ""; }
.editorial-shot--a { grid-column: 1 / 8; aspect-ratio: 4 / 3; }
.editorial-shot--b { grid-column: 9 / 13; margin-top: 6rem; aspect-ratio: 3 / 4; }
.editorial-shot--c { grid-column: 3 / 11; aspect-ratio: 16 / 7; }
.editorial-caption { grid-column: 8 / 13; margin-top: -1rem; color: var(--powder); font-family: var(--script); font-size: clamp(1.9rem, 3.2vw, 3.2rem); font-weight: 600; line-height: 1; }

.timeline { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--line-light); }
.timeline article { padding: 2rem 1.5rem 0 0; }
.timeline b { color: var(--powder); font-family: var(--display); font-size: 2.1rem; font-weight: 400; }
.timeline h3 { margin: 1rem 0 0.6rem; font-family: var(--display); font-size: 1.4rem; font-weight: 400; }
.timeline p { margin: 0; color: rgba(245, 239, 228, 0.7); }

.faq { display: grid; max-width: 62rem; margin-inline: auto; }
.faq details { border-top: 1px solid var(--line); }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { display: flex; padding: 1.4rem 0; align-items: center; justify-content: space-between; gap: 2rem; color: var(--green); cursor: pointer; font-family: var(--display); font-size: clamp(1.2rem, 2vw, 1.6rem); list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--powder); font-family: var(--body); font-size: 1.8rem; font-weight: 300; }
.faq details[open] summary::after { content: "−"; }
.faq details p { max-width: 60ch; margin: 0 0 1.5rem; color: var(--muted); }

.cta-band { display: grid; padding-block: clamp(4rem, 8vw, 7rem); grid-template-columns: 1.2fr auto; align-items: end; gap: 3rem; }
.cta-band .display { max-width: 13ch; }

.contact-grid { display: grid; grid-template-columns: 0.75fr 1.25fr; gap: clamp(3rem, 8vw, 8rem); }
.contact-note { padding: clamp(2rem, 4vw, 3.5rem); background: var(--green); color: var(--ivory); }
.contact-note h2 { margin: 0; font-family: var(--display); font-size: clamp(1.8rem, 3vw, 2.75rem); font-weight: 400; line-height: 1.05; }
.contact-note p { color: rgba(245, 239, 228, 0.75); }
.contact-note dl { margin: 2.5rem 0 0; }
.contact-note dt { margin-top: 1.2rem; color: var(--powder); font-size: 0.7rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; }
.contact-note dd { margin: 0.25rem 0 0; }
.form { display: grid; gap: 1.3rem; }
.form-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.4rem; }
.field label { display: block; margin-bottom: 0.45rem; color: var(--muted); font-size: 0.72rem; font-weight: 600; letter-spacing: 0.13em; text-transform: uppercase; }
.field input, .field select, .field textarea { width: 100%; min-height: 3rem; padding: 0.65rem 0; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; background: transparent; color: var(--ink); font-size: 1rem; }
.field textarea { min-height: 9rem; resize: vertical; }
.form-consent { display: flex; align-items: flex-start; gap: 0.7rem; color: var(--muted); font-size: 0.82rem; }
.form-consent input { margin-top: 0.3rem; }
.form-status { min-height: 1.6rem; margin: 0; color: var(--green); font-size: 0.9rem; }

.site-footer { padding: clamp(4rem, 8vw, 6.5rem) 0 2rem; background: var(--green-dark); color: var(--ivory); }
.footer-top { display: grid; grid-template-columns: 1.2fr repeat(3, 0.6fr); gap: 3rem; }
.footer-brand img { width: min(22rem, 100%); filter: brightness(0) invert(1); }
.footer-brand p { max-width: 30ch; margin: 1.2rem 0 0; color: rgba(245, 239, 228, 0.6); }
.footer-col h3 { margin: 0 0 1rem; color: var(--powder); font-size: 0.7rem; letter-spacing: 0.15em; text-transform: uppercase; }
.footer-col ul { margin: 0; padding: 0; list-style: none; }
.footer-col li + li { margin-top: 0.55rem; }
.footer-col a { color: rgba(245, 239, 228, 0.72); font-size: 0.88rem; }
.footer-col a:hover { color: var(--ivory); }
.footer-bottom { display: flex; margin-top: 4rem; padding-top: 1.5rem; justify-content: space-between; gap: 1rem; border-top: 1px solid var(--line-light); color: rgba(245, 239, 228, 0.45); font-size: 0.68rem; letter-spacing: 0.1em; text-transform: uppercase; }
.footer-bottom a { color: rgba(245, 239, 228, 0.7); transition: color 0.25s; }
.footer-bottom a:hover { color: var(--ivory); }

.reveal { opacity: 0; transform: translateY(1.5rem); transition: opacity 0.9s var(--ease), transform 1s var(--slow); }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1024px) {
  .hero-status { display: none; }
  .places, .heritage-grid, .contact-grid { grid-template-columns: 1fr; }
  .place-visual { min-height: 34rem; }
  .proof-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .timeline { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2rem 0; }
  .footer-top { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  .header-inner { min-height: 5rem; grid-template-columns: 1fr auto; }
  .site-header.is-solid .header-inner { min-height: 4.3rem; }
  .brand { order: -1; justify-content: flex-start; }
  .brand img { height: 3.5rem; }
  .menu-trigger span:not(.menu-lines) { display: none; }
  .header-actions .lang, .header-actions .header-cta { display: none; }
  .header-actions { display: none; }
  .hero-content { padding-top: 8rem; }
  .hero-title { font-size: clamp(3rem, 14.5vw, 4.8rem); }
  .hero-buttons, .button-row { flex-direction: column; align-items: stretch; }
  .button { width: 100%; }
  .split, .path-grid { grid-template-columns: 1fr; }
  .path-card { min-height: 29rem; }
  .proof-grid { grid-template-columns: 1fr; }
  .editorial-shot--a { grid-column: 1 / 11; }
  .editorial-shot--b { grid-column: 7 / 13; margin-top: 3rem; }
  .editorial-shot--c { grid-column: 2 / 13; }
  .editorial-caption { grid-column: 1 / 10; margin: 0; }
  .timeline { grid-template-columns: 1fr; }
  .cta-band { grid-template-columns: 1fr; align-items: start; }
  .form-row { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; }
  .reveal { opacity: 1; transform: none; }
}
