:root {
  --ink: #17211f;
  --muted: #5f6f6b;
  --soft: #f4f1ea;
  --paper: #fffdf8;
  --line: #d9ded8;
  --teal: #23786f;
  --teal-dark: #15584f;
  --sage: #b7c8bd;
  --clay: #be7359;
  --gold: #d6a64f;
  --shadow: 0 18px 50px rgba(17, 32, 29, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 72px;
  padding: 14px clamp(20px, 5vw, 68px);
  background: rgba(255, 253, 248, 0.9);
  border-bottom: 1px solid rgba(217, 222, 216, 0.76);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  font-weight: 760;
  text-decoration: none;
  white-space: nowrap;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  color: #fff;
  background: var(--teal);
  font-size: 12px;
  letter-spacing: 0;
}

.nav {
  display: flex;
  align-items: center;
  gap: clamp(12px, 2vw, 28px);
  font-size: 14px;
  color: var(--muted);
}

.nav a {
  text-decoration: none;
}

.nav a:hover {
  color: var(--ink);
}

.nav-cta {
  padding: 10px 16px;
  color: #fff !important;
  background: var(--teal);
  border-radius: 999px;
}

.hero {
  position: relative;
  min-height: calc(100vh - 72px);
  display: grid;
  align-items: end;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}

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

.hero-media {
  background-image: url("assets/hero-worktable.png");
  background-position: center;
  background-size: cover;
  transform: scale(1.01);
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(16, 30, 27, 0.88) 0%, rgba(16, 30, 27, 0.7) 38%, rgba(16, 30, 27, 0.18) 73%, rgba(16, 30, 27, 0.08) 100%),
    linear-gradient(0deg, rgba(16, 30, 27, 0.55) 0%, rgba(16, 30, 27, 0) 32%);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(760px, calc(100% - 40px));
  margin: 0 clamp(20px, 7vw, 96px) clamp(44px, 9vh, 92px);
  color: #fff;
}

.eyebrow,
.section-kicker,
.service-label {
  margin: 0 0 13px;
  font-size: 12px;
  font-weight: 780;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eyebrow {
  color: #dcebe8;
}

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

h1 {
  max-width: 760px;
  margin-bottom: 24px;
  font-size: clamp(46px, 6.8vw, 78px);
  line-height: 0.98;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 660px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(17px, 1.8vw, 21px);
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 740;
  text-decoration: none;
}

.button.primary {
  color: #fff;
  background: var(--teal);
  box-shadow: 0 12px 30px rgba(12, 62, 56, 0.25);
}

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

.button.secondary {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.35);
}

.button.secondary:hover {
  background: rgba(255, 255, 255, 0.2);
}

.button.secondary.light {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.35);
}

.trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.trust-strip span {
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 13px;
  background: rgba(255, 255, 255, 0.1);
}

.pov-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: clamp(30px, 6vw, 82px);
  align-items: center;
  background: #f8faf7;
  border-bottom: 1px solid var(--line);
}

.pov-copy p {
  max-width: 760px;
  color: var(--muted);
}

.pov-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.pov-points span {
  padding: 10px 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: #34433f;
  font-size: 14px;
  font-weight: 680;
}

.pov-visual {
  margin: 0;
}

.pov-visual img {
  display: block;
  width: 100%;
  aspect-ratio: 1.3 / 1;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.pov-visual figcaption {
  margin-top: 10px;
  color: var(--muted);
  font-size: 13px;
}

.section {
  padding: clamp(70px, 10vw, 118px) clamp(20px, 6vw, 88px);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(34px, 6vw, 88px);
  align-items: start;
}

.section-kicker,
.service-label {
  color: var(--teal);
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(30px, 4vw, 50px);
  line-height: 1.05;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 21px;
  line-height: 1.18;
}

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

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

.mini-card,
.service-card,
.visit-panel,
.about-card,
.note-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 1px 0 rgba(17, 32, 29, 0.03);
}

.mini-card {
  min-height: 174px;
  padding: 22px;
}

.mini-card p,
.service-card p,
.process-step p,
.visit-copy p,
.about-card p,
.note-card p,
.cta-section p,
.site-footer {
  color: var(--muted);
}

.muted {
  background: var(--soft);
  border-block: 1px solid var(--line);
}

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

.problem-item {
  min-height: 238px;
  padding: 26px;
  border-right: 1px solid var(--line);
}

.problem-item:last-child {
  border-right: 0;
}

.problem-item span {
  display: block;
  margin-bottom: 62px;
  color: var(--clay);
  font-weight: 800;
}

.problem-item p {
  margin: 0;
  font-size: 17px;
}

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

.service-card {
  position: relative;
  padding: 28px;
}

.service-card.featured {
  border-color: rgba(35, 120, 111, 0.45);
  box-shadow: var(--shadow);
}

.price {
  margin-bottom: 17px;
  color: var(--ink) !important;
  font-size: 28px;
  font-weight: 800;
}

ul {
  margin: 18px 0 20px;
  padding-left: 19px;
}

li {
  margin: 8px 0;
  color: #33413e;
}

.timeline {
  margin-bottom: 0;
  padding-top: 14px;
  border-top: 1px solid var(--line);
  font-size: 14px;
  font-weight: 650;
}

.process-section {
  background: #f8faf7;
  border-block: 1px solid var(--line);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.process-step {
  min-height: 255px;
  padding: 24px;
  background: var(--paper);
}

.process-step span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-bottom: 44px;
  border-radius: 50%;
  color: #fff;
  background: var(--teal);
  font-weight: 800;
}

.deliverables {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
  gap: clamp(34px, 6vw, 84px);
  align-items: start;
}

.deliverable-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.deliverable-list span {
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: #36443f;
  font-size: 14px;
  font-weight: 650;
}

.visit-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
  gap: clamp(28px, 6vw, 80px);
  align-items: center;
  background: #16342f;
  color: #fff;
}

.visit-copy p {
  color: rgba(255, 255, 255, 0.76);
  font-size: 17px;
}

.visit-section .section-kicker {
  color: #a7d2ca;
}

.visit-panel {
  padding: 28px;
  background: rgba(255, 255, 255, 0.95);
  color: var(--ink);
  box-shadow: none;
}

.panel-title {
  margin-bottom: 6px;
  color: var(--teal);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.panel-price {
  color: var(--ink) !important;
  font-size: 25px;
  font-weight: 820;
}

.logistics-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(28px, 6vw, 80px);
  align-items: start;
  background: var(--paper);
}

.logistics-copy p {
  max-width: 760px;
  color: var(--muted);
}

.logistics-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.logistics-grid article {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.logistics-grid h3 {
  margin-bottom: 8px;
}

.logistics-grid p {
  margin: 0;
  color: var(--muted);
}

.about-section {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: clamp(22px, 4vw, 54px);
  align-items: stretch;
  background: var(--soft);
}

.founder-intro,
.founder-panel,
.note-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.founder-intro,
.founder-panel,
.note-card {
  padding: clamp(26px, 4vw, 42px);
}

.founder-intro p {
  max-width: 760px;
}

.founder-panel {
  display: flex;
  flex-direction: column;
  gap: 24px;
  background: #16342f;
  color: #fff;
}

.founder-badge {
  display: grid;
  gap: 12px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.founder-badge span {
  display: grid;
  place-items: center;
  width: 82px;
  height: 82px;
  border-radius: 50%;
  color: var(--teal-dark);
  background: #dcebe8;
  font-size: 24px;
  font-weight: 850;
}

.founder-badge strong {
  font-size: 22px;
  line-height: 1.2;
}

.proof-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.proof-grid div {
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.proof-grid strong {
  display: block;
  margin-bottom: 6px;
  color: #fff;
}

.proof-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
}

.note-section {
  padding-top: 0;
  background: var(--soft);
}

.note-card {
  background: #fdf8ee;
}

.cta-section {
  width: min(980px, calc(100% - 40px));
  margin: clamp(70px, 10vw, 118px) auto;
  padding: clamp(36px, 7vw, 66px);
  border-radius: 8px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(21, 88, 79, 0.96), rgba(35, 120, 111, 0.9)),
    var(--teal);
  text-align: center;
  box-shadow: var(--shadow);
}

.cta-section .section-kicker,
.cta-section p {
  color: rgba(255, 255, 255, 0.82);
}

.cta-section h2 {
  margin-inline: auto;
  max-width: 740px;
}

.cta-section p {
  max-width: 650px;
  margin: 0 auto 26px;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 28px clamp(20px, 6vw, 88px);
  border-top: 1px solid var(--line);
  font-size: 14px;
}

.site-footer p {
  margin: 0;
}

.site-footer a {
  color: var(--teal-dark);
  font-weight: 760;
  text-decoration: none;
}

.footer-contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px 18px;
}

@media (max-width: 980px) {
  .nav a:not(.nav-cta) {
    display: none;
  }

  .hero {
    min-height: 760px;
  }

  .hero-overlay {
    background:
      linear-gradient(0deg, rgba(16, 30, 27, 0.88) 0%, rgba(16, 30, 27, 0.72) 48%, rgba(16, 30, 27, 0.22) 100%);
  }

  .hero-content {
    width: min(720px, calc(100% - 40px));
    margin-inline: 20px;
  }

  .split,
  .pov-section,
  .deliverables,
  .visit-section,
  .logistics-section,
  .about-section {
    grid-template-columns: 1fr;
  }

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

  .problem-list {
    grid-template-columns: 1fr 1fr;
  }

  .problem-item:nth-child(2) {
    border-right: 0;
  }

  .problem-item:nth-child(1),
  .problem-item:nth-child(2) {
    border-bottom: 1px solid var(--line);
  }

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

@media (max-width: 640px) {
  .site-header {
    min-height: 66px;
    padding-inline: 16px;
  }

  .brand {
    font-size: 14px;
  }

  .brand-mark {
    width: 34px;
    height: 34px;
  }

  .nav-cta {
    padding: 9px 12px;
  }

  .hero {
    min-height: 720px;
  }

  h1 {
    font-size: 42px;
  }

  .hero-copy {
    font-size: 17px;
  }

  .button {
    width: 100%;
  }

  .section {
    padding: 62px 18px;
  }

  .problem-list,
  .process-grid {
    grid-template-columns: 1fr;
  }

  .problem-item {
    min-height: 190px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .problem-item:last-child {
    border-bottom: 0;
  }

  .problem-item span {
    margin-bottom: 32px;
  }

  .mini-card {
    min-height: auto;
  }

  .pov-visual img {
    aspect-ratio: 1 / 0.82;
  }

  .process-step {
    min-height: 210px;
  }

  .process-step span {
    margin-bottom: 28px;
  }

  .cta-section {
    width: calc(100% - 32px);
    margin-block: 62px;
  }

  .site-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-contact {
    justify-content: flex-start;
  }
}
