/* Sold by Scheer - soldbyscheer.com
   Brand system shared with scheerlegal.com */

:root {
  --navy: #0B1F3A;
  --navy-700: #0E2548;
  --navy-500: #14315F;
  --navy-50: #E7ECF3;
  --gold: #C19A3B;
  --gold-soft: #E0C97F;
  --cream: #FAF7F2;
  --cream-2: #F2EDE3;
  --ink: #1A1A1A;
  --ink-soft: #3F3F46;
  --muted: #6B7280;
  --line: #E5E1D7;
  --white: #FFFFFF;
  --max-w: 1200px;
  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 20px;
  --shadow-sm: 0 1px 2px rgba(11,31,58,0.06), 0 1px 3px rgba(11,31,58,0.08);
  --shadow-md: 0 6px 20px rgba(11,31,58,0.08), 0 2px 6px rgba(11,31,58,0.06);
  --shadow-lg: 0 16px 40px rgba(11,31,58,0.14);
}

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

html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.65;
  font-size: 16.5px;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }

a { color: var(--navy-500); text-decoration: none; }

.wrap { max-width: var(--max-w); margin: 0 auto; padding: 0 24px; }

h1, h2, h3, .serif {
  font-family: 'Playfair Display', Georgia, 'Times New Roman', serif;
  color: var(--navy);
  font-weight: 700;
  line-height: 1.15;
}

h1 { font-size: clamp(2.2rem, 5vw, 3.6rem); letter-spacing: -0.01em; }
h2 { font-size: clamp(1.7rem, 3.5vw, 2.4rem); margin-bottom: 0.5em; }
h3 { font-size: 1.25rem; margin-bottom: 0.4em; }

.kicker {
  display: block;
  font-family: 'Inter', sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 14px;
}

.lead { font-size: 1.13rem; color: var(--ink-soft); max-width: 62ch; }

/* ---------- Header ---------- */

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(250, 247, 242, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}

.site-header .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 76px;
  gap: 20px;
}

.brand { display: flex; flex-direction: column; line-height: 1.1; }

.brand .brand-name {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 700;
  font-size: 1.35rem;
  color: var(--navy);
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.brand .brand-name em { font-style: normal; color: var(--gold); }

.brand .brand-sub {
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 3px;
}

.main-nav { display: flex; align-items: center; gap: 26px; }

.main-nav a {
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--ink-soft);
  padding: 6px 2px;
  border-bottom: 2px solid transparent;
  transition: color .15s, border-color .15s;
}

.main-nav a:hover { color: var(--navy); }
.main-nav a.active { color: var(--navy); border-bottom-color: var(--gold); }

.btn {
  display: inline-block;
  font-weight: 600;
  font-size: 0.98rem;
  padding: 13px 26px;
  border-radius: 999px;
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: transform .12s, box-shadow .12s, background .15s;
}

.btn-primary { background: var(--navy); color: var(--white); box-shadow: var(--shadow-sm); }
.btn-primary:hover { background: var(--navy-700); transform: translateY(-1px); box-shadow: var(--shadow-md); }

.btn-outline { border-color: var(--navy); color: var(--navy); background: transparent; }
.btn-outline:hover { background: var(--navy-50); }

.btn-gold { background: var(--gold); color: var(--navy); }
.btn-gold:hover { background: var(--gold-soft); }

.header-cta { white-space: nowrap; }

.nav-toggle { display: none; background: none; border: none; font-size: 1.7rem; color: var(--navy); cursor: pointer; }

/* ---------- Hero ---------- */

.hero { padding: 84px 0 72px; background: linear-gradient(160deg, var(--cream) 55%, var(--cream-2) 100%); }

.hero .wrap { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 56px; align-items: center; }

.hero p.lead { margin: 22px 0 30px; }

.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }

.hero-photo { position: relative; }

.hero-photo img {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  width: 100%;
  max-width: 440px;
  margin-left: auto;
}

.hero-photo .photo-badge {
  position: absolute;
  bottom: -18px;
  left: 8px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-md);
  padding: 12px 18px;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--navy);
}

.hero-photo .photo-badge span { display: block; font-weight: 400; color: var(--muted); font-size: 0.78rem; }

/* ---------- Stats band ---------- */

.stats-band { background: var(--navy); color: var(--white); padding: 44px 0; }

.stats-band .wrap { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; text-align: center; }

.stat .stat-big {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.9rem;
  font-weight: 700;
  color: var(--gold-soft);
}

.stat .stat-label { font-size: 0.85rem; color: rgba(255,255,255,0.75); margin-top: 4px; }

/* ---------- Sections ---------- */

section.block { padding: 84px 0; }
section.block.tint { background: var(--cream-2); }
section.block.white { background: var(--white); }

.section-head { max-width: 720px; margin-bottom: 48px; }

.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }

.card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 30px 28px;
  box-shadow: var(--shadow-sm);
  transition: transform .15s, box-shadow .15s;
}

.card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }

.card .card-icon {
  width: 46px; height: 46px;
  border-radius: 10px;
  background: var(--navy-50);
  color: var(--navy);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.3rem;
  margin-bottom: 18px;
}

.card p { color: var(--ink-soft); font-size: 0.97rem; }

.card a.card-link { display: inline-block; margin-top: 14px; font-weight: 600; font-size: 0.92rem; color: var(--navy); }
.card a.card-link::after { content: ' \2192'; color: var(--gold); }

/* ---------- Split / feature rows ---------- */

.feature-row { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.feature-row + .feature-row { margin-top: 72px; }

.feature-row img { border-radius: var(--radius-lg); box-shadow: var(--shadow-md); }

ul.checklist { list-style: none; margin-top: 18px; }

ul.checklist li {
  padding-left: 32px;
  position: relative;
  margin-bottom: 12px;
  color: var(--ink-soft);
}

ul.checklist li::before {
  content: '\2713';
  position: absolute;
  left: 0; top: 1px;
  width: 21px; height: 21px;
  border-radius: 50%;
  background: var(--gold);
  color: var(--navy);
  font-size: 0.75rem;
  font-weight: 700;
  display: flex; align-items: center; justify-content: center;
}

ul.checklist li strong { color: var(--ink); }

/* ---------- Process timeline ---------- */

.process { counter-reset: step; }

.process-step {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 22px;
  padding: 26px 0;
  border-bottom: 1px solid var(--line);
}

.process-step:last-child { border-bottom: none; }

.process-step .num {
  counter-increment: step;
  width: 52px; height: 52px;
  border-radius: 50%;
  background: var(--navy);
  color: var(--gold-soft);
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.3rem;
  font-weight: 700;
  display: flex; align-items: center; justify-content: center;
}

.process-step .num::before { content: counter(step); }

.process-step p { color: var(--ink-soft); font-size: 0.98rem; }

/* ---------- Dual role banner ---------- */

.dual-banner {
  background: var(--navy);
  border-radius: var(--radius-lg);
  color: var(--white);
  padding: 56px;
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 40px;
  align-items: center;
  box-shadow: var(--shadow-lg);
}

.dual-banner h2 { color: var(--white); }
.dual-banner h2 em { font-style: normal; color: var(--gold-soft); }
.dual-banner p { color: rgba(255,255,255,0.82); margin-top: 14px; }
.dual-banner .actions { display: flex; flex-direction: column; gap: 14px; align-items: stretch; text-align: center; }

/* ---------- Imagery ---------- */

.side-img {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  margin-top: 28px;
  width: 100%;
  max-width: 460px;
}

.banner-strip { line-height: 0; }

.banner-strip img {
  width: 100%;
  max-height: 340px;
  object-fit: cover;
}

/* ---------- FAQ ---------- */

.faq-item {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  margin-bottom: 14px;
  overflow: hidden;
}

.faq-item summary {
  cursor: pointer;
  padding: 20px 24px;
  font-weight: 600;
  color: var(--navy);
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.faq-item summary::-webkit-details-marker { display: none; }

.faq-item summary::after { content: '+'; font-size: 1.4rem; color: var(--gold); flex-shrink: 0; }
.faq-item[open] summary::after { content: '\2212'; }

.faq-item .faq-body { padding: 0 24px 22px; color: var(--ink-soft); font-size: 0.97rem; }

/* ---------- CTA ---------- */

.cta-final { text-align: center; padding: 90px 0; background: var(--cream-2); }
.cta-final h2 { max-width: 640px; margin: 0 auto 16px; }
.cta-final p { max-width: 560px; margin: 0 auto 30px; color: var(--ink-soft); }
.cta-final .hero-actions { justify-content: center; }

/* ---------- Contact ---------- */

.contact-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; margin-top: 40px; }

.contact-cards .card { text-align: center; }
.contact-cards .card a.big { font-size: 1.15rem; font-weight: 700; color: var(--navy); }

/* ---------- Footer ---------- */

.site-footer { background: var(--navy); color: rgba(255,255,255,0.78); padding: 64px 0 36px; font-size: 0.92rem; }

.site-footer .foot-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255,255,255,0.14);
}

.site-footer .brand-name { color: var(--white); font-size: 1.25rem; }
.site-footer .brand-sub { color: rgba(255,255,255,0.55); }

.site-footer h4 {
  color: var(--gold-soft);
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.site-footer ul { list-style: none; }
.site-footer li { margin-bottom: 9px; }
.site-footer a { color: rgba(255,255,255,0.78); }
.site-footer a:hover { color: var(--white); }

.foot-legal { padding-top: 28px; font-size: 0.8rem; color: rgba(255,255,255,0.55); line-height: 1.7; }
.foot-legal p { margin-bottom: 10px; }

.eho { display: inline-flex; align-items: center; gap: 8px; margin-top: 6px; }
.eho svg { width: 26px; height: 26px; fill: rgba(255,255,255,0.7); }

/* ---------- Page hero (interior pages) ---------- */

.page-hero { padding: 72px 0 56px; background: linear-gradient(160deg, var(--cream) 55%, var(--cream-2) 100%); }
.page-hero .lead { margin-top: 18px; }

/* ---------- Responsive ---------- */

@media (max-width: 980px) {
  .hero .wrap, .grid-2, .feature-row, .dual-banner { grid-template-columns: 1fr; }
  .grid-3, .contact-cards { grid-template-columns: 1fr 1fr; }
  .stats-band .wrap { grid-template-columns: 1fr 1fr; gap: 32px; }
  .hero-photo img { margin: 0 auto; }
  .feature-row.flip { direction: ltr; }
  .dual-banner { padding: 40px 28px; }
}

@media (max-width: 720px) {
  .main-nav {
    display: none;
    position: absolute;
    top: 76px; left: 0; right: 0;
    background: var(--cream);
    border-bottom: 1px solid var(--line);
    flex-direction: column;
    padding: 18px 24px 24px;
    gap: 16px;
    box-shadow: var(--shadow-md);
  }
  .main-nav.open { display: flex; }
  .nav-toggle { display: block; }
  .header-cta { display: none; }
  .grid-3, .contact-cards { grid-template-columns: 1fr; }
  section.block { padding: 60px 0; }
  .hero { padding: 56px 0; }
}
