:root {
    --black: #0d0e10;
    --black-soft: #17191d;
    --gold: #c99b2d;
    --gold-light: #e0bd62;
    --cream: #f5f1e8;
    --white: #ffffff;
    --text: #25272b;
    --muted: #656970;
    --line: rgba(13, 14, 16, .12);
    --container: 1180px;
    --radius: 4px;
    --shadow: 0 22px 70px rgba(0, 0, 0, .13);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; color: var(--text); background: var(--white); font-family: "Inter", sans-serif; line-height: 1.65; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 110px 0; }
.eyebrow { margin: 0 0 18px; color: var(--gold-light); font-size: .76rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow.dark { color: #9b7116; }
h1, h2, h3 { margin-top: 0; font-family: "Cormorant Garamond", serif; line-height: 1.05; }
h1 { max-width: 900px; margin-bottom: 24px; color: var(--white); font-size: clamp(3.2rem, 7vw, 6.8rem); font-weight: 600; letter-spacing: -.035em; }
h2 { margin-bottom: 24px; font-size: clamp(2.5rem, 5vw, 4.5rem); font-weight: 600; letter-spacing: -.025em; }
h3 { font-size: 1.65rem; font-weight: 600; }
p { margin-top: 0; }
.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; padding: 14px 24px; border: 1px solid transparent; border-radius: var(--radius); cursor: pointer; font-size: .91rem; font-weight: 700; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--black); background: var(--gold); }
.button-primary:hover { background: var(--gold-light); }
.button-secondary { color: var(--white); border-color: rgba(255,255,255,.42); background: rgba(255,255,255,.04); backdrop-filter: blur(8px); }
.button-secondary:hover { border-color: var(--gold); }
.site-header { position: fixed; z-index: 50; top: 0; right: 0; left: 0; border-bottom: 1px solid rgba(255,255,255,.1); background: rgba(8,9,11,.78); backdrop-filter: blur(18px); transition: background .25s ease; }
.site-header.scrolled { background: rgba(8,9,11,.96); }
.header-inner { display: flex; min-height: 88px; align-items: center; justify-content: space-between; gap: 30px; }
.brand img { width: 225px; height: auto; }
.main-nav { display: flex; align-items: center; gap: 28px; color: rgba(255,255,255,.84); font-size: .86rem; font-weight: 600; }
.main-nav > a:not(.header-cta) { white-space: nowrap; }
.main-nav > a:not(.header-cta):hover { color: var(--gold-light); }
.header-cta { padding: 11px 16px; border: 1px solid var(--gold); border-radius: var(--radius); color: var(--gold-light); white-space: nowrap; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; }
.menu-toggle span { display: block; width: 25px; height: 2px; margin: 5px auto; background: var(--white); transition: .2s ease; }
.hero { position: relative; display: grid; min-height: 820px; align-items: end; overflow: hidden; background: var(--black); }
.hero-media, .hero-overlay { position: absolute; inset: 0; }
.hero-media { background: url("../images/hero-team.webp") center 23% / cover no-repeat; transform: scale(1.01); }
.hero-overlay { background: linear-gradient(90deg, rgba(7,8,10,.96) 0%, rgba(7,8,10,.83) 42%, rgba(7,8,10,.25) 72%, rgba(7,8,10,.45) 100%), linear-gradient(0deg, rgba(7,8,10,.92) 0%, transparent 48%); }
.hero-content { position: relative; z-index: 2; padding-top: 190px; padding-bottom: 66px; }
.hero-copy { max-width: 720px; margin-bottom: 34px; color: rgba(255,255,255,.74); font-size: 1.1rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-highlights { display: grid; margin: 64px 0 0; padding: 30px 0 0; border-top: 1px solid rgba(255,255,255,.18); grid-template-columns: repeat(3, 1fr); list-style: none; }
.hero-highlights li { display: flex; flex-direction: column; padding-right: 30px; color: rgba(255,255,255,.58); font-size: .83rem; }
.hero-highlights li + li { padding-left: 30px; border-left: 1px solid rgba(255,255,255,.16); }
.hero-highlights strong { margin-bottom: 5px; color: var(--white); font-family: "Cormorant Garamond", serif; font-size: 1.5rem; }
.trust-strip { color: var(--black); background: var(--gold); }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-grid p { margin: 0; padding: 20px; text-align: center; font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.trust-grid p + p { border-left: 1px solid rgba(0,0,0,.18); }
.about-grid { display: grid; align-items: center; gap: 80px; grid-template-columns: 1.02fr .98fr; }
.about-image { position: relative; }
.about-image img { width: 100%; min-height: 610px; object-fit: cover; box-shadow: var(--shadow); }
.experience-card { position: absolute; right: -28px; bottom: -30px; display: flex; width: 180px; height: 180px; flex-direction: column; align-items: center; justify-content: center; background: var(--black); color: var(--white); text-align: center; }
.experience-card strong { color: var(--gold-light); font-family: "Cormorant Garamond", serif; font-size: 2.7rem; line-height: 1; }
.experience-card span { font-size: .74rem; letter-spacing: .08em; text-transform: uppercase; }
.about-content > p:not(.eyebrow) { color: var(--muted); }
.about-points { margin-top: 35px; }
.about-points article { display: grid; padding: 22px 0; border-top: 1px solid var(--line); grid-template-columns: 58px 1fr; }
.about-points article > span { color: #a67714; font-size: .78rem; font-weight: 700; }
.about-points h3 { margin: 0 0 4px; font-family: "Inter", sans-serif; font-size: 1rem; }
.about-points p { margin: 0; color: var(--muted); font-size: .9rem; }
.practice { color: var(--white); background: var(--black); }
.section-heading { max-width: 770px; margin-bottom: 52px; }
.section-heading.centered { margin-right: auto; margin-left: auto; text-align: center; }
.section-heading > p:not(.eyebrow) { color: rgba(255,255,255,.62); }
.practice-grid { display: grid; gap: 1px; background: rgba(255,255,255,.12); grid-template-columns: repeat(4, 1fr); }
.practice-card { min-height: 350px; padding: 34px 30px; background: var(--black-soft); transition: background .25s ease, transform .25s ease; }
.practice-card:hover { z-index: 2; background: #202329; transform: translateY(-5px); }
.practice-card > span { color: var(--gold); font-size: .76rem; font-weight: 700; }
.practice-card h3 { min-height: 62px; margin: 38px 0 15px; }
.practice-card p { color: rgba(255,255,255,.58); font-size: .91rem; }
.practice-card > a:not(.button) { display: inline-block; margin-top: 15px; color: var(--gold-light); font-size: .8rem; font-weight: 700; text-transform: uppercase; }
.practice-card.featured { display: flex; flex-direction: column; justify-content: center; background: #2a2110; }
.practice-card.featured h3 { min-height: 0; margin: 0 0 15px; }
.practice-card.featured .button { align-self: flex-start; margin-top: 12px; }
.process { background: var(--cream); }
.process-grid { display: grid; gap: 90px; grid-template-columns: .9fr 1.1fr; }
.process-intro p:not(.eyebrow) { color: var(--muted); }
.process-intro img { width: 100%; height: 300px; margin-top: 38px; object-fit: cover; box-shadow: var(--shadow); }
.process-list { margin: 0; padding: 0; list-style: none; }
.process-list li { display: grid; padding: 30px 0; border-top: 1px solid var(--line); grid-template-columns: 76px 1fr; }
.process-list li:last-child { border-bottom: 1px solid var(--line); }
.process-list > li > span { color: #9b7116; font-size: .8rem; font-weight: 700; }
.process-list h3 { margin-bottom: 8px; font-size: 1.9rem; }
.process-list p { margin: 0; color: var(--muted); }
.team { background: var(--white); }
.team .section-heading p:not(.eyebrow) { color: var(--muted); }
.team-grid { display: grid; gap: 25px; grid-template-columns: repeat(3, 1fr); }
.team-card { border: 1px solid var(--line); background: var(--white); }
.team-photo { height: 480px; overflow: hidden; background: var(--black); }
.team-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 24%; filter: saturate(.76); transition: transform .45s ease, filter .45s ease; }
.team-card:nth-child(3) .team-photo img { object-position: 80% center; }
.team-card:hover .team-photo img { filter: saturate(1); transform: scale(1.025); }
.team-info { padding: 28px; }
.team-info h3 { margin-bottom: 6px; }
.team-role { color: #9b7116; font-size: .8rem; font-weight: 700; letter-spacing: .08em; }
.team-info p:last-child { margin-bottom: 0; color: var(--muted); font-size: .9rem; }
.cta-section { position: relative; display: grid; min-height: 610px; align-items: center; overflow: hidden; color: var(--white); background: var(--black); }
.cta-background { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,9,11,.95), rgba(8,9,11,.45)), url("../images/consultation.webp") center / cover no-repeat; }
.cta-content { position: relative; z-index: 1; }
.cta-content h2 { max-width: 850px; }
.cta-content > p:not(.eyebrow) { max-width: 620px; color: rgba(255,255,255,.68); }
.contact { background: #f8f7f4; }
.contact-grid { display: grid; gap: 90px; grid-template-columns: .9fr 1.1fr; }
.contact-copy > p:not(.eyebrow) { color: var(--muted); }
.contact-items { margin-top: 42px; border-top: 1px solid var(--line); }
.contact-items > * { display: grid; padding: 20px 0; border-bottom: 1px solid var(--line); grid-template-columns: 120px 1fr; }
.contact-items span { color: var(--muted); font-size: .78rem; font-weight: 700; text-transform: uppercase; }
.contact-items strong { font-size: .92rem; font-weight: 600; }
.contact-form { padding: 42px; box-shadow: var(--shadow); background: var(--white); }
.contact-form h3 { margin-bottom: 28px; font-size: 2rem; }
.contact-form label:not(.privacy) { display: block; margin: 16px 0 7px; font-size: .78rem; font-weight: 700; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid #d7d4cd; border-radius: 2px; outline: none; background: #fbfaf8; }
.contact-form input, .contact-form select { height: 50px; padding: 0 14px; }
.contact-form textarea { padding: 13px 14px; resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(201,155,45,.12); }
.privacy { display: flex; align-items: flex-start; gap: 9px; margin: 18px 0; color: var(--muted); font-size: .76rem; }
.privacy input { width: 16px; height: 16px; margin-top: 3px; }
.contact-form .button { width: 100%; }
.form-status { margin: 12px 0 0; color: #8e1818; font-size: .8rem; }
.site-footer { padding: 70px 0 24px; color: rgba(255,255,255,.65); background: var(--black); }
.footer-grid { display: grid; gap: 60px; padding-bottom: 50px; grid-template-columns: 2fr 1fr 1fr; }
.footer-grid img { width: 250px; margin-bottom: 18px; }
.footer-grid h2 { color: var(--white); font-family: "Inter", sans-serif; font-size: .84rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-grid a { display: block; margin: 8px 0; }
.footer-grid a:hover { color: var(--gold-light); }
.footer-bottom { display: flex; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); justify-content: space-between; font-size: .78rem; }
.footer-bottom p { margin: 0; }
.whatsapp-float { position: fixed; z-index: 40; right: 22px; bottom: 22px; display: flex; min-height: 56px; align-items: center; gap: 10px; padding: 10px 16px; border-radius: 30px; box-shadow: 0 10px 30px rgba(0,0,0,.25); color: white; background: #1f9d55; font-size: .82rem; font-weight: 700; }
.whatsapp-float svg { width: 29px; fill: currentColor; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
@media (max-width: 1050px) {
    .main-nav { gap: 18px; }
    .main-nav a { font-size: .78rem; }
    .practice-grid { grid-template-columns: repeat(2, 1fr); }
    .about-grid, .process-grid, .contact-grid { gap: 55px; }
}
@media (max-width: 860px) {
    .section { padding: 82px 0; }
    .menu-toggle { display: block; cursor: pointer; }
    .menu-toggle.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
    .menu-toggle.active span:nth-child(2) { opacity: 0; }
    .menu-toggle.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
    .main-nav { position: fixed; top: 88px; right: 0; bottom: 0; left: 0; display: flex; padding: 48px 26px; flex-direction: column; align-items: stretch; gap: 8px; transform: translateX(100%); background: var(--black); transition: transform .28s ease; }
    .main-nav.open { transform: none; }
    .main-nav > a { padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.1); font-size: 1rem; }
    .header-cta { margin-top: 12px; text-align: center; }
    .hero { min-height: 760px; }
    .hero-media { background-position: 55% center; }
    .hero-overlay { background: linear-gradient(90deg, rgba(7,8,10,.94), rgba(7,8,10,.6)), linear-gradient(0deg, rgba(7,8,10,.93), transparent 55%); }
    .hero-content { padding-top: 160px; }
    .about-grid, .process-grid, .contact-grid { grid-template-columns: 1fr; }
    .about-image img { min-height: 480px; }
    .experience-card { right: 18px; }
    .team-grid { grid-template-columns: 1fr; }
    .team-card { display: grid; grid-template-columns: .9fr 1.1fr; }
    .team-photo { height: 390px; }
}
@media (max-width: 620px) {
    .container { width: min(calc(100% - 28px), var(--container)); }
    .brand img { width: 195px; }
    .header-inner { min-height: 78px; }
    .main-nav { top: 78px; }
    .hero { min-height: 820px; }
    .hero-content { padding-top: 140px; padding-bottom: 36px; }
    h1 { font-size: 3.25rem; }
    .hero-copy { font-size: 1rem; }
    .hero-actions .button { width: 100%; }
    .hero-highlights { gap: 18px; grid-template-columns: 1fr; }
    .hero-highlights li, .hero-highlights li + li { padding: 0; border: 0; }
    .trust-grid { grid-template-columns: 1fr; }
    .trust-grid p + p { border-top: 1px solid rgba(0,0,0,.18); border-left: 0; }
    .practice-grid { grid-template-columns: 1fr; }
    .practice-card { min-height: 300px; }
    .about-image img { min-height: 420px; }
    .experience-card { width: 145px; height: 145px; }
    .team-card { display: block; }
    .team-photo { height: 440px; }
    .contact-items > * { gap: 8px; grid-template-columns: 1fr; }
    .contact-form { padding: 28px 20px; }
    .footer-grid { grid-template-columns: 1fr; }
    .footer-bottom { flex-direction: column; gap: 8px; }
    .whatsapp-float span { display: none; }
    .whatsapp-float { width: 58px; height: 58px; padding: 0; justify-content: center; }
}
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
    .reveal { opacity: 1; transform: none; }
}
