:root {
  --color-navy: #1B3A5C;
  --color-navy-dark: #122741;
  --color-cream: #F7F5F0;
  --color-cream-deep: #F0ECE2;
  --color-red: #C8342F;
  --color-red-dark: #A62823;
  --color-teal: #3E7C6B;
  --color-ink: #1C1F26;
  --color-ink-soft: #4B5260;
  --color-line: #DDD6C9;
  --font-display: "PT Serif", Georgia, serif;
  --font-body: "PT Sans", Arial, sans-serif;
  --radius: 10px;
  --shadow-soft: 0 12px 30px rgba(27, 58, 92, 0.08);
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--color-ink);
  background: var(--color-cream);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

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

a { color: inherit; }

.wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
  background: var(--color-navy);
  color: #fff;
  padding: 10px 16px;
  z-index: 1000;
}
.skip-link:focus {
  left: 12px;
  top: 12px;
}

h1, h2, h3 {
  font-family: var(--font-display);
  font-weight: 700;
  line-height: 1.22;
  margin: 0 0 0.5em;
  color: var(--color-navy-dark);
}

.section-title {
  font-size: clamp(26px, 3.2vw, 36px);
  position: relative;
  padding-bottom: 14px;
  margin-bottom: 28px;
}
.section-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 56px;
  height: 4px;
  background: var(--color-red);
  border-radius: 2px;
}

.section-lead {
  max-width: 760px;
  color: var(--color-ink-soft);
  font-size: 17px;
  margin-bottom: 32px;
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(247, 245, 240, 0.94);
  backdrop-filter: blur(6px);
  border-bottom: 1px solid var(--color-line);
}

.header-row {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: var(--color-navy-dark);
  margin-right: auto;
}

.brand-logo {
  border-radius: 8px;
  flex-shrink: 0;
}

.brand-text {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 14.5px;
  line-height: 1.3;
  display: flex;
  flex-direction: column;
}

.main-nav {
  display: flex;
  gap: 22px;
  font-size: 14.5px;
}

.main-nav a {
  text-decoration: none;
  color: var(--color-ink-soft);
  white-space: nowrap;
}
.main-nav a:hover { color: var(--color-navy); }

.header-call {
  display: flex;
  align-items: baseline;
  gap: 8px;
  text-decoration: none;
  background: var(--color-red);
  color: #fff;
  padding: 9px 16px;
  border-radius: 999px;
  flex-shrink: 0;
  transition: background 0.15s ease;
}
.header-call:hover { background: var(--color-red-dark); }
.header-call-num {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 19px;
}
.header-call-label {
  font-size: 12.5px;
}

/* Hero */
.hero {
  padding: 64px 0 72px;
  background:
    radial-gradient(circle at 85% 0%, rgba(62, 124, 107, 0.14), transparent 55%),
    var(--color-cream);
}

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

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 12.5px;
  font-weight: 700;
  color: var(--color-teal);
  margin: 0 0 14px;
}

.hero h1 {
  font-size: clamp(30px, 4.4vw, 46px);
}

.hero-tagline {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 20px;
  color: var(--color-red);
  margin: 6px 0 18px;
}

.hero-desc {
  color: var(--color-ink-soft);
  font-size: 17px;
  max-width: 480px;
  margin-bottom: 30px;
}

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

.btn {
  display: inline-block;
  padding: 14px 26px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  font-size: 15.5px;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.btn-primary {
  background: var(--color-red);
  color: #fff;
  box-shadow: var(--shadow-soft);
}
.btn-primary:hover { transform: translateY(-2px); }
.btn-ghost {
  background: transparent;
  color: var(--color-navy-dark);
  border: 1.5px solid var(--color-navy-dark);
}
.btn-ghost:hover { background: rgba(27, 58, 92, 0.06); }

.hero-badge-wrap {
  position: relative;
}
.hero-photo {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}
.hero-badge {
  position: absolute;
  left: -18px;
  bottom: -22px;
  background: var(--color-navy);
  color: #fff;
  width: 148px;
  height: 148px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 12px;
  box-shadow: var(--shadow-soft);
  border: 4px solid var(--color-cream);
}
.hero-badge-num {
  font-family: var(--font-display);
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
}
.hero-badge-text {
  font-size: 10.5px;
  line-height: 1.25;
  margin-top: 6px;
  opacity: 0.9;
}

/* Help section */
.help-section {
  padding: 68px 0;
  background: var(--color-navy);
  color: #fff;
}
.help-section .section-title { color: #fff; }
.help-section .section-lead { color: rgba(255,255,255,0.78); }

.help-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 36px;
}

.help-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--radius);
  padding: 22px 18px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.help-icon {
  font-size: 26px;
}
.help-card h3 {
  color: #fff;
  font-size: 16px;
  margin: 0;
}

.help-numbers {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.help-number {
  text-decoration: none;
  color: #fff;
  background: var(--color-red);
  border-radius: var(--radius);
  padding: 14px 20px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 200px;
}
.help-number span {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 22px;
}

/* About */
.about-section {
  padding: 80px 0;
}
.about-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 52px;
  align-items: start;
}
.about-photo {
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
  object-fit: cover;
  aspect-ratio: 3 / 2;
  position: sticky;
  top: 100px;
}
.about-copy p {
  color: var(--color-ink-soft);
  margin: 0 0 18px;
  font-size: 16.5px;
}
.pull-quote {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 19px;
  color: var(--color-navy-dark);
  border-left: 3px solid var(--color-teal);
  padding-left: 20px;
  margin: 28px 0;
}
.about-signature {
  font-size: 15.5px;
}

/* Staff */
.staff-section {
  padding: 72px 0;
  background: var(--color-cream-deep);
}
.staff-layout {
  display: grid;
  grid-template-columns: 0.55fr 1fr;
  gap: 32px;
  align-items: start;
}
.staff-lead {
  background: #fff;
  border-radius: var(--radius);
  padding: 28px 24px;
  box-shadow: var(--shadow-soft);
  text-align: center;
  border-top: 3px solid var(--color-red);
}
.staff-lead img {
  width: 128px;
  height: 152px;
  object-fit: cover;
  border-radius: 8px;
  margin: 0 auto 18px;
}
.staff-lead h3 {
  font-size: 17px;
  margin-bottom: 8px;
}
.staff-lead p {
  font-size: 14px;
  color: var(--color-ink-soft);
  margin: 0;
}

.staff-list {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}
.staff-list li {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 24px;
  border-bottom: 1px solid var(--color-line);
}
.staff-list li:last-child { border-bottom: none; }
.staff-list-name {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 15.5px;
  color: var(--color-navy-dark);
}
.staff-list-role {
  font-size: 13.5px;
  color: var(--color-ink-soft);
  text-align: right;
  flex-shrink: 0;
}

/* News */
.news-section {
  padding: 72px 0;
}
.news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.news-card {
  background: #fff;
  border-radius: var(--radius);
  padding: 24px;
  border: 1px solid var(--color-line);
}
.news-card time {
  display: inline-block;
  font-size: 13px;
  color: var(--color-teal);
  font-weight: 700;
  margin-bottom: 10px;
}
.news-card h3 {
  font-size: 17px;
  margin-bottom: 10px;
}
.news-card p {
  font-size: 14.5px;
  color: var(--color-ink-soft);
  margin: 0;
}

/* Reviews */
.reviews-section {
  padding: 72px 0;
  background: var(--color-navy-dark);
  color: #fff;
}
.reviews-section .section-title { color: #fff; }
.reviews-section .section-lead { color: rgba(255,255,255,0.7); }
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
.review-card {
  margin: 0;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--radius);
  padding: 24px;
}
.review-card p {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 17px;
  margin: 0 0 14px;
}
.review-card cite {
  font-style: normal;
  font-size: 13.5px;
  color: var(--color-teal);
  font-weight: 700;
}

/* Footer */
.site-footer {
  background: var(--color-ink);
  color: rgba(255,255,255,0.82);
  padding: 56px 0 24px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1fr;
  gap: 28px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(255,255,255,0.12);
}
.footer-brand {
  font-family: var(--font-display);
  color: #fff;
  font-size: 16px;
  margin: 0 0 12px;
}
.footer-note {
  font-size: 13.5px;
  color: rgba(255,255,255,0.55);
  margin: 0;
}
.footer-block h4 {
  font-family: var(--font-body);
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.06em;
  color: rgba(255,255,255,0.5);
  margin: 0 0 14px;
}
.footer-block p {
  margin: 0 0 8px;
  font-size: 14.5px;
}
.footer-block a {
  text-decoration: none;
}
.footer-block a:hover {
  text-decoration: underline;
}
.footer-bottom {
  padding-top: 22px;
  font-size: 12.5px;
  color: rgba(255,255,255,0.4);
}

/* Mobile floating call button */
.mobile-call {
  display: none;
  position: fixed;
  right: 18px;
  bottom: 18px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--color-red);
  color: #fff;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 17px;
  box-shadow: 0 10px 24px rgba(200, 52, 47, 0.45);
  z-index: 200;
}

@media (max-width: 960px) {
  .main-nav { display: none; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-badge-wrap { order: -1; }
  .about-grid { grid-template-columns: 1fr; }
  .about-photo { position: static; }
  .help-grid { grid-template-columns: repeat(2, 1fr); }
  .staff-layout { grid-template-columns: 1fr; }
  .news-grid { grid-template-columns: 1fr; }
  .reviews-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .mobile-call { display: flex; }
}

@media (max-width: 560px) {
  .help-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .header-call-label { display: none; }
  .staff-list li { flex-direction: column; gap: 4px; }
  .staff-list-role { text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .btn { transition: none; }
}
