/* ============================================
   USHER LEGAL — SHARED STYLESHEET
   ============================================ */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,600;0,700;1,400&family=Inter:wght@300;400;500;600&display=swap');

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --navy:       #0D1F3C;
  --navy-dark:  #091629;
  --navy-mid:   #162e55;
  --gold:       #C9A44A;
  --gold-light: #d8b96b;
  --gold-pale:  #f5edd6;
  --white:      #ffffff;
  --cream:      #f7f5f0;
  --slate:      #8090A4;
  --text-dark:  #1a1a1a;
  --text-mid:   #4e4e4e;
  --text-light: #888;
  --border:     #e2dcd3;
  --max:        1080px;
}

html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: 'Inter', system-ui, sans-serif;
  color: var(--text-dark);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4 { font-family: 'Cormorant Garamond', Georgia, serif; }
img { display: block; max-width: 100%; }
a  { text-decoration: none; color: inherit; }


/* ── NAV ─────────────────────────────────── */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 200;
  height: 76px;
  background: var(--white);
  border-bottom: 1px solid var(--border);
  display: flex; align-items: center;
  padding: 0 2.5rem;
  justify-content: space-between;
}
.nav-links {
  display: flex; align-items: center; gap: 2.2rem; list-style: none;
}
.nav-links li a {
  font-size: 0.78rem; font-weight: 500;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--navy);
  padding-bottom: 2px;
  border-bottom: 1.5px solid transparent;
  transition: border-color 0.2s, color 0.2s;
}
.nav-links li a:hover,
.nav-links li a.active { border-bottom-color: var(--gold); }
.nav-btn,
.nav-links li a.nav-btn {
  display: inline-flex; align-items: center;
  font-size: 0.75rem; font-weight: 600; letter-spacing: 0.13em; text-transform: uppercase;
  padding: 0.58rem 1.5rem;
  background: var(--navy); color: var(--white);
  border-bottom: none;
  transition: background 0.2s, color 0.2s;
  white-space: nowrap;
}
.nav-btn:hover,
.nav-links li a.nav-btn:hover { background: var(--gold); color: var(--navy); border-bottom: none; }
.page-offset { padding-top: 76px; }


/* ── BUTTONS ─────────────────────────────── */
.btn {
  display: inline-flex; align-items: center;
  font-family: 'Inter', sans-serif;
  font-size: 0.78rem; font-weight: 600; letter-spacing: 0.13em; text-transform: uppercase;
  padding: 0.9rem 2.2rem; cursor: pointer; border: none;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.btn-gold    { background: var(--gold);  color: var(--navy-dark); }
.btn-gold:hover { background: var(--gold-light); }
.btn-navy    { background: var(--navy);  color: var(--white); }
.btn-navy:hover { background: var(--navy-mid); }
.btn-outline { background: transparent; color: var(--white); border: 1.5px solid rgba(255,255,255,0.6); }
.btn-outline:hover { background: var(--white); color: var(--navy); border-color: var(--white); }
.btn-outline-navy { background: transparent; color: var(--navy); border: 1.5px solid var(--navy); }
.btn-outline-navy:hover { background: var(--navy); color: var(--white); }


/* ── SECTION BASE ────────────────────────── */
.section        { padding: 6rem 2.5rem; }
.section-sm     { padding: 4rem 2.5rem; }
.section-inner  { max-width: var(--max); margin: 0 auto; }
.section-cream  { background: var(--cream); }
.section-navy   { background: var(--navy); }
.section-navy .section-title,
.section-navy h2 { color: var(--white); }
.section-navy .section-sub { color: rgba(255,255,255,0.65); }

.section-label {
  display: block;
  font-size: 0.68rem; font-weight: 600; letter-spacing: 0.26em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 0.7rem;
}
.section-title {
  font-size: clamp(2rem, 3.2vw, 2.8rem);
  color: var(--navy); line-height: 1.18; margin-bottom: 0.6rem;
}
.section-sub {
  font-size: 1rem; color: var(--text-mid); line-height: 1.78;
  max-width: 600px;
}
.rule { width: 44px; height: 2px; background: var(--gold); margin: 1.2rem 0 2.4rem; }
.rule-center { margin-left: auto; margin-right: auto; }


/* ── HERO (home) ─────────────────────────── */
.hero {
  position: relative;
  min-height: calc(100vh - 76px);
  display: flex; align-items: center;
  background: var(--navy-dark);
  overflow: hidden;
}
.hero-bg {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; object-position: 50% 30%;
  opacity: 0.28;
}
.hero-inner {
  position: relative; z-index: 1;
  max-width: var(--max); margin: 0 auto;
  padding: 4rem 2.5rem;
  width: 100%;
}
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 0.6rem;
  font-size: 0.72rem; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 1.4rem;
}
.hero-eyebrow::before {
  content: ''; display: block;
  width: 32px; height: 1px; background: var(--gold);
}
.hero h1 {
  font-size: clamp(2.4rem, 5.5vw, 4.2rem);
  color: var(--white); line-height: 1.1;
  max-width: 700px; margin-bottom: 1.6rem;
  font-weight: 600;
}
.hero p {
  font-size: 1.05rem; color: rgba(255,255,255,0.72);
  max-width: 520px; line-height: 1.78; margin-bottom: 2.4rem;
}
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; }
.hero-bar {
  position: absolute; bottom: 0; left: 0; right: 0;
  background: rgba(9,22,41,0.85);
  display: flex;
}
.hero-bar-item {
  flex: 1; padding: 1.2rem 2rem;
  border-right: 1px solid rgba(255,255,255,0.1);
  display: flex; align-items: center; gap: 0.7rem;
}
.hero-bar-item:last-child { border-right: none; }
.hero-bar-dot { width: 6px; height: 6px; background: var(--gold); border-radius: 50%; flex-shrink: 0; }
.hero-bar-item span { font-size: 0.75rem; color: rgba(255,255,255,0.6); letter-spacing: 0.12em; text-transform: uppercase; }


/* ── FEATURE CARDS (3-col) ───────────────── */
.features { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; }
.feature {
  padding: 2.4rem 2rem;
  border-top: 2.5px solid var(--gold);
  background: var(--white);
  box-shadow: 0 2px 16px rgba(0,0,0,0.04);
}
.feature-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.4rem; color: var(--gold-pale);
  font-weight: 700; line-height: 1; margin-bottom: 1rem;
}
.feature h3 { font-size: 1.25rem; color: var(--navy); margin-bottom: 0.7rem; }
.feature p  { font-size: 0.9rem; color: var(--text-mid); line-height: 1.76; }


/* ── SPLIT (image | text) ────────────────── */
.split { display: grid; grid-template-columns: 1fr 1fr; }
.split-photo {
  position: relative; overflow: hidden;
  min-height: 520px;
}
.split-photo img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center top;
}
.split-copy {
  padding: 5.5rem 4rem;
  display: flex; flex-direction: column; justify-content: center;
  background: var(--cream);
}
.split-copy .section-label { margin-bottom: 0.5rem; }
.split-copy h2 { font-size: clamp(1.8rem,2.5vw,2.6rem); color: var(--navy); margin-bottom: 0.4rem; }
.split-copy .subtitle {
  font-size: 0.75rem; letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--gold); font-weight: 500; font-family: 'Inter', sans-serif;
  margin-bottom: 1.4rem;
}
.split-copy p { font-size: 0.97rem; color: var(--text-mid); line-height: 1.82; margin-bottom: 1.1rem; }


/* ── SERVICE CARDS ───────────────────────── */
.services-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 1.5rem; }
.service-card {
  padding: 2.6rem 2.2rem;
  border: 1px solid var(--border);
  background: var(--white);
  transition: border-color 0.22s, box-shadow 0.22s;
  position: relative;
}
.service-card::before {
  content: ''; display: block;
  width: 40px; height: 3px; background: var(--gold);
  margin-bottom: 1.8rem;
}
.service-card:hover { border-color: var(--gold); box-shadow: 0 6px 28px rgba(0,0,0,0.07); }
.service-card h3 { font-size: 1.3rem; color: var(--navy); margin-bottom: 0.8rem; }
.service-card p  { font-size: 0.91rem; color: var(--text-mid); line-height: 1.78; margin-bottom: 1.4rem; }
.service-link {
  font-size: 0.73rem; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--gold); display: inline-flex; align-items: center; gap: 0.4rem;
}
.service-link::after { content: '→'; }


/* ── CTA BANNER ──────────────────────────── */
.cta-banner {
  background: var(--navy);
  padding: 5.5rem 2.5rem;
  text-align: center;
}
.cta-banner h2 {
  color: var(--white);
  font-size: clamp(1.8rem,3vw,2.6rem);
  margin-bottom: 0.8rem;
}
.cta-banner p {
  color: rgba(255,255,255,0.65);
  font-size: 1rem; max-width: 480px;
  margin: 0 auto 2.2rem; line-height: 1.7;
}
.cta-banner .btn-group { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }


/* ── PAGE HERO (inner pages) ─────────────── */
.page-hero {
  background: var(--navy);
  padding: 5rem 2.5rem 4rem;
}
.page-hero-inner { max-width: var(--max); margin: 0 auto; }
.page-hero .section-label { margin-bottom: 0.6rem; }
.page-hero h1 {
  font-size: clamp(2.2rem,4vw,3.4rem);
  color: var(--white); line-height: 1.12; margin-bottom: 0.8rem;
}
.page-hero p {
  color: rgba(255,255,255,0.65); font-size: 1.05rem;
  max-width: 540px; line-height: 1.72;
}


/* ── ABOUT BIO ───────────────────────────── */
.bio-grid {
  display: grid; grid-template-columns: 300px 1fr;
  gap: 4rem; align-items: start;
}
.bio-photo { width: 100%; aspect-ratio: 3/4; object-fit: cover; object-position: center top; }
.bio-name   { font-size: 2.2rem; color: var(--navy); margin-bottom: 0.3rem; }
.bio-title  {
  font-size: 0.72rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--gold); font-family: 'Inter', sans-serif; margin-bottom: 1.6rem;
}
.bio-copy p { font-size: 0.97rem; color: var(--text-mid); line-height: 1.86; margin-bottom: 1.1rem; }

.creds { margin-top: 2rem; display: flex; flex-direction: column; gap: 0.8rem; }
.cred {
  display: flex; align-items: flex-start; gap: 0.9rem;
  font-size: 0.88rem; color: var(--text-mid);
}
.cred::before {
  content: ''; display: block; flex-shrink: 0;
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--gold); margin-top: 5px;
}


/* ── STATS STRIP ─────────────────────────── */
.stats {
  background: var(--navy-dark);
  display: grid; grid-template-columns: repeat(3,1fr);
}
.stat {
  padding: 2.8rem 2rem; text-align: center;
  border-right: 1px solid rgba(255,255,255,0.08);
}
.stat:last-child { border-right: none; }
.stat-n {
  font-family: 'Cormorant Garamond', serif;
  font-size: 3rem; font-weight: 600; color: var(--gold);
}
.stat-l {
  font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.15em;
  color: rgba(255,255,255,0.5); margin-top: 0.3rem;
}


/* ── APPROACH GRID (about page) ──────────── */
.approach-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 2rem; }
.approach-item { padding: 2rem 0; border-top: 1px solid var(--border); }
.approach-num  {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2rem; color: var(--gold); margin-bottom: 0.8rem;
}
.approach-item h3 { font-size: 1.1rem; color: var(--navy); margin-bottom: 0.6rem; }
.approach-item p  { font-size: 0.88rem; color: var(--text-mid); line-height: 1.76; }


/* ── CONTACT PAGE ────────────────────────── */
.contact-grid { display: grid; grid-template-columns: 1fr 1.6fr; gap: 5rem; align-items: start; }
.contact-info-head { font-size: 1.3rem; color: var(--navy); margin-bottom: 1.6rem; }
.contact-item       { display: flex; gap: 1rem; margin-bottom: 1.8rem; }
.contact-icon       { color: var(--gold); flex-shrink: 0; margin-top: 3px; font-size: 1.2rem; }
.contact-item strong { display: block; font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.12em; color: var(--navy); margin-bottom: 0.25rem; }
.contact-item p      { font-size: 0.92rem; color: var(--text-mid); line-height: 1.6; }

/* Form */
.form-group  { margin-bottom: 1.4rem; }
.form-label  {
  display: block; font-size: 0.72rem; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.12em;
  color: var(--navy); margin-bottom: 0.5rem;
}
.form-input, .form-select, .form-textarea {
  width: 100%; padding: 0.85rem 1rem;
  border: 1.5px solid var(--border);
  background: var(--white);
  font-family: 'Inter', sans-serif; font-size: 0.93rem;
  color: var(--text-dark); outline: none;
  transition: border-color 0.2s;
  border-radius: 0; appearance: none;
}
.form-input:focus,
.form-select:focus,
.form-textarea:focus  { border-color: var(--gold); }
.form-textarea        { resize: vertical; min-height: 140px; }
.form-row             { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-note {
  font-size: 0.78rem; color: var(--text-light);
  margin-top: 1rem; line-height: 1.6;
}

/* ── FOOTER ──────────────────────────────── */
.footer { background: var(--navy-dark); padding: 4.5rem 2.5rem 2rem; }
.footer-inner { max-width: var(--max); margin: 0 auto; }
.footer-grid {
  display: grid; grid-template-columns: 2fr 1fr 1fr;
  gap: 3rem; padding-bottom: 3rem;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.footer-brand p {
  font-size: 0.88rem; color: rgba(255,255,255,0.48);
  line-height: 1.75; margin-top: 1.2rem; max-width: 280px;
}
.footer-col h4 {
  font-size: 0.68rem; font-family: 'Inter', sans-serif;
  text-transform: uppercase; letter-spacing: 0.18em;
  color: var(--gold); margin-bottom: 1.2rem;
}
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 0.65rem; }
.footer-col a  { font-size: 0.875rem; color: rgba(255,255,255,0.55); transition: color 0.2s; }
.footer-col a:hover { color: var(--white); }
.footer-col p  { font-size: 0.875rem; color: rgba(255,255,255,0.55); line-height: 1.65; }
.footer-bottom {
  display: flex; justify-content: space-between; align-items: center;
  padding-top: 1.8rem; flex-wrap: wrap; gap: 0.6rem;
}
.footer-bottom p { font-size: 0.78rem; color: rgba(255,255,255,0.35); }
.sra-tag {
  font-size: 0.72rem; color: rgba(255,255,255,0.4);
  border: 1px solid rgba(255,255,255,0.18);
  padding: 0.3rem 0.9rem; letter-spacing: 0.06em;
}


/* ── RESPONSIVE ──────────────────────────── */
@media (max-width: 900px) {
  .features       { grid-template-columns: 1fr; }
  .services-grid  { grid-template-columns: 1fr; }
  .split          { grid-template-columns: 1fr; }
  .split-photo    { min-height: 340px; }
  .split-copy     { padding: 3.5rem 2.5rem; }
  .bio-grid       { grid-template-columns: 1fr; }
  .bio-photo      { max-width: 380px; aspect-ratio: 1; }
  .approach-grid  { grid-template-columns: 1fr; }
  .contact-grid   { grid-template-columns: 1fr; gap: 3rem; }
  .footer-grid    { grid-template-columns: 1fr; gap: 2rem; }
  .stats          { grid-template-columns: 1fr; }
  .form-row       { grid-template-columns: 1fr; }
  .hero-bar       { display: none; }
  .nav-links      { gap: 1.4rem; }
}
@media (max-width: 640px) {
  .nav-links li:not(:last-child) { display: none; }
  .section, .section-sm { padding-left: 1.5rem; padding-right: 1.5rem; }
  .hero-actions { flex-direction: column; align-items: flex-start; }
  .hero-actions .btn { width: 100%; justify-content: center; }
}
