:root {
  --bg: #f1f3f5;
  --surface: #ffffff;
  --surface-strong: #eceff3;
  --ink: #111111;
  --muted: #4b5563;
  --line: rgba(17, 17, 17, 0.12);
  --brand: #c32026;
  --brand-dark: #8f171b;
  --accent: #1f4e79;
  --accent-soft: #e6eef6;
  --max: 1180px;
  --radius: 24px;
  --shadow: 0 20px 60px rgba(17, 17, 17, 0.08);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  background:
    linear-gradient(135deg, rgba(195, 32, 38, 0.08), transparent 26%),
    linear-gradient(220deg, rgba(31, 78, 121, 0.06), transparent 24%),
    linear-gradient(180deg, #f5f6f8 0%, var(--bg) 100%);
  color: var(--ink);
}

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

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

.shell {
  width: min(var(--max), calc(100% - 2rem));
  margin: 0 auto;
}

.eyebrow,
.meta {
  font-family: "Trebuchet MS", Arial, sans-serif;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.76rem;
}

.eyebrow {
  color: var(--brand);
  font-weight: 700;
}

.meta {
  color: var(--muted);
}

.masthead .shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.masthead {
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
}

.masthead .shell {
  padding: 1rem 0;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0;
}

.brand img {
  width: 176px;
  flex: 0 0 auto;
}

.nav-toggle {
  display: none;
  border: 0;
  background: transparent;
  padding: 0.35rem 0;
  border-radius: 0;
  color: var(--brand);
  margin-left: auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.28rem;
  min-width: 32px;
  min-height: 32px;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 24px;
  height: 3px;
  border-radius: 999px;
  background: var(--brand);
}

.nav-links {
  display: flex;
  gap: 1.4rem;
  align-items: center;
  font-family: "Trebuchet MS", Arial, sans-serif;
}

.nav-links a {
  color: var(--muted);
  font-weight: 600;
}

.nav-pay {
  margin-left: 0.5rem;
  padding: 0.8rem 1.05rem;
  color: var(--ink);
}

.nav-links a.active,
.nav-links a:hover {
  color: var(--brand);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.95rem 1.35rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-weight: 700;
  transition: 180ms ease;
}

.button.primary {
  background: var(--brand);
  color: #fff;
  box-shadow: 0 12px 24px rgba(195, 32, 38, 0.22);
}

.button.primary:hover {
  background: var(--brand-dark);
}

.button.secondary {
  border-color: var(--line);
  background: #ffffff;
}

.button.secondary:hover {
  border-color: rgba(17, 17, 17, 0.3);
  color: var(--brand);
}

.hero {
  padding: 4rem 0 2rem;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  align-items: start;
}

.hero-copy,
.hero-card,
.panel,
.spotlight,
.contact-card,
.location-card,
.resource-card,
.quote-card {
  background: var(--surface);
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.hero-copy {
  padding: 3rem;
}

.hero-copy h1 {
  font-size: clamp(1.85rem, 2.6vw, 2.9rem);
  line-height: 1.05;
  margin: 0.6rem 0 1rem;
  max-width: none;
}

.hero-copy p {
  max-width: none;
  font-size: 1.1rem;
  line-height: 1.7;
  color: var(--muted);
}

.hero-actions,
.stack-actions {
  display: flex;
  gap: 0.9rem;
  flex-wrap: wrap;
  margin-top: 1.5rem;
}

.hero-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.hero-band div {
  padding: 1rem 1.1rem;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #f1f3f6 100%);
}

.hero-band strong {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 1.15rem;
}

.hero-card {
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr;
}

.hero-card img {
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: 16 / 8;
  object-fit: cover;
}

.hero-card-copy {
  padding: 1.15rem 1.35rem 1.3rem;
  background: linear-gradient(180deg, rgba(31, 78, 121, 0.94), rgba(17, 17, 17, 0.98));
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-card-copy p {
  margin: 0.45rem 0 0;
  color: rgba(255, 255, 255, 0.8);
  font-family: "Trebuchet MS", Arial, sans-serif;
}

.section {
  padding: 1.5rem 0 4rem;
}

.section-head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: end;
  margin-bottom: 1.5rem;
}

.section-head h2,
.page-hero h1 {
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1;
  margin: 0.35rem 0 0;
}

.section-head p,
.page-hero p,
.panel p,
.spotlight p,
.contact-card p,
.location-card p,
.resource-card p,
.quote-card p,
.list-block p {
  color: var(--muted);
  line-height: 1.75;
  font-family: "Trebuchet MS", Arial, sans-serif;
}

.grid-3,
.grid-2,
.grid-4 {
  display: grid;
  gap: 1.3rem;
}

.grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.panel {
  padding: 1.5rem;
}

.panel h3,
.spotlight h3,
.location-card h3,
.contact-card h3,
.resource-card h3,
.quote-card h3 {
  margin: 0.35rem 0 0.7rem;
  font-size: 1.45rem;
}

.panel ul,
.spotlight ul,
.contact-card ul,
.list-block ul {
  margin: 0.8rem 0 0;
  padding-left: 1.1rem;
  color: var(--muted);
  font-family: "Trebuchet MS", Arial, sans-serif;
  line-height: 1.8;
}

.spotlight {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  overflow: hidden;
}

.spotlight img {
  height: 100%;
  object-fit: cover;
}

.spotlight-copy {
  padding: 2rem;
}

.cards-media {
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  margin-bottom: 1rem;
}

.cards-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.quote-wrap {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 1.4rem;
}

.quote-card {
  padding: 2rem;
}

.quote-list {
  display: grid;
  gap: 0.9rem;
  margin-top: 1rem;
}

.quote-list div {
  border-top: 1px solid var(--line);
  padding-top: 0.9rem;
}

.page-hero {
  padding: 3rem 0 1rem;
}

.page-hero .shell {
  display: grid;
  gap: 1rem;
}

.split {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 1.4rem;
}

.list-block {
  padding: 1.6rem;
  border-radius: var(--radius);
  background: linear-gradient(180deg, #ffffff 0%, #f1f3f6 100%);
  border: 1px solid var(--line);
}

.site-footer {
  padding: 2rem 0 3rem;
  border-top: 1px solid var(--line);
  background: #111111;
}

.site-footer .shell {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  color: rgba(255, 255, 255, 0.78);
  font-family: "Trebuchet MS", Arial, sans-serif;
}

@media (max-width: 980px) {
  .hero-grid,
  .grid-3,
  .grid-4,
  .grid-2,
  .spotlight,
  .quote-wrap,
  .split {
    grid-template-columns: 1fr;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .nav-links {
    display: none;
    position: absolute;
    top: 100%;
    left: 1rem;
    right: 1rem;
    padding: 1rem;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 20px;
    box-shadow: var(--shadow);
    flex-direction: column;
    align-items: stretch;
  }

  .nav-pay {
    margin-left: 0;
    margin-top: 0.35rem;
    justify-content: center;
  }

  .nav-links.open {
    display: flex;
  }

  .hero-copy {
    padding: 2rem;
  }

  .hero-card img {
    min-height: 260px;
    aspect-ratio: auto;
  }

  .hero-band {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .section-head,
  .site-footer .shell {
    display: grid;
  }

  .brand {
    align-items: center;
  }

  .brand img {
    width: 148px;
  }

  .hero {
    padding-top: 2rem;
  }
}
