:root {
  --bg: #f7f7f4;
  --surface: #ffffff;
  --ink: #1d1d1f;
  --muted: #66676d;
  --line: #dfded8;
  --brand: #f40434;
  --brand-dark: #bd052a;
  --charcoal: #2e2e2e;
  --soft-red: #fff0f3;
  --max: 1180px;
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.55;
}

a {
  color: inherit;
}

#top,
.content-section,
.trust-strip {
  scroll-margin-top: 108px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: minmax(240px, 1fr) auto auto;
  align-items: center;
  gap: 28px;
  min-height: 76px;
  padding: 14px clamp(18px, 4vw, 54px);
  background: rgba(247, 247, 244, 0.92);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(18px);
}

.site-header.is-scrolled {
  border-bottom-color: var(--line);
}

.js-enabled [data-animate] {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 680ms ease,
    transform 680ms ease;
}

.js-enabled [data-animate].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
  font-weight: 700;
  text-decoration: none;
}

.brand img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
}

.nav {
  display: flex;
  align-items: center;
  gap: 24px;
  color: var(--muted);
  font-size: 0.95rem;
}

.nav a,
.header-action,
.button,
.site-footer a,
.company-panel a,
.contact-method {
  text-decoration: none;
}

.nav a:hover,
.site-footer a:hover,
.company-panel a:hover {
  color: var(--brand-dark);
}

.header-action,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 6px;
  font-weight: 700;
  white-space: nowrap;
}

.header-action,
.button.primary {
  background: var(--brand);
  color: #fff;
}

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

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

.button.secondary:hover {
  border-color: #c7c6c0;
}

.section-band,
.content-section,
.trust-strip,
.site-footer {
  width: min(var(--max), calc(100% - 36px));
  margin-inline: auto;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.55fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
  min-height: calc(100svh - 76px);
  padding: clamp(44px, 7vw, 78px) 0;
}

.hero-content {
  max-width: 760px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--brand-dark);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.08;
}

h1 {
  max-width: 780px;
  font-size: clamp(3rem, 7vw, 5.8rem);
  letter-spacing: 0;
}

h2 {
  font-size: clamp(2rem, 4vw, 4.3rem);
  letter-spacing: 0;
}

h3 {
  font-size: 1.08rem;
}

.hero-copy {
  max-width: 660px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.32rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.company-panel {
  padding: 28px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.company-panel img {
  display: block;
  width: 140px;
  height: 140px;
  margin-bottom: 20px;
  border-radius: 50%;
  object-fit: cover;
}

.company-panel dl {
  display: grid;
  gap: 18px;
  margin: 0;
}

.company-panel div {
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.company-panel dt {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.company-panel dd {
  margin: 5px 0 0;
  color: var(--ink);
  font-weight: 700;
}

.trust-strip {
  display: grid;
  grid-template-columns: 1fr repeat(3, auto);
  align-items: center;
  gap: clamp(18px, 4vw, 54px);
  padding: 24px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.trust-strip span {
  color: var(--muted);
  font-size: 0.9rem;
}

.trust-strip strong {
  color: var(--charcoal);
  font-size: clamp(1.05rem, 2vw, 1.3rem);
}

.content-section {
  padding: clamp(66px, 10vw, 116px) 0;
}

.two-column {
  display: grid;
  grid-template-columns: 0.78fr 1fr;
  gap: clamp(30px, 6vw, 86px);
  align-items: start;
}

.copy-block {
  color: var(--muted);
  font-size: 1.08rem;
}

.copy-block p,
.section-heading p,
.split-band p {
  margin: 18px 0 0;
}

.section-heading {
  max-width: 780px;
}

.section-heading p {
  color: var(--muted);
  font-size: 1.06rem;
}

.detail-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 34px;
}

.detail-grid article,
.requirements,
.contact-method {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.detail-grid article {
  min-height: 220px;
  padding: 26px;
}

.detail-grid p,
.requirements li {
  color: var(--muted);
}

.detail-grid p {
  margin: 14px 0 0;
}

.split-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 430px);
  gap: clamp(30px, 6vw, 82px);
  align-items: start;
  padding-inline: clamp(22px, 4vw, 46px);
  background: var(--charcoal);
  color: #fff;
  border-radius: var(--radius);
}

.split-band .eyebrow {
  color: #ff9aaa;
}

.split-band p {
  max-width: 720px;
  color: #e6e4de;
  font-size: 1.08rem;
}

.requirements {
  padding: 26px;
  color: var(--ink);
}

.requirements ul {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding-left: 20px;
}

.contact-section {
  padding-bottom: 90px;
}

.contact-layout {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 32px;
}

.contact-method {
  display: grid;
  gap: 8px;
  align-content: start;
  min-height: 138px;
  padding: 26px;
}

.contact-method span {
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 800;
  text-transform: uppercase;
}

.contact-method strong {
  font-size: clamp(1.05rem, 2vw, 1.35rem);
}

a.contact-method:hover {
  border-color: #c7c6c0;
}

.text-action {
  width: fit-content;
  min-height: 38px;
  margin-top: 10px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
  color: var(--ink);
  cursor: pointer;
  font: inherit;
  font-weight: 700;
}

.text-action:hover {
  border-color: #c7c6c0;
  color: var(--brand-dark);
}

.copy-status {
  min-height: 24px;
  margin: 16px 0 0;
  color: var(--muted);
  font-weight: 700;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 28px 0 34px;
  color: var(--muted);
  border-top: 1px solid var(--line);
  font-size: 0.95rem;
}

@media (max-width: 900px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .nav {
    grid-column: 1 / -1;
    justify-content: space-between;
    order: 3;
    gap: 12px;
    overflow-x: auto;
    padding-top: 2px;
  }

  .hero,
  .two-column,
  .split-band,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .detail-grid {
    grid-template-columns: 1fr;
  }

  .trust-strip {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 560px) {
  .site-header {
    min-height: auto;
    padding: 12px 18px;
  }

  .brand span {
    font-size: 0.92rem;
  }

  .brand img {
    width: 38px;
    height: 38px;
  }

  .header-action {
    display: none;
  }

  .nav {
    font-size: 0.88rem;
  }

  .section-band,
  .content-section,
  .trust-strip,
  .site-footer {
    width: min(var(--max), calc(100% - 28px));
  }

  h1 {
    font-size: clamp(2.65rem, 15vw, 4rem);
  }

  .hero-actions,
  .site-footer {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .company-panel,
  .detail-grid article,
  .requirements,
  .contact-method {
    padding: 22px;
  }
}

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

  .js-enabled [data-animate] {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
