:root {
  --paper: #f8f7f3;
  --ink: #242b29;
  --muted: #69706b;
  --line: #dedfd7;
  --accent: #d3532c;
  --sage: #e9eee5;
  --white: #fff;
  --radius: 18px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
  cursor: pointer;
}
button,
a,
summary {
  -webkit-tap-highlight-color: transparent;
}
button:focus-visible,
a:focus-visible,
summary:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 5px;
}
button:disabled {
  cursor: default;
}
img {
  display: block;
}
p,
h1,
h2,
h3,
blockquote {
  margin: 0;
}
button {
  color: inherit;
}
::selection {
  background: #f1c4ac;
}
.wrap {
  max-width: 1320px;
  margin: auto;
  padding-left: 48px;
  padding-right: 48px;
}
.skip-link {
  position: fixed;
  top: -80px;
  left: 16px;
  background: var(--ink);
  color: white;
  padding: 12px;
  z-index: 100;
}
.skip-link:focus {
  top: 10px;
}
.site-header {
  height: 92px;
  max-width: 1440px;
  margin: auto;
  padding: 0 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  gap: 30px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
  font-size: 21px;
  letter-spacing: -0.8px;
  font-weight: 600;
}
.brand-eq {
  color: var(--accent);
  font-weight: 400;
}
.site-header nav {
  display: flex;
  gap: 27px;
  align-items: center;
  font-size: 13px;
}
.site-header nav > a:not(.button):hover,
.text-link:hover {
  color: var(--accent);
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  background: var(--ink);
  color: white;
  border: 1px solid var(--ink);
  padding: 17px 22px;
  border-radius: 7px;
  font-size: 14px;
  line-height: 1.2;
  transition:
    background 0.2s,
    transform 0.2s;
}
.button:hover {
  background: #3e4a43;
  transform: translateY(-2px);
}
.button > span {
  font-size: 20px;
  line-height: 0.8;
}
.button.small {
  font-size: 12px;
  padding: 13px 17px;
  gap: 15px;
}
.menu-toggle {
  display: none;
}
.hero {
  padding-top: 70px;
}
.eyebrow {
  font-size: 10px;
  letter-spacing: 1.8px;
  font-weight: 600;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 9px;
}
.status-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #647c52;
  border-radius: 50%;
  flex-shrink: 0;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.65fr 1fr;
  align-items: end;
  gap: 45px;
  margin-top: 27px;
  margin-bottom: 57px;
}
h1 {
  font-size: clamp(48px, 5.3vw, 76px);
  line-height: 1.04;
  font-weight: 500;
  letter-spacing: -4.5px;
}
em {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -3px;
  color: var(--accent);
}
.hero-copy {
  padding-bottom: 1px;
}
.hero-copy > p:first-child {
  font-size: 16px;
  line-height: 1.8;
  color: var(--muted);
  max-width: 380px;
  margin-bottom: 24px;
}
.micro {
  font-size: 10px;
  letter-spacing: 0.4px;
  color: var(--muted);
  margin-top: 15px;
}
.product-frame {
  border: 1px solid #cfd3c8;
  border-radius: var(--radius);
  overflow: hidden;
  background: white;
  box-shadow: 0 14px 38px -27px #40503940;
  scroll-margin-top: 28px;
}
.app-topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f0f2eb;
  border-bottom: 1px solid var(--line);
  padding: 15px 22px;
  font-size: 11px;
}
.workspace-label {
  display: flex;
  align-items: center;
  gap: 12px;
}
.workspace-label strong {
  font-size: 12px;
}
.divider {
  width: 1px;
  height: 15px;
  background: #cdd2c5;
  margin: 0 3px;
}
.sample-label {
  border: 1px solid #cdd3c6;
  padding: 5px 8px;
  border-radius: 4px;
  color: #55664d;
  font-size: 9px;
  letter-spacing: 0.3px;
}
.app-layout {
  display: grid;
  grid-template-columns: 195px minmax(0, 1fr) 223px;
  min-height: 435px;
}
.app-sidebar {
  padding: 25px 14px;
  background: #fafbf7;
  border-right: 1px solid var(--line);
  position: relative;
}
.tiny-label {
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 1.15px;
  color: #717b6c;
}
.app-sidebar > .tiny-label {
  padding-left: 8px;
}
.meeting-tile {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 22px;
  background: #e9eee3;
  padding: 12px 10px;
  border: 1px solid #dce3d5;
  border-radius: 6px;
}
.tile-icon {
  font-size: 17px;
  color: #5d7450;
}
.meeting-tile strong {
  display: block;
  font-size: 10px;
}
.meeting-tile div > span {
  display: block;
  font-size: 9px;
  color: var(--muted);
  margin-top: 5px;
}
.sidebar-line {
  padding: 15px 8px 0;
  font-size: 10px;
  color: #506548;
}
.muted {
  color: #86907f;
}
.sidebar-note {
  position: absolute;
  bottom: 65px;
  left: 23px;
  font-size: 10px;
  line-height: 1.7;
  color: #7b8474;
  display: flex;
  align-items: baseline;
  gap: 8px;
}
.example-note {
  position: absolute;
  bottom: 22px;
  left: 23px;
  font-size: 9px;
  color: #798271;
}
.meeting-content {
  padding: 29px 27px 22px;
  min-width: 0;
}
.meeting-heading {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  align-items: center;
}
.meeting-heading h2 {
  font-size: 23px;
  font-weight: 500;
  letter-spacing: -0.7px;
  margin: 10px 0;
}
.meeting-heading div > p:last-child {
  font-size: 10px;
  color: #6f7771;
}
.meeting-heading div > p:last-child span {
  margin: 0 6px;
}
.complete-badge {
  font-size: 9px;
  color: #527149;
  white-space: nowrap;
  background: #f1f5ee;
  padding: 6px 8px;
  border-radius: 4px;
}
.tabs {
  display: flex;
  border-bottom: 1px solid var(--line);
  margin-top: 25px;
  gap: 24px;
}
.tabs button {
  padding: 0 0 13px;
  border: none;
  background: none;
  color: #717871;
  font-size: 11px;
  border-bottom: 2px solid transparent;
}
.tabs button[aria-selected="true"] {
  color: var(--ink);
  border-color: var(--ink);
  font-weight: 600;
}
.tabs button span {
  border: 1px solid #dce0d5;
  padding: 1px 4px;
  font-size: 8px;
  border-radius: 3px;
  margin-left: 3px;
}
.panel {
  padding-top: 23px;
  min-height: 230px;
}
[hidden] {
  display: none !important;
}
.section-kicker {
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 13px;
}
.section-kicker > span {
  color: #79916a;
  margin-right: 5px;
}
.summary-text {
  font-size: 12px;
  line-height: 1.85;
  color: #626b61;
}
mark {
  background: #e9eedf;
  color: #3b4a32;
  padding: 2px 0;
  box-decoration-break: clone;
}
.signal-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 22px;
}
.signal-grid article {
  position: relative;
  border: 1px solid #e1e4dc;
  border-radius: 6px;
  padding: 14px;
}
.signal-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  vertical-align: middle;
}
.green {
  background: #789267;
}
.orange {
  background: #d98848;
}
.signal-grid article > .signal-dot {
  position: absolute;
  top: 16px;
  right: 13px;
}
.signal-grid article > p {
  font-size: 9px;
  color: #737e6d;
  margin-bottom: 9px;
}
.signal-grid strong {
  display: block;
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 8px;
}
.signal-grid article > span:not(.signal-dot) {
  font-size: 10px;
  line-height: 1.5;
  color: #747b70;
  display: block;
}
.source-link {
  display: block;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #aeba9f;
  color: #596f49;
  font-size: 9px;
  padding: 0 0 3px;
  margin-top: 13px;
}
.source-link:hover {
  color: var(--accent);
  border-color: var(--accent);
}
.context-rail {
  border-left: 1px solid var(--line);
  padding: 31px 24px;
  position: relative;
  background: #f4f5ee;
}
.rail-symbol {
  color: #748968;
  font-size: 32px;
  margin-bottom: 25px;
}
.context-rail h3 {
  font-family: Georgia, serif;
  font-size: 21px;
  line-height: 1.3;
  font-weight: 400;
  letter-spacing: -0.6px;
  margin: 16px 0;
}
.context-rail > p:not(.tiny-label) {
  font-size: 11px;
  line-height: 1.85;
  color: #747d6c;
}
.rail-bottom {
  margin-top: 28px;
  font-size: 9px;
  color: #78876b;
}
.rail-bottom span {
  margin-right: 5px;
}
.app-bottom {
  display: flex;
  justify-content: space-between;
  padding: 13px 22px;
  font-size: 9px;
  color: #7b8472;
  border-top: 1px solid var(--line);
  background: #fafbf7;
}
.app-bottom .status-dot {
  width: 4px;
  height: 4px;
  margin-right: 5px;
}
.after-preview {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 26px 2px 0;
  gap: 30px;
}
.after-preview > span {
  font-size: 8px;
  line-height: 1.7;
  letter-spacing: 1px;
  color: #7d8478;
}
.after-preview > div {
  display: flex;
  gap: 35px;
  color: #75806e;
  font-size: 12px;
}
.why-section {
  padding-top: 123px;
  padding-bottom: 107px;
}
.why-section h2 {
  font-size: 37px;
  line-height: 1.33;
  letter-spacing: -1.65px;
  font-weight: 400;
  max-width: 1000px;
  margin: 26px 0 54px;
}
.why-section h2 span {
  color: #959c90;
}
.principles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 42px;
}
.principles article + article {
  border-left: 1px solid var(--line);
  padding-left: 42px;
}
.principle-visual {
  height: 158px;
  position: relative;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.rings i {
  position: absolute;
  border: 1px solid #ced5c5;
  width: 102px;
  height: 102px;
  border-radius: 50%;
}
.rings i:nth-child(2) {
  width: 140px;
  height: 140px;
  border-style: dashed;
}
.rings i:nth-child(3) {
  width: 66px;
  height: 66px;
  background: #e8eddf;
  border: 0;
}
.rings b {
  font-family: Georgia, serif;
  font-size: 78px;
  height: 53px;
  color: #768c62;
  z-index: 1;
  font-weight: 400;
}
.signals {
  gap: 9px;
}
.signals i {
  width: 10px;
  background: #ced8c3;
  border-radius: 5px;
  height: 44px;
}
.signals i:nth-child(2n) {
  height: 85px;
  background: #a3b694;
}
.signals i:nth-child(3n) {
  height: 115px;
  background: #6e8b5c;
}
.signals i:nth-child(4n) {
  height: 65px;
}
.connection b {
  display: grid;
  place-items: center;
  border-radius: 13px;
  background: #e8eddf;
  border: 1px solid #c9d4bd;
  width: 66px;
  height: 66px;
  font-size: 40px;
  font-weight: 400;
  color: #789266;
}
.connection i {
  width: 35px;
  border-top: 1px dashed #9bae8c;
}
.connection > span {
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 25px;
  color: #5f7750;
  border-bottom: 1px solid #a3b694;
  padding-bottom: 4px;
}
.principles h3 {
  font-size: 19px;
  font-weight: 500;
  letter-spacing: -0.5px;
  margin: 13px 0;
}
.principles p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.85;
  max-width: 330px;
}
.workflow-section {
  background: #e9eee4;
  border-top: 1px solid #dce3d5;
  border-bottom: 1px solid #dce3d5;
  padding: 84px 0;
}
.workflow-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 100px;
}
.workflow-intro h2,
.faq-section h2 {
  font-size: 46px;
  line-height: 1.13;
  letter-spacing: -2px;
  font-weight: 400;
  margin: 22px 0;
}
.workflow-intro > p:not(.eyebrow) {
  font-size: 14px;
  line-height: 1.85;
  color: #737c6c;
  max-width: 310px;
}
.text-link {
  display: inline-flex;
  gap: 22px;
  border-bottom: 1px solid #859676;
  padding-bottom: 7px;
  margin-top: 25px;
  font-size: 12px;
}
.workflow-steps article {
  display: flex;
  gap: 23px;
  padding: 0 0 29px;
  margin-bottom: 29px;
  border-bottom: 1px solid #cad4c0;
}
.workflow-steps article:last-child {
  border: 0;
  margin: 0;
  padding-bottom: 0;
}
.workflow-steps article > span {
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 22px;
  color: #81936f;
}
.workflow-steps h3 {
  font-size: 20px;
  letter-spacing: -0.6px;
  font-weight: 400;
  margin-bottom: 11px;
}
.workflow-steps p {
  font-size: 13px;
  line-height: 1.8;
  color: #697561;
}
.faq-section {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 90px;
  padding-top: 104px;
  padding-bottom: 92px;
}
.faqs {
  border-top: 1px solid var(--line);
}
details {
  border-bottom: 1px solid var(--line);
  padding: 23px 0;
}
summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  list-style: none;
  cursor: pointer;
  font-size: 15px;
  line-height: 1.4;
}
summary::-webkit-details-marker {
  display: none;
}
summary span {
  font-size: 20px;
  color: #909a87;
  transition: transform 0.2s;
}
details[open] summary span {
  transform: rotate(45deg);
}
details > p {
  font-size: 13px;
  line-height: 1.9;
  color: var(--muted);
  padding-top: 17px;
  max-width: 560px;
}
.closing {
  border-top: 1px solid var(--line);
  text-align: center;
  padding-top: 51px;
  padding-bottom: 75px;
}
.closing-mark {
  font:
    90px/0.8 Georgia,
    serif;
  color: #9aab87;
  height: 50px;
}
.closing .eyebrow {
  justify-content: center;
  margin-top: 23px;
}
.closing h2 {
  font-size: 59px;
  line-height: 1.09;
  letter-spacing: -2.8px;
  font-weight: 400;
  margin: 23px 0 29px;
}
.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid var(--line);
  padding-top: 27px;
  padding-bottom: 27px;
}
.site-footer .brand {
  font-size: 18px;
}
.site-footer p,
.site-footer > span {
  font-size: 10px;
  color: #78806f;
}
.transcript-row {
  display: flex;
  gap: 12px;
  padding: 12px 9px;
  border-radius: 5px;
  transition: background 0.3s;
}
.transcript-row.highlight {
  background: #eff2e9;
}
.avatar {
  display: grid;
  place-items: center;
  background: #e9e7d9;
  color: #7f795d;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  font-size: 9px;
}
.avatar.alternate {
  background: #e0e9dc;
  color: #657a57;
}
.transcript-row p {
  display: flex;
  gap: 10px;
  font-size: 10px;
  align-items: center;
}
.transcript-row time {
  font-size: 9px;
  color: #8a9284;
}
.transcript-row blockquote {
  font-size: 11px;
  line-height: 1.75;
  color: #6e7865;
  margin-top: 7px;
}
.action-row {
  display: flex;
  align-items: start;
  gap: 13px;
  padding: 14px 0;
  border-bottom: 1px solid #e8ebe1;
}
.action-number {
  font-family: Georgia, serif;
  font-style: italic;
  color: #80916f;
  font-size: 16px;
}
.action-row strong {
  font-size: 11px;
  font-weight: 600;
}
.action-row p {
  font-size: 10px;
  line-height: 1.65;
  color: #737e6a;
  margin-top: 6px;
}
.action-tag {
  margin-left: auto;
  flex-shrink: 0;
  border: 1px solid #dfe5d5;
  font-size: 8px;
  border-radius: 3px;
  padding: 4px 5px;
  color: #748466;
}
.example-caption {
  font-size: 9px;
  color: #858d7e;
  margin-top: 16px;
}
@media (min-width: 1500px) {
  .wrap {
    max-width: 1410px;
  }
  .site-header {
    max-width: 1530px;
  }
  h1 {
    font-size: 83px;
  }
  .app-layout {
    grid-template-columns: 210px minmax(0, 1fr) 247px;
  }
  .meeting-content {
    padding: 33px;
  }
  .hero-grid {
    grid-template-columns: 1.7fr 1fr;
  }
  .hero {
    padding-top: 84px;
  }
  .product-frame {
    margin-top: 15px;
  }
}
@media (max-width: 1100px) {
  .site-header {
    padding: 0 30px;
    gap: 20px;
  }
  .site-header nav {
    gap: 19px;
    font-size: 12px;
  }
  .site-header nav > a:first-child {
    display: none;
  }
  .wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
  .hero-grid {
    gap: 28px;
    grid-template-columns: 1.5fr 1fr;
  }
  h1 {
    font-size: 59px;
    letter-spacing: -3px;
  }
  .hero-copy > p:first-child {
    font-size: 14px;
  }
  .context-rail {
    display: none;
  }
  .app-layout {
    grid-template-columns: 180px minmax(0, 1fr);
  }
  .meeting-content {
    padding: 28px;
  }
  .principles {
    gap: 28px;
  }
  .principles article + article {
    padding-left: 28px;
  }
  .workflow-grid {
    gap: 60px;
  }
  .faq-section {
    gap: 50px;
  }
  .why-section h2 {
    font-size: 33px;
  }
  .after-preview > div {
    gap: 25px;
  }
}
@media (max-width: 760px) {
  html {
    scroll-padding-top: 25px;
  }
  .site-header {
    height: 76px;
    padding: 0 22px;
    position: relative;
  }
  .brand {
    font-size: 19px;
    letter-spacing: -0.8px;
  }
  .brand img {
    width: 29px;
    height: 29px;
  }
  .menu-toggle {
    display: flex;
    align-items: center;
    gap: 10px;
    background: none;
    border: 1px solid var(--line);
    padding: 9px 10px;
    border-radius: 5px;
    font-size: 11px;
  }
  .site-header nav {
    display: none;
    position: absolute;
    top: 75px;
    left: 0;
    right: 0;
    background: var(--paper);
    z-index: 20;
    padding: 22px;
    border-bottom: 1px solid var(--line);
    box-shadow: 0 15px 25px -20px #34482c55;
    align-items: stretch;
  }
  .site-header nav.is-open {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .site-header nav > a {
    padding: 14px 0;
  }
  .site-header nav > a:first-child {
    display: block;
  }
  .site-header nav > a.button {
    margin-top: 12px;
    padding: 15px;
  }
  .wrap {
    padding-left: 22px;
    padding-right: 22px;
  }
  .hero {
    padding-top: 46px;
  }
  .eyebrow {
    font-size: 8px;
    letter-spacing: 1.25px;
  }
  .hero-grid {
    display: block;
    margin-top: 23px;
    margin-bottom: 35px;
  }
  h1 {
    font-size: clamp(41px, 8.1vw, 58px);
    letter-spacing: -2.6px;
    line-height: 1.06;
  }
  em {
    letter-spacing: -2.3px;
  }
  .hero-copy {
    margin-top: 24px;
  }
  .hero-copy > p:first-child {
    font-size: 15px;
    line-height: 1.75;
    max-width: 450px;
    margin-bottom: 21px;
  }
  .hero-copy .micro {
    display: inline-block;
    margin: 0 0 0 14px;
    font-size: 9px;
  }
  .button {
    font-size: 12px;
    gap: 22px;
    padding: 15px 17px;
  }
  .app-topbar {
    padding: 13px 14px;
  }
  .workspace-label {
    gap: 8px;
  }
  .workspace-label .divider,
  .workspace-label > span:last-child {
    display: none;
  }
  .workspace-label strong {
    font-size: 10px;
  }
  .sample-label {
    font-size: 8px;
    padding: 4px 6px;
  }
  .product-frame {
    border-radius: 12px;
  }
  .app-layout {
    display: block;
    min-height: 0;
  }
  .app-sidebar {
    display: none;
  }
  .meeting-content {
    padding: 23px 18px 20px;
  }
  .meeting-heading h2 {
    font-size: 23px;
  }
  .meeting-heading .tiny-label {
    font-size: 8px;
  }
  .meeting-heading div > p:last-child {
    font-size: 9px;
  }
  .complete-badge {
    font-size: 8px;
    padding: 5px;
    white-space: normal;
    max-width: 70px;
    text-align: center;
    line-height: 1.5;
  }
  .tabs {
    gap: 24px;
    margin-top: 22px;
  }
  .tabs button {
    font-size: 11px;
  }
  .panel {
    min-height: 300px;
    padding-top: 22px;
  }
  .summary-text {
    font-size: 12px;
  }
  .signal-grid {
    gap: 10px;
  }
  .signal-grid article {
    padding: 13px 11px;
  }
  .signal-grid strong {
    font-size: 11px;
    line-height: 1.5;
    max-width: 100px;
  }
  .signal-grid article > span:not(.signal-dot) {
    font-size: 10px;
    line-height: 1.6;
  }
  .source-link {
    font-size: 9px;
  }
  .app-bottom {
    padding: 12px 14px;
    font-size: 8px;
  }
  .app-bottom > span:last-child {
    display: none;
  }
  .after-preview {
    align-items: start;
    padding-top: 20px;
    flex-direction: column;
    gap: 15px;
  }
  .after-preview > span {
    font-size: 7px;
    letter-spacing: 0.9px;
  }
  .after-preview > span br {
    display: none;
  }
  .after-preview > div {
    gap: 23px;
    font-size: 10px;
  }
  .why-section {
    padding-top: 76px;
    padding-bottom: 63px;
  }
  .why-section h2 {
    font-size: 29px;
    line-height: 1.28;
    letter-spacing: -1.25px;
    margin: 22px 0 36px;
  }
  .why-section h2 br {
    display: none;
  }
  .principles {
    grid-template-columns: 1fr;
    gap: 27px;
  }
  .principles article + article {
    border-left: 0;
    border-top: 1px solid var(--line);
    padding-left: 0;
    padding-top: 23px;
  }
  .principles article {
    position: relative;
    min-height: 156px;
    padding-right: 110px;
  }
  .principle-visual {
    position: absolute;
    right: 0;
    top: 0;
    width: 90px;
    height: 130px;
    opacity: 0.8;
    margin: 0;
  }
  .principles article + article .principle-visual {
    top: 25px;
  }
  .principles .tiny-label {
    font-size: 8px;
    letter-spacing: 0.6px;
  }
  .principles h3 {
    font-size: 19px;
    line-height: 1.3;
    margin: 12px 0;
  }
  .principles p {
    font-size: 12px;
    line-height: 1.8;
    max-width: 100%;
  }
  .rings i {
    width: 77px;
    height: 77px;
  }
  .rings i:nth-child(2) {
    width: 110px;
    height: 110px;
  }
  .rings i:nth-child(3) {
    width: 52px;
    height: 52px;
  }
  .rings b {
    font-size: 63px;
    height: 43px;
  }
  .signals {
    gap: 5px;
  }
  .signals i {
    width: 5px;
  }
  .connection {
    flex-direction: column;
    gap: 8px;
  }
  .connection b {
    width: 51px;
    height: 51px;
    font-size: 30px;
  }
  .connection i {
    display: none;
  }
  .connection > span {
    font-size: 19px;
  }
  .workflow-section {
    padding: 55px 0;
  }
  .workflow-grid {
    grid-template-columns: 1fr;
    gap: 37px;
  }
  .workflow-intro h2,
  .faq-section h2 {
    font-size: 37px;
    letter-spacing: -1.5px;
  }
  .workflow-intro h2 br,
  .faq-section h2 br {
    display: none;
  }
  .workflow-intro > p:not(.eyebrow) {
    max-width: 100%;
    font-size: 13px;
  }
  .workflow-steps article {
    gap: 19px;
    margin-bottom: 24px;
    padding-bottom: 24px;
  }
  .workflow-steps h3 {
    font-size: 19px;
  }
  .workflow-steps p {
    font-size: 12px;
  }
  .faq-section {
    grid-template-columns: 1fr;
    gap: 15px;
    padding-top: 65px;
    padding-bottom: 55px;
  }
  .faq-section h2 {
    margin-bottom: 15px;
  }
  .faqs summary {
    font-size: 14px;
  }
  .faqs details {
    padding: 21px 0;
  }
  .closing {
    padding-top: 37px;
    padding-bottom: 51px;
  }
  .closing h2 {
    font-size: 42px;
    letter-spacing: -2px;
    margin: 23px 0 27px;
  }
  .closing h2 em {
    letter-spacing: -2px;
  }
  .closing-mark {
    font-size: 74px;
    height: 40px;
  }
  .closing .eyebrow {
    font-size: 8px;
  }
  .site-footer {
    flex-wrap: wrap;
    padding-top: 24px;
    padding-bottom: 26px;
    gap: 16px;
  }
  .site-footer .brand {
    width: 100%;
    font-size: 18px;
  }
  .site-footer p,
  .site-footer > span {
    font-size: 9px;
  }
  .action-row {
    gap: 10px;
  }
  .action-tag {
    display: none;
  }
  .transcript-row {
    padding: 11px 4px;
  }
  .transcript-row blockquote {
    font-size: 11px;
  }
  .transcript-row p {
    font-size: 9px;
  }
}
@media (max-width: 380px) {
  .hero-copy .micro {
    display: block;
    margin: 13px 0 0;
  }
  .brand {
    font-size: 17px;
  }
  .menu-toggle {
    font-size: 10px;
    padding: 8px;
  }
  .tabs {
    gap: 18px;
  }
  .app-topbar {
    padding: 12px;
  }
  .signal-grid {
    grid-template-columns: 1fr;
  }
  .signal-grid strong {
    max-width: none;
  }
  .panel {
    min-height: 390px;
  }
  .principles article {
    padding-right: 80px;
  }
  .principle-visual {
    width: 65px;
  }
  .after-preview > div {
    gap: 17px;
    font-size: 9px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
  }
}
