:root {
  --ink: #0f1b2a;
  --navy: #0b1f33;
  --navy-2: #123451;
  --gold: #c8a25d;
  --gold-2: #e3c98d;
  --paper: #f6f3ed;
  --white: #ffffff;
  --muted: #697482;
  --line: rgba(15, 27, 42, .12);
  --shadow: 0 24px 70px rgba(9, 25, 42, .13);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: #fff;
  line-height: 1.6;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
svg { display: block; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section-pad { padding: 104px 0; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 999; background: var(--gold); color: var(--navy); padding: 10px 14px; border-radius: 10px; font-weight: 800; }
.skip-link:focus { top: 16px; }

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  background: rgba(8, 26, 43, .76);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255,255,255,.08);
  transition: background .25s ease, box-shadow .25s ease;
}
.site-header.scrolled { background: rgba(8, 26, 43, .95); box-shadow: 0 12px 30px rgba(0,0,0,.15); }
.header-shell { width: min(1240px, calc(100% - 32px)); height: 82px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 13px; color: #fff; min-width: 230px; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; color: var(--gold-2); border: 1px solid rgba(227,201,141,.45); border-radius: 13px; }
.brand-mark svg { width: 27px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.brand-copy { display: grid; line-height: 1.1; }
.brand-copy strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.06rem; font-weight: 600; letter-spacing: .01em; }
.brand-copy small { margin-top: 5px; color: #c5d0da; font-size: .73rem; letter-spacing: .14em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 26px; color: #eaf0f5; font-size: .93rem; }
.main-nav a:not(.nav-cta) { position: relative; padding: 28px 0; }
.main-nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 21px; height: 2px; background: var(--gold); transition: right .25s ease; }
.main-nav a:hover::after, .main-nav a.active::after { right: 0; }
.nav-cta { padding: 11px 18px; border-radius: 999px; border: 1px solid var(--gold); color: var(--gold-2); font-weight: 800; transition: .25s ease; }
.nav-cta:hover { background: var(--gold); color: var(--navy); transform: translateY(-2px); }
.menu-toggle { display: none; border: 0; background: transparent; padding: 10px; cursor: pointer; }
.menu-toggle span { display: block; width: 26px; height: 2px; background: #fff; margin: 5px; transition: .25s ease; }

.hero {
  min-height: 790px;
  padding-top: 166px;
  display: grid;
  align-items: center;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 76% 20%, rgba(200,162,93,.12), transparent 29%),
    linear-gradient(125deg, #081a2b 0%, #0d2d48 52%, #0a2035 100%);
  color: #fff;
}
.hero::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.026) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.026) 1px, transparent 1px); background-size: 44px 44px; mask-image: linear-gradient(to bottom, black, transparent 85%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(1px); opacity: .8; }
.hero-glow-one { width: 380px; height: 380px; border: 1px solid rgba(227,201,141,.1); right: 9%; top: 19%; box-shadow: 0 0 90px rgba(200,162,93,.08) inset; }
.hero-glow-two { width: 210px; height: 210px; border: 1px solid rgba(255,255,255,.06); right: 23%; top: 31%; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.03fr .97fr; gap: 70px; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; text-transform: uppercase; letter-spacing: .18em; font-size: .76rem; font-weight: 900; color: var(--gold); }
.eyebrow::before { content: ""; width: 28px; height: 1px; background: currentColor; }
.hero h1, .section-heading h2, .coverage-copy h2, .contact h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.03em; }
.hero h1 { max-width: 720px; margin: 19px 0 24px; font-size: clamp(3rem, 6vw, 5.7rem); line-height: .96; }
.hero h1 span { color: var(--gold-2); font-style: italic; }
.hero-lead { max-width: 680px; margin: 0 0 31px; color: #cfdae4; font-size: 1.08rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 50px; padding: 13px 21px; border-radius: 999px; font-weight: 850; font-size: .93rem; transition: transform .22s ease, box-shadow .22s ease, background .22s ease; }
.btn:hover { transform: translateY(-3px); }
.btn-primary { background: linear-gradient(135deg, var(--gold-2), var(--gold)); color: #102235; box-shadow: 0 14px 35px rgba(200,162,93,.23); }
.btn-primary:hover { box-shadow: 0 20px 42px rgba(200,162,93,.33); }
.btn-primary svg { width: 19px; fill: currentColor; }
.btn-ghost { color: #fff; border: 1px solid rgba(255,255,255,.25); background: rgba(255,255,255,.04); }
.btn-ghost:hover { border-color: rgba(227,201,141,.6); background: rgba(255,255,255,.08); }
.btn-large { min-height: 58px; padding-inline: 28px; }
.hero-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 33px; }
.hero-tags span { padding: 8px 12px; border-radius: 999px; border: 1px solid rgba(255,255,255,.11); color: #b8c8d5; background: rgba(255,255,255,.035); font-size: .8rem; }

.hero-visual { min-height: 515px; position: relative; display: grid; place-items: center; }
.visual-centerpiece { width: 390px; max-width: 86%; aspect-ratio: 1; border-radius: 50%; display: grid; place-items: center; position: relative; background: radial-gradient(circle at 50% 45%, rgba(227,201,141,.09), rgba(255,255,255,.025) 62%, transparent 63%); border: 1px solid rgba(227,201,141,.19); box-shadow: 0 0 0 28px rgba(255,255,255,.015), 0 0 0 74px rgba(255,255,255,.01); }
.visual-centerpiece::before, .visual-centerpiece::after { content: ""; position: absolute; inset: 50%; width: 10px; height: 10px; border-radius: 50%; background: var(--gold); box-shadow: -185px -24px 0 -2px rgba(227,201,141,.75), 170px 58px 0 -2px rgba(227,201,141,.6), -100px 176px 0 -3px rgba(227,201,141,.65); }
.visual-centerpiece svg { width: 63%; fill: none; stroke: var(--gold-2); stroke-width: 4; stroke-linecap: round; stroke-linejoin: round; opacity: .9; }
.visual-centerpiece svg circle { stroke-width: 1; opacity: .18; }
.visual-card { position: absolute; z-index: 3; width: min(300px, 70%); padding: 16px 18px; border-radius: 19px; display: flex; align-items: center; gap: 14px; color: #fff; background: rgba(8, 29, 48, .78); border: 1px solid rgba(255,255,255,.12); box-shadow: 0 20px 50px rgba(0,0,0,.22); backdrop-filter: blur(14px); }
.visual-card span { display: block; color: #9fb1bf; font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; }
.visual-card strong { display: block; margin-top: 2px; font-family: Georgia, serif; font-size: .95rem; font-weight: 500; }
.card-icon { flex: 0 0 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; background: rgba(200,162,93,.1); color: var(--gold-2); }
.card-icon svg { width: 27px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.law-card { left: 0; top: 48px; }
.property-card { right: -8px; bottom: 51px; }

.service-strip { margin-top: -34px; position: relative; z-index: 4; }
.strip-grid { background: #fff; border-radius: 24px; box-shadow: var(--shadow); display: grid; grid-template-columns: repeat(3,1fr); padding: 11px; }
.strip-grid > div { min-height: 100px; padding: 22px 26px; display: grid; grid-template-columns: auto 1fr; grid-template-rows: auto auto; column-gap: 14px; align-items: center; border-right: 1px solid var(--line); }
.strip-grid > div:last-child { border-right: 0; }
.strip-icon { grid-row: 1 / 3; width: 44px; height: 44px; border-radius: 14px; display: grid; place-items: center; color: var(--gold); background: #f6f0e5; font-size: 1.3rem; }
.strip-grid strong { align-self: end; font-size: .95rem; }
.strip-grid small { align-self: start; color: var(--muted); }

.section-heading { max-width: 690px; margin-bottom: 45px; }
.section-heading h2, .coverage-copy h2, .contact h2 { margin: 13px 0 13px; font-size: clamp(2.4rem, 4vw, 4rem); line-height: 1.05; }
.section-heading p, .coverage-copy p, .contact-copy p { margin: 0; color: var(--muted); }
.legal-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.legal-card { min-height: 265px; padding: 28px; border-radius: var(--radius); border: 1px solid var(--line); background: linear-gradient(180deg, #fff, #fbfaf8); position: relative; overflow: hidden; transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease; }
.legal-card::after { content: ""; position: absolute; inset: auto -35px -70px auto; width: 135px; height: 135px; border-radius: 50%; background: rgba(200,162,93,.06); transition: transform .28s ease; }
.legal-card:hover { transform: translateY(-8px); box-shadow: 0 24px 55px rgba(13,38,61,.1); border-color: rgba(200,162,93,.4); }
.legal-card:hover::after { transform: scale(1.28); }
.number { position: absolute; top: 20px; right: 22px; color: #d4d9df; font-size: .8rem; font-weight: 900; letter-spacing: .1em; }
.icon-badge { width: 56px; height: 56px; display: grid; place-items: center; border-radius: 17px; background: #f8f2e8; color: var(--gold); }
.icon-badge svg { width: 31px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.legal-card h3 { margin: 23px 0 8px; font-family: Georgia, serif; font-size: 1.55rem; font-weight: 500; }
.legal-card p { margin: 0; color: var(--muted); font-size: .94rem; }

.properties { color: #fff; background: linear-gradient(135deg, #091d31 0%, #102e48 100%); position: relative; overflow: hidden; }
.properties::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 22% 20%, rgba(200,162,93,.12), transparent 30%), linear-gradient(rgba(255,255,255,.02) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.02) 1px, transparent 1px); background-size: auto, 54px 54px, 54px 54px; }
.property-layout { position: relative; display: grid; grid-template-columns: .75fr 1.25fr; gap: 60px; align-items: center; }
.section-heading.light { margin: 0; }
.section-heading.light p { color: #b9c8d3; margin-bottom: 28px; }
.property-grid { display: grid; gap: 15px; }
.property-item { min-height: 175px; display: grid; grid-template-columns: 42% 58%; border-radius: 22px; overflow: hidden; border: 1px solid rgba(255,255,255,.1); background: rgba(255,255,255,.035); backdrop-filter: blur(8px); transition: transform .25s ease, border-color .25s ease; }
.property-item:hover { transform: translateX(-7px); border-color: rgba(227,201,141,.35); }
.property-art { display: grid; place-items: center; position: relative; overflow: hidden; background: linear-gradient(135deg, rgba(200,162,93,.14), rgba(255,255,255,.02)); }
.property-art::before { content: ""; position: absolute; width: 180px; height: 180px; border-radius: 50%; border: 1px solid rgba(227,201,141,.12); }
.property-art svg { width: 82%; max-height: 135px; fill: none; stroke: var(--gold-2); stroke-width: 2.8; stroke-linecap: round; stroke-linejoin: round; opacity: .9; }
.property-copy { padding: 30px; display: flex; flex-direction: column; justify-content: center; }
.property-copy > span { color: var(--gold); font-weight: 900; font-size: .72rem; letter-spacing: .16em; }
.property-copy h3 { margin: 5px 0 6px; font-family: Georgia, serif; font-size: 1.65rem; font-weight: 500; }
.property-copy p { margin: 0; color: #b8c7d2; }

.coverage-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: center; }
.coverage-copy p { max-width: 530px; }
.location-chip { display: inline-flex; align-items: center; gap: 9px; margin-top: 25px; padding: 11px 15px; border-radius: 999px; background: #f6f0e5; color: var(--navy); font-weight: 800; }
.location-chip span { color: var(--gold); }
.coverage-map { min-height: 460px; position: relative; display: grid; place-items: center; border-radius: 34px; background: linear-gradient(145deg, #f8f4ed, #fdfcf9); border: 1px solid var(--line); overflow: hidden; box-shadow: inset 0 0 80px rgba(200,162,93,.05); }
.coverage-map::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(11,31,51,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(11,31,51,.035) 1px, transparent 1px); background-size: 33px 33px; }
.map-center { position: relative; z-index: 3; width: 130px; height: 130px; display: grid; place-items: center; border-radius: 50%; background: var(--navy); color: #fff; box-shadow: 0 18px 50px rgba(11,31,51,.24); font-family: Georgia, serif; text-align: center; padding: 12px; }
.map-center::after { content: ""; position: absolute; inset: -10px; border: 1px solid rgba(200,162,93,.45); border-radius: 50%; }
.map-orbit { position: absolute; border-radius: 50%; border: 1px dashed rgba(11,31,51,.13); }
.orbit-one { width: 280px; height: 280px; }
.orbit-two { width: 410px; height: 410px; }
.map-point { position: absolute; z-index: 4; display: flex; align-items: center; gap: 8px; padding: 9px 12px; background: #fff; border: 1px solid var(--line); border-radius: 999px; box-shadow: 0 12px 30px rgba(11,31,51,.08); font-size: .86rem; font-weight: 800; }
.map-point i { width: 9px; height: 9px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 5px rgba(200,162,93,.14); }
.point-one { left: 10%; top: 22%; }
.point-two { right: 9%; top: 29%; }
.point-three { right: 17%; bottom: 17%; }

.contact { background: #f5f1e9; }
.contact-box { min-height: 310px; padding: 48px 52px; border-radius: 30px; background: var(--navy); color: #fff; display: grid; grid-template-columns: 1.2fr .8fr; gap: 45px; align-items: center; box-shadow: var(--shadow); position: relative; overflow: hidden; }
.contact-box::before { content: ""; position: absolute; width: 370px; height: 370px; border: 1px solid rgba(227,201,141,.12); border-radius: 50%; right: -80px; top: -130px; box-shadow: 0 0 0 55px rgba(255,255,255,.015); }
.contact-copy { position: relative; z-index: 2; }
.contact-copy p { color: #b9c7d2; max-width: 620px; }
.contact-actions { position: relative; z-index: 2; display: grid; justify-items: end; gap: 14px; }
.phone-display { display: grid; text-align: right; }
.phone-display small { color: #9fb1bf; text-transform: uppercase; letter-spacing: .14em; font-weight: 800; }
.phone-display strong { font-family: Georgia, serif; color: var(--gold-2); font-size: clamp(1.8rem, 4vw, 2.9rem); font-weight: 500; }

.site-footer { background: #071521; color: #b6c3cd; padding: 38px 0; }
.footer-grid { display: grid; grid-template-columns: 1fr 1.5fr auto; gap: 35px; align-items: center; font-size: .82rem; }
.footer-grid > div { display: grid; gap: 3px; }
.footer-grid strong { color: #fff; font-family: Georgia, serif; font-size: 1rem; font-weight: 500; }
.footer-grid a { color: var(--gold-2); font-weight: 800; }

.whatsapp-float { position: fixed; right: 22px; bottom: 22px; z-index: 90; width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; background: #25d366; color: #fff; box-shadow: 0 14px 35px rgba(37,211,102,.35); transition: transform .22s ease, box-shadow .22s ease; }
.whatsapp-float:hover { transform: translateY(-4px) scale(1.04); box-shadow: 0 20px 40px rgba(37,211,102,.42); }
.whatsapp-float svg { width: 30px; fill: currentColor; }
.to-top { position: fixed; right: 30px; bottom: 92px; z-index: 89; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; background: #fff; color: var(--navy); box-shadow: 0 10px 25px rgba(9,26,43,.1); cursor: pointer; opacity: 0; pointer-events: none; transform: translateY(10px); transition: .22s ease; }
.to-top.visible { opacity: 1; pointer-events: auto; transform: translateY(0); }

.reveal { opacity: 1; transform: none; }
.reveal.reveal-animate { animation: revealIn .55s ease both; }
@keyframes revealIn { from { opacity: .92; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 980px) {
  .section-pad { padding: 82px 0; }
  .hero { padding-top: 145px; }
  .hero-grid, .property-layout, .coverage-grid, .contact-box { grid-template-columns: 1fr; }
  .hero-grid { gap: 32px; }
  .hero-visual { min-height: 440px; }
  .legal-grid { grid-template-columns: repeat(2, 1fr); }
  .property-layout { gap: 40px; }
  .coverage-grid { gap: 45px; }
  .contact-actions { justify-items: start; }
  .phone-display { text-align: left; }
  .footer-grid { grid-template-columns: 1fr; gap: 18px; }

  .menu-toggle { display: block; position: relative; z-index: 102; }
  .main-nav { position: fixed; inset: 0 0 0 auto; width: min(360px, 88vw); padding: 108px 30px 35px; background: #081b2d; flex-direction: column; align-items: stretch; gap: 4px; transform: translateX(104%); transition: transform .28s ease; box-shadow: -30px 0 70px rgba(0,0,0,.28); }
  .main-nav.open { transform: translateX(0); }
  .main-nav a:not(.nav-cta) { padding: 15px 5px; border-bottom: 1px solid rgba(255,255,255,.08); }
  .main-nav a:not(.nav-cta)::after { display: none; }
  .nav-cta { margin-top: 14px; text-align: center; }
  .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); }
}

@media (max-width: 680px) {
  .container { width: min(100% - 28px, 1180px); }
  .header-shell { width: calc(100% - 20px); height: 72px; }
  .brand { min-width: 0; }
  .brand-mark { width: 38px; height: 38px; }
  .brand-copy strong { font-size: .95rem; }
  .brand-copy small { font-size: .65rem; }
  .hero { min-height: auto; padding-top: 125px; padding-bottom: 90px; }
  .hero h1 { font-size: clamp(2.7rem, 15vw, 4.25rem); }
  .hero-lead { font-size: 1rem; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .btn { width: 100%; }
  .hero-visual { min-height: 355px; }
  .visual-centerpiece { width: 270px; }
  .visual-card { width: 76%; padding: 12px 14px; }
  .visual-card strong { font-size: .8rem; }
  .law-card { left: 0; top: 22px; }
  .property-card { right: 0; bottom: 24px; }
  .service-strip { margin-top: -25px; }
  .strip-grid { grid-template-columns: 1fr; padding: 7px; }
  .strip-grid > div { min-height: 80px; padding: 16px; border-right: 0; border-bottom: 1px solid var(--line); }
  .strip-grid > div:last-child { border-bottom: 0; }
  .section-heading { margin-bottom: 30px; }
  .section-heading h2, .coverage-copy h2, .contact h2 { font-size: clamp(2.15rem, 10vw, 3rem); }
  .legal-grid { grid-template-columns: 1fr; }
  .legal-card { min-height: 225px; }
  .property-item { grid-template-columns: 1fr; }
  .property-art { min-height: 160px; }
  .coverage-map { min-height: 385px; }
  .orbit-two { width: 330px; height: 330px; }
  .orbit-one { width: 230px; height: 230px; }
  .map-center { width: 110px; height: 110px; }
  .map-point { font-size: .76rem; padding: 7px 9px; }
  .point-one { left: 4%; top: 18%; }
  .point-two { right: 4%; top: 26%; }
  .point-three { right: 8%; bottom: 14%; }
  .contact-box { padding: 34px 24px; border-radius: 24px; }
  .whatsapp-float { right: 16px; bottom: 16px; width: 55px; height: 55px; }
  .to-top { right: 22px; bottom: 82px; }
}

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