@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=DM+Serif+Display:ital@0;1&display=swap");

:root {
  --ink: #10191d;
  --navy: #0c171c;
  --navy-soft: #122229;
  --paper: #f3efe8;
  --cream: #faf8f3;
  --gold: #c8a465;
  --gold-light: #dec38c;
  --muted: #687174;
  --line: rgba(16, 25, 29, 0.16);
  --light-line: rgba(255, 255, 255, 0.18);
  --serif: "DM Serif Display", Georgia, serif;
  --sans: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: auto; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--sans); line-height: 1.55; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.container { width: min(1180px, calc(100% - 64px)); margin: 0 auto; }

.site-header { position: absolute; z-index: 5; top: 0; left: 0; width: 100%; color: #fff; }
.nav-wrap { display: flex; min-height: 94px; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--light-line); }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark { display: grid; width: 40px; height: 40px; place-items: center; border: 1px solid var(--gold); color: var(--gold-light); font-family: var(--serif); font-size: 13px; letter-spacing: .08em; }
.brand-logo { width: 184px; height: 86px; object-fit: contain; object-position: center; }
.brand-copy { display: grid; gap: 1px; }
.brand-copy strong { font-size: 15px; font-weight: 600; letter-spacing: .01em; }
.brand-copy small { color: var(--gold-light); font-size: 10px; letter-spacing: .2em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 30px; color: rgba(255,255,255,.7); font-size: 12px; }
.main-nav a { transition: color .2s ease; }
.main-nav a:hover { color: #fff; }
.main-nav .nav-cta { padding: 11px 15px; border: 1px solid rgba(222,195,140,.65); color: var(--gold-light); }
.main-nav .nav-cta span { margin-left: 8px; font-size: 15px; }

.hero { position: relative; overflow: hidden; padding: 178px 0 0; color: #fff; background: var(--navy); }
.hero::before { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(12,23,28,.98) 0%, rgba(12,23,28,.93) 35%, rgba(12,23,28,.3) 77%, rgba(12,23,28,.72) 100%); content: ""; pointer-events: none; }
.hero-orbit { position: absolute; top: 100px; right: 3%; width: 590px; height: 590px; border: 1px solid rgba(200,164,101,.16); border-radius: 50%; transform: rotate(-25deg); animation: orbit-drift 18s ease-in-out infinite; }
.hero-orbit::after { position: absolute; top: 45px; right: 45px; width: 500px; height: 500px; border: 1px solid rgba(200,164,101,.08); border-radius: 50%; content: ""; }
.hero-grid { position: relative; z-index: 1; display: grid; min-height: 660px; grid-template-columns: .98fr 1.02fr; align-items: center; gap: 20px; }
.hero-content { padding-bottom: 64px; }
.hero-content > * { animation: rise-in .75s cubic-bezier(.2,.8,.2,1) both; }
.hero-content > :nth-child(2) { animation-delay: .1s; }
.hero-content > :nth-child(3) { animation-delay: .18s; }
.hero-content > :nth-child(4) { animation-delay: .26s; }
.hero-content > :nth-child(5) { animation-delay: .34s; }
.kicker, .section-label { display: flex; align-items: center; gap: 10px; color: var(--gold-light); font-size: 11px; font-weight: 600; letter-spacing: .17em; text-transform: uppercase; }
.kicker { margin: 0 0 25px; }
.kicker-dot { width: 7px; height: 7px; background: var(--gold); border-radius: 50%; animation: dot-pulse 2.8s ease-in-out infinite; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -.035em; line-height: 1.02; }
h1 { max-width: 650px; margin-bottom: 28px; font-size: clamp(3.8rem, 6.4vw, 6.25rem); }
h1 em, h2 em { color: var(--gold-light); font-style: italic; }
.hero-lead { max-width: 500px; margin-bottom: 32px; color: rgba(255,255,255,.68); font-size: 17px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 18px; padding: 0 21px; border: 1px solid transparent; font-size: 12px; font-weight: 600; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-gold { color: var(--navy); background: var(--gold-light); box-shadow: 0 0 0 rgba(222,195,140,0); }
.button-gold:hover { background: #efd49d; }
.button span { font-size: 18px; font-weight: 400; }
.text-link { color: rgba(255,255,255,.76); font-size: 12px; }
.text-link span { margin-left: 9px; color: var(--gold-light); font-size: 17px; }
.hero-note { margin: 31px 0 0; color: rgba(255,255,255,.42); font-size: 11px; letter-spacing: .02em; }
.hero-portrait { position: relative; align-self: end; justify-self: end; width: min(580px, 108%); height: 690px; animation: portrait-in 1s cubic-bezier(.2,.8,.2,1) .12s both; }
.hero-portrait::before { position: absolute; top: 8%; left: 14%; width: 75%; height: 70%; border-radius: 50%; background: radial-gradient(circle, rgba(49,88,96,.52) 0%, rgba(49,88,96,.14) 40%, transparent 72%); content: ""; filter: blur(12px); }
.portrait-frame { position: relative; z-index: 1; width: 100%; height: 100%; overflow: visible; background: transparent; }
.portrait-frame::after { position: absolute; right: 4%; bottom: 0; left: 4%; height: 30%; background: linear-gradient(180deg, transparent, var(--navy) 88%); content: ""; pointer-events: none; }
.portrait-frame img { width: 112%; height: 100%; object-fit: contain; object-position: center bottom; filter: saturate(.9); transform-origin: center bottom; animation: portrait-breathe 7s ease-in-out 1.2s infinite; }
.trust-row { position: relative; z-index: 1; display: grid; min-height: 102px; grid-template-columns: repeat(3, 1fr) auto; align-items: center; border-top: 1px solid var(--light-line); }
.trust-item { display: flex; align-items: center; gap: 14px; color: rgba(255,255,255,.84); font-size: 12px; line-height: 1.35; }
.trust-item + .trust-item { border-left: 1px solid var(--light-line); padding-left: 26px; }
.trust-number { color: var(--gold-light); font-family: var(--serif); font-size: 20px; }
.trust-item small { color: rgba(255,255,255,.4); font-size: 10px; }
.trust-location { justify-self: end; color: rgba(255,255,255,.45); font-size: 11px; }
.pin { margin-right: 7px; color: var(--gold-light); font-size: 18px; }

.section-light { background: var(--cream); }
.section-paper { background: var(--paper); }
.intro { padding: 132px 0 144px; }
.intro-grid { display: grid; grid-template-columns: minmax(0, 1fr) 280px; align-items: end; gap: 80px; }
.section-label { color: #7a6950; font-size: 10px; letter-spacing: .16em; }
.section-label span:first-child { color: var(--gold); font-family: var(--serif); font-size: 20px; letter-spacing: 0; }
.section-label.dark { color: #8f8778; }
.section-label.light { color: rgba(255,255,255,.5); }
.section-label.light span:first-child { color: var(--gold-light); }
.intro-copy .section-label { margin-bottom: 4px; }
.intro h2 { max-width: 580px; margin: 12px 0 30px; font-size: clamp(2.8rem, 4.3vw, 4.6rem); }
.intro-copy { grid-column: auto; }
.intro-body { max-width: 475px; color: var(--muted); font-size: 15px; }
.intro-body p { margin-bottom: 17px; }
.outline-link { display: inline-flex; margin-top: 18px; padding-bottom: 8px; border-bottom: 1px solid var(--gold); color: var(--ink); font-size: 12px; font-weight: 600; }
.outline-link span { margin-left: 14px; color: #967542; font-size: 16px; }
.intro-photo { position: relative; grid-column: auto; grid-row: auto; align-self: end; margin-top: 0; }
.intro-photo img { width: 100%; height: 300px; object-fit: cover; object-position: center 17%; filter: grayscale(1); }
.photo-note { position: absolute; right: 14px; bottom: 13px; color: #fff; font-size: 10px; line-height: 1.4; text-align: right; }

.practice { padding: 120px 0 132px; }
.section-heading { margin-bottom: 58px; }
.split-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; }
.split-heading h2 { margin: 17px 0 0; font-size: clamp(3rem, 5vw, 5rem); }
.split-heading > p { max-width: 260px; margin-bottom: 7px; color: var(--muted); font-size: 13px; line-height: 1.7; }
.practice-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.practice-card { min-height: 330px; padding: 25px 23px 23px; border: 1px solid var(--line); background: rgba(255,255,255,.27); transition: background .2s ease, transform .2s ease; animation: card-rise .7s cubic-bezier(.2,.8,.2,1) both; }
.practice-card:nth-child(2) { animation-delay: .08s; }
.practice-card:nth-child(3) { animation-delay: .16s; }
.practice-card:nth-child(4) { animation-delay: .24s; }
.practice-card:hover { background: var(--cream); transform: translateY(-4px); }
.practice-card.featured { background: var(--navy); color: #fff; }
.card-top { display: flex; align-items: center; justify-content: space-between; color: #8e8171; font-size: 11px; }
.featured .card-top { color: var(--gold-light); }
.card-symbol { display: grid; width: 29px; height: 29px; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-size: 15px; }
.practice-card h3 { margin: 51px 0 16px; font-family: var(--serif); font-size: 28px; font-weight: 400; letter-spacing: -.02em; }
.practice-card p { min-height: 97px; margin-bottom: 23px; color: var(--muted); font-size: 12px; line-height: 1.7; }
.featured p { color: rgba(255,255,255,.58); }
.practice-card a { display: inline-flex; gap: 12px; align-items: center; border-bottom: 1px solid var(--gold); padding-bottom: 7px; font-size: 10px; font-weight: 600; }
.practice-card a span { color: var(--gold); font-size: 15px; }

.section-dark { position: relative; overflow: hidden; color: #fff; background: var(--navy); }
.process { padding: 126px 0; }
.process-glow { position: absolute; top: -300px; right: -120px; width: 700px; height: 700px; border: 1px solid rgba(200,164,101,.12); border-radius: 50%; }
.process-grid { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; gap: 105px; }
.process-intro h2 { margin: 20px 0 24px; font-size: clamp(3rem, 4.6vw, 4.8rem); }
.process-intro > p { max-width: 355px; color: rgba(255,255,255,.57); font-size: 14px; line-height: 1.75; }
.process-steps { padding-top: 20px; }
.process-step { display: grid; grid-template-columns: 62px 1fr; gap: 24px; padding: 25px 0; border-top: 1px solid var(--light-line); animation: rise-in .7s cubic-bezier(.2,.8,.2,1) both; }
.process-step:nth-child(2) { animation-delay: .1s; }
.process-step:nth-child(3) { animation-delay: .2s; }
.process-step:last-child { border-bottom: 1px solid var(--light-line); }
.step-number { color: var(--gold-light); font-family: var(--serif); font-size: 24px; }
.process-step h3 { margin-bottom: 6px; font-family: var(--serif); font-size: 24px; font-weight: 400; }
.process-step p { max-width: 390px; margin-bottom: 0; color: rgba(255,255,255,.52); font-size: 13px; }

.contact { padding: 120px 0 125px; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 110px; }
.contact h2 { max-width: 520px; margin: 18px 0 22px; font-size: clamp(3rem, 5vw, 5rem); }
.contact-lead { max-width: 425px; margin: 0; color: var(--muted); font-size: 15px; }
.contact-card { padding: 40px; border: 1px solid var(--line); background: var(--paper); }
.contact-card-label { display: block; margin-bottom: 13px; color: #8e8171; font-size: 10px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.contact-phone { display: block; margin-bottom: 8px; font-family: var(--serif); font-size: 34px; }
.contact-card p { margin-bottom: 26px; color: var(--muted); font-size: 12px; }
.button-dark { color: #fff; background: var(--navy); }
.button-dark:hover { background: var(--navy-soft); }

.site-footer { color: rgba(255,255,255,.72); background: #081116; }
.footer-main { display: flex; min-height: 126px; align-items: center; justify-content: space-between; gap: 35px; border-bottom: 1px solid var(--light-line); }
.footer-contact { display: grid; gap: 3px; }
.footer-contact span { color: rgba(255,255,255,.4); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.footer-contact a { color: var(--gold-light); font-size: 13px; font-weight: 600; }
.footer-contact a:hover { color: #fff; }
.footer-meta { display: flex; gap: 30px; color: rgba(255,255,255,.4); font-size: 11px; }
.footer-meta a:hover { color: var(--gold-light); }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding: 22px 0 26px; color: rgba(255,255,255,.34); font-size: 10px; }
.footer-bottom p { max-width: 480px; margin-bottom: 0; }
.footer-credit { text-align: right; }
.footer-credit a { color: rgba(222,195,140,.72); }
.footer-credit a:hover { color: var(--gold-light); }
.footer-brand .brand-logo { width: 214px; height: 110px; }
.floating-whatsapp { position: fixed; z-index: 8; right: 24px; bottom: 24px; display: flex; align-items: center; gap: 8px; padding: 12px 15px; border: 1px solid rgba(222,195,140,.75); color: var(--navy); background: var(--gold-light); box-shadow: 0 8px 30px rgba(0,0,0,.16); font-size: 11px; font-weight: 700; animation: float-soft 4s ease-in-out infinite; }
.whatsapp-icon { width: 17px; height: 17px; flex: 0 0 17px; }

@keyframes rise-in {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes portrait-in {
  from { opacity: 0; transform: translateY(30px) scale(.97); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes portrait-breathe {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.018); }
}

@keyframes card-rise {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes orbit-drift {
  0%, 100% { transform: rotate(-25deg) translate3d(0, 0, 0); }
  50% { transform: rotate(-19deg) translate3d(-16px, 12px, 0); }
}

@keyframes dot-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(200,164,101,.25); }
  50% { box-shadow: 0 0 0 7px rgba(200,164,101,0); }
}

@keyframes float-soft {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-5px); }
}

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

@media (max-width: 900px) {
  .container { width: min(100% - 40px, 680px); }
  .main-nav a:not(.nav-cta) { display: none; }
  .hero { padding-top: 145px; }
  .hero-grid { grid-template-columns: 1fr .9fr; gap: 12px; }
  .hero-portrait { width: 100%; }
  .hero-portrait { height: 570px; }
  .trust-row { grid-template-columns: repeat(3, 1fr); }
  .trust-location { display: none; }
  .intro-grid { grid-template-columns: 1fr 1.3fr; gap: 36px; }
  .intro-copy { grid-column: 1 / -1; }
  .intro-photo { grid-column: 1 / -1; grid-row: 2; width: 260px; margin-top: 25px; }
  .practice-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid, .contact-grid { grid-template-columns: 1fr; gap: 55px; }
  .contact { padding: 90px 0; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 28px, 520px); }
  .nav-wrap { min-height: 76px; }
  .brand-logo { width: 132px; height: 62px; }
  .nav-cta { padding: 9px 10px !important; font-size: 10px; }
  .hero { padding-top: 112px; }
  .hero-grid { display: flex; flex-direction: column; align-items: stretch; }
  .hero-content { padding: 34px 0 4px; }
  h1 { max-width: 440px; margin-bottom: 20px; font-size: clamp(2.85rem, 13vw, 4rem); }
  .hero-lead { font-size: 15px; }
  .hero-actions { gap: 15px; }
  .hero-note { margin-top: 20px; font-size: 10px; }
  .hero-portrait { width: 94%; height: 385px; margin: 0 auto; }
  .hero-portrait::before { top: 0; left: 10%; width: 80%; height: 82%; }
  .portrait-frame img { width: 104%; }
  .trust-row { grid-template-columns: 1fr; gap: 0; padding: 0 0 4px; border-top: 1px solid var(--light-line); }
  .trust-item,
  .trust-item + .trust-item { min-height: 0; padding: 14px 0; border: 0; border-bottom: 1px solid var(--light-line); }
  .trust-item { display: grid; grid-template-columns: 30px 1fr; gap: 8px; }
  .trust-number { font-size: 19px; }
  .trust-item small { font-size: 10px; }
  .intro, .practice, .process, .contact { padding: 64px 0; }
  .intro-grid { display: flex; flex-direction: column; gap: 18px; }
  .intro h2, .split-heading h2, .contact h2 { font-size: clamp(2.8rem, 14vw, 4rem); }
  .intro-photo { width: calc(100% + 28px); margin-top: 12px; margin-left: -14px; }
  .intro-photo img { width: 100%; height: 320px; object-fit: cover; object-position: center 18%; }
  .split-heading { display: block; }
  .split-heading > p { margin-top: 20px; }
  .practice-grid { grid-template-columns: 1fr; }
  .practice-card { min-height: auto; }
  .practice-card p { min-height: auto; }
  .process-grid { gap: 30px; }
  .process-step { grid-template-columns: 42px 1fr; gap: 13px; padding: 20px 0; }
  .contact-grid { gap: 30px; }
  .contact-card { padding: 27px 22px; }
  .contact-phone { font-size: 27px; }
  .footer-main, .footer-bottom { align-items: center; flex-direction: column; text-align: center; }
  .footer-main { padding: 28px 0; }
  .footer-brand { align-self: center; }
  .footer-contact { justify-items: center; }
  .footer-meta { justify-content: center; flex-wrap: wrap; gap: 10px 20px; }
  .footer-bottom { gap: 8px; }
  .footer-credit { text-align: center; }
  .floating-whatsapp { right: 14px; bottom: 14px; }
}
