:root {
  --ink: oklch(16% 0.004 160);
  --night: oklch(18.5% 0.007 160);
  --paper: oklch(96.8% 0.004 90);
  --white: oklch(99% 0.003 90);
  --orange: oklch(72% 0.2 39);
  --muted: oklch(69% 0.012 150);
  --dark-muted: oklch(47% 0.014 155);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --gutter: clamp(24px, 6vw, 104px);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}
body {
  margin: 0;
  background: var(--ink);
  color: var(--white);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
button,
a,
input {
  -webkit-tap-highlight-color: transparent;
}
button {
  font: inherit;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  cursor: pointer;
}
img,
svg {
  display: block;
  max-width: 100%;
}
p,
h1,
h2,
h3 {
  margin: 0;
}
button:focus-visible,
a:focus-visible {
  outline: 3px solid currentColor;
  outline-offset: 6px;
}
::selection {
  background: var(--orange);
  color: var(--ink);
}
[hidden] {
  display: none !important;
}
.aa-site {
  overflow: clip;
}
.aa-skip {
  position: fixed;
  z-index: 30;
  left: 20px;
  top: -80px;
  background: var(--white);
  color: var(--ink);
  padding: 12px 20px;
}
.aa-skip:focus {
  top: 15px;
}
.aa-section {
  padding: clamp(84px, 9vw, 150px) var(--gutter);
}
.aa-eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.6;
}
.aa-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: var(--orange);
  border-radius: 50%;
  margin: 0 9px 1px 0;
}
.aa-accent {
  color: oklch(56% 0.2 37);
}
h2 {
  font-size: clamp(40px, 4.7vw, 74px);
  line-height: 1.12;
  letter-spacing: -0.055em;
  font-weight: 550;
}
h3 {
  font-weight: 550;
  letter-spacing: -0.045em;
  line-height: 1.13;
}
.aa-button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  min-height: 49px;
  padding: 13px 22px;
  border-radius: 100px;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.5;
  transition:
    transform 0.25s var(--ease),
    background 0.25s,
    color 0.25s;
}
.aa-button > span {
  font-size: 21px;
  font-weight: 400;
  line-height: 1;
  transition: transform 0.25s var(--ease);
}
.aa-button:hover > span {
  transform: translate(2px, -2px);
}
.aa-button:hover {
  transform: translateY(-2px);
}
.aa-button-light {
  background: var(--white);
  color: var(--ink);
}
.aa-button-light:hover {
  background: var(--orange);
}
.aa-button-dark {
  background: var(--ink);
  color: var(--white);
}
.aa-button-dark:hover {
  background: oklch(28% 0.013 150);
}
.aa-text-link {
  font-size: 14px;
  font-weight: 650;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 44px;
  border-bottom: 1px solid currentColor;
  transition: opacity 0.2s;
}
.aa-text-link:hover {
  opacity: 0.65;
}
.aa-text-link span {
  font-size: 23px;
  font-weight: 400;
}
.aa-js-only {
  display: none;
}
.aa-interactive .aa-js-only {
  display: block;
}
/* A quiet, persistent navigation lets the product story take the foreground. */
.aa-header {
  position: sticky;
  top: 0;
  z-index: 20;
  height: 84px;
  padding: 0 var(--gutter);
  display: flex;
  align-items: center;
  background: var(--ink);
  border-bottom: 1px solid oklch(100% 0 0 / 0.09);
}
.aa-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}
.aa-brand > span {
  font-size: 22px;
  font-weight: 650;
  letter-spacing: -0.9px;
  line-height: 1;
}
.aa-brand-sub {
  display: block;
  font-size: 7px;
  letter-spacing: 0.24em;
  font-weight: 500;
  margin-top: 7px;
}
.aa-nav {
  display: flex;
  gap: 32px;
  margin-left: auto;
  margin-right: 48px;
  font-size: 13px;
  font-weight: 500;
  color: oklch(80% 0.008 150);
}
.aa-nav a {
  padding: 12px 0;
  transition: color 0.2s;
}
.aa-nav a:hover {
  color: var(--white);
}
.aa-header-contact {
  font-size: 12px;
  border: 1px solid oklch(38% 0.009 150);
  border-radius: 30px;
  padding: 8px 16px;
  display: flex;
  gap: 20px;
  align-items: center;
}
.aa-header-contact span {
  color: var(--orange);
  font-size: 19px;
}
.aa-header-contact:hover {
  border-color: var(--orange);
}
/* A single oversized, photographed object gives the opening its depth. */
.aa-hero {
  position: relative;
  min-height: 760px;
  height: calc(100svh - 84px);
  max-height: 1000px;
  background: #0c0d0d;
  padding: 90px var(--gutter) 35px;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  justify-content: center;
}



.aa-hero-copy {
  position: relative;
  max-width: 620px;
  padding-bottom: 100px;
}
.aa-hero .aa-eyebrow {
  color: oklch(76% 0.01 150);
  font-size: 10px;
  margin-bottom: 33px;
}
.aa-hero h1 {
  font-size: clamp(88px, 9.6vw, 153px);
  line-height: 0.99;
  letter-spacing: -0.068em;
  font-weight: 550;
  margin-left: -7px;
}
.aa-hero h1 span {
  color: var(--orange);
}
.aa-hero-description {
  color: oklch(77% 0.009 150);
  font-size: clamp(16px, 1.25vw, 20px);
  line-height: 1.6;
  letter-spacing: -0.25px;
  margin: 32px 0 30px;
}
.aa-hero-foot {
  position: absolute;
  left: var(--gutter);
  right: var(--gutter);
  bottom: 35px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  border-top: 1px solid oklch(100% 0 0 / 0.12);
  padding-top: 22px;
}
.aa-hero-foot p {
  font-size: 12px;
  line-height: 1.5;
}
.aa-hero-foot p span {
  color: var(--muted);
}
.aa-scroll-link {
  display: flex;
  align-items: center;
  gap: 25px;
  font-size: 11px;
  margin-right: 70px;
  color: var(--muted);
}
.aa-scroll-link span {
  color: var(--white);
  font-size: 22px;
}
.aa-motion-toggle {
  display: none;
  position: absolute;
  bottom: 37px;
  right: var(--gutter);
  width: 35px;
  height: 35px;
  align-items: center;
  justify-content: center;
  border: 1px solid oklch(45% 0.008 150);
  border-radius: 50%;
  background: transparent;
  color: var(--white);
  font-size: 12px;
  line-height: 1;
}
.aa-interactive .aa-motion-toggle {
  display: flex;
}
.aa-motion-toggle:hover {
  background: oklch(30% 0.008 150);
}
.aa-thesis {
  background: var(--paper);
  color: var(--ink);
  padding-bottom: 0;
}
.aa-thesis > .aa-eyebrow {
  color: var(--dark-muted);
  margin-bottom: 38px;
}
.aa-thesis h2 {
  max-width: 1060px;
  font-size: clamp(39px, 5vw, 79px);
}
.aa-thesis-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 65px;
  max-width: 750px;
  margin: 40px 0 85px auto;
}
.aa-thesis-bottom p {
  font-size: 16px;
  color: var(--dark-muted);
  letter-spacing: -0.15px;
}
.aa-product-paths {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid oklch(83% 0.009 100);
  border-bottom: 1px solid oklch(83% 0.009 100);
}
.aa-product-paths a {
  padding: 27px 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
  transition: color 0.2s;
}
.aa-product-paths a:first-child {
  padding-right: 9%;
}
.aa-product-paths a:last-child {
  padding-left: 12%;
  border-left: 1px solid oklch(83% 0.009 100);
}
.aa-product-paths a > span:first-child {
  font-size: 12px;
  color: var(--dark-muted);
}
.aa-product-paths a > span:last-child {
  font-size: 24px;
  letter-spacing: -0.6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.aa-product-paths b {
  font-weight: 400;
  transition: transform 0.25s var(--ease);
}
.aa-product-paths a:hover {
  color: oklch(56% 0.2 37);
}
.aa-product-paths a:hover b {
  transform: translate(4px, -4px);
}
.aa-work {
  background: var(--paper);
  color: var(--ink);
}
.aa-section-heading {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: flex-end;
  margin-bottom: 58px;
}
.aa-section-heading .aa-eyebrow {
  color: var(--dark-muted);
  margin-bottom: 25px;
}
.aa-section-heading > p {
  font-size: 14px;
  color: var(--dark-muted);
  margin-bottom: 7px;
}
.aa-product {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  display: grid;
  grid-template-columns: 44% 56%;
  min-height: 660px;
  isolation: isolate;
}
.aa-product + .aa-product {
  margin-top: 28px;
}
.aa-product-copy {
  padding: 62px 0 60px 56px;
  position: relative;
  z-index: 3;
}
.aa-product-name {
  font-size: 15px;
  letter-spacing: -0.3px;
  font-weight: 700;
  margin-bottom: 36px;
}
.aa-product h3 {
  font-size: clamp(43px, 4.6vw, 70px);
  margin-bottom: 26px;
  letter-spacing: -0.055em;
}
.aa-product-copy > p:not(.aa-product-name) {
  font-size: 15px;
  max-width: 325px;
  line-height: 1.7;
  margin-bottom: 30px;
}
.aa-audience {
  display: block;
  font-size: 11px;
  line-height: 1.6;
  margin-top: 22px;
  max-width: 300px;
}
.aa-roof {
  background: oklch(23% 0.016 155);
  color: var(--white);
}
.aa-roof .aa-product-copy > p:not(.aa-product-name),
.aa-roof .aa-audience {
  color: oklch(77% 0.012 150);
}
.aa-roof .aa-product-name {
  color: oklch(88% 0.008 150);
}
.aa-territory {
  position: relative;
  min-height: 660px;
}
.aa-territory-map {
  position: absolute;
  inset: -2% -24% 0 -12%;
  mask-image: linear-gradient(90deg, transparent, black 16%);
  overflow: hidden;
}
.aa-map {
  height: 100%;
  width: 100%;
  max-width: none;
  object-fit: cover;
}
.aa-property {
  transition: opacity 0.55s var(--ease);
}
.aa-properties[data-focus="true"] .aa-property:not(.aa-property-selected) {
  opacity: 0.23;
}
.aa-property-roof {
  fill: #5a6a61;
  stroke: #9ca99f;
  stroke-width: 0.6;
  transition:
    fill 0.55s,
    stroke 0.55s;
}
.aa-property-side {
  fill: #263c30;
  stroke: #6a7e6e;
  stroke-width: 0.5;
}
.aa-property-ridge {
  stroke: #889d8d;
  stroke-width: 1;
}
.aa-property-selected .aa-property-roof {
  fill: #ff773e;
  stroke: #ffc4a5;
}
.aa-property-selected .aa-property-side {
  fill: #a84725;
  stroke: #fb8c56;
}
.aa-property-selected .aa-property-ridge {
  stroke: #ffd6bd;
}
.aa-properties[data-focus="false"] .aa-property-selected .aa-property-roof {
  fill: #5a6a61;
  stroke: #9ca99f;
}
.aa-properties[data-focus="false"] .aa-property-selected .aa-property-side {
  fill: #263c30;
  stroke: #6a7e6e;
}
.aa-properties[data-focus="false"] .aa-property-selected .aa-property-ridge {
  stroke: #889d8d;
}
.aa-property-halo {
  fill: none;
  stroke: #fa8151;
  stroke-width: 1;
  opacity: 0;
  transition: opacity 0.5s;
}
.aa-properties[data-focus="true"] .aa-property-selected .aa-property-halo {
  opacity: 0.7;
}
.aa-map-meta {
  position: absolute;
  z-index: 1;
  left: 15%;
  right: 36px;
  top: 29px;
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  color: oklch(75% 0.019 150);
}
.aa-map-control {
  position: absolute;
  z-index: 2;
  bottom: 29px;
  left: 0;
  right: 30px;
  text-align: center;
}
.aa-segment {
  display: inline-flex;
  border: 1px solid #69776d;
  border-radius: 40px;
  background: #17201b;
  padding: 5px;
  gap: 4px;
}
.aa-segment button {
  border: 0;
  border-radius: 30px;
  background: transparent;
  color: #c0c8c1;
  font-size: 11px;
  padding: 10px 15px;
  min-height: 40px;
  transition:
    background 0.2s,
    color 0.2s;
}
.aa-segment button[aria-pressed="true"] {
  background: var(--white);
  color: var(--ink);
}
.aa-segment button span {
  margin-left: 8px;
}
.aa-map-control p {
  font-size: 11px;
  color: #bcc7bd;
  margin-top: 13px;
  min-height: 18px;
}
.aa-blog {
  background: oklch(92.5% 0.01 80);
  min-height: 700px;
}
.aa-blog .aa-product-copy > p:not(.aa-product-name),
.aa-blog .aa-audience {
  color: var(--dark-muted);
}
.aa-inline-link {
  display: block;
  width: fit-content;
  font-size: 12px;
  margin-top: 18px;
}
.aa-inline-link:hover {
  text-decoration: underline;
}
.aa-inline-link span {
  margin-left: 12px;
}
.aa-publishing {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 42px 28px 20px 20px;
  min-width: 0;
}
.aa-publishing-stage {
  position: relative;
  width: 100%;
  max-width: 435px;
  height: 432px;
  perspective: 1100px;
  margin-top: -15px;
}
.aa-paper {
  width: 76%;
  height: 341px;
  background: var(--white);
  position: absolute;
  left: 10%;
  top: 31px;
  border-radius: 9px;
  border: 1px solid oklch(84% 0.008 90);
  transform: rotate(-7deg);
  transform-origin: center;
  transition:
    transform 0.75s var(--ease),
    opacity 0.5s;
  box-shadow: 0 16px 40px -15px #38352630;
}
.aa-paper-back {
  transform: translate(28px, -12px) rotate(6deg);
  background: oklch(87% 0.007 80);
}
.aa-paper-mid {
  transform: translate(14px, -6px) rotate(0deg);
  background: oklch(94% 0.005 80);
}
.aa-paper-front {
  padding: 27px 29px;
  color: var(--ink);
}
.aa-paper-top {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 18px;
  border-bottom: 1px solid oklch(86% 0.005 80);
}
.aa-paper-top span {
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.aa-paper-kicker {
  font-size: 7px;
  letter-spacing: 0.13em;
  color: var(--dark-muted);
  margin-top: 30px;
}
.aa-paper-title {
  font-size: 36px;
  letter-spacing: -1.8px;
  line-height: 1.12;
  font-weight: 550;
  margin: 12px 0 25px;
}
.aa-paper-lines {
  display: grid;
  gap: 6px;
}
.aa-paper-lines i {
  display: block;
  height: 3px;
  background: oklch(87% 0.007 80);
}
.aa-paper-lines i:nth-child(3) {
  width: 75%;
  margin-bottom: 4px;
}
.aa-paper-lines i:last-child {
  width: 56%;
}
.aa-paper-footer {
  display: flex;
  justify-content: space-between;
  font-size: 8px;
  margin-top: 26px;
  color: var(--dark-muted);
}
.aa-approval {
  position: absolute;
  right: 8px;
  bottom: 18px;
  display: flex;
  gap: 13px;
  align-items: center;
  font-size: 12px;
  line-height: 1.5;
  padding: 18px 23px;
  background: var(--ink);
  color: var(--white);
  border-radius: 12px;
  transform: rotate(3deg);
  box-shadow: 0 15px 30px -12px #10171340;
  transition:
    transform 0.7s var(--ease),
    opacity 0.5s;
  z-index: 3;
}
.aa-approval strong {
  font-weight: 650;
}
.aa-approval-icon {
  display: grid;
  place-items: center;
  background: var(--orange);
  color: var(--ink);
  width: 27px;
  height: 27px;
  border-radius: 50%;
  font-size: 17px;
}
.aa-discovery {
  position: absolute;
  top: 6px;
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
  transform: translate(20px, -10px);
  opacity: 0;
  transition:
    transform 0.7s var(--ease),
    opacity 0.5s;
  z-index: 4;
}
.aa-discovery span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-size: 12px;
  font-weight: 600;
  padding: 14px 20px;
  background: var(--ink);
  color: var(--white);
  border: 1px solid #4d504b;
  border-radius: 10px;
}
.aa-discovery span:first-child {
  background: var(--orange);
  color: var(--ink);
  border: 0;
}
.aa-discovery b {
  font-weight: 400;
}
.aa-publishing-stage[data-stage="approval"] .aa-paper-front {
  transform: rotate(0) translate(-5px, -4px);
}
.aa-publishing-stage[data-stage="approval"] .aa-approval {
  transform: translate(-14px, -28px) rotate(0) scale(1.07);
}
.aa-publishing-stage[data-stage="discovery"] .aa-paper-front {
  transform: translate(-17px, 12px) rotate(-10deg);
}
.aa-publishing-stage[data-stage="discovery"] .aa-discovery {
  opacity: 1;
  transform: translate(0, 0);
}
.aa-publishing-stage[data-stage="discovery"] .aa-approval {
  transform: translate(0, 5px) rotate(0);
}
.aa-workflow-controls {
  width: 100%;
  max-width: 430px;
}
.aa-interactive .aa-workflow-controls {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid oklch(79% 0.012 90);
}
.aa-workflow-controls button {
  position: relative;
  background: transparent;
  color: var(--dark-muted);
  border: 0;
  min-height: 56px;
  padding: 13px 3px;
  font-size: 12px;
  font-weight: 600;
  transition: color 0.2s;
}
.aa-workflow-controls button:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -1px;
  height: 2px;
  background: var(--ink);
  transform: scaleX(0);
  transition: transform 0.3s var(--ease);
}
.aa-workflow-controls button[aria-pressed="true"] {
  color: var(--ink);
}
.aa-workflow-controls button[aria-pressed="true"]:before {
  transform: scaleX(1);
}
.aa-workflow-controls button span {
  margin-right: 4px;
  font-size: 9px;
  opacity: 0.6;
}
.aa-workflow-note {
  font-size: 12px;
  min-height: 42px;
  text-align: center;
  max-width: 320px;
  margin-top: 8px;
  color: var(--dark-muted);
}
.aa-illustration-note {
  font-size: 9px;
  margin-top: 13px;
  color: var(--dark-muted);
}
/* Evidence has its own stage; switches compare two measured outcomes. */
.aa-results {
  background: var(--ink);
  padding-bottom: 65px;
}
.aa-results-intro {
  text-align: center;
}
.aa-results-intro .aa-eyebrow {
  font-size: 10px;
  color: var(--muted);
  margin-bottom: 27px;
}
.aa-results-intro h2 {
  font-size: clamp(40px, 5.1vw, 80px);
}
.aa-results-intro h2 span {
  color: oklch(67% 0.013 150);
}
.aa-results-intro > p:last-child {
  color: var(--muted);
  font-size: 15px;
  margin-top: 28px;
}
.aa-interactive .aa-evidence-tabs {
  display: flex;
  justify-content: center;
  gap: 4px;
  background: oklch(24% 0.008 150);
  border-radius: 50px;
  padding: 5px;
  width: fit-content;
  margin: 42px auto 0;
}
.aa-evidence-tabs button {
  background: transparent;
  border: 0;
  color: oklch(76% 0.01 150);
  font-size: 14px;
  font-weight: 600;
  padding: 12px 25px;
  min-height: 44px;
  border-radius: 40px;
  transition:
    background 0.25s,
    color 0.25s;
}
.aa-evidence-tabs button[aria-selected="true"] {
  color: var(--ink);
  background: var(--white);
}
.aa-evidence-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10%;
  align-items: center;
  max-width: 1030px;
  margin: 0 auto;
  padding: 75px 0 60px;
  min-height: 510px;
}
.aa-evidence-label {
  font-size: 9px;
  letter-spacing: 0.08em;
  color: var(--muted);
}
.aa-big-number {
  font-size: clamp(100px, 12.3vw, 192px);
  line-height: 1;
  letter-spacing: -0.075em;
  display: block;
  font-weight: 550;
  color: var(--orange);
  margin: 15px 0 16px;
}
.aa-big-number > span {
  font-size: 0.34em;
  color: oklch(52% 0.012 150);
  letter-spacing: -0.05em;
  margin-left: 10px;
}
.aa-evidence-stat h3 {
  font-size: 26px;
  line-height: 1.3;
  letter-spacing: -0.65px;
  font-weight: 500;
}
.aa-evidence-stat > p {
  font-size: 12px;
  color: var(--muted);
  margin-top: 18px;
}
.aa-orbit-chart {
  position: relative;
  max-width: 380px;
  width: 100%;
  justify-self: center;
}
.aa-orbit-chart > svg {
  width: 100%;
}
.aa-orbit-center {
  position: absolute;
  top: 44%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}
.aa-orbit-center span {
  font-size: 8px;
  letter-spacing: 0.14em;
  text-align: center;
  line-height: 1.8;
  color: var(--muted);
}
.aa-chart-legend {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 9px;
  font-size: 10px;
  color: var(--muted);
  margin-top: 17px;
}
.aa-chart-legend span {
  display: flex;
  align-items: center;
  gap: 7px;
}
.aa-chart-legend b {
  color: var(--white);
  font-weight: 500;
}
.aa-chart-legend i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--orange);
}
.aa-chart-legend span:nth-child(2) i {
  background: #aeb8b1;
}
.aa-chart-legend span:nth-child(3) i {
  background: #343d37;
}
.aa-google-chart {
  width: 100%;
}
.aa-evidence-grid {
  display: grid;
  grid-template-columns: repeat(15, 1fr);
  gap: 7px;
}
.aa-evidence-dot {
  aspect-ratio: 1;
  background: #343d37;
  border-radius: 3px;
  display: block;
}
.aa-evidence-dot-three {
  background: var(--orange);
}
.aa-evidence-dot-ten {
  background: #aeb8b1;
}
.aa-results-footer {
  border-top: 1px solid oklch(33% 0.012 150);
  padding-top: 29px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.aa-results-footer p {
  font-size: 11px;
  color: var(--muted);
}
.aa-founder {
  background: var(--paper);
  color: var(--ink);
}
.aa-founder-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid oklch(83% 0.009 100);
  padding-bottom: 26px;
  margin-bottom: 66px;
}
.aa-founder-top span {
  font-size: 11px;
  color: var(--dark-muted);
}
.aa-founder-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 12%;
}
.aa-founder-grid h2 {
  font-size: clamp(40px, 4.7vw, 73px);
}
.aa-founder-profile {
  display: flex;
  gap: 22px;
  align-items: center;
  margin-top: 43px;
}
.aa-founder-profile > img {
  width: 112px;
  height: 112px;
  object-fit: cover;
  border-radius: 50%;
  filter: saturate(0.83);
}
.aa-founder-profile > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.aa-founder-profile strong {
  font-size: 18px;
  font-weight: 650;
  letter-spacing: -0.4px;
}
.aa-founder-profile div > span {
  font-size: 12px;
  color: var(--dark-muted);
  margin-top: 3px;
}
.aa-founder-profile a {
  font-size: 12px;
  font-weight: 650;
  margin-top: 13px;
  min-height: 30px;
}
.aa-founder-profile a span {
  margin-left: 16px;
}
.aa-founder-story {
  padding-top: 8px;
}
.aa-founder-story h3 {
  font-size: 26px;
  line-height: 1.3;
  letter-spacing: -0.8px;
  margin-bottom: 25px;
}
.aa-founder-story p {
  color: var(--dark-muted);
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 18px;
}
.aa-founder-story .aa-text-link {
  margin-top: 9px;
}
.aa-teaching {
  margin-top: 100px;
  padding-top: 50px;
  border-top: 1px solid oklch(83% 0.009 100);
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 12%;
}
.aa-teaching .aa-eyebrow {
  font-size: 9px;
  color: var(--dark-muted);
  margin-bottom: 22px;
}
.aa-teaching h3 {
  font-size: 38px;
}
.aa-teaching > div:last-child {
  padding-top: 36px;
}
.aa-teaching p:not(.aa-eyebrow) {
  font-size: 15px;
  color: var(--dark-muted);
  margin-bottom: 19px;
  max-width: 390px;
}
.aa-contact {
  background: var(--orange);
  color: var(--ink);
  padding-bottom: 45px;
}
.aa-contact > .aa-eyebrow {
  font-size: 10px;
  margin-bottom: 42px;
}
.aa-contact-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 12%;
}
.aa-contact h2 {
  font-size: clamp(50px, 5.65vw, 91px);
  line-height: 1.05;
  letter-spacing: -0.065em;
}
.aa-contact-grid > div > p:not(.aa-selector-label) {
  font-size: 16px;
  margin-top: 28px;
  line-height: 1.7;
}
.aa-selector-label {
  font-size: 9px;
  letter-spacing: 0.12em;
  font-weight: 650;
  margin-bottom: 12px;
}
.aa-selector-options {
  display: flex;
  flex-direction: column;
}
.aa-selector-options button {
  background: transparent;
  border: 0;
  border-bottom: 1px solid oklch(16% 0.004 160 / 0.35);
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  min-height: 61px;
  padding: 14px 0;
  font-size: 19px;
  font-weight: 500;
  letter-spacing: -0.5px;
  transition: opacity 0.2s;
}
.aa-selector-options button span {
  font-size: 24px;
  transition: transform 0.25s var(--ease);
}
.aa-selector-options button:not([aria-pressed="true"]) {
  opacity: 0.82;
}
.aa-selector-options button:hover {
  opacity: 1;
}
.aa-selector-options button[aria-pressed="true"] span {
  transform: rotate(45deg);
}
.aa-contact-grid .aa-project-selector > #intent-note {
  font-size: 12px;
  min-height: 55px;
  margin: 20px 0 15px;
  max-width: 390px;
}
.aa-project-selector .aa-button {
  width: 100%;
}
.aa-contact-direct {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  border-top: 1px solid oklch(16% 0.004 160 / 0.3);
  padding-top: 29px;
  margin-top: 80px;
}
.aa-contact-direct a {
  font-size: clamp(15px, 1.8vw, 27px);
  letter-spacing: -0.65px;
  display: flex;
  gap: 20px;
  align-items: center;
}
.aa-contact-direct a:last-child {
  font-size: 16px;
  letter-spacing: -0.3px;
}
.aa-contact-direct a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.aa-contact-direct span {
  font-size: 24px;
}
.aa-footer {
  padding: 44px var(--gutter);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.aa-footer > p {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.8;
}
.aa-footer > div {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 14px;
}
.aa-footer > div a {
  font-size: 12px;
}
.aa-footer > div a span {
  margin-left: 16px;
}
.aa-footer > div > span {
  font-size: 9px;
  color: var(--muted);
}
@media screen and (max-width: 1100px) {
  .aa-nav {
    gap: 23px;
    margin-right: 30px;
  }
  .aa-hero {
    min-height: 690px;
  }
  .aa-product {
    grid-template-columns: 45% 55%;
    min-height: 620px;
  }
  .aa-product-copy {
    padding: 48px 0 48px 36px;
  }
  .aa-product-copy > p:not(.aa-product-name) {
    max-width: 285px;
    font-size: 14px;
  }
  .aa-product h3 {
    font-size: 49px;
  }
  .aa-territory {
    min-height: 620px;
  }
  .aa-product .aa-button {
    font-size: 11px;
    padding: 13px 17px;
    gap: 20px;
  }
  .aa-publishing {
    padding-left: 8px;
    padding-right: 18px;
  }
  .aa-paper-front {
    padding: 23px;
  }
  .aa-paper-title {
    font-size: 33px;
  }
  .aa-workflow-controls button {
    font-size: 11px;
  }
  .aa-workflow-controls button span {
    display: none;
  }
  .aa-segment button {
    font-size: 10px;
    padding: 9px 12px;
  }
  .aa-founder-grid,
  .aa-teaching {
    gap: 8%;
  }
  .aa-contact-grid {
    gap: 8%;
  }
  .aa-selector-options button {
    font-size: 17px;
  }
  .aa-evidence-panel {
    gap: 8%;
    min-height: 500px;
  }
}
@media screen and (min-width: 768px) and (max-height: 800px) {
  .aa-hero {
    min-height: 610px;
    padding-top: 45px;
  }
  .aa-hero h1 {
    font-size: clamp(82px, 7.6vw, 115px);
  }
  .aa-hero-copy {
    padding-bottom: 75px;
  }
  .aa-hero .aa-eyebrow {
    margin-bottom: 24px;
  }
  .aa-hero-description {
    font-size: 16px;
    margin: 23px 0;
  }
  
}
@media screen and (max-width: 767px) {
  :root {
    --gutter: 25px;
  }
  html {
    scroll-padding-top: 88px;
  }
  .aa-header {
    height: 73px;
  }
  .aa-brand > span {
    font-size: 20px;
  }
  .aa-brand img {
    width: 31px;
    height: 31px;
  }
  .aa-nav {
    display: none;
  }
  .aa-header-contact {
    margin-left: auto;
    font-size: 11px;
    padding: 6px 13px;
  }
  .aa-hero {
    height: auto;
    min-height: 865px;
    justify-content: flex-start;
    padding-top: 55px;
  }
  .aa-hero-copy {
    padding-bottom: 0;
    max-width: 100%;
  }
  .aa-hero .aa-eyebrow {
    font-size: 9px;
    margin-bottom: 25px;
  }
  .aa-hero h1 {
    font-size: clamp(66px, 17.5vw, 112px);
    margin-left: -5px;
    line-height: 0.97;
  }
  .aa-hero-description {
    font-size: 15px;
    margin: 25px 0;
    line-height: 1.7;
  }
  .aa-desktop-break {
    display: none;
  }
  
  
  
  .aa-hero-foot {
    bottom: 25px;
    padding-top: 20px;
  }
  .aa-hero-foot p {
    font-size: 10px;
  }
  .aa-scroll-link {
    font-size: 10px;
    gap: 15px;
    margin-right: 53px;
  }
  .aa-motion-toggle {
    bottom: 29px;
    width: 30px;
    height: 30px;
  }
  .aa-thesis .aa-eyebrow {
    font-size: 9px;
    margin-bottom: 29px;
  }
  .aa-thesis h2 {
    font-size: clamp(35px, 6vw, 48px);
    line-height: 1.2;
    letter-spacing: -0.045em;
  }
  .aa-thesis-bottom {
    gap: 28px;
    margin: 30px 0 49px;
    max-width: none;
  }
  .aa-thesis-bottom p {
    font-size: 13px;
  }
  .aa-product-paths a {
    padding: 21px 0;
  }
  .aa-product-paths a:first-child {
    padding-right: 17px;
  }
  .aa-product-paths a:last-child {
    padding-left: 20px;
  }
  .aa-product-paths a > span:first-child {
    font-size: 10px;
  }
  .aa-product-paths a > span:last-child {
    font-size: 17px;
    letter-spacing: -0.6px;
    gap: 8px;
  }
  .aa-product-paths b {
    font-size: 19px;
  }
  .aa-section-heading {
    margin-bottom: 32px;
  }
  .aa-section-heading h2 {
    font-size: 40px;
  }
  .aa-section-heading .aa-eyebrow {
    font-size: 9px;
    margin-bottom: 19px;
  }
  .aa-section-heading > p {
    display: none;
  }
  .aa-product {
    display: block;
    border-radius: 19px;
  }
  .aa-product-copy {
    padding: 36px 28px 16px;
  }
  .aa-product-name {
    font-size: 13px;
    margin-bottom: 24px;
  }
  .aa-product h3 {
    font-size: 48px;
    margin-bottom: 21px;
  }
  .aa-blog h3 {
    font-size: clamp(31px, 9.2vw, 48px);
  }
  .aa-product-copy > p:not(.aa-product-name) {
    max-width: 450px;
    font-size: 14px;
  }
  .aa-product .aa-button {
    font-size: 12px;
  }
  .aa-audience {
    font-size: 10px;
    margin-top: 18px;
    max-width: 330px;
  }
  .aa-territory {
    height: 460px;
    min-height: 0;
    margin-top: 20px;
  }
  .aa-territory-map {
    inset: -12% -22% -8% -14%;
    mask-image: linear-gradient(0deg, black 85%, transparent);
  }
  .aa-map-meta {
    top: 7px;
    left: 28px;
    right: 28px;
    font-size: 9px;
  }
  .aa-map-control {
    left: 15px;
    right: 15px;
    bottom: 22px;
  }
  .aa-map-control p {
    font-size: 10px;
    min-height: 32px;
    max-width: 260px;
    margin: 12px auto 0;
  }
  .aa-segment button {
    font-size: 10px;
  }
  .aa-publishing {
    padding: 38px 18px 25px;
    margin-top: 10px;
  }
  .aa-publishing-stage {
    max-width: 390px;
    height: 405px;
  }
  .aa-paper {
    height: 315px;
    left: 9%;
  }
  .aa-paper-front {
    padding: 23px;
  }
  .aa-paper-title {
    font-size: 33px;
    margin-bottom: 22px;
  }
  .aa-paper-kicker {
    margin-top: 22px;
  }
  .aa-paper-footer {
    margin-top: 20px;
  }
  .aa-approval {
    padding: 15px 17px;
    font-size: 11px;
    right: 3px;
    bottom: 22px;
  }
  .aa-workflow-controls button {
    font-size: 11px;
    min-height: 49px;
  }
  .aa-workflow-note {
    font-size: 11px;
    max-width: 275px;
    margin-top: 13px;
  }
  .aa-results-intro {
    text-align: left;
  }
  .aa-results-intro .aa-eyebrow {
    font-size: 8px;
    max-width: 250px;
    margin-bottom: 25px;
  }
  .aa-results-intro h2 {
    font-size: clamp(36px, 6vw, 48px);
  }
  .aa-results-intro > p:last-child {
    font-size: 13px;
    margin-top: 23px;
  }
  .aa-interactive .aa-evidence-tabs {
    margin: 32px 0 0;
  }
  .aa-evidence-tabs button {
    font-size: 11px;
    padding: 10px 21px;
  }
  .aa-evidence-panel {
    grid-template-columns: 1fr;
    gap: 42px;
    padding: 45px 0;
    min-height: 790px;
    align-content: start;
  }
  .aa-big-number {
    font-size: 145px;
    margin: 14px 0 20px;
  }
  .aa-evidence-stat h3 {
    font-size: 25px;
  }
  .aa-evidence-stat > p {
    font-size: 12px;
  }
  .aa-orbit-chart {
    max-width: 300px;
  }
  .aa-orbit-center {
    top: 43%;
  }
  .aa-google-chart {
    max-width: 380px;
    justify-self: center;
    padding-top: 55px;
  }
  .aa-evidence-grid {
    gap: 5px;
  }
  .aa-chart-legend {
    font-size: 9px;
  }
  .aa-results-footer {
    display: block;
    padding-top: 25px;
  }
  .aa-results-footer p {
    font-size: 10px;
    margin-bottom: 18px;
  }
  .aa-results-footer .aa-text-link {
    font-size: 13px;
  }
  .aa-founder-top {
    margin-bottom: 36px;
    padding-bottom: 22px;
  }
  .aa-founder-top .aa-eyebrow {
    font-size: 9px;
  }
  .aa-founder-top > span {
    display: none;
  }
  .aa-founder-grid {
    display: block;
  }
  .aa-founder-grid h2 {
    font-size: clamp(40px, 7vw, 57px);
  }
  .aa-founder-profile {
    margin-top: 32px;
  }
  .aa-founder-profile > img {
    width: 95px;
    height: 95px;
  }
  .aa-founder-profile strong {
    font-size: 16px;
  }
  .aa-founder-story {
    padding-top: 48px;
  }
  .aa-founder-story h3 {
    font-size: 24px;
  }
  .aa-founder-story p {
    font-size: 14px;
  }
  .aa-teaching {
    margin-top: 60px;
    padding-top: 36px;
    display: block;
  }
  .aa-teaching h3 {
    font-size: 34px;
  }
  .aa-teaching > div:last-child {
    padding-top: 24px;
  }
  .aa-teaching p:not(.aa-eyebrow) {
    font-size: 14px;
  }
  .aa-contact > .aa-eyebrow {
    font-size: 8px;
    max-width: 280px;
    margin-bottom: 29px;
  }
  .aa-contact-grid {
    display: block;
  }
  .aa-contact h2 {
    font-size: clamp(48px, 8.5vw, 67px);
  }
  .aa-contact-grid > div > p:not(.aa-selector-label) {
    font-size: 14px;
    margin-top: 24px;
  }
  .aa-project-selector {
    margin-top: 47px;
  }
  .aa-selector-options button {
    font-size: 18px;
    min-height: 61px;
  }
  .aa-contact-grid .aa-project-selector > #intent-note {
    font-size: 12px;
    min-height: 58px;
  }
  .aa-contact-direct {
    display: block;
    margin-top: 51px;
    padding-top: 23px;
  }
  .aa-contact-direct a {
    font-size: 17px;
    letter-spacing: -0.5px;
    justify-content: space-between;
    gap: 10px;
    overflow-wrap: anywhere;
  }
  .aa-contact-direct a:last-child {
    font-size: 14px;
    margin-top: 18px;
  }
  .aa-contact-direct a > span {
    flex-shrink: 0;
    font-size: 23px;
  }
  .aa-footer {
    flex-wrap: wrap;
    padding: 34px var(--gutter);
    gap: 28px;
  }
  .aa-footer > p {
    font-size: 10px;
  }
  .aa-footer > div {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #333932;
    padding-top: 24px;
  }
  .aa-footer > div a {
    font-size: 11px;
  }
  .aa-footer > div > span {
    font-size: 8px;
  }
}
@media screen and (max-width: 379px) {
  :root {
    --gutter: 20px;
  }
  .aa-hero {
    min-height: 830px;
  }
  .aa-hero h1 {
    font-size: 58px;
  }
  .aa-hero .aa-eyebrow {
    font-size: 8px;
  }
  .aa-hero-description {
    font-size: 14px;
  }
  
  .aa-thesis h2 {
    font-size: 31px;
  }
  .aa-thesis-bottom {
    display: block;
  }
  .aa-thesis-bottom p + p {
    margin-top: 15px;
  }
  .aa-product-paths a > span:last-child {
    font-size: 14px;
  }
  .aa-section-heading h2 {
    font-size: 35px;
  }
  .aa-product-copy {
    padding-left: 22px;
    padding-right: 22px;
  }
  .aa-product h3 {
    font-size: 42px;
  }
  .aa-blog h3 {
    font-size: 31px;
  }
  .aa-product .aa-button {
    font-size: 10px;
    gap: 14px;
  }
  .aa-territory {
    height: 420px;
  }
  .aa-segment button {
    font-size: 9px;
    padding: 9px 10px;
  }
  .aa-paper-front {
    padding: 19px;
  }
  .aa-paper-title {
    font-size: 29px;
  }
  .aa-paper-top {
    gap: 6px;
  }
  .aa-paper-top span {
    font-size: 6px;
  }
  .aa-paper {
    height: 304px;
  }
  .aa-workflow-controls button {
    font-size: 11px;
  }
  .aa-approval {
    right: -2px;
    font-size: 10px;
    padding: 13px;
  }
  .aa-evidence-panel {
    min-height: 740px;
  }
  .aa-evidence-stat h3 {
    font-size: 23px;
  }
  .aa-evidence-tabs button {
    padding: 10px 18px;
  }
  .aa-results-intro h2 {
    font-size: 33px;
  }
  .aa-founder-grid h2 {
    font-size: 37px;
  }
  .aa-contact h2 {
    font-size: 43px;
  }
  .aa-contact-direct a {
    font-size: 15px;
  }
  .aa-footer .aa-brand > span {
    font-size: 18px;
  }
  .aa-footer > p {
    font-size: 9px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .aa-site *,
  .aa-site *:before,
  .aa-site *:after {
    animation: none !important;
    transition: none !important;
  }
  .aa-motion-ready [data-reveal] {
    opacity: 1 !important;
    transform: none !important;
  }
  
  .aa-motion-toggle {
    display: none !important;
  }
}
