:root {
  --ink: #050607;
  --ink-soft: #101513;
  --panel: #141a18;
  --panel-light: #1d2622;
  --paper: #f6f1e8;
  --muted: #b9c3bd;
  --muted-dark: #62716b;
  --line: rgba(246, 241, 232, 0.14);
  --line-dark: rgba(5, 6, 7, 0.12);
  --green: #20e6a2;
  --green-dark: #00a879;
  --amber: #ffb15c;
  --clay: #d8684b;
  --radius: 8px;
  --max: 1160px;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.35);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

body.nav-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

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

button,
input,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 12px;
  z-index: 100;
  transform: translateY(-160%);
  border-radius: var(--radius);
  background: var(--paper);
  color: var(--ink);
  padding: 10px 14px;
  transition: transform 180ms ease;
}

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

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  border-bottom: 1px solid transparent;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    backdrop-filter 180ms ease;
}

.site-header.is-scrolled,
.site-header.nav-active {
  border-color: var(--line);
  background: rgba(5, 6, 7, 0.78);
  backdrop-filter: blur(18px);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(100% - 40px, var(--max));
  height: 74px;
  margin: 0 auto;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--paper);
  font-size: 1.02rem;
  font-weight: 760;
  letter-spacing: 0;
}

.brand-mark {
  display: inline-grid;
  width: 31px;
  height: 31px;
  place-items: center;
  border: 1px solid rgba(32, 230, 162, 0.65);
  border-radius: 7px;
  background:
    linear-gradient(135deg, rgba(32, 230, 162, 0.22), rgba(255, 177, 92, 0.11)),
    var(--ink);
  box-shadow: 0 0 28px rgba(32, 230, 162, 0.2);
}

.brand-mark::before {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 3px solid var(--green);
  border-left: 3px solid var(--green);
  transform: rotate(-45deg);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 7px;
}

.nav-links a {
  border-radius: var(--radius);
  color: rgba(246, 241, 232, 0.82);
  font-size: 0.92rem;
  font-weight: 680;
  padding: 10px 12px;
  transition:
    background 160ms ease,
    color 160ms ease;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  background: rgba(246, 241, 232, 0.08);
  color: var(--paper);
  outline: none;
}

.nav-links .nav-cta {
  margin-left: 6px;
  background: var(--paper);
  color: var(--ink);
}

.nav-links .nav-cta:hover,
.nav-links .nav-cta:focus-visible {
  background: var(--green);
  color: var(--ink);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 7px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(246, 241, 232, 0.08);
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  background: var(--paper);
  transition:
    transform 180ms ease,
    opacity 180ms ease;
}

.nav-toggle[aria-expanded="true"] span:first-child {
  transform: translateY(4.5px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] span:last-child {
  transform: translateY(-4.5px) rotate(-45deg);
}

.hero {
  position: relative;
  display: grid;
  min-height: 88vh;
  overflow: hidden;
  isolation: isolate;
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 65% center;
}

.hero-overlay {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(5, 6, 7, 0.95) 0%, rgba(5, 6, 7, 0.76) 38%, rgba(5, 6, 7, 0.26) 72%, rgba(5, 6, 7, 0.62) 100%),
    linear-gradient(180deg, rgba(5, 6, 7, 0.18) 0%, rgba(5, 6, 7, 0.24) 68%, var(--ink) 100%);
}

.hero-content {
  width: min(100% - 40px, var(--max));
  margin: 0 auto;
  padding: 168px 0 82px;
  align-self: end;
}

.eyebrow,
.section-kicker {
  margin: 0 0 15px;
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 820;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

h1 {
  width: min(770px, 100%);
  margin-bottom: 24px;
  color: #fffaf1;
  font-size: clamp(3rem, 8vw, 6.8rem);
  line-height: 0.95;
  letter-spacing: 0;
}

.hero-copy {
  width: min(625px, 100%);
  margin-bottom: 32px;
  color: rgba(246, 241, 232, 0.82);
  font-size: clamp(1.08rem, 2vw, 1.32rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 54px;
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: var(--radius);
  padding: 13px 18px;
  font-weight: 760;
  line-height: 1.1;
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    background 160ms ease,
    color 160ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  outline: none;
}

.button-primary {
  background: var(--green);
  color: #02110d;
  box-shadow: 0 18px 45px rgba(32, 230, 162, 0.19);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: #7ff5ce;
}

.button-secondary {
  border-color: rgba(246, 241, 232, 0.26);
  background: rgba(246, 241, 232, 0.08);
  color: var(--paper);
  backdrop-filter: blur(10px);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  border-color: rgba(246, 241, 232, 0.44);
  background: rgba(246, 241, 232, 0.13);
}

.hero-stats {
  display: grid;
  width: min(590px, 100%);
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
  box-shadow: var(--shadow);
}

.hero-stats div {
  min-width: 0;
  padding: 17px 18px;
  background: rgba(10, 15, 13, 0.74);
  backdrop-filter: blur(14px);
}

.hero-stats dt {
  color: var(--paper);
  font-size: 1.42rem;
  font-weight: 820;
  line-height: 1;
}

.hero-stats dd {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.section {
  background: var(--paper);
  color: var(--ink);
}

.section-inner {
  width: min(100% - 40px, var(--max));
  margin: 0 auto;
  padding: 104px 0;
}

.intro-band {
  background: var(--ink);
  color: var(--paper);
}

.intro-grid,
.audience-grid,
.platform-grid,
.proof-grid,
.about-grid,
.booking-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(34px, 7vw, 96px);
  align-items: start;
}

.intro-grid {
  padding-top: 76px;
}

.intro-grid h2,
.section-heading h2,
.audience-copy h2,
.platform-grid h2,
.proof-grid h2,
.about-grid h2,
.booking-grid h2 {
  margin-bottom: 0;
  font-size: clamp(2rem, 4vw, 4.1rem);
  line-height: 1;
  letter-spacing: 0;
}

.intro-grid p:not(.section-kicker),
.audience-copy p,
.platform-grid p,
.about-grid p,
.booking-grid p {
  color: rgba(246, 241, 232, 0.74);
  font-size: 1.08rem;
}

.section:not(.intro-band) .section-kicker {
  color: var(--green-dark);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(28px, 6vw, 88px);
  margin-bottom: 40px;
}

.section-heading h2 {
  grid-column: 2;
}

.section-heading .section-kicker {
  grid-column: 1;
}

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

.service-card {
  min-height: 278px;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius);
  background: #fffaf1;
  padding: 24px;
  transition:
    border-color 160ms ease,
    transform 160ms ease,
    box-shadow 160ms ease;
}

.service-card:hover {
  border-color: rgba(0, 168, 121, 0.46);
  transform: translateY(-3px);
  box-shadow: 0 24px 60px rgba(5, 6, 7, 0.1);
}

.card-index {
  display: block;
  margin-bottom: 54px;
  color: var(--green-dark);
  font-size: 0.8rem;
  font-weight: 860;
}

.service-card h3 {
  margin-bottom: 12px;
  font-size: 1.26rem;
  line-height: 1.15;
}

.service-card p,
.audience-list p,
.process-list p,
.proof-items p {
  margin-bottom: 0;
  color: var(--muted-dark);
}

.audience-section {
  border-top: 1px solid var(--line-dark);
  background:
    linear-gradient(135deg, rgba(32, 230, 162, 0.1), transparent 34%),
    #fffaf1;
}

.audience-copy p,
.platform-grid p,
.about-grid p,
.booking-grid p {
  color: #495650;
}

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

.audience-list article {
  display: grid;
  grid-template-columns: 116px 1fr;
  gap: 24px;
  align-items: baseline;
  border-top: 1px solid var(--line-dark);
  padding: 22px 0;
}

.audience-list h3 {
  margin-bottom: 0;
  color: var(--ink);
  font-size: 1.06rem;
}

.process-section {
  background: var(--ink-soft);
  color: var(--paper);
}

.process-section .section-kicker {
  color: var(--green);
}

.process-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
  list-style: none;
}

.process-list li {
  min-height: 262px;
  padding: 22px;
  background: #101513;
}

.process-list span {
  display: block;
  margin-bottom: 86px;
  color: var(--green);
  font-size: 1rem;
  font-weight: 820;
}

.process-list p {
  color: rgba(246, 241, 232, 0.7);
}

.platform-section {
  background: #fffaf1;
}

.platform-panel {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.platform-panel span {
  min-height: 118px;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(32, 230, 162, 0.13), rgba(255, 177, 92, 0.08)),
    var(--paper);
  padding: 22px;
  color: var(--ink);
  font-size: 1.25rem;
  font-weight: 820;
}

.proof-section {
  background: #eaf2ee;
}

.proof-items {
  display: grid;
  gap: 16px;
}

.proof-items article {
  border-left: 4px solid var(--green-dark);
  padding-left: 20px;
}

.proof-items h3 {
  margin-bottom: 7px;
  font-size: 1.2rem;
}

.about-section {
  background: var(--ink);
  color: var(--paper);
}

.about-section .section-kicker {
  color: var(--green);
}

.about-grid p {
  color: rgba(246, 241, 232, 0.75);
}

.booking-section {
  background:
    linear-gradient(135deg, rgba(216, 104, 75, 0.14), transparent 35%),
    var(--paper);
}

.contact-form {
  display: grid;
  gap: 16px;
  border: 1px solid rgba(5, 6, 7, 0.15);
  border-radius: var(--radius);
  background: #fffaf1;
  padding: 24px;
  box-shadow: 0 24px 60px rgba(5, 6, 7, 0.1);
}

.contact-form label {
  display: grid;
  gap: 7px;
  color: #2b3631;
  font-size: 0.9rem;
  font-weight: 720;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(5, 6, 7, 0.18);
  border-radius: var(--radius);
  background: var(--paper);
  color: var(--ink);
  padding: 13px 14px;
  outline: none;
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--green-dark);
  box-shadow: 0 0 0 4px rgba(32, 230, 162, 0.18);
}

.contact-form .button {
  width: 100%;
}

.form-note {
  margin: 0;
  color: #52615b;
  font-size: 0.94rem;
}

.form-note a {
  color: #006f50;
  font-weight: 760;
}

.site-footer {
  border-top: 1px solid var(--line);
  background: var(--ink);
  color: rgba(246, 241, 232, 0.68);
}

.footer-inner {
  display: flex;
  width: min(100% - 40px, var(--max));
  min-height: 118px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 0 auto;
}

.footer-brand {
  flex: 0 0 auto;
}

.footer-inner p {
  margin: 0;
  text-align: right;
  font-size: 0.92rem;
}

@media (max-width: 980px) {
  .nav-toggle {
    display: inline-flex;
  }

  .nav-links {
    position: fixed;
    inset: 74px 0 auto;
    display: grid;
    gap: 0;
    max-height: 0;
    overflow: hidden;
    border-bottom: 1px solid transparent;
    background: rgba(5, 6, 7, 0.96);
    transition:
      max-height 200ms ease,
      border-color 180ms ease;
  }

  .nav-links.is-open {
    max-height: calc(100vh - 74px);
    border-color: var(--line);
  }

  .nav-links a {
    width: min(100% - 40px, var(--max));
    margin: 0 auto;
    border-radius: 0;
    border-bottom: 1px solid var(--line);
    padding: 18px 0;
  }

  .nav-links .nav-cta {
    width: min(100% - 40px, var(--max));
    margin: 18px auto 22px;
    border-radius: var(--radius);
    padding: 15px 18px;
    text-align: center;
  }

  .hero {
    min-height: 84vh;
  }

  .hero-content {
    padding-top: 140px;
  }

  .intro-grid,
  .audience-grid,
  .platform-grid,
  .proof-grid,
  .about-grid,
  .booking-grid,
  .section-heading {
    grid-template-columns: 1fr;
  }

  .section-heading h2,
  .section-heading .section-kicker {
    grid-column: auto;
  }

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

  .process-list li {
    min-height: 220px;
  }

  .process-list span {
    margin-bottom: 64px;
  }
}

@media (max-width: 680px) {
  .nav,
  .section-inner,
  .hero-content,
  .footer-inner {
    width: min(100% - 28px, var(--max));
  }

  .hero {
    min-height: 86vh;
  }

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

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(5, 6, 7, 0.94) 0%, rgba(5, 6, 7, 0.74) 58%, rgba(5, 6, 7, 0.42) 100%),
      linear-gradient(180deg, rgba(5, 6, 7, 0.14) 0%, rgba(5, 6, 7, 0.24) 66%, var(--ink) 100%);
  }

  .hero-content {
    padding: 128px 0 46px;
  }

  h1 {
    font-size: clamp(2.8rem, 15vw, 4.5rem);
  }

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

  .hero-stats {
    grid-template-columns: 1fr;
  }

  .section-inner {
    padding: 72px 0;
  }

  .intro-grid {
    padding-top: 54px;
  }

  .service-grid,
  .process-list,
  .platform-panel {
    grid-template-columns: 1fr;
  }

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

  .card-index,
  .process-list span {
    margin-bottom: 40px;
  }

  .audience-list article {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .contact-form {
    padding: 18px;
  }

  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 28px 0;
  }

  .footer-inner p {
    text-align: left;
  }
}

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