:root {
  --ink: #0b1d2a;
  --ink-soft: #153446;
  --gold: #caa968;
  --gold-light: #ead6a6;
  --paper: #f7f4ee;
  --white: #ffffff;
  --text: #2f3c43;
  --muted: #6b7478;
  --line: rgba(11, 29, 42, 0.12);
  --shadow: 0 22px 60px rgba(7, 22, 31, 0.12);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--text);
  background: var(--paper);
  line-height: 1.6;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
svg { display: block; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.section-pad { padding: 105px 0; }

.skip-link { position: fixed; left: 16px; top: -70px; padding: 12px 16px; background: var(--white); color: var(--ink); z-index: 1000; border-radius: 8px; box-shadow: var(--shadow); }
.skip-link:focus { top: 16px; }

.site-header { position: fixed; inset: 0 0 auto 0; z-index: 100; background: rgba(8, 25, 36, .90); border-bottom: 1px solid rgba(255,255,255,.08); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); }
.nav-wrap { height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: flex; align-items: center; gap: 13px; color: var(--white); min-width: 0; }
.brand-mark { width: 46px; height: 46px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid rgba(202,169,104,.75); color: var(--gold-light); font-family: Georgia, 'Times New Roman', serif; font-weight: 700; font-size: 18px; letter-spacing: .5px; transform: rotate(45deg); }
.brand-mark::first-line { transform: rotate(-45deg); }
.brand-copy { display: grid; line-height: 1.2; }
.brand-copy strong { font-family: Georgia, 'Times New Roman', serif; font-size: 21px; letter-spacing: .2px; }
.brand-copy small { color: rgba(255,255,255,.60); font-size: 10px; margin-top: 4px; }
.main-nav { display: flex; gap: 28px; align-items: center; }
.main-nav a { color: rgba(255,255,255,.76); font-size: 13px; font-weight: 600; position: relative; }
.main-nav a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: var(--gold); transition: right .25s ease; }
.main-nav a:hover { color: var(--white); }
.main-nav a:hover::after { right: 0; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 0; border: 0; background: transparent; color: var(--white); cursor: pointer; }
.menu-toggle span { display: block; width: 24px; height: 2px; background: currentColor; margin: 5px auto; transition: .25s ease; }

.hero { min-height: 760px; position: relative; display: grid; align-items: center; padding: 160px 0 90px; overflow: hidden; color: var(--white); background: radial-gradient(circle at 76% 32%, rgba(202,169,104,.16), transparent 26%), linear-gradient(135deg, #06151f 0%, #0c2636 54%, #102f40 100%); }
.hero::before { content: ''; position: absolute; inset: 0; pointer-events: none; opacity: .22; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 48px 48px; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.12fr .72fr; gap: 80px; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 18px; color: var(--gold-light); text-transform: uppercase; letter-spacing: .18em; font-size: 11px; font-weight: 700; }
.eyebrow::before { content: ''; width: 34px; height: 1px; background: currentColor; }
.eyebrow.dark { color: #9a7437; }
.hero h1 { max-width: 760px; margin: 0; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(58px, 7.4vw, 100px); line-height: .88; letter-spacing: -.045em; font-weight: 700; }
.hero h1 span { color: var(--gold-light); font-style: italic; }
.hero-name { margin: 26px 0 0; font-size: 17px; font-weight: 600; letter-spacing: .03em; color: rgba(255,255,255,.9); }
.hero-text { max-width: 650px; margin: 15px 0 0; color: rgba(255,255,255,.68); font-size: 16px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.btn { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 13px 22px; border-radius: 4px; font-size: 13px; font-weight: 700; letter-spacing: .02em; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn svg { width: 18px; height: 18px; }
.btn-primary { background: var(--gold); color: #071722; }
.btn-primary:hover { background: #dbbd80; }
.btn-secondary { color: var(--white); border: 1px solid rgba(255,255,255,.24); }
.btn-secondary:hover { border-color: var(--gold); color: var(--gold-light); }
.hero-panel { position: relative; min-height: 455px; padding: 46px 40px; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.11); box-shadow: 0 28px 70px rgba(0,0,0,.20); backdrop-filter: blur(8px); }
.hero-panel::before { content: ''; position: absolute; inset: 14px; border: 1px solid rgba(202,169,104,.25); pointer-events: none; }
.legal-emblem { width: 88px; height: 88px; display: grid; place-items: center; margin-bottom: 24px; color: var(--gold-light); }
.legal-emblem svg { width: 82px; height: 82px; stroke-width: 1.3; }
.panel-kicker { margin: 0; color: rgba(255,255,255,.46); text-transform: uppercase; letter-spacing: .16em; font-size: 10px; font-weight: 700; }
.hero-list { list-style: none; margin: 13px 0 28px; padding: 0; }
.hero-list li { position: relative; padding: 10px 0 10px 22px; border-bottom: 1px solid rgba(255,255,255,.08); font-family: Georgia, 'Times New Roman', serif; font-size: 23px; color: rgba(255,255,255,.92); }
.hero-list li::before { content: '•'; position: absolute; left: 0; color: var(--gold); }
.panel-contact { display: flex; justify-content: space-between; align-items: baseline; gap: 15px; margin-top: 20px; color: rgba(255,255,255,.5); font-size: 12px; }
.panel-contact a { color: var(--gold-light); font-weight: 700; font-size: 18px; }
.hero-decoration { position: absolute; border: 1px solid rgba(202,169,104,.15); border-radius: 50%; }
.hero-decoration-one { width: 380px; height: 380px; right: -150px; top: 100px; }
.hero-decoration-two { width: 210px; height: 210px; right: -40px; top: 185px; }

.section-heading { max-width: 720px; margin-bottom: 50px; }
.section-heading h2, .services-title h2, .contact-main h2 { margin: 0; color: var(--ink); font-family: Georgia, 'Times New Roman', serif; font-size: clamp(39px, 5vw, 62px); line-height: 1; letter-spacing: -.025em; }
.section-heading p:last-child, .services-title > p:last-child { max-width: 650px; margin: 18px 0 0; color: var(--muted); }
.area-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.area-card { position: relative; min-height: 390px; padding: 34px; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); transition: transform .25s ease, box-shadow .25s ease; }
.area-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.area-card.featured { background: var(--ink); color: var(--white); }
.card-icon { width: 50px; height: 50px; display: grid; place-items: center; color: #a47c3d; border: 1px solid rgba(164,124,61,.28); border-radius: 50%; }
.featured .card-icon { color: var(--gold-light); border-color: rgba(234,214,166,.28); }
.card-icon svg { width: 25px; height: 25px; }
.card-number { position: absolute; right: 28px; top: 27px; color: rgba(11,29,42,.14); font-family: Georgia, 'Times New Roman', serif; font-size: 54px; font-weight: 700; line-height: 1; }
.featured .card-number { color: rgba(255,255,255,.12); }
.area-card h3 { margin: 44px 0 18px; color: var(--ink); font-family: Georgia, 'Times New Roman', serif; font-size: 31px; }
.featured h3 { color: var(--white); }
.area-card ul { list-style: none; margin: 0; padding: 0; }
.area-card li { padding: 10px 0; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 14px; }
.featured li { color: rgba(255,255,255,.66); border-color: rgba(255,255,255,.1); }

.services { color: var(--white); background: var(--ink); }
.services-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; }
.services-title { position: sticky; top: 125px; align-self: start; }
.services-title h2 { color: var(--white); }
.services-title > p:last-child { color: rgba(255,255,255,.58); }
.service-list { border-top: 1px solid rgba(255,255,255,.12); }
.service-item { display: grid; grid-template-columns: 72px 1fr; gap: 24px; align-items: center; min-height: 108px; border-bottom: 1px solid rgba(255,255,255,.12); transition: background .2s ease, padding .2s ease; }
.service-item:hover { background: rgba(255,255,255,.035); padding-left: 12px; }
.service-item > span { color: var(--gold); font-size: 11px; font-weight: 700; letter-spacing: .16em; }
.service-item h3 { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-size: 30px; font-weight: 600; }
.service-item p { margin: 3px 0 0; color: rgba(255,255,255,.45); font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }

.contact { background: #ece7de; }
.contact-card { display: grid; grid-template-columns: 1.05fr .95fr; gap: 50px; padding: 55px; background: var(--white); border-radius: 28px; box-shadow: var(--shadow); }
.contact-brand { margin: 10px 0 28px; color: #9a7437; font-weight: 600; }
.contact-phone { display: inline-flex; align-items: center; gap: 14px; padding: 13px 16px 13px 13px; background: var(--paper); border-radius: 12px; }
.contact-icon, .address-icon { width: 46px; height: 46px; display: grid; place-items: center; color: var(--white); background: var(--ink); border-radius: 50%; flex: 0 0 auto; }
.contact-icon svg, .address-icon svg { width: 21px; height: 21px; }
.contact-phone span:last-child { display: grid; }
.contact-phone small { color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.contact-phone strong { color: var(--ink); font-size: 19px; }
.address-box { display: flex; gap: 18px; align-items: flex-start; padding: 30px; background: var(--ink); color: var(--white); border-radius: 20px; }
.address-icon { color: var(--ink); background: var(--gold-light); }
.address-box .label { margin: 0 0 10px; color: var(--gold-light); text-transform: uppercase; letter-spacing: .15em; font-size: 10px; font-weight: 700; }
.address-box address { color: rgba(255,255,255,.72); font-style: normal; font-size: 14px; line-height: 1.75; }

.site-footer { padding: 48px 0 22px; color: rgba(255,255,255,.7); background: #06151f; }
.footer-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 50px; }
.site-footer strong { color: var(--white); font-family: Georgia, 'Times New Roman', serif; font-size: 24px; }
.site-footer p { margin: 8px 0 0; font-size: 12px; }
.footer-right { text-align: right; }
.footer-right a { color: var(--gold-light); font-weight: 700; font-size: 16px; }
.footer-bottom { margin-top: 35px; padding-top: 17px; border-top: 1px solid rgba(255,255,255,.08); color: rgba(255,255,255,.35); font-size: 11px; }

.floating-call { position: fixed; right: 22px; bottom: 22px; z-index: 90; width: 54px; height: 54px; display: grid; place-items: center; color: #071722; background: var(--gold); border-radius: 50%; box-shadow: 0 12px 30px rgba(0,0,0,.25); transition: transform .2s ease; }
.floating-call:hover { transform: translateY(-3px) scale(1.03); }
.floating-call svg { width: 22px; height: 22px; }

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

@media (max-width: 920px) {
  .section-pad { padding: 78px 0; }
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; gap: 44px; }
  .hero-panel { min-height: auto; max-width: 620px; }
  .area-grid { grid-template-columns: 1fr; }
  .area-card { min-height: auto; }
  .services-layout { grid-template-columns: 1fr; gap: 42px; }
  .services-title { position: static; }
  .contact-card { grid-template-columns: 1fr; padding: 38px; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 28px, 1160px); }
  .nav-wrap { height: 74px; }
  .brand-copy small { display: none; }
  .brand-copy strong { font-size: 19px; }
  .brand-mark { width: 40px; height: 40px; font-size: 15px; }
  .menu-toggle { display: block; }
  .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: absolute; left: 0; right: 0; top: 74px; display: grid; gap: 0; max-height: 0; overflow: hidden; background: rgba(6,21,31,.98); border-top: 1px solid rgba(255,255,255,.07); transition: max-height .3s ease; }
  .main-nav.open { max-height: 280px; }
  .main-nav a { padding: 16px 22px; border-bottom: 1px solid rgba(255,255,255,.06); }
  .main-nav a::after { display: none; }
  .hero { padding: 132px 0 70px; }
  .hero h1 { font-size: clamp(52px, 16vw, 76px); }
  .hero-name { font-size: 15px; }
  .hero-text { font-size: 14px; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .btn { width: 100%; }
  .hero-panel { padding: 34px 28px; }
  .legal-emblem { width: 72px; height: 72px; }
  .hero-list li { font-size: 21px; }
  .section-heading h2, .services-title h2, .contact-main h2 { font-size: 42px; }
  .area-card { padding: 28px; }
  .service-item { grid-template-columns: 48px 1fr; gap: 12px; }
  .service-item h3 { font-size: 25px; }
  .contact-card { padding: 28px 22px; border-radius: 20px; }
  .contact-phone { width: 100%; }
  .address-box { padding: 24px 20px; }
  .footer-grid { grid-template-columns: 1fr; gap: 26px; }
  .footer-right { text-align: left; }
}

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