:root {
  color-scheme: light;
  --ink: #17211f;
  --muted: #5d6b67;
  --paper: #f7f8f6;
  --surface: #ffffff;
  --line: #dce3df;
  --teal: #0b7a75;
  --teal-dark: #075652;
  --amber: #d99b3d;
  --graphite: #23302d;
  --shadow: 0 24px 60px rgba(23, 33, 31, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", Arial, sans-serif;
  background: var(--paper);
  color: var(--ink);
  line-height: 1.6;
}

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

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(18px, 4vw, 56px);
  color: #fff;
  background: linear-gradient(180deg, rgba(11, 18, 17, 0.78), rgba(11, 18, 17, 0));
}

.brand,
.site-nav,
.hero-actions,
.contact-box {
  display: flex;
  align-items: center;
}

.brand {
  gap: 12px;
  font-weight: 800;
  letter-spacing: 0;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(12px);
}

.site-nav {
  gap: 8px;
}

.site-nav a {
  min-height: 40px;
  padding: 9px 14px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.88);
  font-weight: 700;
  font-size: 0.92rem;
}

.site-nav a:hover {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.14);
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: #fff;
}

.hero {
  position: relative;
  min-height: 86svh;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: 110px clamp(18px, 6vw, 84px) 58px;
  color: #fff;
}

.hero-image,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(8, 16, 15, 0.9) 0%, rgba(8, 16, 15, 0.66) 43%, rgba(8, 16, 15, 0.16) 100%),
    linear-gradient(180deg, rgba(8, 16, 15, 0.08), rgba(8, 16, 15, 0.34));
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(720px, 100%);
}

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

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

h1 {
  max-width: 780px;
  margin-bottom: 22px;
  font-size: clamp(2.65rem, 6vw, 4.85rem);
  line-height: 0.98;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(2rem, 4vw, 3.35rem);
  line-height: 1.08;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.08rem;
  line-height: 1.28;
}

.hero-copy {
  width: min(640px, 100%);
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.04rem, 2vw, 1.3rem);
}

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

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 13px 18px;
  border-radius: 8px;
  font-weight: 800;
  line-height: 1;
}

.btn-primary {
  background: var(--teal);
  color: #fff;
  box-shadow: 0 14px 28px rgba(11, 122, 117, 0.26);
}

.btn-primary:hover {
  background: var(--teal-dark);
}

.btn-secondary {
  border: 1px solid rgba(255, 255, 255, 0.32);
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

.btn-icon {
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
}

.section,
.split-section,
.cta-band {
  width: min(1160px, calc(100% - 36px));
  margin: 0 auto;
}

.section {
  padding: 92px 0;
}

.intro {
  display: grid;
  grid-template-columns: minmax(260px, 0.86fr) minmax(280px, 1fr);
  gap: clamp(24px, 6vw, 72px);
  align-items: center;
  padding-top: 78px;
  padding-bottom: 78px;
}

.intro p:last-child,
.split-copy p,
.cta-band p {
  color: var(--muted);
  font-size: 1.08rem;
}

.section-heading {
  width: min(720px, 100%);
  margin-bottom: 34px;
}

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

.service-card,
.process-step {
  min-height: 230px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: 0 12px 34px rgba(23, 33, 31, 0.06);
}

.service-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 14px;
  padding: 30px;
  overflow: hidden;
}

.service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--teal), var(--amber));
  opacity: 0.86;
}

.service-card p,
.process-step p,
.audience-list span {
  color: var(--muted);
}

.service-card h3 {
  margin: 10px 0 0;
  max-width: 16rem;
  color: #111b19;
  font-size: clamp(1.2rem, 1.4vw, 1.38rem);
  line-height: 1.18;
  font-weight: 800;
}

.service-card p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.62;
}

.service-icon {
  display: inline-flex;
  align-items: center;
  width: max-content;
  margin-bottom: 4px;
  color: var(--teal);
  font-size: 0.82rem;
  font-weight: 800;
}

.service-icon::after {
  content: "";
  display: inline-block;
  width: 42px;
  height: 1px;
  margin-left: 12px;
  background: var(--line);
}

.split-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(300px, 1fr);
  gap: clamp(28px, 7vw, 84px);
  padding: 74px clamp(18px, 4vw, 48px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

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

.audience-list div {
  display: grid;
  gap: 6px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.audience-list div:first-child {
  border-top: 1px solid var(--line);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.pricing {
  padding-top: 78px;
}

.pricing .section-heading p:last-child {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 1.08rem;
}

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

.price-card {
  display: grid;
  gap: 10px;
  min-height: 220px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: 0 12px 34px rgba(23, 33, 31, 0.06);
}

.price-card span {
  width: max-content;
  max-width: 100%;
  padding: 7px 10px;
  border-radius: 8px;
  color: var(--teal-dark);
  background: #e7f3f1;
  font-weight: 800;
  line-height: 1.2;
}

.price-card h3 {
  margin: 10px 0 0;
  font-size: 1.18rem;
}

.price-card p,
.pricing-note {
  margin: 0;
  color: var(--muted);
}

.pricing-note {
  margin-top: 18px;
  padding-left: 16px;
  border-left: 3px solid var(--amber);
}

.process-step span {
  display: inline-block;
  margin-bottom: 28px;
  color: var(--teal);
  font-weight: 800;
}

.cta-band {
  display: grid;
  grid-template-columns: 1fr minmax(280px, 420px);
  gap: 32px;
  align-items: center;
  margin-bottom: 70px;
  padding: clamp(28px, 5vw, 54px);
  border-radius: 8px;
  background: var(--graphite);
  color: #fff;
  box-shadow: var(--shadow);
}

.cta-band h2 {
  margin-bottom: 12px;
}

.cta-band p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.76);
}

.contact-box {
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
}

.contact-box a,
.contact-box span {
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  overflow-wrap: anywhere;
}

.contact-box a {
  font-weight: 800;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 28px clamp(18px, 4vw, 56px);
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.92rem;
}

@media (max-width: 900px) {
  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: 68px;
    right: 18px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    width: min(280px, calc(100vw - 36px));
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    background: rgba(23, 33, 31, 0.96);
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    border-radius: 8px;
  }

  .intro,
  .split-section,
  .cta-band {
    grid-template-columns: 1fr;
  }

  .intro {
    align-items: start;
  }

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

@media (max-width: 620px) {
  .site-header {
    padding: 14px 18px;
  }

  .brand span:last-child {
    max-width: 160px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .hero {
    min-height: 88svh;
    padding: 104px 18px 44px;
  }

  .hero-overlay {
    background: linear-gradient(90deg, rgba(8, 16, 15, 0.92), rgba(8, 16, 15, 0.48));
  }

  .hero-actions,
  .btn {
    width: 100%;
  }

  .section {
    padding: 64px 0;
  }

  .service-grid,
  .process-grid,
  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .service-card,
  .process-step {
    min-height: auto;
  }

  .service-card {
    padding: 24px;
  }

  .site-footer {
    flex-direction: column;
  }
}
