:root {
  --ink: #11201f;
  --forest: #0d2726;
  --forest-2: #153c38;
  --sage: #a9c3b1;
  --mint: #dce9df;
  --lime: #d9f24f;
  --cream: #f3f0e8;
  --paper: #fbfaf6;
  --white: #fff;
  --line: rgba(17, 32, 31, .14);
  --sans: "DM Sans", system-ui, sans-serif;
  --serif: "Newsreader", Georgia, serif;
  --radius: 24px;
  --shadow: 0 30px 70px rgba(5, 24, 22, .12);
}

.article-layout { max-width: 860px; }
.guide-article { color: var(--ink); font-size: 18px; line-height: 1.75; }
.guide-article > p { margin: 0 0 24px; }
.andrea-comment { margin: 45px 0; padding: 30px; border-left: 4px solid var(--lime); background: var(--sand); }
.andrea-comment blockquote { margin: 15px 0 0; font-family: "Newsreader", Georgia, serif; font-size: 27px; line-height: 1.35; }

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
.container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.section { padding: 120px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; left: 16px; top: -80px; padding: 12px 18px; background: var(--lime); color: var(--ink); border-radius: 8px; }
.skip-link:focus { top: 16px; }

.site-header { position: fixed; z-index: 50; top: 0; left: 0; width: 100%; color: var(--white); transition: .3s ease; }
.site-header.is-scrolled { background: rgba(13, 39, 38, .94); backdrop-filter: blur(18px); box-shadow: 0 1px rgba(255,255,255,.1); }
.header-inner { height: 88px; display: flex; align-items: center; gap: 38px; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.brand-logo { display: block; width: 220px; height: auto; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-family: var(--serif); font-size: 18px; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.15; }
.brand-copy strong { font-family: var(--serif); font-size: 19px; font-weight: 500; }
.brand-copy small { margin-top: 4px; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; opacity: .68; }
.main-nav { display: flex; align-items: center; gap: 27px; margin-left: auto; font-size: 13px; }
.main-nav > a, .nav-group > a { position: relative; padding: 32px 0; opacity: .82; }
.main-nav > a:hover, .nav-group > a:hover { opacity: 1; }
.nav-group { position: relative; }
.nav-dropdown { position: absolute; top: 70px; left: -24px; display: grid; width: 220px; padding: 13px; background: var(--paper); color: var(--ink); border-radius: 14px; box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(8px); transition: .2s ease; }
.nav-dropdown a { padding: 9px 11px; border-radius: 8px; }
.nav-dropdown a:hover { background: var(--mint); }
.nav-group:hover .nav-dropdown, .nav-group:focus-within .nav-dropdown { opacity: 1; visibility: visible; transform: none; }
.menu-toggle { display: none; background: none; border: 0; color: inherit; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 25px; border: 1px solid var(--lime); border-radius: 100px; background: var(--lime); color: var(--ink); font-weight: 600; font-size: 14px; cursor: pointer; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); background: #e5f96e; }
.button-small { min-height: 43px; padding-inline: 19px; font-size: 12px; }
.button-ink { background: var(--ink); border-color: var(--ink); color: var(--white); }
.button-light { background: var(--paper); border-color: var(--paper); }
.button-full { width: 100%; }
.text-link { display: inline-flex; align-items: center; gap: 14px; padding-bottom: 5px; border-bottom: 1px solid currentColor; font-size: 14px; font-weight: 600; }
.text-link span { font-size: 18px; }

.hero { position: relative; min-height: 870px; padding-top: 150px; overflow: hidden; background: var(--forest); color: var(--white); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .78fr; align-items: center; gap: 82px; }
.hero-copy { padding-bottom: 70px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 25px; color: var(--sage); font-size: 11px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow span { display: block; width: 26px; height: 1px; background: currentColor; }
.eyebrow.dark { color: #45665f; }
.eyebrow.light { color: var(--sage); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -.035em; line-height: .98; }
h1 { max-width: 720px; margin-bottom: 28px; font-size: clamp(62px, 6.2vw, 92px); }
h2 { margin-bottom: 24px; font-size: clamp(48px, 5vw, 72px); }
h2 em { color: var(--sage); font-weight: 400; }
.hero-lead { max-width: 610px; margin-bottom: 34px; color: rgba(255,255,255,.72); font-size: 19px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 30px; }
.trust-row { display: flex; gap: 40px; margin-top: 65px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.16); }
.trust-row > div { display: grid; grid-template-columns: auto auto; align-items: center; gap: 0 8px; }
.trust-row strong { font-family: var(--serif); font-size: 26px; font-weight: 400; }
.trust-row small { grid-column: 1 / -1; color: rgba(255,255,255,.55); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.stars { color: var(--lime); font-size: 9px; letter-spacing: 1px; }
.hero-visual { position: relative; align-self: end; isolation: isolate; }
.hero-visual::before { content: ""; position: absolute; z-index: -1; inset: 42px -22px -22px 42px; border: 1px solid rgba(217, 242, 79, .42); border-radius: 30px; }
.portrait-frame { position: relative; height: 720px; overflow: hidden; border-radius: 30px; background: #d6dfd8; box-shadow: 0 40px 80px rgba(0,0,0,.24); }
.portrait-frame::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.24); border-radius: inherit; pointer-events: none; }
.portrait-frame img, .portrait-frame video { width: 100%; height: 100%; object-fit: cover; object-position: center 32%; }
.media-fallback { display: none; }
.portrait-label { position: absolute; left: 22px; right: 22px; bottom: 22px; display: flex; justify-content: space-between; align-items: center; padding: 14px 17px; border-radius: 12px; background: rgba(13, 39, 38, .84); backdrop-filter: blur(12px); }
.portrait-label span { font-family: var(--serif); font-size: 17px; }
.portrait-label small { color: var(--sage); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.floating-note { position: absolute; left: -65px; bottom: 155px; display: flex; align-items: center; gap: 13px; padding: 15px 18px; border-radius: 14px; background: var(--paper); color: var(--ink); box-shadow: var(--shadow); }
.floating-note p { margin: 0; font-size: 11px; line-height: 1.5; }
.note-icon { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--lime); }
.hero-orbit { position: absolute; border: 1px solid rgba(169,195,177,.13); border-radius: 50%; pointer-events: none; }
.orbit-one { width: 760px; height: 760px; right: -250px; top: 65px; }
.orbit-two { width: 500px; height: 500px; right: -115px; top: 195px; }

.split-heading { display: grid; grid-template-columns: 1.3fr .7fr; align-items: end; gap: 80px; margin-bottom: 60px; }
.split-heading h2 { margin-bottom: 0; }
.split-heading > p { max-width: 420px; margin-bottom: 7px; color: #5e6c69; }
.situation { background: var(--cream); }
.situation-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.situation-card { position: relative; min-height: 350px; padding: 30px 28px; border-right: 1px solid var(--line); transition: .25s ease; }
.situation-card:first-child { border-left: 1px solid var(--line); }
.situation-card:hover { background: var(--white); transform: translateY(-7px); box-shadow: var(--shadow); }
.card-number { color: #748a84; font-size: 11px; }
.situation-card h3 { margin-top: 95px; margin-bottom: 16px; font-family: var(--serif); font-size: 30px; font-weight: 400; line-height: 1.05; }
.situation-card p { color: #67736f; font-size: 13px; }
.card-arrow { position: absolute; bottom: 28px; right: 28px; display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid var(--line); border-radius: 50%; }

.section-dark { background: var(--forest); color: var(--white); }
.method-grid { display: grid; grid-template-columns: .82fr 1fr; gap: 120px; }
.method-intro { position: sticky; top: 140px; align-self: start; }
.method-intro > p:not(.eyebrow) { max-width: 480px; color: rgba(255,255,255,.62); }
.light-link { margin-top: 20px; }
.method-steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.15); }
.method-steps li { display: grid; grid-template-columns: 60px 1fr; gap: 25px; padding: 35px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.method-steps li > span { color: var(--sage); font-size: 11px; }
.method-steps h3 { margin-bottom: 9px; font-family: var(--serif); font-size: 32px; font-weight: 400; }
.method-steps p { margin-bottom: 0; color: rgba(255,255,255,.55); font-size: 14px; }
.method-film { position: relative; height: min(52vw, 610px); margin: 90px 0 0; overflow: hidden; border-radius: 26px; background: #071918; box-shadow: 0 35px 80px rgba(0,0,0,.25); }
.method-film::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(5,20,19,.78)); pointer-events: none; }
.method-film video { width: 100%; height: 100%; object-fit: cover; }
.method-film figcaption { position: absolute; z-index: 1; left: 34px; right: 34px; bottom: 30px; display: flex; justify-content: space-between; align-items: end; gap: 30px; color: var(--white); }
.method-film figcaption span { font-family: var(--serif); font-size: clamp(28px, 3vw, 44px); }
.method-film figcaption small { max-width: 270px; color: rgba(255,255,255,.7); text-align: right; }

.why { background: var(--paper); }
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 115px; align-items: center; }
.why-panel { padding: 65px; border-radius: var(--radius); background: var(--mint); }
.why-panel h2 { font-size: clamp(44px, 4.3vw, 64px); }
.why-panel > p:not(.eyebrow) { color: #526762; }
.why-panel .button { margin-top: 20px; }
.why-facts { border-top: 1px solid var(--line); }
.why-facts article { display: grid; grid-template-columns: 58px 1fr; gap: 20px; padding: 32px 0; border-bottom: 1px solid var(--line); }
.fact-icon { display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid var(--line); border-radius: 50%; font-size: 22px; }
.why-facts h3 { margin-bottom: 8px; font-family: var(--serif); font-size: 27px; font-weight: 400; }
.why-facts p { margin-bottom: 0; color: #66736f; font-size: 14px; }
.first-consultation { background: var(--white); }
.consultation-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.consultation-card { min-height: 245px; padding: 30px; border: 1px solid var(--line); border-radius: 16px; background: var(--mint); }
.consultation-card > span { display: block; margin-bottom: 48px; color: var(--sage); font-size: 11px; font-weight: 600; letter-spacing: .1em; }
.consultation-card h3 { margin-bottom: 12px; font-family: var(--serif); font-size: 29px; font-weight: 400; }
.consultation-card p { margin: 0; color: #586863; font-size: 14px; }

.reviews { background: #173b37; color: var(--white); }
.review-head { display: flex; justify-content: space-between; align-items: end; gap: 50px; padding-bottom: 50px; border-bottom: 1px solid rgba(255,255,255,.16); }
.review-head h2 { margin-bottom: 0; }
.rating-large { display: grid; justify-items: end; }
.rating-large strong { font-family: var(--serif); font-size: 70px; font-weight: 400; line-height: 1; }
.rating-large span { color: var(--lime); letter-spacing: 4px; }
.rating-large small { margin-top: 9px; color: rgba(255,255,255,.55); }
.review-grid { display: grid; grid-template-columns: 1.4fr .6fr; gap: 90px; padding-top: 60px; }
blockquote { margin: 0; }
.quote-mark { font-family: var(--serif); color: var(--lime); font-size: 80px; line-height: .5; }
blockquote p { max-width: 730px; margin-top: 24px; font-family: var(--serif); font-size: clamp(30px, 3vw, 45px); line-height: 1.22; }
blockquote footer { color: var(--sage); font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }
.review-cta { align-self: end; padding: 30px; border: 1px solid rgba(255,255,255,.16); border-radius: 18px; }
.review-cta p { color: rgba(255,255,255,.65); font-size: 14px; }

.education { background: var(--cream); }
.articles-grid { display: grid; grid-template-columns: 1.25fr .75fr .75fr; gap: 18px; }
.article-card { overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); transition: .25s ease; }
.article-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.article-art { display: grid; place-items: center; height: 230px; background: var(--mint); }
.article-art span { display: grid; place-items: center; width: 100px; height: 100px; border: 1px solid rgba(13,39,38,.25); border-radius: 50%; font-family: var(--serif); font-size: 34px; }
.art-chart { background: #d7e2cb; }
.art-doc { background: #ddd8ca; }
.article-card > div:last-child { padding: 27px; }
.article-card small { color: #6c7a75; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.article-card h3 { margin: 12px 0; font-family: var(--serif); font-size: 27px; font-weight: 400; line-height: 1.1; }
.article-card p { color: #65716e; font-size: 13px; }
.read-more { display: inline-block; margin-top: 15px; font-size: 12px; font-weight: 600; }
.center-action { display: flex; justify-content: center; margin-top: 50px; }

.locations { background: var(--paper); }
.locations-grid { display: grid; grid-template-columns: .8fr 1fr; gap: 100px; }
.location-copy h2 { font-size: clamp(44px, 4.5vw, 66px); }
.location-cards { border-top: 1px solid var(--line); }
.location-card { display: grid; grid-template-columns: 50px 1fr 40px; align-items: center; gap: 20px; padding: 35px 10px; border-bottom: 1px solid var(--line); transition: padding .2s ease; }
.location-card:hover { padding-left: 22px; background: var(--cream); }
.location-index, .location-card small { color: #70827d; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.location-card h3 { margin: 5px 0; font-family: var(--serif); font-size: 36px; font-weight: 400; }
.location-card p { margin: 0; color: #687470; font-size: 13px; }

.lead-section { background: var(--ink); color: var(--white); }
.lead-grid { display: grid; grid-template-columns: .75fr 1fr; gap: 100px; }
.lead-copy { padding-top: 30px; }
.lead-copy > p:not(.eyebrow) { max-width: 420px; color: rgba(255,255,255,.6); }
.direct-contacts { display: grid; gap: 7px; margin-top: 45px; color: var(--sage); font-size: 14px; }
.save-contact { width: fit-content; min-height: 42px; margin-top: 20px; padding-inline: 18px; background: transparent; border-color: rgba(255,255,255,.45); color: var(--white); font-size: 12px; }
.save-contact:hover { background: var(--white); color: var(--ink); }
.footer-save-contact { margin-top: 16px; color: var(--sage); font-size: 12px; text-decoration: underline; text-underline-offset: 4px; }
.lead-form { padding: 42px; border-radius: var(--radius); background: var(--paper); color: var(--ink); }
.lead-form fieldset { margin: 0 0 25px; padding: 0; border: 0; }
.lead-form h3 { margin: 8px 0 10px; font-size: clamp(33px, 3vw, 44px); }
.form-kicker { margin: 0; color: var(--forest-2); font-size: 11px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.form-intro { margin: 0 0 22px; color: #61706c; font-size: 13px; line-height: 1.5; }
.form-email { display: grid; gap: 7px; margin-bottom: 15px; font-size: 12px; font-weight: 600; }
.form-email input { width: 100%; height: 48px; padding: 0 13px; border: 1px solid var(--line); border-radius: 9px; background: var(--white); color: var(--ink); }
.form-trap { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.privacy-check.optional { margin-top: -8px; }
.lead-form legend, .lead-form label { font-size: 12px; font-weight: 600; }
.choice-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px; margin-top: 12px; }
.choice-grid label { cursor: pointer; }
.choice-grid input { position: absolute; opacity: 0; }
.choice-grid span { display: block; padding: 13px 14px; border: 1px solid var(--line); border-radius: 10px; font-weight: 500; }
.choice-grid input:checked + span { background: var(--mint); border-color: var(--forest-2); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 15px; }
.form-row label { display: grid; gap: 7px; }
.form-row input, .form-row select { width: 100%; height: 48px; padding: 0 13px; border: 1px solid var(--line); border-radius: 9px; background: var(--white); color: var(--ink); }
.privacy-check { display: flex; align-items: flex-start; gap: 10px; margin: 20px 0; color: #61706c; font-weight: 400 !important; }
.privacy-check input { margin-top: 5px; }
.form-note { margin: 10px 0 0; color: #72807c; font-size: 10px; text-align: center; }
.form-success { margin-top: 14px; padding: 13px; border-radius: 9px; background: var(--mint); color: var(--forest); font-size: 12px; }

.site-footer { padding: 75px 0 25px; background: #091d1c; color: var(--white); }
.footer-main { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 60px; }
.footer-brand { margin-bottom: 20px; }
.footer-brand .brand-logo { width: min(100%, 340px); }
.footer-main > div:first-child p { max-width: 300px; color: rgba(255,255,255,.5); font-size: 12px; }
.footer-main h3 { margin-bottom: 18px; color: var(--sage); font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.footer-main > div:not(:first-child) { display: flex; flex-direction: column; align-items: start; gap: 9px; font-size: 12px; }
.footer-main > div:not(:first-child) p { color: rgba(255,255,255,.5); }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 55px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.45); font-size: 9px; }
.footer-bottom div { display: flex; gap: 18px; }
.legal-note { margin-top: 18px; color: rgba(255,255,255,.3); font-size: 9px; }
.whatsapp-float { position: fixed; z-index: 35; right: 20px; bottom: 20px; display: grid; place-items: center; width: 52px; height: 52px; border-radius: 50%; background: #25d366; color: #083b20; font-size: 11px; font-weight: 700; box-shadow: 0 10px 30px rgba(0,0,0,.2); }
.contextual-prompt { position: fixed; z-index: 34; right: 20px; bottom: 84px; width: min(300px, calc(100% - 40px)); padding: 16px 18px; border: 1px solid rgba(13,39,38,.14); border-radius: 14px; background: var(--white); box-shadow: 0 16px 42px rgba(13,39,38,.17); }
.contextual-prompt p { margin: 0 0 10px; color: var(--ink); font-size: 13px; font-weight: 500; line-height: 1.4; }
.contextual-prompt a { color: var(--forest-2); font-size: 12px; font-weight: 700; text-decoration: underline; text-underline-offset: 4px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s ease; }
.reveal-delay { transition-delay: .12s; }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .portrait-video, .profile-video { display: none; }
  .portrait-frame .media-fallback, .profile-card .media-fallback { display: block; }
  .method-film { display: none; }
}

/* Internal pages */
.page-hero { padding: 190px 0 100px; background: var(--forest); color: var(--white); }
.page-hero .container { display: grid; grid-template-columns: 1fr .55fr; align-items: end; gap: 90px; }
.page-hero h1 { font-size: clamp(58px, 6vw, 88px); }
.page-hero p:not(.eyebrow) { color: rgba(255,255,255,.66); font-size: 18px; }
.page-hero-note { padding: 28px; border: 1px solid rgba(255,255,255,.18); border-radius: 18px; }
.content-section { padding: 100px 0; }
.content-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 100px; }
.content-nav { position: sticky; top: 130px; align-self: start; display: grid; gap: 12px; padding: 24px; border: 1px solid var(--line); border-radius: 16px; }
.profile-card { overflow: hidden; padding: 0 0 20px; background: var(--white); }
.profile-card img, .profile-card video { width: 100%; height: 560px; object-fit: cover; object-position: center 20%; }
.profile-card small, .profile-card > span { margin-inline: 20px; }
.content-nav small { color: #75837f; text-transform: uppercase; letter-spacing: .1em; }
.content-main h2 { font-size: 52px; }
.content-main h3 { margin-top: 48px; font-family: var(--serif); font-size: 34px; font-weight: 400; }
.content-main p, .content-main li { color: #586863; }
.content-main section { padding-bottom: 45px; border-bottom: 1px solid var(--line); }
.register-list { margin: 28px 0 0; border-top: 1px solid var(--line); }
.register-list > div { display: grid; grid-template-columns: minmax(150px, .75fr) minmax(0, 1.25fr); gap: 24px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.register-list dt { color: var(--ink); font-weight: 600; }
.register-list dd { margin: 0; color: var(--ink); }
.register-list small { display: block; margin-top: 5px; color: #73807b; font-size: 12px; }
.register-placeholder { color: #586863; font-style: italic; }
.guide-list { display: grid; gap: 26px; }
.guide-entry { display: grid; grid-template-columns: 170px 1fr; gap: 36px; padding: 0 0 52px; border-bottom: 1px solid var(--line); scroll-margin-top: 130px; }
.guide-entry-art { display: grid; place-items: center; min-height: 170px; border-radius: 16px; background: var(--mint); }
.guide-entry-art span { display: grid; place-items: center; width: 84px; height: 84px; border: 1px solid rgba(13,39,38,.25); border-radius: 50%; font-family: var(--serif); font-size: 28px; }
.guide-entry-copy { position: relative; }
.guide-entry-copy h2 { margin-bottom: 18px; font-size: clamp(38px, 4vw, 55px); }
.guide-entry-copy p:not(.eyebrow):not(.guide-meta) { color: #586863; }
.guide-new { display: inline-block; margin: -8px 0 16px; padding: 4px 9px; border-radius: 999px; background: var(--lime); color: var(--ink); font-size: 10px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.guide-meta { margin: 24px 0 0; color: #72807c; font-size: 11px; }
.news-intro { display: grid; grid-template-columns: .8fr 1.2fr; gap: 56px; align-items: start; }
.news-intro h2 { margin-bottom: 0; }
.news-intro > p { max-width: 680px; margin: 11px 0 0; color: #586863; font-size: 18px; }
.news-principles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 64px; border: 1px solid var(--line); background: var(--line); }
.news-principle { min-height: 182px; padding: 27px; background: var(--paper); }
.news-principle small { color: #58746d; font-size: 10px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.news-principle h3 { margin: 30px 0 8px; font-family: var(--serif); font-size: 28px; font-weight: 400; line-height: 1.1; }
.news-principle p { margin: 0; color: #65716e; font-size: 13px; }
.news-toolbar { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.news-toolbar p { margin: 0; color: #65716e; }
.news-filters { display: flex; flex-wrap: wrap; gap: 8px; }
.news-filter { padding: 8px 13px; border: 1px solid var(--line); border-radius: 999px; background: transparent; color: var(--ink); cursor: pointer; font-size: 12px; }
.news-filter[aria-pressed="true"], .news-filter:hover { border-color: var(--forest); background: var(--forest); color: var(--white); }
.news-list { display: grid; gap: 0; }
.news-entry { display: grid; grid-template-columns: 125px 1fr auto; gap: 30px; align-items: start; padding: 34px 0; border-bottom: 1px solid var(--line); }
.news-date { color: #58746d; font-size: 11px; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; }
.news-entry h2 { margin: 6px 0 12px; font-size: clamp(31px, 4vw, 48px); }
.news-entry h2 a:hover { text-decoration: underline; text-underline-offset: 6px; }
.news-entry p { max-width: 680px; margin: 0; color: #586863; }
.news-meta { margin-top: 16px !important; color: #72807c !important; font-size: 11px; }
.news-source { align-self: center; padding: 8px 12px; border: 1px solid var(--line); border-radius: 999px; color: #45665f; font-size: 11px; white-space: nowrap; }
.news-empty { padding: 70px 32px; border: 1px dashed rgba(17,32,31,.3); border-radius: 18px; text-align: center; background: var(--cream); }
.news-empty h2 { margin-bottom: 14px; font-size: clamp(38px, 4vw, 56px); }
.news-empty p { max-width: 630px; margin: 0 auto; color: #586863; }
.product-list { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin-top: 35px; }
.product-tile { padding: 28px; border: 1px solid var(--line); border-radius: 16px; background: var(--white); }
.product-tile h3 { margin: 0 0 10px; font-size: 28px; }
.product-tile p { font-size: 13px; }
.mini-cta { padding: 65px 0; background: var(--mint); }
.mini-cta .container { display: flex; justify-content: space-between; align-items: center; gap: 40px; }
.mini-cta h2 { max-width: 730px; margin: 0; font-size: 50px; }
.digital-card { margin-top: 68px; padding: 40px; border-radius: 18px; background: var(--mint); }
.digital-card h3 { margin-top: 12px; font-size: clamp(30px, 4vw, 44px); }
.digital-card p:not(.eyebrow) { max-width: 620px; }
.digital-card-actions { display: flex; align-items: center; gap: 24px; margin-top: 25px; }
.digital-card-page { min-height: 100vh; padding: 120px 20px 60px; background: var(--forest); }
.digital-card-hero { display: grid; min-height: calc(100vh - 180px); place-items: center; }
.digital-profile-card { display: grid; grid-template-columns: minmax(180px, 38%) 1fr; width: min(100%, 760px); overflow: hidden; border-radius: 22px; background: var(--white); box-shadow: 0 28px 75px rgba(0,0,0,.25); }
.digital-profile-card > img { width: 100%; height: 100%; min-height: 500px; object-fit: cover; object-position: center; }
.digital-profile-card-content { display: flex; flex-direction: column; align-items: flex-start; padding: clamp(32px, 6vw, 65px); }
.digital-profile-card-content h1 { margin: 15px 0 4px; color: var(--forest); font-size: clamp(46px, 7vw, 70px); line-height: .9; }
.digital-profile-card-content > p:not(.eyebrow) { margin: 0; color: var(--muted); }
.digital-contact-links { display: grid; width: 100%; gap: 1px; margin: 35px 0 22px; border-top: 1px solid var(--line); }
.digital-contact-links a { padding: 13px 0; border-bottom: 1px solid var(--line); color: var(--ink); font-weight: 600; }
.digital-social-links { display: flex; gap: 18px; margin-top: 25px; font-size: 13px; }
.cookie-banner { position: fixed; z-index: 100; right: 20px; bottom: 20px; width: min(440px, calc(100% - 40px)); padding: 20px; border: 1px solid var(--line); border-radius: 14px; background: var(--white); box-shadow: 0 18px 55px rgba(13,39,38,.22); }
.cookie-banner p { margin: 0; color: var(--ink); font-size: 13px; line-height: 1.5; }
.cookie-banner div { display: flex; justify-content: flex-end; gap: 10px; margin-top: 16px; }
.cookie-button { border: 0; border-radius: 8px; padding: 10px 14px; background: var(--forest); color: var(--white); font: inherit; font-size: 13px; font-weight: 600; cursor: pointer; }
.cookie-button-secondary { border: 1px solid var(--line); background: var(--white); color: var(--ink); }

@media (max-width: 1050px) {
  .header-cta { display: none; }
  .main-nav { gap: 20px; }
  .hero-grid { gap: 35px; }
  .portrait-frame { height: 650px; }
  .situation-grid { grid-template-columns: 1fr 1fr; }
  .situation-card:nth-child(3) { border-left: 1px solid var(--line); }
  .method-grid, .why-grid, .lead-grid { gap: 65px; }
  .articles-grid { grid-template-columns: 1fr 1fr; }
  .consultation-grid { grid-template-columns: 1fr; }
  .article-card.featured { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; }
  .footer-main { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-main > div:last-child { grid-column: 2; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 30px, 680px); }
  .section { padding: 80px 0; }
  /* The navigation sits over the page on small screens: keep both layers opaque. */
  .site-header { background: #0d2726; box-shadow: 0 1px rgba(255,255,255,.1); }
  .header-inner { height: 72px; }
  .brand-logo { width: 188px; }
  .menu-toggle { display: grid; gap: 5px; margin-left: auto; width: 38px; padding: 7px; }
  .menu-toggle span:not(.sr-only) { display: block; width: 100%; height: 1px; background: currentColor; }
  .main-nav { position: fixed; inset: 72px 0 0; display: none; align-items: stretch; flex-direction: column; gap: 0; padding: 30px; background: #0d2726; box-shadow: 0 18px 30px rgba(0,0,0,.22); font-size: 18px; }
  .main-nav.is-open { display: flex; }
  .main-nav > a, .nav-group > a { display: block; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .nav-dropdown { position: static; width: 100%; padding: 8px 0 8px 18px; background: transparent; color: var(--white); box-shadow: none; opacity: 1; visibility: visible; transform: none; }
  .nav-dropdown a { padding: 7px 0; color: var(--sage); font-size: 13px; }
  .hero { min-height: auto; padding-top: 125px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { padding-bottom: 10px; }
  h1 { font-size: clamp(54px, 15vw, 70px); }
  h2 { font-size: 47px; }
  .hero-lead { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .trust-row { justify-content: space-between; gap: 13px; margin-top: 45px; }
  .hero-visual::before { inset: 24px -8px -12px 20px; border-radius: 22px; }
  .portrait-frame { height: 570px; border-radius: 22px; }
  .portrait-video, .profile-video { display: none; }
  .portrait-frame .media-fallback, .profile-card .media-fallback { display: block; }
  .floating-note { left: 10px; bottom: 100px; }
  .split-heading, .method-grid, .why-grid, .review-grid, .locations-grid, .lead-grid, .content-grid, .page-hero .container, .news-intro { grid-template-columns: 1fr; gap: 35px; }
  .split-heading { margin-bottom: 40px; }
  .situation-grid { grid-template-columns: 1fr; }
  .situation-card { min-height: 270px; border-left: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .situation-card h3 { margin-top: 55px; }
  .method-intro, .content-nav { position: static; }
  .method-film { height: 58vw; min-height: 260px; margin-top: 55px; border-radius: 18px; }
  .method-film figcaption { left: 20px; right: 20px; bottom: 20px; align-items: flex-start; flex-direction: column; gap: 6px; }
  .method-film figcaption small { text-align: left; }
  .why-panel { padding: 35px 25px; }
  .review-head { align-items: flex-start; flex-direction: column; }
  .rating-large { justify-items: start; }
  .articles-grid { grid-template-columns: 1fr; }
  .article-card.featured { grid-column: auto; display: block; }
  .location-card { grid-template-columns: 35px 1fr 30px; }
  .lead-form { padding: 28px 20px; }
  .choice-grid, .form-row, .product-list { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-main > div:first-child { grid-column: 1 / -1; }
  .footer-main > div:last-child { grid-column: auto; }
  .footer-bottom, .mini-cta .container { align-items: flex-start; flex-direction: column; }
  .page-hero { padding: 140px 0 75px; }
  .page-hero h1 { font-size: 58px; }
  .guide-entry { grid-template-columns: 1fr; gap: 22px; }
  .guide-entry-art { min-height: 130px; }
  .news-principles { grid-template-columns: 1fr; }
  .news-toolbar, .news-entry { display: block; }
  .news-toolbar { padding-bottom: 20px; }
  .news-filters { margin-top: 16px; }
  .news-entry { padding: 30px 0; }
  .news-date, .news-source { display: inline-block; }
  .news-source { margin-top: 16px; }
  .register-list > div { grid-template-columns: 1fr; gap: 7px; }
  .cookie-banner { right: 15px; bottom: 15px; width: calc(100% - 30px); }
  .contextual-prompt { right: 15px; bottom: 76px; width: calc(100% - 30px); }
  .digital-card { padding: 30px 25px; }
  .digital-card-actions { align-items: flex-start; flex-direction: column; gap: 16px; }
  .digital-card-page { padding: 95px 15px 35px; }
  .digital-profile-card { grid-template-columns: 1fr; }
  .digital-profile-card > img { height: 280px; min-height: 0; object-position: center 26%; }
}
