:root {
  --ink: #172523;
  --ink-soft: #53615e;
  --paper: #f3efe4;
  --paper-pale: #fbf8ee;
  --paper-deep: #ded5c1;
  --line: rgba(23, 37, 35, 0.17);
  --teal: #0f6c5c;
  --teal-deep: #084b40;
  --coral: #e86442;
  --gold: #bf8d35;
  --white: #fffdf5;
  --shadow: 0 28px 80px rgba(23, 37, 35, 0.14);
  --display: "Bodoni 72", Didot, "Iowan Old Style", Baskerville, serif;
  --sans: "Avenir Next", "Century Gothic", "Trebuchet MS", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 85% 9%, rgba(232, 100, 66, 0.16), transparent 28rem),
    linear-gradient(145deg, var(--paper-pale) 0%, var(--paper) 47%, #e8e0ce 100%);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
}

body::before {
  position: fixed;
  z-index: -2;
  inset: 0;
  background: linear-gradient(110deg, transparent 0 63%, rgba(255, 255, 255, 0.3) 63% 64%, transparent 64%);
  content: "";
  pointer-events: none;
}

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

a {
  color: inherit;
}

button {
  font: inherit;
}

.page-grid {
  position: fixed;
  z-index: -1;
  inset: 0;
  opacity: 0.32;
  background-image:
    linear-gradient(rgba(23, 37, 35, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23, 37, 35, 0.055) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, #000, transparent 82%);
  pointer-events: none;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 10px;
  left: 10px;
  padding: 10px 14px;
  color: var(--white);
  background: var(--ink);
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.topbar,
main > section,
footer {
  width: min(1380px, calc(100% - 64px));
  margin-inline: auto;
}

.topbar {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 32px;
  align-items: center;
  min-height: 92px;
  border-bottom: 1px solid var(--line);
}

.brand {
  display: inline-flex;
  gap: 13px;
  align-items: center;
  width: fit-content;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  flex: 0 0 auto;
  width: 43px;
  height: 43px;
  place-items: center;
  color: var(--white);
  background: var(--ink);
  border-radius: 50% 50% 44% 56%;
  font-family: var(--display);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.05em;
  transform: rotate(-5deg);
}

.brand-copy strong,
.brand-copy small {
  display: block;
}

.brand-copy strong {
  font-family: var(--display);
  font-size: 19px;
  letter-spacing: 0.01em;
}

.brand-copy small {
  color: var(--ink-soft);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

nav {
  display: flex;
  gap: 28px;
  align-items: center;
}

nav a,
.text-link,
.footer-links a {
  font-size: 12px;
  font-weight: 650;
  text-decoration: none;
}

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

nav a:hover,
nav a:focus-visible,
.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--coral);
}

.topbar-contact {
  justify-self: end;
  padding-bottom: 3px;
  border-bottom: 1px solid var(--ink);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.27fr) minmax(330px, 0.73fr);
  gap: clamp(48px, 7vw, 110px);
  align-items: center;
  min-height: 750px;
  padding-block: 92px 110px;
}

.eyebrow {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 0 0 20px;
  color: var(--ink-soft);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.eyebrow span {
  width: 28px;
  height: 1px;
  background: currentColor;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
.section-intro h2,
.sample-heading h2,
.privacy-heading h2,
.closing h2 {
  font-family: var(--display);
  font-weight: 500;
  letter-spacing: -0.055em;
}

h1 {
  max-width: 890px;
  margin-bottom: 28px;
  font-size: clamp(62px, 7.6vw, 116px);
  line-height: 0.88;
}

h1 em,
.closing h2 em {
  color: var(--coral);
  font-style: italic;
  font-weight: 400;
}

.hero-lede {
  max-width: 690px;
  margin-bottom: 34px;
  color: var(--ink-soft);
  font-size: clamp(17px, 1.7vw, 22px);
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 13px 20px;
  border: 1px solid transparent;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 750;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

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

.button-primary {
  color: var(--white);
  background: var(--teal);
  box-shadow: 7px 7px 0 var(--ink);
}

.button-primary:hover,
.button-primary:focus-visible {
  box-shadow: 4px 4px 0 var(--ink);
}

.button-secondary {
  border-color: var(--line);
  background: rgba(255, 253, 245, 0.45);
}

.boundary-list {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  margin: 34px 0 0;
  padding: 0;
  color: var(--ink-soft);
  font-size: 11px;
  list-style: none;
}

.boundary-list li::before {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 8px;
  background: var(--teal);
  border-radius: 50%;
  content: "";
}

.signal-card {
  position: relative;
  padding: clamp(28px, 4vw, 48px);
  color: var(--white);
  background:
    radial-gradient(circle at 90% 0%, rgba(232, 100, 66, 0.3), transparent 18rem),
    var(--ink);
  box-shadow: var(--shadow);
  transform: rotate(1.4deg);
}

.signal-card::before {
  position: absolute;
  z-index: -1;
  inset: 14px -14px -14px 14px;
  border: 1px solid rgba(23, 37, 35, 0.34);
  content: "";
}

.signal-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 64px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.live-dot::before {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 8px;
  background: var(--coral);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(232, 100, 66, 0.14);
  content: "";
}

.signal-id {
  margin-bottom: 12px;
  color: #c7d4d0;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.signal-card h2 {
  margin-bottom: 38px;
  font-family: var(--display);
  font-size: clamp(32px, 4vw, 53px);
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: -0.045em;
}

.signal-card dl {
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.17);
}

.signal-card dl div {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 16px;
  padding-block: 13px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.signal-card dt {
  color: rgba(255, 255, 255, 0.48);
  font-size: 10px;
  text-transform: uppercase;
}

.signal-card dd {
  margin: 0;
  font-size: 12px;
  font-weight: 650;
}

.fictional-label {
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.38);
  font-size: 9px;
}

.problem-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding-block: 0 120px;
}

.problem-strip article {
  min-height: 205px;
  padding: 30px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.problem-strip article:last-child {
  border-right: 1px solid var(--line);
}

.problem-strip span,
.steps > li > span {
  color: var(--coral);
  font-family: var(--display);
  font-size: 13px;
  font-style: italic;
}

.problem-strip h2 {
  margin: 30px 0 8px;
  font-family: var(--display);
  font-size: 28px;
  font-weight: 500;
  letter-spacing: -0.03em;
}

.problem-strip p {
  max-width: 340px;
  margin-bottom: 0;
  color: var(--ink-soft);
  font-size: 13px;
}

.method {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(460px, 1.15fr);
  gap: clamp(60px, 10vw, 160px);
  align-items: start;
  padding-block: 30px 140px;
}

.section-intro {
  position: sticky;
  top: 42px;
}

.section-intro h2,
.sample-heading h2,
.privacy-heading h2,
.closing h2 {
  margin-bottom: 24px;
  font-size: clamp(48px, 5.8vw, 82px);
  line-height: 0.98;
}

.section-intro > p:last-child,
.sample-heading > p,
.closing > p {
  max-width: 590px;
  color: var(--ink-soft);
}

.steps {
  margin: 0;
  padding: 0;
  list-style: none;
}

.steps li {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 20px;
  min-height: 190px;
  padding: 28px 0;
  border-top: 1px solid var(--line);
}

.steps li:last-child {
  border-bottom: 1px solid var(--line);
}

.steps h3 {
  margin-bottom: 9px;
  font-family: var(--display);
  font-size: clamp(29px, 3vw, 42px);
  font-weight: 500;
  letter-spacing: -0.04em;
}

.steps p {
  max-width: 590px;
  margin-bottom: 0;
  color: var(--ink-soft);
  font-size: 14px;
}

.sample-section {
  padding: clamp(36px, 6vw, 88px);
  color: var(--white);
  background: var(--ink);
}

.sample-heading {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 70px;
  align-items: end;
  margin-bottom: 60px;
}

.eyebrow-light {
  color: rgba(255, 255, 255, 0.55);
}

.sample-heading h2 {
  max-width: 850px;
  margin-bottom: 0;
  font-size: clamp(48px, 6vw, 84px);
}

.sample-heading > p {
  margin-bottom: 5px;
  color: rgba(255, 255, 255, 0.54);
  font-size: 13px;
}

.dashboard {
  color: var(--ink);
  background: var(--paper-pale);
  box-shadow: 0 38px 100px rgba(0, 0, 0, 0.3);
}

.dashboard-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  padding: 14px 22px;
  border-bottom: 1px solid var(--line);
}

.dashboard-topbar > div {
  display: flex;
  gap: 11px;
  align-items: center;
}

.dashboard-topbar strong,
.dashboard-topbar small {
  display: block;
}

.dashboard-topbar strong {
  font-family: var(--display);
  font-size: 17px;
}

.dashboard-topbar small {
  color: var(--ink-soft);
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.dashboard-mark {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: var(--white);
  background: var(--ink);
  border-radius: 50%;
  font-family: var(--display);
  font-size: 11px;
}

.local-pill {
  padding: 6px 10px;
  color: var(--teal-deep);
  background: rgba(15, 108, 92, 0.1);
  border: 1px solid rgba(15, 108, 92, 0.16);
  border-radius: 999px;
  font-size: 9px;
  font-weight: 700;
}

.metric-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  color: rgba(255, 255, 255, 0.72);
  background: var(--teal-deep);
}

.metric-row article {
  min-height: 120px;
  padding: 22px 26px;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.metric-row article:last-child {
  border-right: 0;
}

.metric-row span,
.metric-row small,
.metric-row strong {
  display: block;
}

.metric-row span {
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.metric-row strong {
  margin: 4px 0 1px;
  color: var(--white);
  font-family: var(--display);
  font-size: 38px;
  font-weight: 500;
}

.metric-row small {
  font-size: 9px;
}

.metric-row .metric-alert strong {
  color: #ff9b7f;
}

.dashboard-body {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
}

.queue-panel {
  padding: 28px;
}

.panel-heading {
  display: flex;
  gap: 20px;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 18px;
}

.panel-heading small {
  color: var(--teal);
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.panel-heading h3 {
  margin: 3px 0 0;
  font-family: var(--display);
  font-size: 27px;
  font-weight: 500;
}

.panel-heading > span {
  color: var(--ink-soft);
  font-size: 9px;
}

.lead-row {
  display: grid;
  grid-template-columns: 48px minmax(130px, 1fr) minmax(110px, 0.7fr) 72px;
  gap: 12px;
  align-items: center;
  width: 100%;
  margin-top: 8px;
  padding: 13px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.52);
  border: 1px solid var(--line);
  border-radius: 2px;
  cursor: pointer;
  text-align: left;
  transition: border 150ms ease, background 150ms ease, transform 150ms ease;
}

.lead-row:hover,
.lead-row:focus-visible {
  border-color: rgba(15, 108, 92, 0.5);
  transform: translateX(3px);
}

.lead-row.active {
  background: var(--white);
  border-color: var(--teal);
  box-shadow: 4px 4px 0 rgba(15, 108, 92, 0.13);
}

.lead-score {
  display: grid;
  width: 39px;
  height: 39px;
  place-items: center;
  color: var(--white);
  background: var(--coral);
  border-radius: 50%;
  font-family: var(--display);
  font-size: 17px;
}

.lead-score.warm {
  background: var(--gold);
}

.lead-name strong,
.lead-name small,
.lead-stage strong,
.lead-stage small {
  display: block;
}

.lead-name strong,
.lead-stage strong {
  font-size: 11px;
}

.lead-name small,
.lead-stage small {
  color: var(--ink-soft);
  font-size: 9px;
}

.lead-status {
  color: var(--coral);
  font-size: 9px;
  font-weight: 750;
  text-align: right;
}

.lead-status.steady {
  color: var(--teal);
}

.action-panel {
  min-height: 390px;
  padding: 30px;
  color: var(--white);
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    var(--ink);
  background-size: 100% 34px;
}

.action-kicker {
  margin-bottom: 7px;
  color: #9fb5af;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.13em;
}

.action-panel > h3 {
  margin-bottom: 12px;
  font-family: var(--display);
  font-size: 38px;
  font-weight: 500;
  letter-spacing: -0.04em;
}

.action-summary {
  color: rgba(255, 255, 255, 0.58);
  font-size: 11px;
}

.action-callout,
.draft-preview {
  margin-top: 22px;
  padding: 17px;
  border: 1px solid rgba(255, 255, 255, 0.13);
}

.action-callout span,
.draft-preview span {
  display: block;
  margin-bottom: 7px;
  color: rgba(255, 255, 255, 0.45);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.action-callout strong {
  color: #ffd2c5;
  font-family: var(--display);
  font-size: 19px;
  font-weight: 500;
  line-height: 1.35;
}

.draft-preview p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 10px;
}

.privacy-section {
  padding-block: 140px 130px;
}

.privacy-heading {
  display: grid;
  grid-template-columns: 0.55fr 1.45fr;
  gap: 60px;
  align-items: start;
}

.privacy-heading h2 {
  max-width: 950px;
}

.privacy-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 55px;
  background: var(--line);
  border: 1px solid var(--line);
}

.privacy-grid article {
  min-height: 280px;
  padding: 34px;
  background: rgba(255, 253, 245, 0.75);
}

.privacy-grid span {
  color: var(--teal);
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.privacy-grid h3 {
  margin: 70px 0 10px;
  font-family: var(--display);
  font-size: 31px;
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.privacy-grid p {
  margin-bottom: 0;
  color: var(--ink-soft);
  font-size: 12px;
}

.privacy-note {
  max-width: 920px;
  margin: 30px 0 0 auto;
  padding-left: 22px;
  color: var(--ink-soft);
  border-left: 2px solid var(--teal);
  font-size: 11px;
}

.privacy-note a {
  font-weight: 750;
}

.outreach-notice {
  max-width: 920px;
  margin: 24px 0 0 auto;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.outreach-notice summary {
  padding: 17px 2px;
  cursor: pointer;
  font-size: 11px;
  font-weight: 750;
  list-style-position: outside;
}

.outreach-notice[open] summary {
  color: var(--teal);
  border-bottom: 1px solid var(--line);
}

.outreach-notice div {
  padding: 20px 22px 8px;
}

.outreach-notice p {
  color: var(--ink-soft);
  font-size: 11px;
}

.closing {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 34px 80px;
  align-items: end;
  padding: clamp(48px, 7vw, 100px);
  color: var(--white);
  background:
    radial-gradient(circle at 85% 18%, rgba(232, 100, 66, 0.28), transparent 24rem),
    var(--teal-deep);
}

.closing .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -10px;
}

.closing h2 {
  margin-bottom: 0;
}

.closing > p {
  align-self: start;
  max-width: 480px;
  color: rgba(255, 255, 255, 0.59);
  font-size: 13px;
}

.button-inverse {
  justify-self: start;
  color: var(--ink);
  background: var(--white);
  box-shadow: 7px 7px 0 var(--coral);
}

footer {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 35px;
  align-items: center;
  padding-block: 58px 36px;
}

.footer-brand {
  display: flex;
  gap: 14px;
  align-items: center;
}

.footer-brand strong {
  font-family: var(--display);
  font-size: 19px;
}

.footer-brand p,
.copyright {
  margin-bottom: 0;
  color: var(--ink-soft);
  font-size: 10px;
}

.footer-links {
  display: flex;
  gap: 22px;
}

.copyright {
  grid-column: 1 / -1;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 700ms ease, transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.hero-enter {
  animation: hero-enter 650ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes hero-enter {
  from {
    opacity: 0;
    transform: translateY(12px);
  }

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

@media (max-width: 1040px) {
  .topbar {
    grid-template-columns: 1fr auto;
  }

  nav {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-block: 76px 100px;
  }

  .signal-card {
    width: min(560px, calc(100% - 16px));
    margin-left: auto;
  }

  .method {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .section-intro {
    position: static;
  }

  .sample-heading,
  .privacy-heading,
  .closing {
    grid-template-columns: 1fr;
  }

  .dashboard-body {
    grid-template-columns: 1fr;
  }

  .action-panel {
    min-height: 0;
  }

  .privacy-heading {
    gap: 15px;
  }

  .closing .eyebrow {
    grid-column: auto;
  }
}

@media (max-width: 760px) {
  .hero-enter {
    animation: none;
  }

  .topbar,
  main > section,
  footer {
    width: min(100% - 32px, 1380px);
  }

  .topbar {
    min-height: 76px;
  }

  .brand-copy small,
  .topbar-contact {
    display: none;
  }

  .hero {
    gap: 62px;
    padding-block: 58px 80px;
  }

  h1 {
    font-size: clamp(53px, 16vw, 76px);
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .boundary-list {
    display: grid;
    gap: 8px;
  }

  .signal-card {
    width: calc(100% - 10px);
    transform: rotate(0.6deg);
  }

  .signal-topline {
    margin-bottom: 45px;
  }

  .problem-strip,
  .privacy-grid {
    grid-template-columns: 1fr;
  }

  .problem-strip {
    padding-bottom: 90px;
  }

  .problem-strip article {
    min-height: 160px;
    border-right: 1px solid var(--line);
    border-bottom: 0;
  }

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

  .method,
  .privacy-section {
    padding-block: 10px 100px;
  }

  .steps li {
    min-height: 0;
  }

  .sample-section {
    width: 100%;
  }

  .sample-heading {
    gap: 20px;
  }

  .dashboard-topbar {
    align-items: flex-start;
  }

  .local-pill {
    max-width: 110px;
    text-align: center;
  }

  .metric-row {
    grid-template-columns: 1fr;
  }

  .metric-row article {
    display: grid;
    grid-template-columns: 1fr auto;
    min-height: 0;
    align-items: center;
    padding: 15px 20px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .metric-row strong {
    grid-row: 1 / 3;
    grid-column: 2;
  }

  .queue-panel {
    padding: 20px 14px;
  }

  .panel-heading > span,
  .lead-stage {
    display: none;
  }

  .lead-row {
    grid-template-columns: 43px 1fr 58px;
  }

  .privacy-grid article {
    min-height: 220px;
  }

  .privacy-grid h3 {
    margin-top: 45px;
  }

  .outreach-notice {
    margin-top: 20px;
  }

  .closing {
    width: 100%;
  }

  footer {
    grid-template-columns: 1fr;
  }

  .footer-links {
    display: grid;
    gap: 8px;
  }
}

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

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

  .reveal {
    opacity: 1;
    transform: none;
  }

  .hero-enter {
    animation: none;
  }
}
