:root {
  --ink: #18332d;
  --ink-soft: #52635e;
  --green: #1d5748;
  --green-dark: #0e332b;
  --sage: #dce8dc;
  --cream: #f4efe5;
  --paper: #fffdf8;
  --sun: #e6a848;
  --line: rgba(24, 51, 45, .16);
  --shadow: 0 26px 70px rgba(35, 48, 42, .13);
  --radius: 24px;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; scroll-padding-top: 110px; }
body { overflow-x: clip; margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 18px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; color: inherit; }
button { cursor: pointer; }
p, h1, h2, h3, ul, ol, dl, blockquote, figure { margin-top: 0; }
:focus-visible { outline: 3px solid var(--sun); outline-offset: 4px; }
.skip-link { position: fixed; z-index: 10000; left: 1rem; top: 1rem; padding: .8rem 1rem; background: white; transform: translateY(-160%); border-radius: 8px; }
.skip-link:focus { transform: none; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: clamp(76px, 9vw, 132px) 0; }

.utility-bar { background: var(--green-dark); color: #f5f3ea; font-size: 14px; font-weight: 700; letter-spacing: .02em; }
.utility-inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.utility-inner p { margin: 0; }
.utility-inner div { display: flex; align-items: center; gap: 24px; }
.utility-inner a { color: #fff; }
.status-dot { display: inline-block; width: 8px; height: 8px; margin-right: 8px; background: #78d49c; border-radius: 50%; box-shadow: 0 0 0 5px rgba(120, 212, 156, .12); }

.site-header { position: sticky; z-index: 120; top: 0; background: rgba(255, 253, 248, .94); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px); }
.nav-wrap { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; line-height: 1.05; }
.brand-mark { width: 45px; height: 45px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--green); font-family: var(--serif); font-size: 19px; letter-spacing: -.05em; }
.brand strong, .brand small { display: block; }
.brand strong { font-family: var(--serif); font-size: 23px; }
.brand small { margin-top: 5px; color: var(--ink-soft); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 28px; font-size: 15px; font-weight: 750; }
.main-nav > a:not(.button) { position: relative; }
.main-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 2px; background: var(--green); transition: right .25s ease; }
.main-nav > a:not(.button):hover::after { right: 0; }
.menu-toggle { display: none; border: 0; padding: 8px; background: transparent; }
.menu-toggle span { display: block; width: 26px; height: 2px; margin: 5px; background: var(--ink); }
.menu-toggle b { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }

.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; padding: 13px 24px; border: 1px solid var(--green); border-radius: 999px; color: white; background: var(--green); font-size: 16px; font-weight: 800; box-shadow: 0 12px 24px rgba(29, 87, 72, .14); transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.button:hover { transform: translateY(-2px); background: var(--green-dark); box-shadow: 0 17px 32px rgba(29, 87, 72, .2); }
.button--small { min-height: 45px; padding: 10px 18px; font-size: 14px; }
.button--light { color: var(--green-dark); background: var(--paper); border-color: var(--paper); }
.button--light:hover { color: white; }
.button--full { width: 100%; border-radius: 12px; }
.text-link { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 6px; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateY(4px); }

.hero { position: relative; overflow: hidden; padding: clamp(60px, 8vw, 112px) 0 0; background: var(--cream); }
.hero::before { content: ""; position: absolute; width: 560px; height: 560px; right: -180px; top: -240px; border: 1px solid rgba(29, 87, 72, .16); border-radius: 50%; box-shadow: inset 0 0 0 110px rgba(255,255,255,.16); }
.hero-grid { position: relative; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: clamp(48px, 8vw, 104px); }
.eyebrow { margin-bottom: 18px; color: #aa6331; font-size: 13px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
h1, h2 { font-family: var(--serif); font-weight: 500; letter-spacing: -.055em; line-height: .98; text-wrap: balance; }
h1 { max-width: 720px; margin-bottom: 26px; font-size: clamp(58px, 7vw, 104px); }
h1 em { color: var(--green); font-weight: inherit; }
h2 { margin-bottom: 26px; font-size: clamp(45px, 5.4vw, 78px); }
h3 { line-height: 1.2; }
.hero-lead { max-width: 620px; margin-bottom: 32px; color: var(--ink-soft); font-size: clamp(19px, 1.5vw, 23px); line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.hero-checks { display: flex; flex-wrap: wrap; gap: 12px 22px; margin: 28px 0 0; padding: 0; list-style: none; color: var(--ink-soft); font-size: 14px; font-weight: 700; }
.hero-checks li::before { content: "✓"; margin-right: 7px; color: var(--green); }
.hero-visual { position: relative; min-height: 620px; }
.hero-image-frame { height: 620px; overflow: hidden; border-radius: 240px 240px 28px 28px; box-shadow: var(--shadow); }
.hero-image-frame img { height: 100%; object-fit: cover; object-position: center; }
.paper-note { position: absolute; left: -50px; bottom: 45px; width: min(310px, 52%); padding: 24px; background: #fff; border: 1px solid var(--line); box-shadow: 0 22px 52px rgba(32, 49, 43, .2); transform: rotate(-3deg); }
.paper-note span { display: block; margin-bottom: 9px; color: #aa6331; font-size: 12px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.paper-note strong { display: block; font-family: var(--serif); font-size: 24px; line-height: 1.15; }
.hero-rating { position: absolute; right: -18px; top: 42px; display: grid; padding: 16px 19px; color: white; background: var(--green-dark); border-radius: 14px; box-shadow: var(--shadow); }
.hero-rating strong { font-family: var(--serif); font-size: 28px; }
.hero-rating span { font-size: 12px; }
.proof-strip { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 72px; border-top: 1px solid var(--line); }
.proof-strip div { min-height: 132px; display: grid; align-content: center; padding: 18px 28px; border-right: 1px solid var(--line); }
.proof-strip div:first-child { border-left: 1px solid var(--line); }
.proof-strip strong { font-family: var(--serif); font-size: 34px; line-height: 1; }
.proof-strip span { margin-top: 9px; color: var(--ink-soft); font-size: 13px; font-weight: 700; }

.clients { overflow: hidden; padding: 24px 0; color: white; background: var(--green); }
.client-line { display: flex; justify-content: space-between; gap: 36px; white-space: nowrap; font-family: var(--serif); font-size: 18px; font-style: italic; opacity: .85; }
.client-line span + span::before { content: "✦"; margin-right: 36px; color: var(--sun); font-style: normal; }

.story-grid, .media-grid, .team-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(48px, 8vw, 110px); }
.story-image { position: relative; margin: 0; }
.story-image::before { content: ""; position: absolute; z-index: -1; inset: -18px 18px 18px -18px; border: 1px solid var(--green); border-radius: var(--radius); }
.story-image img { height: 670px; object-fit: cover; border-radius: var(--radius); }
.story-image figcaption { position: absolute; right: -26px; bottom: 26px; max-width: 270px; padding: 18px 22px; background: var(--sun); border-radius: 8px; font-size: 14px; font-weight: 800; transform: rotate(2deg); }
.section-copy { max-width: 600px; }
.section-copy .lead { font-family: var(--serif); font-size: clamp(23px, 2.2vw, 31px); line-height: 1.35; }
.section-copy > p:not(.eyebrow):not(.lead):not(.micro-copy) { color: var(--ink-soft); }
.section-copy blockquote { margin: 34px 0 0; padding: 24px 0 0 26px; border-top: 1px solid var(--line); border-left: 3px solid var(--sun); font-family: var(--serif); font-size: 24px; line-height: 1.4; }
.section-copy cite { display: block; margin-top: 14px; color: var(--ink-soft); font-family: var(--sans); font-size: 13px; font-style: normal; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }

.section--tint { background: #edf1e9; }
.section-heading { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 60px; margin-bottom: 54px; }
.section-heading h2 { margin: 0; }
.section-heading > p { max-width: 480px; margin: 0 0 8px auto; color: var(--ink-soft); }
.section-heading--compact { display: block; }
.offers-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.offer-card { display: grid; grid-template-columns: 44% 56%; min-height: 430px; overflow: hidden; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 14px 36px rgba(40, 57, 51, .06); }
.offer-card > img { height: 100%; min-height: 430px; object-fit: cover; }
.offer-card > div { position: relative; display: flex; flex-direction: column; padding: 30px; }
.offer-number { position: absolute; right: 26px; top: 24px; color: #bd6b34; font-family: var(--serif); font-size: 22px; }
.offer-meta { margin: 0 50px 12px 0; color: #9b5a32; font-size: 11px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.offer-card h3 { margin-bottom: 12px; font-family: var(--serif); font-size: 34px; font-weight: 500; }
.offer-card p:not(.offer-meta) { margin-bottom: 15px; color: var(--ink-soft); font-size: 15px; }
.offer-card ul { margin: 0 0 18px; padding: 0; list-style: none; font-size: 13px; font-weight: 700; }
.offer-card li::before { content: "+"; margin-right: 8px; color: #bd6b34; }
.offer-card strong { margin-top: auto; font-size: 16px; }
.offer-card a { margin-top: 13px; color: var(--green); font-size: 14px; font-weight: 900; }
.price-note { max-width: 860px; margin: 28px 0 0; color: var(--ink-soft); font-size: 13px; }

.method { background: var(--paper); }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; list-style: none; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.steps li { min-height: 310px; padding: 32px 28px; border-right: 1px solid var(--line); }
.steps li:last-child { border: 0; }
.steps span { display: grid; place-items: center; width: 46px; height: 46px; margin-bottom: 58px; color: white; background: var(--green); border-radius: 50%; font-size: 13px; font-weight: 900; }
.steps h3 { margin-bottom: 13px; font-family: var(--serif); font-size: 26px; }
.steps p { margin: 0; color: var(--ink-soft); font-size: 15px; }

.section--dark { color: white; background: var(--green-dark); }
.benefits-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 80px; }
.benefits-copy .eyebrow { color: #e8b56c; }
.benefits-copy p:not(.eyebrow) { color: #cfddd7; }
.check-list { margin: 30px 0 34px; padding: 0; list-style: none; }
.check-list li { padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.15); font-size: 15px; font-weight: 700; }
.check-list li::before { content: "✓"; display: inline-grid; place-items: center; width: 25px; height: 25px; margin-right: 10px; color: var(--green-dark); background: #ebc282; border-radius: 50%; }
.benefit-photos { position: relative; min-height: 620px; }
.benefit-photos img { position: absolute; object-fit: cover; box-shadow: 0 24px 64px rgba(0,0,0,.28); }
.benefit-photos img:first-child { left: 0; top: 0; width: 72%; height: 490px; border-radius: 180px 180px 20px 20px; }
.benefit-photos img:last-child { right: 0; bottom: 0; width: 52%; height: 310px; border: 9px solid var(--green-dark); border-radius: 16px; }

.media-image { position: relative; }
.media-image img { height: 620px; object-fit: cover; border-radius: 50%; }
.media-image span { position: absolute; right: 1%; bottom: 11%; display: grid; place-items: center; width: 118px; height: 118px; color: var(--green-dark); background: var(--sun); border-radius: 50%; font-family: var(--serif); font-size: 21px; transform: rotate(8deg); }
.reviews { background: var(--cream); }
.rating-large { display: flex; align-items: center; gap: 18px; color: var(--ink); }
.rating-large strong { font-family: var(--serif); font-size: 72px; line-height: .8; }
.rating-large span { color: #a45d2d; font-size: 13px; font-weight: 900; line-height: 1.5; }
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.reviews-grid blockquote { margin: 0; padding: 36px; border-right: 1px solid var(--line); font-family: var(--serif); font-size: 22px; line-height: 1.45; }
.reviews-grid blockquote:last-child { border: 0; }
.reviews-grid cite { display: block; margin-top: 30px; color: var(--ink-soft); font-family: var(--sans); font-size: 13px; font-style: normal; font-weight: 800; }

.team-strip { padding-top: 84px; }
.team-grid img { height: 520px; object-fit: cover; border-radius: var(--radius); }
.micro-copy { margin-top: 30px; padding-top: 24px; border-top: 1px solid var(--line); font-size: 15px; }
.micro-copy a { color: var(--green); font-weight: 800; text-decoration: underline; }

.quote-section { color: white; background: #c97543; }
.quote-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(50px, 8vw, 110px); align-items: start; }
.quote-intro { position: sticky; top: 130px; }
.quote-intro .eyebrow { color: #fff1d5; }
.quote-intro > p:not(.eyebrow) { color: #fff5ed; }
.quote-intro dl { margin-top: 42px; }
.quote-intro dl div { display: flex; justify-content: space-between; gap: 20px; padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.35); }
.quote-intro dt { font-size: 13px; font-weight: 800; text-transform: uppercase; }
.quote-intro dd { margin: 0; font-size: 15px; font-weight: 800; text-align: right; }
.quote-form { padding: clamp(28px, 5vw, 52px); color: var(--ink); background: var(--paper); border-radius: var(--radius); box-shadow: var(--shadow); }
.quote-form label, .quote-form legend { font-size: 14px; font-weight: 800; }
.quote-form input, .quote-form select, .quote-form textarea { width: 100%; margin-top: 8px; padding: 14px 15px; border: 1px solid var(--line); border-radius: 10px; background: #fff; font-size: 16px; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { border-color: var(--green); outline: 3px solid rgba(29,87,72,.12); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-bottom: 18px; }
.quote-form > label { display: block; margin-bottom: 18px; }
.quote-form fieldset { margin: 4px 0 20px; padding: 0; border: 0; }
.choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 9px; }
.choice-grid label { position: relative; }
.choice-grid input { position: absolute; opacity: 0; pointer-events: none; }
.choice-grid span { display: block; min-height: 72px; padding: 12px 14px; border: 1px solid var(--line); border-radius: 10px; background: #fff; }
.choice-grid small { display: block; color: var(--ink-soft); font-weight: 500; }
.choice-grid input:checked + span { border-color: var(--green); background: var(--sage); box-shadow: inset 0 0 0 1px var(--green); }
.quote-form .consent { display: flex; align-items: flex-start; gap: 10px; margin: 20px 0; color: var(--ink-soft); font-size: 13px; font-weight: 600; }
.consent input { flex: 0 0 18px; width: 18px; margin: 3px 0 0; }
.form-status { min-height: 28px; margin: 14px 0 0; color: var(--green); font-size: 14px; font-weight: 800; }

.site-footer { padding: 70px 0 24px; color: #dce9e4; background: #0b2923; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .8fr .8fr; gap: 80px; padding-bottom: 50px; }
.brand--footer { color: white; }
.brand--footer .brand-mark { color: var(--green-dark); background: var(--sun); }
.brand--footer small { color: #a8bbb5; }
.footer-grid > div:first-child p { max-width: 400px; margin: 25px 0 0; color: #a8bbb5; }
.footer-grid h2 { margin: 0 0 18px; color: white; font-family: var(--sans); font-size: 13px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.footer-grid a, .footer-grid button, .footer-grid span { display: block; margin: 9px 0; color: #c7d8d2; font-size: 14px; }
.footer-grid button { padding: 0; border: 0; background: transparent; text-align: left; }
.footer-grid a:hover, .footer-grid button:hover { color: white; text-decoration: underline; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 23px; border-top: 1px solid rgba(255,255,255,.14); color: #8ca29a; font-size: 12px; }

.legal-dialog { width: min(680px, calc(100% - 32px)); max-height: 82vh; padding: 38px; color: var(--ink); background: var(--paper); border: 0; border-radius: 18px; box-shadow: 0 40px 100px rgba(0,0,0,.35); }
.legal-dialog::backdrop { background: rgba(7, 31, 26, .72); backdrop-filter: blur(6px); }
.legal-dialog h2 { padding-right: 40px; font-size: 42px; }
.legal-dialog p { color: var(--ink-soft); font-size: 15px; }
.dialog-close { position: absolute; right: 18px; top: 15px; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; background: white; font-size: 24px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.7,.2,1); }
.reveal[data-delay="1"] { transition-delay: .12s; }
.reveal[data-delay="2"] { transition-delay: .22s; }
.reveal[data-delay="3"] { transition-delay: .32s; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1080px) {
  .main-nav { gap: 16px; font-size: 14px; }
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 45px; }
  .hero-visual, .hero-image-frame { min-height: 540px; height: 540px; }
  .offer-card { grid-template-columns: 1fr; }
  .offer-card > img { min-height: 260px; height: 260px; }
  .steps { grid-template-columns: 1fr 1fr; }
  .steps li:nth-child(2) { border-right: 0; }
  .steps li:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
}

@media (max-width: 820px) {
  body { font-size: 17px; }
  .shell { width: min(100% - 32px, 680px); }
  .utility-inner { min-height: 42px; }
  .utility-inner div span { display: none; }
  .nav-wrap { min-height: 76px; }
  .menu-toggle { display: block; z-index: 2; }
  .main-nav { position: fixed; inset: 0; z-index: 1; display: flex; flex-direction: column; align-items: stretch; justify-content: center; gap: 8px; padding: 100px 30px 40px; color: var(--ink); background: var(--paper); transform: translateX(100%); transition: transform .35s ease; }
  .menu-open .main-nav { transform: none; }
  .main-nav a { padding: 13px 10px; font-size: 20px; }
  .main-nav .button { margin-top: 15px; color: white; }
  .hero { padding-top: 58px; }
  .hero-grid, .story-grid, .media-grid, .team-grid, .benefits-grid, .quote-grid { grid-template-columns: 1fr; }
  .hero-copy { order: 0; }
  .hero-visual { order: 1; width: min(100%, 610px); margin-inline: auto; }
  .hero-visual, .hero-image-frame { min-height: 520px; height: 520px; }
  .paper-note { left: 12px; }
  .hero-rating { right: 10px; }
  .proof-strip { grid-template-columns: 1fr 1fr; }
  .proof-strip div { border-bottom: 1px solid var(--line); }
  .proof-strip div:nth-child(2) { border-right: 0; }
  .client-line { animation: ticker 22s linear infinite; width: max-content; justify-content: flex-start; }
  .story-image img { height: 560px; }
  .story-image figcaption { right: 14px; }
  .section-heading { grid-template-columns: 1fr; gap: 24px; }
  .section-heading > p { margin-left: 0; }
  .offers-grid, .reviews-grid { grid-template-columns: 1fr; }
  .reviews-grid blockquote { border-right: 0; border-bottom: 1px solid var(--line); }
  .reviews-grid blockquote:last-child { border-bottom: 0; }
  .benefit-photos { min-height: 540px; }
  .media-image img { height: 520px; }
  .team-grid img { height: 480px; }
  .quote-intro { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 45px; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  @keyframes ticker { to { transform: translateX(-45%); } }
}

@media (max-width: 540px) {
  .shell { width: calc(100% - 24px); }
  .section { padding: 68px 0; }
  h1 { font-size: clamp(49px, 16vw, 69px); }
  h2 { font-size: clamp(40px, 13vw, 58px); }
  .hero-lead { font-size: 18px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-checks { display: grid; }
  .hero-visual, .hero-image-frame { min-height: 440px; height: 440px; }
  .hero-image-frame { border-radius: 160px 160px 18px 18px; }
  .paper-note { bottom: 20px; width: 66%; padding: 17px; }
  .paper-note strong { font-size: 19px; }
  .hero-rating { top: 18px; padding: 11px 14px; }
  .proof-strip { margin-top: 45px; }
  .proof-strip div { min-height: 110px; padding: 15px; }
  .proof-strip strong { font-size: 28px; }
  .story-image img { height: 450px; }
  .story-image::before { inset: -8px 8px 8px -8px; }
  .offers-grid { gap: 18px; }
  .offer-card > div { padding: 24px; }
  .offer-card h3 { font-size: 31px; }
  .steps { grid-template-columns: 1fr; }
  .steps li { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .steps li:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .steps span { margin-bottom: 25px; }
  .benefit-photos { min-height: 430px; }
  .benefit-photos img:first-child { height: 350px; }
  .benefit-photos img:last-child { height: 210px; }
  .media-image img { height: 390px; }
  .media-image span { width: 90px; height: 90px; font-size: 17px; }
  .team-grid img { height: 350px; }
  .field-row, .choice-grid { grid-template-columns: 1fr; }
  .quote-form { padding: 24px 18px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:first-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
}

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

/* Lisibilité minimale : aucun contenu utile sous 14 px. */
.brand small,
.eyebrow,
.footer-bottom,
.footer-grid h2,
.hero-rating span,
.offer-card ul,
.offer-meta,
.paper-note span,
.price-note,
.proof-strip span,
.quote-form .consent,
.quote-intro dt,
.rating-large span,
.reviews-grid cite,
.section-copy cite,
.steps span { font-size: 14px; }

.nmr-paysec__k,
.nmr-paysec__lead,
.nmr-paysec__note,
.nmr-paysec__info,
.nmr-paysec__price span { font-size: 14px !important; }
.choice-grid small,
.nsup__marque,
.nsup__note,
.nmr-topbar__menu a,
.nmr-topbar__switch,
.nmr-topbar__link,
.nmr-topbar__cta,
.nmr-cta__eyebrow,
.nmr-cta__sub,
.nmr-cta__btn { font-size: 14px !important; }
