:root {
  --ink: #080d18;
  --ink-2: #101728;
  --navy: #121a2d;
  --gold: #9f7a20;
  --gold-soft: #c2a04f;
  --cream: #f6f4ee;
  --white: #ffffff;
  --text: #161a22;
  --muted: #626874;
  --line: rgba(159, 122, 32, 0.28);
  --shadow: 0 24px 70px rgba(8, 13, 24, 0.12);
  --radius: 22px;
  --header-h: 88px;
}

* { 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(--text);
  background: var(--white);
  line-height: 1.6;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.section { padding: 108px 0; }
.section-dark, .section-ink { color: var(--white); }
.section-dark { background: var(--ink); }
.section-ink { background: linear-gradient(135deg, #0a0f1d, #111a2c); }
.section-light { background: var(--cream); }

.skip-link {
  position: fixed; left: 16px; top: -100px; z-index: 9999;
  background: var(--gold); color: var(--white); padding: 10px 16px;
  border-radius: 8px; transition: top .2s ease;
}
.skip-link:focus { top: 16px; }

.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 1000;
  height: var(--header-h); transition: background .3s ease, box-shadow .3s ease, height .3s ease;
}
.site-header.scrolled {
  height: 74px;
  background: rgba(8, 13, 24, .94);
  backdrop-filter: blur(16px);
  box-shadow: 0 10px 40px rgba(0,0,0,.18);
}
.nav-shell { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 13px; color: var(--white); min-width: 0; }
.brand img {
  width: 58px; height: 58px; border-radius: 50%; object-fit: cover;
  background: #fff; box-shadow: 0 0 0 1px rgba(194,160,79,.4), 0 10px 24px rgba(0,0,0,.2);
}
.site-header.scrolled .brand img { width: 48px; height: 48px; }
.brand-copy { display: grid; line-height: 1.15; }
.brand-copy strong { font-family: Georgia, 'Times New Roman', serif; letter-spacing: .16em; font-size: .9rem; }
.brand-copy small { font-size: .72rem; color: rgba(255,255,255,.68); margin-top: 5px; }

.main-nav { display: flex; align-items: center; gap: 8px; }
.main-nav a {
  position: relative; color: rgba(255,255,255,.78); font-size: .9rem;
  padding: 10px 12px; transition: color .2s ease, background .2s ease;
}
.main-nav a::after {
  content: ''; position: absolute; left: 12px; right: 12px; bottom: 3px; height: 1px;
  background: var(--gold-soft); transform: scaleX(0); transform-origin: left; transition: transform .25s ease;
}
.main-nav a:hover, .main-nav a.active { color: var(--white); }
.main-nav a:hover::after, .main-nav a.active::after { transform: scaleX(1); }
.main-nav .nav-cta { border: 1px solid rgba(194,160,79,.6); border-radius: 999px; margin-left: 6px; padding: 10px 18px; }
.main-nav .nav-cta::after { display: none; }
.main-nav .nav-cta:hover { background: var(--gold); border-color: var(--gold); }
.menu-toggle { display: none; }

.hero {
  min-height: 100vh; min-height: 100svh; position: relative; overflow: hidden;
  display: flex; align-items: center; padding: calc(var(--header-h) + 72px) 0 96px;
  background:
    radial-gradient(circle at 74% 35%, rgba(159,122,32,.15), transparent 27%),
    radial-gradient(circle at 15% 80%, rgba(20,39,74,.5), transparent 35%),
    linear-gradient(135deg, #070b13 0%, #0d1424 50%, #080c16 100%);
}
.hero::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, transparent 0 49.8%, rgba(194,160,79,.06) 49.9% 50.1%, transparent 50.2%);
  pointer-events: none;
}
.hero-pattern { position: absolute; inset: 0; opacity: .32; pointer-events: none; }
.hero-pattern::before, .hero-pattern::after {
  content: ''; position: absolute; border: 1px solid rgba(194,160,79,.13); border-radius: 50%;
}
.hero-pattern::before { width: 520px; height: 520px; right: -180px; top: 8%; }
.hero-pattern::after { width: 360px; height: 360px; left: -180px; bottom: -90px; }
.hero-grid { display: grid; grid-template-columns: 1.25fr .75fr; align-items: center; gap: 70px; position: relative; z-index: 1; }
.eyebrow {
  margin: 0 0 15px; font-size: .75rem; letter-spacing: .34em; text-transform: uppercase;
  color: var(--gold-soft); font-weight: 800;
}
.eyebrow.dark { color: var(--gold); }
.hero h1, .section-heading h2, .availability h2, .contact-copy h2, .brand-band h2 {
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 500; line-height: 1.05; letter-spacing: -.025em;
}
.hero h1 { margin: 0; font-size: clamp(3rem, 6.3vw, 6.5rem); max-width: 780px; }
.hero-name { margin: 28px 0 6px; font-size: clamp(1.2rem, 2vw, 1.65rem); font-weight: 750; }
.hero-specialty { margin: 0; color: rgba(255,255,255,.72); font-size: 1.05rem; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 28px; color: rgba(255,255,255,.7); font-size: .92rem; }
.hero-meta span { display: inline-flex; align-items: center; gap: 9px; }
.dot { width: 6px; height: 6px; border-radius: 50%; background: var(--gold-soft); box-shadow: 0 0 0 5px rgba(194,160,79,.12); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 22px;
  border-radius: 999px; border: 1px solid transparent; font-weight: 800; font-size: .9rem;
  letter-spacing: .02em; transition: transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease, box-shadow .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-gold { background: var(--gold); color: #fff; box-shadow: 0 12px 30px rgba(159,122,32,.24); }
.btn-gold:hover { background: #b28b2b; box-shadow: 0 16px 38px rgba(159,122,32,.32); }
.btn-ghost { border-color: rgba(255,255,255,.25); color: #fff; }
.btn-ghost:hover { border-color: var(--gold-soft); background: rgba(255,255,255,.05); }
.btn-dark { background: var(--ink); color: #fff; }
.btn-dark:hover { background: var(--navy); }
.btn.full { width: 100%; }

.hero-emblem { justify-self: end; text-align: center; }
.emblem-ring {
  width: min(390px, 34vw); aspect-ratio: 1; padding: 20px; border-radius: 50%;
  border: 1px solid rgba(194,160,79,.45); position: relative;
  box-shadow: 0 0 0 18px rgba(194,160,79,.025), 0 0 0 36px rgba(194,160,79,.018), 0 36px 80px rgba(0,0,0,.35);
}
.emblem-ring::after {
  content: ''; position: absolute; inset: -9px; border-radius: inherit; border: 1px dashed rgba(194,160,79,.18);
  animation: rotate 32s linear infinite;
}
.emblem-ring img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; background: #fff; }
.emblem-line { width: 1px; height: 46px; background: linear-gradient(var(--gold-soft), transparent); margin: 28px auto 8px; }
.hero-emblem p { margin: 0; font-size: .8rem; letter-spacing: .2em; text-transform: uppercase; color: rgba(255,255,255,.58); }
.scroll-cue { position: absolute; left: 50%; bottom: 24px; transform: translateX(-50%); width: 26px; height: 42px; border: 1px solid rgba(255,255,255,.25); border-radius: 20px; }
.scroll-cue span { position: absolute; width: 4px; height: 8px; border-radius: 3px; background: var(--gold-soft); left: 50%; top: 9px; transform: translateX(-50%); animation: scrollDot 1.7s ease-in-out infinite; }

.split-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; align-items: start; }
.section-heading h2 { font-size: clamp(2.5rem, 5vw, 4.8rem); margin: 0; }
.section-heading.centered { text-align: center; max-width: 780px; margin: 0 auto 52px; }
.section-intro { color: rgba(255,255,255,.65); margin: 16px 0 0; font-size: 1.05rem; }
.gold-rule { width: 90px; height: 2px; background: linear-gradient(90deg, var(--gold), transparent); margin-top: 28px; }
.presentation-card {
  background: #fff; border: 1px solid rgba(159,122,32,.18); border-radius: var(--radius);
  padding: 38px; display: grid; grid-template-columns: 160px 1fr; gap: 34px; align-items: center;
  box-shadow: var(--shadow); position: relative; overflow: hidden;
}
.presentation-card::after { content: ''; position: absolute; right: -60px; top: -60px; width: 180px; height: 180px; border-radius: 50%; border: 1px solid rgba(159,122,32,.14); }
.presentation-logo-wrap { padding: 10px; border: 1px solid rgba(159,122,32,.24); border-radius: 50%; }
.presentation-logo-wrap img { border-radius: 50%; }
.presentation-card .caps { color: var(--gold); font-size: .72rem; letter-spacing: .18em; text-transform: uppercase; font-weight: 800; }
.presentation-card h3 { font-family: Georgia, 'Times New Roman', serif; font-size: clamp(1.6rem, 3vw, 2.6rem); line-height: 1.15; margin: 8px 0 12px; }
.presentation-card p:last-child { color: var(--muted); margin: 0; }

.specialty-card {
  max-width: 980px; margin: 0 auto; display: grid; grid-template-columns: 250px 1fr;
  background: rgba(255,255,255,.035); border: 1px solid rgba(194,160,79,.26); border-radius: 30px;
  overflow: hidden; box-shadow: 0 28px 80px rgba(0,0,0,.24);
}
.specialty-mark { min-height: 330px; border-right: 1px solid rgba(194,160,79,.17); position: relative; background: radial-gradient(circle, rgba(194,160,79,.08), transparent 60%); }
.scale-center { position: absolute; left: 50%; top: 50%; width: 2px; height: 120px; transform: translate(-50%,-50%); background: var(--gold-soft); }
.scale-center::before { content: ''; position: absolute; left: 50%; top: -10px; transform: translateX(-50%); width: 18px; height: 18px; border: 2px solid var(--gold-soft); border-radius: 50%; }
.scale-line { position: absolute; top: 46%; width: 65px; height: 1px; background: var(--gold-soft); }
.scale-line.left { right: 50%; transform: rotate(-10deg); transform-origin: right; }
.scale-line.right { left: 50%; transform: rotate(10deg); transform-origin: left; }
.specialty-content { padding: 58px; display: flex; flex-direction: column; justify-content: center; }
.card-kicker { color: var(--gold-soft); font-size: .72rem; letter-spacing: .22em; font-weight: 800; }
.specialty-content h3 { font-family: Georgia, 'Times New Roman', serif; font-size: clamp(2.2rem, 4vw, 4rem); line-height: 1.05; margin: 14px 0 30px; }
.specialty-details { display: flex; flex-wrap: wrap; gap: 10px; }
.specialty-details span { border: 1px solid rgba(255,255,255,.12); border-radius: 999px; padding: 8px 13px; color: rgba(255,255,255,.68); font-size: .8rem; }

.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.team-card {
  background: #fff; border: 1px solid rgba(8,13,24,.08); border-radius: 22px; padding: 28px;
  min-height: 310px; position: relative; display: flex; flex-direction: column; justify-content: flex-end;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.team-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: rgba(159,122,32,.25); }
.team-card.featured { background: linear-gradient(145deg, #0b101c, #131c2f); color: #fff; }
.team-index { position: absolute; top: 24px; right: 24px; color: var(--gold); font-weight: 800; font-size: .75rem; letter-spacing: .12em; }
.team-initial {
  position: absolute; left: 28px; top: 30px; width: 62px; height: 62px; border-radius: 50%;
  display: grid; place-items: center; border: 1px solid rgba(159,122,32,.3); color: var(--gold);
  font-family: Georgia, 'Times New Roman', serif; font-size: 1.55rem;
}
.team-card h3 { font-family: Georgia, 'Times New Roman', serif; font-size: clamp(1.45rem, 2.5vw, 2rem); line-height: 1.2; margin: 0; }
.team-card p { margin: 12px 0 0; color: rgba(255,255,255,.6); }

.brand-band { padding: 58px 0; border-top: 1px solid rgba(194,160,79,.2); border-bottom: 1px solid rgba(194,160,79,.2); }
.brand-band-inner { display: flex; align-items: center; justify-content: center; gap: 38px; text-align: left; }
.brand-band img { width: 135px; height: 135px; border-radius: 50%; background: #fff; box-shadow: 0 0 0 1px rgba(194,160,79,.35); }
.brand-band h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.6rem); }

.coverage-grid { display: grid; grid-template-columns: 1fr 90px 1fr; align-items: center; max-width: 900px; margin: 0 auto; }
.coverage-card {
  background: #fff; min-height: 220px; border-radius: 22px; border: 1px solid rgba(159,122,32,.2);
  box-shadow: var(--shadow); padding: 32px; display: flex; flex-direction: column; justify-content: space-between;
}
.coverage-card h3 { font-family: Georgia, 'Times New Roman', serif; font-size: clamp(2rem, 4vw, 3.2rem); margin: 0; }
.coverage-number { color: var(--gold); font-size: .75rem; letter-spacing: .18em; font-weight: 800; }
.coverage-connector { display: flex; align-items: center; justify-content: center; }
.coverage-connector span { width: 100%; height: 1px; background: linear-gradient(90deg, var(--gold), var(--gold-soft)); position: relative; }
.coverage-connector span::before, .coverage-connector span::after { content: ''; position: absolute; top: 50%; width: 7px; height: 7px; border-radius: 50%; background: var(--gold); transform: translateY(-50%); }
.coverage-connector span::before { left: -2px; } .coverage-connector span::after { right: -2px; }

.availability { padding: 100px 0; }
.availability-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 80px; }
.clock-ring {
  width: min(390px, 40vw); aspect-ratio: 1; border: 1px solid rgba(194,160,79,.45); border-radius: 50%;
  margin: 0 auto; display: grid; place-items: center; position: relative; text-align: center;
  box-shadow: 0 0 0 22px rgba(194,160,79,.03), 0 0 0 44px rgba(194,160,79,.018);
}
.clock-ring::before {
  content: ''; position: absolute; inset: 9px; border-radius: 50%; border: 1px dashed rgba(194,160,79,.22);
  animation: rotate 26s linear infinite reverse;
}
.clock-24 { font-family: Georgia, 'Times New Roman', serif; font-size: clamp(6rem, 13vw, 10rem); line-height: .8; color: var(--white); }
.clock-hours { position: absolute; bottom: 22%; color: var(--gold-soft); letter-spacing: .28em; font-size: .72rem; font-weight: 800; }
.availability h2 { font-size: clamp(3.2rem, 7vw, 6.2rem); margin: 0; }
.availability-sub { margin: 8px 0 32px; color: rgba(255,255,255,.66); font-size: 1.25rem; }

.contact-section { background: #fff; }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }
.contact-copy h2 { font-size: clamp(3.3rem, 7vw, 6rem); margin: 0; color: var(--ink); }
.contact-subtitle { color: var(--gold); text-transform: uppercase; letter-spacing: .16em; font-size: .75rem; font-weight: 800; }
.contact-person { margin-top: 34px; font-family: Georgia, 'Times New Roman', serif; font-size: 1.3rem; }
.contact-panel { background: var(--cream); border: 1px solid rgba(159,122,32,.18); border-radius: 22px; padding: 32px; box-shadow: var(--shadow); }
.contact-row { padding: 18px 0; border-bottom: 1px solid rgba(8,13,24,.08); display: grid; grid-template-columns: 150px 1fr; gap: 20px; }
.contact-row:first-child { padding-top: 0; }
.contact-row:last-of-type { margin-bottom: 24px; }
.contact-row span { color: var(--muted); font-size: .82rem; }
.contact-row a, .contact-row strong { font-size: 1rem; font-weight: 800; }
.contact-row a:hover { color: var(--gold); }

.site-footer { background: #05080f; color: rgba(255,255,255,.72); padding: 46px 0; border-top: 1px solid rgba(194,160,79,.18); }
.footer-grid { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.footer-brand { display: flex; align-items: center; gap: 16px; }
.footer-brand img { width: 66px; height: 66px; border-radius: 50%; background: #fff; }
.footer-brand div { display: grid; line-height: 1.25; }
.footer-brand strong { color: #fff; letter-spacing: .16em; font-family: Georgia, 'Times New Roman', serif; }
.footer-brand span { font-size: .75rem; margin-top: 5px; }
.footer-info { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px 18px; font-size: .82rem; }
.footer-info a { color: var(--gold-soft); }

.floating-call {
  position: fixed; z-index: 900; right: 22px; bottom: 22px; display: inline-flex; align-items: center; gap: 9px;
  background: var(--gold); color: #fff; min-height: 48px; padding: 0 16px; border-radius: 999px;
  box-shadow: 0 14px 34px rgba(0,0,0,.25); font-weight: 800; font-size: .85rem; transition: transform .2s ease, background .2s ease;
}
.floating-call:hover { transform: translateY(-3px); background: #b28b2b; }
.phone-icon { font-size: 1.05rem; }
.back-to-top {
  position: fixed; right: 24px; bottom: 82px; z-index: 890; width: 42px; height: 42px; border: 1px solid rgba(159,122,32,.25);
  border-radius: 50%; background: rgba(255,255,255,.95); color: var(--ink); cursor: pointer; opacity: 0; visibility: hidden;
  transform: translateY(10px); transition: .25s ease; box-shadow: 0 10px 26px rgba(0,0,0,.12);
}
.back-to-top.visible { opacity: 1; visibility: visible; transform: translateY(0); }

.reveal { opacity: 1; transform: none; animation: revealIn .72s cubic-bezier(.2,.65,.25,1) both; }
.reveal-delay { animation-delay: .12s; }
.reveal-delay-2 { animation-delay: .22s; }

@keyframes revealIn { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: translateY(0); } }
@keyframes rotate { to { transform: rotate(360deg); } }
@keyframes scrollDot { 0%,100% { transform: translate(-50%,0); opacity: .5; } 50% { transform: translate(-50%,12px); opacity: 1; } }

@media (max-width: 980px) {
  :root { --header-h: 76px; }
  .container { width: min(100% - 30px, 900px); }
  .brand-copy { display: none; }
  .menu-toggle {
    display: inline-flex; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.18); border-radius: 12px;
    background: rgba(255,255,255,.04); align-items: center; justify-content: center; flex-direction: column; gap: 5px; cursor: pointer;
  }
  .menu-toggle span { width: 20px; height: 2px; border-radius: 2px; background: #fff; transition: transform .25s ease, opacity .25s ease; }
  .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: 15px; right: 15px; top: calc(100% + 8px); background: rgba(8,13,24,.98); border: 1px solid rgba(194,160,79,.2);
    border-radius: 18px; box-shadow: 0 22px 50px rgba(0,0,0,.35); padding: 12px; display: grid; gap: 4px;
    opacity: 0; visibility: hidden; transform: translateY(-10px); transition: .25s ease;
  }
  .main-nav.open { opacity: 1; visibility: visible; transform: translateY(0); }
  .main-nav a { padding: 13px 14px; border-radius: 10px; }
  .main-nav a::after { display: none; }
  .main-nav a:hover, .main-nav a.active { background: rgba(255,255,255,.05); }
  .main-nav .nav-cta { margin-left: 0; text-align: center; margin-top: 4px; border-radius: 12px; }

  .hero { min-height: auto; padding-top: calc(var(--header-h) + 70px); }
  .hero-grid { grid-template-columns: 1fr; gap: 60px; }
  .hero-copy { max-width: 740px; }
  .hero-emblem { justify-self: center; }
  .emblem-ring { width: min(390px, 72vw); }
  .scroll-cue { display: none; }
  .split-layout, .availability-grid, .contact-grid { grid-template-columns: 1fr; gap: 44px; }
  .specialty-card { grid-template-columns: 190px 1fr; }
  .specialty-content { padding: 44px; }
  .team-grid { grid-template-columns: 1fr 1fr; }
  .team-card:first-child { grid-column: 1 / -1; }
  .availability-visual { order: 2; }
  .availability-copy { text-align: center; }
  .clock-ring { width: min(360px, 72vw); }
}

@media (max-width: 700px) {
  .section { padding: 82px 0; }
  .brand img { width: 50px; height: 50px; }
  .site-header.scrolled .brand img { width: 46px; height: 46px; }
  .hero { padding-bottom: 74px; }
  .hero h1 { font-size: clamp(2.7rem, 14vw, 4.3rem); }
  .hero-meta { display: grid; gap: 12px; }
  .hero-actions { display: grid; }
  .btn { width: 100%; }
  .emblem-ring { width: min(330px, 78vw); }
  .emblem-ring::after { inset: -6px; }
  .presentation-card { grid-template-columns: 1fr; text-align: center; padding: 28px; }
  .presentation-logo-wrap { width: 145px; margin: 0 auto; }
  .specialty-card { grid-template-columns: 1fr; }
  .specialty-mark { min-height: 190px; border-right: 0; border-bottom: 1px solid rgba(194,160,79,.17); }
  .specialty-content { padding: 32px 24px; }
  .team-grid { grid-template-columns: 1fr; }
  .team-card:first-child { grid-column: auto; }
  .team-card { min-height: 250px; }
  .brand-band-inner { flex-direction: column; text-align: center; gap: 22px; }
  .brand-band img { width: 112px; height: 112px; }
  .coverage-grid { grid-template-columns: 1fr; gap: 18px; }
  .coverage-connector { height: 52px; }
  .coverage-connector span { width: 1px; height: 100%; background: linear-gradient(var(--gold), var(--gold-soft)); }
  .coverage-connector span::before, .coverage-connector span::after { left: 50%; top: auto; transform: translateX(-50%); }
  .coverage-connector span::before { top: -2px; } .coverage-connector span::after { bottom: -2px; }
  .coverage-card { min-height: 180px; }
  .contact-panel { padding: 24px; }
  .contact-row { grid-template-columns: 1fr; gap: 6px; }
  .footer-grid { flex-direction: column; align-items: flex-start; }
  .footer-info { justify-content: flex-start; display: grid; }
  .floating-call { left: 16px; right: 16px; bottom: 14px; justify-content: center; }
  .back-to-top { right: 18px; bottom: 76px; }
  .site-footer { padding-bottom: 92px; }
}

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