:root {
  --cream: #f7f4ed;
  --cream-2: #f1ede4;
  --paper: #fcfaf6;
  --ink: #15120e;
  --muted-ink: rgba(21, 18, 14, 0.72);
  --copper: #e8e1d5;
  --acid-beige: #ede7dd;
  --rule: rgba(21, 18, 14, 0.92);
  --rule-soft: rgba(21, 18, 14, 0.17);
  --site-header-height: 72px;
  --notice-height: 34px;
  --container: 1240px;
}

/* Brand-neutral structural foundation. Keep layout mechanics here and visual
   decisions in the beige system below so retired themes cannot leak through. */
*,
*::before,
*::after { box-sizing: border-box; }

html {
  font-size: 18px;
  scroll-behavior: smooth;
}

body {
  min-width: 0;
  margin: 0;
  color: var(--ink);
  background-color: var(--cream);
  background-image:
    linear-gradient(rgba(21, 18, 14, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(21, 18, 14, 0.045) 1px, transparent 1px);
  background-size: 36px 36px;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 500;
  line-height: 1.55;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 9999;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='400'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.72' numOctaves='5' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='400' height='400' filter='url(%23g)' opacity='1'/%3E%3C/svg%3E");
  opacity: 0.055;
  mix-blend-mode: multiply;
  pointer-events: none;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
h1, h2, h3, p { margin: 0; }

.site-shell { min-height: 100vh; overflow: clip; }
.container { margin-right: auto; margin-left: auto; }
.site-header { position: fixed; right: 0; left: 0; z-index: 200; }
.nav,
.nav-actions,
.hero-actions,
.socials,
.legal { display: flex; align-items: center; }
.nav { justify-content: space-between; }
.nav-actions,
.hero-actions,
.socials,
.legal { flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; cursor: pointer; text-align: center; }
.mobile-label { display: none; }
.hero-grid,
.logo-grid,
.split,
.partner-logos,
.footer-grid { display: grid; }
.hero::after { content: ""; position: absolute; pointer-events: none; }
.hero-actions { gap: 18px; }
.logo-card,
.partner-logo { display: flex; align-items: center; justify-content: center; }
.split { grid-template-columns: minmax(420px, 1.08fr) minmax(0, 0.92fr); }
.offer-list { margin: 0; padding: 0; list-style: none; }
.offer-list li { position: relative; }
.partner-logos { align-items: stretch; }
.footer-grid { gap: 28px; justify-items: center; text-align: center; }
.socials,
.legal { justify-content: center; gap: 16px; }
.footer .social-icon { width: 50px; height: 50px; display: inline-grid; place-items: center; text-decoration: none; }
.footer .social-icon svg { width: 22px; height: 22px; }

::selection {
  color: var(--ink);
  background: var(--acid-beige);
}

h1,
h2,
h3,
.brand {
  font-family: "Archivo Black", sans-serif;
  font-weight: 400;
}

h1,
h2 {
  color: var(--ink);
  line-height: 0.82;
  letter-spacing: -0.075em;
  text-transform: uppercase;
}

h1 {
  max-width: 1040px;
  font-size: clamp(72px, 10vw, 168px);
  overflow-wrap: anywhere;
  text-shadow: 8px 8px 0 var(--acid-beige);
}

h2 {
  max-width: 940px;
  font-size: clamp(58px, 7.5vw, 118px);
}

h3 {
  color: var(--ink);
  line-height: 0.95;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.site-shell { padding-top: calc(var(--site-header-height) + var(--notice-height)); }
.container { width: min(var(--container), calc(100% - 72px)); }

.noncompete-notice {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 400;
  display: grid;
  place-items: center;
  min-height: var(--notice-height);
  padding: 7px 24px 6px;
  color: var(--cream);
  background:
    repeating-linear-gradient(90deg, transparent 0 47px, rgba(247, 244, 237, 0.1) 47px 48px),
    var(--ink);
  border-bottom: 1px solid var(--ink);
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.61rem;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.09em;
  text-align: center;
}

body.legal-site {
  padding-top: calc(var(--site-header-height) + var(--notice-height));
}

.site-header {
  top: var(--notice-height);
  height: var(--site-header-height);
  background: rgba(247, 244, 237, 0.94);
  border-bottom: 3px solid var(--ink);
  box-shadow: none;
  backdrop-filter: blur(10px);
}

.nav {
  min-height: var(--site-header-height);
  gap: 24px;
}

.brand {
  position: relative;
  color: var(--ink);
  font-size: clamp(1rem, 2vw, 1.38rem);
  letter-spacing: -0.065em;
  line-height: 1;
  text-transform: uppercase;
}

.brand-name { display: block; white-space: nowrap; }
.nav-actions { gap: 18px; }

.nav-link {
  color: var(--ink);
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.nav-link:hover,
.nav-link:focus-visible {
  color: var(--ink);
  text-decoration-color: currentColor;
  text-decoration-thickness: 3px;
  text-underline-offset: 6px;
}

.button {
  min-height: 48px;
  padding: 14px 22px;
  color: var(--paper);
  background: var(--ink);
  background-image: none;
  border: 3px solid var(--ink);
  border-radius: 0;
  box-shadow: 6px 6px 0 var(--copper);
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 120ms ease, box-shadow 120ms ease, background-color 120ms ease;
}

.button:hover,
.button:focus-visible {
  color: var(--ink);
  background: var(--copper);
  background-image: none;
  border-color: var(--ink);
  box-shadow: 2px 2px 0 var(--ink);
  text-decoration: none;
  transform: translate(4px, 4px);
}


.hero {
  position: relative;
  min-height: calc(100vh - var(--site-header-height));
  padding: 90px 0 76px;
  background:
    linear-gradient(115deg, transparent 0 63%, rgba(21, 18, 14, 0.06) 63% 63.4%, transparent 63.4% 78%, rgba(21, 18, 14, 0.035) 78% 78.4%, transparent 78.4%),
    repeating-linear-gradient(135deg, transparent 0 22px, rgba(21, 18, 14, 0.025) 22px 24px),
    var(--cream);
  border-bottom: 3px solid var(--ink);
  overflow: hidden;
}

.hero::after {
  right: -10vw;
  top: -8vw;
  bottom: auto;
  width: 46vw;
  height: 46vw;
  border: 4px solid var(--ink);
  border-radius: 50%;
  background:
    repeating-conic-gradient(from 12deg, var(--acid-beige) 0deg 8deg, var(--cream-2) 8deg 16deg);
  box-shadow:
    inset 0 0 0 24px var(--cream),
    inset 0 0 0 28px var(--ink),
    inset 0 0 0 70px transparent,
    inset 0 0 0 74px var(--ink);
  opacity: 0.72;
}

.hero-grid {
  position: relative;
  z-index: 3;
  grid-template-columns: minmax(0, 1.55fr) minmax(240px, 0.45fr);
  gap: 42px;
}

.hero-copy-wrap { align-self: end; }

.eyebrow,
.partner-title {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 12px;
  color: var(--ink);
  background: var(--copper);
  border: 2px solid var(--ink);
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1;
  text-transform: uppercase;
  transform: rotate(-1.5deg);
}

.eyebrow {
  gap: 10px;
  margin-bottom: 34px;
  box-shadow: 5px 5px 0 var(--ink);
}

.eyebrow::before {
  content: "✦";
  width: auto;
  height: auto;
  background: none;
  color: var(--ink);
}

.hero-copy {
  max-width: 660px;
  margin-top: 40px;
  padding: 18px 22px;
  color: var(--ink);
  background: var(--paper);
  border: 3px solid var(--ink);
  box-shadow: 9px 9px 0 var(--acid-beige);
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.55;
}

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


.proof {
  position: relative;
  padding: 0;
  background: var(--ink);
  border-bottom: 3px solid var(--ink);
}

.proof::before {
  content: "PROOF / NOT PROMISES / PROOF / NOT PROMISES /";
  display: block;
  padding: 12px 0;
  color: var(--ink);
  background: var(--copper);
  border-bottom: 3px solid var(--ink);
  font-family: "Archivo Black", sans-serif;
  font-size: clamp(1rem, 2vw, 1.55rem);
  letter-spacing: -0.025em;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
}

.logo-grid {
  width: 100%;
  max-width: none;
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
  border: 0;
}

.logo-card {
  min-height: 150px;
  background: var(--cream);
  border-right: 3px solid var(--ink);
  border-bottom: 0;
  border-radius: 0;
}

.logo-card:nth-child(3n) { border-right: 3px solid var(--ink); }
.logo-card:last-child { border-right: 0; }
.logo-card img { filter: grayscale(100%) contrast(140%); opacity: 0.78; }

.section {
  position: relative;
  padding: 130px 0;
  background-color: var(--cream);
  background-image: repeating-linear-gradient(-45deg, transparent 0 18px, rgba(21, 18, 14, 0.035) 18px 19px);
}

.section {
  border-bottom: 3px solid var(--ink);
}

.section::before {
  content: "02";
  position: absolute;
  top: 34px;
  left: max(36px, calc((100vw - var(--container)) / 2));
  color: var(--copper);
  font-family: "Archivo Black", sans-serif;
  font-size: clamp(4rem, 9vw, 10rem);
  line-height: 1;
  opacity: 0.17;
}

.section::after {
  content: "";
  position: absolute;
  top: 8%;
  right: -7vw;
  width: min(34vw, 460px);
  aspect-ratio: 1;
  border: 4px solid rgba(21, 18, 14, 0.18);
  background:
    linear-gradient(45deg, transparent 48.8%, rgba(21, 18, 14, 0.14) 49% 51%, transparent 51.2%),
    linear-gradient(-45deg, transparent 48.8%, rgba(21, 18, 14, 0.14) 49% 51%, transparent 51.2%),
    var(--cream-2);
  box-shadow: 24px 24px 0 var(--acid-beige);
  transform: rotate(13deg);
  opacity: 0.65;
  pointer-events: none;
}

.section .container { position: relative; z-index: 1; }

.split { gap: 64px; align-items: center; }

.image-panel {
  background:
    repeating-radial-gradient(circle at 18% 22%, transparent 0 17px, rgba(21, 18, 14, 0.18) 18px 20px, transparent 21px 38px),
    var(--acid-beige);
  border: 4px solid var(--ink);
  border-radius: 0;
  box-shadow: -14px 14px 0 var(--ink);
  transform: rotate(-2deg);
}

.image-panel img {
  filter: grayscale(100%) contrast(125%) sepia(20%);
  mix-blend-mode: multiply;
}

.content h2 { margin-bottom: 34px; }

.content p,
.lead {
  color: var(--muted-ink);
  font-weight: 550;
}

.content h3 {
  display: inline-block;
  margin-top: 32px;
  padding: 7px 10px;
  color: var(--paper);
  background: var(--ink);
  font-size: 0.8rem;
  letter-spacing: 0.08em;
}

.offer-list { border-top: 3px solid var(--ink); }

.offer-list li {
  color: var(--ink);
  border-color: var(--ink);
  font-weight: 700;
  padding-left: 0;
}

.offer-list li::before {
  content: none;
  display: none;
  background: none;
}

.partners {
  padding: 0;
  background: var(--acid-beige);
  border-bottom: 3px solid var(--ink);
}

.partners .container {
  width: 100%;
  max-width: none;
}

.partner-title {
  margin: 0;
  padding: 14px 36px;
  color: var(--paper);
  background: var(--ink);
  border: 0;
  transform: none;
}

.partner-logos { border: 0; border-top: 3px solid var(--ink); gap: 0; }

.partner-logo {
  min-height: 130px;
  background: var(--acid-beige);
  border-right: 3px solid var(--ink);
  border-radius: 0;
}

.partner-logo:last-child { border-right: 0; }
.partner-logo img { filter: grayscale(100%) contrast(140%); opacity: 0.72; }


.cta {
  position: relative;
  padding: 130px 0;
  color: var(--ink);
  background: var(--copper);
  border-top: 3px solid var(--ink);
  border-bottom: 3px solid var(--ink);
  text-align: left;
  overflow: hidden;
}

.cta::before {
  content: "LET'S GO / LET'S GO / LET'S GO /";
  position: absolute;
  left: -2vw;
  top: 22px;
  color: rgba(21, 18, 14, 0.09);
  font-family: "Archivo Black", sans-serif;
  font-size: clamp(4rem, 10vw, 9rem);
  line-height: 0.8;
  white-space: nowrap;
  transform: rotate(-3deg);
}

.cta .container { position: relative; z-index: 1; }
.cta h2 { max-width: 1120px; color: var(--ink); text-shadow: 8px 8px 0 var(--paper); }
.cta h3 { margin-top: 34px; color: var(--ink); font-size: 0.72rem; letter-spacing: 0.16em; }
.cta .button { margin-top: 26px; background: var(--paper); color: var(--ink); box-shadow: 8px 8px 0 var(--ink); }
.cta .button:hover { background: var(--acid-beige); color: var(--ink); }

.footer {
  padding: 44px 0 52px;
  color: var(--ink);
  background:
    repeating-linear-gradient(90deg, transparent 0 35px, rgba(21, 18, 14, 0.07) 35px 36px),
    var(--cream-2);
  border-top: 3px solid var(--ink);
}

.footer a { color: var(--ink); }
.footer .social-icon { color: var(--paper); background: var(--ink); border: 2px solid var(--ink); }
.footer .social-icon:hover,
.footer .social-icon:focus-visible { color: var(--ink); background: var(--copper); }

.legal {
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.56rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.disclaimer { color: var(--muted-ink); }


.legal-page {
  min-height: 70vh;
  padding: 110px 0;
  background: var(--cream);
}

.legal-site { margin: 0; }
.legal-site *,
.legal-site *::before,
.legal-site *::after { box-sizing: border-box; }

.legal-copy {
  max-width: 1020px;
  padding: clamp(26px, 5vw, 64px);
  color: var(--muted-ink);
  background: var(--paper);
  border: 4px solid var(--ink);
  box-shadow: 14px 14px 0 var(--copper);
}

.legal-copy h1 {
  max-width: none;
  color: var(--ink);
  font-size: clamp(54px, 9vw, 118px);
}

.legal-copy h2 { font-size: clamp(34px, 5vw, 58px); }
.legal-copy h2 {
  max-width: 760px;
  margin: 58px 0 18px;
  color: var(--ink);
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1;
  letter-spacing: -0.045em;
  overflow-wrap: anywhere;
}
.legal-copy p,
.legal-copy li { max-width: 75ch; font-size: 1rem; line-height: 1.75; }
.legal-copy p { margin: 0 0 20px; }
.legal-copy ul { margin: 0 0 24px; padding-left: 1.35em; }
.legal-copy li + li { margin-top: 10px; }
.legal-copy a { color: var(--ink); text-decoration-thickness: 1px; text-underline-offset: 3px; }
.legal-updated {
  margin-bottom: 18px !important;
  color: var(--ink);
  font-size: 0.62rem !important;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.legal-links { font-family: "Space Grotesk", sans-serif; font-size: 0.56rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }
.brand,
.legal-links a { min-height: 44px; display: inline-flex; align-items: center; }

@media (max-width: 1060px) {
  .container { width: min(var(--container), calc(100% - 48px)); }
  .hero {
    min-height: auto;
    background:
      linear-gradient(135deg, transparent 0 72%, rgba(21, 18, 14, 0.055) 72% 72.5%, transparent 72.5%),
      repeating-linear-gradient(135deg, transparent 0 22px, rgba(21, 18, 14, 0.025) 22px 24px),
      var(--cream);
  }
  .hero-grid,
  .split { grid-template-columns: 1fr; }
  
  .logo-grid { grid-template-columns: repeat(3, 1fr); }
  .logo-card:nth-child(3n) { border-right: 0; }
  .logo-card:nth-child(-n + 3) { border-bottom: 3px solid var(--ink); }
}

@media (max-width: 720px) {
  :root {
    --site-header-height: 68px;
    --notice-height: 48px;
  }
  html { font-size: 16px; }
  .container { width: min(var(--container), calc(100% - 28px)); }
  .site-header { height: var(--site-header-height); }
  .noncompete-notice {
    padding: 7px 14px 6px;
    font-size: 0.62rem;
    line-height: 1.25;
    letter-spacing: 0.065em;
    text-wrap: balance;
  }
  .nav { min-height: var(--site-header-height); padding: 0; }
  .brand { font-size: 1rem; }
  .brand::after { display: none; }
  .nav-actions { gap: 8px; }
  .nav-actions .button .desktop-label { display: none; }
  .nav-actions .button .mobile-label { display: inline; }
  
  
  
  
  .nav-actions .button { min-height: 44px; padding: 0 11px; box-shadow: 3px 3px 0 var(--copper); }
  .hero {
    padding: 66px 0 58px;
    background:
      repeating-linear-gradient(135deg, transparent 0 18px, rgba(21, 18, 14, 0.025) 18px 20px),
      var(--cream);
  }
  .hero::before { display: none; }
  .hero::after { right: -32vw; top: 5vw; width: 78vw; height: 78vw; opacity: 0.3; }
  h1 { font-size: clamp(56px, 18vw, 88px); text-shadow: 5px 5px 0 var(--acid-beige); }
  h2 { font-size: clamp(48px, 15vw, 74px); }
  .hero-copy { font-size: 1rem; }
  .hero-actions { display: grid; gap: 14px; }
  .hero-actions .button { width: 100%; }
  
  .proof::before { font-size: 0.95rem; text-align: left; }
  .logo-grid { grid-template-columns: repeat(2, 1fr); }
  .logo-card:nth-child(n) { min-height: 112px; border-right: 3px solid var(--ink); border-bottom: 3px solid var(--ink); }
  .logo-card:nth-child(2n) { border-right: 0; }
  .logo-card:nth-last-child(-n + 2) { border-bottom: 0; }
  .section { padding: 86px 0; }
  .section::before { top: 20px; left: 14px; }
  .section::after { right: -36vw; width: 82vw; opacity: 0.35; }
  .image-panel { box-shadow: -8px 8px 0 var(--ink); }
  .partners { padding: 0; }
  .partner-title { width: 100%; padding: 14px; }
  .partner-logos { grid-template-columns: 1fr; }
  .partner-logo { border-right: 0; border-bottom: 3px solid var(--ink); }
  .partner-logo:last-child { border-bottom: 0; }
  
  
  
  
  
  .cta { padding: 96px 0; }
  .cta h2 { text-shadow: 5px 5px 0 var(--ink); }
  .legal-page { padding: 66px 0 82px; }
  .legal-copy { box-shadow: 8px 8px 0 var(--copper); }
}

/* Minimal beige direction: intensity through proportion, not decoration. */
body {
  background: var(--cream);
}

body::before { opacity: 0.018; }

h1,
.cta h2 {
  text-shadow: none;
}

.site-header,
.proof,
.section,
.partners,
.cta,
.footer {
  border-width: 1px;
}

.button,
.nav-actions .button,
.cta .button {
  border-width: 1px;
  box-shadow: none;
  transform: none;
}

.button:hover,
.button:focus-visible {
  box-shadow: none;
  transform: none;
}

.legal-copy {
  border-width: 1px;
  box-shadow: none;
}

.hero {
  background: var(--cream);
  border-bottom-width: 1px;
}

.hero::before { display: none; }

.hero::after {
  right: -8vw;
  top: 6vw;
  width: min(36vw, 520px);
  height: min(36vw, 520px);
  border: 1px solid rgba(21, 18, 14, 0.18);
  background: var(--cream-2);
  box-shadow: none;
  opacity: 0.82;
}

.eyebrow,
.partner-title {
  color: var(--ink);
  background: var(--cream-2);
  border-width: 1px;
  box-shadow: none;
  transform: none;
}

.eyebrow::before { content: ""; width: 18px; height: 1px; background: var(--ink); }

.hero-copy {
  max-width: 600px;
  padding: 4px 0 4px 22px;
  background: transparent;
  border: 0;
  border-left: 1px solid var(--ink);
  box-shadow: none;
}


.proof::before {
  padding: 9px 36px;
  color: var(--ink);
  background: var(--cream-2);
  border-bottom-width: 1px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.56rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-align: left;
}

.logo-card,
.partner-logo,
.partner-logos {
  border-width: 1px;
}

.section {
  background: var(--cream);
  background-image: none;
}

.section::before {
  font-size: clamp(3rem, 6vw, 6rem);
  opacity: 0.11;
}

.section::after {
  right: -4vw;
  width: min(28vw, 360px);
  border: 1px solid rgba(21, 18, 14, 0.13);
  border-radius: 50%;
  background: transparent;
  box-shadow: none;
  transform: none;
  opacity: 1;
}

.image-panel {
  background: var(--cream-2);
  border-width: 1px;
  box-shadow: none;
  transform: none;
}

.partners {
  background: var(--cream-2);
}

.partner-title {
  width: auto;
  margin: 20px 36px;
  padding: 0;
  background: transparent;
  border: 0;
}

.partner-logos { border-top-width: 1px; }


.cta {
  background: var(--acid-beige);
}

.cta::before { display: none; }

.footer {
  background: var(--cream-2);
  background-image: none;
}

@media (max-width: 720px) {
  .hero::after {
    right: -26vw;
    top: 8vw;
    width: 72vw;
    height: 72vw;
    opacity: 0.48;
  }

  h1,
  .cta h2 { text-shadow: none; }

  .section::after {
    right: -30vw;
    width: 70vw;
  }

  .logo-card:nth-child(n) {
    border-right-width: 1px;
    border-bottom-width: 1px;
  }

  .logo-card:nth-child(2n) { border-right-width: 0; }
  .logo-card:nth-last-child(-n + 2) { border-bottom-width: 0; }
  .partner-logo { border-bottom-width: 1px; }
}

/* Quiet kinetic geometry: low-contrast complexity behind plain typography. */
@keyframes beige-grid-drift {
  from { background-position: 0 0, 0 0; }
  to { background-position: 72px 36px, -36px 72px; }
}

@keyframes beige-orbit {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes beige-float {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(3vw, -2vw, 0); }
}

@keyframes beige-scan {
  from { background-position: 0 0; }
  to { background-position: 0 84px; }
}

@keyframes beige-panel-travel {
  from { background-position: 0 0; }
  to { background-position: 128px -64px; }
}

@keyframes beige-aperture {
  0%, 100% { clip-path: polygon(12% 0, 100% 0, 100% 88%, 88% 100%, 0 100%, 0 12%); }
  50% { clip-path: polygon(0 0, 88% 0, 100% 12%, 100% 100%, 12% 100%, 0 88%); }
}

@keyframes beige-breathe {
  0%, 100% { opacity: 0.42; transform: scale(1); }
  50% { opacity: 0.7; transform: scale(1.035); }
}

body {
  background-color: var(--cream);
  background-image:
    linear-gradient(rgba(21, 18, 14, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(21, 18, 14, 0.028) 1px, transparent 1px);
  background-size: 72px 72px;
  animation: beige-grid-drift 42s linear infinite;
}

.hero,
.section,
.cta {
  isolation: isolate;
  overflow: hidden;
}

.hero {
  background-color: var(--cream);
  background-image:
    repeating-radial-gradient(circle at 78% 44%, transparent 0 42px, rgba(21, 18, 14, 0.038) 43px 44px, transparent 45px 86px),
    linear-gradient(90deg, transparent 0 49.9%, rgba(21, 18, 14, 0.045) 50%, transparent 50.1%),
    linear-gradient(32deg, transparent 0 69.9%, rgba(21, 18, 14, 0.035) 70%, transparent 70.1%),
    linear-gradient(148deg, transparent 0 81.9%, rgba(21, 18, 14, 0.028) 82%, transparent 82.1%);
}

.hero::before {
  content: "";
  display: block;
  position: absolute;
  left: -9vw;
  bottom: -15vw;
  width: min(38vw, 560px);
  aspect-ratio: 1;
  border: 1px solid rgba(21, 18, 14, 0.12);
  background:
    linear-gradient(45deg, transparent 49.85%, rgba(21, 18, 14, 0.08) 50%, transparent 50.15%),
    linear-gradient(-45deg, transparent 49.85%, rgba(21, 18, 14, 0.08) 50%, transparent 50.15%),
    repeating-linear-gradient(90deg, transparent 0 31px, rgba(21, 18, 14, 0.028) 31px 32px);
  animation: beige-float 26s ease-in-out infinite;
  pointer-events: none;
}

.hero::after {
  background:
    repeating-conic-gradient(from 0deg, rgba(21, 18, 14, 0.085) 0deg 0.8deg, transparent 0.8deg 12deg),
    var(--cream-2);
  animation: beige-orbit 70s linear infinite;
}

.hero-grid,
.section .container,
.cta .container {
  position: relative;
  z-index: 2;
}

.proof {
  background: var(--cream-2);
}

.proof::before {
  background-image: linear-gradient(90deg, transparent, rgba(21, 18, 14, 0.04), transparent);
  background-size: 38% 100%;
  background-repeat: no-repeat;
  animation: beige-grid-drift 34s linear infinite;
}

.logo-card {
  background-color: var(--cream);
  background-size: 64px 64px;
  animation: beige-panel-travel 82s linear infinite;
}

.logo-card:nth-child(3n + 1) {
  background-image: repeating-linear-gradient(32deg, transparent 0 22px, rgba(21, 18, 14, 0.026) 22px 23px);
}

.logo-card:nth-child(3n + 2) {
  background-image: repeating-radial-gradient(circle at 100% 0, transparent 0 25px, rgba(21, 18, 14, 0.028) 26px 27px, transparent 28px 52px);
  animation-direction: reverse;
}

.logo-card:nth-child(3n) {
  background-image:
    linear-gradient(rgba(21, 18, 14, 0.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(21, 18, 14, 0.026) 1px, transparent 1px);
  background-size: 32px 32px;
}

.section {
  background-color: var(--cream);
  background-image:
    linear-gradient(rgba(21, 18, 14, 0.032) 1px, transparent 1px),
    linear-gradient(90deg, rgba(21, 18, 14, 0.032) 1px, transparent 1px);
  background-size: 84px 84px;
  animation: beige-grid-drift 58s linear infinite reverse;
}

.section::after {
  border-radius: 0;
  background:
    repeating-conic-gradient(from 45deg, rgba(21, 18, 14, 0.065) 0deg 1deg, transparent 1deg 15deg),
    var(--cream-2);
  animation: beige-orbit 84s linear infinite reverse;
}

.split {
  position: relative;
}

.split::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -12% -8%;
  border: 1px solid rgba(21, 18, 14, 0.055);
  background:
    linear-gradient(90deg, transparent 0 32.9%, rgba(21, 18, 14, 0.028) 33%, transparent 33.1% 65.9%, rgba(21, 18, 14, 0.028) 66%, transparent 66.1%),
    linear-gradient(transparent 0 49.9%, rgba(21, 18, 14, 0.028) 50%, transparent 50.1%);
  animation: beige-aperture 44s ease-in-out infinite;
  pointer-events: none;
}

.image-panel {
  position: relative;
  background-color: var(--cream-2);
  background-image:
    linear-gradient(90deg, rgba(21, 18, 14, 0.035) 1px, transparent 1px),
    linear-gradient(rgba(21, 18, 14, 0.035) 1px, transparent 1px);
  background-size: 28px 28px;
}

.partners {
  background-color: var(--cream-2);
  background-image: linear-gradient(90deg, transparent 0 24.9%, rgba(21, 18, 14, 0.035) 25%, transparent 25.1% 49.9%, rgba(21, 18, 14, 0.035) 50%, transparent 50.1% 74.9%, rgba(21, 18, 14, 0.035) 75%, transparent 75.1%);
}

.partner-logo {
  background-color: rgba(241, 237, 228, 0.78);
  background-image: repeating-linear-gradient(90deg, transparent 0 47px, rgba(21, 18, 14, 0.025) 47px 48px);
  background-size: 96px 100%;
  animation: beige-panel-travel 110s linear infinite reverse;
}

.partner-logo:nth-child(even) {
  background-image: repeating-radial-gradient(circle at 50% 100%, transparent 0 34px, rgba(21, 18, 14, 0.026) 35px 36px, transparent 37px 70px);
  animation-direction: normal;
}


.consulting-stats {
  display: grid;
  align-content: stretch;
  padding: 0;
  overflow: hidden;
}

.consulting-stat {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 220px;
  padding: clamp(26px, 4vw, 48px);
  border-bottom: 1px solid var(--ink);
}

.consulting-stat:last-child { border-bottom: 0; }

.consulting-stat strong {
  font-family: "Archivo Black", sans-serif;
  font-size: clamp(60px, 8vw, 108px);
  line-height: 0.82;
  letter-spacing: -0.08em;
}

.consulting-stat span {
  max-width: 260px;
  margin-top: 18px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.partners .partner-logos {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.capability-label {
  position: relative;
  z-index: 2;
  padding: 24px;
  font-family: "Archivo Black", sans-serif;
  font-size: clamp(1rem, 2.4vw, 1.8rem);
  line-height: 0.94;
  letter-spacing: -0.04em;
  text-align: center;
  text-transform: uppercase;
}

.cta-copy {
  max-width: 720px;
  margin: 34px 0 0;
  color: var(--ink);
  font-size: clamp(1rem, 2vw, 1.25rem);
  font-weight: 600;
  line-height: 1.55;
}

@media (max-width: 720px) {
  
  .consulting-stat { min-height: 170px; }
  .partners .partner-logos { grid-template-columns: 1fr; }
  .capability-label { min-height: 92px; display: grid; place-items: center; }
}

.cta {
  background-color: var(--acid-beige);
  background-image:
    linear-gradient(115deg, transparent 0 61%, rgba(21, 18, 14, 0.045) 61% 61.15%, transparent 61.15%),
    linear-gradient(25deg, transparent 0 36%, rgba(21, 18, 14, 0.04) 36% 36.15%, transparent 36.15%);
}

.cta::before {
  content: "";
  display: block;
  position: absolute;
  right: -12vw;
  top: -20vw;
  width: min(54vw, 760px);
  aspect-ratio: 1;
  border: 1px solid rgba(21, 18, 14, 0.12);
  background:
    repeating-radial-gradient(circle, transparent 0 25px, rgba(21, 18, 14, 0.045) 26px 27px, transparent 28px 52px),
    repeating-conic-gradient(from 30deg, transparent 0 23deg, rgba(21, 18, 14, 0.025) 23deg 24deg);
  animation: beige-orbit 96s linear infinite;
  pointer-events: none;
}

.footer {
  background-color: var(--cream-2);
  background-image: linear-gradient(90deg, transparent 0 49.9%, rgba(21, 18, 14, 0.045) 50%, transparent 50.1%);
}

.footer::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-bottom: 42px;
  background: linear-gradient(90deg, var(--ink) 0 12%, transparent 12% 18%, var(--ink) 18% 58%, transparent 58% 82%, var(--ink) 82% 100%);
  opacity: 0.22;
  transform-origin: left;
  animation: beige-breathe 36s ease-in-out infinite;
}

/* Black-on-beige machine layer: unmistakable, technical, still monochrome. */
@keyframes machine-sweep {
  0% { background-position: -140% 0, 0 0; }
  100% { background-position: 240% 0, 96px 48px; }
}

@keyframes machine-calibrate {
  0%, 100% { transform: scaleX(0.72); opacity: 0.18; }
  50% { transform: scaleX(1); opacity: 0.42; }
}

body {
  background-image:
    linear-gradient(rgba(21, 18, 14, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(21, 18, 14, 0.055) 1px, transparent 1px),
    linear-gradient(rgba(21, 18, 14, 0.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(21, 18, 14, 0.022) 1px, transparent 1px);
  background-size: 96px 96px, 96px 96px, 16px 16px, 16px 16px;
}

.hero {
  background-image:
    repeating-radial-gradient(circle at 78% 44%, transparent 0 33px, rgba(21, 18, 14, 0.105) 34px 35px, transparent 36px 68px),
    linear-gradient(90deg, transparent 0 49.9%, rgba(21, 18, 14, 0.12) 50%, transparent 50.1%),
    linear-gradient(32deg, transparent 0 69.9%, rgba(21, 18, 14, 0.09) 70%, transparent 70.1%),
    linear-gradient(148deg, transparent 0 81.9%, rgba(21, 18, 14, 0.075) 82%, transparent 82.1%),
    linear-gradient(rgba(21, 18, 14, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(21, 18, 14, 0.04) 1px, transparent 1px);
  background-size: auto, auto, auto, auto, 48px 48px, 48px 48px;
}

.hero::before {
  border-color: rgba(21, 18, 14, 0.28);
  background:
    linear-gradient(45deg, transparent 49.7%, rgba(21, 18, 14, 0.18) 49.85% 50.15%, transparent 50.3%),
    linear-gradient(-45deg, transparent 49.7%, rgba(21, 18, 14, 0.18) 49.85% 50.15%, transparent 50.3%),
    repeating-linear-gradient(90deg, transparent 0 15px, rgba(21, 18, 14, 0.07) 15px 16px);
}

.hero::after {
  border-color: rgba(21, 18, 14, 0.34);
  background:
    repeating-conic-gradient(from 0deg, rgba(21, 18, 14, 0.19) 0deg 1deg, transparent 1deg 9deg),
    repeating-radial-gradient(circle, transparent 0 29px, rgba(21, 18, 14, 0.1) 30px 31px, transparent 32px 60px),
    var(--cream-2);
  opacity: 0.92;
}


.proof::before {
  background-image:
    linear-gradient(90deg, transparent 0%, rgba(21, 18, 14, 0.12) 50%, transparent 100%),
    repeating-linear-gradient(90deg, transparent 0 31px, rgba(21, 18, 14, 0.06) 31px 32px);
  background-size: 28% 100%, 64px 100%;
  animation: machine-sweep 24s linear infinite;
}

.logo-card {
  position: relative;
}

.logo-card::after,
.partner-logo::after {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(21, 18, 14, 0.1);
  clip-path: polygon(0 0, 26% 0, 26% 1px, 1px 1px, 1px 26%, 0 26%, 0 0, 100% 0, 100% 26%, calc(100% - 1px) 26%, calc(100% - 1px) 1px, 74% 1px, 74% 0, 100% 0, 100% 100%, 74% 100%, 74% calc(100% - 1px), calc(100% - 1px) calc(100% - 1px), calc(100% - 1px) 74%, 100% 74%, 100% 100%, 0 100%, 0 74%, 1px 74%, 1px calc(100% - 1px), 26% calc(100% - 1px), 26% 100%, 0 100%);
  animation: beige-breathe 28s ease-in-out infinite;
  pointer-events: none;
}

.logo-card:nth-child(3n + 1) {
  background-image: repeating-linear-gradient(32deg, transparent 0 15px, rgba(21, 18, 14, 0.075) 15px 16px);
}

.logo-card:nth-child(3n + 2) {
  background-image: repeating-radial-gradient(circle at 100% 0, transparent 0 19px, rgba(21, 18, 14, 0.075) 20px 21px, transparent 22px 40px);
}

.logo-card:nth-child(3n) {
  background-image:
    linear-gradient(rgba(21, 18, 14, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(21, 18, 14, 0.07) 1px, transparent 1px);
  background-size: 24px 24px;
}

.section {
  background-image:
    linear-gradient(rgba(21, 18, 14, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(21, 18, 14, 0.07) 1px, transparent 1px),
    linear-gradient(135deg, transparent 0 74.9%, rgba(21, 18, 14, 0.09) 75%, transparent 75.1%);
  background-size: 72px 72px, 72px 72px, auto;
}

.section::after {
  border-color: rgba(21, 18, 14, 0.26);
  background:
    repeating-conic-gradient(from 45deg, rgba(21, 18, 14, 0.15) 0deg 1.2deg, transparent 1.2deg 12deg),
    linear-gradient(45deg, transparent 49.7%, rgba(21, 18, 14, 0.14) 49.85% 50.15%, transparent 50.3%),
    var(--cream-2);
}

.split::before {
  border-color: rgba(21, 18, 14, 0.16);
  background:
    linear-gradient(90deg, transparent 0 32.8%, rgba(21, 18, 14, 0.12) 33%, transparent 33.2% 65.8%, rgba(21, 18, 14, 0.12) 66%, transparent 66.2%),
    linear-gradient(transparent 0 49.8%, rgba(21, 18, 14, 0.12) 50%, transparent 50.2%),
    repeating-linear-gradient(45deg, transparent 0 31px, rgba(21, 18, 14, 0.04) 31px 32px);
}

.partner-logo {
  position: relative;
  background-image: repeating-linear-gradient(90deg, transparent 0 23px, rgba(21, 18, 14, 0.065) 23px 24px);
  background-size: 48px 100%;
}

.partner-logo:nth-child(even) {
  background-image: repeating-radial-gradient(circle at 50% 100%, transparent 0 25px, rgba(21, 18, 14, 0.07) 26px 27px, transparent 28px 52px);
}


.cta {
  background-image:
    linear-gradient(115deg, transparent 0 60.8%, rgba(21, 18, 14, 0.12) 61% 61.2%, transparent 61.4%),
    linear-gradient(25deg, transparent 0 35.8%, rgba(21, 18, 14, 0.1) 36% 36.2%, transparent 36.4%),
    linear-gradient(rgba(21, 18, 14, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(21, 18, 14, 0.045) 1px, transparent 1px);
  background-size: auto, auto, 48px 48px, 48px 48px;
}

.cta::before {
  border-color: rgba(21, 18, 14, 0.3);
  background:
    repeating-radial-gradient(circle, transparent 0 18px, rgba(21, 18, 14, 0.13) 19px 20px, transparent 21px 38px),
    repeating-conic-gradient(from 30deg, transparent 0 17deg, rgba(21, 18, 14, 0.08) 17deg 18deg);
}

.footer::before {
  height: 14px;
  background: repeating-linear-gradient(90deg, var(--ink) 0 2px, transparent 2px 9px);
  opacity: 0.34;
}

@media (max-width: 720px) {
  .hero::before {
    left: -32vw;
    bottom: -8vw;
    width: 74vw;
  }

  .hero::after {
    background:
      repeating-conic-gradient(from 0deg, rgba(21, 18, 14, 0.07) 0deg 0.8deg, transparent 0.8deg 15deg),
      var(--cream-2);
  }

  .section::after { border-radius: 0; }

  .cta::before {
    right: -40vw;
    top: -8vw;
    width: 110vw;
  }

  

  
}

/* SaaS proof row: three source-faithful marks, normalized into the monochrome system. */
.proof::before {
  content: "SELECTED SAAS EXPERIENCE / SELECTED SAAS EXPERIENCE /";
}

.proof .logo-grid {
  grid-template-columns: repeat(3, 1fr);
}

.proof .logo-card:nth-child(n) {
  min-height: 164px;
  border-right: 1px solid var(--ink);
  border-bottom: 0;
}

.proof .logo-card:last-child {
  border-right: 0;
}

.proof .logo-card img,
.proof .logo-wordmark {
  position: relative;
  z-index: 1;
}

.proof .logo-card img {
  width: auto;
  max-width: min(68%, 230px);
  max-height: 58px;
  filter: grayscale(100%) contrast(170%) brightness(0);
  opacity: 0.9;
}

.proof .trackbee-wordmark {
  max-width: min(66%, 216px);
}

.proof .mindfulness-wordmark {
  max-width: min(72%, 246px);
}

.logo-wordmark {
  color: var(--ink);
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(2rem, 3.1vw, 3rem);
  font-weight: 700;
  letter-spacing: -0.075em;
  line-height: 1;
}

@media (max-width: 720px) {
  .proof .logo-grid {
    grid-template-columns: 1fr;
  }

  .proof .logo-card:nth-child(n) {
    min-height: 122px;
    border-right: 0;
    border-bottom: 1px solid var(--ink);
  }

  .proof .logo-card:last-child {
    border-bottom: 0;
  }

  .proof .logo-card img {
    max-width: min(62%, 220px);
  }
}

/* Progressive scroll choreography: visible by default, enhanced only with JS. */
html.scroll-reveal-ready [data-reveal] {
  opacity: 0;
  filter: blur(5px);
  transform: translate3d(0, 34px, 0);
  transition:
    opacity 800ms cubic-bezier(0.22, 1, 0.36, 1) var(--reveal-delay, 0ms),
    transform 950ms cubic-bezier(0.16, 1, 0.3, 1) var(--reveal-delay, 0ms),
    filter 700ms ease var(--reveal-delay, 0ms),
    clip-path 1000ms cubic-bezier(0.16, 1, 0.3, 1) var(--reveal-delay, 0ms);
  will-change: opacity, transform, filter, clip-path;
}

html.scroll-reveal-ready [data-reveal="left"] {
  transform: translate3d(-54px, 18px, 0);
}

html.scroll-reveal-ready [data-reveal="right"] {
  transform: translate3d(54px, 18px, 0);
}

html.scroll-reveal-ready [data-reveal="scale"] {
  transform: translate3d(0, 24px, 0) scale(0.965);
}

html.scroll-reveal-ready [data-reveal="line"] {
  filter: none;
  clip-path: inset(0 100% 0 0);
  transform: none;
}

html.scroll-reveal-ready [data-reveal].is-revealed {
  opacity: 1;
  filter: blur(0);
  clip-path: inset(0 0 0 0);
  transform: translate3d(0, 0, 0) scale(1);
  will-change: auto;
}

@media (max-width: 720px) {
  html.scroll-reveal-ready [data-reveal],
  html.scroll-reveal-ready [data-reveal="left"],
  html.scroll-reveal-ready [data-reveal="right"],
  html.scroll-reveal-ready [data-reveal="scale"] {
    filter: blur(2px);
    transform: translate3d(0, 14px, 0) scale(0.99);
    transition-duration: 620ms, 720ms, 520ms, 720ms;
  }

  html.scroll-reveal-ready [data-reveal].is-revealed {
    filter: blur(0);
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  html.scroll-reveal-ready [data-reveal],
  html.scroll-reveal-ready [data-reveal].is-revealed {
    opacity: 1 !important;
    filter: none !important;
    clip-path: none !important;
    transform: none !important;
    transition: none !important;
  }

  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* Viewport-fit hero normalization. This is intentionally last in the cascade. */
.hero {
  display: grid;
  align-items: center;
  width: 100%;
  height: calc(100svh - var(--site-header-height) - var(--notice-height));
  min-height: 0;
  padding: clamp(30px, 5vh, 52px) 0;
  overflow: hidden;
}

.hero .hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.22fr) minmax(330px, 0.78fr);
  align-items: center;
  gap: clamp(34px, 5vw, 72px);
  width: min(var(--container), calc(100% - 72px));
}

.hero .hero-copy-wrap {
  min-width: 0;
}

.hero .eyebrow {
  margin-bottom: 14px;
  font-size: clamp(0.62rem, 0.85vw, 0.78rem);
}

.hero h1 {
  max-width: 12ch;
  font-size: clamp(52px, 5.9vw, 86px);
  line-height: 0.91;
  letter-spacing: -0.055em;
  overflow-wrap: normal;
}

.hero .hero-copy {
  max-width: 650px;
  margin-top: 18px;
  font-size: clamp(13px, 1.1vw, 16px);
  line-height: 1.48;
}

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

.hero .hero-actions .button {
  width: auto;
  min-height: 54px;
  padding: 14px 26px;
}


@media (max-width: 1060px) and (min-width: 721px) {
  .hero {
    min-height: 0;
    padding: 28px 0;
  }

  .hero .hero-grid {
    grid-template-columns: minmax(0, 1.16fr) minmax(280px, 0.84fr);
    gap: 32px;
  }

  .hero h1 {
    font-size: clamp(50px, 6.7vw, 68px);
  }

  

  
}

@media (max-width: 720px) {
  .hero {
    height: calc(100svh - var(--site-header-height) - var(--notice-height));
    min-height: 0;
    padding: 14px 0 16px;
  }

  .hero .hero-grid {
    grid-template-columns: minmax(0, 1fr);
    align-content: center;
    gap: 12px;
    width: min(var(--container), calc(100% - 28px));
    height: 100%;
  }

  .hero .eyebrow {
    margin-bottom: 7px;
    font-size: 0.58rem;
    line-height: 1.2;
  }

  .hero h1 {
    max-width: 100%;
    font-size: clamp(34px, 10.6vw, 44px);
    line-height: 0.92;
    letter-spacing: -0.055em;
    text-shadow: none;
  }

  .hero .hero-copy {
    max-width: none;
    margin-top: 10px;
    font-size: clamp(12px, 3.25vw, 14px);
    line-height: 1.38;
  }

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

  .hero .hero-actions .button {
    width: 100%;
    min-height: 44px;
    padding: 10px 16px;
  }

  

  

  
}

@media (max-width: 720px) and (max-height: 700px) {
  .hero .hero-grid {
    gap: 0;
  }

  
}

@media (orientation: landscape) and (max-height: 500px) {
  .hero {
    height: auto;
    min-height: calc(100svh - var(--site-header-height) - var(--notice-height));
    padding: 24px 0 30px;
    overflow: visible;
  }

  .hero .hero-grid { height: auto; align-content: start; }
  
}

/* Plain, stable logo rail: no animated panels or decorative overlays. */
.proof::before {
  padding: 10px 24px;
  background: var(--cream-2);
  background-image: none;
  border-bottom: 1px solid var(--ink);
  animation: none;
  text-align: center;
}

.proof .logo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  width: 100%;
  max-width: none;
  gap: 0;
}

.proof .logo-card:nth-child(n) {
  display: flex;
  flex: none;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 0;
  min-height: 142px;
  padding: 28px 34px;
  overflow: visible;
  background: var(--cream);
  background-image: none;
  animation: none;
  border-right: 1px solid var(--ink);
  border-bottom: 0;
}

.proof .logo-card:last-child {
  border-right: 0;
}

.proof .logo-card::after {
  content: none;
  display: none;
}

.proof .logo-card img {
  width: auto;
  max-width: min(76%, 250px);
  max-height: 54px;
  object-fit: contain;
}

.proof .logo-wordmark {
  max-width: 100%;
  font-size: clamp(2rem, 3vw, 2.75rem);
  white-space: nowrap;
}

@media (max-width: 720px) {
  .proof .logo-grid {
    grid-template-columns: 1fr;
  }

  .proof .logo-card:nth-child(n) {
    min-height: 104px;
    padding: 22px 24px;
    border-right: 0;
    border-bottom: 1px solid var(--ink);
  }

  .proof .logo-card:last-child {
    border-bottom: 0;
  }
}

/* Centered hero after removing the duplicate paid-media graphic card. */
.hero .hero-grid {
  grid-template-columns: minmax(0, 880px);
  justify-content: center;
  gap: 0;
  text-align: center;
}

.hero h1 {
  margin-inline: auto;
}

.hero .hero-copy {
  margin-right: auto;
  margin-left: auto;
}

.hero .hero-actions {
  justify-content: center;
}

/* Keep the consulting-focus display type inside its split column. */
.section .content {
  min-width: 0;
}

.section #growth-title {
  max-width: 100%;
  font-size: clamp(48px, 4.35vw, 78px);
  line-height: 0.88;
  letter-spacing: -0.06em;
  overflow-wrap: normal;
  word-break: normal;
}

@media (max-width: 720px) {
  .section #growth-title {
    font-size: clamp(34px, 10.8vw, 46px);
    line-height: 0.94;
  }
}

/* Shared tools navigation */
.tools-menu {
  position: relative;
  z-index: 30;
}

.tools-menu summary {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ink);
  cursor: pointer;
  list-style: none;
  user-select: none;
}

.tools-menu summary::-webkit-details-marker { display: none; }

.tools-menu summary::after {
  content: "+";
  font-size: 1rem;
  line-height: 1;
  transition: transform 120ms ease;
}

.tools-menu[open] summary::after { transform: rotate(45deg); }

.tools-menu-panel {
  position: absolute;
  top: calc(100% + 7px);
  right: 0;
  width: min(290px, 82vw);
  padding: 7px;
  color: var(--ink);
  background: var(--paper);
  border: 2px solid var(--ink);
  box-shadow: 6px 6px 0 var(--copper);
}

.tools-menu-panel a {
  min-height: 48px;
  display: grid;
  grid-template-columns: 1.75rem minmax(0, 1fr);
  align-items: center;
  gap: 9px;
  padding: 11px 13px;
  color: var(--ink);
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.25;
  text-decoration: none;
  text-transform: uppercase;
}

.tools-menu-panel a::before {
  content: "▦";
  display: grid;
  place-items: center;
  width: 1.75rem;
  height: 1.75rem;
  color: var(--ink);
  background: var(--acid-beige);
  border: 1px solid currentColor;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1;
  transition: transform 120ms ease;
}

.tools-menu-panel a[href*="cac-target-calculator"]::before { content: "∑"; }
.tools-menu-panel a[href*="paid-media-growth-projection"]::before { content: "↗"; }
.tools-menu-panel a[href*="saas-channel-fit-scorecard"]::before { content: "◎"; }
.tools-menu-panel a[href*="growth-target-feasibility-planner"]::before { content: "◇"; }

.tools-menu-panel a:hover::before,
.tools-menu-panel a:focus-visible::before,
.tools-menu-panel a[aria-current="page"]::before {
  transform: rotate(-7deg) scale(1.06);
}

.tools-menu-panel a:hover,
.tools-menu-panel a:focus-visible,
.tools-menu-panel a[aria-current="page"] {
  color: var(--paper);
  background: var(--ink);
  outline: none;
}

@media (max-width: 720px) {
  .tools-menu summary {
    min-height: 44px;
    gap: 4px;
    font-size: 0.52rem;
    letter-spacing: 0.08em;
  }

  .tools-menu-panel {
    position: fixed;
    top: calc(var(--notice-height) + var(--site-header-height) - 1px);
    right: 14px;
    left: 14px;
    width: auto;
  }
}

/* 2026 SaaS guide takeover. */
body.guide-popup-open {
  overflow: hidden;
}

.guide-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.guide-launcher {
  position: fixed;
  z-index: 12000;
  bottom: max(18px, env(safe-area-inset-bottom));
  left: max(18px, env(safe-area-inset-left));
  min-width: 152px;
  min-height: 52px;
  padding: 13px 20px;
  color: var(--cream);
  background: var(--ink);
  border: 2px solid var(--ink);
  border-radius: 0;
  box-shadow: 7px 7px 0 var(--copper);
  font-family: "Archivo Black", sans-serif;
  font-size: 0.74rem;
  line-height: 1;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 180ms ease, background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.guide-launcher::before {
  content: "↗";
  display: inline-block;
  margin-right: 10px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1rem;
  transform: translateY(1px);
}

.guide-launcher:hover,
.guide-launcher:focus-visible {
  color: var(--ink);
  background: var(--cream);
  box-shadow: 3px 3px 0 var(--copper);
  outline: 2px solid var(--ink);
  outline-offset: 3px;
  transform: translate(4px, 4px);
}

.guide-modal[hidden] {
  display: none !important;
}

.guide-modal {
  position: fixed;
  z-index: 20000;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 220ms ease, visibility 220ms ease;
}

.guide-modal.is-open {
  opacity: 1;
  visibility: visible;
}

.guide-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(21, 18, 14, 0.82);
  backdrop-filter: blur(5px);
}

.guide-takeover {
  position: relative;
  display: grid;
  grid-template-columns: minmax(340px, 0.92fr) minmax(0, 1.08fr);
  width: 100vw;
  height: 100svh;
  overflow: hidden;
  color: var(--ink);
  background: var(--cream);
  transform: translateY(22px) scale(0.992);
  transition: transform 260ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.guide-modal.is-open .guide-takeover {
  transform: translateY(0) scale(1);
}

.guide-close {
  position: absolute;
  z-index: 4;
  top: max(18px, env(safe-area-inset-top));
  right: max(18px, env(safe-area-inset-right));
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  padding: 0 0 5px;
  color: var(--cream);
  background: var(--ink);
  border: 2px solid var(--ink);
  border-radius: 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: 2.35rem;
  font-weight: 400;
  line-height: 1;
  cursor: pointer;
  transition: color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

.guide-close:hover,
.guide-close:focus-visible {
  color: var(--ink);
  background: var(--cream);
  outline: 2px solid var(--ink);
  outline-offset: 3px;
  transform: rotate(4deg);
}

.guide-art {
  position: relative;
  min-width: 0;
  height: 100%;
  overflow: hidden;
  background:
    repeating-radial-gradient(circle at 72% 28%, transparent 0 54px, rgba(21, 18, 14, 0.12) 55px 57px, transparent 58px 92px),
    repeating-linear-gradient(135deg, transparent 0 24px, rgba(21, 18, 14, 0.06) 24px 26px),
    var(--cream-2);
  border-right: 2px solid var(--ink);
}

.guide-art.is-fallback::before {
  content: "2026";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: var(--ink);
  font-family: "Archivo Black", sans-serif;
  font-size: clamp(5rem, 14vw, 12rem);
  letter-spacing: -0.08em;
  opacity: 0.12;
}

.guide-art::after {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(21, 18, 14, 0.45);
  pointer-events: none;
}

.guide-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: contrast(1.04) saturate(0.86);
}

.guide-art-stamp,
.guide-art-axis {
  position: absolute;
  z-index: 2;
  color: var(--cream);
  background: var(--ink);
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(0.58rem, 0.8vw, 0.78rem);
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}

.guide-art-stamp {
  top: 34px;
  left: 34px;
  padding: 11px 13px;
}

.guide-art-axis {
  right: 24px;
  bottom: 44px;
  padding: 10px 13px;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.guide-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  height: 100%;
  overflow: auto;
  padding: clamp(70px, 7vw, 128px) clamp(34px, 6vw, 108px) clamp(38px, 5vw, 82px);
  background:
    linear-gradient(rgba(21, 18, 14, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(21, 18, 14, 0.045) 1px, transparent 1px),
    var(--cream);
  background-size: 44px 44px;
}

.guide-kicker {
  align-self: flex-start;
  margin: 0 0 20px;
  padding: 8px 10px;
  color: var(--cream);
  background: var(--ink);
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(0.6rem, 0.8vw, 0.78rem);
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}

.guide-content h2 {
  max-width: 830px;
  margin: 0;
  font-size: clamp(42px, 4.6vw, 82px);
  line-height: 0.9;
  letter-spacing: -0.065em;
  overflow-wrap: normal;
}

.guide-description {
  max-width: 720px;
  margin: 26px 0 32px;
  color: var(--muted-ink);
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(0.96rem, 1.4vw, 1.28rem);
  font-weight: 600;
  line-height: 1.45;
}

.guide-form {
  width: 100%;
  max-width: 760px;
  min-height: 74px;
}

.guide-form-loading,
.guide-form-error {
  margin: 0;
  padding: 22px;
  border: 2px solid var(--ink);
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
}

.guide-form-error a {
  color: inherit;
}

.guide-form .formkit-form[data-uid="6a0890f4e7"] {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  color: var(--ink) !important;
  background: transparent !important;
  font-family: "Space Grotesk", sans-serif !important;
}

.guide-form .formkit-form[data-uid="6a0890f4e7"] [data-style="clean"] {
  width: 100% !important;
  padding: 0 !important;
}

.guide-form .formkit-form[data-uid="6a0890f4e7"] .formkit-fields {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 0 !important;
  margin: 0 !important;
}

.guide-form .formkit-form[data-uid="6a0890f4e7"] .formkit-field,
.guide-form .formkit-form[data-uid="6a0890f4e7"] .formkit-submit {
  min-width: 0 !important;
  margin: 0 !important;
}

.guide-form .formkit-form[data-uid="6a0890f4e7"] .formkit-input {
  width: 100% !important;
  height: 62px !important;
  padding: 0 20px !important;
  color: var(--ink) !important;
  background: var(--paper) !important;
  border: 2px solid var(--ink) !important;
  border-right: 0 !important;
  border-radius: 0 !important;
  font-family: "Space Grotesk", sans-serif !important;
  font-size: 0.88rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.04em !important;
  outline: none !important;
}

.guide-form .formkit-form[data-uid="6a0890f4e7"] .formkit-input:focus {
  background: #fff !important;
  box-shadow: inset 0 0 0 3px var(--copper) !important;
}

.guide-form .formkit-form[data-uid="6a0890f4e7"] .formkit-submit {
  min-width: 190px !important;
  height: 62px !important;
  padding: 0 !important;
  color: var(--cream) !important;
  background: var(--ink) !important;
  border: 2px solid var(--ink) !important;
  border-radius: 0 !important;
  font-family: "Archivo Black", sans-serif !important;
  font-size: 0.72rem !important;
  line-height: 1 !important;
  letter-spacing: 0.05em !important;
}

.guide-form .formkit-form[data-uid="6a0890f4e7"] .formkit-submit > span {
  display: grid !important;
  place-items: center !important;
  height: 100% !important;
  padding: 0 20px !important;
  background: transparent !important;
}

.guide-form .formkit-form[data-uid="6a0890f4e7"] .formkit-submit:hover > span,
.guide-form .formkit-form[data-uid="6a0890f4e7"] .formkit-submit:focus > span {
  color: var(--ink) !important;
  background: var(--copper) !important;
}

.guide-form .formkit-form[data-uid="6a0890f4e7"] .formkit-powered-by-convertkit-container {
  grid-column: 1 / -1;
  margin: 8px 0 0 !important;
  opacity: 0.62;
}

.guide-form .formkit-form[data-uid="6a0890f4e7"] .formkit-alert {
  grid-column: 1 / -1;
  border-radius: 0 !important;
  font-family: "Space Grotesk", sans-serif !important;
}

.guide-footnote {
  margin: 18px 0 0;
  color: var(--muted-ink);
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@media (max-width: 860px) {
  .guide-takeover {
    grid-template-columns: 1fr;
    grid-template-rows: minmax(190px, 30svh) minmax(0, 1fr);
  }

  .guide-art {
    border-right: 0;
    border-bottom: 2px solid var(--ink);
  }

  .guide-art img {
    object-position: center 47%;
  }

  .guide-art-axis {
    display: none;
  }

  .guide-content {
    justify-content: flex-start;
    padding: clamp(30px, 7vw, 58px) clamp(20px, 6vw, 46px) calc(30px + env(safe-area-inset-bottom));
  }

  .guide-content h2 {
    font-size: clamp(34px, 8.8vw, 58px);
    line-height: 0.92;
  }

  .guide-description {
    margin: 18px 0 22px;
    font-size: 0.95rem;
  }
}

@media (max-width: 560px) {
  .guide-launcher {
    bottom: max(12px, env(safe-area-inset-bottom));
    left: max(12px, env(safe-area-inset-left));
    min-width: 136px;
    min-height: 48px;
    padding: 11px 14px;
    font-size: 0.66rem;
  }

  .guide-close {
    top: max(12px, env(safe-area-inset-top));
    right: max(12px, env(safe-area-inset-right));
    width: 48px;
    height: 48px;
    font-size: 2rem;
  }

  .guide-art-stamp {
    top: 20px;
    left: 20px;
    padding: 9px 10px;
    font-size: 0.54rem;
  }

  .guide-kicker {
    margin-bottom: 14px;
  }

  .guide-content h2 {
    font-size: clamp(31px, 9.8vw, 44px);
  }

  .guide-form .formkit-form[data-uid="6a0890f4e7"] .formkit-fields {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .guide-form .formkit-form[data-uid="6a0890f4e7"] .formkit-input {
    border-right: 2px solid var(--ink) !important;
    border-bottom: 0 !important;
  }

  .guide-form .formkit-form[data-uid="6a0890f4e7"] .formkit-submit {
    width: 100% !important;
    min-width: 0 !important;
  }
}

@media (orientation: landscape) and (max-height: 520px) {
  .guide-takeover {
    grid-template-columns: minmax(220px, 0.72fr) minmax(0, 1.28fr);
    grid-template-rows: 1fr;
  }

  .guide-art {
    border-right: 2px solid var(--ink);
    border-bottom: 0;
  }

  .guide-content {
    padding: 34px 72px 26px 34px;
  }

  .guide-kicker {
    margin-bottom: 12px;
  }

  .guide-content h2 {
    font-size: clamp(30px, 5.7vw, 52px);
  }

  .guide-description {
    margin: 12px 0 16px;
    font-size: 0.82rem;
  }

  .guide-footnote,
  .guide-art-axis {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .guide-modal,
  .guide-takeover,
  .guide-launcher,
  .guide-close {
    transition: none !important;
  }
}
