:root {
  --forest-950: #18251f;
  --forest-900: #26372f;
  --forest-800: #35493e;
  --sage-500: #91a283;
  --sage-300: #bec9b1;
  --clay-500: #b87357;
  --sand-500: #d5b99f;
  --sand-300: #ead8c8;
  --cream-100: #f7f1e9;
  --cream-50: #fbf8f3;
  --ink: #1e251f;
  --muted: #677168;
  --white: #fffdfa;
  --border: rgba(38, 55, 47, .14);
  --shadow: 0 28px 70px rgba(24, 37, 31, .14);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 16px;
  --container: 1180px;
  --serif: "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 94px; }
body {
  margin: 0;
  background: var(--cream-50);
  color: var(--ink);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
::selection { background: var(--sage-300); color: var(--forest-950); }

.skip-link {
  position: fixed;
  left: 16px;
  top: -80px;
  z-index: 9999;
  background: var(--forest-950);
  color: white;
  padding: 12px 16px;
  border-radius: 10px;
  transition: top .2s ease;
}
.skip-link:focus { top: 16px; }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 118px 0; }
.section-shell { position: relative; overflow: hidden; }

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  border-bottom: 1px solid transparent;
  transition: background .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.site-header.scrolled {
  background: rgba(251, 248, 243, .92);
  backdrop-filter: blur(18px);
  border-color: var(--border);
  box-shadow: 0 10px 30px rgba(24, 37, 31, .05);
}
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex-shrink: 0; }
.brand-mark {
  width: 44px;
  height: 44px;
  border-radius: 50% 50% 45% 55% / 50% 45% 55% 50%;
  display: grid;
  place-items: center;
  background: var(--forest-900);
  color: var(--cream-100);
  font-family: var(--serif);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -.04em;
  transform: rotate(-3deg);
}
.brand-copy { display: grid; line-height: 1.1; }
.brand-copy strong { font-family: var(--serif); font-size: 19px; font-weight: 700; letter-spacing: -.03em; }
.brand-copy small { margin-top: 5px; color: var(--muted); font-size: 10px; letter-spacing: .06em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 29px; }
.site-nav > a:not(.nav-cta) { position: relative; color: #4e5a51; font-size: 13px; font-weight: 600; }
.site-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; bottom: -6px; width: 100%; height: 1px; background: var(--forest-900); transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.site-nav > a:not(.nav-cta):hover::after { transform: scaleX(1); transform-origin: left; }
.nav-cta { padding: 12px 17px; border-radius: 999px; background: var(--forest-900); color: white; font-size: 12px; font-weight: 700; box-shadow: 0 8px 24px rgba(38, 55, 47, .18); }
.menu-button { display: none; width: 44px; height: 44px; border: 0; background: transparent; padding: 10px; cursor: pointer; }
.menu-button span { display: block; width: 100%; height: 2px; margin: 5px 0; background: var(--forest-950); transition: transform .25s ease, opacity .25s ease; }

.hero { min-height: 860px; padding: 138px 0 76px; background: linear-gradient(140deg, #fbf8f3 0%, #f4ece1 56%, #eee1d3 100%); }
.hero::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(38,55,47,.07) 1px, transparent 1px); background-size: 24px 24px; mask-image: linear-gradient(to right, black, transparent 46%); opacity: .6; }
.hero-orbit { position: absolute; border: 1px solid rgba(38,55,47,.13); border-radius: 50%; pointer-events: none; }
.hero-orbit-a { width: 560px; height: 560px; right: -190px; top: 120px; }
.hero-orbit-b { width: 760px; height: 760px; right: -210px; top: 20px; }
.hero-grid { position: relative; display: grid; grid-template-columns: .93fr 1.07fr; gap: 76px; align-items: center; }
.hero-copy { padding-top: 20px; }
.eyebrow, .kicker { display: inline-flex; align-items: center; gap: 10px; color: var(--forest-800); font-size: 11px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 1px; background: var(--clay-500); }
.hero h1 { max-width: 650px; margin: 24px 0 24px; font-family: var(--serif); font-size: clamp(54px, 5vw, 77px); line-height: .98; letter-spacing: -.055em; font-weight: 600; }
.hero h1 em { display: block; color: var(--clay-500); font-weight: 600; }
.hero-lead { max-width: 590px; margin: 0 0 34px; color: #526057; font-size: 18px; line-height: 1.72; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 56px; padding: 0 24px; border-radius: 999px; font-size: 13px; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--forest-900); color: white; box-shadow: 0 16px 36px rgba(38,55,47,.2); }
.button-primary:hover { background: var(--forest-950); box-shadow: 0 19px 42px rgba(38,55,47,.26); }
.button svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 16px 26px; margin-top: 33px; padding-top: 26px; border-top: 1px solid rgba(38,55,47,.13); }
.hero-trust span { display: inline-flex; align-items: center; gap: 8px; color: #5c665f; font-size: 12px; }
.hero-trust i { color: var(--clay-500); font-style: normal; font-size: 9px; font-weight: 700; }
.hero-media { position: relative; padding: 0 34px 38px 0; }
.portrait-frame { position: relative; aspect-ratio: .805; border-radius: 48% 48% 25px 25px / 28% 28% 25px 25px; overflow: hidden; box-shadow: var(--shadow); background: var(--forest-900); }
.portrait-frame > img { width: 100%; height: 100%; object-fit: cover; }
.portrait-shade { position: absolute; inset: 0; background: linear-gradient(to top, rgba(24,37,31,.34), transparent 42%); pointer-events: none; }
.floating-card { position: absolute; right: 20px; bottom: 20px; left: 20px; display: flex; align-items: center; gap: 13px; padding: 17px 18px; border: 1px solid rgba(255,255,255,.5); border-radius: 17px; background: rgba(255,253,250,.9); backdrop-filter: blur(14px); box-shadow: 0 14px 30px rgba(24,37,31,.15); }
.floating-icon { width: 38px; height: 38px; display: grid; place-items: center; flex-shrink: 0; border-radius: 50%; background: var(--forest-900); color: var(--cream-100); }
.floating-card div { display: grid; gap: 3px; }
.floating-card small { color: #7e887f; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.floating-card strong { color: var(--forest-950); font-family: var(--serif); font-size: 16px; line-height: 1.2; }
.hero-signature { position: absolute; right: -2px; bottom: -10px; color: var(--clay-500); font-family: var(--serif); font-size: 60px; font-style: italic; transform: rotate(-8deg); opacity: .86; }

.authority-strip { position: relative; z-index: 2; background: var(--forest-900); color: white; }
.authority-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.authority-grid > div { display: grid; gap: 6px; padding: 31px 38px; border-right: 1px solid rgba(255,255,255,.12); }
.authority-grid > div:first-child { padding-left: 0; }
.authority-grid > div:last-child { border-right: 0; }
.authority-grid strong { font-family: var(--serif); font-size: 20px; }
.authority-grid span { color: rgba(255,255,255,.64); font-size: 12px; }

.section-intro { background: var(--cream-50); }
.section-heading { max-width: 850px; margin: 0 auto 62px; text-align: center; }
.section-heading h2, .protocol-copy h2, .about-copy h2, .faq-heading h2, .final-cta h2, .location-copy h2 { margin: 17px 0 20px; font-family: var(--serif); font-size: clamp(40px, 4vw, 60px); line-height: 1.08; letter-spacing: -.045em; }
.section-heading > p { max-width: 650px; margin: 0 auto; color: var(--muted); font-size: 16px; line-height: 1.75; }
.pillars-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.pillar-card { position: relative; min-height: 360px; padding: 31px; border: 1px solid var(--border); border-radius: var(--radius-lg); background: rgba(255,255,255,.54); overflow: hidden; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.pillar-card::after { content: ""; position: absolute; width: 180px; height: 180px; right: -80px; bottom: -80px; border: 1px solid var(--border); border-radius: 50%; transition: transform .3s ease; }
.pillar-card:hover { transform: translateY(-5px); box-shadow: 0 24px 50px rgba(24,37,31,.08); border-color: rgba(38,55,47,.25); }
.pillar-card:hover::after { transform: scale(1.2); }
.pillar-card.featured { background: var(--sand-300); border-color: transparent; }
.pillar-number { display: block; color: #838d85; font-size: 10px; font-weight: 700; letter-spacing: .15em; }
.pillar-icon { width: 54px; height: 54px; display: grid; place-items: center; margin: 66px 0 25px; border-radius: 50%; background: var(--forest-900); color: white; }
.pillar-icon svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.pillar-card h3 { position: relative; z-index: 1; margin: 0 0 13px; font-family: var(--serif); font-size: 26px; letter-spacing: -.03em; }
.pillar-card p { position: relative; z-index: 1; margin: 0; color: #5e685f; font-size: 14px; line-height: 1.7; }

.protocol-section { background: var(--forest-950); color: white; overflow: hidden; }
.protocol-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 86px; align-items: center; }
.protocol-visual { position: relative; min-height: 590px; display: grid; place-items: center; }
.protocol-visual::before, .protocol-visual::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; }
.protocol-visual::before { width: 470px; height: 470px; }
.protocol-visual::after { width: 610px; height: 610px; }
.protocol-circle { position: relative; z-index: 2; width: 310px; height: 310px; display: flex; align-items: center; justify-content: center; gap: 16px; border-radius: 50%; background: var(--sand-300); color: var(--forest-950); box-shadow: 0 30px 70px rgba(0,0,0,.28); }
.protocol-circle span { font-family: var(--serif); font-size: 128px; line-height: 1; letter-spacing: -.08em; }
.protocol-circle small { padding-top: 25px; font-size: 13px; font-weight: 700; line-height: 1.25; text-transform: uppercase; letter-spacing: .08em; }
.protocol-note { position: absolute; z-index: 3; display: flex; align-items: center; gap: 10px; padding: 11px 14px; border: 1px solid rgba(255,255,255,.13); border-radius: 999px; background: rgba(255,255,255,.07); backdrop-filter: blur(10px); color: rgba(255,255,255,.78); font-size: 11px; text-transform: uppercase; letter-spacing: .09em; }
.protocol-note i { width: 6px; height: 6px; border-radius: 50%; background: var(--sand-500); }
.protocol-note-a { top: 58px; left: 52px; }
.protocol-note-b { top: 195px; right: 8px; }
.protocol-note-c { bottom: 66px; left: 55px; }
.kicker.light { color: var(--sand-500); }
.protocol-copy > p { max-width: 650px; color: rgba(255,255,255,.68); font-size: 16px; line-height: 1.76; }
.check-list { display: grid; gap: 14px; margin: 30px 0 28px; padding: 0; list-style: none; }
.check-list li { display: flex; align-items: flex-start; gap: 12px; color: rgba(255,255,255,.83); font-size: 14px; }
.check-list span { width: 22px; height: 22px; display: grid; place-items: center; flex-shrink: 0; border-radius: 50%; background: rgba(255,255,255,.1); color: var(--sand-500); font-size: 11px; }
.text-link { display: inline-flex; gap: 12px; align-items: center; padding-bottom: 7px; border-bottom: 1px solid rgba(255,255,255,.35); font-size: 13px; font-weight: 700; }
.text-link span { color: var(--sand-500); }
.legal-note { margin-top: 25px !important; font-size: 10px !important; line-height: 1.5 !important; color: rgba(255,255,255,.42) !important; }

.about-section { background: var(--cream-100); }
.about-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 100px; align-items: center; }
.about-lead { color: var(--forest-800) !important; font-family: var(--serif); font-size: 22px !important; line-height: 1.55 !important; }
.about-copy > p { max-width: 630px; color: var(--muted); font-size: 15px; line-height: 1.8; }
.about-quote { margin-top: 32px; padding-left: 20px; border-left: 2px solid var(--clay-500); color: var(--clay-500); font-family: var(--serif); font-size: 22px; font-style: italic; }
.about-panel { border-radius: var(--radius-xl); background: var(--forest-900); color: white; box-shadow: var(--shadow); overflow: hidden; }
.about-panel-top { display: flex; align-items: center; justify-content: space-between; padding: 25px 28px; border-bottom: 1px solid rgba(255,255,255,.1); color: var(--sand-300); font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.about-panel-top svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.about-list { padding: 9px 28px 23px; }
.about-list > div { display: grid; grid-template-columns: 42px 1fr; gap: 14px; align-items: start; padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.about-list > div:last-child { border-bottom: 0; }
.about-list b { color: var(--sand-500); font-size: 10px; letter-spacing: .12em; }
.about-list span { display: grid; gap: 5px; }
.about-list strong { font-family: var(--serif); font-size: 20px; font-weight: 600; }
.about-list small { color: rgba(255,255,255,.56); font-size: 12px; }

.process-section { background: var(--cream-50); }
.section-heading.compact { max-width: 720px; }
.process-grid { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--border); border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; }
.process-step { min-height: 280px; padding: 30px; background: var(--cream-50); }
.process-step > span { display: inline-grid; place-items: center; width: 36px; height: 36px; margin-bottom: 62px; border-radius: 50%; background: var(--sand-300); color: var(--forest-900); font-size: 10px; font-weight: 700; }
.process-step h3 { margin: 0 0 10px; font-family: var(--serif); font-size: 23px; letter-spacing: -.03em; }
.process-step p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }

.location-section { padding-top: 30px; background: var(--cream-50); }
.location-card { position: relative; min-height: 520px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 50px; padding: 70px 74px; border-radius: var(--radius-xl); background: var(--clay-500); color: white; overflow: hidden; }
.location-card::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 90% 10%, rgba(255,255,255,.15), transparent 32%); }
.location-copy { position: relative; z-index: 2; }
.location-copy p { color: rgba(255,255,255,.78); font-size: 15px; line-height: 1.8; }
.location-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; margin-top: 31px; }
.button-light { background: var(--cream-50); color: var(--forest-950); box-shadow: 0 15px 30px rgba(90,45,30,.18); }
.outline-link { padding-bottom: 5px; border-bottom: 1px solid rgba(255,255,255,.45); font-size: 12px; font-weight: 700; }
.map-art { position: relative; min-height: 360px; border: 1px solid rgba(255,255,255,.3); border-radius: 50% 50% 20px 20px / 38% 38% 20px 20px; background: rgba(255,255,255,.08); overflow: hidden; }
.map-art::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,.22) 1px, transparent 1px); background-size: 20px 20px; }
.map-line { position: absolute; height: 140%; width: 90px; border: 2px solid rgba(255,255,255,.22); border-top: 0; border-bottom: 0; border-radius: 50%; transform: rotate(36deg); }
.map-line-a { left: 24%; top: -20%; }
.map-line-b { right: 18%; top: -15%; transform: rotate(-46deg); }
.map-pin { position: absolute; left: 53%; top: 47%; width: 52px; height: 52px; display: grid; place-items: center; border-radius: 50% 50% 50% 0; background: var(--cream-50); transform: translate(-50%, -50%) rotate(-45deg); box-shadow: 0 12px 25px rgba(90,45,30,.25); }
.map-pin span { width: 14px; height: 14px; border-radius: 50%; background: var(--forest-900); }
.map-art small { position: absolute; right: 25px; bottom: 22px; color: rgba(255,255,255,.8); font-family: var(--serif); font-size: 20px; text-align: right; line-height: 1.1; }

.faq-section { background: var(--cream-100); }
.faq-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 90px; }
.faq-heading { position: sticky; top: 120px; align-self: start; }
.faq-heading p { max-width: 430px; color: var(--muted); line-height: 1.75; }
.accordion { border-top: 1px solid var(--border); }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-item button { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 25px 0; border: 0; background: transparent; text-align: left; cursor: pointer; }
.faq-item button span { font-family: var(--serif); font-size: 21px; }
.faq-item button i { position: relative; width: 25px; height: 25px; flex-shrink: 0; border: 1px solid var(--border); border-radius: 50%; }
.faq-item button i::before, .faq-item button i::after { content: ""; position: absolute; left: 50%; top: 50%; width: 9px; height: 1px; background: var(--forest-900); transform: translate(-50%, -50%); transition: transform .25s ease; }
.faq-item button i::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq-item button[aria-expanded="true"] i::after { transform: translate(-50%, -50%) rotate(0); }
.faq-answer { padding: 0 48px 24px 0; }
.faq-answer p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.78; }

.final-cta { padding: 92px 0; background: var(--sand-300); text-align: center; }
.final-cta-inner > span { color: var(--forest-800); font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.final-cta h2 { margin-top: 10px; }
.final-cta .button { margin-top: 10px; }

.site-footer { padding: 52px 0 28px; background: var(--forest-950); color: white; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr .7fr; gap: 35px; align-items: center; }
.footer-brand .brand-mark { background: var(--sand-300); color: var(--forest-950); }
.footer-brand .brand-copy small { color: rgba(255,255,255,.5); }
.footer-contact, .footer-legal { display: grid; gap: 8px; }
.footer-contact a, .footer-legal span { color: rgba(255,255,255,.66); font-size: 12px; }
.footer-legal { text-align: right; }
.disclaimer { margin-top: 37px; padding-top: 21px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.35); font-size: 10px; line-height: 1.55; }
.mobile-whatsapp { display: none; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .75s ease, transform .75s cubic-bezier(.22,.72,.18,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal-delay-small { transition-delay: .08s; }
.reveal-delay { transition-delay: .15s; }
.reveal-delay-large { transition-delay: .23s; }

:focus-visible { outline: 3px solid rgba(184,115,87,.55); outline-offset: 4px; }

@media (max-width: 1020px) {
  .site-nav { gap: 18px; }
  .site-nav > a:not(.nav-cta) { font-size: 12px; }
  .hero { min-height: auto; }
  .hero-grid { gap: 38px; }
  .hero-media { padding-right: 0; }
  .protocol-grid, .about-grid { gap: 55px; }
  .location-card { padding: 55px; }
  .faq-grid { gap: 55px; }
}

@media (max-width: 840px) {
  body.menu-open { overflow: hidden; }
  .menu-button { display: block; position: relative; z-index: 1002; }
  .menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 0; z-index: 1001; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 25px; padding: 100px 30px 50px; background: var(--cream-50); transform: translateX(100%); transition: transform .3s cubic-bezier(.22,.72,.18,1); }
  .site-nav.is-open { transform: translateX(0); }
  .site-nav > a:not(.nav-cta) { font-family: var(--serif); font-size: 34px; font-weight: 600; }
  .nav-cta { margin-top: 12px; padding: 16px 22px; font-size: 13px; }
  .hero { padding-top: 118px; }
  .hero-grid, .protocol-grid, .about-grid, .location-card, .faq-grid { grid-template-columns: 1fr; }
  .hero-copy { padding-top: 0; }
  .hero h1 { max-width: 680px; }
  .hero-media { max-width: 580px; margin: 0 auto; width: 100%; }
  .portrait-frame { aspect-ratio: .9; border-radius: 40% 40% 22px 22px / 24% 24% 22px 22px; }
  .authority-grid { grid-template-columns: 1fr; }
  .authority-grid > div { padding: 21px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .authority-grid > div:last-child { border-bottom: 0; }
  .pillars-grid { grid-template-columns: 1fr; }
  .pillar-card { min-height: 320px; }
  .protocol-visual { min-height: 520px; order: 2; }
  .protocol-copy { order: 1; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .location-card { gap: 25px; }
  .map-art { min-height: 330px; }
  .faq-heading { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
  :root { --radius-xl: 26px; --radius-lg: 20px; }
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 82px 0; }
  .header-inner { min-height: 70px; }
  .brand-mark { width: 40px; height: 40px; }
  .brand-copy strong { font-size: 17px; }
  .brand-copy small { max-width: 180px; font-size: 8px; }
  .hero { padding: 105px 0 48px; }
  .hero::before { mask-image: linear-gradient(to bottom, black, transparent 45%); }
  .hero-grid { gap: 42px; }
  .hero h1 { margin-top: 18px; font-size: clamp(43px, 12vw, 58px); line-height: 1.02; }
  .hero-lead { margin-bottom: 27px; font-size: 16px; line-height: 1.65; }
  .button { width: 100%; min-height: 55px; padding-inline: 18px; }
  .hero-trust { display: grid; grid-template-columns: 1fr; gap: 11px; margin-top: 26px; padding-top: 22px; }
  .hero-media { padding: 0; }
  .portrait-frame { aspect-ratio: .84; border-radius: 45% 45% 19px 19px / 22% 22% 19px 19px; }
  .floating-card { right: 12px; bottom: 12px; left: 12px; padding: 13px; }
  .floating-icon { width: 34px; height: 34px; }
  .floating-card strong { font-size: 14px; }
  .hero-signature { right: 4px; bottom: -29px; font-size: 46px; }
  .authority-grid > div { padding: 19px 0; }
  .section-heading { margin-bottom: 39px; text-align: left; }
  .section-heading h2, .protocol-copy h2, .about-copy h2, .faq-heading h2, .location-copy h2 { font-size: 38px; }
  .section-heading > p { margin: 0; }
  .pillar-card { min-height: 300px; padding: 25px; }
  .pillar-icon { margin-top: 54px; }
  .protocol-grid { gap: 32px; }
  .protocol-visual { min-height: 390px; }
  .protocol-visual::before { width: 310px; height: 310px; }
  .protocol-visual::after { width: 390px; height: 390px; }
  .protocol-circle { width: 220px; height: 220px; }
  .protocol-circle span { font-size: 90px; }
  .protocol-circle small { padding-top: 18px; font-size: 10px; }
  .protocol-note { padding: 9px 11px; font-size: 8px; }
  .protocol-note-a { top: 15px; left: 4px; }
  .protocol-note-b { top: 124px; right: -7px; }
  .protocol-note-c { bottom: 17px; left: 5px; }
  .about-grid { gap: 40px; }
  .about-lead { font-size: 20px !important; }
  .about-panel-top, .about-list { padding-left: 21px; padding-right: 21px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-step { min-height: 230px; padding: 25px; }
  .process-step > span { margin-bottom: 42px; }
  .location-section { padding-top: 0; }
  .location-card { min-height: auto; padding: 42px 24px; }
  .location-actions { display: grid; gap: 17px; }
  .outline-link { justify-self: start; }
  .map-art { min-height: 275px; }
  .faq-grid { gap: 30px; }
  .faq-item button span { font-size: 19px; }
  .faq-answer { padding-right: 8px; }
  .final-cta { padding: 74px 0 100px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-legal { text-align: left; }
  .site-footer { padding-bottom: 95px; }
  .mobile-whatsapp { position: fixed; z-index: 990; left: 12px; right: 12px; bottom: max(12px, env(safe-area-inset-bottom)); display: flex; align-items: center; justify-content: center; gap: 10px; min-height: 56px; border-radius: 18px; background: var(--forest-900); color: white; box-shadow: 0 16px 40px rgba(24,37,31,.32); font-size: 13px; font-weight: 700; }
  .mobile-whatsapp svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
}

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


/* Fotografias reais da profissional */
.about-section { overflow: hidden; }
.about-grid { grid-template-columns: .88fr 1.12fr; gap: 86px; align-items: center; }
.about-gallery { position: relative; min-height: 640px; }
.about-photo { margin: 0; overflow: hidden; background: var(--sand-300); box-shadow: var(--shadow); }
.about-photo img { width: 100%; height: 100%; object-fit: cover; }
.about-photo-primary {
  position: absolute;
  top: 0;
  right: 0;
  width: 79%;
  height: 590px;
  border-radius: 46% 46% 26px 26px / 22% 22% 26px 26px;
}
.about-photo-primary img { object-position: center 18%; }
.about-photo-secondary {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  width: 46%;
  aspect-ratio: .69;
  border: 9px solid var(--cream-100);
  border-radius: 24px;
}
.about-photo-secondary img { object-position: center top; }
.about-gallery-label {
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: 24px;
  display: grid;
  gap: 5px;
  max-width: 230px;
  padding: 17px 20px;
  border: 1px solid rgba(255,255,255,.55);
  border-radius: 18px;
  background: rgba(255,253,250,.92);
  backdrop-filter: blur(14px);
  box-shadow: 0 16px 40px rgba(24,37,31,.14);
}
.about-gallery-label span { color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.about-gallery-label strong { color: var(--forest-950); font-family: var(--serif); font-size: 20px; }
.about-values {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin-top: 78px;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: var(--border);
  overflow: hidden;
}
.about-values article {
  min-height: 176px;
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 13px;
  align-content: center;
  padding: 28px 24px;
  background: rgba(255,253,250,.76);
}
.about-values b { color: var(--clay-500); font-size: 10px; letter-spacing: .14em; }
.about-values span { display: grid; gap: 8px; }
.about-values strong { font-family: var(--serif); font-size: 20px; line-height: 1.15; }
.about-values small { color: var(--muted); font-size: 12px; line-height: 1.55; }

@media (max-width: 1020px) {
  .about-grid { gap: 54px; }
  .about-gallery { min-height: 570px; }
  .about-photo-primary { height: 530px; }
  .about-values { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 840px) {
  .about-grid { grid-template-columns: 1fr; }
  .about-gallery { width: min(100%, 620px); min-height: 610px; margin: 0 auto; }
  .about-photo-primary { width: 80%; height: 560px; }
  .about-photo-secondary { width: 43%; }
}

@media (max-width: 600px) {
  .portrait-frame > img { object-position: center center; }
  .about-gallery { min-height: 500px; margin-top: 8px; }
  .about-photo-primary { width: 84%; height: 455px; border-radius: 43% 43% 20px 20px / 18% 18% 20px 20px; }
  .about-photo-secondary { width: 47%; border-width: 6px; border-radius: 18px; }
  .about-gallery-label { right: 0; bottom: 8px; max-width: 184px; padding: 13px 15px; }
  .about-gallery-label span { font-size: 8px; }
  .about-gallery-label strong { font-size: 17px; }
  .about-values { grid-template-columns: 1fr; margin-top: 45px; }
  .about-values article { min-height: 132px; padding: 24px 22px; }
}
