/* King's Choice Solutions — Navy & Gold, Professional Services */

/* ── Variables ─────────────────────────────────── */
:root {
  --navy:     #0B1F4B;
  --navy-mid: #1A3563;
  --navy-light: #243F7A;
  --gold:     #C8922A;
  --gold-light: #D4A84B;
  --bg:       #f8f7f4;
  --bg-alt:   #eeece8;
  --fg:       #1a1a2e;
  --fg-muted: #5a5a6e;
  --surface:  #ffffff;
  --border:   #ddd9d0;
  --border-dark: rgba(255,255,255,0.12);
}

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

html { overflow-x: hidden; }

body {
  background: var(--bg);
  color: var(--fg);
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }

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

/* ── Header / Nav ──────────────────────────────── */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--navy);
  border-bottom: 2px solid var(--gold);
  padding: 0 24px;
}

.header-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 68px;
  gap: 24px;
}

.header-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.header-logo img {
  height: 52px;
  width: auto;
}

.header-logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.logo-company {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 1.05rem;
  color: #ffffff;
  letter-spacing: 0.01em;
}

.logo-tagline {
  font-size: 0.65rem;
  color: var(--gold);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 500;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.site-nav a {
  color: rgba(255,255,255,0.8);
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  transition: color 0.2s;
}

.site-nav a:hover { color: var(--gold); }

.nav-phone-link {
  background: var(--gold);
  color: var(--navy) !important;
  font-weight: 700;
  padding: 8px 18px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: background 0.2s;
}

.nav-phone-link:hover { background: var(--gold-light); }

/* ── Mobile nav toggle ─────────────────────────── */
.nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}

.hamburger {
  display: block;
  width: 24px;
  height: 2px;
  background: white;
  position: relative;
}

.hamburger::before,
.hamburger::after {
  content: '';
  position: absolute;
  width: 24px;
  height: 2px;
  background: white;
  left: 0;
}

.hamburger::before { top: -7px; }
.hamburger::after  { top: 7px; }

/* ── Hero ─────────────────────────────────────── */
.hero {
  background: var(--navy);
  position: relative;
  overflow: hidden;
  min-height: 92vh;
  display: flex;
  flex-direction: column;
}

.hero-bg-img {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 20% 50%, rgba(26,53,99,0.7) 0%, transparent 60%),
    radial-gradient(ellipse at 80% 20%, rgba(11,31,75,0.5) 0%, transparent 50%),
    linear-gradient(160deg, #1A3563 0%, #0B1F4B 100%);
  background-size: cover;
  background-position: center;
  opacity: 1;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(11,31,75,0.95) 0%, rgba(26,53,99,0.85) 60%, rgba(11,31,75,0.7) 100%);
}

.hero-inner {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  margin: 0 auto;
  width: 100%;
  padding: 100px 24px 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  border: 1px solid rgba(200,146,42,0.4);
  padding: 6px 14px;
  border-radius: 2px;
  margin-bottom: 28px;
}

.hero-logo-wrap {
  margin-bottom: 40px;
}

.hero-logo-wrap img {
  height: 90px;
  width: auto;
  filter: drop-shadow(0 4px 24px rgba(0,0,0,0.4));
}

.hero-headline {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: clamp(2.2rem, 5vw, 4rem);
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #ffffff;
  margin-bottom: 20px;
  max-width: 640px;
}

.hero-headline .gold { color: var(--gold); }

.hero-sub {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.7);
  max-width: 480px;
  line-height: 1.7;
  margin-bottom: 40px;
}

.hero-phone-cta {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.hero-phone-number {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  color: #ffffff;
  letter-spacing: 0.02em;
  display: flex;
  align-items: center;
  gap: 12px;
}

.hero-phone-number .phone-icon {
  color: var(--gold);
  font-size: 0.85em;
}

.hero-call-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--gold);
  color: var(--navy);
  font-size: 1rem;
  font-weight: 700;
  padding: 16px 36px;
  border-radius: 3px;
  letter-spacing: 0.02em;
  transition: background 0.2s, transform 0.2s;
  width: fit-content;
}

.hero-call-btn:hover {
  background: var(--gold-light);
  transform: translateY(-2px);
}

.hero-call-note {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.45);
  letter-spacing: 0.04em;
}

/* Hero bottom stripe */
.hero-stripe {
  position: relative;
  z-index: 1;
  height: 5px;
  background: linear-gradient(90deg, var(--gold) 0%, var(--gold-light) 50%, var(--gold) 100%);
}

/* ── Services (homepage) ────────────────────────── */
.services {
  padding: 90px 24px;
  background: var(--bg);
}

.section-inner { max-width: 1180px; margin: 0 auto; }

.section-label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 14px;
}

.section-headline {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: clamp(1.75rem, 3.5vw, 2.6rem);
  line-height: 1.18;
  letter-spacing: -0.02em;
  color: var(--navy);
  margin-bottom: 16px;
}

.section-sub {
  font-size: 1rem;
  color: var(--fg-muted);
  max-width: 560px;
  line-height: 1.7;
  margin-bottom: 52px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: var(--border);
  border: 1px solid var(--border);
}

.svc-card {
  background: var(--surface);
  padding: 36px 32px;
  transition: background 0.2s;
}

.svc-card:hover { background: #fdfcf8; }

.svc-icon {
  width: 44px;
  height: 44px;
  background: var(--navy);
  color: var(--gold);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 1.2rem;
}

.svc-card h3 {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 1.05rem;
  letter-spacing: -0.01em;
  margin-bottom: 10px;
  color: var(--fg);
}

.svc-card p {
  font-size: 0.875rem;
  color: var(--fg-muted);
  line-height: 1.6;
}

/* ── Service area ──────────────────────────────── */
.service-area {
  padding: 90px 24px;
  background: var(--navy);
  color: white;
}

.service-area .section-label { color: var(--gold); }
.service-area .section-headline { color: white; }
.service-area .section-sub { color: rgba(255,255,255,0.65); }

.area-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
  margin-top: 52px;
}

.area-towns {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.area-town-chip {
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(200,146,42,0.35);
  color: rgba(255,255,255,0.9);
  font-size: 0.875rem;
  font-weight: 500;
  padding: 8px 18px;
  border-radius: 2px;
}

.area-map-img {
  width: 100%;
  border-radius: 6px;
  border: 1px solid rgba(200,146,42,0.3);
  opacity: 0.85;
}

.area-info {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.area-info-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.9rem;
  color: rgba(255,255,255,0.75);
}

.area-info-item strong { color: var(--gold); font-weight: 600; }

/* ── Process / Why us ──────────────────────────── */
.why-us {
  padding: 90px 24px;
  background: var(--bg-alt);
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 48px;
}

.why-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 36px 32px;
  position: relative;
  overflow: hidden;
}

.why-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: var(--gold);
}

.why-num {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 2.8rem;
  color: rgba(11,31,75,0.12);
  line-height: 1;
  margin-bottom: 16px;
}

.why-card h3 {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 1.1rem;
  letter-spacing: -0.01em;
  margin-bottom: 10px;
  color: var(--navy);
}

.why-card p {
  font-size: 0.875rem;
  color: var(--fg-muted);
  line-height: 1.6;
}

/* ── CTA Band ──────────────────────────────────── */
.cta-band {
  padding: 80px 24px;
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-mid) 100%);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.cta-band::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.5;
}

.cta-band-inner {
  position: relative;
  z-index: 1;
  max-width: 700px;
  margin: 0 auto;
}

.cta-band h2 {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  color: white;
  margin-bottom: 16px;
  letter-spacing: -0.02em;
}

.cta-band p {
  font-size: 1rem;
  color: rgba(255,255,255,0.65);
  margin-bottom: 40px;
  line-height: 1.7;
}

.cta-phone-big {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  color: var(--gold);
  letter-spacing: 0.02em;
  margin-bottom: 20px;
}

.cta-free-note {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.4);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* ── Footer ───────────────────────────────────── */
.site-footer {
  background: #070f1e;
  color: rgba(255,255,255,0.6);
  padding: 56px 24px 0;
}

.footer-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: start;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.footer-brand .logo-company { font-size: 1.1rem; color: white; }
.footer-brand .logo-tagline { margin-top: 4px; }

.footer-tagline {
  margin-top: 14px;
  font-size: 0.85rem;
  color: rgba(255,255,255,0.4);
  line-height: 1.6;
  max-width: 320px;
}

.footer-contact {
  text-align: right;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-contact a {
  color: var(--gold);
  font-size: 1rem;
  font-weight: 600;
}

.footer-contact span {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.35);
}

.footer-bottom {
  max-width: 1180px;
  margin: 0 auto;
  padding: 20px 0;
  font-size: 0.75rem;
  color: rgba(255,255,255,0.25);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

/* ── Service Detail Page ────────────────────────── */
.service-page {
  background: var(--navy);
  min-height: 100vh;
}

.service-hero {
  padding: 80px 24px 60px;
  position: relative;
  overflow: hidden;
}

.service-hero-inner {
  max-width: 1180px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.breadcrumb {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.45);
  margin-bottom: 20px;
  letter-spacing: 0.04em;
}

.breadcrumb a { color: var(--gold); }

.service-hero h1 {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: clamp(2rem, 4vw, 3rem);
  color: white;
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin-bottom: 16px;
  max-width: 600px;
}

.service-hero .lead {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.7);
  line-height: 1.7;
  max-width: 580px;
  margin-bottom: 36px;
}

.service-cta-phone {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: var(--gold);
  color: var(--navy);
  font-size: 1.05rem;
  font-weight: 700;
  padding: 14px 28px;
  border-radius: 3px;
  transition: background 0.2s;
}

.service-cta-phone:hover { background: var(--gold-light); }

.service-stripe { height: 4px; background: var(--gold); }

.service-body {
  background: var(--bg);
}

.service-content {
  max-width: 1180px;
  margin: 0 auto;
  padding: 72px 24px;
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 64px;
  align-items: start;
}

.service-main h2 {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 1.6rem;
  color: var(--navy);
  letter-spacing: -0.02em;
  margin-bottom: 20px;
  margin-top: 48px;
}

.service-main h2:first-child { margin-top: 0; }

.service-main p {
  font-size: 0.95rem;
  color: var(--fg-muted);
  line-height: 1.75;
  margin-bottom: 16px;
}

.service-main ul {
  list-style: none;
  margin: 16px 0 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.service-main li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.9rem;
  color: var(--fg-muted);
}

.service-main li::before {
  content: '✦';
  color: var(--gold);
  font-size: 0.75rem;
  margin-top: 4px;
  flex-shrink: 0;
}

/* Sidebar */
.service-sidebar {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.sidebar-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 28px 24px;
}

.sidebar-card h3 {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 1.05rem;
  color: var(--navy);
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--border);
}

.sidebar-phone {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 1.5rem;
  color: var(--navy);
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}

.sidebar-phone .phone-icon { color: var(--gold); }

.sidebar-note {
  font-size: 0.8rem;
  color: var(--fg-muted);
  margin-bottom: 20px;
}

.sidebar-services {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.sidebar-services li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.875rem;
  color: var(--fg);
}

.sidebar-services li::before {
  content: '→';
  color: var(--gold);
  font-weight: 600;
}

/* ── Responsive ───────────────────────────────── */
@media (max-width: 900px) {
  .service-content {
    grid-template-columns: 1fr;
  }
  .service-sidebar { order: -1; }
  .area-grid { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  .site-nav { display: none; }
  .nav-toggle { display: block; }
  .header-inner { flex-wrap: wrap; }
  .hero-inner { padding-top: 72px; }
  .services-grid { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-contact { text-align: left; }
  .footer-bottom { flex-direction: column; text-align: center; }
}

@media (max-width: 480px) {
  .hero-headline { font-size: 1.9rem; }
  .hero-phone-number { font-size: 1.6rem; }
  .hero-call-btn { font-size: 0.9rem; padding: 14px 28px; }
}