:root {
  --ink: #142224;
  --muted: #5d6b70;
  --bg: #f6f3ed;
  --panel: #fffdf8;
  --line: #ddd4c5;
  --orange: #ff4f1f;
  --green: #0d7a5f;
  --blue: #154f6c;
  --dark: #10272f;
  --shadow: 0 24px 70px rgba(16, 39, 47, 0.14);
}

* { box-sizing: border-box; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--bg);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a { color: inherit; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px clamp(18px, 4vw, 58px);
  border-bottom: 1px solid rgba(20, 34, 36, 0.08);
  background: rgba(246, 243, 237, 0.9);
  backdrop-filter: blur(14px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-weight: 900;
}

.brand span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 9px;
  color: #fff;
  background: var(--orange);
}

.site-header nav,
footer nav,
.hero-actions,
.trust-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}

.site-header nav a,
footer nav a {
  color: var(--muted);
  text-decoration: none;
  font-weight: 800;
}

.admin-link {
  padding: 8px 11px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(360px, 0.97fr);
  gap: 32px;
  min-height: calc(100vh - 80px);
  align-items: center;
  padding: clamp(28px, 6vw, 80px) clamp(18px, 4vw, 58px);
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--orange);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 880px;
  font-size: clamp(3rem, 7vw, 6.8rem);
  line-height: 0.92;
}

h2 {
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1;
}

h3 {
  font-size: 1.25rem;
}

.lede {
  max-width: 760px;
  color: var(--muted);
  font-size: clamp(1.08rem, 1.5vw, 1.35rem);
  line-height: 1.55;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 900;
}

.button.primary {
  color: #fff;
  background: var(--orange);
}

.button.secondary {
  border: 1px solid var(--line);
  background: #fff;
}

.trust-row {
  margin-top: 24px;
}

.trust-row span,
.logo-strip span {
  padding: 8px 11px;
  border-radius: 999px;
  background: #fff;
  color: var(--muted);
  font-weight: 800;
}

.hero-visual {
  min-height: 560px;
  border-radius: 10px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(16, 39, 47, 0.92), rgba(21, 79, 108, 0.72)),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='900' height='650' viewBox='0 0 900 650'%3E%3Cpath d='M0 520 Q210 430 410 500 T900 470 V650 H0Z' fill='%23f6f3ed' fill-opacity='.12'/%3E%3Cpath d='M0 455 Q260 350 520 420 T900 390' stroke='%23fff' stroke-opacity='.16' stroke-width='5' fill='none'/%3E%3Ccircle cx='690' cy='130' r='170' fill='%23ff4f1f' fill-opacity='.16'/%3E%3C/svg%3E");
  box-shadow: var(--shadow);
}

.finish-scene {
  position: relative;
  height: 100%;
  min-height: 560px;
  padding: 34px;
}

.timing-rig {
  position: absolute;
  inset: 70px 54px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 180px;
  color: #fff;
}

.timing-rig strong {
  padding: 24px 28px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.36);
  font-size: clamp(2rem, 4vw, 4.2rem);
  line-height: 0.95;
  text-align: center;
}

.antenna {
  width: 36px;
  height: 260px;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.12);
}

.antenna.right {
  order: 3;
}

.runner-card {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-width: 230px;
  padding: 16px 18px;
  border-radius: 8px;
  color: #fff;
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(8px);
}

.runner-card span {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 50%;
  background: var(--orange);
  font-weight: 900;
}

.runner-card strong {
  font-size: 1.6rem;
}

.runner-card.one { left: 70px; bottom: 190px; }
.runner-card.two { right: 86px; bottom: 130px; }
.runner-card.three { left: 180px; bottom: 70px; }

.track-line {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 165px;
  height: 5px;
  background: repeating-linear-gradient(90deg, #fff 0 42px, transparent 42px 72px);
  opacity: 0.55;
}

.logo-strip {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  padding: 0 clamp(18px, 4vw, 58px) 48px;
}

.section,
.split-section,
.page-hero,
.contact-layout,
.cta {
  padding: clamp(54px, 8vw, 112px) clamp(18px, 4vw, 58px);
}

.section-heading {
  max-width: 920px;
  margin-bottom: 28px;
}

.section-heading p,
.page-hero p,
.split-section p,
.cta p,
.service-grid p,
.contact-card,
.quote-form label {
  color: var(--muted);
  line-height: 1.55;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.service-grid article,
.story-grid article,
.contact-card,
.quote-form {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--panel);
  box-shadow: var(--shadow);
}

.service-grid article {
  padding: 22px;
}

.service-grid span {
  color: var(--orange);
  font-weight: 900;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 40px;
  background: var(--dark);
  color: #fff;
}

.split-section p {
  color: #c8d4d7;
}

.feature-list {
  display: grid;
  gap: 12px;
}

.feature-list div {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
}

.coverage-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.coverage-grid strong {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.cta {
  text-align: center;
}

.cta h2 {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.page-hero {
  max-width: 1100px;
}

.story-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding: 0 clamp(18px, 4vw, 58px) clamp(54px, 8vw, 112px);
}

.story-grid article {
  padding: 28px;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 20px;
  padding-top: 0;
}

.quote-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 24px;
}

.quote-form label {
  display: grid;
  gap: 7px;
  font-weight: 800;
}

.quote-form .full,
.quote-form button,
.form-status {
  grid-column: 1 / -1;
}

input,
select,
textarea {
  width: 100%;
  min-height: 46px;
  padding: 11px 12px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #fff;
  color: var(--ink);
  font: inherit;
}

textarea {
  resize: vertical;
}

.contact-card {
  align-self: start;
  padding: 24px;
}

.contact-card li {
  margin-bottom: 10px;
}

footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 34px clamp(18px, 4vw, 58px);
  color: #dce6e8;
  background: var(--dark);
}

footer p {
  margin-bottom: 0;
  color: #afbdc1;
}

@media (max-width: 980px) {
  .hero,
  .split-section,
  .contact-layout {
    grid-template-columns: 1fr;
  }

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

  .hero-visual,
  .finish-scene {
    min-height: 460px;
  }
}

@media (max-width: 680px) {
  .site-header,
  footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .service-grid,
  .coverage-grid,
  .story-grid,
  .quote-form {
    grid-template-columns: 1fr;
  }

  h1 {
    font-size: 3.1rem;
  }
}
