:root {
  --bg: #f3f5f8;
  --surface: #ffffff;
  --surface-soft: #ebeff4;
  --ink: #132034;
  --ink-muted: #4a5568;
  --brand: #173b66;
  --brand-soft: #d8e4f2;
  --accent: #e56e2f;
  --accent-soft: #ffe6d7;
  --line: #d5dde8;
  --shadow: 0 12px 30px rgba(20, 36, 63, 0.12);
  --radius-lg: 22px;
  --radius-md: 14px;
  --radius-sm: 10px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Chivo", "Segoe UI", sans-serif;
  background: radial-gradient(circle at 15% 10%, #ffffff 0, #f3f5f8 38%),
    linear-gradient(180deg, #f9fbfd 0%, #edf2f7 100%);
  color: var(--ink);
  line-height: 1.55;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.15;
  font-family: "Space Grotesk", "Avenir Next", sans-serif;
  letter-spacing: -0.02em;
}

p {
  margin: 0;
}

a {
  color: inherit;
}

.skip-link {
  position: absolute;
  top: -40px;
  left: 8px;
  background: var(--ink);
  color: #fff;
  padding: 8px 12px;
  border-radius: var(--radius-sm);
  z-index: 20;
}

.skip-link:focus {
  top: 8px;
}

.ambient {
  position: fixed;
  z-index: -1;
  pointer-events: none;
  border-radius: 999px;
  filter: blur(10px);
}

.ambient-one {
  width: 300px;
  height: 300px;
  top: -120px;
  right: -70px;
  background: rgba(229, 110, 47, 0.18);
}

.ambient-two {
  width: 360px;
  height: 360px;
  bottom: -180px;
  left: -140px;
  background: rgba(23, 59, 102, 0.16);
}

.container {
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto;
}

.section {
  padding: 4.2rem 0;
}

.section-alt {
  background: var(--surface-soft);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
  font-size: 0.88rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--brand);
  font-weight: 700;
}

.kicker::before {
  content: "";
  width: 18px;
  height: 2px;
  background: var(--accent);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 15;
  backdrop-filter: blur(10px);
  background: rgba(243, 245, 248, 0.86);
  border-bottom: 1px solid rgba(19, 32, 52, 0.08);
}

.nav-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 74px;
}

.brand {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
}

.brand-mark {
  width: 32px;
  height: 32px;
  border-radius: 9px;
  background: linear-gradient(145deg, var(--brand), #2b5f99);
  position: relative;
  box-shadow: 0 8px 20px rgba(23, 59, 102, 0.3);
}

.brand-mark::after {
  content: "";
  position: absolute;
  inset: 6px;
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 5px;
}

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

.brand-copy strong {
  font-size: 1rem;
  font-family: "Space Grotesk", sans-serif;
}

.brand-copy span {
  font-size: 0.72rem;
  color: var(--ink-muted);
}

.nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 1.2rem;
}

.nav-list a {
  text-decoration: none;
  color: var(--ink);
  font-weight: 600;
  font-size: 0.95rem;
}

.nav-list a:hover,
.nav-list a:focus-visible {
  color: var(--brand);
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border-radius: 999px;
  padding: 0.8rem 1.3rem;
  border: 1px solid transparent;
  font-weight: 700;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-1px);
}

.btn-small {
  font-size: 0.9rem;
  padding: 0.55rem 1rem;
}

.btn-primary {
  color: #fff;
  background: linear-gradient(145deg, var(--accent), #f08c52);
  box-shadow: 0 9px 20px rgba(229, 110, 47, 0.3);
}

.btn-outline {
  border-color: var(--brand);
  color: var(--brand);
  background: rgba(255, 255, 255, 0.75);
}

.btn-ghost {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.85);
  color: var(--ink);
}

.hero {
  padding-top: 5rem;
}

.hero-layout {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 2rem;
}

.hero-content h1 {
  font-size: clamp(2rem, 4.4vw, 4rem);
  max-width: 13ch;
}

.lead {
  margin-top: 1rem;
  max-width: 56ch;
  color: var(--ink-muted);
  font-size: 1.05rem;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.6rem;
}

.trust-list {
  margin: 1.4rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.45rem;
  color: var(--ink-muted);
}

.trust-list li {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.trust-list li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 99px;
  background: var(--accent);
}

.hero-panel {
  background: linear-gradient(160deg, #183760 0%, #11294a 100%);
  color: #eef4fb;
  border-radius: var(--radius-lg);
  padding: 1.6rem;
  box-shadow: var(--shadow);
}

.hero-photo {
  margin: -0.4rem -0.4rem 1rem;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.24);
}

.hero-photo img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.hero-panel h2 {
  font-size: 1.24rem;
}

.hero-panel ol {
  margin: 1rem 0 1.2rem;
  padding-left: 1.1rem;
  display: grid;
  gap: 0.65rem;
}

.text-link {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
}

.section-head h2 {
  font-size: clamp(1.6rem, 2.3vw, 2.35rem);
  max-width: 22ch;
}

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

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

.photo-card {
  margin: 0;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 0.4rem;
  box-shadow: 0 8px 22px rgba(20, 36, 63, 0.06);
}

.photo-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  border-radius: calc(var(--radius-md) - 8px);
  display: block;
}

.photo-card figcaption {
  padding: 0.75rem 0.45rem 0.35rem;
  color: var(--ink-muted);
  font-weight: 600;
  font-size: 0.94rem;
}

.card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 1.2rem;
  box-shadow: 0 8px 22px rgba(20, 36, 63, 0.06);
}

.card h3 {
  font-size: 1.1rem;
}

.card p {
  margin-top: 0.65rem;
  color: var(--ink-muted);
}

.steps {
  margin-top: 1.55rem;
  display: grid;
  gap: 0.95rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.step {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 1.15rem;
}

.step-index {
  display: inline-flex;
  margin-bottom: 0.7rem;
  border-radius: 8px;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 0.82rem;
  color: var(--brand);
  background: var(--brand-soft);
  padding: 0.24rem 0.5rem;
}

.step p {
  margin-top: 0.55rem;
  color: var(--ink-muted);
}

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

.pillar {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 1.2rem;
}

.pillar p {
  margin-top: 0.6rem;
  color: var(--ink-muted);
}

.faq-list {
  margin-top: 1.4rem;
  display: grid;
  gap: 0.75rem;
}

.faq {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 0.8rem 1rem;
}

.faq summary {
  cursor: pointer;
  font-weight: 700;
}

.faq p {
  margin-top: 0.65rem;
  color: var(--ink-muted);
}

.contact-layout {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1rem;
}

.contact-card,
.hours-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 1.4rem;
  box-shadow: 0 8px 20px rgba(20, 36, 63, 0.07);
}

.contact-card h2 {
  margin-bottom: 0.7rem;
}

.contact-list {
  list-style: none;
  padding: 0;
  margin: 1.05rem 0 1.2rem;
  display: grid;
  gap: 0.5rem;
}

.contact-list a {
  color: var(--brand);
}

.hours-card h3 {
  margin-bottom: 0.7rem;
}

.hours-list {
  margin: 0;
  display: grid;
  gap: 0.45rem;
}

.hours-list div {
  display: flex;
  justify-content: space-between;
  gap: 0.8rem;
  border-bottom: 1px solid var(--line);
  padding-bottom: 0.4rem;
}

.hours-list dt {
  font-weight: 700;
}

.hours-note {
  margin-top: 1rem;
  color: var(--ink-muted);
  font-size: 0.95rem;
}

.site-footer {
  border-top: 1px solid var(--line);
  padding: 1.2rem 0 4.8rem;
  background: #f7f9fc;
}

.footer-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.9rem;
  color: var(--ink-muted);
}

.footer-row a {
  color: var(--brand);
  font-weight: 600;
}

.media-credits {
  margin-top: 0.8rem;
  padding-top: 0.9rem;
  border-top: 1px solid var(--line);
  color: var(--ink-muted);
  font-size: 0.8rem;
  line-height: 1.45;
}

.media-credits p + p {
  margin-top: 0.4rem;
}

.media-credits a {
  color: var(--brand);
}

.mobile-cta {
  position: fixed;
  inset-inline: 0;
  bottom: 0;
  z-index: 16;
  display: none;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--line);
  background: rgba(247, 249, 252, 0.97);
  backdrop-filter: blur(8px);
}

.mobile-cta a {
  text-align: center;
  text-decoration: none;
  padding: 0.85rem 0.7rem;
  font-weight: 700;
}

.mobile-cta a:first-child {
  color: var(--brand);
}

.mobile-cta a:last-child {
  background: var(--accent-soft);
  color: #4f2108;
}

.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.45s ease, transform 0.45s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

@media (max-width: 990px) {
  .nav-list {
    display: none;
  }

  .hero-layout,
  .contact-layout {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 700px) {
  .site-header .btn-ghost {
    display: none;
  }

  .section {
    padding: 3.2rem 0;
  }

  .hero {
    padding-top: 4rem;
  }

  .service-grid,
  .photo-grid,
  .steps,
  .pillars {
    grid-template-columns: 1fr;
  }

  .footer-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .mobile-cta {
    display: grid;
  }
}
