:root {
  color-scheme: light;
  --sage: #64825a;
  --sage-dark: #496443;
  --forest: #273628;
  --ink: #1a1a1a;
  --black: #000000;
  --peach: #fee3c2;
  --canvas: #f7f2e9;
  --surface: #fffdf8;
  --surface-muted: #eee8dc;
  --border: #cfc8bb;
  --muted: #6d7069;
  --danger: #7f4038;
  --page: min(1180px, calc(100% - 56px));
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--canvas);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background-image: linear-gradient(rgba(39, 54, 40, 0.026) 1px, transparent 1px), linear-gradient(90deg, rgba(39, 54, 40, 0.026) 1px, transparent 1px);
  background-size: 64px 64px;
  content: "";
}
img { max-width: 100%; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 4px; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 2px solid var(--sage); outline-offset: 4px; }
.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  background: var(--forest);
  color: white;
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: relative;
  z-index: 20;
  display: flex;
  width: var(--page);
  min-height: 92px;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(39, 54, 40, 0.4);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--forest);
  text-decoration: none;
}
.brand img { border-radius: 50%; }
.brand span { font-size: 15px; font-weight: 400; letter-spacing: -0.02em; }
.brand strong { font-weight: 600; }
.site-header nav, .site-footer nav { display: flex; align-items: center; gap: 30px; }
.site-header nav a {
  color: var(--muted);
  font-size: 14px;
  text-decoration: none;
  transition: color 160ms ease;
}
.site-header nav a:hover, .site-header nav a[aria-current="page"] { color: var(--forest); }
.site-header nav .nav-action {
  padding: 9px 16px;
  border: 1px solid var(--forest);
  color: var(--forest);
}
.site-header nav .nav-action:hover { background: var(--forest); color: white; }

.hero {
  display: grid;
  width: var(--page);
  min-height: 740px;
  margin: 0 auto;
  grid-template-columns: minmax(0, 0.88fr) minmax(520px, 1.12fr);
  align-items: center;
  gap: 62px;
  padding: 88px 0 96px;
}
.eyebrow {
  display: flex;
  margin: 0;
  align-items: center;
  gap: 9px;
  color: var(--sage-dark);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.105em;
  line-height: 1.3;
  text-transform: uppercase;
}
.eyebrow > span { display: inline-block; width: 28px; height: 1px; background: currentColor; }
.eyebrow.light { color: rgba(255, 255, 255, 0.65); }
.hero h1, .support-hero h1, .document-aside h1 {
  margin: 22px 0 24px;
  color: var(--forest);
  font-family: var(--serif);
  font-size: clamp(3.9rem, 6.2vw, 6.4rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.91;
}
.hero h1 em, .support-hero h1 em, .document-aside h1 em {
  color: var(--sage);
  font-weight: 400;
}
.hero-intro {
  max-width: 580px;
  margin: 0;
  color: #4f554e;
  font-size: 18px;
  line-height: 1.65;
}
.hero-actions { display: flex; gap: 12px; margin-top: 34px; }
.button {
  display: inline-flex;
  min-height: 50px;
  padding: 0 20px;
  align-items: center;
  justify-content: center;
  gap: 22px;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { border-color: var(--forest); background: var(--forest); color: white; }
.button-primary:hover { background: var(--sage-dark); }
.button-secondary { border-color: var(--border); background: rgba(255,255,255,0.34); color: var(--forest); }
.button-secondary:hover { border-color: var(--forest); }
.hero-facts {
  display: grid;
  margin: 58px 0 0;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--border);
}
.hero-facts div { min-width: 0; padding: 18px 14px 0 0; }
.hero-facts div + div { padding-left: 14px; border-left: 1px solid var(--border); }
.hero-facts dt { margin-bottom: 5px; color: var(--muted); font-size: 11px; letter-spacing: 0.06em; text-transform: uppercase; }
.hero-facts dd { margin: 0; color: var(--forest); font-size: 13px; font-weight: 500; }

.product-stage {
  position: relative;
  min-height: 570px;
  padding: 54px 18px 54px 74px;
  isolation: isolate;
}
.product-stage::before {
  position: absolute;
  z-index: -2;
  inset: 0;
  border-radius: 52% 48% 48% 52% / 45% 55% 45% 55%;
  background: var(--peach);
  content: "";
  transform: rotate(-3deg);
}
.product-stage::after {
  position: absolute;
  z-index: -1;
  inset: 34px 14px 20px 40px;
  border: 1px solid rgba(39, 54, 40, 0.24);
  border-radius: 49% 51% 54% 46% / 54% 45% 55% 46%;
  content: "";
  transform: rotate(3deg);
}
.stage-orbit {
  position: absolute;
  top: 42px;
  right: 11px;
  width: 86px;
  height: 86px;
  border: 1px solid var(--forest);
  border-radius: 50%;
}
.stage-orbit::before, .stage-orbit::after {
  position: absolute;
  border-radius: 50%;
  content: "";
}
.stage-orbit::before { inset: 12px; border: 1px solid rgba(39,54,40,.45); }
.stage-orbit::after { top: 38px; left: 38px; width: 8px; height: 8px; background: var(--forest); }
.dialer-card {
  position: relative;
  width: min(100%, 475px);
  overflow: hidden;
  border: 1px solid var(--forest);
  border-radius: 2px;
  background: var(--surface);
  box-shadow: 0 28px 70px rgba(39,54,40,.17);
  transform: rotate(1.2deg);
}
.dialer-topbar {
  display: flex;
  min-height: 65px;
  padding: 10px 14px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--forest);
  background: rgba(247,242,233,.95);
}
.dialer-brand { display: flex; align-items: center; gap: 9px; }
.dialer-brand img { border-radius: 50%; }
.dialer-brand div { display: grid; gap: 1px; }
.dialer-brand strong { color: var(--forest); font-size: 13px; font-weight: 500; }
.dialer-brand span { color: var(--muted); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.operator-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--sage); box-shadow: 0 0 0 4px rgba(100,130,90,.14); }
.queue-toolbar { display: flex; padding: 12px 13px 7px; align-items: center; gap: 8px; }
.play-button, .mode-button, .prospect button {
  display: grid;
  flex: 0 0 auto;
  padding: 0;
  place-items: center;
  border: 0;
  border-radius: 50%;
  cursor: default;
}
.play-button { width: 35px; height: 35px; background: var(--forest); }
.play-button span { margin-left: 2px; border-top: 5px solid transparent; border-bottom: 5px solid transparent; border-left: 8px solid white; }
.mode-button { width: 35px; height: 35px; border: 1px solid var(--border); background: var(--surface); color: var(--forest); font-size: 10px; font-weight: 700; }
.queue-pill { display: flex; min-height: 35px; padding: 0 11px; align-items: center; gap: 8px; border: 1px solid var(--sage); border-radius: 20px; color: var(--forest); font-size: 11px; }
.queue-pill strong { display: grid; min-width: 20px; height: 20px; padding: 0 5px; place-items: center; border-radius: 10px; background: var(--peach); font-size: 10px; }
.route-pill { display: flex; min-height: 35px; margin-left: auto; padding: 0 11px; align-items: center; gap: 6px; border: 1px solid var(--border); border-radius: 5px; color: var(--forest); font-size: 10px; }
.route-pill span { color: var(--sage); font-size: 18px; }
.search-surface { margin: 0 13px 10px; padding: 10px 12px; border: 1px solid var(--border); color: #92958e; font-size: 10px; }
.search-surface span { display: inline-block; width: 8px; height: 8px; margin-right: 8px; border: 1px solid currentColor; border-radius: 50%; }
.prospect-list { display: grid; margin: 0; padding: 0 13px 13px; gap: 7px; list-style: none; }
.prospect {
  display: grid;
  min-height: 72px;
  padding: 10px;
  grid-template-columns: 25px minmax(0,1fr) auto 30px;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--border);
  background: white;
}
.prospect.active { border-color: var(--sage); box-shadow: inset 3px 0 var(--sage); }
.prospect.unavailable { opacity: .58; }
.prospect-index { color: var(--sage); font-family: var(--serif); font-size: 14px; }
.prospect-copy { display: grid; min-width: 0; gap: 3px; }
.prospect-copy strong { overflow: hidden; color: var(--forest); font-size: 12px; font-weight: 500; text-overflow: ellipsis; white-space: nowrap; }
.prospect-copy span { overflow: hidden; color: var(--muted); font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
.prospect-time { display: grid; gap: 1px; text-align: right; }
.prospect-time strong { color: var(--forest); font-size: 10px; font-weight: 500; }
.prospect-time span { color: var(--muted); font-size: 8px; }
.prospect button { width: 28px; height: 28px; background: var(--forest); color: white; }
.wait-label { color: var(--muted); font-size: 9px; }
.dialer-footer { display: grid; padding: 10px 13px; grid-template-columns: 1fr 1fr 1fr; border-top: 1px solid var(--border); background: var(--surface-muted); color: var(--muted); font-size: 9px; }
.dialer-footer span:nth-child(2) { text-align: center; }
.dialer-footer strong { color: var(--forest); }
.ready-state { display: flex; justify-content: flex-end; align-items: center; gap: 5px; color: var(--forest); }
.ready-state i { width: 6px; height: 6px; border-radius: 50%; background: var(--sage); }
.call-note {
  position: absolute;
  right: 8px;
  bottom: 16px;
  display: grid;
  width: 235px;
  padding: 18px 20px;
  gap: 8px;
  border: 1px solid var(--forest);
  background: var(--forest);
  color: white;
  box-shadow: 0 16px 40px rgba(39,54,40,.2);
  transform: rotate(-2deg);
}
.call-note-kicker { color: var(--peach); font-size: 9px; letter-spacing: .09em; text-transform: uppercase; }
.call-note strong { font-family: var(--serif); font-size: 17px; font-weight: 400; line-height: 1.25; }
.call-note-rule { width: 44px; height: 1px; margin-top: 5px; background: var(--sage); }

.manifesto {
  display: grid;
  min-height: 385px;
  padding: 78px max(28px, calc((100% - 1180px) / 2));
  place-content: center;
  border-top: 1px solid rgba(39,54,40,.3);
  border-bottom: 1px solid rgba(39,54,40,.3);
  background: var(--peach);
  text-align: center;
}
.manifesto p { margin: 0 0 14px; color: var(--sage-dark); font-size: 12px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.manifesto blockquote { max-width: 1040px; margin: 0; color: var(--forest); font-family: var(--serif); font-size: clamp(2.5rem, 5vw, 5.1rem); letter-spacing: -.045em; line-height: 1.02; }

.section { width: var(--page); margin: 0 auto; }
.workflow { padding: 130px 0 140px; }
.section-heading { display: grid; grid-template-columns: .75fr 1.25fr; align-items: start; gap: 50px; }
.section-heading h2, .focus-copy h2, .closing h2, .support-detail h2 {
  margin: -10px 0 0;
  color: var(--forest);
  font-family: var(--serif);
  font-size: clamp(2.8rem, 5vw, 5.4rem);
  font-weight: 400;
  letter-spacing: -.05em;
  line-height: .98;
}
.workflow-grid { display: grid; margin-top: 94px; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--forest); }
.workflow-grid article { position: relative; min-height: 390px; padding: 25px 30px 34px 0; }
.workflow-grid article + article { padding-left: 30px; border-left: 1px solid var(--border); }
.step-number { color: var(--sage); font-family: var(--serif); font-size: 15px; }
.step-mark { height: 112px; margin: 38px 0 34px; }
.sheet-mark { display: grid; width: 112px; grid-template-columns: repeat(3, 1fr); grid-template-rows: repeat(2, 1fr); border: 1px solid var(--forest); }
.sheet-mark i { border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.sheet-mark i:nth-child(3n) { border-right: 0; }
.sheet-mark i:nth-child(n+4) { border-bottom: 0; }
.sheet-mark i:first-child { background: var(--sage); }
.call-mark { position: relative; width: 112px; border: 1px solid var(--forest); border-radius: 50%; }
.call-mark i { position: absolute; inset: 16px; border: 1px solid var(--border); border-radius: 50%; }
.call-mark b { position: absolute; top: 50%; left: 50%; width: 13px; height: 13px; border-radius: 50%; background: var(--sage); transform: translate(-50%,-50%); }
.outcome-mark { display: grid; width: 140px; align-content: center; gap: 11px; }
.outcome-mark i { display: block; width: 100%; height: 1px; background: var(--border); }
.outcome-mark i::before { display: block; width: 11px; height: 11px; border: 1px solid var(--sage); border-radius: 50%; background: var(--canvas); content: ""; transform: translateY(-5px); }
.outcome-mark i:nth-child(2)::before { margin-left: 40px; background: var(--sage); }
.workflow-grid h3, .safety-grid h3, .help-cards h3 { margin: 0 0 12px; color: var(--forest); font-size: 19px; font-weight: 500; letter-spacing: -.02em; }
.workflow-grid p, .safety-grid p, .help-cards p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.65; }

.focus-section {
  position: relative;
  display: grid;
  width: 100%;
  min-height: 760px;
  padding: 110px max(28px, calc((100% - 1180px) / 2));
  grid-template-columns: minmax(0, 1fr) minmax(390px, .85fr);
  align-items: center;
  gap: 100px;
  overflow: hidden;
  background: var(--forest);
  color: white;
}
.focus-section::before { position: absolute; top: -170px; right: -140px; width: 580px; height: 580px; border: 1px solid rgba(254,227,194,.25); border-radius: 50%; content: ""; }
.focus-section::after { position: absolute; right: 40%; bottom: -280px; width: 520px; height: 520px; border: 1px solid rgba(254,227,194,.12); border-radius: 50%; content: ""; }
.focus-copy, .conversation-card { position: relative; z-index: 1; }
.focus-copy h2, .support-detail h2 { margin-top: 22px; color: white; }
.focus-copy > p:not(.eyebrow) { max-width: 650px; margin: 28px 0 0; color: rgba(255,255,255,.64); font-size: 17px; line-height: 1.7; }
.focus-list { display: grid; margin: 42px 0 0; padding: 0; gap: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.22); }
.focus-list li { display: grid; min-height: 56px; padding: 14px 0; grid-template-columns: 44px 1fr; align-items: center; border-bottom: 1px solid rgba(255,255,255,.16); font-size: 14px; }
.focus-list span { color: var(--peach); font-family: var(--serif); }
.conversation-card { display: grid; max-width: 440px; min-height: 505px; padding: 34px; justify-items: center; border: 1px solid var(--peach); background: var(--surface); color: var(--ink); box-shadow: 0 30px 80px rgba(0,0,0,.24); }
.conversation-state { justify-self: stretch; color: var(--sage-dark); font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.conversation-state i { display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: var(--sage); }
.conversation-avatar { display: grid; width: 84px; height: 84px; margin-top: 22px; place-items: center; border: 1px solid var(--sage); border-radius: 50%; background: var(--peach); color: var(--forest); font-family: var(--serif); font-size: 26px; }
.conversation-card h3 { margin: 18px 0 2px; color: var(--forest); font-family: var(--serif); font-size: 29px; font-weight: 400; }
.conversation-card > p { margin: 0; color: var(--muted); font-size: 13px; }
.timer { margin: 24px 0 20px; color: var(--forest); font-family: var(--serif); font-size: 31px; letter-spacing: .03em; }
.conversation-details { display: grid; width: 100%; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.conversation-details div { display: grid; padding: 13px 10px; gap: 3px; }
.conversation-details div + div { border-left: 1px solid var(--border); }
.conversation-details span { color: var(--muted); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.conversation-details strong { color: var(--forest); font-size: 12px; font-weight: 500; }
.conversation-card button { width: 100%; min-height: 44px; margin-top: 22px; border: 1px solid #b8928c; background: transparent; color: var(--danger); font-size: 12px; }

.safety { padding: 130px 0 145px; }
.section-heading.compact { grid-template-columns: .6fr 1fr 1fr; }
.section-heading.compact h2 { font-size: clamp(2.5rem, 4.2vw, 4.4rem); }
.section-heading.compact > p:last-child { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.7; }
.safety-grid { display: grid; margin-top: 76px; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--forest); border-bottom: 1px solid var(--forest); }
.safety-grid article { padding: 28px 24px 36px 0; }
.safety-grid article + article { padding-left: 24px; border-left: 1px solid var(--border); }
.safety-icon { display: grid; width: 48px; height: 48px; margin-bottom: 46px; place-items: center; border: 1px solid var(--sage); border-radius: 50%; color: var(--sage-dark); font-family: var(--serif); font-size: 21px; }
.safety-grid h3 { font-size: 17px; }
.safety-grid p { font-size: 14px; }

.closing { display: grid; min-height: 600px; padding: 112px 20px; place-items: center; align-content: center; border-top: 1px solid var(--border); text-align: center; }
.closing img { margin-bottom: 22px; border-radius: 50%; box-shadow: 0 14px 38px rgba(39,54,40,.12); }
.closing h2 { margin: 22px 0 18px; font-size: clamp(3rem, 5.3vw, 5.5rem); }
.closing > p:not(.eyebrow) { margin: 0 0 30px; color: var(--muted); }

.site-footer {
  display: grid;
  width: var(--page);
  min-height: 210px;
  margin: 0 auto;
  grid-template-columns: 1fr 1fr auto;
  grid-template-rows: 1fr auto;
  align-items: center;
  gap: 24px 40px;
  border-top: 1px solid var(--forest);
}
.site-footer p { margin: 0; color: var(--muted); font-family: var(--serif); font-size: 18px; font-style: italic; }
.site-footer nav { justify-self: end; }
.site-footer nav a { color: var(--forest); font-size: 13px; }
.site-footer small { grid-column: 1 / -1; padding: 18px 0; border-top: 1px solid var(--border); color: var(--muted); font-size: 11px; }

/* Legal and support pages */
.document-page, .support-page { background: var(--canvas); }
.document-shell { display: grid; width: var(--page); margin: 0 auto; grid-template-columns: minmax(260px,.65fr) minmax(0,1.35fr); gap: 100px; padding: 88px 0 130px; }
.document-aside { position: sticky; top: 35px; align-self: start; }
.document-aside h1 { margin-top: 20px; font-size: clamp(3rem,5vw,5.1rem); }
.document-aside > p:last-of-type { color: var(--muted); font-size: 13px; }
.document-aside nav { display: grid; margin-top: 44px; border-top: 1px solid var(--border); }
.document-aside nav a { padding: 11px 0; border-bottom: 1px solid var(--border); color: var(--muted); font-size: 13px; text-decoration: none; }
.document-aside nav a:hover { color: var(--forest); }
.document-content { border-top: 1px solid var(--forest); }
.document-content section { position: relative; padding: 55px 0 60px 70px; border-bottom: 1px solid var(--border); }
.document-number { position: absolute; top: 60px; left: 0; color: var(--sage); font-family: var(--serif); font-size: 16px; }
.document-content h2 { margin: 0 0 28px; color: var(--forest); font-family: var(--serif); font-size: 36px; font-weight: 400; letter-spacing: -.025em; }
.document-content h3 { margin: 30px 0 8px; color: var(--forest); font-size: 16px; font-weight: 600; }
.document-content p, .document-content li { max-width: 760px; color: #535850; font-size: 16px; line-height: 1.75; }
.document-content p { margin: 0 0 15px; }
.document-content ul { display: grid; margin: 0 0 20px; padding-left: 21px; gap: 8px; }
.document-content a { color: var(--sage-dark); }
.document-footer { margin-top: 0; }

.support-hero { display: grid; width: var(--page); min-height: 550px; margin: 0 auto; padding: 86px 0 100px; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 80px; }
.support-hero h1 { font-size: clamp(3.5rem,6vw,6.4rem); }
.support-hero > div > p:last-child { max-width: 540px; margin: 0; color: var(--muted); font-size: 18px; }
.support-contact-card { position: relative; display: grid; min-height: 245px; padding: 30px; align-content: space-between; border: 1px solid var(--forest); background: var(--peach); text-decoration: none; transition: transform 180ms ease, box-shadow 180ms ease; }
.support-contact-card:hover { transform: translateY(-5px); box-shadow: 0 18px 44px rgba(39,54,40,.12); }
.support-contact-card span { color: var(--sage-dark); font-size: 11px; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; }
.support-contact-card strong { max-width: 320px; color: var(--forest); font-family: var(--serif); font-size: 28px; font-weight: 400; line-height: 1.18; }
.support-contact-card i { position: absolute; right: 26px; bottom: 23px; color: var(--forest); font-size: 22px; font-style: normal; }
.getting-started { padding: 100px 0 120px; border-top: 1px solid var(--forest); }
.setup-steps { display: grid; margin: 75px 0 0; padding: 0; grid-template-columns: repeat(4,1fr); list-style: none; border-top: 1px solid var(--border); }
.setup-steps li { min-height: 245px; padding: 23px 22px 25px 0; }
.setup-steps li + li { padding-left: 22px; border-left: 1px solid var(--border); }
.setup-steps li > span { display: block; margin-bottom: 70px; color: var(--sage); font-family: var(--serif); }
.setup-steps strong { display: block; margin-bottom: 10px; color: var(--forest); font-size: 16px; }
.setup-steps p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.help-grid { padding: 110px 0 130px; border-top: 1px solid var(--forest); }
.help-cards { display: grid; margin-top: 75px; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--border); border-left: 1px solid var(--border); }
.help-cards article { min-height: 290px; padding: 25px; border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); background: rgba(255,253,248,.44); }
.help-index { display: grid; width: 40px; height: 40px; margin-bottom: 52px; place-items: center; border: 1px solid var(--sage); border-radius: 50%; color: var(--sage-dark); font-family: var(--serif); }
.help-cards h3 { font-size: 17px; }
.help-cards p { font-size: 14px; }
.support-detail { position: relative; display: grid; width: 100%; min-height: 620px; padding: 105px max(28px,calc((100% - 1180px)/2)); grid-template-columns: 1fr 1fr; gap: 80px 100px; background: var(--forest); color: white; }
.support-detail h2 { margin-top: 22px; font-size: clamp(2.8rem,4.8vw,5rem); }
.support-detail ul { display: grid; margin: 0; padding: 0; align-content: start; list-style: none; border-top: 1px solid rgba(255,255,255,.25); }
.support-detail li { display: grid; min-height: 72px; padding: 15px 0; grid-template-columns: 45px 1fr; align-items: center; border-bottom: 1px solid rgba(255,255,255,.16); color: rgba(255,255,255,.82); font-size: 14px; }
.support-detail li span { color: var(--peach); font-family: var(--serif); }
.privacy-reminder { grid-column: 1 / -1; display: grid; padding: 24px 0 0; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--sage); }
.privacy-reminder strong { color: var(--peach); font-family: var(--serif); font-size: 25px; font-weight: 400; }
.privacy-reminder p { margin: 0; color: rgba(255,255,255,.6); font-size: 14px; }

.not-found-page { min-height: 100vh; }
.not-found-page main { display: grid; width: min(680px,calc(100% - 40px)); min-height: 100vh; margin: 0 auto; place-items: center; align-content: center; text-align: center; }
.not-found-page img { margin-bottom: 22px; border-radius: 50%; }
.not-found-page h1 { margin: 20px 0 10px; color: var(--forest); font-family: var(--serif); font-size: clamp(2.8rem,6vw,5rem); font-weight: 400; letter-spacing: -.04em; line-height: 1; }
.not-found-page main > p:not(.eyebrow) { margin: 0 0 30px; color: var(--muted); }

.reveal-ready .section, .reveal-ready .manifesto { opacity: 0; transform: translateY(24px); transition: opacity 700ms ease, transform 700ms cubic-bezier(.2,.75,.2,1); }
.reveal-ready .section.is-visible, .reveal-ready .manifesto.is-visible { opacity: 1; transform: none; }
.reveal-all .section, .reveal-all .manifesto { opacity: 1; transform: none; }

@media (max-width: 1060px) {
  :root { --page: min(100% - 40px, 900px); }
  .hero { grid-template-columns: 1fr; gap: 30px; padding-top: 70px; }
  .hero-copy { max-width: 760px; }
  .product-stage { width: min(100%,650px); margin: 0 auto; }
  .focus-section { grid-template-columns: 1fr 390px; gap: 50px; }
  .section-heading, .section-heading.compact { grid-template-columns: 1fr 1.2fr; }
  .section-heading.compact > p:last-child { grid-column: 2; }
  .safety-grid { grid-template-columns: 1fr 1fr; }
  .safety-grid article:nth-child(3) { border-left: 0; border-top: 1px solid var(--border); }
  .safety-grid article:nth-child(4) { border-top: 1px solid var(--border); }
  .document-shell { gap: 55px; }
  .support-hero { grid-template-columns: 1fr 350px; gap: 45px; }
  .help-cards { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  :root { --page: calc(100% - 32px); }
  .site-header { min-height: 74px; }
  .site-header nav { gap: 12px; }
  .site-header nav a:not(.nav-action) { display: none; }
  .site-header nav .nav-action { padding: 7px 12px; }
  .hero { min-height: 0; padding: 64px 0 76px; }
  .hero h1, .support-hero h1 { font-size: clamp(3.2rem,15vw,5rem); }
  .hero-intro { font-size: 17px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .hero-facts { grid-template-columns: 1fr; margin-top: 45px; }
  .hero-facts div { padding: 12px 0; }
  .hero-facts div + div { padding-left: 0; border-top: 1px solid var(--border); border-left: 0; }
  .product-stage { min-height: 490px; padding: 36px 11px 56px 20px; }
  .dialer-card { transform: none; }
  .stage-orbit { display: none; }
  .call-note { right: -3px; bottom: 6px; width: 205px; }
  .prospect { grid-template-columns: 22px minmax(0,1fr) 30px; }
  .prospect-time { display: none; }
  .route-pill { display: none; }
  .manifesto { min-height: 330px; padding: 60px 20px; }
  .workflow { padding: 90px 0 100px; }
  .section-heading, .section-heading.compact { grid-template-columns: 1fr; gap: 34px; }
  .section-heading.compact > p:last-child { grid-column: auto; }
  .section-heading h2, .focus-copy h2, .closing h2 { margin: 0; }
  .workflow-grid { margin-top: 60px; grid-template-columns: 1fr; }
  .workflow-grid article { min-height: 0; padding: 24px 0 48px; }
  .workflow-grid article + article { padding-left: 0; border-top: 1px solid var(--border); border-left: 0; }
  .step-mark { height: 88px; margin: 28px 0; }
  .sheet-mark, .call-mark { width: 88px; }
  .focus-section { min-height: 0; padding: 88px 20px; grid-template-columns: 1fr; gap: 60px; }
  .conversation-card { width: 100%; min-height: 470px; padding: 26px 20px; }
  .safety { padding: 90px 0; }
  .safety-grid { margin-top: 55px; grid-template-columns: 1fr; }
  .safety-grid article, .safety-grid article + article { padding: 26px 0 34px; border-top: 1px solid var(--border); border-left: 0; }
  .safety-grid article:first-child { border-top: 0; }
  .safety-icon { margin-bottom: 26px; }
  .closing { min-height: 530px; padding-inline: 0; }
  .site-footer { padding-top: 44px; grid-template-columns: 1fr; grid-template-rows: auto; gap: 22px; }
  .site-footer nav { justify-self: start; gap: 22px; }
  .site-footer small { grid-column: auto; width: 100%; margin-top: 20px; }
  .document-shell { grid-template-columns: 1fr; gap: 55px; padding-top: 60px; }
  .document-aside { position: static; }
  .document-aside nav { display: none; }
  .document-content section { padding: 44px 0 48px 42px; }
  .document-number { top: 48px; }
  .document-content h2 { font-size: 30px; }
  .support-hero { min-height: 0; padding: 64px 0 90px; grid-template-columns: 1fr; align-items: start; gap: 50px; }
  .support-contact-card { min-height: 215px; }
  .getting-started, .help-grid { padding: 80px 0 90px; }
  .setup-steps { grid-template-columns: 1fr; margin-top: 55px; }
  .setup-steps li, .setup-steps li + li { min-height: 0; padding: 23px 0 34px; border-top: 1px solid var(--border); border-left: 0; }
  .setup-steps li:first-child { border-top: 0; }
  .setup-steps li > span { margin-bottom: 28px; }
  .help-cards { grid-template-columns: 1fr; margin-top: 55px; }
  .help-cards article { min-height: 250px; }
  .support-detail { min-height: 0; padding: 85px 20px; grid-template-columns: 1fr; gap: 55px; }
  .privacy-reminder { grid-template-columns: 1fr; gap: 14px; }
}

@media (max-width: 420px) {
  .brand span { font-size: 14px; }
  .hero h1, .support-hero h1 { font-size: 3.05rem; }
  .product-stage { margin-left: -4px; margin-right: -4px; }
  .dialer-card { width: calc(100% + 8px); }
  .conversation-details { grid-template-columns: 1fr; }
  .conversation-details div + div { border-top: 1px solid var(--border); border-left: 0; }
  .document-aside h1 { font-size: 3rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
