:root {
  --ink: #17201d;
  --ink-soft: #33403b;
  --forest: #1d3a33;
  --forest-deep: #112a24;
  --sage: #8fa397;
  --gold: #b99a64;
  --cream: #f5f1e8;
  --paper: #fbfaf6;
  --line: #d9d4c8;
  --white: #fff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; line-height: 1.6; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
.shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.skip-link { position: fixed; top: 8px; left: 8px; padding: 10px 15px; background: white; color: var(--ink); z-index: 1000; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.topline { background: var(--forest-deep); color: #dfe8e3; font-size: 12px; letter-spacing: .025em; }
.topline-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; }
.topline-inner > div { display: flex; align-items: center; gap: 24px; }
.topline a { display: flex; align-items: center; gap: 7px; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(251,250,246,.96); border-bottom: 1px solid rgba(23,32,29,.1); backdrop-filter: blur(14px); }
.nav-wrap { height: 82px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; align-items: center; gap: 14px; }
.brand-mark { width: 44px; height: 44px; border: 1px solid var(--gold); display: grid; place-items: center; font: 500 18px Georgia, serif; color: var(--forest); }
.brand-copy { display: flex; flex-direction: column; line-height: 1.15; }
.brand-copy strong { font: 500 21px Georgia, "Times New Roman", serif; letter-spacing: .01em; }
.brand-copy small { margin-top: 5px; color: #66716d; font-size: 10px; letter-spacing: .22em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 32px; }
.main-nav > a { font-size: 13px; font-weight: 600; letter-spacing: .02em; }
.main-nav > a:hover { color: var(--gold); }
.nav-cta { color: white; background: var(--forest); border: 0; padding: 13px 18px; font-size: 12px; font-weight: 700; letter-spacing: .03em; }
.menu-button { display: none; width: 42px; height: 42px; border: 0; background: none; padding: 9px; }
.menu-button span { display: block; height: 1px; background: var(--ink); margin: 6px 0; }

.hero { min-height: 700px; background: var(--cream); overflow: hidden; position: relative; }
.hero::before { content: ""; position: absolute; inset: 0 0 0 58%; background: var(--forest); }
.hero-grid { min-height: 700px; display: grid; grid-template-columns: 57% 43%; position: relative; }
.hero-copy { padding: 105px 70px 55px 0; align-self: center; }
.eyebrow { margin: 0 0 22px; color: var(--gold); font-size: 11px; font-weight: 700; letter-spacing: .24em; text-transform: uppercase; }
.eyebrow.light { color: #d2bc94; }
h1, h2, h3, blockquote { font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
h1 { margin: 0; max-width: 720px; font-size: clamp(52px, 5.35vw, 77px); line-height: 1.03; letter-spacing: -.04em; }
h1 em { display: block; color: var(--forest); font-weight: 400; }
.hero-lead { max-width: 620px; margin: 30px 0; color: var(--ink-soft); font-size: 17px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 26px; }
.button { min-height: 50px; border: 1px solid transparent; display: inline-flex; align-items: center; justify-content: center; gap: 14px; padding: 0 22px; font-size: 12px; font-weight: 700; letter-spacing: .04em; }
.button.primary { background: var(--forest); color: white; }
.button:hover, .nav-cta:hover { filter: brightness(1.13); }
.text-button { border: 0; border-bottom: 1px solid var(--ink); min-height: 34px; padding: 0; background: transparent; color: var(--ink); }
.hero-meta { margin-top: 50px; display: flex; gap: 24px; border-top: 1px solid var(--line); padding-top: 21px; }
.hero-meta span { max-width: 140px; display: flex; gap: 9px; color: #58635f; font-size: 11px; line-height: 1.4; }
.hero-meta i { color: var(--gold); font-family: Georgia, serif; font-style: normal; }
.portrait-frame { width: 78%; margin: 100px 0 100px auto; min-height: 500px; position: relative; background: #cfcec8; overflow: hidden; }
.portrait-image { width: 100%; height: 100%; min-height: 500px; display: block; object-fit: cover; object-position: 50% 45%; }
.portrait-caption { position: absolute; left: 0; bottom: 0; padding: 20px 24px; background: rgba(17,42,36,.92); color: white; min-width: 240px; display: flex; flex-direction: column; }
.portrait-caption strong { font: 18px Georgia, serif; }
.portrait-caption span { color: #d0d9d4; font-size: 11px; margin-top: 3px; }

.section { padding: 115px 0; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; }
h2 { margin: 0; font-size: clamp(40px, 4vw, 58px); line-height: 1.12; letter-spacing: -.025em; }
.prose { padding-top: 44px; color: #58635f; font-size: 15px; }
.prose .lead { color: var(--ink); font: 25px/1.45 Georgia, serif; margin-top: 0; }
.inline-link { margin-top: 22px; display: inline-flex; align-items: center; gap: 12px; color: var(--forest); font-size: 12px; font-weight: 700; border-bottom: 1px solid var(--gold); padding-bottom: 6px; }

.practice { background: var(--forest); color: white; }
.section-heading { display: grid; grid-template-columns: 1.7fr .7fr; gap: 70px; align-items: end; margin-bottom: 52px; }
.section-heading > p { color: #c6d0cc; font-size: 14px; margin: 0 0 8px; }
.practice-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.practice-card { position: relative; min-height: 390px; padding: 43px 38px; border: 1px solid rgba(255,255,255,.17); border-right: 0; display: flex; flex-direction: column; align-items: flex-start; transition: .25s ease; }
.practice-card:last-child { border-right: 1px solid rgba(255,255,255,.17); }
.practice-card:hover { background: rgba(255,255,255,.055); transform: translateY(-4px); }
.card-number { position: absolute; right: 25px; top: 22px; color: rgba(255,255,255,.3); font: 13px Georgia, serif; }
.practice-card > svg { color: #d2bc94; margin-bottom: 35px; }
.practice-card h3 { font-size: 30px; margin: 0 0 18px; }
.practice-card p { color: #c6d0cc; font-size: 14px; line-height: 1.7; margin: 0 0 30px; }
.practice-card button { margin-top: auto; border: 0; background: none; color: white; display: flex; align-items: center; gap: 12px; padding: 0 0 5px; border-bottom: 1px solid rgba(255,255,255,.45); font-size: 11px; font-weight: 700; }

.center-heading { max-width: 720px; margin: 0 auto 60px; text-align: center; }
.steps { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(3, 1fr); }
.steps li { position: relative; padding: 0 36px; text-align: center; }
.steps li:not(:last-child)::after { content: ""; position: absolute; width: calc(100% - 80px); height: 1px; background: var(--line); top: 24px; left: calc(50% + 40px); }
.steps span { width: 49px; height: 49px; display: grid; place-items: center; margin: 0 auto 28px; border: 1px solid var(--gold); border-radius: 50%; background: var(--paper); color: var(--gold); font-family: Georgia, serif; position: relative; z-index: 1; }
.steps h3 { font-size: 24px; margin: 0 0 10px; }
.steps p { margin: 0; color: #64706b; font-size: 14px; }

.quote { padding: 100px 0; background: #e9e4d9; text-align: center; }
.quote-inner { max-width: 900px; }
.quote-mark { display: block; color: var(--gold); font: 70px/1 Georgia, serif; height: 48px; }
blockquote { margin: 0 auto; font-size: clamp(31px, 3.4vw, 47px); line-height: 1.35; }
.quote p { margin-top: 26px; color: #65706c; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }

.reviews { background: var(--paper); }
.reviews-grid { display: grid; grid-template-columns: 1fr .9fr; gap: 90px; align-items: center; }
.reviews-copy > p:last-child { max-width: 570px; margin: 28px 0 0; color: #58635f; font-size: 15px; }
.rating-card { border: 1px solid var(--line); background: var(--cream); padding: 42px; box-shadow: 0 18px 50px rgba(23,32,29,.07); }
.rating-topline { display: flex; align-items: center; gap: 24px; padding-bottom: 25px; border-bottom: 1px solid var(--line); }
.rating-topline > strong { color: var(--forest); font: 62px/1 Georgia, "Times New Roman", serif; }
.rating-topline > div { display: flex; flex-direction: column; gap: 4px; }
.stars { color: var(--gold); font-size: 22px; letter-spacing: .12em; line-height: 1; }
.rating-topline small { color: #64706b; font-size: 12px; }
.rating-card > p { margin: 25px 0; color: #58635f; font-size: 14px; }
.rating-card .button { width: 100%; text-align: center; }

.contact-section { background: var(--forest-deep); color: white; }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.contact-copy > p:not(.eyebrow) { color: #bdc9c4; max-width: 430px; }
.contact-list { margin-top: 45px; display: grid; gap: 25px; }
.contact-list > div { display: flex; gap: 17px; align-items: flex-start; }
.contact-list svg { color: #d2bc94; flex: none; }
.contact-list p { margin: 0; display: flex; flex-direction: column; color: #c7d0cc; font-size: 13px; }
.contact-list strong { color: white; margin-bottom: 4px; }
.contact-list a { text-decoration: underline; text-underline-offset: 3px; }
.contact-form { background: var(--paper); color: var(--ink); padding: 42px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
label { display: flex; flex-direction: column; gap: 8px; margin-bottom: 19px; font-size: 11px; font-weight: 700; letter-spacing: .02em; }
input, textarea, select { width: 100%; border: 1px solid #cfcac0; border-radius: 0; background: white; color: var(--ink); padding: 13px 14px; outline: 0; }
input:focus, textarea:focus, select:focus { border-color: var(--gold); box-shadow: 0 0 0 2px rgba(185,154,100,.16); }
textarea { resize: vertical; }
.check { flex-direction: row; align-items: flex-start; font-weight: 400; line-height: 1.5; color: #5d6763; }
.check input { width: 16px; height: 16px; margin: 2px 0 0; flex: none; accent-color: var(--forest); }
.check button, .check a { display: inline; padding: 0; border: 0; background: none; color: var(--forest); text-decoration: underline; }
.button.submit { background: var(--gold); color: #131b18; border: 0; }
.contact-form > small { display: block; color: #6e7873; margin-top: 11px; font-size: 10px; }
.form-notice { color: #1c6b43; font-size: 12px; margin: 12px 0 0; }

footer { padding: 55px 0 24px; background: #0b1d19; color: #c6d0cc; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr .7fr; gap: 60px; align-items: center; padding-bottom: 45px; }
.footer-brand { display: flex; gap: 14px; align-items: center; color: white; }
.footer-brand .brand-mark { color: white; }
.footer-brand p { margin: 0; display: flex; flex-direction: column; }
.footer-brand strong { font: 20px Georgia, serif; }
.footer-brand small { font-size: 9px; letter-spacing: .18em; text-transform: uppercase; margin-top: 4px; }
.footer-grid > p { font-size: 12px; line-height: 1.7; }
.footer-links { display: flex; justify-content: flex-end; gap: 22px; }
.footer-links button, .footer-links a { color: #c6d0cc; background: none; border: 0; padding: 0; font-size: 12px; }
.copyright { border-top: 1px solid rgba(255,255,255,.1); padding-top: 22px; color: #7d8e87; font-size: 10px; }

.whatsapp-float { position: fixed; right: 22px; bottom: 22px; z-index: 45; border: 0; border-radius: 28px; background: #1e9d5a; color: white; padding: 12px 17px; display: flex; align-items: center; gap: 9px; box-shadow: 0 10px 28px rgba(0,0,0,.22); font-size: 12px; font-weight: 700; }
.modal-backdrop { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 20px; background: rgba(7,18,15,.75); backdrop-filter: blur(5px); }
.modal { width: min(610px, 100%); max-height: calc(100vh - 40px); overflow-y: auto; background: var(--paper); padding: 48px; box-shadow: 0 25px 70px rgba(0,0,0,.28); position: relative; }
.modal h2 { font-size: 42px; margin-bottom: 20px; }
.modal-close { position: absolute; top: 13px; right: 17px; width: 36px; height: 36px; border: 0; background: transparent; font-size: 28px; font-weight: 300; }
.modal-intro { margin: -7px 0 26px; color: #68736e; font-size: 14px; }
.modal .button { width: 100%; }
.legal-copy { color: #525e59; font-size: 13px; }
.legal-copy a { text-decoration: underline; }
.legal-copy h3 { margin: 28px 0 8px; color: var(--ink); font-size: 20px; line-height: 1.3; }
.legal-copy p { margin: 8px 0 16px; }
.legal-alert { background: #eee8da; border-left: 3px solid var(--gold); padding: 16px; margin-top: 20px; }

.legal-page { min-height: 100vh; background: var(--cream); padding: 70px 24px 100px; }
.legal-shell { width: min(860px, 100%); margin: 0 auto; background: var(--paper); padding: clamp(30px, 6vw, 76px); box-shadow: 0 18px 55px rgba(23,32,29,.08); }
.legal-back { display: inline-block; margin-bottom: 45px; color: var(--forest); font-size: 13px; font-weight: 700; border-bottom: 1px solid var(--gold); }
.legal-page h1 { font-size: clamp(43px, 6vw, 68px); margin: 0 0 35px; }
.legal-page .legal-copy { font-size: 15px; line-height: 1.72; }
.legal-page .legal-copy h2 { margin: 38px 0 10px; color: var(--ink); font-size: 25px; line-height: 1.3; letter-spacing: -.01em; }
.legal-page .legal-copy p { margin: 8px 0 17px; }
.legal-updated { color: #6e7873; font-size: 13px; }

@media (max-width: 960px) {
  .main-nav { position: absolute; display: none; left: 0; right: 0; top: 116px; background: var(--paper); padding: 30px 24px; box-shadow: 0 18px 30px rgba(0,0,0,.12); flex-direction: column; align-items: stretch; gap: 22px; }
  .main-nav.open { display: flex; }
  .menu-button { display: block; }
  .hero::before { inset: auto 0 0 0; height: 36%; }
  .hero-grid { grid-template-columns: 1fr; padding-bottom: 0; }
  .hero-copy { padding: 80px 0 55px; }
  .portrait-frame { width: 100%; margin: 0 0 45px; min-height: 430px; }
  .portrait-image { min-height: 430px; }
  .hero-meta { flex-wrap: wrap; }
  .split, .contact-grid, .reviews-grid { grid-template-columns: 1fr; gap: 45px; }
  .prose { padding-top: 0; }
  .section-heading { grid-template-columns: 1fr; gap: 18px; }
  .practice-grid { grid-template-columns: 1fr; }
  .practice-card { min-height: 300px; border-right: 1px solid rgba(255,255,255,.17); border-bottom: 0; }
  .practice-card:last-child { border-bottom: 1px solid rgba(255,255,255,.17); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-links { justify-content: flex-start; }
}

@media (max-width: 650px) {
  .shell { width: min(100% - 32px, 1180px); }
  .topline-inner { justify-content: center; }
  .topline-inner > span { display: none; }
  .topline-inner > div { gap: 14px; }
  .topline-inner a { font-size: 11px; }
  .nav-wrap { height: 70px; }
  .main-nav { top: 104px; }
  .brand-mark { width: 38px; height: 38px; }
  .brand-copy strong { font-size: 17px; }
  .brand-copy small { font-size: 8px; }
  .hero, .hero-grid { min-height: 0; }
  .hero-copy { padding: 66px 0 43px; }
  h1 { font-size: 46px; }
  .hero-lead { font-size: 15px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 15px; }
  .hero-meta { gap: 14px; margin-top: 40px; }
  .hero-meta span { width: calc(50% - 7px); }
  .portrait-frame { width: 86%; margin: 0 auto 38px; }
  .portrait-frame, .portrait-image { min-height: 330px; }
  .section { padding: 82px 0; }
  h2 { font-size: 39px; }
  .split { gap: 24px; }
  .prose .lead { font-size: 22px; }
  .steps { grid-template-columns: 1fr; gap: 35px; }
  .steps li { display: grid; grid-template-columns: 50px 1fr; gap: 20px; text-align: left; padding: 0; }
  .steps li:not(:last-child)::after { width: 1px; height: calc(100% + 35px); top: 49px; left: 24px; }
  .steps span { margin: 0; }
  blockquote { font-size: 30px; }
  .contact-form, .modal { padding: 30px 22px; }
  .rating-card { padding: 30px 22px; }
  .rating-topline > strong { font-size: 52px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 26px; }
  .footer-links { justify-content: flex-start; }
  .whatsapp-float span { display: none; }
  .whatsapp-float { border-radius: 50%; width: 54px; height: 54px; padding: 0; justify-content: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}

.icon{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.practice-card>.icon{width:34px;height:34px}.button .icon,.inline-link .icon,.practice-card button .icon{width:18px;height:18px}.website-field{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}.modal-backdrop[hidden]{display:none}.modal .contact-form{padding:0}.form-notice.error{color:#9b2c2c}.form-notice.success{color:#1c6b43}.is-sending{opacity:.65;pointer-events:none}