:root {
  --bg: #f6f1e8;
  --bg-soft: #fbf8f3;
  --surface: rgba(255, 252, 246, 0.9);
  --surface-strong: #fffdf8;
  --surface-dark: #1f2524;
  --surface-dark-soft: #293230;
  --ink: #181511;
  --muted: #665d53;
  --line: rgba(24, 21, 17, 0.1);
  --line-strong: rgba(24, 21, 17, 0.2);
  --hero-line: rgba(255, 247, 239, 0.12);
  --brand: #0f4f4b;
  --brand-strong: #0a3633;
  --brand-soft: rgba(15, 79, 75, 0.1);
  --accent: #b96c41;
  --accent-soft: #f0dfcf;
  --hero-ink: #f8f1e9;
  --hero-muted: rgba(248, 241, 233, 0.76);
  --shadow: 0 28px 70px rgba(32, 25, 16, 0.08);
  --shadow-strong: 0 38px 90px rgba(18, 14, 10, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: "Avenir Next", "IBM Plex Sans", "PingFang SC", "Noto Sans SC", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(15, 79, 75, 0.12), transparent 24%),
    radial-gradient(circle at 85% 12%, rgba(185, 108, 65, 0.1), transparent 20%),
    linear-gradient(180deg, #fcfaf6 0%, var(--bg) 58%, #e9dfd1 100%);
}

a {
  color: inherit;
}

.page {
  width: min(1280px, calc(100% - 36px));
  margin: 0 auto;
  padding: 26px 0 88px;
}

.topbar,
.hero,
.signal-band,
.section,
.final-cta {
  animation: rise 720ms ease both;
}

.topbar {
  position: sticky;
  top: 18px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: 28px;
  padding: 16px 22px;
  border: 1px solid rgba(24, 21, 17, 0.08);
  border-radius: 22px;
  background: rgba(255, 252, 246, 0.8);
  box-shadow: 0 18px 40px rgba(31, 24, 16, 0.06);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  text-decoration: none;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 18px;
  background: linear-gradient(145deg, var(--brand), #156762);
  color: #fff;
  font-family: "Avenir Next Condensed", "DIN Condensed", "Arial Narrow", sans-serif;
  font-size: 1.4rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  box-shadow: 0 18px 34px rgba(15, 79, 75, 0.18);
}

.brand-lockup {
  display: grid;
  gap: 4px;
}

.brand-lockup strong {
  font-size: 1.08rem;
  letter-spacing: 0.03em;
}

.brand-lockup span,
.hero-text,
.trust-row span,
.role-row span,
.dossier-card span,
.dossier-copy,
.section-heading p,
.signal-card p,
.boundary-panel li,
.problem-card p,
.deliverable-card p,
.sample-copy,
.sample-points p,
.sample-side p,
.fit-card li,
.compare-table td,
.compare-table th,
.step-card p,
.pricing-card li,
.faq-item p,
.final-cta p,
.button-link,
.text-link {
  font-size: 1rem;
  line-height: 1.7;
}

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

.topnav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 16px;
}

.topnav a {
  position: relative;
  color: var(--muted);
  text-decoration: none;
  font-size: 0.96rem;
}

.topnav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 1px;
  background: rgba(15, 79, 75, 0.34);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.topnav a:hover::after {
  transform: scaleX(1);
}

.eyebrow,
.section-label,
.panel-kicker {
  margin: 0;
  color: var(--brand);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(430px, 0.98fr);
  gap: 28px;
  padding: 34px;
  border-radius: 40px;
  background:
    radial-gradient(circle at top right, rgba(185, 108, 65, 0.16), transparent 22%),
    linear-gradient(145deg, var(--surface-dark) 0%, var(--surface-dark-soft) 100%);
  box-shadow: var(--shadow-strong);
  overflow: hidden;
}

.hero::before,
.section-dark::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), transparent 84%);
  pointer-events: none;
}

.hero-copy,
.hero-panel,
.section-heading,
.sample-feature,
.sample-rail,
.pricing-card,
.final-cta-copy {
  position: relative;
  z-index: 1;
}

.hero-copy {
  padding: 8px 0 18px;
}

.hero h1,
.section-heading h2,
.signal-card h2,
.boundary-panel h3,
.problem-card h3,
.deliverable-card h3,
.sample-feature h3,
.sample-side h3,
.fit-card h3,
.step-card h3,
.pricing-card h3,
.final-cta h2,
.dossier h2 {
  margin: 0;
  font-family: "Avenir Next Condensed", "DIN Condensed", "IBM Plex Sans Condensed", "Arial Narrow", sans-serif;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 0.98;
}

.hero h1 {
  max-width: 10.5ch;
  margin-top: 16px;
  color: var(--hero-ink);
  font-size: clamp(3.4rem, 7vw, 6rem);
}

.hero-text {
  max-width: 34rem;
  margin: 22px 0 0;
  color: var(--hero-muted);
}

.hero-actions,
.trust-row,
.role-row,
.hero-meta,
.dossier-grid,
.signal-band,
.boundary-grid,
.problem-grid,
.deliverable-grid,
.samples-layout,
.sample-points,
.sample-rail,
.fit-grid,
.start-layout,
.start-steps,
.faq-stack {
  display: grid;
  gap: 16px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.compact-actions {
  margin-top: 0;
}

.button-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 13px 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: linear-gradient(135deg, #fffaf3, #ffffff);
  color: var(--brand-strong);
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 16px 30px rgba(10, 54, 51, 0.18);
}

.secondary-link {
  background: transparent;
  border-color: var(--hero-line);
  color: var(--hero-ink);
  box-shadow: none;
}

.text-link {
  color: var(--brand);
  font-weight: 700;
  text-decoration: none;
}

.text-link:hover {
  text-decoration: underline;
}

.trust-row,
.role-row {
  margin-top: 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.role-row {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 14px;
}

.trust-row span,
.role-row span {
  display: flex;
  align-items: center;
  min-height: 54px;
  padding: 10px 14px;
  border: 1px solid var(--hero-line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--hero-ink);
  font-weight: 700;
}

.role-row span {
  color: var(--hero-muted);
  font-weight: 600;
}

.hero-panel {
  display: grid;
  gap: 16px;
}

.dossier,
.meta-card,
.signal-card,
.boundary-panel,
.problem-card,
.deliverable-card,
.sample-feature,
.sample-side,
.fit-card,
.step-card,
.pricing-card,
.faq-item,
.final-cta {
  border: 1px solid var(--line);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.dossier {
  padding: 24px;
  border-radius: 28px;
  background: rgba(255, 249, 243, 0.96);
}

.dossier-head,
.sample-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 18px;
}

.status-chip,
.tag-row span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 7px 12px;
  border-radius: 999px;
  background: var(--brand-soft);
  color: var(--brand);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.dossier h2 {
  margin-top: 6px;
  font-size: clamp(2.1rem, 3vw, 3rem);
}

.dossier-copy {
  max-width: 36rem;
  margin: 18px 0 0;
  color: var(--muted);
}

.dossier-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 18px;
}

.dossier-card {
  padding: 18px;
  border: 1px solid rgba(24, 21, 17, 0.08);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.78);
}

.dossier-card strong,
.meta-card strong {
  display: block;
  margin-top: 8px;
  font-size: 1.1rem;
  line-height: 1.4;
}

.dossier-card span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
}

.dossier-card-accent,
.deliverable-card-accent,
.distinction-accent {
  background: linear-gradient(180deg, #f7eee7 0%, var(--accent-soft) 100%);
}

.hero-meta {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.meta-card {
  padding: 18px;
  border-radius: 20px;
  background: rgba(255, 252, 246, 0.14);
  border-color: var(--hero-line);
  color: var(--hero-ink);
  box-shadow: none;
}

.meta-card .panel-kicker {
  color: #b2ddd8;
}

.signal-band {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 18px;
}

.signal-card {
  padding: 24px;
  border-radius: 24px;
}

.signal-card h2 {
  margin-top: 10px;
  font-size: clamp(1.8rem, 2.4vw, 2.4rem);
}

.signal-card p:last-child {
  margin: 14px 0 0;
  color: var(--muted);
}

.section {
  position: relative;
  margin-top: 18px;
  padding: 30px;
  border-radius: 34px;
  background: linear-gradient(180deg, rgba(255, 252, 246, 0.76) 0%, rgba(255, 249, 242, 0.92) 100%);
  border: 1px solid rgba(24, 21, 17, 0.08);
}

.section-contrast {
  background: linear-gradient(180deg, rgba(239, 229, 214, 0.86) 0%, rgba(255, 249, 242, 0.96) 100%);
}

.section-dark {
  overflow: hidden;
  background: linear-gradient(145deg, #f3ebe1 0%, #eee3d5 100%);
}

.section-heading {
  display: grid;
  gap: 10px;
}

.section-heading h2 {
  max-width: 15ch;
  font-size: clamp(2.3rem, 4vw, 3.8rem);
}

.section-heading p:last-child {
  max-width: 56rem;
  margin: 0;
  color: var(--muted);
}

.boundary-grid,
.fit-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 24px;
}

.boundary-panel,
.fit-card,
.pricing-card,
.step-card,
.problem-card,
.deliverable-card,
.sample-side,
.sample-feature,
.faq-item {
  padding: 24px;
  border-radius: 26px;
}

.boundary-panel h3,
.fit-card h3,
.problem-card h3,
.deliverable-card h3,
.sample-feature h3,
.sample-side h3,
.step-card h3,
.pricing-card h3 {
  margin-top: 10px;
  font-size: clamp(1.8rem, 2.4vw, 2.5rem);
}

.boundary-panel-muted,
.fit-card-muted {
  background: linear-gradient(180deg, rgba(244, 237, 228, 0.88) 0%, rgba(252, 247, 241, 0.96) 100%);
}

.list {
  margin: 16px 0 0;
  padding-left: 18px;
}

.list li + li {
  margin-top: 10px;
}

.problem-grid,
.deliverable-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 24px;
}

.problem-card p:last-child,
.deliverable-card p:first-of-type,
.fit-card li,
.step-card p {
  color: var(--muted);
}

.pricing-note {
  margin: 18px 0 0;
  color: var(--muted);
}

.deliverable-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
}

.deliverable-head h3 {
  margin-top: 0;
  font-size: clamp(1.5rem, 2vw, 2.1rem);
}

.compact-list {
  margin-top: 12px;
}

.samples-layout {
  grid-template-columns: minmax(0, 1.28fr) minmax(280px, 0.72fr);
  margin-top: 24px;
}

.sample-feature {
  background: rgba(255, 252, 246, 0.86);
}

.sample-copy {
  margin: 20px 0 0;
  color: var(--muted);
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.sample-points {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 20px;
}

.sample-points article {
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.sample-points p:last-child,
.sample-side p {
  margin: 8px 0 0;
  color: var(--muted);
}

.sample-rail {
  align-content: start;
}

.sample-side {
  min-height: 0;
}

.compare-table-wrap {
  margin-top: 24px;
  overflow-x: auto;
}

.compare-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  background: rgba(255, 252, 246, 0.78);
  border: 1px solid var(--line);
  border-radius: 28px;
  overflow: hidden;
}

.compare-table thead {
  background: rgba(15, 79, 75, 0.08);
}

.compare-table th,
.compare-table td {
  padding: 18px 20px;
  text-align: left;
  border-bottom: 1px solid rgba(24, 21, 17, 0.08);
  vertical-align: top;
}

.compare-table th {
  font-weight: 700;
}

.compare-table tbody tr:last-child th,
.compare-table tbody tr:last-child td {
  border-bottom: 0;
}

.compare-table tbody td:last-child,
.compare-table thead th:last-child {
  background: rgba(185, 108, 65, 0.08);
}

.start-layout {
  grid-template-columns: minmax(0, 1.18fr) minmax(300px, 0.82fr);
  margin-top: 24px;
}

.start-steps {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.step-card {
  position: relative;
  min-height: 100%;
}

.step-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 16px;
  background: var(--brand);
  color: #fff;
  font-family: "Avenir Next Condensed", "DIN Condensed", "Arial Narrow", sans-serif;
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.pricing-card {
  display: grid;
  align-content: start;
  gap: 8px;
  background: linear-gradient(180deg, rgba(249, 241, 233, 0.96) 0%, rgba(255, 251, 246, 0.98) 100%);
}

.pricing-card .list {
  margin-top: 10px;
}

.faq-stack {
  margin-top: 24px;
}

.faq-item {
  background: rgba(255, 252, 246, 0.7);
}

.faq-item summary {
  cursor: pointer;
  list-style: none;
  font-family: "Avenir Next Condensed", "DIN Condensed", "Arial Narrow", sans-serif;
  font-size: clamp(1.45rem, 2vw, 1.9rem);
  font-weight: 700;
  letter-spacing: -0.02em;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item p {
  margin: 14px 0 0;
  color: var(--muted);
}

.final-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
  margin-top: 18px;
  padding: 30px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 100% 0%, rgba(185, 108, 65, 0.14), transparent 28%),
    linear-gradient(145deg, var(--surface-dark) 0%, var(--surface-dark-soft) 100%);
  border-color: rgba(255, 247, 239, 0.08);
  box-shadow: var(--shadow-strong);
}

.final-cta .eyebrow,
.final-cta p,
.final-cta h2,
.final-cta .secondary-link {
  color: var(--hero-ink);
}

.final-cta p:last-child {
  margin: 14px 0 0;
  max-width: 34rem;
  color: var(--hero-muted);
}

@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(22px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1100px) {
  .hero,
  .samples-layout,
  .start-layout,
  .final-cta {
    grid-template-columns: 1fr;
  }

  .problem-grid,
  .deliverable-grid,
  .start-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero h1 {
    max-width: 11ch;
  }
}

@media (max-width: 820px) {
  .page {
    width: min(100% - 22px, 1280px);
    padding-top: 18px;
  }

  .topbar,
  .hero,
  .section,
  .final-cta {
    padding: 22px;
    border-radius: 26px;
  }

  .topbar {
    position: static;
  }

  .topnav {
    justify-content: flex-start;
  }

  .trust-row,
  .role-row,
  .hero-meta,
  .signal-band,
  .boundary-grid,
  .problem-grid,
  .deliverable-grid,
  .fit-grid,
  .start-steps,
  .sample-points,
  .dossier-grid {
    grid-template-columns: 1fr;
  }

  .sample-head,
  .dossier-head {
    flex-direction: column;
  }

  .tag-row {
    justify-content: flex-start;
  }
}

@media (max-width: 560px) {
  .page {
    width: min(100% - 16px, 1280px);
    padding-bottom: 48px;
  }

  .brand {
    align-items: flex-start;
  }

  .brand-lockup span {
    font-size: 0.82rem;
  }

  .button-link {
    width: 100%;
  }

  .hero h1 {
    font-size: clamp(2.6rem, 13vw, 3.6rem);
  }

  .section-heading h2,
  .final-cta h2,
  .dossier h2 {
    font-size: clamp(2rem, 10vw, 2.8rem);
  }
}
