:root {
  --bg: #f5f6f1;
  --ink: #13201b;
  --muted: #5f6b64;
  --line: #d8ded6;
  --surface: #ffffff;
  --forest: #12352c;
  --moss: #406448;
  --teal: #0f6b78;
  --amber: #a76118;
  --soft: #e7eee3;
  --shadow: 0 20px 60px rgba(19, 32, 27, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--bg);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.55;
}

a {
  color: inherit;
  text-underline-offset: 0.18em;
}

img {
  max-width: 100%;
  height: auto;
}

.skip-link {
  position: absolute;
  left: 18px;
  top: 10px;
  z-index: 20;
  padding: 8px 12px;
  color: #ffffff;
  background: var(--forest);
  border-radius: 8px;
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 18px 0;
  color: #ffffff;
}

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

.brand-mark {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  color: var(--forest);
  background: #ffffff;
  border-radius: 50%;
  font-size: 0.82rem;
  font-weight: 800;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-weight: 780;
  letter-spacing: 0;
}

.brand small {
  margin-top: 1px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
}

nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 4px;
}

nav a {
  padding: 8px 10px;
  color: rgba(255, 255, 255, 0.78);
  border-radius: 8px;
  text-decoration: none;
  transition: color 160ms ease, background 160ms ease;
}

nav a:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
}

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: #ffffff;
  background: var(--forest);
}

.hero-media {
  position: absolute;
  inset: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 66% center;
  transform: scale(1.03);
  animation: heroDrift 16s ease-in-out infinite alternate;
}

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8, 24, 19, 0.98), rgba(8, 24, 19, 0.86) 42%, rgba(8, 24, 19, 0.42) 76%),
    linear-gradient(0deg, rgba(8, 24, 19, 0.84), rgba(8, 24, 19, 0.12) 48%);
}

.hero-copy {
  position: relative;
  width: min(760px, calc(100% - 32px));
  margin: 0 auto;
  padding: 150px 0 clamp(58px, 10vw, 110px);
  transform: translateX(calc((min(1180px, 100vw - 32px) - min(760px, 100vw - 32px)) / -2));
}

.kicker {
  margin: 0 0 12px;
  color: var(--teal);
  font-size: 0.76rem;
  font-weight: 780;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero .kicker {
  color: #9dd6d8;
}

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

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 520;
  line-height: 1.02;
  letter-spacing: 0;
}

h1 {
  max-width: 820px;
  margin-bottom: 22px;
  font-size: clamp(3.2rem, 7vw, 7.4rem);
}

h2 {
  max-width: 760px;
  font-size: clamp(2.1rem, 4.2vw, 4.6rem);
}

h3 {
  margin-bottom: 8px;
  font-size: clamp(1.16rem, 1.5vw, 1.35rem);
  line-height: 1.18;
}

.hero-lead {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1.08rem, 1.7vw, 1.34rem);
}

.actions,
.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 11px 16px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 760;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button.primary {
  color: #ffffff;
  background: var(--amber);
  box-shadow: 0 12px 28px rgba(167, 97, 24, 0.28);
}

.button.secondary {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.09);
}

.button.secondary.dark {
  color: var(--ink);
  border-color: var(--line);
  background: #ffffff;
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: min(1180px, calc(100% - 32px));
  margin: clamp(36px, 7vw, 84px) auto 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.proof-strip div {
  padding: 24px clamp(12px, 3vw, 28px);
  border-right: 1px solid var(--line);
}

.proof-strip div:last-child {
  border-right: 0;
}

.proof-strip span,
.package-table span {
  display: block;
  color: var(--muted);
  font-size: 0.92rem;
}

.proof-strip strong,
.package-table strong {
  display: block;
  margin-top: 4px;
  line-height: 1.22;
}

.section {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(62px, 9vw, 120px) 0;
  border-bottom: 1px solid var(--line);
}

.section-intro {
  display: grid;
  grid-template-columns: minmax(160px, 0.32fr) minmax(0, 0.9fr);
  gap: clamp(22px, 5vw, 80px);
  align-items: start;
  margin-bottom: clamp(32px, 6vw, 74px);
}

.service-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.service-list article {
  min-height: 300px;
  padding: clamp(22px, 3vw, 34px);
  background: var(--bg);
  transition: background 180ms ease, transform 180ms ease;
}

.service-list article:hover {
  background: #ffffff;
  transform: translateY(-4px);
}

.service-list span {
  display: block;
  margin-bottom: 60px;
  color: var(--teal);
  font-weight: 780;
}

.service-list p,
.steps p,
.example-copy p,
.final-cta p {
  color: var(--muted);
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(20px, 3vw, 34px);
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: step;
}

.steps li {
  position: relative;
  padding-top: 58px;
}

.steps li::before {
  counter-increment: step;
  content: counter(step, decimal-leading-zero);
  position: absolute;
  top: 0;
  left: 0;
  color: var(--amber);
  font-weight: 800;
}

.example {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(360px, 1.15fr);
  gap: clamp(28px, 6vw, 82px);
  align-items: center;
}

.example-copy p {
  max-width: 620px;
  font-size: 1.05rem;
}

.example-media {
  margin: 0;
}

.example-media img {
  display: block;
  width: 100%;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.example-media figcaption {
  margin-top: 10px;
  color: var(--muted);
  font-size: 0.9rem;
}

.package-table {
  border-top: 1px solid var(--line);
}

.package-table div {
  display: grid;
  grid-template-columns: minmax(160px, 0.32fr) minmax(0, 1fr);
  gap: clamp(18px, 4vw, 60px);
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}

.final-cta {
  width: min(1180px, calc(100% - 32px));
  margin: clamp(50px, 9vw, 110px) auto;
  padding: clamp(32px, 6vw, 70px) 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(28px, 6vw, 80px);
  align-items: end;
  border-top: 2px solid var(--forest);
  border-bottom: 2px solid var(--forest);
}

.final-cta p {
  max-width: 620px;
}

footer {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 30px 0 46px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px 24px;
  justify-content: space-between;
  color: var(--muted);
  font-size: 0.92rem;
}

footer a {
  color: var(--ink);
}

[data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}

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

@keyframes heroDrift {
  from {
    transform: scale(1.03) translateX(0);
  }
  to {
    transform: scale(1.06) translateX(-1.2%);
  }
}

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

@media (max-width: 980px) {
  .site-header {
    position: absolute;
  }

  .hero-copy {
    transform: none;
  }

  .proof-strip,
  .service-list,
  .steps,
  .example,
  .final-cta {
    grid-template-columns: 1fr;
  }

  .proof-strip div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .proof-strip div:last-child {
    border-bottom: 0;
  }

  .service-list article {
    min-height: auto;
  }

  .service-list span {
    margin-bottom: 24px;
  }

  .section-intro,
  .package-table div {
    grid-template-columns: 1fr;
  }

  .cta-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 720px) {
  body {
    font-size: 16px;
  }

  .site-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  nav {
    justify-content: flex-start;
  }

  nav a {
    padding: 6px 8px;
    font-size: 0.9rem;
  }

  .hero {
    min-height: 92svh;
  }

  .hero-media img {
    object-position: 70% center;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(12, 30, 25, 0.96), rgba(12, 30, 25, 0.82) 56%, rgba(12, 30, 25, 0.48)),
      linear-gradient(0deg, rgba(12, 30, 25, 0.82), rgba(12, 30, 25, 0.15) 48%);
  }

  .hero-copy {
    padding-top: 170px;
  }

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

  h2 {
    font-size: clamp(2rem, 9vw, 3.2rem);
  }

  .actions,
  .cta-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }
}
