.story-section {
  padding: 112px 0;
  border-top: 1px solid var(--line);
}
.story-heading {
  max-width: 690px;
  margin-bottom: 45px;
}
.story-heading h2,
.editorial-copy h2,
.control-band h2,
.closing-section h2 {
  font-family: var(--serif);
  font-size: clamp(38px, 4.25vw, 62px);
  font-weight: 400;
  line-height: 1.06;
  letter-spacing: -1.7px;
  margin-bottom: 26px;
}
.story-heading h2 em,
.editorial-copy h2 em,
.control-band h2 em,
.closing-section h2 em {
  color: var(--accent);
  font-weight: 400;
}
.story-heading > p:not(.eyebrow):not(.story-disclaimer),
.editorial-copy > p:not(.eyebrow),
.closing-section > p:not(.eyebrow) {
  font-size: 15px;
  line-height: 1.9;
  color: #666b62;
  max-width: 560px;
}
.story-kicker {
  color: var(--accent);
  font-size: 10px;
  letter-spacing: 1.5px;
  font-weight: 700;
}
.sector-tabs {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  border-bottom: 1px solid var(--line);
  margin-bottom: 38px;
  gap: 8px;
}
.sector-tabs button {
  border: 0;
  border-bottom: 2px solid transparent;
  background: transparent;
  padding: 18px 8px;
  display: flex;
  justify-content: space-between;
  gap: 5px;
  text-align: left;
  font-size: 12px;
  font-weight: 600;
}
.sector-tabs button span {
  font-size: 9px;
  color: #777c72;
}
.sector-tabs button[aria-selected="true"] {
  color: var(--accent);
  border-bottom-color: var(--accent);
}
.sector-tabs button:hover {
  background: #eeeee7;
}
.sector-panel {
  display: grid;
  grid-template-columns: 1.06fr 1fr;
  gap: 64px;
  align-items: center;
}
.sector-panel[hidden] {
  display: none;
}
.sector-visual {
  min-height: 510px;
  height: 100%;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  background: #e9e6dc;
}
.sector-visual > img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
}
.photo-label {
  position: absolute;
  top: 24px;
  left: 24px;
  right: 24px;
  width: fit-content;
  background: #faf8f0ed;
  color: #353e32;
  border: 1px solid #fff6;
  padding: 10px 13px;
  border-radius: 3px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1.5px;
  z-index: 1;
}
.floating-note {
  position: absolute;
  bottom: 30px;
  left: 26px;
  right: 26px;
  border: 1px solid #fff8;
  background: #fbfaf3f5;
  padding: 22px;
  display: flex;
  gap: 16px;
  align-items: center;
  box-shadow: 0 18px 60px #282a2715;
  border-radius: 5px;
}
.note-symbol {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  background: #e9eddf;
  color: #526145;
  font-size: 25px;
  border-radius: 50%;
}
.floating-note small,
.property-card small {
  display: block;
  font-size: 8px;
  letter-spacing: 1.3px;
  margin-bottom: 8px;
  color: #697060;
}
.floating-note strong {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 23px;
}
.sector-copy h3 {
  font-family: var(--serif);
  font-size: clamp(30px, 3vw, 42px);
  font-weight: 400;
  letter-spacing: -0.8px;
  line-height: 1.1;
  margin: 20px 0;
}
.sector-copy > p {
  color: #686d64;
  line-height: 1.85;
  font-size: 14px;
}
.sector-copy dl {
  margin: 22px 0;
}
.sector-copy dl > div {
  border-top: 1px solid var(--line);
  padding: 15px 0;
}
.sector-copy dt {
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 6px;
}
.sector-copy dd {
  margin: 0;
  font-size: 12px;
  line-height: 1.85;
  color: #62675f;
}
.integration-note {
  display: block;
  padding-left: 13px;
  border-left: 2px solid #c89579;
  color: #777368;
  font-size: 11px;
  line-height: 1.7;
}
.section-footnote {
  font-size: 11px;
  line-height: 1.8;
  color: #73786c;
  margin: 25px 0 0;
  max-width: 850px;
}
.graphic-visual {
  background:
    radial-gradient(ellipse at 10% 15%, #f6f3e9, transparent 65%), #e3e7d9;
  display: grid;
  place-items: center;
  padding: 90px 35px 45px;
}
.calendar-art,
.ticket-art,
.brief-art {
  width: 100%;
  background: #fafaf4;
  box-shadow: 0 25px 70px #46513a17;
  border: 1px solid #fff9;
  padding: 30px;
  border-radius: 7px;
  transform: rotate(-3deg);
}
.graphic-visual h4 {
  font-family: var(--serif);
  font-size: 33px;
  font-weight: 400;
  letter-spacing: -1px;
  margin: 20px 0 26px;
}
.calendar-days {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 4px;
}
.calendar-days > span {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  border-radius: 6px;
  padding: 13px 0;
  font-size: 9px;
}
.calendar-days b {
  font-size: 19px;
  font-weight: 400;
}
.calendar-art .chosen {
  background: #334635;
  color: #f5f7eb;
}
.calendar-slots {
  display: flex;
  gap: 8px;
  margin-top: 22px;
}
.calendar-slots span {
  flex: 1;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 12px 4px;
  font-size: 10px;
}
.calendar-art > p {
  margin: 25px 0 0;
  font-size: 10px;
  color: #73786c;
}
.service-visual {
  background: #e9e1d9;
}
.ticket-art {
  transform: rotate(3deg);
}
.ticket-art > div {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 16px 0;
  border-top: 1px solid var(--line);
}
.ticket-art > div span {
  font-size: 10px;
  color: var(--muted);
}
.ticket-art > div strong {
  font-size: 12px;
  font-weight: 600;
}
.ticket-art .ticket-state {
  color: #54714c;
}
.property-visual {
  background: #dfe4db;
}
.property-art {
  width: 100%;
}
.building-art {
  width: 64%;
  margin: auto;
  height: 205px;
  padding: 30px;
  background: #c4bba9;
  box-shadow: 23px -17px 0 #e4dbcb;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  transform: skewY(-5deg);
}
.building-art i {
  background: #536258;
  border-bottom: 6px solid #d9ccb8;
}
.property-card {
  padding: 25px;
  background: #fafaf4;
  position: relative;
  box-shadow: 0 10px 30px #3331;
  transform: rotate(2deg);
}
.property-card h4 {
  margin: 12px 0;
}
.property-card p {
  font-size: 11px;
}
.property-card > span {
  font-size: 10px;
  color: #47765d;
}
.business-visual {
  background: #e6e0d4;
}
.brief-art > div {
  display: flex;
  align-items: center;
  gap: 15px;
  border-top: 1px solid var(--line);
  padding: 22px 0;
  font-size: 12px;
}
.brief-art > div > span {
  color: var(--accent);
  font-size: 9px;
}
.brief-art b {
  margin-left: auto;
  color: #47765d;
}
.conversation-story {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 75px;
  align-items: center;
}
.conversation-story .story-heading {
  margin-bottom: 0;
}
.story-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  padding: 19px 26px;
  border: 1px solid var(--ink);
  border-radius: 4px;
  color: #f7f6f2;
  background: var(--ink);
  font-size: 12px;
  font-weight: 600;
  transition:
    background 180ms,
    transform 180ms;
}
.story-button:hover {
  background: #45513e;
  transform: translateY(-2px);
}
.story-button span {
  font-size: 19px;
}
.story-disclaimer {
  color: #777b70;
  font-size: 10px;
  line-height: 1.8;
  max-width: 300px;
  margin-top: 18px;
}
.conversation-demo {
  border: 1px solid #dddfd5;
  padding: 26px;
  border-radius: 8px;
  background: #eeefe7;
  box-shadow: 0 20px 60px #292b2708;
}
.conversation-top {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 23px;
  border-bottom: 1px solid #dbded1;
}
.mini-brand {
  font-family: var(--serif);
  background: var(--accent);
  color: #fff7ea;
  border-radius: 50%;
  height: 37px;
  width: 37px;
  display: grid;
  place-items: center;
  font-size: 26px;
  flex-shrink: 0;
}
.conversation-top strong,
.conversation-top small {
  display: block;
}
.conversation-top strong {
  font-size: 12px;
  margin-bottom: 5px;
}
.conversation-top small {
  font-size: 8px;
  letter-spacing: 1px;
  color: #777b70;
}
.conversation-counter {
  font-size: 10px;
  margin-left: auto;
  color: #777b70;
  white-space: nowrap;
}
.story-messages {
  padding: 30px 0 15px;
  min-height: 245px;
}
.message-customer {
  margin-left: 40px;
  background: #fffdf6;
  border: 1px solid #e3e4d8;
  border-radius: 12px 12px 0 12px;
  padding: 20px;
  font-size: 13px;
  line-height: 1.7;
}
.message-assistant {
  display: flex;
  gap: 12px;
  margin-top: 26px;
}
.message-assistant .mini-brand {
  width: 28px;
  height: 28px;
  font-size: 20px;
}
.message-assistant p {
  font-size: 13px;
  line-height: 1.9;
  margin: 0;
}
.story-result {
  background: #dde5d6;
  border: 1px solid #cfdbc7;
  border-radius: 5px;
  padding: 19px;
  display: flex;
  align-items: center;
  gap: 15px;
  min-height: 89px;
}
.story-result > span {
  font-size: 25px;
  color: #476039;
}
.story-result small,
.story-result strong {
  display: block;
}
.story-result small {
  color: #566c4b;
  font-size: 8px;
  letter-spacing: 1px;
  margin-bottom: 7px;
}
.story-result strong {
  font-size: 12px;
  line-height: 1.7;
  font-weight: 600;
}
.story-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
  margin-top: 26px;
}
.story-steps button {
  background: none;
  border: 0;
  border-top: 2px solid #d6d9ce;
  padding: 15px 3px 0;
  font-size: 10px;
  text-align: left;
  color: #6b7364;
}
.story-steps button span {
  display: block;
  margin-top: 6px;
  font-size: 9px;
}
.story-steps button[aria-pressed="true"] {
  border-color: var(--accent);
  color: #a84929;
}
.story-messages.is-changing {
  animation: message-in 380ms both;
}
@keyframes message-in {
  from {
    opacity: 0.3;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.editorial-band {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #edece4;
  border-radius: 5px;
  overflow: hidden;
}
.editorial-image {
  min-height: 545px;
  position: relative;
}
.editorial-image img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.editorial-copy {
  padding: 65px 50px;
  align-self: center;
}
.editorial-copy h2 {
  font-size: clamp(32px, 3.2vw, 45px);
}
.editorial-copy > p:not(.eyebrow) {
  font-size: 13px;
}
.editorial-copy .hero-link {
  margin-top: 14px;
  font-size: 12px;
}
.connections-section {
  border-top: 0;
}
.centered {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}
.centered > p {
  margin-left: auto;
  margin-right: auto;
}
.connection-map {
  display: grid;
  grid-template-columns: 1fr 0.85fr 1fr;
  align-items: center;
  gap: 38px;
  padding: 38px 0;
}
.connection-column {
  display: grid;
  gap: 25px;
}
.connection-column article {
  position: relative;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  border: 1px solid var(--line);
  background: #fafaf4;
  border-radius: 5px;
  padding: 23px 18px;
}
.connection-column:first-child article::after {
  content: "";
  position: absolute;
  width: 38px;
  height: 1px;
  background: #c4cbb7;
  right: -39px;
  top: 50%;
}
.connection-column:last-child article::before {
  content: "";
  position: absolute;
  width: 38px;
  height: 1px;
  background: #c4cbb7;
  left: -39px;
  top: 50%;
}
.connection-icon {
  font-size: 25px;
  color: #60724f;
}
.connection-column strong,
.connection-column small {
  display: block;
}
.connection-column strong {
  font-size: 12px;
  margin-bottom: 7px;
}
.connection-column small {
  font-size: 10px;
  color: #73786c;
}
.connection-status {
  font-size: 8px;
  color: #496040;
  background: #e9eedd;
  padding: 6px 8px;
  border-radius: 3px;
  margin-left: auto;
}
.connection-status.muted {
  background: #eeeee5;
  color: #6b6c60;
}
.connection-center {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 240px;
  gap: 12px;
  border: 1px solid #d6dccb;
  border-radius: 50%;
  background: radial-gradient(circle, #ebeedf 20%, transparent 70%);
  aspect-ratio: 1;
}
.connection-monogram {
  background: #29392d;
  color: #f3f4e8;
  height: 78px;
  width: 78px;
  border-radius: 20px;
  display: grid;
  place-items: center;
  font-size: 60px;
  font-family: var(--serif);
  box-shadow: 0 10px 20px #28392320;
}
.connection-center > strong {
  font-weight: 600;
  font-size: 16px;
}
.connection-center > small {
  font-size: 9px;
  color: #6b7660;
}
.connection-orbit {
  position: absolute;
  inset: -12px;
  border: 1px dashed #d5daca;
  border-radius: 50%;
  animation: connection-turn 35s linear infinite;
}
.connection-orbit::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -4px;
  background: #bd5935;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
@keyframes connection-turn {
  to {
    transform: rotate(360deg);
  }
}
.connections-section .section-footnote {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.setup-grid {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0;
  padding: 0;
  gap: 28px;
}
.setup-grid li {
  border-top: 1px solid #cfd3c4;
  padding-top: 18px;
  position: relative;
}
.setup-number {
  font-size: 11px;
  color: var(--accent);
}
.setup-symbol {
  font-size: 38px;
  color: #5d7050;
  height: 95px;
  display: flex;
  align-items: center;
}
.setup-grid h3 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 26px;
  letter-spacing: -0.5px;
  margin-bottom: 15px;
}
.setup-grid p {
  font-size: 12px;
  line-height: 1.9;
  color: #707568;
  min-height: 110px;
}
.setup-grid small {
  font-size: 8px;
  color: #737b67;
  letter-spacing: 0.6px;
}
.control-band {
  background: #253128;
  color: #f3f3e8;
  border-radius: 6px;
  padding: 65px;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 65px;
}
.control-band .eyebrow {
  color: #adb59d;
}
.control-band h2 {
  margin-top: 28px;
}
.control-band h2 em {
  color: #d5b798;
}
.control-principles article {
  display: flex;
  gap: 22px;
  border-bottom: 1px solid #475041;
  padding: 22px 0;
}
.control-principles article:first-child {
  padding-top: 0;
}
.control-principles article:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.control-principles article > span {
  font-size: 10px;
  color: #c1a587;
  padding-top: 5px;
}
.control-principles h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
.control-principles p {
  color: #b6bdae;
  font-size: 12px;
  line-height: 1.9;
  margin-bottom: 0;
}
.faq-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 90px;
  border: 0;
}
.faq-section h2 {
  font-size: clamp(38px, 4vw, 55px);
}
.faq-list details {
  border-bottom: 1px solid #dcdfd2;
  padding: 22px 0;
}
.faq-list details:first-child {
  padding-top: 0;
}
.faq-list summary {
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.7;
  display: flex;
  align-items: center;
  gap: 24px;
  justify-content: space-between;
  list-style: none;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary::after {
  content: "+";
  font-size: 22px;
  color: var(--accent);
  font-weight: 400;
}
.faq-list details[open] summary::after {
  content: "−";
}
.faq-list summary:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 5px;
}
.faq-list p {
  font-size: 12px;
  line-height: 1.9;
  color: #6b7164;
  margin: 18px 24px 0 0;
}
.faq-list a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.closing-section {
  position: relative;
  text-align: center;
  padding: 90px 40px 45px;
  background: #eeece2;
  border: 1px solid #e4e1d6;
  border-radius: 6px;
  margin-bottom: 80px;
  overflow: hidden;
}
.closing-star {
  display: block;
  font-size: 70px;
  color: var(--accent);
  line-height: 1;
  margin-bottom: 35px;
}
.closing-section > p {
  margin-left: auto;
  margin-right: auto;
}
.closing-section h2 {
  font-size: clamp(40px, 4.7vw, 67px);
}
.closing-section .story-button {
  margin-top: 15px;
}
.closing-secondary {
  display: block;
  margin: 22px auto 60px;
  font-size: 11px;
  width: fit-content;
  color: #6d7265;
}
.closing-secondary:hover {
  color: var(--accent);
}
.closing-signature {
  display: block;
  font-size: 8px;
  letter-spacing: 2px;
  color: #7c8073;
}
.reveal-pending {
  opacity: 0;
  transform: translateY(24px);
}
.reveal-visible {
  opacity: 1;
  transform: none;
  transition:
    opacity 700ms ease,
    transform 700ms cubic-bezier(0.2, 0.65, 0.3, 1);
}
@media (max-width: 1100px) {
  .sector-panel {
    gap: 35px;
  }
  .sector-visual {
    min-height: 550px;
  }
  .sector-tabs {
    gap: 0;
  }
  .sector-tabs button {
    font-size: 10px;
  }
  .conversation-story {
    gap: 40px;
  }
  .connection-map {
    gap: 20px;
  }
  .connection-center {
    min-height: 200px;
  }
  .connection-column article {
    padding: 20px 12px;
  }
  .connection-column:first-child article::after {
    width: 20px;
    right: -21px;
  }
  .connection-column:last-child article::before {
    width: 20px;
    left: -21px;
  }
  .editorial-copy {
    padding: 45px 30px;
  }
  .control-band {
    padding: 45px;
    gap: 40px;
  }
  .faq-section {
    gap: 45px;
  }
  .graphic-visual {
    padding-left: 20px;
    padding-right: 20px;
  }
  .calendar-art,
  .ticket-art,
  .brief-art {
    padding: 23px;
  }
}
@media (max-width: 800px) {
  .story-section {
    padding: 75px 0;
  }
  .sector-tabs {
    grid-template-columns: repeat(3, 1fr);
    gap: 5px 14px;
  }
  .sector-tabs button {
    font-size: 12px;
  }
  .sector-panel {
    gap: 30px;
    grid-template-columns: 1fr;
  }
  .sector-visual {
    height: 420px;
    min-height: 0;
  }
  .sector-copy {
    max-width: 630px;
  }
  .graphic-visual {
    padding: 70px 55px 30px;
  }
  .calendar-art,
  .ticket-art,
  .brief-art {
    max-width: 380px;
  }
  .graphic-visual h4 {
    font-size: 29px;
    margin: 14px 0;
  }
  .ticket-art > div {
    padding: 12px 0;
  }
  .property-art {
    max-width: 380px;
  }
  .building-art {
    height: 160px;
  }
  .property-card h4 {
    font-size: 25px;
  }
  .conversation-story {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .conversation-demo {
    max-width: 580px;
    width: 100%;
  }
  .story-messages {
    min-height: 215px;
  }
  .editorial-band {
    grid-template-columns: 1fr;
  }
  .editorial-image {
    min-height: 390px;
  }
  .editorial-copy {
    padding: 45px 35px;
  }
  .connection-map {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 30px;
    padding-top: 5px;
  }
  .connection-column {
    grid-template-columns: 1fr 1fr;
    width: 100%;
    gap: 15px;
  }
  .connection-column:first-child article::after,
  .connection-column:last-child article::before {
    display: none;
  }
  .connection-center {
    width: 230px;
    min-height: 230px;
  }
  .setup-grid {
    grid-template-columns: 1fr 1fr;
    gap: 35px;
  }
  .setup-grid p {
    min-height: 90px;
  }
  .control-band {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .faq-section {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .faq-section .story-heading {
    margin-bottom: 25px;
  }
  .closing-section {
    margin-bottom: 50px;
    padding: 60px 25px 35px;
  }
}
@media (max-width: 480px) {
  .story-section {
    padding: 58px 0;
  }
  .story-heading {
    margin-bottom: 30px;
  }
  .story-heading h2 {
    letter-spacing: -1.2px;
    font-size: 38px;
  }
  .story-heading > p:not(.eyebrow):not(.story-disclaimer) {
    font-size: 13px;
  }
  .sector-tabs {
    gap: 4px 8px;
  }
  .sector-tabs button {
    font-size: 10px;
    padding: 15px 2px;
  }
  .sector-tabs button span {
    font-size: 8px;
  }
  .sector-visual {
    height: 355px;
  }
  .photo-label {
    top: 18px;
    left: 18px;
    font-size: 8px;
    letter-spacing: 0.8px;
  }
  .floating-note {
    bottom: 18px;
    left: 15px;
    right: 15px;
    padding: 16px 12px;
    gap: 10px;
  }
  .floating-note strong {
    font-size: 19px;
  }
  .floating-note small {
    font-size: 7px;
  }
  .note-symbol {
    width: 32px;
    height: 32px;
    font-size: 21px;
  }
  .sector-copy h3 {
    font-size: 32px;
  }
  .sector-copy > p {
    font-size: 13px;
  }
  .graphic-visual {
    padding: 65px 20px 25px;
  }
  .calendar-art,
  .ticket-art,
  .brief-art {
    padding: 18px;
  }
  .calendar-days > span {
    padding: 8px 0;
    gap: 8px;
  }
  .calendar-slots {
    margin-top: 13px;
  }
  .calendar-art > p {
    margin-top: 15px;
    font-size: 8px;
  }
  .graphic-visual h4 {
    font-size: 26px;
  }
  .brief-art > div {
    padding: 16px 0;
  }
  .building-art {
    height: 130px;
    padding: 20px;
    gap: 10px;
  }
  .property-card {
    padding: 17px;
  }
  .property-card h4 {
    font-size: 23px;
  }
  .conversation-demo {
    padding: 18px;
  }
  .message-customer {
    margin-left: 22px;
    padding: 16px;
    font-size: 12px;
  }
  .message-assistant p {
    font-size: 12px;
  }
  .story-result {
    padding: 14px;
  }
  .story-messages {
    min-height: 245px;
  }
  .story-result strong {
    font-size: 11px;
  }
  .editorial-image {
    min-height: 320px;
  }
  .editorial-copy {
    padding: 35px 22px;
  }
  .editorial-copy h2 {
    font-size: 32px;
  }
  .connection-column {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .connection-column article {
    padding: 20px 16px;
  }
  .setup-grid {
    gap: 30px 18px;
  }
  .setup-grid h3 {
    font-size: 23px;
  }
  .setup-grid p {
    font-size: 11px;
    min-height: 150px;
  }
  .setup-grid small {
    font-size: 7px;
    line-height: 1.7;
    display: block;
  }
  .setup-symbol {
    height: 75px;
  }
  .control-band {
    padding: 35px 23px;
  }
  .control-band h2 {
    font-size: 40px;
  }
  .control-principles article {
    gap: 15px;
  }
  .control-principles h3 {
    font-size: 14px;
  }
  .closing-section h2 {
    font-size: 36px;
    letter-spacing: -1px;
  }
  .closing-section {
    padding-left: 15px;
    padding-right: 15px;
  }
  .closing-section > p:not(.eyebrow) {
    font-size: 12px;
  }
  .closing-section .eyebrow {
    font-size: 8px;
  }
  .story-button {
    font-size: 11px;
    padding: 17px 20px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .reveal-pending,
  .reveal-visible {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .connection-orbit,
  .story-messages.is-changing {
    animation: none;
  }
  .story-button {
    transition: none;
  }
}
