:root {
  --ink: #183536;
  --ink-soft: #496160;
  --forest: #173c3b;
  --forest-2: #22514f;
  --sage: #8d9f5b;
  --sage-dark: #6e7f42;
  --cream: #f3ede4;
  --cream-2: #faf7f1;
  --white: #fff;
  --line: rgba(24, 53, 54, .16);
  --gold: #c3a66c;
  --success: #2f6b4f;
  --error: #a83939;
  --shadow-sm: 0 16px 40px rgba(22, 48, 48, .09);
  --shadow-lg: 0 28px 70px rgba(22, 48, 48, .15);
  --radius-sm: .75rem;
  --radius: 1.4rem;
  --radius-lg: 2.25rem;
  --container: 76rem;
  --header-height: 5.5rem;
  --serif: Georgia, "Times New Roman", Times, serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 1rem); }
body { margin: 0; min-width: 0; color: var(--ink); background: var(--cream-2); font: 400 1rem/1.7 var(--sans); -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration-thickness: .08em; text-underline-offset: .2em; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; }
h1, h2 { font-family: var(--serif); font-weight: 400; line-height: 1.05; letter-spacing: -.035em; }
h1 { font-size: clamp(3.25rem, 7.4vw, 7.2rem); }
h2 { margin-bottom: 1.4rem; font-size: clamp(2.35rem, 4.5vw, 4.6rem); }
h3 { margin-bottom: .75rem; font-size: clamp(1.35rem, 2vw, 1.75rem); line-height: 1.24; }

.container { width: min(calc(100% - 2rem), var(--container)); margin-inline: auto; }
.section { padding: clamp(5rem, 9vw, 8.5rem) 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 999; top: .75rem; left: .75rem; padding: .8rem 1rem; color: var(--white); background: var(--forest); border-radius: .5rem; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.eyebrow { margin-bottom: 1rem; color: var(--sage-dark); font-size: .78rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow-light { color: #cbd8a1; }
.lead { font-size: clamp(1.05rem, 1.5vw, 1.25rem); line-height: 1.75; }

.site-header { position: fixed; z-index: 100; top: 0; right: 0; left: 0; height: var(--header-height); color: var(--ink); background: rgba(250,247,241,.92); border-bottom: 1px solid rgba(24,53,54,.08); backdrop-filter: blur(18px); transition: box-shadow .25s ease, background .25s ease; }
.site-header.is-scrolled { background: rgba(250,247,241,.98); box-shadow: 0 8px 30px rgba(22,48,48,.07); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .75rem; text-decoration: none; }
.brand img { width: 4.6rem; height: auto; }
.brand span { display: flex; flex-direction: column; line-height: 1; }
.brand strong { font-family: var(--serif); font-size: 1.35rem; font-weight: 400; }
.brand small { margin-top: .38rem; font-size: .59rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: clamp(1rem, 2.2vw, 2rem); }
.main-nav a { position: relative; font-size: .9rem; font-weight: 700; text-decoration: none; }
.main-nav > a:not(.nav-cta)::after { position: absolute; right: 0; bottom: -.45rem; left: 0; height: 1px; content: ""; background: var(--sage); transform: scaleX(0); transform-origin: right; transition: transform .2s ease; }
.main-nav > a:not(.nav-cta):hover::after, .main-nav > a:not(.nav-cta):focus-visible::after, .main-nav > a.is-active::after { transform: scaleX(1); transform-origin: left; }
.nav-cta { padding: .75rem 1.15rem; color: var(--white); background: var(--forest); border-radius: 999px; }
.nav-cta:hover { background: var(--forest-2); }
.menu-toggle { display: none; width: 3rem; height: 3rem; padding: 0; color: var(--ink); background: transparent; border: 1px solid var(--line); border-radius: 50%; }
.menu-toggle-lines, .menu-toggle-lines::before, .menu-toggle-lines::after { display: block; width: 1.15rem; height: 2px; margin: auto; content: ""; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
.menu-toggle-lines::before { transform: translateY(-.38rem); }
.menu-toggle-lines::after { transform: translateY(.26rem); }
.menu-toggle[aria-expanded="true"] .menu-toggle-lines { background: transparent; }
.menu-toggle[aria-expanded="true"] .menu-toggle-lines::before { transform: translateY(0) rotate(45deg); }
.menu-toggle[aria-expanded="true"] .menu-toggle-lines::after { transform: translateY(-2px) rotate(-45deg); }

.hero { position: relative; min-height: 50rem; height: min(56rem, 100svh); margin-top: var(--header-height); overflow: hidden; isolation: isolate; }
.hero-image { position: absolute; z-index: -3; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-shade { position: absolute; z-index: -2; inset: 0; background: linear-gradient(90deg, rgba(250,247,241,.98) 0%, rgba(250,247,241,.92) 37%, rgba(250,247,241,.25) 68%, rgba(250,247,241,0) 100%); }
.hero::after { position: absolute; z-index: -1; bottom: -11rem; left: -7rem; width: 28rem; height: 28rem; content: ""; border: 1px solid rgba(141,159,91,.28); border-radius: 50%; box-shadow: 0 0 0 3rem rgba(141,159,91,.05), 0 0 0 6rem rgba(141,159,91,.04); }
.hero-inner { height: 100%; display: flex; align-items: center; }
.hero-copy { width: min(45rem, 58%); padding: 4rem 0; }
.hero-copy h1 { max-width: 10ch; margin-bottom: 1.5rem; }
.hero-lead { max-width: 39rem; margin-bottom: 2rem; color: var(--ink-soft); font-size: clamp(1.08rem, 1.55vw, 1.32rem); }
.button-row { display: flex; flex-wrap: wrap; gap: .8rem; }
.button { min-height: 3.25rem; display: inline-flex; align-items: center; justify-content: center; padding: .85rem 1.35rem; font-weight: 800; line-height: 1.2; text-align: center; text-decoration: none; border: 1px solid transparent; border-radius: 999px; cursor: pointer; transition: transform .18s ease, background .18s ease, color .18s ease, box-shadow .18s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .menu-toggle:focus-visible, input:focus-visible, textarea:focus-visible, .back-to-top:focus-visible { outline: 3px solid rgba(141,159,91,.55); outline-offset: 3px; }
.button-primary { color: var(--white); background: var(--forest); box-shadow: 0 10px 24px rgba(23,60,59,.18); }
.button-primary:hover { background: var(--forest-2); }
.button-ghost { color: var(--ink); background: rgba(255,255,255,.6); border-color: var(--line); backdrop-filter: blur(8px); }
.button-ghost:hover { background: var(--white); }
.button-whatsapp { color: var(--forest); background: #dce8bd; }
.hero-facts { display: flex; gap: 0; margin: 3rem 0 0; padding: 0; list-style: none; }
.hero-facts li { min-width: 8.7rem; display: flex; flex-direction: column; padding: 0 1.5rem; border-left: 1px solid var(--line); }
.hero-facts li:first-child { padding-left: 0; border-left: 0; }
.hero-facts strong { font-family: var(--serif); font-size: 1.45rem; font-weight: 400; }
.hero-facts span { color: var(--ink-soft); font-size: .78rem; }

.trust-strip { position: relative; z-index: 2; background: var(--forest); }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); color: var(--white); }
.trust-grid > div { min-height: 8.5rem; display: flex; align-items: center; gap: 1rem; padding: 1.5rem clamp(1rem, 3vw, 2.7rem); border-left: 1px solid rgba(255,255,255,.14); }
.trust-grid > div:first-child { border-left: 0; }
.trust-icon { width: 2.8rem; height: 2.8rem; flex: 0 0 auto; display: grid; place-items: center; color: #dbe5bb; border: 1px solid rgba(219,229,187,.4); border-radius: 50%; font-size: 1.25rem; }
.trust-grid p { display: flex; flex-direction: column; margin: 0; }
.trust-grid strong { font-size: .98rem; }
.trust-grid small { margin-top: .15rem; color: rgba(255,255,255,.7); }

.about { background: var(--cream-2); }
.split-layout { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1fr); gap: clamp(3rem, 7vw, 7rem); align-items: center; }
.portrait-frame { position: relative; min-height: 39rem; overflow: hidden; background: var(--cream); border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }
.portrait-frame::before { position: absolute; z-index: 1; inset: 1rem; content: ""; border: 1px solid rgba(195,166,108,.65); border-radius: calc(var(--radius-lg) - .65rem); pointer-events: none; }
.portrait-frame picture { display: block; height: 100%; }
.portrait-frame img { width: 100%; height: 100%; min-height: 39rem; object-fit: cover; object-position: center 35%; }
.portrait-note { position: absolute; z-index: 2; right: 1.7rem; bottom: 1.7rem; left: 1.7rem; display: flex; flex-direction: column; padding: 1rem 1.25rem; color: var(--white); background: rgba(23,60,59,.92); border-radius: var(--radius-sm); backdrop-filter: blur(10px); }
.portrait-note span { color: #dbe5bb; font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
.portrait-note strong { margin-top: .25rem; font-family: var(--serif); font-size: 1.3rem; font-weight: 400; }
.section-copy > p:not(.eyebrow):not(.wellness-note) { color: var(--ink-soft); }
.check-list { display: grid; gap: .8rem; margin: 2rem 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 2rem; }
.check-list li::before { position: absolute; top: .12rem; left: 0; width: 1.35rem; height: 1.35rem; display: grid; place-items: center; content: "✓"; color: var(--white); background: var(--sage); border-radius: 50%; font-size: .75rem; font-weight: 900; }
.wellness-note { margin-top: 2rem; padding: 1rem 1.2rem; color: var(--ink-soft); background: var(--cream); border-left: 3px solid var(--gold); border-radius: 0 var(--radius-sm) var(--radius-sm) 0; font-size: .9rem; }

.services { background: var(--cream); }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(18rem, .55fr); gap: clamp(2rem, 6vw, 6rem); align-items: end; margin-bottom: clamp(2.6rem, 5vw, 4.6rem); }
.section-heading h2, .section-heading p { margin-bottom: 0; }
.section-heading > p { color: var(--ink-soft); }
.section-heading.compact { grid-template-columns: 1fr; }
.service-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.15rem; }
.service-card, .service-cta { position: relative; min-height: 25rem; display: flex; flex-direction: column; padding: clamp(1.6rem, 3vw, 2.5rem); overflow: hidden; background: rgba(255,255,255,.75); border: 1px solid rgba(24,53,54,.1); border-radius: var(--radius); }
.service-card { transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.service-card:hover { transform: translateY(-4px); background: var(--white); box-shadow: var(--shadow-sm); }
.service-card-featured { color: var(--white); background: var(--forest); }
.service-card-featured:hover { background: var(--forest-2); }
.service-number { position: absolute; top: 1rem; right: 1.4rem; color: rgba(141,159,91,.38); font-family: var(--serif); font-size: 4.5rem; line-height: 1; }
.service-card-featured .service-number { color: rgba(219,229,187,.18); }
.service-card h3 { max-width: 15ch; margin-top: 3.25rem; font-family: var(--serif); font-size: clamp(1.65rem, 2.6vw, 2.35rem); font-weight: 400; }
.service-card > p { max-width: 34rem; color: var(--ink-soft); }
.service-card-featured > p { color: rgba(255,255,255,.75); }
.price-list { display: grid; gap: 0; margin: auto 0 0; padding: 1.2rem 0 0; list-style: none; border-top: 1px solid var(--line); }
.service-card-featured .price-list { border-color: rgba(255,255,255,.16); }
.price-list li { display: flex; justify-content: space-between; gap: 1rem; padding: .48rem 0; }
.price-list strong { font-family: var(--serif); font-size: 1.35rem; font-weight: 400; }
.service-cta { justify-content: center; color: var(--white); background: linear-gradient(145deg, #789047, var(--sage)); border: 0; }
.service-cta::after { position: absolute; right: -6rem; bottom: -6rem; width: 17rem; height: 17rem; content: ""; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; box-shadow: 0 0 0 2.5rem rgba(255,255,255,.05), 0 0 0 5rem rgba(255,255,255,.04); }
.service-cta .eyebrow { color: rgba(255,255,255,.7); }
.service-cta h3 { max-width: 18ch; font-family: var(--serif); font-size: clamp(1.8rem, 3vw, 2.5rem); font-weight: 400; }
.service-cta p { max-width: 30rem; }
.text-link { position: relative; z-index: 1; align-self: flex-start; font-weight: 800; }

.process { color: var(--white); background: var(--forest); }
.process .eyebrow { color: #cbd8a1; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; padding: 0; list-style: none; counter-reset: step; }
.process-grid li { min-height: 14rem; padding: 2rem clamp(1.2rem, 3vw, 2.5rem); border-left: 1px solid rgba(255,255,255,.14); }
.process-grid li:first-child { border-left: 0; }
.process-grid li > span { width: 2.6rem; height: 2.6rem; display: grid; place-items: center; margin-bottom: 2rem; color: var(--forest); background: #dbe5bb; border-radius: 50%; font-weight: 900; }
.process-grid h3 { font-family: var(--serif); font-size: 1.7rem; font-weight: 400; }
.process-grid p { color: rgba(255,255,255,.72); }

.certificates { background: var(--cream-2); }
.certificate-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.certificate-card { display: flex; flex-direction: column; overflow: hidden; text-decoration: none; background: var(--white); border: 1px solid rgba(24,53,54,.1); border-radius: var(--radius); transition: transform .2s ease, box-shadow .2s ease; }
.certificate-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-sm); }
.certificate-card:focus-visible { outline: 3px solid rgba(141,159,91,.55); outline-offset: 3px; }
.certificate-media { height: min(20rem, calc(100vw - 2.8rem)); display: grid; place-items: center; overflow: hidden; background: var(--white); }
.certificate-media img { width: 100%; height: 100%; min-width: 0; min-height: 0; padding: .75rem; object-fit: contain; object-position: center; background: var(--white); transform: scale(var(--certificate-scale, 1)); }
.certificate-media-new-portrait { --certificate-scale: 1.08; }
.certificate-media-new-landscape { --certificate-scale: .86; }
.certificate-media-legacy { --certificate-scale: 1.65; }
.certificate-card > .certificate-copy { display: flex; flex-direction: column; padding: 1.15rem 1.25rem; }
.certificate-card strong { font-family: var(--serif); font-size: 1.25rem; font-weight: 400; }
.certificate-card small { margin-top: .25rem; color: var(--ink-soft); }

.contact { color: var(--white); background: var(--forest); }
.contact-layout { display: grid; grid-template-columns: minmax(0, .78fr) minmax(0, 1.15fr); gap: clamp(3rem, 7vw, 7rem); align-items: start; }
.contact-copy { position: sticky; top: calc(var(--header-height) + 2rem); }
.contact-copy > p:not(.eyebrow) { max-width: 35rem; color: rgba(255,255,255,.73); }
.contact-list { display: grid; gap: .65rem; margin: 2.2rem 0; }
.contact-list a, .contact-list > div { display: flex; align-items: center; gap: 1rem; padding: .85rem 0; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.13); }
.contact-list > * > span { width: 2.35rem; height: 2.35rem; flex: 0 0 auto; display: grid; place-items: center; color: var(--forest); background: #dbe5bb; border-radius: 50%; font-weight: 900; }
.contact-list p { display: flex; flex-direction: column; margin: 0; overflow-wrap: anywhere; }
.contact-list small { color: rgba(255,255,255,.6); }
.contact-list strong { font-size: .96rem; }
.contact-form { padding: clamp(1.5rem, 4vw, 3rem); color: var(--ink); background: var(--cream-2); border-radius: var(--radius-lg); box-shadow: 0 30px 70px rgba(0,0,0,.18); }
.form-heading h3 { margin-bottom: 2rem; font-family: var(--serif); font-size: clamp(2rem, 3.5vw, 3rem); font-weight: 400; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.15rem; }
.field { display: flex; flex-direction: column; }
.field-full { grid-column: 1 / -1; }
.field label { margin-bottom: .45rem; font-size: .87rem; font-weight: 800; }
.field label span, .form-footer span, .consent > span > span { color: var(--error); }
.field input, .field textarea { width: 100%; color: var(--ink); background: var(--white); border: 1px solid rgba(24,53,54,.25); border-radius: .7rem; }
.field input { min-height: 3.3rem; padding: .7rem .9rem; }
.field textarea { min-height: 9rem; padding: .85rem .9rem; resize: vertical; }
.field input:hover, .field textarea:hover { border-color: rgba(24,53,54,.5); }
.field input:focus, .field textarea:focus { border-color: var(--sage-dark); }
.field-error { display: none; margin-top: .35rem; color: var(--error); }
.field.is-invalid input, .field.is-invalid textarea { border-color: var(--error); }
.field.is-invalid .field-error { display: block; }
.consent { display: flex; align-items: flex-start; gap: .75rem; margin: 1.25rem 0; color: var(--ink-soft); font-size: .87rem; line-height: 1.5; }
.consent input { width: 1.2rem; height: 1.2rem; flex: 0 0 auto; margin-top: .12rem; accent-color: var(--forest); }
.consent a { color: var(--ink); font-weight: 800; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-footer { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-top: 1.5rem; }
.form-footer p { margin: 0; color: var(--ink-soft); font-size: .8rem; }
.form-status { margin-bottom: 1.25rem; padding: .9rem 1rem; border-radius: var(--radius-sm); font-weight: 700; }
.form-status.is-error { color: #7f2a2a; background: #f8dddd; border: 1px solid #e7b7b7; }
.form-status.is-success { color: #24543e; background: #dfeee5; border: 1px solid #b9d7c5; }

.site-footer { padding: 4.5rem 0 1.5rem; color: rgba(255,255,255,.76); background: #102d2c; }
.footer-grid { display: grid; grid-template-columns: 1.3fr repeat(3, 1fr); gap: 2.5rem; padding-bottom: 3rem; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: .45rem; }
.footer-grid h2 { margin-bottom: .55rem; color: var(--white); font: 800 .76rem/1.3 var(--sans); letter-spacing: .15em; text-transform: uppercase; }
.footer-grid a { text-decoration: none; }
.footer-grid a:hover { color: var(--white); text-decoration: underline; }
.footer-brand img { width: 6rem; height: auto; filter: brightness(0) invert(1); opacity: .85; }
.footer-brand p { max-width: 20rem; margin-top: .6rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; padding-top: 1.3rem; border-top: 1px solid rgba(255,255,255,.12); font-size: .8rem; }
.footer-bottom p { margin: 0; }
.floating-whatsapp { position: fixed; z-index: 80; right: 1.2rem; bottom: 1.2rem; width: 3.6rem; height: 3.6rem; display: grid; place-items: center; color: var(--forest); background: #dbe5bb; border: 3px solid var(--white); border-radius: 50%; box-shadow: var(--shadow-sm); font-size: .72rem; font-weight: 900; text-decoration: none; }
.back-to-top { position: fixed; z-index: 79; right: 1.45rem; bottom: 5.4rem; width: 3.1rem; height: 3.1rem; display: grid; place-items: center; color: var(--white); background: var(--forest); border: 0; border-radius: 50%; box-shadow: var(--shadow-sm); cursor: pointer; opacity: 0; pointer-events: none; transform: translateY(.5rem); transition: opacity .2s ease, transform .2s ease; }
.back-to-top.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
.form-focused .floating-whatsapp, .form-focused .back-to-top { opacity: 0; pointer-events: none; transform: translateY(.5rem); }

.page-hero { position: relative; min-height: 25rem; display: flex; align-items: end; margin-top: var(--header-height); padding: 7rem 0 4rem; overflow: hidden; color: var(--ink); background: var(--cream); }
.page-hero::before { position: absolute; inset: 0; content: ""; background-image: linear-gradient(90deg, rgba(243,237,228,.98), rgba(243,237,228,.58)), image-set(url("../images/bg_2.webp") type("image/webp"), url("../images/bg_2.jpg") type("image/jpeg")); background-position: center; background-size: cover; background-repeat: no-repeat; }
.page-hero .container { position: relative; }
.page-hero h1 { max-width: 12ch; margin-bottom: .8rem; font-size: clamp(3rem, 6vw, 5.5rem); }
.page-hero p:last-child { max-width: 40rem; margin-bottom: 0; color: var(--ink-soft); }
.legal-content { background: var(--cream-2); }
.legal-wrap { max-width: 52rem; }
.legal-wrap > section { padding: 0 0 2.5rem; margin-bottom: 2.5rem; border-bottom: 1px solid var(--line); }
.legal-wrap > section:last-child { border-bottom: 0; }
.legal-wrap h2 { margin-bottom: 1.3rem; font-size: clamp(1.9rem, 3.3vw, 2.8rem); }
.legal-wrap h3 { margin-top: 1.7rem; font-size: 1.2rem; }
.legal-wrap address { font-style: normal; }
.legal-wrap a { color: var(--forest-2); font-weight: 700; }
.legal-meta { padding: 1rem 1.2rem; color: var(--ink-soft); background: var(--cream); border-radius: var(--radius-sm); }
.success-page { min-height: calc(100svh - var(--header-height)); display: grid; place-items: center; margin-top: var(--header-height); padding: 4rem 1rem; background-image: linear-gradient(rgba(250,247,241,.88), rgba(250,247,241,.96)), image-set(url("../images/bg_1.webp") type("image/webp"), url("../images/bg_1.jpg") type("image/jpeg")); background-position: center; background-size: cover; background-repeat: no-repeat; }
.success-card { width: min(100%, 42rem); padding: clamp(2rem, 6vw, 4rem); text-align: center; background: rgba(255,255,255,.92); border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); backdrop-filter: blur(12px); }
.success-mark { width: 4.5rem; height: 4.5rem; display: grid; place-items: center; margin: 0 auto 1.5rem; color: var(--white); background: var(--sage); border-radius: 50%; font-size: 2rem; }
.success-card h1 { margin-bottom: 1.2rem; font-size: clamp(2.5rem, 6vw, 4rem); }
.success-card p { color: var(--ink-soft); }
.success-card .button-row { justify-content: center; margin-top: 2rem; }

@media (max-width: 62rem) {
  :root { --header-height: 4.8rem; }
  .brand img { width: 3.8rem; }
  .brand strong { font-size: 1.15rem; }
  .brand small { font-size: .52rem; }
  .menu-toggle { display: grid; place-items: center; }
  .main-nav { position: absolute; top: 100%; right: 0; left: 0; height: calc(100svh - var(--header-height)); display: flex; flex-direction: column; align-items: stretch; justify-content: center; gap: .3rem; padding: 2rem; color: var(--white); background: rgba(16,45,44,.985); visibility: hidden; opacity: 0; transform: translateY(-.5rem); transition: opacity .2s ease, transform .2s ease, visibility .2s; }
  .main-nav.is-open { visibility: visible; opacity: 1; transform: translateY(0); }
  .main-nav a { min-height: 3.5rem; display: flex; align-items: center; justify-content: center; padding: .7rem; font-family: var(--serif); font-size: clamp(1.6rem, 5vw, 2.4rem); font-weight: 400; border-bottom: 1px solid rgba(255,255,255,.11); }
  .main-nav .nav-cta { margin-top: 1rem; font: 800 1rem/1.2 var(--sans); border: 1px solid rgba(255,255,255,.4); }
  .main-nav > a::after { display: none; }
  .hero-copy { width: 68%; }
  .split-layout { grid-template-columns: 1fr 1fr; gap: 3rem; }
  .portrait-frame, .portrait-frame img { min-height: 34rem; }
  .contact-layout { grid-template-columns: 1fr; }
  .contact-copy { position: static; }
  .contact-list { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2; }
}

@media (max-width: 48rem) {
  .section { padding: 4.7rem 0; }
  .hero { min-height: 47rem; height: calc(100svh - var(--header-height)); max-height: 52rem; }
  .hero-image { object-position: 62% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(250,247,241,.96) 0%, rgba(250,247,241,.88) 58%, rgba(250,247,241,.38) 100%); }
  .hero-copy { width: 83%; }
  .hero-facts { width: 100%; justify-content: center; }
  .hero-facts li,
  .hero-facts li:first-child { min-width: 0; flex: 1 1 0; align-items: center; padding-inline: .75rem; text-align: center; }
  .hero-facts strong { font-size: 1.2rem; white-space: nowrap; }
  .trust-grid { grid-template-columns: 1fr; padding: .75rem 0; }
  .trust-grid > div { min-height: auto; padding: 1rem 0; border-top: 1px solid rgba(255,255,255,.14); border-left: 0; }
  .trust-grid > div:first-child { border-top: 0; }
  .split-layout { grid-template-columns: 1fr; }
  .portrait-frame, .portrait-frame img { min-height: 31rem; }
  .portrait-frame img { object-position: center 35%; }
  .section-heading { grid-template-columns: 1fr; gap: 1rem; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card, .service-cta { min-height: 23rem; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid li { min-height: auto; padding: 1.5rem 0; border-top: 1px solid rgba(255,255,255,.14); border-left: 0; }
  .process-grid li:first-child { border-top: 0; }
  .certificate-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-list { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .field-full { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
}

@media (max-width: 35rem) {
  .container { width: min(calc(100% - 1.25rem), var(--container)); }
  .brand span { display: none; }
  .hero { min-height: 43rem; }
  .hero-image { object-position: 66% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(250,247,241,.96) 0%, rgba(250,247,241,.84) 77%, rgba(250,247,241,.5) 100%); }
  .hero-copy { width: 100%; padding: 2.5rem 0; }
  .hero-copy h1 { font-size: clamp(2.8rem, 14vw, 4.4rem); }
  .hero-lead { font-size: 1rem; }
  .button-row { flex-direction: column; align-items: stretch; }
  .hero-facts { margin-top: 2.2rem; }
  .hero-facts li,
  .hero-facts li:first-child { padding-inline: .35rem; }
  .hero-facts strong { font-size: 1.02rem; }
  .hero-facts span { font-size: .68rem; }
  .portrait-frame, .portrait-frame img { min-height: 27rem; }
  .certificate-grid { grid-template-columns: 1fr; }
  .contact-form { padding: 1.25rem; border-radius: var(--radius); }
  .form-footer { flex-direction: column; align-items: stretch; }
  .form-footer .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand, .footer-grid > div:last-child { grid-column: auto; }
  .floating-whatsapp { right: .8rem; bottom: .8rem; }
  .back-to-top { right: 1.05rem; bottom: 4.8rem; }
}

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

@media print {
  .site-header, .floating-whatsapp, .back-to-top, .button-row { display: none !important; }
  .page-hero, .legal-content { margin: 0; padding: 1rem 0; }
  body { color: #000; background: #fff; }
  a { color: #000; }
}
