/*
Theme Name: Naturez-Vous 78
Theme URI: https://www.naturezvous78.fr/
Author: Naturez-Vous 78
Description: Thème WordPress sur mesure pour Naturez-Vous 78, naturopathe à Feucherolles.
Version: 1.6.3
Requires at least: 6.2
Requires PHP: 7.4
Text Domain: naturezvous78
*/

:root {
  --ink: #23332c;
  --muted: #647069;
  --sage: #6f8879;
  --sage-dark: #405b4d;
  --sage-pale: #e9efe9;
  --cream: #f8f5ee;
  --paper: #fffdf8;
  --terracotta: #b46f52;
  --line: rgba(35, 51, 44, .13);
  --shadow: 0 18px 50px rgba(49, 72, 60, .11);
  --radius: 22px;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.68;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 4px; }
img { display: block; max-width: 100%; height: auto; }
button, input, textarea { font: inherit; }
.site-main { overflow: hidden; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.container--narrow { width: min(820px, calc(100% - 40px)); margin-inline: auto; }
.eyebrow {
  margin: 0 0 16px;
  color: var(--sage-dark);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}
h1, h2, h3 { margin-top: 0; font-family: var(--serif); font-weight: 500; line-height: 1.1; letter-spacing: -.025em; }
h1 { font-size: clamp(2.7rem, 6vw, 5.45rem); }
h2 { font-size: clamp(2.1rem, 4vw, 3.65rem); }
h3 { font-size: clamp(1.35rem, 2vw, 1.75rem); }
p { margin-top: 0; }
.lead { max-width: 700px; color: var(--muted); font-size: clamp(1.08rem, 1.7vw, 1.28rem); }
.section { padding: clamp(76px, 10vw, 132px) 0; }
.section--sage { background: var(--sage-pale); }
.section--cream { background: var(--cream); }
.section--dark { color: #fff; background: var(--sage-dark); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 44px; }
.section-head > div { max-width: 750px; }

.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; padding: 10px 14px; transform: translateY(-150%); background: #fff; }
.skip-link:focus { transform: none; }
.site-header { position: sticky; z-index: 50; top: 0; border-bottom: 1px solid transparent; background: rgba(255, 253, 248, .92); backdrop-filter: blur(14px); }
.site-header.is-scrolled { border-color: var(--line); box-shadow: 0 8px 30px rgba(35, 51, 44, .06); }
.header-inner { min-height: 82px; display: flex; align-items: center; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex: 0 0 auto; text-decoration: none; }
.brand-mark { width: 39px; height: 39px; display: grid; place-items: center; border-radius: 50% 50% 46% 54%; color: #fff; background: var(--sage-dark); transform: rotate(-6deg); }
.brand-mark svg { width: 23px; height: 23px; transform: rotate(6deg); }
.brand-copy { display: flex; flex-direction: column; line-height: 1.05; }
.brand-copy strong { font-family: var(--serif); font-size: 1.25rem; font-weight: 600; }
.brand-copy small { margin-top: 5px; color: var(--muted); font-size: .65rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.main-nav { margin-left: auto; }
.main-nav ul { display: flex; align-items: center; gap: clamp(14px, 1.5vw, 22px); margin: 0; padding: 0; list-style: none; }
.main-nav a { position: relative; white-space: nowrap; font-size: .9rem; font-weight: 700; text-decoration: none; }
.main-nav a::after { content: ''; position: absolute; right: 0; bottom: -7px; left: 0; height: 1px; transform: scaleX(0); background: var(--sage-dark); transition: transform .2s; }
.main-nav a:hover::after, .main-nav .current-menu-item a::after { transform: scaleX(1); }
.header-cta { white-space: nowrap; }
.menu-toggle { display: none; margin-left: auto; padding: 9px; border: 0; color: var(--ink); background: transparent; }
.menu-toggle span { display: block; width: 25px; height: 2px; margin: 5px; background: currentColor; transition: .25s; }
.mobile-booking-cta { display: none; }

.btn { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 10px; padding: 13px 22px; border: 1px solid var(--sage-dark); border-radius: 999px; font-size: .9rem; font-weight: 800; text-decoration: none; transition: transform .2s, background .2s, color .2s, box-shadow .2s; }
.btn:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(35, 51, 44, .12); }
.btn--primary { color: #fff; background: var(--sage-dark); }
.btn--primary:hover { background: #31483c; }
.btn--light { border-color: #fff; color: var(--sage-dark); background: #fff; }
.btn--ghost { color: var(--sage-dark); background: transparent; }
.btn svg { width: 16px; height: 16px; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; }

.hero { position: relative; min-height: 720px; display: grid; align-items: center; padding: clamp(70px, 9vw, 118px) 0; background: var(--cream); }
.hero::after { content: ''; position: absolute; right: -10%; bottom: -120px; width: 380px; height: 380px; border: 1px solid rgba(111, 136, 121, .25); border-radius: 50%; }
.hero-grid { display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: clamp(35px, 6vw, 85px); }
.hero h1 { max-width: 720px; margin-bottom: 24px; }
.hero h1 em { color: var(--sage-dark); font-weight: inherit; }
.hero .lead { max-width: 620px; margin-bottom: 30px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 10px 26px; margin: 27px 0 0; padding: 0; color: var(--muted); font-size: .85rem; font-weight: 700; list-style: none; }
.hero-proof li { display: inline-flex; align-items: center; gap: 8px; }
.hero-proof li::before { content: '✓'; width: 20px; height: 20px; display: grid; place-items: center; border-radius: 50%; color: var(--sage-dark); background: #dce7dd; }
.hero-media { position: relative; }
.hero-media img { width: 100%; aspect-ratio: 4/5; border-radius: 49% 49% 26px 26px; object-fit: cover; box-shadow: var(--shadow); }
.hero-card { position: absolute; right: -20px; bottom: 28px; max-width: 255px; padding: 20px; border-radius: 18px; background: rgba(255,255,255,.95); box-shadow: var(--shadow); }
.stars { color: #a95e3f; letter-spacing: .12em; }
.hero-card strong { display: block; margin: 6px 0 2px; font-family: var(--serif); font-size: 1.3rem; }
.hero-card span { color: var(--muted); font-size: .78rem; }

.trust-strip { position: relative; z-index: 2; margin-top: -1px; padding: 23px 0; border-block: 1px solid var(--line); background: var(--paper); }
.trust-items { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { padding: 5px 24px; text-align: center; border-right: 1px solid var(--line); }
.trust-item:last-child { border-right: 0; }
.trust-item strong { display: block; font-family: var(--serif); font-size: 1.2rem; font-weight: 500; }
.trust-item span { color: var(--muted); font-size: .76rem; }

.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.card { position: relative; display: flex; flex-direction: column; padding: 31px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); box-shadow: 0 4px 20px rgba(49,72,60,.03); transition: transform .2s, box-shadow .2s; }
.card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.card-icon { width: 50px; height: 50px; display: grid; place-items: center; margin-bottom: 35px; border-radius: 16px; color: var(--sage-dark); background: var(--sage-pale); }
.card-icon svg { width: 25px; height: 25px; }
.card p { color: var(--muted); }
.card-link { margin-top: auto; padding-top: 13px; color: var(--sage-dark); font-size: .87rem; font-weight: 800; text-decoration: none; }

.split { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(45px, 8vw, 105px); }
.portrait-placeholder { position: relative; min-height: 575px; overflow: hidden; border-radius: 49% 49% 24px 24px; background: linear-gradient(145deg, #dbe5dc, #c4d2c6); }
.portrait-placeholder::before { content: 'Votre photo ici'; position: absolute; inset: 0; display: grid; place-items: center; color: rgba(64,91,77,.55); font-family: var(--serif); font-size: 1.2rem; }
.portrait-placeholder::after { content: ''; position: absolute; inset: 12px; border: 1px solid rgba(255,255,255,.65); border-radius: inherit; }
.portrait-placeholder.has-image::before { display: none; }
.portrait-placeholder img { width: 100%; height: 100%; min-height: 575px; object-fit: cover; }
.portrait-placeholder picture { display: block; width: 100%; height: 100%; }
.portrait-placeholder img { object-position: center 35%; }
.feature-list { display: grid; gap: 18px; margin: 30px 0; padding: 0; list-style: none; }
.feature-list li { display: grid; grid-template-columns: 34px 1fr; gap: 13px; align-items: start; }
.feature-list li::before { content: attr(data-number); width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; color: var(--sage-dark); background: var(--sage-pale); font-size: .75rem; font-weight: 800; }

.steps { counter-reset: steps; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.step { position: relative; padding: 34px 30px; border-top: 1px solid var(--line); }
.step::before { counter-increment: steps; content: '0' counter(steps); display: block; margin-bottom: 35px; color: var(--terracotta); font-family: var(--serif); font-size: 2.2rem; }
.step p { color: var(--muted); }

.testimonials { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.quote { margin: 0; padding: 30px; border-radius: var(--radius); background: var(--paper); }
.quote .stars { margin-bottom: 17px; font-size: .8rem; }
.quote blockquote { margin: 0 0 24px; font-family: var(--serif); font-size: 1.16rem; line-height: 1.55; }
.quote figcaption { color: var(--muted); font-size: .8rem; font-weight: 700; }
.reviews-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 32px; }
.reviews-summary { display: grid; grid-template-columns: .75fr 1.25fr; align-items: center; gap: clamp(35px, 7vw, 90px); margin-bottom: 50px; padding: clamp(30px, 5vw, 55px); border-radius: var(--radius); background: var(--paper); box-shadow: var(--shadow); }
.reviews-summary p { color: var(--muted); }
.reviews-score { display: flex; align-items: center; gap: 22px; }
.reviews-score > strong { font-family: var(--serif); font-size: clamp(4rem, 8vw, 6.5rem); font-weight: 500; line-height: 1; }
.reviews-score span { display: block; margin-top: 5px; color: var(--muted); font-size: .84rem; }
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.review-card { display: flex; flex-direction: column; border: 1px solid var(--line); }
.review-card blockquote { color: #46554d; font-size: 1.03rem; }
.review-card figcaption { margin-top: auto; }
.review-card__source { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 20px; }
.review-card__source span:last-child { color: var(--muted); font-size: .72rem; font-weight: 800; text-transform: uppercase; }
.quote--bordered { border: 1px solid var(--line); }
.reviews-invitation { padding: 30px; border-radius: var(--radius); color: #fff; background: var(--sage-dark); }
.reviews-invitation .eyebrow { color: #dce7dd; }
.reviews-invitation p { color: rgba(255,255,255,.76); }
.reviews-disclaimer { max-width: 820px; margin: 32px auto 0; color: var(--muted); font-size: .8rem; text-align: center; }

.pricing { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.price-card { padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); }
.price-card.featured { color: #fff; background: var(--sage-dark); transform: translateY(-10px); }
.price { display: flex; align-items: baseline; gap: 6px; margin: 20px 0; font-family: var(--serif); font-size: 3rem; line-height: 1; }
.price small { font-family: var(--sans); font-size: .75rem; }
.price-card ul { min-height: 105px; padding-left: 19px; color: var(--muted); font-size: .9rem; }
.price-card.featured ul { color: rgba(255,255,255,.75); }
.price-card .btn { width: 100%; margin-top: 18px; }

.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { position: relative; padding: 24px 42px 24px 0; cursor: pointer; font-family: var(--serif); font-size: 1.25rem; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; position: absolute; right: 3px; font-family: var(--sans); font-weight: 300; }
.faq details[open] summary::after { content: '−'; }
.faq details p { max-width: 760px; padding: 0 0 23px; color: var(--muted); }

.cta-band { position: relative; overflow: hidden; padding: clamp(55px, 8vw, 90px) 0; color: #fff; background: var(--sage-dark); }
.cta-band::before, .cta-band::after { content: ''; position: absolute; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; }
.cta-band::before { width: 330px; height: 330px; top: -220px; left: -80px; }
.cta-band::after { width: 410px; height: 410px; right: -150px; bottom: -300px; }
.cta-inner { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 45px; }
.cta-inner h2 { max-width: 720px; margin-bottom: 12px; }
.cta-inner p { margin: 0; color: rgba(255,255,255,.75); }

.page-hero { padding: clamp(70px, 9vw, 112px) 0 70px; background: var(--cream); }
.page-hero h1 { max-width: 920px; margin-bottom: 22px; font-size: clamp(2.6rem, 5vw, 4.8rem); }
.breadcrumbs { margin-bottom: 28px; color: var(--muted); font-size: .78rem; }
.breadcrumbs a { text-decoration: none; }
.content-grid { display: grid; grid-template-columns: minmax(0,1fr) 330px; align-items: start; gap: 70px; }
.prose h2 { margin-top: 58px; }
.prose h3 { margin-top: 36px; }
.prose p, .prose li { color: #4f5e56; }
.prose a { color: var(--sage-dark); }
.aside-card { position: sticky; top: 105px; padding: 27px; border-radius: var(--radius); background: var(--sage-pale); }
.aside-card .btn { width: 100%; margin-top: 12px; }
.contact-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 50px; }
.contact-list { display: grid; gap: 13px; margin: 27px 0; padding: 0; list-style: none; }
.contact-list a { text-decoration: none; }
.map-card { min-height: 465px; display: grid; place-items: center; padding: 45px; border-radius: var(--radius); background: linear-gradient(135deg,#d7e2d8,#eef1e9); text-align: center; }
.legal-note { padding: 16px 20px; border-left: 3px solid var(--terracotta); color: var(--muted); background: #f6f0e9; font-size: .88rem; }
.booking-layout { display: grid; grid-template-columns: .78fr 1.22fr; align-items: start; gap: clamp(45px, 7vw, 90px); }
.booking-intro { position: sticky; top: 112px; }
.booking-steps { display: grid; gap: 22px; margin: 32px 0; padding: 0; counter-reset: booking; list-style: none; }
.booking-steps li { display: grid; grid-template-columns: 42px 1fr; column-gap: 15px; counter-increment: booking; }
.booking-steps li::before { content: counter(booking); grid-row: 1 / 3; width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; color: var(--sage-dark); background: var(--sage-pale); font-weight: 800; }
.booking-steps strong { font-family: var(--serif); font-size: 1.15rem; font-weight: 600; }
.booking-steps span { color: var(--muted); font-size: .88rem; }
.booking-form-card { padding: clamp(25px, 4vw, 48px); border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); box-shadow: var(--shadow); }
.booking-form { position: relative; display: grid; gap: 22px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: grid; gap: 8px; }
.field label { font-size: .82rem; font-weight: 800; }
.field input, .field select { width: 100%; min-height: 52px; padding: 12px 14px; border: 1px solid #bdc9c0; border-radius: 10px; color: var(--ink); background: #fff; }
.field input:focus, .field select:focus { outline: 3px solid rgba(64,91,77,.16); border-color: var(--sage-dark); }
.consent { display: grid; grid-template-columns: 20px 1fr; gap: 10px; align-items: start; color: var(--muted); font-size: .82rem; }
.consent input { margin-top: 3px; }
.consent a { color: var(--sage-dark); }
.booking-form .btn { justify-self: start; border: 0; cursor: pointer; }
.form-help { margin: -8px 0 0; color: var(--muted); font-size: .76rem; }
.form-message { margin-bottom: 24px; padding: 16px 18px; border-radius: 12px; font-size: .9rem; }
.form-message--success { color: #254a36; background: #e2f1e7; }
.form-message--error { color: #7a382c; background: #f8e9e4; }
.booking-confirmation { padding: clamp(8px, 2vw, 18px); }
.booking-confirmation__icon { width: 56px; height: 56px; display: grid; place-items: center; margin-bottom: 24px; border-radius: 50%; color: #fff; background: var(--sage-dark); font-size: 1.5rem; font-weight: 800; }
.booking-confirmation h2 { margin-bottom: 18px; font-size: clamp(2rem, 4vw, 3rem); }
.confirmation-steps { display: grid; gap: 10px; margin: 28px 0; padding-left: 22px; color: var(--muted); }
.honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.post-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); }
.post-card img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.post-card__body { padding: 28px; }
.post-card h2 { font-size: 1.55rem; }
.post-card h2 a { text-decoration: none; }
.post-meta { color: var(--muted); font-size: .78rem; font-weight: 700; }
.post-categories { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 14px; }
.category-chip { display: inline-flex; padding: 6px 10px; border-radius: 999px; color: var(--sage-dark); background: var(--sage-pale); font-size: .72rem; font-weight: 800; line-height: 1; text-decoration: none; }
.category-chip:hover { color: #fff; background: var(--sage-dark); }
.article-image { margin: 0 0 45px; overflow: hidden; border-radius: var(--radius); }
.article-image img { width: 100%; max-height: 520px; object-fit: cover; }
.author-box { margin-top: 60px; padding: 30px; border-radius: var(--radius); background: var(--sage-pale); }
.author-box h2 { margin-bottom: 12px; font-size: 1.8rem; }
.article-cta { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 30px; margin-top: 48px; padding: clamp(28px, 5vw, 46px); border-radius: var(--radius); color: #fff; background: var(--sage-dark); }
.article-cta .eyebrow { color: #dce7dd; }
.article-cta h2 { margin: 0 0 12px; font-size: clamp(1.9rem, 4vw, 2.8rem); }
.article-cta p { margin-bottom: 0; color: rgba(255,255,255,.78); }
.article-cta .btn { white-space: nowrap; }
.related-posts { margin-top: 60px; }
.related-posts h2 { margin-bottom: 24px; }
.newsletter-panel { display: grid; grid-template-columns: 1fr minmax(300px,.85fr); align-items: center; gap: clamp(35px, 7vw, 90px); padding: clamp(36px, 6vw, 70px); border-radius: calc(var(--radius) + 8px); color: #fff; background: var(--sage-dark); }
.newsletter-panel .eyebrow { color: #dce7dd; }
.newsletter-panel h2 { max-width: 650px; }
.newsletter-panel p { color: rgba(255,255,255,.76); }
.newsletter-form { padding: 26px; border-radius: var(--radius); color: var(--ink); background: var(--paper); }
.newsletter-form label { display: block; margin-bottom: 8px; font-size: .82rem; font-weight: 800; }
.newsletter-form input[type="email"] { width: 100%; min-height: 52px; margin-bottom: 12px; padding: 12px 14px; border: 1px solid #bdc9c0; border-radius: 10px; }
.newsletter-form input[type="submit"], .newsletter-form button { width: 100%; min-height: 50px; border: 0; border-radius: 999px; color: #fff; background: var(--terracotta); font-weight: 800; cursor: pointer; }
.newsletter-form .mc4wp-alert { margin-top: 12px; font-size: .84rem; }
.newsletter-note { margin: 12px 0 0; font-size: .72rem; }

.site-footer { color: #dce5df; background: #263a30; }
.footer-main { display: grid; grid-template-columns: 1.35fr .75fr .9fr; gap: 70px; padding: 72px 0 58px; }
.footer-main .brand { color: #fff; }
.footer-main .brand-mark { color: var(--sage-dark); background: #fff; }
.footer-main .brand-copy small { color: rgba(255,255,255,.6); }
.footer-copy { max-width: 420px; margin-top: 24px; color: rgba(255,255,255,.64); font-size: .88rem; }
.footer-title { margin-bottom: 20px; color: #fff; font-family: var(--sans); font-size: .74rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.footer-links { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.footer-links a { color: rgba(255,255,255,.72); font-size: .88rem; text-decoration: none; }
.footer-links a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.5); font-size: .75rem; }

@media (max-width: 1180px) {
  .main-nav { position: fixed; inset: 82px 0 auto; padding: 30px 20px 40px; transform: translateY(-130%); opacity: 0; background: var(--paper); transition: .28s; }
  .main-nav.is-open { transform: none; opacity: 1; box-shadow: var(--shadow); }
  .main-nav ul { align-items: stretch; flex-direction: column; gap: 0; }
  .main-nav a { display: block; padding: 12px 8px; font-family: var(--serif); font-size: 1.35rem; }
  .menu-toggle { display: block; }
  .header-cta { display: none; }
  .hero-grid, .split, .contact-grid, .booking-layout, .newsletter-panel { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .hero-media { max-width: 650px; }
  .hero-media img { aspect-ratio: 16/11; border-radius: 24px; }
  .content-grid { grid-template-columns: 1fr; }
  .aside-card { position: static; }
  .booking-intro { position: static; }
  .cards, .testimonials, .pricing, .reviews-grid { grid-template-columns: repeat(2, 1fr); }
  .post-grid { grid-template-columns: repeat(2, 1fr); }
  .pricing .price-card:last-child { grid-column: 1 / -1; }
}

@media (max-width: 720px) {
  body { padding-bottom: 72px; font-size: 16px; }
  .container, .container--narrow { width: min(100% - 28px, 1160px); }
  .brand-copy small { display: none; }
  .header-inner { min-height: 72px; }
  .main-nav { top: 72px; }
  .mobile-booking-cta { position: fixed; z-index: 60; right: 12px; bottom: 10px; left: 12px; min-height: 52px; display: flex; align-items: center; justify-content: center; border-radius: 999px; color: #fff; background: var(--sage-dark); box-shadow: 0 12px 30px rgba(35,51,44,.28); font-size: .9rem; font-weight: 800; text-decoration: none; }
  .section { padding: 70px 0; }
  .section-head { display: block; }
  .section-head .btn { margin-top: 15px; }
  .hero { padding: 62px 0 75px; }
  .hero h1 { font-size: clamp(2.55rem, 13vw, 4rem); }
  .hero-card { right: 12px; bottom: -20px; }
  .trust-items { grid-template-columns: 1fr 1fr; gap: 18px 0; }
  .trust-item:nth-child(2) { border-right: 0; }
  .cards, .steps, .testimonials, .pricing, .reviews-grid, .reviews-summary { grid-template-columns: 1fr; }
  .post-grid { grid-template-columns: 1fr; }
  .pricing .price-card:last-child { grid-column: auto; }
  .price-card.featured { transform: none; }
  .portrait-placeholder { min-height: 440px; }
  .portrait-placeholder img { min-height: 440px; }
  .cta-inner { align-items: flex-start; flex-direction: column; }
  .footer-main { grid-template-columns: 1fr; gap: 42px; }
  .footer-bottom { flex-direction: column; gap: 8px; }
  .form-grid { grid-template-columns: 1fr; }
  .article-cta { grid-template-columns: 1fr; }
  .article-cta .btn { width: 100%; white-space: normal; }
}

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