:root {
  --green-950: #0b211a;
  --green-900: #102c22;
  --green-800: #183d2e;
  --green-700: #28533f;
  --gold: #d4a11e;
  --gold-light: #e9c661;
  --cream: #f4f0e6;
  --paper: #fbfaf6;
  --ink: #152019;
  --muted: #68736d;
  --line: rgba(16, 44, 34, 0.15);
  --serif: "Marcellus", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 999; padding: 10px 14px; background: var(--gold); color: var(--green-950); font-weight: 600; }
.skip-link:focus { top: 16px; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(251,250,246,.94); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px); }
.nav-wrap { height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand img { width: 208px; height: 74px; object-fit: contain; }
.main-nav { display: flex; align-items: center; gap: 30px; font-size: .9rem; }
.main-nav a { text-decoration: none; position: relative; }
.main-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -5px; height: 1px; background: var(--gold); transition: right .25s ease; }
.main-nav > a:not(.nav-cta):hover::after, .main-nav > a:not(.nav-cta):focus-visible::after { right: 0; }
.nav-cta { padding: 12px 18px; color: white; background: var(--green-900); border: 1px solid var(--green-900); }
.nav-cta:hover { color: var(--green-900); background: transparent; }
.menu-button { display: none; border: 0; background: transparent; padding: 8px; }
.menu-button span { display: block; width: 25px; height: 1.5px; margin: 6px 0; background: var(--green-900); }

.hero { position: relative; overflow: hidden; color: white; background: var(--green-900); }
.hero-lines { position: absolute; inset: 0; pointer-events: none; opacity: .35; background: radial-gradient(circle at 72% 28%, rgba(212,161,30,.22), transparent 23%), linear-gradient(115deg, transparent 66%, rgba(255,255,255,.05) 66.1%, transparent 66.4%), linear-gradient(115deg, transparent 72%, rgba(212,161,30,.12) 72.1%, transparent 72.35%); }
.hero-grid { min-height: 700px; display: grid; grid-template-columns: 1.45fr .7fr; align-items: center; gap: 90px; padding-block: 92px; }
.eyebrow, .section-index { margin: 0 0 24px; color: var(--gold-light); font-size: .78rem; font-weight: 600; letter-spacing: .17em; text-transform: uppercase; }
.hero h1 { max-width: 800px; margin: 0; font-family: var(--serif); font-size: clamp(3.25rem, 6vw, 6rem); font-weight: 400; line-height: 1.03; letter-spacing: -.035em; text-wrap: balance; }
.hero-lead { max-width: 650px; margin: 30px 0 0; color: rgba(255,255,255,.73); font-size: 1.12rem; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 40px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 14px 24px; text-decoration: none; font-weight: 600; transition: .25s ease; }
.button-gold { color: var(--green-950); background: var(--gold); border: 1px solid var(--gold); }
.button-gold:hover, .button-gold:focus-visible { background: var(--gold-light); border-color: var(--gold-light); transform: translateY(-2px); }
.text-link { color: white; text-underline-offset: 5px; }
.text-link span { color: var(--gold); margin-left: 6px; }
.hero-portrait { position: relative; min-height: 520px; margin: 0; overflow: hidden; border: 1px solid rgba(233,198,97,.5); background: #7b7672; box-shadow: 24px 24px 0 rgba(212,161,30,.09); }
.hero-portrait::before, .hero-portrait::after { content: ""; position: absolute; z-index: 2; background: var(--gold); }
.hero-portrait::before { width: 1px; height: 70px; top: -1px; left: 36px; }
.hero-portrait::after { height: 1px; width: 70px; top: 36px; left: -1px; }
.hero-portrait > img { width: 100%; height: 570px; object-fit: cover; object-position: 50% 20%; filter: saturate(.88) contrast(1.03); }
.hero-portrait figcaption { position: absolute; inset: auto 0 0; z-index: 1; padding: 70px 32px 27px; background: linear-gradient(transparent, rgba(11,33,26,.94)); }
.hero-portrait figcaption > div:first-child p { margin: 0; font-family: var(--serif); font-size: 1.75rem; }
.hero-portrait figcaption > div:first-child span { color: rgba(255,255,255,.7); font-size: .85rem; letter-spacing: .04em; }
.availability { margin-top: 26px; padding-top: 24px; display: flex; gap: 15px; align-items: flex-start; border-top: 1px solid rgba(255,255,255,.16); }
.availability-line { width: 28px; height: 1px; margin-top: 12px; background: var(--gold); }
.availability p { margin: 0; color: rgba(255,255,255,.68); font-size: .88rem; line-height: 1.6; }
.availability strong { color: white; font-weight: 500; }

.statement { color: var(--green-950); background: var(--gold); }
.statement-grid { padding-block: 62px; display: grid; grid-template-columns: .7fr 2fr; gap: 60px; }
.statement .section-index { margin: 9px 0 0; color: var(--green-950); }
.statement blockquote { max-width: 900px; margin: 0; font-family: var(--serif); font-size: clamp(1.55rem, 3vw, 2.45rem); line-height: 1.4; }

.section { padding-block: 130px; }
.split-layout, .faq-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 110px; }
.section-heading .section-index, .service .section-index, .faq .section-index { color: var(--green-700); }
.section h2, .contact h2 { margin: 0; font-family: var(--serif); font-weight: 400; font-size: clamp(2.4rem, 4.3vw, 4rem); line-height: 1.14; letter-spacing: -.03em; text-wrap: balance; }
.about-title { display: grid; grid-template-columns: .7fr 2fr; gap: 60px; margin-bottom: 64px; }
.about-composition { display: grid; grid-template-columns: minmax(330px, .82fr) 1.18fr; align-items: center; max-width: 1080px; margin-left: auto; }
.about-photo { position: relative; z-index: 1; margin: 0; aspect-ratio: 3 / 4; padding: 12px; background: var(--green-900); box-shadow: -22px 22px 0 var(--gold); }
.about-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 38%; filter: saturate(.88) contrast(1.02); }
.about-photo figcaption { position: absolute; z-index: 2; right: -42px; bottom: 35px; min-width: 245px; padding: 18px 22px; color: white; background: var(--green-900); border-left: 3px solid var(--gold); box-shadow: 0 14px 35px rgba(11,33,26,.18); }
.about-photo figcaption strong { display: block; font-family: var(--serif); font-size: 1.25rem; font-weight: 400; }
.about-photo figcaption span { display: block; margin-top: 2px; color: rgba(255,255,255,.68); font-size: .76rem; letter-spacing: .06em; text-transform: uppercase; }
.about-copy { position: relative; max-width: none; padding: 62px 58px 58px 82px; overflow: hidden; background: var(--cream); border: 1px solid var(--line); border-left: 0; }
.about-copy > p { margin: 0 0 22px; color: #4f5b54; font-size: 1.06rem; }
.about-copy > p:first-child::first-letter { float: left; margin: 8px 10px 0 0; color: var(--gold); font-family: var(--serif); font-size: 4.3rem; line-height: .72; }
.about-mark { position: absolute; right: 22px; bottom: -35px; color: rgba(16,44,34,.045); font-family: var(--serif); font-size: 8rem; line-height: 1; letter-spacing: -.12em; }

.practice { color: white; background: var(--green-950); }
.section-heading.wide { display: grid; grid-template-columns: .7fr 2fr; gap: 60px; margin-bottom: 65px; }
.practice .section-index { color: var(--gold-light); }
.practice-grid { display: grid; grid-template-columns: 1fr 1fr; }
.practice-card { min-height: 570px; padding: 55px; display: flex; flex-direction: column; border: 1px solid rgba(255,255,255,.16); }
.practice-card.light { color: var(--ink); background: var(--cream); border-color: transparent; }
.card-number { margin: 0 0 auto; color: var(--gold); font-size: .8rem; letter-spacing: .15em; }
.practice-card h3 { margin: 55px 0 18px; font-family: var(--serif); font-size: 2.5rem; font-weight: 400; }
.practice-card > p:not(.card-number) { color: rgba(255,255,255,.67); }
.practice-card.light > p:not(.card-number) { color: var(--muted); }
.practice-card ul { margin: 18px 0 35px; padding: 0; list-style: none; }
.practice-card li { padding: 8px 0 8px 22px; position: relative; border-bottom: 1px solid rgba(255,255,255,.1); }
.practice-card.light li { border-color: var(--line); }
.practice-card li::before { content: ""; position: absolute; left: 0; top: 19px; width: 7px; height: 1px; background: var(--gold); }
.practice-card a { margin-top: auto; color: var(--gold-light); text-underline-offset: 5px; }
.practice-card.light a { color: var(--green-800); }
.ethical-note { margin: 24px 0 0; color: rgba(255,255,255,.5); font-size: .8rem; }

.service { background: var(--cream); }
.service-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 110px; }
.service-intro > p:last-child { max-width: 520px; color: var(--muted); margin-top: 25px; }
.service-list { border-top: 1px solid var(--line); }
.service-item { display: grid; grid-template-columns: 60px 1fr; gap: 20px; padding: 30px 0; border-bottom: 1px solid var(--line); }
.service-item > span { color: var(--gold); font-size: .78rem; letter-spacing: .12em; }
.service-item h3 { margin: 0 0 7px; font-family: var(--serif); font-size: 1.45rem; font-weight: 400; }
.service-item p { margin: 0; color: var(--muted); }

.faq-layout { align-items: start; }
.accordion { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; font-family: var(--serif); font-size: 1.2rem; }
summary::-webkit-details-marker { display: none; }
summary span { color: var(--gold); font-family: var(--sans); font-size: 1.5rem; font-weight: 300; transition: transform .2s ease; }
details[open] summary span { transform: rotate(45deg); }
details p { margin: -2px 50px 25px 0; color: var(--muted); }

.contact { padding-block: 115px; color: white; text-align: center; background: var(--green-800); }
.contact-inner { max-width: 850px; }
.contact .section-index { color: var(--gold-light); }
.contact h2 { font-size: clamp(3.1rem, 7vw, 6rem); }
.contact-inner > p:not(.section-index) { max-width: 600px; margin: 24px auto 36px; color: rgba(255,255,255,.72); }
.contact-links { margin-top: 45px; display: flex; justify-content: center; flex-wrap: wrap; gap: 12px 32px; }
.contact-links a { color: rgba(255,255,255,.8); text-underline-offset: 5px; }

.site-footer { color: rgba(255,255,255,.7); background: var(--green-950); }
.footer-top { min-height: 180px; display: flex; justify-content: space-between; align-items: center; gap: 40px; }
.footer-top img { width: 240px; filter: brightness(0) invert(1); opacity: .82; }
.footer-top div { text-align: right; }
.footer-top p { margin: 3px 0; }
.footer-bottom { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-top: 1px solid rgba(255,255,255,.12); font-size: .78rem; }
.whatsapp-float { position: fixed; z-index: 90; right: 22px; bottom: 22px; width: 56px; height: 56px; display: grid; place-items: center; color: white; background: #1b8b5a; border-radius: 50%; box-shadow: 0 12px 35px rgba(0,0,0,.22); transition: transform .2s ease; }
.whatsapp-float:hover, .whatsapp-float:focus-visible { transform: translateY(-3px); }
.whatsapp-float svg { width: 29px; fill: currentColor; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  .container { width: min(100% - 36px, 760px); }
  .menu-button { display: block; z-index: 3; }
  .main-nav { position: fixed; inset: 92px 0 auto; padding: 30px 24px 36px; display: none; flex-direction: column; align-items: stretch; gap: 20px; color: white; background: var(--green-950); box-shadow: 0 24px 30px rgba(0,0,0,.2); }
  .main-nav.open { display: flex; }
  .nav-cta { text-align: center; color: var(--green-950); background: var(--gold); border-color: var(--gold); }
  .hero-grid { min-height: auto; grid-template-columns: 1fr; gap: 60px; padding-block: 80px; }
  .hero-portrait { min-height: 580px; max-width: 470px; justify-self: center; width: 100%; }
  .hero-portrait > img { height: 650px; }
  .statement-grid, .section-heading.wide, .about-title, .split-layout, .faq-layout, .service-layout { grid-template-columns: 1fr; gap: 35px; }
  .about-composition { grid-template-columns: minmax(290px, .85fr) 1.15fr; }
  .about-copy { padding: 48px 38px 44px 64px; }
  .statement-grid { gap: 20px; }
  .section { padding-block: 90px; }
  .practice-card { padding: 40px; }
}

@media (max-width: 700px) {
  .container { width: min(100% - 28px, 560px); }
  .nav-wrap { height: 78px; }
  .brand img { width: 166px; height: 60px; }
  .main-nav { inset-block-start: 78px; }
  .hero-grid { padding-block: 68px; }
  .hero h1 { font-size: clamp(2.75rem, 14vw, 4.3rem); }
  .hero-lead { font-size: 1rem; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 20px; }
  .text-link { text-align: center; }
  .hero-portrait { min-height: 500px; box-shadow: 12px 12px 0 rgba(212,161,30,.09); }
  .hero-portrait > img { height: 555px; }
  .hero-portrait figcaption { padding: 65px 24px 24px; }
  .about-title { margin-bottom: 38px; }
  .about-composition { grid-template-columns: 1fr; margin: 0 8px 0 0; }
  .about-photo { width: calc(100% - 14px); max-height: 610px; box-shadow: 14px 14px 0 var(--gold); }
  .about-photo figcaption { right: -14px; bottom: 24px; min-width: min(265px, calc(100% - 25px)); }
  .about-copy { margin-top: 34px; padding: 38px 27px 32px; border-left: 1px solid var(--line); }
  .statement-grid { padding-block: 45px; }
  .section { padding-block: 72px; }
  .practice-grid { grid-template-columns: 1fr; }
  .practice-card { min-height: 540px; padding: 34px 27px; }
  .practice-card h3 { font-size: 2.1rem; }
  .service-item { grid-template-columns: 36px 1fr; }
  .contact { padding-block: 80px; }
  .contact-links { flex-direction: column; }
  .footer-top { padding-block: 42px; flex-direction: column; align-items: flex-start; }
  .footer-top div { text-align: left; }
  .footer-bottom { padding-block: 22px; flex-direction: column; align-items: flex-start; gap: 5px; }
}

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