:root {
  --cream: #f6f0e5;
  --cream-bright: #fffaf1;
  --paper: #fbf6ec;
  --ink: #261922;
  --ink-soft: #4f4247;
  --coral: #f13f2d;
  --coral-dark: #d92e22;
  --blush: #efad9d;
  --plum: #341128;
  --plum-soft: #5b2a46;
  --line: rgba(38, 25, 34, 0.2);
  --condensed: "Arial Narrow", "Roboto Condensed", "Helvetica Neue Condensed",
    Impact, sans-serif;
  --sans: var(--font-geist-sans), Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: var(--sans);
}

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

button,
input,
select,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  color: inherit;
}

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

.section-shell {
  max-width: 1520px;
  margin: 0 auto;
  padding-right: clamp(1.5rem, 6vw, 6.5rem);
  padding-left: clamp(1.5rem, 6vw, 6.5rem);
}

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: 100%;
  min-height: 88px;
  padding: 0 clamp(1.5rem, 6vw, 6.5rem);
}

.wordmark,
.site-header nav,
.header-cta,
.eyebrow,
.availability,
.button,
.section-index,
.signal-strip span,
.signal-strip strong,
.strengths-grid article > span,
.anatomy-label,
.da-lockup p,
.da-proof span,
.mobile-dock {
  font-family: var(--condensed);
  font-stretch: condensed;
  text-transform: uppercase;
}

.wordmark {
  font-size: 1.18rem;
  font-weight: 900;
  letter-spacing: -0.035em;
}

.site-header nav {
  display: flex;
  gap: clamp(1.8rem, 4vw, 4rem);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.site-header nav a {
  position: relative;
}

.site-header nav a::after {
  position: absolute;
  bottom: -9px;
  left: 0;
  width: 0;
  height: 2px;
  content: "";
  background: var(--coral);
  transition: width 180ms ease;
}

.site-header nav a:hover::after,
.site-header nav a:focus-visible::after {
  width: 100%;
}

.header-cta {
  justify-self: end;
  display: inline-flex;
  gap: 0.7rem;
  align-items: center;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: transparent;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.header-cta span {
  color: var(--coral);
  font-size: 1rem;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 72%) minmax(360px, 28%);
  min-height: min(930px, 100svh);
  padding-top: 88px;
  overflow: hidden;
  border-bottom: 1px solid var(--coral);
}

.hero-copy {
  position: relative;
  z-index: 4;
  min-width: 0;
  align-self: center;
  padding: 4.5rem clamp(2rem, 4vw, 5rem) 7.5rem
    clamp(1.5rem, 6vw, 6.5rem);
  container-type: inline-size;
}

.availability {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  margin-bottom: 3.8rem;
  color: var(--ink-soft);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.availability > span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--coral);
  box-shadow: 0 0 0 5px rgba(241, 63, 45, 0.12);
}

.eyebrow {
  margin: 0;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.17em;
}

.hero h1 {
  width: 100%;
  max-width: 100%;
  margin: 1rem 0 0;
  font-family: var(--condensed);
  font-size: clamp(5.25rem, 10.25cqi, 8.6rem);
  font-stretch: condensed;
  font-weight: 900;
  line-height: 0.82;
  letter-spacing: -0.065em;
}

.hero h1 strong {
  display: block;
  max-width: 100%;
  color: var(--coral);
  font: inherit;
  white-space: nowrap;
}

@media (min-width: 821px) {
  .hero h1 strong {
    width: 116%;
    max-width: none;
    font-size: clamp(4.5rem, 12.1cqi, 10rem);
    line-height: 0.78;
    letter-spacing: -0.08em;
    transform: scaleX(0.86);
    transform-origin: left center;
  }
}

.hero-lead {
  max-width: 610px;
  margin: 2.2rem 0 0;
  font-size: clamp(1rem, 1.25vw, 1.22rem);
  line-height: 1.5;
  letter-spacing: -0.025em;
}

.hero-actions,
.acquisition-actions,
.final-cta > div {
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.hero-actions {
  margin-top: 1.5rem;
}

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  min-height: 62px;
  padding: 0 2.1rem;
  border: 1px solid transparent;
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  transition:
    color 180ms ease,
    background 180ms ease,
    border-color 180ms ease,
    transform 180ms ease;
}

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

.button-primary {
  color: var(--cream-bright);
  background: var(--coral);
}

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

.button-secondary {
  border-color: var(--ink);
  background: transparent;
}

.button-secondary:hover {
  color: var(--cream-bright);
  background: var(--ink);
}

.button-dark {
  color: var(--cream-bright);
  background: var(--plum);
}

.button-dark:hover {
  background: #210916;
}

.button-light {
  color: var(--plum);
  background: var(--cream-bright);
}

.button-light:hover {
  background: #fff;
}

.button-outline-light {
  border-color: rgba(255, 250, 241, 0.7);
  color: var(--cream-bright);
  background: transparent;
}

.button-outline-light:hover {
  color: var(--plum);
  background: var(--cream-bright);
}

.represented {
  margin: 1.5rem 0 0;
  font-size: 0.75rem;
}

.represented strong {
  font-weight: 800;
}

.hero-signal {
  position: relative;
  align-self: stretch;
  min-width: 360px;
  overflow: hidden;
}

.signal-shape {
  position: absolute;
  top: 8%;
  bottom: 9%;
  border-radius: 999px;
}

.signal-red {
  left: 0;
  width: 43%;
  background: var(--coral);
}

.signal-blush {
  left: 50%;
  width: 27%;
  background: var(--blush);
}

.signal-plum {
  top: 34%;
  right: -18%;
  bottom: 20%;
  width: 49%;
  background: var(--plum);
}

.signal-line {
  position: absolute;
  top: 55%;
  right: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 55px;
}

.signal-line::before {
  position: absolute;
  right: 0;
  left: 0;
  height: 1px;
  content: "";
  background: var(--ink);
}

.signal-line i {
  z-index: 1;
  width: 1px;
  height: calc(12px + (var(--tick) % 5) * 5px);
  background: var(--ink);
}

.signal-line i:nth-child(3n) {
  height: 48px;
}

.signal-label {
  position: absolute;
  right: 1rem;
  bottom: 4.2rem;
  font-family: var(--condensed);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}

.edge-signal {
  position: absolute;
  z-index: 1;
  width: 74px;
  height: 430px;
  border-radius: 999px;
  background: var(--coral);
}

.edge-signal-left {
  top: 29%;
  left: -51px;
}

.hero-scroll {
  position: absolute;
  bottom: 0;
  left: clamp(1.5rem, 6vw, 6.5rem);
  z-index: 5;
  display: flex;
  gap: 1rem;
  align-items: center;
  min-height: 58px;
  padding: 0 1.1rem 0 0;
  border-top: 5px solid var(--coral);
  font-family: var(--condensed);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-scroll span {
  color: var(--coral);
}

.signal-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 0 clamp(1.5rem, 6vw, 6.5rem);
  color: var(--cream-bright);
  background: var(--plum);
}

.signal-strip > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 118px;
  padding: 1.4rem 2rem;
  border-right: 1px solid rgba(255, 250, 241, 0.16);
}

.signal-strip > div:first-child {
  padding-left: 0;
}

.signal-strip > div:last-child {
  border-right: 0;
}

.signal-strip span {
  color: var(--blush);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.15em;
}

.signal-strip strong {
  margin-top: 0.45rem;
  font-size: 1.1rem;
  font-weight: 900;
  letter-spacing: 0.03em;
}

.opportunity {
  display: grid;
  grid-template-columns: 20% 80%;
  gap: 3rem;
  padding-top: 10rem;
  padding-bottom: 8rem;
}

.section-index {
  display: flex;
  gap: 1rem;
  padding-top: 0.8rem;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.15em;
}

.section-index span {
  color: var(--coral);
}

.section-index p {
  margin: 0;
}

.opportunity-content {
  max-width: 1100px;
}

.kicker {
  margin: 0 0 0.4rem;
  color: var(--coral);
  font-size: clamp(1.5rem, 2.4vw, 2.4rem);
  font-weight: 500;
  letter-spacing: -0.045em;
}

.opportunity h2,
.category-heading h2,
.name-anatomy h2,
.acquisition h2,
.final-cta h2 {
  margin: 0;
  font-family: var(--condensed);
  font-stretch: condensed;
  font-size: clamp(4.8rem, 8vw, 8.6rem);
  font-weight: 900;
  line-height: 0.84;
  letter-spacing: -0.055em;
  text-transform: uppercase;
}

.opportunity-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  max-width: 820px;
  margin: 3.5rem 0 0 auto;
}

.opportunity-intro p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.9rem;
  line-height: 1.75;
}

.strengths-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding-bottom: 10rem;
}

.strengths-grid article {
  position: relative;
  min-height: 330px;
  padding: 2.1rem 2.4rem;
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.strengths-grid article:first-child {
  border-left: 1px solid var(--line);
}

.strengths-grid article > span {
  color: var(--coral);
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.15em;
}

.strength-mark {
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 26px;
  height: 68px;
  border-radius: 99px;
  background: var(--coral);
}

.strengths-grid article:nth-child(2) .strength-mark {
  height: 48px;
  background: var(--blush);
}

.strengths-grid article:nth-child(3) .strength-mark {
  height: 34px;
  background: var(--plum);
}

.strengths-grid h3 {
  max-width: 290px;
  margin: 8.5rem 0 0;
  font-family: var(--condensed);
  font-size: clamp(2.3rem, 3.5vw, 3.4rem);
  font-stretch: condensed;
  font-weight: 900;
  line-height: 0.92;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

.strengths-grid p {
  max-width: 350px;
  margin: 1.2rem 0 0;
  color: var(--ink-soft);
  font-size: 0.82rem;
  line-height: 1.65;
}

.category-section {
  display: grid;
  grid-template-columns: 45% 55%;
  color: var(--cream-bright);
  background: var(--plum);
}

.category-heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 760px;
  padding: 7rem clamp(1.5rem, 6vw, 6.5rem);
  border-right: 1px solid rgba(255, 250, 241, 0.16);
}

.category-heading .eyebrow {
  color: var(--blush);
}

.category-heading h2 {
  margin-top: 2rem;
  font-size: clamp(4.4rem, 6.4vw, 7rem);
}

.category-heading h2 span {
  display: block;
  color: var(--coral);
}

.category-heading > p:last-child {
  max-width: 520px;
  margin: 2.2rem 0 0;
  color: rgba(255, 250, 241, 0.66);
  font-size: 0.9rem;
  line-height: 1.7;
}

.future-list {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
}

.future-card {
  position: relative;
  display: grid;
  grid-template-columns: 48px 1fr auto;
  grid-template-rows: auto auto;
  gap: 0.55rem 1.3rem;
  align-content: center;
  min-height: 250px;
  padding: 3rem clamp(2rem, 5vw, 5.5rem);
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 250, 241, 0.16);
}

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

.future-card > span {
  grid-row: 1 / 3;
  padding-top: 0.45rem;
  color: var(--blush);
  font-family: var(--condensed);
  font-size: 0.67rem;
  font-weight: 900;
}

.future-card h3 {
  margin: 0;
  font-family: var(--condensed);
  font-size: clamp(2.2rem, 3.7vw, 3.8rem);
  font-stretch: condensed;
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

.future-card p {
  grid-column: 2;
  max-width: 560px;
  margin: 0;
  color: rgba(255, 250, 241, 0.58);
  font-size: 0.8rem;
  line-height: 1.6;
}

.future-card > i {
  grid-row: 1 / 3;
  grid-column: 3;
  align-self: center;
  font-size: 1.2rem;
  font-style: normal;
}

.future-card::after {
  position: absolute;
  top: 50%;
  right: -80px;
  width: 130px;
  height: 68%;
  border-radius: 999px;
  content: "";
  opacity: 0.22;
  transform: translateY(-50%);
}

.future-card.coral::after {
  background: var(--coral);
}

.future-card.blush::after {
  background: var(--blush);
}

.future-card.plum::after {
  border: 1px solid var(--blush);
}

.name-anatomy {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.anatomy-title {
  display: grid;
  grid-template-columns: 1fr 2.4fr;
  gap: 5rem;
  align-items: start;
}

.anatomy-title .eyebrow {
  padding-top: 0.8rem;
}

.name-anatomy h2 {
  font-size: clamp(4.2rem, 6.5vw, 7rem);
}

.anatomy-stage {
  position: relative;
  min-height: 390px;
  margin-top: 6rem;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.anatomy-word {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  font-family: var(--condensed);
  font-size: clamp(4.2rem, 8.3vw, 9rem);
  font-stretch: condensed;
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: -0.065em;
  text-transform: uppercase;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.anatomy-word span:first-child {
  color: var(--coral);
}

.anatomy-word span:nth-child(2) {
  color: var(--ink);
}

.anatomy-word span:last-child {
  color: var(--blush);
}

.anatomy-label {
  position: absolute;
  display: flex;
  gap: 0.65rem;
  align-items: center;
  padding: 0.55rem 0.75rem;
  border: 1px solid var(--line);
  background: var(--cream);
  font-size: 0.63rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.anatomy-label span {
  color: var(--coral);
}

.label-one {
  top: 1.8rem;
  left: 7%;
}

.label-two {
  right: 28%;
  bottom: 2rem;
}

.label-three {
  top: 3.5rem;
  right: 4%;
}

.acquisition {
  display: grid;
  grid-template-columns: 55% 45%;
  color: var(--cream-bright);
  background: var(--coral);
}

.acquisition-copy {
  min-height: 760px;
  padding: 8rem clamp(1.5rem, 6vw, 6.5rem);
  border-right: 1px solid rgba(255, 250, 241, 0.22);
}

.acquisition-copy .eyebrow {
  color: var(--plum);
}

.acquisition h2 {
  max-width: 820px;
  margin-top: 2rem;
  font-size: clamp(4.5rem, 6.6vw, 7.2rem);
}

.acquisition-copy > p:not(.eyebrow) {
  max-width: 610px;
  margin: 2rem 0 0;
  color: rgba(255, 250, 241, 0.78);
  font-size: 0.92rem;
  line-height: 1.75;
}

.acquisition-actions {
  margin-top: 2.7rem;
}

.acquisition-copy small {
  display: block;
  margin-top: 1.25rem;
  color: rgba(255, 250, 241, 0.65);
  font-size: 0.65rem;
}

.process-list {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
}

.process-list article {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 1rem;
  align-content: center;
  min-height: 250px;
  padding: 3rem clamp(2rem, 5vw, 5.5rem);
  border-bottom: 1px solid rgba(255, 250, 241, 0.22);
}

.process-list article:last-child {
  border-bottom: 0;
}

.process-list article > span {
  padding-top: 0.35rem;
  color: var(--plum);
  font-family: var(--condensed);
  font-size: 0.68rem;
  font-weight: 900;
}

.process-list h3 {
  margin: 0;
  font-family: var(--condensed);
  font-size: clamp(2.2rem, 3vw, 3.1rem);
  font-stretch: condensed;
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.process-list p {
  max-width: 470px;
  margin: 0.7rem 0 0;
  color: rgba(255, 250, 241, 0.72);
  font-size: 0.8rem;
  line-height: 1.6;
}

.domainagents {
  display: grid;
  grid-template-columns: 1.1fr 1.4fr auto;
  gap: 4rem;
  align-items: end;
  padding-top: 6rem;
  padding-bottom: 6rem;
  border-bottom: 1px solid var(--line);
}

.da-lockup p {
  margin: 0;
  color: var(--coral);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.da-lockup h2 {
  margin: 0.65rem 0 0;
  font-family: var(--condensed);
  font-size: clamp(3.2rem, 5vw, 5rem);
  font-stretch: condensed;
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.da-copy {
  max-width: 570px;
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.86rem;
  line-height: 1.7;
}

.da-proof {
  display: flex;
  gap: 3.5rem;
}

.da-proof div {
  display: flex;
  flex-direction: column;
}

.da-proof strong {
  font-family: var(--condensed);
  font-size: 2rem;
  font-stretch: condensed;
  font-weight: 900;
  line-height: 1;
}

.da-proof span {
  margin-top: 0.4rem;
  color: var(--coral);
  font-size: 0.55rem;
  font-weight: 900;
  letter-spacing: 0.13em;
}

.final-cta {
  position: relative;
  padding: 10rem clamp(1.5rem, 6vw, 6.5rem);
  overflow: hidden;
  text-align: center;
}

.final-cta .eyebrow {
  color: var(--coral);
}

.final-cta h2 {
  position: relative;
  z-index: 2;
  max-width: 1100px;
  margin: 1.8rem auto 0;
}

.final-cta h2 span {
  display: block;
  color: var(--coral);
}

.final-cta > div:not(.final-signal) {
  position: relative;
  z-index: 2;
  justify-content: center;
  margin-top: 3rem;
}

.final-signal {
  position: absolute;
  top: 50%;
  right: -90px;
  display: flex;
  gap: 18px;
  align-items: center;
  transform: translateY(-50%);
}

.final-signal i {
  display: block;
  width: 82px;
  height: 340px;
  border-radius: 999px;
  background: var(--coral);
  opacity: 0.13;
}

.final-signal i:nth-child(2) {
  height: 240px;
  background: var(--blush);
}

.final-signal i:nth-child(3) {
  height: 170px;
  background: var(--plum);
}

footer {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  gap: 3rem;
  align-items: center;
  padding: 2.5rem clamp(1.5rem, 6vw, 6.5rem);
  color: rgba(255, 250, 241, 0.66);
  background: var(--plum);
  font-size: 0.63rem;
  line-height: 1.55;
}

footer .wordmark {
  color: var(--cream-bright);
}

footer p {
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
}

footer > a:last-child {
  justify-self: end;
  color: var(--blush);
}

.mobile-dock {
  display: none;
}

.modal-open {
  overflow: hidden;
}

.modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: grid;
  place-items: center;
  padding: 1.4rem;
  overflow: auto;
  background: rgba(38, 25, 34, 0.82);
  backdrop-filter: blur(8px);
  animation: fade-in 180ms ease both;
}

.inquiry-modal {
  position: relative;
  width: min(740px, 100%);
  max-height: calc(100svh - 2.8rem);
  padding: 3rem;
  overflow: auto;
  border-top: 8px solid var(--coral);
  background: var(--paper);
  box-shadow: 0 32px 90px rgba(20, 3, 14, 0.42);
  animation: rise-in 220ms ease both;
}

.modal-close {
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 50%;
  cursor: pointer;
  background: transparent;
  font-size: 1.5rem;
}

.inquiry-modal > .eyebrow,
.success-state .eyebrow {
  color: var(--coral);
}

.inquiry-modal h2 {
  max-width: 620px;
  margin: 1rem 0 0;
  font-family: var(--condensed);
  font-size: clamp(3.7rem, 6vw, 5rem);
  font-stretch: condensed;
  font-weight: 900;
  line-height: 0.87;
  letter-spacing: -0.045em;
  text-transform: uppercase;
}

.modal-intro {
  max-width: 570px;
  margin: 1.2rem 0 1.7rem;
  color: var(--ink-soft);
  font-size: 0.83rem;
  line-height: 1.6;
}

.mode-switch {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 1.6rem;
  border: 1px solid var(--line);
}

.mode-switch button {
  min-height: 50px;
  border: 0;
  cursor: pointer;
  color: var(--ink-soft);
  background: transparent;
  font-family: var(--condensed);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mode-switch button:first-child {
  border-right: 1px solid var(--line);
}

.mode-switch button[aria-selected="true"] {
  color: var(--cream-bright);
  background: var(--plum);
}

.inquiry-modal form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.field-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.inquiry-modal label {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.inquiry-modal label > span {
  color: var(--ink-soft);
  font-family: var(--condensed);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.inquiry-modal input,
.inquiry-modal select,
.inquiry-modal textarea {
  width: 100%;
  border: 1px solid rgba(38, 25, 34, 0.28);
  border-radius: 0;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.55);
  font-size: 0.86rem;
}

.inquiry-modal input,
.inquiry-modal select {
  height: 50px;
  padding: 0 0.8rem;
}

.inquiry-modal textarea {
  min-height: 105px;
  padding: 0.8rem;
  resize: vertical;
}

.checkbox-label {
  flex-direction: row !important;
  align-items: center;
}

.checkbox-label input {
  width: 18px;
  height: 18px;
  accent-color: var(--coral);
}

.checkbox-label span {
  font-size: 0.64rem !important;
}

.submit-button {
  width: 100%;
  margin-top: 0.25rem;
}

.form-note {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.62rem;
  line-height: 1.5;
  text-align: center;
}

.form-error {
  margin: 0;
  padding: 0.8rem;
  color: #9f1d16;
  background: rgba(241, 63, 45, 0.1);
  font-size: 0.75rem;
}

.honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.success-state {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 2rem 0;
}

.success-state > span {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: 2rem;
  border-radius: 50%;
  color: var(--cream-bright);
  background: var(--coral);
}

.success-state > p:not(.eyebrow) {
  max-width: 520px;
  margin: 1.4rem 0 2rem;
  color: var(--ink-soft);
  line-height: 1.6;
}

.button:focus-visible,
button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid var(--coral);
  outline-offset: 3px;
}

.button:disabled {
  cursor: wait;
  opacity: 0.64;
  transform: none;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
}

@keyframes rise-in {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
}

@media (max-width: 1180px) {
  .site-header {
    grid-template-columns: 1fr 1fr;
  }

  .site-header nav {
    display: none;
  }

  .hero {
    grid-template-columns: minmax(0, 68%) minmax(300px, 32%);
  }

  .hero-signal {
    min-width: 300px;
  }

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

  .da-proof {
    grid-column: 1 / -1;
    padding-top: 2rem;
    border-top: 1px solid var(--line);
  }
}

@media (max-width: 820px) {
  body {
    padding-bottom: 68px;
  }

  .site-header {
    position: absolute;
    min-height: 72px;
    padding: 0 1.25rem;
  }

  .header-cta {
    font-size: 0.64rem;
  }

  .hero {
    display: block;
    min-height: 850px;
    padding-top: 72px;
  }

  .hero-copy {
    padding: 4.2rem 1.25rem 16rem;
  }

  .availability {
    margin-bottom: 2.7rem;
  }

  .hero h1 {
    font-size: clamp(4.6rem, 18vw, 7rem);
    line-height: 0.83;
  }

  .hero h1 strong {
    white-space: normal;
  }

  .hero-lead {
    max-width: 480px;
    font-size: 1rem;
  }

  .hero-signal {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 235px;
    min-width: 0;
  }

  .signal-shape {
    top: 12%;
    bottom: -22%;
  }

  .signal-red {
    left: 47%;
    width: 18%;
  }

  .signal-blush {
    left: 68%;
    width: 12%;
  }

  .signal-plum {
    top: 38%;
    right: -7%;
    bottom: -2%;
    width: 25%;
  }

  .signal-line {
    top: 57%;
    left: 32%;
  }

  .signal-label {
    display: none;
  }

  .edge-signal-left {
    top: 40%;
    width: 56px;
    height: 270px;
    left: -41px;
  }

  .hero-scroll {
    left: 1.25rem;
  }

  .signal-strip {
    grid-template-columns: 1fr 1fr;
    padding: 0 1.25rem;
  }

  .signal-strip > div {
    min-height: 104px;
    padding: 1.2rem;
    border-bottom: 1px solid rgba(255, 250, 241, 0.16);
  }

  .signal-strip > div:nth-child(2) {
    border-right: 0;
  }

  .signal-strip > div:nth-child(3) {
    padding-left: 0;
    border-bottom: 0;
  }

  .signal-strip > div:nth-child(4) {
    border-right: 0;
    border-bottom: 0;
  }

  .opportunity {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    padding-top: 7rem;
    padding-bottom: 5rem;
  }

  .opportunity h2,
  .category-heading h2,
  .name-anatomy h2,
  .acquisition h2,
  .final-cta h2 {
    font-size: clamp(4.1rem, 15vw, 6rem);
  }

  .opportunity-intro {
    grid-template-columns: 1fr;
    gap: 1.4rem;
    margin-top: 2.5rem;
  }

  .strengths-grid {
    grid-template-columns: 1fr;
    padding-bottom: 7rem;
  }

  .strengths-grid article,
  .strengths-grid article:first-child {
    min-height: 260px;
    padding: 1.8rem;
    border-top: 1px solid var(--line);
    border-right: 1px solid var(--line);
    border-bottom: 0;
    border-left: 1px solid var(--line);
  }

  .strengths-grid article:last-child {
    border-bottom: 1px solid var(--line);
  }

  .strengths-grid h3 {
    margin-top: 5.2rem;
  }

  .category-section {
    grid-template-columns: 1fr;
  }

  .category-heading {
    min-height: auto;
    padding: 6.5rem 1.5rem;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 250, 241, 0.16);
  }

  .future-card {
    padding: 2.8rem 1.5rem;
  }

  .anatomy-title {
    grid-template-columns: 1fr;
    gap: 2.3rem;
  }

  .name-anatomy {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .anatomy-stage {
    min-height: 330px;
    margin-top: 4rem;
    overflow: hidden;
  }

  .anatomy-word {
    font-size: clamp(3rem, 12.5vw, 6rem);
  }

  .label-one {
    left: 0;
  }

  .label-two {
    right: 18%;
  }

  .label-three {
    right: 0;
  }

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

  .acquisition-copy {
    min-height: auto;
    padding: 6.5rem 1.5rem;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 250, 241, 0.22);
  }

  .process-list article {
    min-height: 220px;
    padding: 2.8rem 1.5rem;
  }

  .domainagents {
    grid-template-columns: 1fr;
    gap: 2rem;
    align-items: start;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .da-proof {
    grid-column: auto;
    width: 100%;
    padding-top: 2rem;
  }

  .final-cta {
    padding: 8rem 1.5rem;
  }

  .final-signal {
    right: -150px;
  }

  footer {
    grid-template-columns: 1fr;
    gap: 1.2rem;
    align-items: start;
    padding: 2.5rem 1.5rem;
  }

  footer p {
    margin: 0;
    text-align: left;
  }

  footer > a:last-child {
    justify-self: start;
  }

  .mobile-dock {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 40;
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    height: 68px;
    padding: 7px;
    background: var(--cream);
    box-shadow: 0 -8px 24px rgba(38, 25, 34, 0.12);
  }

  .mobile-dock button,
  .mobile-dock a {
    display: grid;
    place-items: center;
    border: 1px solid var(--plum);
    cursor: pointer;
    font-size: 0.74rem;
    font-weight: 900;
    letter-spacing: 0.08em;
  }

  .mobile-dock button:first-child,
  .mobile-dock a:first-child {
    color: var(--plum);
    background: transparent;
  }

  .mobile-dock button:last-child,
  .mobile-dock a:last-child {
    color: var(--cream-bright);
    background: var(--plum);
  }
}

@media (max-width: 540px) {
  .wordmark {
    font-size: 1rem;
  }

  .header-cta {
    gap: 0.35rem;
    font-size: 0.56rem;
    letter-spacing: 0.1em;
  }

  .hero {
    min-height: 800px;
  }

  .hero-copy {
    padding-top: 3.6rem;
    padding-bottom: 14rem;
  }

  .hero h1 {
    font-size: clamp(4rem, 19vw, 5.7rem);
  }

  .hero-actions,
  .acquisition-actions,
  .final-cta > div:not(.final-signal) {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .button {
    width: 100%;
    min-height: 58px;
  }

  .represented {
    line-height: 1.5;
  }

  .signal-strip strong {
    font-size: 0.9rem;
  }

  .future-card {
    grid-template-columns: 36px 1fr auto;
  }

  .future-card h3 {
    font-size: 2.25rem;
  }

  .anatomy-stage {
    min-height: 280px;
  }

  .anatomy-word {
    font-size: 11vw;
  }

  .anatomy-label {
    font-size: 0.5rem;
  }

  .label-two {
    right: 4%;
  }

  .da-proof {
    gap: 2rem;
  }

  .inquiry-modal {
    max-height: calc(100svh - 1rem);
    padding: 2.8rem 1.1rem 1.3rem;
  }

  .modal-backdrop {
    padding: 0.5rem;
  }

  .inquiry-modal h2 {
    padding-right: 2rem;
    font-size: 3.4rem;
  }

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

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

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