/* Sun State Legal PLLC — overlay on Hill Law visual system.
   Navy #1F3864 / gold #c9a227. English only. Header slide: hill-header.js */

:root {
  --navy: #1F3864;
  --navy-dark: #152a4a;
  --navy-light: #2a4a7a;
  --gold: #c9a227;
  --gold-soft: #d4b84a;
}

/* Header-actions is Client Login, not the language trapezoid */
.header-actions {
  width: auto;
  max-width: none;
  align-items: flex-end;
}

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

.brand-name {
  font-size: calc(var(--brand-mark-size) * 0.155);
}

.brand-tag {
  letter-spacing: 0.05em;
  white-space: normal;
}

/* Longer Sunstate H1 than Hill's "Bond and Removal…" */
.hero-voice h1,
.hero-voice .hero-copy h1,
.hero h1,
.hero-copy h1 {
  max-width: 24ch;
}

/* Honor reduced motion for the sliding header (Hill's file does not yet) */
@media (prefers-reduced-motion: reduce) {
  .site-header {
    transition: none !important;
  }
  body.header-away .site-header {
    transform: none;
    pointer-events: auto;
  }
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(16rem, 0.9fr);
  gap: 2rem 2.25rem;
  align-items: start;
}

.contact-card,
.contact-form {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 1.5rem 1.4rem 1.4rem;
}

.contact-card {
  border-top: 4px solid var(--gold);
}

.contact-card h2,
.contact-form h2 {
  margin: 0 0 0.65rem;
  font-size: 1.35rem;
}

.contact-form .form-help {
  margin: 0 0 1.15rem;
  color: var(--muted);
  font-size: 0.95rem;
}

.contact-dl {
  margin: 0;
}

.contact-dl div {
  padding: 0.7rem 0;
  border-bottom: 1px solid var(--border);
}

.contact-dl div:last-child {
  border-bottom: 0;
}

.contact-dl dt {
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 700;
  margin: 0 0 0.25rem;
}

.contact-dl dd {
  margin: 0;
  color: var(--text);
}

.svc-detail-card h2 {
  margin: 0 0 0.55rem;
  font-size: 1.35rem;
}

.svc-includes {
  margin: 0 0 1.1rem;
  padding-left: 1.15rem;
  color: var(--muted);
}

.svc-includes li { margin: 0.35rem 0; }

.svc-includes-h {
  font-size: 0.95rem;
  margin: 1rem 0 0.4rem;
}

.page-hero-head {
  text-align: left;
  max-width: 46rem;
  margin-left: 0;
}

.arizona-band {
  position: relative;
  overflow: hidden;
  color: #fff;
}

.arizona-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(21, 42, 74, 0.82) 0%, rgba(31, 56, 100, 0.72) 55%, rgba(21, 42, 74, 0.78) 100%),
    url("../assets/photos/hero-cactus.png") center 40% / cover no-repeat;
}

.arizona-band .container { position: relative; z-index: 1; }
.arizona-band h2,
.arizona-band p { color: #fff; }
.arizona-band .section-head p { color: rgba(255, 255, 255, 0.9); }
.arizona-band .value-card h3 { color: var(--navy); }
.arizona-band .value-card p { color: var(--muted); }

.fees-note {
  margin: 1.5rem auto 0;
  max-width: 42rem;
  text-align: center;
  color: var(--muted);
  font-size: 0.95rem;
}

.map-note {
  margin-top: 0.85rem;
  font-size: 0.92rem;
  color: var(--muted);
}

@media (max-width: 900px) {
  .contact-grid { grid-template-columns: 1fr; }
  .header-actions {
    width: auto;
    justify-self: center;
  }
}

@media (max-width: 640px) {
  .brand-name {
    white-space: normal;
    line-height: 1.12;
    max-width: 14ch;
  }
  .brand-tag {
    max-width: 22ch;
  }
}
