:root {
  color-scheme: light;
  --paper: #fbfaf7;
  --ink: #161412;
  --muted: #6d6760;
  --line: #ded8cf;
  --sage: #2e6f58;
  --clay: #9a4f31;
  --white: #ffffff;
  --shadow: 0 24px 80px rgba(22, 20, 18, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  max-width: 100%;
  overflow-x: clip;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  max-width: 100%;
  overflow-x: clip;
  overscroll-behavior-x: none;
  background: var(--paper);
  color: var(--ink);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  line-height: 1.5;
}

@supports not (overflow: clip) {
  html,
  body {
    overflow-x: hidden;
  }
}

@media (pointer: coarse) {
  body {
    touch-action: pan-y pinch-zoom;
  }
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  isolation: isolate;
  overflow: visible;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  padding: 0 clamp(20px, 5vw, 64px);
  background: color-mix(in srgb, var(--paper) 88%, transparent);
  border-bottom: 1px solid rgba(222, 216, 207, 0.7);
  backdrop-filter: blur(18px);
}

.brand,
nav {
  display: flex;
  align-items: center;
  gap: 10px;
}

.brand {
  position: relative;
  z-index: 1;
  font-weight: 700;
}

.brand::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 20;
  width: max(150vw, 150vh);
  height: max(150vw, 150vh);
  pointer-events: none;
  transform: translate(-50%, -50%) rotate(-7deg) scale(1);
  transform-origin: 50% 50%;
  background:
    conic-gradient(
      from -12deg at 50% 50%,
      rgba(154, 79, 49, 0.04) 0deg,
      rgba(154, 79, 49, 0.3) 9deg,
      rgba(154, 79, 49, 0.05) 18deg,
      rgba(44, 96, 150, 0.2) 33deg,
      rgba(44, 96, 150, 0.04) 48deg,
      rgba(154, 79, 49, 0.25) 66deg,
      rgba(154, 79, 49, 0.04) 82deg,
      rgba(44, 96, 150, 0.22) 106deg,
      rgba(44, 96, 150, 0.03) 126deg,
      rgba(154, 79, 49, 0.22) 151deg,
      rgba(154, 79, 49, 0.04) 174deg,
      rgba(44, 96, 150, 0.18) 204deg,
      rgba(44, 96, 150, 0.04) 226deg,
      rgba(154, 79, 49, 0.24) 252deg,
      rgba(154, 79, 49, 0.04) 276deg,
      rgba(44, 96, 150, 0.2) 306deg,
      rgba(44, 96, 150, 0.04) 332deg,
      rgba(154, 79, 49, 0.04) 360deg
    );
  mask-image: radial-gradient(circle at 50% 50%, rgba(0, 0, 0, 0.86) 0%, rgba(0, 0, 0, 0.48) 50%, rgba(0, 0, 0, 0.16) 78%, transparent 100%);
  opacity: 0.88;
  animation: pabrSunRays 12s ease-in-out infinite alternate;
}

.brand::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 19;
  width: 172px;
  height: 172px;
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(circle, rgba(154, 79, 49, 0.34) 0%, rgba(154, 79, 49, 0.15) 36%, transparent 72%);
  transform: translate(-50%, -50%);
  animation: pabrSunGlow 8s ease-in-out infinite alternate;
}

.brand-mark {
  display: grid;
  position: relative;
  z-index: 21;
  width: 28px;
  height: 28px;
  place-items: center;
  background: var(--paper);
  border: 1px solid var(--ink);
  border-radius: 50%;
  font-size: 15px;
  line-height: 1;
}

nav {
  position: relative;
  z-index: 2;
  gap: clamp(14px, 3vw, 28px);
  color: var(--muted);
  font-size: 14px;
}

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

.hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: calc(100svh - 126px);
  overflow: hidden;
  padding: clamp(48px, 8vw, 86px) clamp(20px, 5vw, 64px);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(251, 250, 247, 0.96) 0%, rgba(251, 250, 247, 0.9) 42%, rgba(251, 250, 247, 0.42) 68%, rgba(251, 250, 247, 0.18) 100%);
  pointer-events: none;
}

.hero-copy {
  position: relative;
  z-index: 1;
  max-width: 720px;
}

.eyebrow,
.section-kicker {
  margin: 0 0 14px;
  color: var(--sage);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 0.98;
  font-weight: 740;
}

h1 {
  max-width: 100%;
  font-size: clamp(68px, 11vw, 148px);
  white-space: nowrap;
}

.lede {
  max-width: 560px;
  margin: 42px 0 0;
  color: rgba(22, 20, 18, 0.76);
  font-size: clamp(20px, 2.3vw, 30px);
  font-weight: 500;
  line-height: 1.3;
}

.hero-actions,
.final-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.hero-actions {
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
}

.button.primary {
  background: var(--ink);
  color: var(--white);
}

.button.secondary {
  background: transparent;
}

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

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

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

.section {
  padding: clamp(72px, 11vw, 132px) clamp(20px, 5vw, 64px);
  border-top: 1px solid var(--line);
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 1fr);
  gap: clamp(32px, 6vw, 90px);
}

h2 {
  max-width: 780px;
  font-size: clamp(38px, 6vw, 78px);
}

.proof-list {
  display: grid;
  gap: 1px;
  background: var(--line);
}

.proof-list article {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  column-gap: clamp(18px, 3vw, 34px);
  row-gap: 10px;
  align-items: start;
  padding: 28px 0;
  background: var(--paper);
}

.proof-list span,
.process li > span {
  color: var(--clay);
  font-size: 13px;
  font-weight: 800;
}

h3 {
  font-size: 22px;
  line-height: 1.08;
}

.proof-list h3 {
  grid-column: 2;
}

.proof-list p {
  grid-column: 2;
}

.proof-list p,
.process p {
  margin: 0;
  color: var(--muted);
}

.proof-list a {
  color: var(--ink);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.16em;
}

.process {
  background: var(--white);
}

.process h2 {
  max-width: 920px;
}

.process .section-lede {
  max-width: 760px;
  margin: 88px 0 0;
  color: var(--muted);
  font-size: clamp(20px, 2.2vw, 30px);
  line-height: 1.24;
}

.process ol {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  max-width: 1180px;
  margin: 42px 0 0;
  padding: 0;
  background: var(--line);
  list-style: none;
}

.process li {
  min-height: 220px;
  padding: 28px;
  background: var(--white);
}

.process li > span {
  display: block;
  margin-bottom: 76px;
  color: var(--sage);
}

.final-cta {
  min-height: 48svh;
  align-content: center;
  background: var(--ink);
  color: var(--white);
}

.final-cta .section-kicker {
  width: 100%;
  color: #a9d8c6;
}

.final-cta h2 {
  flex: 1 1 620px;
  max-width: 920px;
}

.human-note {
  flex: 1 1 100%;
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.28;
}

.final-cta .button.primary {
  border-color: var(--white);
  background: var(--white);
  color: var(--ink);
}

@keyframes pabrSunRays {
  0% {
    transform: translate(-50%, -50%) rotate(-8deg) scale(0.94);
    opacity: 0.62;
  }

  45% {
    transform: translate(-50%, -50%) rotate(3deg) scale(1.08);
    opacity: 0.9;
  }

  100% {
    transform: translate(-50%, -50%) rotate(-5deg) scale(1.01);
    opacity: 0.72;
  }
}

@keyframes pabrSunGlow {
  0% {
    transform: translate(-50%, -50%) scale(0.92);
    opacity: 0.68;
  }

  100% {
    transform: translate(-50%, -50%) scale(1.08);
    opacity: 0.9;
  }
}

@media (prefers-reduced-motion: reduce) {
  .brand::before,
  .brand::after {
    animation: none;
  }
}

@media (max-width: 860px) {
  body {
    touch-action: pan-y pinch-zoom;
  }

  .site-header {
    min-height: 64px;
  }

  nav {
    gap: 14px;
    font-size: 13px;
  }

  .hero,
  .split-section,
  .process ol {
    grid-template-columns: 1fr;
  }

  .hero {
    align-items: flex-start;
    min-height: calc(100svh - 136px);
    padding-top: 42px;
    padding-bottom: 48px;
  }

  .hero-media img {
    object-position: 58% center;
    opacity: 0.42;
    transform: scale(1.18);
    transform-origin: center;
  }

  .proof-list article {
    grid-template-columns: 34px 1fr;
  }

  
  .process li {
    min-height: 160px;
  }

  .process li > span {
    margin-bottom: 42px;
  }
}

@media (max-width: 540px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .button {
    width: 100%;
  }

  h1 {
    font-size: clamp(54px, 17vw, 84px);
  }
}
