:root {
  --forest: #173c35;
  --forest-deep: #0d2925;
  --sage: #9cb7a5;
  --ivory: #f5f1e8;
  --paper: #fbfaf6;
  --coral: #d9664f;
  --ink: #1e2926;
  --muted: #66706d;
  --line: rgba(30, 41, 38, 0.18);
  --display: "Newsreader", Georgia, serif;
  --sans: "DM Sans", sans-serif;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: 8px; left: 8px; padding: 10px 14px; background: white; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: absolute; z-index: 20; top: 0; left: 0; display: flex; width: 100%; height: 92px; align-items: center; justify-content: space-between; padding: 0 clamp(24px, 5vw, 72px); color: white; border-bottom: 1px solid rgba(255,255,255,.22); }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark { display: grid; width: 42px; aspect-ratio: 1; flex: 0 0 auto; place-items: center; }
.brand-mark svg { width: 100%; height: 100%; overflow: visible; fill: none; stroke: currentColor; }
.brand-ring { opacity: .78; stroke-width: 1.4; stroke-linecap: round; }
.brand-letter-c { stroke-width: 2.2; stroke-linecap: round; }
.brand-letter-a { stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.brand-copy { display: grid; line-height: 1.05; }
.brand-copy strong, .footer-brand strong { font-family: var(--display); font-size: 21px; font-weight: 500; }
.brand-copy small, .footer-brand small { margin-top: 5px; font-size: 9px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: clamp(20px, 2.5vw, 38px); font-size: 14px; }
.site-nav a:not(.nav-cta) { border-bottom: 1px solid transparent; }
.site-nav a:not(.nav-cta):hover { border-color: currentColor; }
.nav-cta { padding: 11px 17px; border: 1px solid rgba(255,255,255,.7); }
.nav-cta:hover { background: white; color: var(--forest); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 11px; color: inherit; border: 0; background: transparent; }
.menu-toggle > span:not(.sr-only) { display: block; width: 100%; height: 1px; margin: 5px 0; background: currentColor; }

.hero { position: relative; display: grid; min-height: 760px; height: 100svh; max-height: 980px; align-items: end; overflow: hidden; color: white; background: var(--forest-deep); }
.hero-image, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { right: 0; left: auto; width: 46%; object-fit: cover; object-position: 50% center; filter: saturate(.86) contrast(1.08); }
.hero-shade { background: linear-gradient(90deg, var(--forest-deep) 0%, rgba(7, 31, 27, .98) 28%, rgba(7, 31, 27, .72) 52%, rgba(7, 31, 27, .1) 100%); }
.hero-detail-image { display: none; width: 260px; aspect-ratio: 16 / 9; margin-bottom: 26px; object-fit: cover; object-position: center; border: 1px solid rgba(255,255,255,.3); filter: saturate(.72) contrast(1.06); }
.hero-content { position: relative; z-index: 2; width: min(820px, 80%); margin: 0 clamp(24px, 5vw, 76px) clamp(150px, 19vh, 210px); }
@media (min-width: 901px) {
  .hero-content { margin-left: clamp(24px, 3.2vw, 48px); }
}
.eyebrow { margin: 0 0 18px; font-size: 12px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
h1, h2 { margin: 0; font-family: var(--display); font-weight: 400; letter-spacing: 0; }
h1 { max-width: 820px; font-size: clamp(38px, 4vw, 58px); line-height: 1.04; }
.hero-text { max-width: 620px; margin: 28px 0 0; font-size: clamp(17px, 1.55vw, 21px); line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 34px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 0 24px; border: 1px solid transparent; cursor: pointer; font-weight: 600; }
.button-primary { background: var(--ivory); color: var(--forest-deep); }
.button-primary:hover { background: var(--coral); color: white; }
.text-link { padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.45); font-weight: 500; }
.text-link span { margin-left: 10px; }
.hero-note { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; display: flex; min-height: 76px; align-items: center; justify-content: center; gap: clamp(24px, 7vw, 100px); padding: 20px; border-top: 1px solid rgba(255,255,255,.25); background: rgba(8, 35, 30, .62); font-size: 13px; backdrop-filter: blur(8px); }
.hero-note span::before { content: ""; display: inline-block; width: 5px; height: 5px; margin: 0 12px 2px 0; border-radius: 50%; background: var(--coral); }

@media (min-width: 901px) and (min-aspect-ratio: 2 / 1) {
  .hero { min-height: 600px; }
  .hero-content { width: min(860px, 74%); margin-bottom: 100px; }
  h1 { max-width: 800px; font-size: clamp(38px, 3vw, 52px); }
  .hero-text { max-width: 560px; margin-top: 18px; }
  .hero-actions { margin-top: 18px; }
}

@media (min-width: 901px) and (min-height: 681px) and (min-aspect-ratio: 2 / 1) {
  .hero-content { margin-bottom: 160px; }
}

.section { padding: 120px max(24px, calc((100vw - var(--max)) / 2)); }
.section-label { display: flex; align-items: center; gap: 14px; margin-bottom: 38px; color: var(--muted); font-size: 11px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.section-label span { display: grid; width: 30px; height: 30px; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-size: 9px; }
.section-label-light { color: var(--sage); }
.intro { display: grid; grid-template-columns: 1fr 2.4fr; gap: 80px; background: var(--ivory); }
.intro h2 { max-width: 980px; font-size: clamp(44px, 5.2vw, 78px); line-height: 1.02; }
.two-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 46px; margin-top: 52px; border-top: 1px solid var(--line); }
.two-columns p { margin: 28px 0 0; color: var(--muted); font-size: 17px; line-height: 1.7; }

.practitioner { display: grid; grid-template-columns: minmax(360px, .9fr) minmax(460px, 1.1fr); min-height: 740px; background: var(--paper); }
.practitioner-portrait { position: relative; min-height: 740px; margin: 0; overflow: hidden; background: #e4e1db; }
.practitioner-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: center 38%; filter: saturate(.82) contrast(1.03); }
.practitioner-portrait figcaption { position: absolute; right: 0; bottom: 0; left: 0; display: flex; align-items: baseline; justify-content: space-between; gap: 20px; padding: 24px clamp(24px, 4vw, 54px); color: white; background: rgba(13,41,37,.88); font-family: var(--display); font-size: 25px; }
.practitioner-portrait figcaption span { font-family: var(--sans); font-size: 10px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.practitioner-copy { align-self: center; max-width: 710px; padding: 100px clamp(40px, 7vw, 120px); }
.practitioner-copy .eyebrow { color: var(--coral); }
.practitioner-copy h2 { font-size: clamp(44px, 5vw, 72px); line-height: 1; }
.practitioner-copy > p:not(.eyebrow) { max-width: 620px; margin: 26px 0 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.practitioner-link { display: inline-flex; gap: 22px; margin-top: 36px; padding: 12px 0; border-bottom: 1px solid var(--forest); font-weight: 600; }
.practitioner-link span { color: var(--coral); }

@media (min-width: 901px) {
  .practitioner-portrait img { object-fit: contain; object-position: center; transform: scale(1.55); }
}

.topics { display: grid; grid-template-columns: .9fr 1.45fr; gap: clamp(60px, 10vw, 150px); color: white; background-color: var(--forest-deep); background-image: repeating-linear-gradient(135deg, transparent 0, transparent 50px, rgba(255,255,255,.018) 50px, rgba(255,255,255,.018) 51px); }
.topics-heading h2 { max-width: 530px; font-size: clamp(42px, 4.8vw, 68px); line-height: 1; }
.topics-heading > p { max-width: 480px; margin: 28px 0 0; color: var(--sage); font-size: 17px; line-height: 1.65; }
.topic-list article { display: grid; grid-template-columns: 46px minmax(180px, .8fr) 1fr; gap: 20px; align-items: baseline; padding: 28px 0; border-top: 1px solid rgba(255,255,255,.2); }
.topic-list article:last-child { border-bottom: 1px solid rgba(255,255,255,.2); }
.topic-list article > span { color: var(--coral); font-family: var(--display); }
.topic-list h3 { margin: 0; font-family: var(--display); font-size: 27px; font-weight: 400; }
.topic-list p { margin: 0; color: var(--sage); font-size: 14px; line-height: 1.55; }

.process { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(60px, 9vw, 130px); background: var(--paper); }
.process-image-wrap { position: relative; min-height: 640px; overflow: hidden; background: #c8c8c8; }
.process-image-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: 72% center; filter: sepia(.12); }
.process-image-wrap blockquote { position: absolute; right: 0; bottom: 0; left: 0; margin: 0; padding: 30px; color: white; background: rgba(13,41,37,.88); font-family: var(--display); font-size: 25px; }
.process-image-wrap cite { display: block; margin-top: 10px; font-family: var(--sans); font-size: 10px; font-style: normal; letter-spacing: .15em; text-transform: uppercase; }
.process-content { align-self: center; }
.process h2 { max-width: 560px; font-size: clamp(44px, 5vw, 70px); line-height: 1; }
.steps { margin: 46px 0 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 50px 1fr; gap: 20px; padding: 24px 0; border-top: 1px solid var(--line); }
.steps li:last-child { border-bottom: 1px solid var(--line); }
.steps li > span { color: var(--coral); font-family: var(--display); }
.steps h3 { margin: 0 0 7px; font-family: var(--display); font-size: 25px; font-weight: 400; }
.steps p { margin: 0; color: var(--muted); line-height: 1.6; }

.statement { padding: 110px 24px; text-align: center; color: var(--forest-deep); background: var(--sage); }
.statement p { max-width: 1050px; margin: 0 auto; font-family: var(--display); font-size: clamp(50px, 7vw, 96px); line-height: .95; }
.statement span { display: block; margin-top: 28px; font-size: 13px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }

.faq { display: grid; grid-template-columns: .8fr 1.5fr; gap: clamp(60px, 9vw, 140px); background: var(--ivory); }
.faq h2 { font-size: clamp(46px, 5vw, 72px); }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { display: flex; min-height: 82px; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; font-family: var(--display); font-size: 25px; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary span { color: var(--coral); font-family: var(--sans); font-size: 25px; transition: transform .2s ease; }
details[open] summary span { transform: rotate(45deg); }
details p { max-width: 700px; margin: -8px 50px 26px 0; color: var(--muted); line-height: 1.65; }

.contact { display: grid; grid-template-columns: 1.5fr .7fr; gap: 70px; align-items: end; padding: 120px max(24px, calc((100vw - var(--max)) / 2)); color: white; background: var(--forest); }
.contact-copy h2 { max-width: 850px; font-size: clamp(50px, 6.6vw, 92px); line-height: .95; }
.contact-copy > p:not(.eyebrow, .contact-feedback) { max-width: 610px; margin: 28px 0; color: var(--sage); font-size: 17px; line-height: 1.6; }
.button-coral { background: var(--coral); color: white; }
.button-coral:hover { background: var(--ivory); color: var(--forest-deep); }
.contact-feedback { min-height: 22px; margin: 12px 0 0; color: var(--ivory); font-size: 13px; }
.contact-signature { display: grid; justify-items: center; padding: 60px 20px; border: 1px solid rgba(255,255,255,.25); }
.brand-mark-large { width: 104px; margin-bottom: 24px; }
.brand-mark-large .brand-ring { stroke-width: 1; }
.brand-mark-large .brand-letter-c { stroke-width: 1.4; }
.brand-mark-large .brand-letter-a { stroke-width: 1.8; }
.contact-signature strong { font-family: var(--display); font-size: 32px; font-weight: 400; }
.contact-signature > span:last-child { margin-top: 7px; color: var(--sage); font-size: 10px; letter-spacing: .2em; text-transform: uppercase; }

.whatsapp-float { position: fixed; z-index: 30; right: max(20px, env(safe-area-inset-right)); bottom: max(20px, env(safe-area-inset-bottom)); display: grid; width: 54px; height: 54px; place-items: center; padding: 0; color: white; border: 0; border-radius: 50%; background: #25d366; box-shadow: 0 8px 28px rgba(8, 35, 30, .28); cursor: pointer; }
.whatsapp-float:hover { background: #20bd5a; transform: translateY(-2px); }
.whatsapp-float:focus-visible { outline: 3px solid var(--coral); outline-offset: 3px; }
.whatsapp-float svg { width: 31px; height: 31px; fill: currentColor; }
.whatsapp-float .whatsapp-phone { fill: #25d366; }
.whatsapp-float:hover .whatsapp-phone { fill: #20bd5a; }

.site-footer { display: grid; grid-template-columns: 1fr 1fr auto auto; align-items: end; gap: 28px; padding: 36px max(24px, calc((100vw - var(--max)) / 2)); background: var(--forest-deep); color: var(--sage); font-size: 12px; }
.footer-brand { display: grid; justify-self: start; color: white; }
.site-footer p { margin: 0; }
.site-footer p:last-child { text-align: right; }
.footer-contact { display: grid; gap: 9px; }
.footer-contact a { width: fit-content; padding-block: 3px; color: white; border-bottom: 1px solid var(--coral); font-size: 14px; font-weight: 600; }
.footer-legal { display: flex; flex-wrap: wrap; gap: 10px 20px; }
.footer-legal a { border-bottom: 1px solid transparent; }
.footer-legal a:hover { color: white; border-color: currentColor; }

.legal-page { background: var(--paper); }
.legal-header { position: static; color: white; background: var(--forest-deep); }
.legal-header .site-nav { color: white; }
.legal-main { width: min(820px, calc(100% - 48px)); margin: 0 auto; padding: 90px 0 120px; }
.legal-kicker { margin: 0 0 16px; color: var(--coral); font-size: 12px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.legal-main h1 { max-width: none; color: var(--forest-deep); font-size: clamp(48px, 7vw, 76px); line-height: 1; }
.legal-updated { margin: 18px 0 54px; color: var(--muted); font-size: 14px; }
.legal-intro { margin-bottom: 54px; padding: 26px 0; border-block: 1px solid var(--line); color: var(--muted); font-size: 18px; line-height: 1.7; }
.legal-section { margin-top: 42px; }
.legal-section h2 { color: var(--forest-deep); font-size: 32px; line-height: 1.15; }
.legal-section p, .legal-section li { color: var(--muted); line-height: 1.75; }
.legal-section ul { padding-left: 22px; }
.legal-section a { color: var(--forest); border-bottom: 1px solid currentColor; font-weight: 600; }
.legal-back { display: inline-flex; margin-top: 60px; padding-bottom: 6px; color: var(--forest); border-bottom: 1px solid currentColor; font-weight: 600; }

@media (max-width: 900px) {
  .site-header { height: 76px; padding-inline: 22px; }
  .menu-toggle { display: block; }
  .site-nav { position: absolute; top: 76px; right: 0; left: 0; display: none; align-items: stretch; padding: 22px; background: var(--forest-deep); }
  .site-nav.open { display: grid; }
  .site-nav a { padding: 13px 0; }
  .nav-cta { margin-top: 8px; text-align: center; }
  .hero { min-height: 720px; }
  .hero-image { left: 0; width: 100%; object-position: 58% center; }
  .hero-content { width: auto; margin-right: 24px; margin-left: 24px; }
  .intro, .practitioner, .topics, .process, .faq, .contact { grid-template-columns: 1fr; }
  .intro, .topics, .process, .faq, .contact { gap: 50px; }
  .section { padding-block: 88px; }
  .section-label { margin-bottom: 26px; }
  .practitioner-portrait { min-height: 620px; }
  .practitioner-copy { max-width: none; padding: 88px max(24px, calc((100vw - var(--max)) / 2)); }
  .process-image-wrap { min-height: 500px; }
  .contact-signature { display: none; }
  .site-footer { grid-template-columns: 1fr 1fr; align-items: start; }
  .legal-header .site-nav { position: static; display: flex; padding: 0; background: transparent; }
  .legal-header .nav-cta { margin: 0; padding: 10px 14px; }
}

@media (max-width: 600px) {
  .brand-mark { width: 37px; }
  .brand-copy strong { font-size: 18px; }
  .hero { height: auto; min-height: 760px; max-height: none; }
  .hero-image { top: 76px; bottom: auto; width: 100%; height: auto; object-fit: contain; object-position: center top; filter: saturate(.9) contrast(1.06); }
  .hero-shade { background: linear-gradient(180deg, rgba(7, 31, 27, .58) 0%, rgba(7, 31, 27, .72) 55%, var(--forest-deep) 82%); }
  .hero-content { margin-top: 90px; margin-bottom: 150px; }
  h1 { font-size: clamp(31px, 8.5vw, 42px); line-height: 1.08; }
  .hero-text { font-size: 16px; line-height: 1.5; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 10px; }
  .text-link { align-self: flex-start; }
  .hero-note { display: grid; min-height: 96px; grid-template-columns: repeat(2, max-content); justify-content: center; gap: 8px 22px; overflow: visible; white-space: normal; }
  .hero-note span { padding-right: 0; }
  .hero-note span:last-child { grid-column: 1 / -1; justify-self: center; }
  .hero-note span::before { margin-right: 7px; }
  .section { padding-block: 72px; }
  .intro h2, .topics-heading h2, .process h2, .faq h2 { font-size: 43px; }
  #hero-title,
  #sobre-title,
  #practitioner-title,
  #escuta-title,
  #process-title,
  #contact-title {
    font-size: 32px;
    line-height: 1.05;
    text-align: center;
  }
  .two-columns { grid-template-columns: 1fr; gap: 0; margin-top: 36px; }
  .practitioner { min-height: 0; }
  .practitioner-portrait { min-height: 320px; }
  .practitioner-portrait img { object-position: center 32%; }
  .practitioner-portrait figcaption { padding: 20px 24px; font-size: 23px; }
  .practitioner-copy { padding-block: 72px; }
  .practitioner-copy h2 { font-size: 43px; }
  .topic-list article { grid-template-columns: 34px 1fr; }
  .topic-list article p { grid-column: 2; }
  .process-image-wrap { min-height: 410px; }
  .process-image-wrap blockquote { font-size: 21px; }
  .statement { padding-block: 80px; }
  .statement p { font-size: 48px; }
  summary { min-height: 74px; font-size: 21px; }
  .contact { padding-block: 82px; }
  .contact-copy h2 { font-size: 32px; }
  .whatsapp-float { right: 14px; bottom: max(14px, env(safe-area-inset-bottom)); }
  .site-footer { grid-template-columns: 1fr; gap: 22px; }
  .footer-contact { gap: 7px; }
  .footer-contact a { min-height: 36px; display: inline-flex; align-items: center; font-size: 15px; }
  .site-footer p:last-child { text-align: left; }
  .legal-main { width: min(100% - 40px, 820px); padding: 64px 0 88px; }
  .legal-main h1 { font-size: 48px; }
  .legal-intro { margin-bottom: 42px; font-size: 16px; }
  .legal-section h2 { font-size: 29px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}