:root {
  --ink: #211d1e;
  --ink-soft: #312b2d;
  --paper: #f7f5f4;
  --white: #ffffff;
  --silver: #cfc6c4;
  --silver-dark: #817778;
  --line: rgba(33, 29, 30, 0.14);
  --max: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Arial, Helvetica, sans-serif; font-size: 1rem; line-height: 1.65; }
body.menu-open { overflow: hidden; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.container { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; top: -100px; left: 20px; z-index: 1000; padding: 10px 16px; background: white; color: var(--ink); }
.skip-link:focus { top: 16px; }
.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; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(33, 29, 30, 0.96); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(255,255,255,.1); }
.header-inner { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; width: 245px; height: 66px; overflow: hidden; }
.brand img { width: 245px; height: auto; }
.main-nav { display: flex; align-items: center; gap: 28px; color: #f4f0ef; font-size: .92rem; }
.main-nav a { text-decoration: none; }
.main-nav > a:not(.nav-cta):hover { color: var(--silver); }
.nav-cta { padding: 11px 17px; border: 1px solid var(--silver); }
.nav-cta:hover { background: var(--silver); color: var(--ink); }
.menu-toggle { display: none; width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.35); background: transparent; padding: 11px; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; background: white; margin: 5px 0; }

.hero { position: relative; overflow: hidden; color: white; background: radial-gradient(circle at 80% 28%, rgba(207,198,196,.13), transparent 34%), linear-gradient(135deg, #181516 0%, #2a2526 100%); }
.hero::after { content: ""; position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(115deg, transparent 48%, rgba(255,255,255,.35) 49%, transparent 50%); background-size: 36px 36px; pointer-events: none; }
.hero-grid { position: relative; z-index: 1; min-height: 660px; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr); align-items: center; gap: 80px; padding-block: 90px; }
.eyebrow { margin: 0 0 17px; color: var(--silver-dark); font-weight: 700; font-size: .78rem; letter-spacing: .16em; text-transform: uppercase; }
.hero .eyebrow, .section-heading-dark .eyebrow { color: var(--silver); }
h1, h2, h3 { margin-top: 0; font-family: Georgia, 'Times New Roman', serif; font-weight: 400; line-height: 1.14; }
h1 { max-width: 790px; margin-bottom: 25px; font-size: clamp(2.75rem, 5.7vw, 5.4rem); letter-spacing: -.035em; }
.hero-text { max-width: 650px; margin: 0; color: #d8d2d1; font-size: 1.12rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 12px 22px; border: 1px solid transparent; text-decoration: none; font-weight: 700; transition: .2s ease; }
.button-primary { background: var(--silver); color: var(--ink); }
.button-primary:hover { background: white; transform: translateY(-2px); }
.button-secondary { border-color: rgba(255,255,255,.4); color: white; }
.button-secondary:hover { border-color: white; background: rgba(255,255,255,.07); }
.hero-panel { border: 1px solid rgba(255,255,255,.25); padding: 40px; background: rgba(255,255,255,.035); box-shadow: 0 26px 80px rgba(0,0,0,.24); }
.monogram { width: 112px; height: 112px; margin-bottom: 65px; border: 1px solid var(--silver); display: grid; place-items: center; font-family: Georgia, serif; font-size: 3.6rem; color: var(--silver); position: relative; }
.monogram span { position: absolute; transform: translate(24px, 17px); font-size: 2rem; color: white; }
.hero-panel p { margin: 0 0 5px; color: var(--silver); font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; }
.hero-panel strong { display: block; font-family: Georgia, serif; font-size: 1.65rem; font-weight: 400; }
.hero-panel > span { color: #bbb3b2; font-size: .9rem; }

.section { padding-block: 110px; }
.section-heading { max-width: 730px; margin-bottom: 50px; }
.section-heading h2, .contact-section h2 { margin-bottom: 18px; font-size: clamp(2.3rem, 4vw, 4rem); letter-spacing: -.025em; }
.section-heading > p:last-child, .contact-section > .container > div > p { color: #625a5b; }
.practice-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.practice-card { min-height: 260px; padding: 34px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.26); }
.practice-card span { color: var(--silver-dark); font-size: .78rem; letter-spacing: .12em; }
.practice-card h3 { margin: 44px 0 14px; font-size: 1.55rem; }
.practice-card p { margin: 0; color: #665e5f; font-size: .95rem; }
.practice-link { display: inline-block; margin-top: 18px; color: var(--ink); font-size: .88rem; font-weight: 700; text-underline-offset: 4px; }

.team-section { background: var(--ink); color: white; }
.team-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.section-heading-dark { margin-bottom: 0; }
.section-heading-dark > p:last-child { color: #bcb5b4; }
.team-list { border-top: 1px solid rgba(255,255,255,.22); }
.team-list article { display: flex; align-items: center; gap: 24px; padding: 26px 0; border-bottom: 1px solid rgba(255,255,255,.22); }
.initials { width: 58px; height: 58px; flex: 0 0 58px; display: grid; place-items: center; border: 1px solid var(--silver-dark); color: var(--silver); font-family: Georgia, serif; }
.team-list h3 { margin: 0 0 4px; font-size: 1.42rem; }
.team-list p { margin: 0; color: #aaa2a1; font-size: .9rem; }

.contact-section { background: #ebe6e4; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: start; gap: 90px; }
.contact-section h2 { max-width: 580px; }
.contact-section .button { margin-top: 22px; }
.contact-card { padding: 38px; background: white; border-top: 4px solid var(--ink); font-style: normal; box-shadow: 0 20px 60px rgba(33,29,30,.08); }
.contact-label { display: block; margin-bottom: 28px; color: var(--silver-dark); font-size: .75rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.contact-card strong { font-family: Georgia, serif; font-size: 1.5rem; font-weight: 400; }
.contact-card .schedule-title { font-family: Arial, Helvetica, sans-serif; font-size: .82rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.contact-card p { color: #655d5e; }
.contact-card a { font-weight: 700; text-underline-offset: 4px; }

.site-footer { padding-block: 45px; color: #afa7a6; background: #171415; }
.footer-inner { display: grid; grid-template-columns: 210px 1fr; align-items: center; gap: 18px 50px; }
.footer-inner img { width: 200px; }
.footer-inner p { margin: 0; font-size: .82rem; }
.legal-note { grid-column: 2; }
.whatsapp-float { position: fixed; right: 22px; bottom: 22px; z-index: 80; display: grid; place-items: center; width: 58px; height: 58px; border-radius: 50%; background: #25d366; box-shadow: 0 10px 30px rgba(0,0,0,.26); transition: .2s ease; }
.whatsapp-float:hover { transform: translateY(-3px) scale(1.03); }
.whatsapp-float svg { width: 32px; fill: white; }

:focus-visible { outline: 3px solid #d4a84f; outline-offset: 4px; }

@media (max-width: 900px) {
  .menu-toggle { display: block; }
  .main-nav { position: fixed; inset: 84px 0 auto 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 24px 20px 34px; background: var(--ink); border-top: 1px solid rgba(255,255,255,.1); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 14px 0; }
  .nav-cta { margin-top: 10px; text-align: center; padding-inline: 18px !important; }
  .hero-grid { min-height: auto; grid-template-columns: 1fr; gap: 55px; padding-block: 78px; }
  .hero-panel { max-width: 480px; }
  .monogram { margin-bottom: 40px; }
  .practice-grid { grid-template-columns: repeat(2, 1fr); }
  .team-layout, .contact-grid { grid-template-columns: 1fr; gap: 55px; }
}

@media (max-width: 580px) {
  .container { width: min(var(--max), calc(100% - 28px)); }
  .header-inner { min-height: 74px; }
  .brand { width: 190px; height: 58px; }
  .brand img { width: 190px; }
  .main-nav { top: 74px; }
  .hero-grid { padding-block: 58px 70px; }
  h1 { font-size: clamp(2.55rem, 12vw, 3.7rem); }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .hero-panel { padding: 28px; }
  .section { padding-block: 76px; }
  .practice-grid { grid-template-columns: 1fr; }
  .practice-card { min-height: 220px; }
  .contact-card { padding: 28px; }
  .footer-inner { grid-template-columns: 1fr; }
  .legal-note { grid-column: 1; }
  .whatsapp-float { right: 15px; bottom: 15px; }
}

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