:root {
  --ink: #17231f;
  --ink-soft: #33423d;
  --green: #173d35;
  --green-deep: #0f2c26;
  --sage: #8fa79c;
  --mist: #e8efeb;
  --paper: #f7f5f0;
  --white: #ffffff;
  --wine: #7b3f46;
  --wine-deep: #5f2e34;
  --whatsapp: #1f8f5f;
  --whatsapp-deep: #157548;
  --line: rgba(23, 35, 31, 0.16);
  --line-light: rgba(255, 255, 255, 0.22);
  --radius-sm: 6px;
  --radius: 8px;
  --radius-lg: 14px;
  --serif: "DM Serif Display", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
  --shadow-soft: 0 10px 32px rgba(15, 44, 38, 0.08);
  --shadow-card: 0 18px 44px rgba(15, 44, 38, 0.11);
  --shadow-float: 0 24px 70px rgba(15, 44, 38, 0.18);
  --shadow: var(--shadow-card);
  --container: 1180px;
}

* { box-sizing: border-box; }
html { max-width: 100%; overflow-x: clip; scroll-behavior: smooth; }
body { max-width: 100%; overflow-x: clip; margin: 0; color: var(--ink); background: var(--white); font-family: var(--sans); font-size: 16px; line-height: 1.7; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { cursor: pointer; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, summary:focus-visible { outline: 3px solid rgba(123, 63, 70, .28); outline-offset: 3px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: 0; }
h1, h2 { font-family: var(--serif); font-weight: 400; line-height: 1.05; }
h2 { font-size: 52px; margin-bottom: 24px; }
h3 { line-height: 1.25; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.section { padding: 118px 0; }
.skip-link { position: fixed; z-index: 2000; top: 12px; left: 12px; transform: translateY(-150%); background: var(--white); padding: 10px 16px; color: var(--green); }
.skip-link:focus { transform: none; }
.eyebrow { display: flex; align-items: center; gap: 12px; color: var(--wine); font-size: 12px; font-weight: 700; line-height: 1; text-transform: uppercase; margin-bottom: 24px; }
.eyebrow::before { content: ""; width: 34px; height: 1px; background: currentColor; }
.eyebrow.light { color: rgba(255,255,255,.75); }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid transparent; border-radius: var(--radius); padding: 0 22px; font-weight: 700; font-size: 14px; box-shadow: 0 8px 20px rgba(15, 44, 38, .08); transition: background .25s ease, color .25s ease, border-color .25s ease, transform .25s ease, box-shadow .25s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 13px 28px rgba(15, 44, 38, .15); }
.button svg { width: 18px; height: 18px; }
.button-primary { background: var(--wine); color: var(--white); box-shadow: 0 10px 24px rgba(95, 46, 52, .26); }
.button-primary:hover { background: var(--wine-deep); }
.button-quiet { color: var(--white); border-color: rgba(255,255,255,.5); background: rgba(0,0,0,.08); backdrop-filter: blur(8px); }
.button-quiet:hover { background: rgba(255,255,255,.12); border-color: var(--white); }
.button-outline-light { border-color: rgba(255,255,255,.5); color: var(--white); }
.button-outline-light:hover { background: var(--white); color: var(--green); }

/* Header */
.site-header { position: fixed; z-index: 1000; inset: 0 0 auto; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.18); transition: background .25s ease, color .25s ease, box-shadow .25s ease; }
.site-header.is-scrolled, .site-header.inner-header { color: var(--ink); background: rgba(255,255,255,.96); box-shadow: 0 8px 30px rgba(15,44,38,.08); backdrop-filter: blur(12px); }
.header-inner { width: min(calc(100% - 48px), 1320px); min-height: 82px; margin: auto; display: flex; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: var(--radius-sm); font-family: var(--serif); font-size: 17px; box-shadow: 0 6px 16px rgba(15,44,38,.08); }
.brand-copy { display: grid; line-height: 1.2; }
.brand-copy strong { font-family: var(--serif); font-size: 20px; font-weight: 400; }
.brand-copy small { margin-top: 3px; font-size: 10px; font-weight: 600; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; justify-content: center; gap: 27px; margin-left: auto; }
.main-nav a { font-size: 13px; font-weight: 600; position: relative; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: currentColor; transition: right .2s ease; }
.main-nav a:hover::after { right: 0; }
.header-cta { min-height: 42px; padding: 0 16px; display: inline-flex; align-items: center; gap: 8px; border: 1px solid currentColor; border-radius: var(--radius); font-size: 12px; font-weight: 700; transition: background .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease; }
.header-cta:hover { background: var(--wine); border-color: var(--wine); color: var(--white); transform: translateY(-1px); box-shadow: 0 9px 22px rgba(95,46,52,.2); }
.header-cta.header-whatsapp { border-color: var(--whatsapp); background: var(--whatsapp); color: var(--white); box-shadow: 0 9px 24px rgba(31,143,95,.24); }
.header-cta.header-whatsapp:hover { border-color: var(--whatsapp-deep); background: var(--whatsapp-deep); color: var(--white); box-shadow: 0 13px 30px rgba(21,117,72,.3); }
.header-cta svg { width: 15px; }
.menu-toggle { display: none; width: 42px; height: 42px; margin-left: auto; padding: 0; border: 1px solid currentColor; border-radius: var(--radius); background: transparent; color: inherit; align-items: center; justify-content: center; box-shadow: 0 6px 16px rgba(15,44,38,.08); }

/* Hero */
.hero { min-height: min(900px, 94vh); position: relative; color: var(--white); display: flex; align-items: center; overflow: hidden; }
.hero-image, .hero-shade { position: absolute; inset: 0; }
.hero-image { background: var(--green) url("../img/consultorio-hero.webp") center/cover no-repeat; transform: scale(1.01); }
.hero-shade { background: linear-gradient(90deg, rgba(9,28,24,.88) 0%, rgba(9,28,24,.68) 38%, rgba(9,28,24,.18) 67%, rgba(9,28,24,.06) 100%); }
.hero-content { position: relative; z-index: 1; padding-top: 120px; padding-bottom: 76px; }
.hero h1 { max-width: 780px; font-size: 72px; margin-bottom: 26px; text-wrap: balance; }
.hero-lead { max-width: 670px; font-size: 18px; color: rgba(255,255,255,.86); line-height: 1.7; margin-bottom: 32px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 34px; margin-top: 50px; color: rgba(255,255,255,.78); font-size: 12px; font-weight: 600; text-transform: uppercase; }
.hero-meta span { display: flex; align-items: center; gap: 8px; }
.hero-meta svg { width: 17px; }
.hero-scroll { position: absolute; z-index: 2; right: 32px; bottom: 28px; width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; display: grid; place-items: center; background: rgba(9,28,24,.16); backdrop-filter: blur(8px); transition: background .2s ease, transform .2s ease; }
.hero-scroll:hover { background: rgba(255,255,255,.16); transform: translateY(3px); }
.hero-scroll svg { width: 17px; }

/* Credentials */
.credentials { background: var(--paper); border-bottom: 1px solid var(--line); }
.credentials-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.credentials-grid > div { min-height: 125px; display: flex; align-items: center; gap: 18px; padding: 24px 34px; border-right: 1px solid var(--line); transition: background .2s ease; }
.credentials-grid > div:hover { background: rgba(255,255,255,.72); }
.credentials-grid > div:first-child { border-left: 1px solid var(--line); }
.credentials-grid span { color: var(--wine); font-family: var(--serif); font-size: 26px; }
.credentials-grid p { margin: 0; color: var(--ink-soft); font-size: 12px; }
.credentials-grid strong { display: block; color: var(--ink); font-size: 14px; margin-bottom: 2px; }

/* About */
.about { background: var(--white); }
.about-grid { display: grid; grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr); gap: 110px; align-items: center; }
.about-visual { position: relative; padding: 0 0 36px 36px; }
.about-visual::before { content: ""; position: absolute; z-index: 0; left: 0; bottom: 0; width: 76%; height: 73%; background: var(--mist); border-radius: var(--radius); }
.about-visual::after { content: ""; position: absolute; z-index: 0; top: -18px; right: -18px; width: 110px; height: 110px; border-top: 1px solid rgba(123,63,70,.28); border-right: 1px solid rgba(123,63,70,.28); border-radius: 0 var(--radius-lg) 0 0; }
.about-visual img { position: relative; z-index: 1; width: 100%; max-height: 670px; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow-float); }
.visual-caption { position: absolute; z-index: 2; left: 0; bottom: 0; background: var(--green); color: var(--white); border-radius: 0 var(--radius) var(--radius) var(--radius); box-shadow: 0 12px 28px rgba(15,44,38,.2); padding: 16px 20px; display: flex; gap: 18px; font-size: 10px; text-transform: uppercase; }
.visual-caption span + span::before { content: "\2022"; color: var(--sage); margin-right: 18px; }
.about-copy h2 { font-size: 62px; margin-bottom: 8px; }
.professional-line { color: var(--wine); font-size: 13px; font-weight: 700; text-transform: uppercase; margin-bottom: 34px; }
.about-copy > p:not(.eyebrow):not(.professional-line) { color: var(--ink-soft); }
.about-copy .lead-copy { color: var(--ink); font-family: var(--serif); font-size: 25px; line-height: 1.4; }
.about-copy blockquote { margin: 35px 0; padding: 22px 24px 22px 28px; border-left: 2px solid var(--wine); border-radius: 0 var(--radius) var(--radius) 0; background: linear-gradient(90deg, rgba(232,239,235,.72), rgba(232,239,235,0)); color: var(--green); font-family: var(--serif); font-size: 21px; line-height: 1.5; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--wine); font-size: 13px; font-weight: 700; border-bottom: 1px solid currentColor; padding-bottom: 4px; }
.text-link svg { width: 17px; }

/* Services */
.services { background: var(--paper); }
.section-heading { display: grid; grid-template-columns: minmax(0, 1fr) 380px; gap: 70px; align-items: end; margin-bottom: 64px; }
.section-heading h2 { max-width: 700px; margin-bottom: 0; }
.section-heading > p { color: var(--ink-soft); margin-bottom: 5px; }
.service-list { display: grid; gap: 14px; }
.service-item { min-height: 175px; display: grid; grid-template-columns: 55px 70px minmax(0, 1fr) 50px; gap: 28px; align-items: center; padding: 10px 24px; border: 1px solid rgba(23,35,31,.11); border-radius: var(--radius); background: rgba(255,255,255,.75); box-shadow: var(--shadow-soft); transition: background .25s ease, transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service-item:hover { background: var(--white); border-color: rgba(23,61,53,.18); transform: translateY(-3px); box-shadow: var(--shadow-card); }
.service-number { align-self: start; padding-top: 36px; color: var(--wine); font-family: var(--serif); }
.service-icon { width: 62px; height: 62px; display: grid; place-items: center; background: var(--mist); color: var(--green); border-radius: var(--radius); box-shadow: inset 0 0 0 1px rgba(23,61,53,.05); }
.service-icon svg { width: 28px; height: 28px; }
.service-item h3 { font-family: var(--serif); font-size: 28px; font-weight: 400; margin-bottom: 8px; }
.service-item p { max-width: 780px; color: var(--ink-soft); margin: 0; }
.service-item > a { width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; display: grid; place-items: center; color: var(--wine); transition: background .2s ease, color .2s ease, transform .2s ease; }
.service-item > a:hover { background: var(--wine); border-color: var(--wine); color: var(--white); transform: rotate(8deg); }

/* Concerns */
.concerns { background: var(--green-deep); color: var(--white); }
.concerns-grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 110px; }
.concerns-intro { position: sticky; top: 130px; align-self: start; }
.concerns-intro h2 { font-size: 50px; }
.concerns-intro > p:last-child { color: rgba(255,255,255,.68); max-width: 470px; }
.concerns-list { border-top: 1px solid var(--line-light); }
.concerns-list > a, .concerns-list > span { min-height: 74px; display: flex; justify-content: space-between; align-items: center; gap: 20px; border-bottom: 1px solid var(--line-light); color: rgba(255,255,255,.88); }
.concerns-list > a { transition: padding .2s ease, color .2s ease; }
.concerns-list > a:hover { padding: 0 14px; border-radius: var(--radius-sm); background: rgba(255,255,255,.06); color: var(--white); }
.concerns-list b, .concerns-list span > span { font-weight: 500; }
.concerns-list svg { width: 18px; color: var(--sage); }

/* Process */
.process { background: var(--white); }
.process-steps { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.process-steps li { min-height: 300px; position: relative; padding: 32px; border: 1px solid rgba(23,35,31,.11); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow-soft); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.process-steps li:hover { transform: translateY(-4px); border-color: rgba(123,63,70,.2); box-shadow: var(--shadow-card); }
.process-steps li > span { position: absolute; top: 22px; right: 22px; color: var(--wine); font-family: var(--serif); }
.process-steps li > svg { width: 34px; height: 34px; color: var(--green); margin: 32px 0 42px; stroke-width: 1.4; }
.process-steps h3 { font-family: var(--serif); font-size: 23px; font-weight: 400; margin-bottom: 12px; }
.process-steps p { color: var(--ink-soft); font-size: 14px; margin: 0; }

/* Location */
.location-band { background: var(--wine-deep); color: var(--white); padding: 105px 0; overflow: hidden; }
.location-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .75fr); gap: 100px; align-items: center; }
.location-copy h2 { font-size: 58px; }
.location-copy > p:not(.eyebrow) { max-width: 650px; color: rgba(255,255,255,.78); }
.location-options { display: grid; grid-template-columns: repeat(2, 1fr); margin: 34px 0; border-top: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
.location-options > div { display: flex; align-items: center; gap: 14px; padding: 22px 0; }
.location-options > div + div { border-left: 1px solid var(--line-light); padding-left: 24px; }
.location-options svg { flex: 0 0 auto; width: 38px; height: 38px; padding: 9px; border-radius: var(--radius); background: rgba(255,255,255,.1); }
.location-options p { margin: 0; font-size: 12px; color: rgba(255,255,255,.7); }
.location-options strong { display: block; color: var(--white); font-size: 14px; }
.location-art { position: relative; min-height: 390px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: var(--radius); background: rgba(255,255,255,.025); box-shadow: inset 0 0 50px rgba(255,255,255,.025), 0 22px 55px rgba(35,13,16,.15); overflow: hidden; }
.location-art::before, .location-art::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; }
.location-art::before { width: 300px; height: 300px; }
.location-art::after { width: 190px; height: 190px; }
.location-art span { z-index: 2; font-family: var(--serif); font-size: 80px; }
.location-art div { position: absolute; z-index: 3; width: 12px; height: 12px; background: var(--white); border-radius: 50%; box-shadow: 0 0 0 12px rgba(255,255,255,.12); }
.location-art p { position: absolute; left: 26px; right: 26px; bottom: 18px; margin: 0; font-size: 11px; text-align: center; text-transform: uppercase; color: rgba(255,255,255,.7); }

/* Knowledge */
.knowledge { background: var(--paper); }
.article-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.article-card { min-height: 330px; position: relative; padding: 30px 26px 76px; border: 1px solid rgba(23,35,31,.11); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow-soft); overflow: hidden; transition: background .25s ease, color .25s ease, transform .25s ease, box-shadow .25s ease; }
.article-card::before { content: ""; position: absolute; top: 0; left: 0; width: 48px; height: 3px; background: var(--wine); transition: width .25s ease; }
.article-card:hover { background: var(--green); color: var(--white); transform: translateY(-4px); box-shadow: var(--shadow-card); }
.article-card:hover::before { width: 100%; background: var(--sage); }
.article-card > span { color: var(--wine); font-size: 10px; font-weight: 700; text-transform: uppercase; }
.article-card:hover > span { color: var(--sage); }
.article-card h3 { font-family: var(--serif); font-size: 25px; font-weight: 400; margin: 54px 0 16px; }
.article-card p { color: var(--ink-soft); font-size: 13px; }
.article-card:hover p { color: rgba(255,255,255,.72); }
.article-card > svg { position: absolute; right: 24px; bottom: 24px; width: 21px; }

/* FAQ */
.faq { background: var(--white); }
.faq-grid { display: grid; grid-template-columns: minmax(0, .75fr) minmax(0, 1.25fr); gap: 100px; }
.faq-intro { align-self: start; position: sticky; top: 130px; }
.faq-intro h2 { font-size: 50px; }
.faq-intro > p:last-child { color: var(--ink-soft); }
.accordion { display: grid; gap: 12px; }
.accordion details { padding: 0 20px; border: 1px solid rgba(23,35,31,.11); border-radius: var(--radius); background: var(--white); box-shadow: 0 8px 24px rgba(15,44,38,.055); transition: box-shadow .2s ease, border-color .2s ease; }
.accordion details[open] { border-color: rgba(123,63,70,.22); box-shadow: var(--shadow-soft); }
.accordion summary { min-height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 20px; list-style: none; cursor: pointer; font-family: var(--serif); font-size: 21px; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary svg { width: 19px; flex: 0 0 auto; color: var(--wine); transition: transform .2s ease; }
.accordion details[open] summary svg { transform: rotate(45deg); }
.accordion details p { max-width: 740px; color: var(--ink-soft); padding: 0 36px 24px 0; }

/* Contact */
.contact { background: var(--green-deep); color: var(--white); padding: 115px 0; }
.contact-grid { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: 100px; align-items: start; }
.contact-copy h2 { font-size: 58px; }
.contact-copy > p:not(.eyebrow):not(.contact-note) { color: rgba(255,255,255,.7); max-width: 500px; }
.contact-whatsapp { margin-top: 36px; max-width: 450px; min-height: 78px; padding: 15px 18px; border: 1px solid var(--line-light); border-radius: var(--radius); display: flex; align-items: center; gap: 14px; box-shadow: 0 14px 34px rgba(0,0,0,.12); transition: background .2s ease, transform .2s ease, box-shadow .2s ease; }
.contact-whatsapp:hover { background: rgba(255,255,255,.08); transform: translateY(-2px); box-shadow: 0 18px 42px rgba(0,0,0,.18); }
.contact-whatsapp > svg:first-child { width: 28px; }
.contact-whatsapp > svg:last-child { width: 18px; margin-left: auto; }
.contact-whatsapp span { display: grid; line-height: 1.3; }
.contact-whatsapp small { color: rgba(255,255,255,.64); }
.contact-note { max-width: 450px; display: flex; gap: 10px; margin-top: 22px; color: rgba(255,255,255,.56); font-size: 11px; }
.contact-note svg { width: 15px; flex: 0 0 auto; }
.direct-contact { position: relative; overflow: hidden; }
.direct-contact::before { content: ""; position: absolute; top: -220px; right: -150px; width: 520px; height: 520px; border: 1px solid rgba(255,255,255,.07); border-radius: 50%; }
.direct-contact::after { content: ""; position: absolute; right: 110px; bottom: -280px; width: 430px; height: 430px; border: 1px solid rgba(255,255,255,.055); border-radius: 50%; }
.direct-contact-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, .9fr) minmax(420px, .75fr); gap: 110px; align-items: center; }
.whatsapp-benefits { list-style: none; margin: 34px 0 0; padding: 0; display: grid; gap: 14px; color: rgba(255,255,255,.82); font-size: 13px; }
.whatsapp-benefits li { display: flex; align-items: center; gap: 11px; }
.whatsapp-benefits svg { width: 22px; height: 22px; padding: 4px; border-radius: 50%; background: rgba(255,255,255,.1); color: #8ee0b6; }
.whatsapp-direct-card { position: relative; padding: 44px; border: 1px solid rgba(255,255,255,.75); border-radius: var(--radius); background: var(--white); color: var(--ink); box-shadow: 0 30px 80px rgba(0,0,0,.22); overflow: hidden; }
.whatsapp-direct-card::after { content: ""; position: absolute; top: 0; right: 0; width: 120px; height: 4px; background: var(--whatsapp); }
.whatsapp-card-icon { width: 62px; height: 62px; display: grid; place-items: center; border-radius: 50%; background: rgba(31,143,95,.1); color: var(--whatsapp); box-shadow: inset 0 0 0 1px rgba(31,143,95,.12); }
.whatsapp-card-icon svg { width: 30px; height: 30px; }
.whatsapp-card-label { margin: 27px 0 8px; color: var(--whatsapp-deep); font-size: 10px; font-weight: 700; text-transform: uppercase; }
.whatsapp-number { display: inline-block; color: var(--green-deep); font-family: var(--serif); font-size: 42px; line-height: 1.15; }
.whatsapp-number:hover { color: var(--whatsapp); }
.whatsapp-card-copy { max-width: 430px; margin: 20px 0 26px; color: var(--ink-soft); font-size: 13px; }
.whatsapp-main-button { width: 100%; min-height: 58px; display: flex; align-items: center; justify-content: center; gap: 11px; padding: 0 20px; border-radius: var(--radius); background: var(--whatsapp); color: var(--white); box-shadow: 0 13px 30px rgba(31,143,95,.26); font-size: 14px; font-weight: 700; transition: background .2s ease, transform .2s ease, box-shadow .2s ease; }
.whatsapp-main-button:hover { background: var(--whatsapp-deep); transform: translateY(-2px); box-shadow: 0 18px 38px rgba(21,117,72,.32); }
.whatsapp-main-button svg { width: 19px; }
.whatsapp-main-button svg:last-child { margin-left: auto; }
.whatsapp-availability { display: flex; justify-content: center; align-items: center; gap: 8px; margin: 18px 0 0; color: #66736e; font-size: 10px; }
.whatsapp-availability span { width: 7px; height: 7px; border-radius: 50%; background: var(--whatsapp); box-shadow: 0 0 0 4px rgba(31,143,95,.1); }
.form-panel { background: var(--white); color: var(--ink); padding: 40px; border: 1px solid rgba(255,255,255,.55); border-radius: var(--radius); box-shadow: var(--shadow-float); }
.triage-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px 18px; }
.field { min-width: 0; }
.full { grid-column: 1 / -1; }
.field label, .field legend { display: block; margin-bottom: 7px; font-size: 11px; font-weight: 700; text-transform: uppercase; }
.field input:not([type="radio"]), .field select { width: 100%; height: 50px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: #fbfbfa; padding: 0 13px; color: var(--ink); outline: none; transition: border-color .2s ease, box-shadow .2s ease, background .2s ease; }
.field input:not([type="radio"]):hover, .field select:hover { background: var(--white); border-color: rgba(23,61,53,.28); }
.field input:focus, .field select:focus { border-color: var(--green); box-shadow: 0 0 0 2px rgba(23,61,53,.08); }
fieldset.field { margin: 0; padding: 0; border: 0; }
.choice { display: inline-flex !important; align-items: center; margin: 0 14px 0 0 !important; font-size: 13px !important; font-weight: 600 !important; text-transform: none !important; cursor: pointer; }
.choice input { accent-color: var(--wine); margin-right: 7px; }
.field small, .field-error { display: block; margin-top: 5px; color: #9b2e3d; font-size: 11px; }
.consent { display: flex; align-items: flex-start; gap: 9px; color: var(--ink-soft); font-size: 11px; }
.consent input { margin-top: 4px; accent-color: var(--wine); }
.consent a { color: var(--wine); text-decoration: underline; }
.button-submit { border: 0; background: var(--wine); color: var(--white); }
.button-submit:hover { background: var(--wine-deep); }
.form-alert { grid-column: 1 / -1; margin-bottom: 20px; background: #fff0f1; border-left: 3px solid #9b2e3d; color: #76242f; padding: 13px 15px; font-size: 13px; }

/* Footer */
.site-footer { background: #101815; color: var(--white); padding: 76px 0 30px; }
.footer-main { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 60px; padding-bottom: 58px; }
.footer-brand { display: flex; gap: 13px; align-items: flex-start; }
.footer-brand > div { display: grid; }
.footer-brand strong { font-family: var(--serif); font-size: 23px; font-weight: 400; }
.footer-brand small { color: rgba(255,255,255,.55); font-size: 10px; text-transform: uppercase; }
.footer-label { color: var(--sage); font-size: 10px; font-weight: 700; text-transform: uppercase; }
.footer-main > div:not(.footer-brand) a { display: block; margin: 10px 0; color: rgba(255,255,255,.72); font-size: 12px; }
.footer-main a:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.42); font-size: 10px; }
.footer-bottom p { margin: 0; max-width: 620px; }
.floating-whatsapp { position: fixed; z-index: 900; right: 22px; bottom: 22px; min-height: 54px; display: flex; align-items: center; gap: 10px; padding: 0 18px; color: var(--white); background: var(--whatsapp); border: 1px solid rgba(255,255,255,.18); border-radius: 999px; box-shadow: 0 16px 40px rgba(12,83,50,.3); font-size: 12px; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.floating-whatsapp:hover { background: var(--whatsapp-deep); transform: translateY(-3px); box-shadow: 0 20px 46px rgba(12,83,50,.38); }
.floating-whatsapp svg { width: 20px; }
.floating-whatsapp > span { display: grid; line-height: 1.2; }
.floating-whatsapp b { font-size: 12px; }
.floating-whatsapp small { color: rgba(255,255,255,.74); font-size: 9px; font-weight: 500; }

/* Article and legal pages */
.inner-main { padding-top: 82px; }
.article-hero { padding: 105px 0 85px; color: var(--white); background: var(--green-deep); }
.breadcrumbs { display: flex; gap: 9px; flex-wrap: wrap; margin-bottom: 34px; color: rgba(255,255,255,.58); font-size: 11px; }
.breadcrumbs a:hover { color: var(--white); }
.article-hero h1 { max-width: 900px; font-size: 62px; }
.article-hero .article-lead { max-width: 780px; color: rgba(255,255,255,.76); font-size: 18px; }
.article-meta { display: flex; gap: 28px; margin-top: 32px; color: var(--sage); font-size: 11px; text-transform: uppercase; }
.article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 95px; padding: 95px 0; }
.article-body { max-width: 780px; }
.article-body h2 { font-size: 38px; margin: 58px 0 20px; }
.article-body h2:first-child { margin-top: 0; }
.article-body h3 { font-family: var(--serif); font-size: 26px; font-weight: 400; margin: 34px 0 12px; }
.article-body p, .article-body li { color: var(--ink-soft); }
.article-body ul { padding-left: 20px; }
.article-callout { margin: 40px 0; padding: 26px 28px; background: var(--mist); border-left: 3px solid var(--green); border-radius: 0 var(--radius) var(--radius) 0; box-shadow: var(--shadow-soft); }
.article-callout strong { display: block; margin-bottom: 5px; }
.article-sidebar { align-self: start; position: sticky; top: 115px; }
.sidebar-box { padding: 26px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-soft); margin-bottom: 18px; }
.sidebar-box h2 { font-size: 25px; }
.sidebar-box p { color: var(--ink-soft); font-size: 12px; }
.sidebar-box a:not(.button) { display: block; padding: 11px 0; border-bottom: 1px solid var(--line); font-size: 12px; }
.article-faq { margin-top: 60px; }
.article-disclaimer { font-size: 11px; color: #66736e; padding-top: 26px; border-top: 1px solid var(--line); }
.legal-shell { min-height: 100vh; background: var(--paper); padding: 150px 0 90px; }
.legal-card { width: min(820px, calc(100% - 48px)); margin: auto; background: var(--white); padding: 56px; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-card); }
.legal-card h1 { font-size: 48px; }
.legal-card h2 { font-size: 25px; margin: 36px 0 10px; }
.legal-card p { color: var(--ink-soft); }
.success-icon { width: 58px; height: 58px; display: grid; place-items: center; background: var(--mist); color: var(--green); border-radius: 50%; box-shadow: inset 0 0 0 1px rgba(23,61,53,.08); margin-bottom: 28px; }
.success-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--line); margin: 32px 0; border: 1px solid var(--line); }
.success-grid div { background: var(--white); padding: 15px; font-size: 12px; }
.success-grid strong { display: block; color: var(--ink-soft); font-size: 10px; text-transform: uppercase; }

/* Admin compatibility */
.admin-body { margin: 0; background: #f4f5f3; color: var(--ink); font-family: var(--sans); }
.admin-shell { display: grid; grid-template-columns: 240px 1fr; min-height: 100vh; }
.admin-sidebar { background: var(--green-deep); color: #fff; padding: 24px 16px; }
.admin-sidebar a { color: rgba(255,255,255,.92); display: block; padding: 10px 12px; font-size: 13px; }
.admin-sidebar a:hover, .admin-sidebar a.active { background: rgba(255,255,255,.12); }
.admin-main { padding: 24px; min-width: 0; overflow: auto; }
.admin-topbar { display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.metrics { margin-top: 16px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.metric, .admin-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 16px; box-shadow: var(--shadow-soft); }
.metric strong { display: block; font-size: 24px; }
.admin-table { width: 100%; border-collapse: collapse; font-size: 12px; }
.admin-table th, .admin-table td { border-bottom: 1px solid var(--line); padding: 10px 8px; text-align: left; vertical-align: top; }
.admin-table th { font-size: 10px; color: var(--ink-soft); text-transform: uppercase; }
.admin-filters { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 10px; }
.admin-filters input, .admin-filters select { height: 40px; border: 1px solid var(--line); border-radius: 0; padding: 0 10px; font-size: 12px; }
.admin-login { min-height: 100vh; display: grid; place-items: center; background: var(--paper); }
.admin-login-box { width: min(420px, 92vw); background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; box-shadow: var(--shadow); }
.admin-login-box input { width: 100%; height: 42px; border: 1px solid var(--line); border-radius: 0; padding: 0 12px; margin-top: 6px; }
.btn { min-height: 40px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 0 14px; background: var(--white); font-weight: 700; box-shadow: 0 6px 16px rgba(15,44,38,.07); }
.btn-primary, .btn-solid { background: var(--wine); color: #fff; border-color: var(--wine); }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.js .reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .main-nav { gap: 17px; }
  .main-nav a { font-size: 11px; }
  .header-cta { display: none; }
  .hero h1 { font-size: 60px; }
  .about-grid, .contact-grid { gap: 60px; }
  .direct-contact-grid { gap: 60px; }
  .concerns-grid, .faq-grid { gap: 70px; }
  .article-grid { grid-template-columns: repeat(2, 1fr); }
  .process-steps { grid-template-columns: repeat(2, 1fr); }
  .footer-main { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 820px) {
  .container { width: min(calc(100% - 36px), var(--container)); }
  .section { padding: 84px 0; }
  h2 { font-size: 43px; }
  .site-header { color: var(--ink); background: rgba(255,255,255,.96); }
  .header-inner { width: calc(100% - 32px); min-height: 72px; }
  .menu-toggle { display: inline-flex; }
  .main-nav { position: fixed; inset: 72px 0 0; background: var(--green-deep); color: var(--white); flex-direction: column; justify-content: flex-start; align-items: stretch; gap: 0; padding: 40px 24px; transform: translateX(100%); transition: transform .25s ease; }
  .main-nav.is-open { transform: none; }
  .main-nav a { padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.16); font-family: var(--serif); font-size: 25px; }
  .main-nav a::after { display: none; }
  .hero { min-height: 800px; align-items: flex-end; }
  .hero-shade { background: linear-gradient(0deg, rgba(9,28,24,.94) 0%, rgba(9,28,24,.72) 48%, rgba(9,28,24,.18) 100%); }
  .hero-content { padding-top: 150px; padding-bottom: 100px; }
  .hero h1 { font-size: 52px; }
  .hero-scroll { display: none; }
  .credentials-grid { grid-template-columns: 1fr; }
  .credentials-grid > div { min-height: 90px; border-left: 1px solid var(--line); }
  .about-grid, .concerns-grid, .faq-grid, .contact-grid, .direct-contact-grid, .location-grid, .article-layout { grid-template-columns: 1fr; }
  .direct-contact-grid { gap: 48px; }
  .whatsapp-direct-card { max-width: 620px; width: 100%; }
  .about-grid { gap: 55px; }
  .about-visual { max-width: 580px; }
  .concerns-intro, .faq-intro, .article-sidebar { position: static; }
  .section-heading { grid-template-columns: 1fr; gap: 18px; }
  .service-item { grid-template-columns: 42px 58px minmax(0, 1fr) 42px; gap: 17px; }
  .location-art { min-height: 320px; }
  .article-layout { gap: 45px; padding: 70px 0; }
  .article-sidebar { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .admin-shell { grid-template-columns: 1fr; }
  .admin-sidebar { display: flex; flex-wrap: wrap; gap: 6px; }
  .admin-filters { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .metrics { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 560px) {
  body { font-size: 15px; }
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 70px 0; }
  h2, .about-copy h2, .concerns-intro h2, .faq-intro h2, .location-copy h2, .contact-copy h2 { font-size: 39px; }
  .brand-copy strong { font-size: 18px; }
  .brand-copy small { font-size: 9px; }
  .brand-mark { width: 38px; height: 38px; }
  .hero { min-height: 760px; }
  .hero h1 { font-size: 43px; }
  .hero-lead { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-meta { gap: 14px; flex-direction: column; margin-top: 32px; }
  .credentials-grid > div { padding: 19px 22px; }
  .about-visual { padding: 0 0 24px 24px; }
  .about-copy .lead-copy { font-size: 22px; }
  .service-item { min-height: 0; grid-template-columns: 36px 52px 1fr; padding: 25px 16px; }
  .service-item:hover { padding-inline: 16px; }
  .service-item > a { grid-column: 3; }
  .service-item h3 { font-size: 23px; }
  .service-item p { font-size: 13px; }
  .process-steps, .article-grid, .location-options, .triage-form, .success-grid, .article-sidebar { grid-template-columns: 1fr; }
  .process-steps li { min-height: 250px; }
  .location-options > div + div { border-left: 0; border-top: 1px solid var(--line-light); padding-left: 0; }
  .location-art { min-width: 0; min-height: 290px; }
  .article-card { min-height: 275px; }
  .contact { padding: 76px 0; }
  .direct-contact-grid { gap: 38px; }
  .whatsapp-direct-card { padding: 30px 20px; }
  .whatsapp-number { font-size: 34px; }
  .whatsapp-main-button { min-height: 56px; font-size: 13px; }
  .whatsapp-availability { text-align: center; }
  .form-panel { padding: 26px 20px; }
  .choice { display: flex !important; margin: 8px 0 !important; }
  .footer-main { grid-template-columns: 1fr; gap: 30px; }
  .footer-bottom { flex-direction: column; }
  .floating-whatsapp { right: 14px; bottom: 14px; min-height: 50px; }
  .floating-whatsapp small { display: none; }
  .article-hero { padding: 76px 0 60px; }
  .article-hero h1 { font-size: 43px; }
  .legal-shell { padding: 110px 0 60px; }
  .legal-card { width: calc(100% - 28px); padding: 28px 20px; }
  .legal-card h1 { font-size: 40px; }
}

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