/* ===== Warriors Group | Robby Guerrero — Site Stylesheet (Dark Theme) ===== */

:root {
  --maroon: #e0231d;
  --maroon-dark: #a8180f;
  --gold: #c9a24b;
  --charcoal: #1c1c1c;
  --gray: #a3a3a3;
  --light-bg: #141414;
  --white: #ffffff;
  --text: #f2f2f2;
  --surface: #1b1b1b;
  --bg: #0a0a0a;
  --border: #2b2b2b;
  --shadow: 0 10px 30px rgba(0,0,0,0.55);
  --radius: 10px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
}

a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }

.container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ---------- Header / Nav ---------- */
header.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--bg);
  border-bottom: 1px solid var(--border);
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  max-width: 1240px;
  margin: 0 auto;
}

.brand {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  line-height: 1.1;
  flex-shrink: 0;
}

.brand-text {
  display: flex;
  flex-direction: column;
}

.brand-name {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--maroon);
  letter-spacing: 0.3px;
}

.brand-sub {
  font-size: 0.68rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--gray);
  margin-top: 2px;
}

/* ---------- Warriors Group brand mark ---------- */
.wg-badge {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
}

.wg-badge img {
  width: 34px;
  height: auto;
  display: block;
}

.wg-badge-sm {
  width: 34px;
  height: 34px;
  border-radius: 8px;
}

.wg-badge-sm img { width: 26px; }

.wg-card {
  width: 100%;
  height: 100%;
  background: var(--surface);
  border-radius: inherit;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 20px;
  text-align: center;
}

.wg-card .wg-mark-lg {
  width: 42%;
  max-width: 130px;
  height: auto;
}

.wg-wordmark {
  color: var(--white);
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 0.95rem;
}

.hero-tagline {
  font-size: 1.05rem;
  font-style: italic;
  color: #f6e9c9;
  margin: 0 0 18px;
  max-width: 520px;
}

.hero-tagline em, .hero-tagline strong {
  color: var(--gold);
  font-style: italic;
  font-weight: 700;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.footer-brand-text {
  font-weight: 700;
  letter-spacing: 1.5px;
  color: var(--white);
  font-size: 0.95rem;
}

.footer-tagline {
  font-style: italic;
  font-size: 0.82rem;
  color: var(--gray);
  margin-top: 10px;
  max-width: 280px;
}

.footer-tagline em {
  color: var(--gold);
  font-style: italic;
  font-weight: 700;
}

nav.main-nav ul {
  list-style: none;
  display: flex;
  gap: 22px;
  margin: 0;
  padding: 0;
}

nav.main-nav li {
  flex-shrink: 0;
}

nav.main-nav a {
  font-weight: 500;
  font-size: 0.95rem;
  color: var(--text);
  padding-bottom: 4px;
  border-bottom: 2px solid transparent;
  transition: border-color 0.2s, color 0.2s;
  white-space: nowrap;
}

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

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

.phone-link {
  font-weight: 600;
  font-size: 0.92rem;
  color: var(--maroon);
  white-space: nowrap;
}

.btn {
  display: inline-block;
  padding: 12px 26px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.92rem;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.2s ease;
  cursor: pointer;
  border: none;
}

.btn-primary {
  background: var(--maroon);
  color: var(--white);
}

.btn-primary:hover {
  background: var(--maroon-dark);
  transform: translateY(-1px);
  box-shadow: var(--shadow);
}

.btn-outline {
  background: transparent;
  color: var(--maroon);
  border: 2px solid var(--maroon);
}

.btn-outline:hover {
  background: var(--maroon);
  color: var(--white);
}

.btn-gold {
  background: var(--gold);
  color: var(--white);
}

.btn-gold:hover {
  background: #b3903f;
}

.yt-btn {
  margin-top: 14px;
  display: inline-block;
}

.footer-btns {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-btns .btn {
  width: 100%;
  text-align: center;
  padding: 10px 18px;
  font-size: 0.86rem;
}

/* ---------- Areas Dropdown ---------- */
.nav-areas {
  position: relative;
}

.nav-areas-toggle {
  background: none;
  border: none;
  font-family: inherit;
  font-weight: 500;
  font-size: 0.95rem;
  color: var(--text);
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 0 0 4px;
  border-bottom: 2px solid transparent;
  transition: border-color 0.2s, color 0.2s;
}

.nav-areas-toggle:hover {
  color: var(--maroon);
  border-bottom-color: var(--gold);
}

.nav-caret {
  font-size: 0.6rem;
  transition: transform 0.2s ease;
}

.nav-areas.open .nav-areas-toggle {
  color: var(--maroon);
  border-bottom-color: var(--gold);
}

.nav-areas.open .nav-caret {
  transform: rotate(180deg);
}

.nav-areas-panel {
  display: none;
  position: absolute;
  top: calc(100% + 14px);
  left: 50%;
  transform: translateX(-50%);
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 22px;
  width: 520px;
  z-index: 200;
}

.nav-areas.open .nav-areas-panel {
  display: block;
}

.nav-areas-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4px 24px;
}

.nav-areas-grid a {
  display: block;
  padding: 7px 6px;
  font-size: 0.9rem;
  color: var(--text);
  border-radius: 6px;
}

.nav-areas-grid a:hover {
  color: var(--maroon);
  background: var(--surface);
}

.nav-areas-panel-footer {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--border);
  text-align: center;
}

.nav-areas-panel-footer a {
  color: var(--gold);
  font-weight: 600;
  font-size: 0.9rem;
}

@media (max-width: 900px) {
  .nav-areas-toggle {
    width: 100%;
    justify-content: space-between;
    padding: 14px 4px;
    border-bottom: 1px solid var(--border);
  }
  .nav-areas-panel {
    display: none;
    position: static;
    transform: none;
    width: auto;
    box-shadow: none;
    border: none;
    background: transparent;
    padding: 6px 0 6px 10px;
  }
  .nav-areas.open .nav-areas-panel {
    display: block;
  }
  .nav-areas-grid {
    grid-template-columns: 1fr;
  }
}

/* mobile nav toggle */
.nav-toggle {
  display: none;
  background: none;
  border: none;
  color: var(--text);
  font-size: 1.5rem;
  cursor: pointer;
  padding: 4px 6px;
  line-height: 1;
}

/* ---------- Hero ---------- */
.hero {
  background: linear-gradient(135deg, #2a0605 0%, #000000 100%);
  color: var(--white);
  padding: 90px 24px;
  border-bottom: 1px solid var(--border);
}

.hero-inner {
  max-width: 1140px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 50px;
  align-items: center;
}

.hero-eyebrow {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.8rem;
  color: var(--gold);
  font-weight: 600;
  margin-bottom: 14px;
}

.hero h1 {
  font-size: 2.6rem;
  line-height: 1.15;
  margin: 0 0 18px;
  font-weight: 700;
}

.hero p.lead {
  font-size: 1.08rem;
  color: #d9d9d9;
  margin-bottom: 30px;
  max-width: 520px;
}

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

.hero-actions .btn-outline {
  color: var(--white);
  border-color: var(--white);
}

.hero-actions .btn-outline:hover {
  background: var(--white);
  color: var(--maroon);
}

.hero-photo {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 24px;
  border: 3px solid var(--gold);
  overflow: hidden;
  max-width: 300px;
  margin: 0 auto;
  box-shadow: var(--shadow);
  background: var(--surface);
}

.hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ---------- Sections ---------- */
section {
  padding: 70px 0;
}

.section-alt {
  background: var(--light-bg);
}

.section-head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 46px;
}

.section-eyebrow {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.78rem;
  color: var(--gold);
  font-weight: 700;
  margin-bottom: 10px;
}

.section-head h2 {
  font-size: 2rem;
  margin: 0 0 12px;
  color: var(--text);
}

.section-head p {
  color: var(--gray);
  margin: 0;
}

/* ---------- Stats / Achievements ---------- */
.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.stat-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 30px 24px;
  text-align: center;
  box-shadow: var(--shadow);
}

.stat-card .stat-num {
  font-size: 2.1rem;
  font-weight: 700;
  color: var(--maroon);
  margin-bottom: 6px;
}

.stat-card .stat-label {
  font-size: 0.92rem;
  color: var(--gray);
}

/* ---------- Service Areas ---------- */
.areas-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.area-pill {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 20px 14px;
  text-align: center;
  font-weight: 600;
  color: var(--maroon);
}

/* ---------- Service Area Slideshow ---------- */
.areas-slideshow-wrap {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
}

.areas-slideshow {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 4px 4px 12px;
  scrollbar-width: thin;
  scrollbar-color: var(--border) transparent;
}

.areas-slideshow::-webkit-scrollbar {
  height: 8px;
}

.areas-slideshow::-webkit-scrollbar-thumb {
  background: var(--border);
  border-radius: 4px;
}

.area-card {
  flex: 0 0 220px;
  scroll-snap-align: start;
  cursor: pointer;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.area-card-photo {
  position: relative;
  aspect-ratio: 4 / 3;
  background: repeating-linear-gradient(135deg, #202020, #202020 10px, #181818 10px, #181818 20px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6b6b6b;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.area-card-play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,0.25);
  transition: background 0.2s ease;
}

.area-card:hover .area-card-play {
  background: rgba(0,0,0,0.5);
}

.area-card-play-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--gold);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}

.area-card-name {
  padding: 12px 14px;
  font-weight: 600;
  text-align: center;
  color: var(--text);
}

.areas-scroll-btn {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--border);
  background: var(--surface);
  color: var(--text);
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.areas-scroll-btn:hover {
  border-color: var(--gold);
  color: var(--gold);
}

.areas-grid-page {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
  gap: 20px;
}

@media (max-width: 640px) {
  .areas-grid-page {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
}

/* ---------- Homepage Areas Mosaic ---------- */
.areas-mosaic {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(4, 140px);
  grid-template-areas:
    "a1 a1 a2 a3"
    "a1 a1 a2 a4"
    "a5 a6 a6 a7"
    "a8 a6 a6 a7";
  gap: 10px;
}

.mosaic-tile {
  position: relative;
  display: block;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}

.mosaic-tile-1 { grid-area: a1; }
.mosaic-tile-2 { grid-area: a2; }
.mosaic-tile-3 { grid-area: a3; }
.mosaic-tile-4 { grid-area: a4; }
.mosaic-tile-5 { grid-area: a5; }
.mosaic-tile-6 { grid-area: a6; }
.mosaic-tile-7 { grid-area: a7; }
.mosaic-tile-8 { grid-area: a8; }

/* Placeholder look (shown when a tile has no data-photos assigned). Each tile has
   two stacked photo layers (-a and -b); the rotation script crossfades between them
   by toggling opacity, and re-randomizes the timing on every tick so tiles never
   rotate in sync with each other. To give a tile real photos, set
   data-photos="img1.jpg,img2.jpg,img3.jpg" on the <a class="mosaic-tile ..."> element. */
.mosaic-tile-photo {
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(135deg, #202020, #202020 10px, #181818 10px, #181818 20px);
  background-size: cover;
  background-position: center;
  transition: filter 0.2s ease, opacity 1.1s ease;
}

.mosaic-tile-photo-b {
  background: none;
  opacity: 0;
}

.mosaic-tile-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mosaic-tile-placeholder-text {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6b6b6b;
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  padding: 0 10px;
  z-index: 1;
}

.mosaic-tile.has-photos .mosaic-tile-placeholder-text {
  display: none;
}

.mosaic-tile-label {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 12px 8px;
  background: linear-gradient(to top, rgba(0,0,0,0.85), rgba(0,0,0,0));
  color: var(--white);
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.3px;
}

.mosaic-tile:hover .mosaic-tile-photo {
  filter: brightness(1.15);
}

.areas-mosaic-cta {
  text-align: center;
  margin-top: 24px;
}

@media (max-width: 900px) {
  .areas-mosaic {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: none;
    gap: 14px;
  }
  .mosaic-tile {
    grid-area: auto !important;
    aspect-ratio: 4 / 3;
  }
}

@media (max-width: 480px) {
  .areas-mosaic {
    grid-template-columns: 1fr;
  }
}

/* ---------- Video Lightbox Modal ---------- */
.video-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.85);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  z-index: 1000;
}

.video-modal-overlay.open {
  display: flex;
}

.video-modal {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  max-width: 720px;
  width: 100%;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.video-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  border-bottom: 1px solid var(--border);
}

.video-modal-header h3 {
  margin: 0;
  font-size: 1.1rem;
  color: var(--gold);
}

.video-modal-close {
  background: none;
  border: none;
  color: var(--gray);
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
}

.video-modal-close:hover {
  color: var(--text);
}

.video-modal-body {
  aspect-ratio: 16 / 9;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-modal-body iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.video-modal-placeholder {
  color: var(--gray);
  text-align: center;
  padding: 20px;
  font-size: 0.95rem;
}

@media (max-width: 640px) {
  .areas-scroll-btn { display: none; }
  .area-card { flex-basis: 180px; }
}

/* ---------- Area Landing Pages ---------- */
.area-hero-photo {
  aspect-ratio: 21 / 9;
  background: repeating-linear-gradient(135deg, #202020, #202020 10px, #181818 10px, #181818 20px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6b6b6b;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.9rem;
}

.area-video-block {
  text-align: center;
}

.area-video-placeholder {
  max-width: 720px;
  margin: 0 auto;
  aspect-ratio: 16 / 9;
  background: repeating-linear-gradient(135deg, #202020, #202020 10px, #181818 10px, #181818 20px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6b6b6b;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: var(--radius);
  border: 1px solid var(--border);
}

.area-video-caption {
  color: var(--gray);
  font-size: 0.9rem;
  margin-top: 14px;
}

.area-video-caption a {
  color: var(--gold);
  font-weight: 600;
}

.area-transcript-block {
  max-width: 720px;
  margin: 20px auto 0;
  text-align: left;
}

.transcript-toggle {
  background: none;
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 10px 22px;
  color: var(--text);
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: inherit;
  font-weight: 600;
  font-size: 0.9rem;
  margin: 0 auto;
  transition: border-color 0.2s ease, color 0.2s ease;
}

.transcript-toggle:hover {
  border-color: var(--gold);
  color: var(--gold);
}

.transcript-caret {
  font-size: 0.65rem;
  transition: transform 0.2s ease;
}

.area-transcript-block.open .transcript-caret {
  transform: rotate(180deg);
}

.transcript-content {
  display: none;
  margin-top: 14px;
  padding: 20px 24px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  color: var(--gray);
  line-height: 1.7;
  font-size: 0.95rem;
}

.area-transcript-block.open .transcript-content {
  display: block;
}

.area-overview p {
  color: var(--gray);
  margin-bottom: 16px;
}

.area-highlights-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.area-highlight-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 20px 22px;
  color: var(--text);
  font-weight: 500;
  box-shadow: var(--shadow);
}

.listings-placeholder {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 40px;
  text-align: center;
  box-shadow: var(--shadow);
}

.listings-placeholder p {
  color: var(--gray);
  max-width: 560px;
  margin: 0 auto 22px;
}

.area-faq-item {
  border-bottom: 1px solid var(--border);
  padding: 20px 0;
}

.area-faq-item:last-child {
  border-bottom: none;
}

.area-faq-item h3 {
  margin: 0 0 8px;
  font-size: 1.05rem;
  color: var(--text);
}

.area-faq-item p {
  margin: 0;
  color: var(--gray);
  font-size: 0.95rem;
}

.nearby-areas-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.nearby-areas-list a {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 8px 18px;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--maroon);
}

@media (max-width: 640px) {
  .area-highlights-grid { grid-template-columns: 1fr; }
}

/* ---------- Cards (services / listings) ---------- */
.cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
}

.card-body {
  padding: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.card h3 {
  margin: 0 0 10px;
  font-size: 1.15rem;
  color: var(--text);
}

.card p {
  color: var(--gray);
  font-size: 0.94rem;
  flex: 1;
}

.photo-placeholder {
  background: repeating-linear-gradient(135deg, #202020, #202020 10px, #181818 10px, #181818 20px);
  aspect-ratio: 4 / 3;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6b6b6b;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.listing-price {
  color: var(--maroon);
  font-weight: 700;
  font-size: 1.2rem;
  margin-bottom: 4px;
}

.listing-meta {
  font-size: 0.85rem;
  color: var(--gray);
  margin-bottom: 10px;
}

.badge {
  display: inline-block;
  background: var(--gold);
  color: var(--white);
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 4px 10px;
  border-radius: 999px;
  margin-bottom: 10px;
  width: fit-content;
}

/* ---------- About page ---------- */
.about-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 60px;
  align-items: start;
}

.about-photo {
  width: 100%;
  aspect-ratio: 3 / 4;
  border-radius: var(--radius);
  background: linear-gradient(135deg, var(--maroon), var(--maroon-dark));
  overflow: hidden;
  box-shadow: var(--shadow);
}

.about-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.about-photo-note {
  text-align: center;
  font-size: 0.8rem;
  color: var(--gray);
  margin-top: 10px;
}

.achievements-list {
  list-style: none;
  margin: 26px 0 0;
  padding: 0;
}

.achievements-list li {
  display: flex;
  gap: 14px;
  padding: 16px 0;
  border-bottom: 1px solid var(--border);
}

.achievements-list li:last-child { border-bottom: none; }

.achv-icon {
  color: var(--gold);
  font-size: 1.3rem;
  flex-shrink: 0;
}

/* ---------- Contact ---------- */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}

.contact-info-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 30px;
  box-shadow: var(--shadow);
}

.contact-info-card h3 {
  margin-top: 0;
  color: var(--maroon);
}

.contact-row {
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
  align-items: flex-start;
}

.contact-row strong {
  display: block;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--gray);
}

.fee-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 22px;
}

.fee-item {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 16px 18px;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.15s ease;
}

.fee-item.active {
  border-color: var(--maroon);
  background: rgba(224, 35, 29, 0.1);
  box-shadow: 0 0 0 1px var(--maroon);
  transform: translateY(-2px);
}

.fee-item h4 {
  margin: 0 0 8px;
  font-size: 1rem;
  color: var(--text);
}

.fee-item .fee-amount {
  color: var(--maroon);
  font-weight: 700;
  font-size: 1.3rem;
}

.fee-item .fee-note {
  font-size: 0.85rem;
  color: var(--gray);
}

form.contact-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

form.contact-form label {
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 6px;
  display: block;
}

form.contact-form input,
form.contact-form textarea,
form.contact-form select {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--border);
  border-radius: 8px;
  font-family: inherit;
  font-size: 0.95rem;
  background: var(--surface);
  color: var(--text);
}

form.contact-form input::placeholder,
form.contact-form textarea::placeholder {
  color: #777;
}

form.contact-form textarea { resize: vertical; min-height: 120px; }

form.contact-form input[type="file"] {
  background: transparent;
  border: 1px dashed var(--border);
  padding: 14px;
  color: var(--gray);
}

.form-note {
  font-size: 0.8rem;
  color: var(--gray);
  margin-top: 4px;
}

/* ---------- CTA band ---------- */
.cta-band {
  background: var(--charcoal);
  color: var(--white);
  text-align: center;
  padding: 60px 24px;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.cta-band h2 {
  margin: 0 0 16px;
  font-size: 1.8rem;
}

.cta-band p {
  color: #cfcfcf;
  margin: 0 0 28px;
}

/* ---------- Footer ---------- */
footer.site-footer {
  background: var(--light-bg);
  color: #c9c9c9;
  padding: 50px 24px 26px;
  border-top: 2px solid var(--maroon);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 40px;
  max-width: 1140px;
  margin: 0 auto 30px;
}

.footer-grid h4 {
  color: var(--gold);
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 16px;
}

.footer-grid ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-grid li { margin-bottom: 10px; font-size: 0.92rem; }

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  max-width: 1140px;
  margin: 0 auto;
  padding-top: 20px;
  font-size: 0.8rem;
  color: #8a8a8a;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

/* ---------- Page header (interior pages) ---------- */
.page-header {
  background: var(--light-bg);
  padding: 60px 24px 50px;
  text-align: center;
  border-bottom: 1px solid var(--border);
}

.page-header h1 {
  font-size: 2.3rem;
  margin: 0 0 12px;
  color: var(--maroon);
}

.page-header p {
  color: var(--gray);
  max-width: 560px;
  margin: 0 auto;
}

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .nav-wrap { position: relative; flex-wrap: nowrap; padding: 14px 16px; }
  .header-cta { gap: 10px; flex-shrink: 0; }

  nav.main-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--bg);
    border-bottom: 1px solid var(--border);
    padding: 6px 24px 18px;
    box-shadow: var(--shadow);
    z-index: 99;
  }

  nav.main-nav.nav-open { display: block; }

  nav.main-nav ul {
    flex-direction: column;
    gap: 0;
  }

  nav.main-nav li { width: 100%; }

  nav.main-nav a {
    display: block;
    padding: 14px 4px;
    border-bottom: 1px solid var(--border);
  }

  nav.main-nav li:last-child a { border-bottom: none; }

  .nav-toggle { display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; }

  .brand { min-width: 0; }
  .brand-text { min-width: 0; overflow: hidden; }
  .brand-name, .brand-sub {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .phone-link { font-size: 0.82rem; }

  .hero-inner { grid-template-columns: 1fr; text-align: center; }
  .hero-actions { justify-content: center; }
  .hero-photo { margin: 0 auto; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .areas-grid { grid-template-columns: repeat(2, 1fr); }
  .cards-grid { grid-template-columns: 1fr; }
  .about-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  .header-cta .btn-primary { display: none; }
  .brand-sub { display: none; }
  .wg-badge { width: 36px; height: 36px; }
  .wg-badge img { width: 28px; }
  .brand-name { font-size: 1.05rem; }
  .phone-link { font-size: 0.78rem; }
}
