@font-face {
  font-family: Geist;
  src: url("assets/geist.woff2") format("woff2");
  font-weight: 100 900;
  font-display: swap;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 25px;
}
body {
  margin: 0;
  color: #193c30;
  background: #fcfcf9;
  font-family: Geist, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.65;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
  cursor: pointer;
}
img,
video {
  max-width: 100%;
  display: block;
}
figure {
  margin: 0;
}
p {
  color: #627067;
  text-wrap: pretty;
}
h1,
h2,
h3 {
  font-weight: 450;
  text-wrap: balance;
}
h1,
h2 {
  line-height: 1.04;
  letter-spacing: -0.055em;
}
h3 {
  line-height: 1.3;
  letter-spacing: -0.025em;
}
h1 em,
h2 em {
  font-family: Georgia, serif;
  font-weight: 400;
}
button,
a {
  transition:
    background 0.2s,
    color 0.2s,
    transform 0.2s;
}
a:focus-visible,
button:focus-visible,
video:focus-visible {
  outline: 3px solid #3b9e74;
  outline-offset: 5px;
}
a.button:active {
  transform: translateY(1px);
}
[hidden] {
  display: none !important;
}
.wrap {
  width: calc(100% - 112px);
  max-width: 1240px;
  margin-inline: auto;
}
.preview {
  background: #edf1e9;
  font-size: 10px;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  padding: 7px 56px;
  color: #617161;
}
header {
  height: 103px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e0e5dc;
  gap: 30px;
}
.brand {
  display: inline-flex;
  flex: none;
}
.brand img {
  width: 112px;
  height: 56px;
}
header nav,
.nav-end {
  display: flex;
  gap: 30px;
  align-items: center;
  font-size: 13px;
}
.nav-end {
  gap: 24px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 38px;
  padding: 16px 24px;
  background: #195940;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.3;
}
.button:hover {
  background: #16432f;
}
.button.small {
  font-size: 12px;
  padding: 12px 17px;
  gap: 22px;
}
.text-link {
  display: inline-flex;
  gap: 28px;
  align-items: center;
  font-size: 14px;
}
.text-link:hover {
  color: #39835d;
}
.menu {
  display: none;
}
.skip {
  position: fixed;
  top: -100px;
  z-index: 10;
  background: #16432f;
  color: #fff;
  padding: 12px;
}
.skip:focus {
  top: 0;
}
.hero {
  text-align: center;
  padding: 88px 0 48px;
}
.eyebrow {
  font-size: 11px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  font-weight: 500;
}
.dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #66d6a6;
  margin-right: 9px;
}
h1 {
  font-size: clamp(56px, 6.65vw, 94px);
  margin: 27px 0 25px;
}
.hero p {
  font-size: 17px;
  line-height: 1.65;
  margin: 0 auto;
  max-width: 590px;
}
.hero-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  margin: 29px 0 16px;
}
.micro,
.hero .micro {
  font-size: 11px;
  color: #778279;
  line-height: 1.5;
}
.hero-visual figure {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}
.vision {
  width: 100%;
  height: 480px;
  object-fit: cover;
  object-position: center 64%;
}
.hero-visual figure:after {
  content: "";
  position: absolute;
  inset: 40% 0 0;
  background: linear-gradient(transparent, #112c2866);
  pointer-events: none;
}
.image-copy {
  position: absolute;
  bottom: 62px;
  left: 44px;
  color: #fff;
  z-index: 1;
  font-size: 16px;
}
.image-copy strong {
  display: block;
  font-size: 34px;
  font-weight: 450;
  letter-spacing: -1px;
}
.hero-visual figcaption {
  position: absolute;
  bottom: 23px;
  left: 44px;
  color: #fff;
  font-size: 10px;
  z-index: 1;
}
.discipline {
  display: flex;
  justify-content: space-around;
  padding: 25px 0;
  border-bottom: 1px solid #dce3d8;
  font-size: 12px;
  color: #627263;
}
.intro {
  text-align: center;
  padding: 110px 0 100px;
}
.intro h2 {
  font-size: 55px;
  margin: 22px 0;
}
.intro p {
  font-size: 17px;
  line-height: 1.85;
}
.product-band {
  background: #eef2eb;
  padding: 80px 0 55px;
}
.section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.8fr);
  gap: 100px;
  align-items: end;
  margin-bottom: 40px;
}
.section-head h2 {
  font-size: 56px;
  margin: 22px 0 0;
}
.section-head > p {
  font-size: 15px;
  margin: 0 0 4px;
  max-width: 410px;
}
.product-nav {
  display: flex;
  gap: 35px;
  border-bottom: 1px solid #ccd8c8;
  margin: 38px 0 25px;
}
.product-nav button {
  background: none;
  border: 0;
  border-bottom: 2px solid transparent;
  padding: 16px 0;
  color: #66765f;
  font-size: 11px;
  display: flex;
  gap: 13px;
  align-items: center;
}
.product-nav button span {
  font-size: 13px;
}
.product-nav button.selected {
  border-color: #195940;
  color: #195940;
}
.product-display {
  background: #fff;
  border: 1px solid #d5dfcf;
  box-shadow: 0 12px 40px #2338270b;
  border-radius: 7px;
  overflow: hidden;
  aspect-ratio: 16/9;
}
.product-display video,
.product-display img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-caption {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 11px;
  color: #637260;
  margin-top: 17px;
}
.journey {
  padding-top: 115px;
  padding-bottom: 100px;
}
.journey-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 75px;
  align-items: center;
  margin-top: 55px;
}
.interview-image img {
  width: 100%;
  height: 510px;
  object-fit: cover;
  border-radius: 5px;
}
.interview-image figcaption {
  font-size: 10px;
  color: #74816d;
  margin-top: 10px;
}
.steps article {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 22px;
  padding: 27px 0;
  border-top: 1px solid #dce3d8;
}
.steps article > span {
  font-size: 11px;
  margin-top: 8px;
  color: #718167;
}
.steps article h3 {
  font-size: 25px;
  margin: 0 0 12px;
}
.steps article p {
  font-size: 14px;
  margin: 0;
}
.usecases {
  padding: 20px 0 85px;
}
.usecases h2 {
  font-size: 52px;
  margin: 22px 0 40px;
}
.cases {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 25px;
}
.cases article {
  background: #f0f3ec;
  padding: 33px 36px;
  border-radius: 4px;
}
.cases article:nth-child(2) {
  background: #eef1ed;
}
.case-top {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  color: #596f5b;
}
.cases h3 {
  font-size: 32px;
  line-height: 1.17;
  letter-spacing: -1px;
  margin: 38px 0 20px;
}
.cases p {
  font-size: 14px;
  max-width: 380px;
}
.case-bottom {
  font-size: 11px;
  color: #4d745a;
  border-top: 1px solid #d5e0cf;
  margin-top: 38px;
  padding-top: 18px;
}
.trust {
  padding: 60px 0 110px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 110px;
}
.trust h2 {
  font-size: 60px;
  margin: 23px 0;
}
.trust-items article {
  border-top: 1px solid #dce3d8;
  padding: 22px 0 15px;
}
.trust h3 {
  font-size: 21px;
  margin: 0 0 10px;
}
.trust p {
  font-size: 14px;
  margin: 0;
}
.people-band {
  background: #f1f3ec;
  padding: 85px 0 70px;
}
.people {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  margin-top: 50px;
}
.people img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  object-position: 50% 25%;
  border-radius: 4px;
}
.person-name {
  margin: 22px 0 15px;
}
.person-name h3 {
  font-size: 23px;
  margin: 0 0 5px;
}
.person-name span {
  font-size: 11px;
  color: #68745f;
}
.people p {
  font-size: 13px;
  max-width: 330px;
}
.office {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
  gap: 80px;
  align-items: center;
  padding: 100px 0;
}
.office img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  border-radius: 5px;
}
.office h2 {
  font-size: 47px;
  margin: 20px 0;
}
.office p {
  font-size: 14px;
  max-width: 370px;
}
.partner {
  padding: 65px 0 90px;
  border-top: 1px solid #dce3d8;
}
.partner h2 {
  font-size: 49px;
  margin: 23px 0;
}
.partner p {
  max-width: 580px;
  font-size: 15px;
}
.partner .text-link {
  margin-top: 15px;
}
.final-cta {
  background: #eaf0e6;
  padding: 75px 25px;
  text-align: center;
  border-radius: 7px;
  margin-bottom: 85px;
}
.final-cta h2 {
  font-size: 65px;
  margin: 25px 0;
}
.final-cta p {
  font-size: 16px;
}
.final-cta .button {
  margin: 18px 0;
}
.final-cta .micro {
  margin-top: 0;
}
footer {
  padding-bottom: 30px;
}
.footer-top {
  border-top: 1px solid #d9e2d4;
  padding: 35px 0 45px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 35px;
}
.footer-top p {
  font-size: 13px;
  margin: 0;
}
.footer-top > a:last-child {
  font-size: 12px;
}
.footer-bottom {
  font-size: 10px;
  color: #718069;
  border-top: 1px solid #e0e5dc;
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.footer-bottom > div {
  display: flex;
  gap: 20px;
}
#mobile-nav {
  padding: 20px 24px;
  border-bottom: 1px solid #dce3d8;
}
#mobile-nav a {
  display: block;
  padding: 10px 0;
  font-size: 15px;
}
@media (min-width: 1450px) {
  .hero {
    padding-top: 100px;
  }
  .vision {
    height: 510px;
  }
}
@media (max-width: 1000px) {
  .wrap {
    width: calc(100% - 64px);
  }
  header nav {
    gap: 18px;
  }
  .login {
    display: none;
  }
  .section-head {
    gap: 40px;
  }
  .section-head h2 {
    font-size: 46px;
  }
  .journey-layout {
    gap: 35px;
  }
  .trust {
    gap: 60px;
  }
  .people img {
    height: 270px;
  }
  .office {
    gap: 40px;
  }
  .office h2 {
    font-size: 40px;
  }
  .vision {
    height: 410px;
  }
}
@media (max-width: 700px) {
  .wrap {
    width: calc(100% - 40px);
  }
  .preview {
    padding: 6px 20px;
    font-size: 8px;
  }
  header {
    height: 79px;
    gap: 10px;
  }
  header nav,
  .nav-end > .button {
    display: none;
  }
  .brand img {
    width: 100px;
    height: 50px;
  }
  .menu {
    display: block;
    background: none;
    border: 1px solid #cfd9c9;
    border-radius: 4px;
    padding: 8px 15px;
    font-size: 12px;
  }
  .hero {
    padding: 60px 0 35px;
  }
  h1 {
    font-size: 54px;
    margin: 23px 0;
    letter-spacing: -2.9px;
  }
  .hero p {
    font-size: 15px;
  }
  .hero-actions {
    gap: 25px;
  }
  .button {
    font-size: 13px;
    padding: 15px 20px;
    gap: 25px;
  }
  .text-link {
    font-size: 12px;
    gap: 15px;
  }
  .desktop {
    display: none;
  }
  .hero .micro {
    font-size: 10px;
  }
  .eyebrow {
    font-size: 9px;
    letter-spacing: 1px;
  }
  .vision {
    height: 330px;
    object-position: 45% 65%;
  }
  .image-copy {
    left: 23px;
    bottom: 55px;
    font-size: 12px;
  }
  .image-copy strong {
    font-size: 25px;
  }
  .hero-visual figcaption {
    left: 23px;
    bottom: 20px;
    font-size: 8px;
  }
  .discipline {
    gap: 10px;
    font-size: 9px;
    padding: 20px 0;
  }
  .intro {
    padding: 65px 0;
  }
  .intro h2 {
    font-size: 37px;
  }
  .intro p {
    font-size: 14px;
  }
  .intro p br {
    display: none;
  }
  .section-head {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 25px;
  }
  .section-head h2 {
    font-size: 40px;
    margin-top: 15px;
  }
  .section-head > p {
    font-size: 14px;
  }
  .product-band {
    padding: 55px 0 35px;
  }
  .product-nav {
    gap: 19px;
    margin: 20px 0;
  }
  .product-nav button {
    font-size: 9px;
    gap: 6px;
    padding: 12px 0;
  }
  .product-nav button span {
    font-size: 10px;
  }
  .product-caption {
    font-size: 9px;
    flex-direction: column;
    gap: 5px;
  }
  .journey {
    padding: 65px 0 55px;
  }
  .journey-layout {
    grid-template-columns: 1fr;
    gap: 25px;
    margin-top: 30px;
  }
  .interview-image img {
    height: 300px;
  }
  .steps article {
    padding: 23px 0;
  }
  .steps article h3 {
    font-size: 23px;
  }
  .steps article p {
    font-size: 13px;
  }
  .usecases {
    padding: 15px 0 45px;
  }
  .usecases h2 {
    font-size: 38px;
  }
  .cases {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .cases article {
    padding: 25px;
  }
  .cases h3 {
    font-size: 29px;
    margin-top: 25px;
  }
  .trust {
    padding: 25px 0 60px;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .trust h2 {
    font-size: 43px;
  }
  .people-band {
    padding: 55px 0 40px;
  }
  .people {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 30px;
  }
  .people img {
    height: 390px;
    object-position: center 22%;
  }
  .person-name {
    margin: 17px 0 10px;
  }
  .people p {
    max-width: none;
  }
  .office {
    padding: 60px 0;
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .office img {
    height: 275px;
  }
  .office h2 {
    font-size: 38px;
  }
  .partner {
    padding: 40px 0 55px;
  }
  .partner h2 {
    font-size: 38px;
  }
  .final-cta {
    padding: 50px 18px;
    margin-bottom: 45px;
  }
  .final-cta h2 {
    font-size: 43px;
  }
  .final-cta p {
    font-size: 14px;
  }
  .footer-top {
    flex-wrap: wrap;
    gap: 25px;
    padding: 25px 0;
  }
  .footer-bottom {
    flex-wrap: wrap;
    gap: 15px;
  }
  .footer-bottom > div {
    gap: 15px;
  }
  .footer-bottom > span:last-child {
    width: 100%;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  a,
  button {
    transition: none;
  }
}

.office-photos {
  position: relative;
  padding-bottom: 75px;
}
.office-photos > img:first-child {
  height: 390px;
}
.office-photos .office-detail {
  position: absolute;
  bottom: 0;
  right: -25px;
  width: 52%;
  height: 200px;
  border: 7px solid #fcfcf9;
  border-radius: 5px;
}
.vision {
  object-position: center 55%;
}
@media (max-width: 700px) {
  .office-photos {
    padding-bottom: 65px;
    margin-right: 14px;
  }
  .office-photos > img:first-child {
    height: 310px;
  }
  .office-photos .office-detail {
    right: -14px;
    height: 160px;
    width: 57%;
  }
  .vision {
    object-position: 50% 52%;
  }
}
.skip {
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  padding: 0;
}
.skip:focus {
  width: auto;
  height: auto;
  clip-path: none;
  padding: 12px;
}
@media (max-width: 700px) {
  h1 {
    font-size: clamp(36px, 10.6vw, 58px);
    letter-spacing: -0.055em;
  }
}
/* Calm Scandinavian direction: quiet work surface, still photography. */
html {
  scroll-behavior: auto;
}
body {
  background: #fafaf7;
  color: #263e33;
}
.hero {
  padding-top: 82px;
  padding-bottom: 46px;
}
.hero h1 {
  font-size: clamp(49px, 6vw, 80px);
  font-weight: 400;
  letter-spacing: -0.055em;
}
.hero p {
  color: #737970;
  font-size: 16px;
}
.hero .eyebrow {
  color: #7b8277;
}
.button {
  background: #355e48;
}
.button:hover {
  background: #294b38;
}
.workspace-section {
  padding: 0 45px 60px;
}
.workspace-tabs {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 24px;
}
.workspace-tabs button {
  border: 0;
  background: none;
  color: #81877c;
  font-size: 12px;
  padding: 10px 0;
  border-bottom: 1px solid transparent;
}
.workspace-tabs .selected {
  border-bottom-color: #54735b;
  color: #35533d;
}
.work-surface {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  border: 1px solid #e1e5dc;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 45px #354a3510;
  overflow: hidden;
}
.work-sidebar {
  background: #f3f5ef;
  padding: 20px 21px;
  position: relative;
  border-right: 1px solid #e4e8df;
}
.work-sidebar img {
  width: 88px;
  height: 44px;
  margin-bottom: 30px;
}
.workspace-label {
  font-size: 10px;
  color: #959d8f;
  margin: 0 0 13px 10px;
}
.work-nav {
  font-size: 12px;
  color: #78836f;
  padding: 10px;
  margin: 3px 0;
}
.work-nav.active {
  background: #e7ede1;
  color: #425c3b;
  border-radius: 4px;
}
.sidebar-bottom {
  position: absolute;
  bottom: 26px;
  left: 30px;
  right: 22px;
  font-size: 10px;
  line-height: 1.6;
  color: #8d9685;
}
.work-main {
  padding: 28px 40px 23px;
  min-height: 450px;
}
.work-topline {
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  color: #87917e;
  gap: 12px;
}
.work-date {
  color: #9ba18e;
}
.work-main h2 {
  font-size: 32px;
  font-weight: 450;
  line-height: 1.2;
  margin: 32px 0 25px;
  letter-spacing: -1.15px;
}
.work-prompt {
  background: #f4f5f0;
  border-radius: 5px;
  padding: 15px 20px;
  font-size: 12px;
  color: #66715f;
  margin-left: 30px;
}
.work-answer {
  padding: 23px 0 15px;
}
.answer-heading {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 11px;
  color: #6e7e64;
}
.answer-dot {
  height: 6px;
  width: 6px;
  background: #8daa79;
  border-radius: 50%;
}
.work-answer p {
  font-size: 13px;
  color: #77806e;
  line-height: 1.85;
  max-width: 540px;
  margin: 12px 0 16px;
}
.source-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.source-list span {
  font-size: 10px;
  color: #808b75;
  border: 1px solid #e7ebdf;
  border-radius: 3px;
  padding: 4px 8px;
}
.work-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #edf0e6;
  margin-top: 12px;
  padding-top: 17px;
  font-size: 10px;
  color: #939b88;
}
.work-bottom button {
  border: 0;
  background: none;
  padding: 0;
  color: #647e55;
  font-size: 11px;
}
.work-bottom button span {
  margin-left: 15px;
}
.workspace-note {
  text-align: center;
  font-size: 10px;
  color: #969d8e;
  margin-top: 18px;
}
#workflow-explanation {
  border-top: 1px solid #e8edde;
  margin-top: 20px;
  padding-top: 7px;
  font-size: 12px;
  color: #6f7f62;
}
#workflow-explanation li {
  padding: 5px;
}
.calm-statement {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: 100px;
  align-items: end;
  padding: 62px 40px 65px;
}
.calm-statement h2 {
  font-size: 43px;
  line-height: 1.14;
  letter-spacing: -1.6px;
  margin: 20px 0 0;
}
.calm-statement p {
  font-size: 14px;
  color: #818575;
  max-width: 380px;
  margin: 0 0 2px;
}
.landscape {
  position: relative;
}
.landscape img {
  width: 100%;
  height: 330px;
  object-fit: cover;
  object-position: center 52%;
  border-radius: 4px;
}
.landscape figcaption {
  font-size: 10px;
  color: #959b8e;
  margin-top: 12px;
}
.journey {
  padding: 100px 40px 80px;
}
.journey .section-head h2 {
  font-size: 45px;
}
.quiet-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 45px;
  margin-top: 50px;
}
.quiet-steps article {
  border-top: 1px solid #dde3d6;
  padding-top: 24px;
}
.quiet-steps article > span {
  font-size: 10px;
  color: #9ba38f;
}
.quiet-steps h3 {
  font-size: 20px;
  margin: 21px 0 12px;
}
.quiet-steps p {
  font-size: 13px;
  color: #818875;
  line-height: 1.8;
}
.people-band {
  background: #f3f4ee;
  padding: 65px 0;
}
.people-band .section-head h2 {
  font-size: 45px;
}
.people {
  gap: 40px;
}
.people img {
  height: 280px;
}
.person-name h3 {
  font-size: 20px;
}
.people p {
  color: #818675;
}
.people .person-name span {
  color: #858b7b;
}
.office {
  padding: 85px 0;
  gap: 85px;
}
.office-photos {
  padding-bottom: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
}
.office-photos > img:first-child {
  height: 320px;
}
.office-photos .office-detail {
  position: static;
  width: 70%;
  height: 195px;
  border: 0;
  border-radius: 4px;
  justify-self: end;
}
.office h2 {
  font-size: 44px;
}
.office p {
  color: #7d8572;
}
.final-cta {
  background: #f0f2e9;
  padding: 70px 24px;
  margin-top: 0;
}
.final-cta h2 {
  font-size: 59px;
}
.final-cta p {
  color: #7c8570;
}
.preview {
  background: #f0f2e9;
}
.section-head > p {
  color: #7d8672;
}
.footer-top p,
.footer-bottom {
  color: #858d7c;
}
@media (max-width: 900px) {
  .workspace-section {
    padding-left: 0;
    padding-right: 0;
  }
  .work-surface {
    grid-template-columns: 155px minmax(0, 1fr);
  }
  .work-main {
    padding: 25px;
  }
  .work-sidebar {
    padding: 20px 12px;
  }
  .calm-statement {
    padding-left: 0;
    padding-right: 0;
    gap: 40px;
  }
  .journey {
    padding-left: 0;
    padding-right: 0;
  }
  .people img {
    height: 240px;
  }
  .office {
    gap: 40px;
  }
}
@media (max-width: 700px) {
  .hero {
    padding: 53px 0 35px;
  }
  .hero h1 {
    font-size: clamp(32px, 8.7vw, 49px);
    line-height: 1.08;
  }
  .hero p {
    font-size: 14px;
  }
  .workspace-tabs {
    gap: 16px;
    justify-content: space-between;
    margin-bottom: 15px;
  }
  .workspace-tabs button {
    font-size: 9px;
    max-width: 100px;
  }
  .work-surface {
    grid-template-columns: 1fr;
  }
  .work-sidebar {
    display: none;
  }
  .work-main {
    padding: 22px;
    min-height: 0;
  }
  .work-topline {
    font-size: 9px;
  }
  .work-date {
    display: none;
  }
  .work-main h2 {
    font-size: 27px;
    margin: 24px 0;
  }
  .work-prompt {
    font-size: 11px;
    margin-left: 14px;
    padding: 13px;
  }
  .work-answer p {
    font-size: 12px;
  }
  .source-list {
    gap: 5px;
  }
  .source-list span {
    font-size: 9px;
    padding: 3px 6px;
  }
  .work-bottom {
    font-size: 9px;
  }
  .work-bottom button {
    font-size: 10px;
  }
  .workspace-note {
    font-size: 9px;
    max-width: 300px;
    margin: 16px auto;
  }
  .workspace-section {
    padding-bottom: 20px;
  }
  .calm-statement {
    padding: 40px 0;
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .calm-statement h2 {
    font-size: 33px;
  }
  .calm-statement p {
    font-size: 13px;
  }
  .landscape img {
    height: 235px;
    object-position: center;
  }
  .journey {
    padding: 60px 0;
  }
  .journey .section-head h2,
  .people-band .section-head h2 {
    font-size: 36px;
  }
  .quiet-steps {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-top: 30px;
  }
  .quiet-steps h3 {
    margin: 10px 0;
    font-size: 22px;
  }
  .quiet-steps p {
    margin: 0;
  }
  .people-band {
    padding: 50px 0 30px;
  }
  .people img {
    height: 345px;
  }
  .people {
    gap: 25px;
  }
  .office {
    padding: 55px 0;
    gap: 25px;
  }
  .office-photos {
    margin: 0;
  }
  .office-photos > img:first-child {
    height: 260px;
  }
  .office-photos .office-detail {
    height: 170px;
    width: 72%;
  }
  .office h2 {
    font-size: 35px;
  }
  .final-cta h2 {
    font-size: 43px;
  }
  .final-cta {
    padding: 50px 20px;
  }
}
/* Maintain readable contrast even with a quiet palette. */
.workspace-label,
.sidebar-bottom,
.work-topline,
.work-date,
.work-bottom,
.workspace-note,
.source-list span,
.landscape figcaption,
.quiet-steps article > span {
  color: #6f7767;
}
.work-answer p,
.calm-statement p,
.quiet-steps p,
.people p,
.office p,
.final-cta p,
.section-head > p,
.footer-top p,
.footer-bottom,
.workspace-tabs button {
  color: #6c7568;
}

.office-photos > img:first-child {
  height: auto;
  aspect-ratio: 4/3;
  object-fit: contain;
}
.office-photos .office-detail {
  height: auto;
  aspect-ratio: 4/3;
  object-fit: contain;
}
/* Scroll-craft: a quiet five-chapter journey, with independent depth planes. */
.preview {
  display: none;
}
body > header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 8;
  height: 88px;
  border-bottom-color: #4557471a;
}
#mobile-nav {
  position: relative;
  z-index: 9;
  background: #fafaf7;
  padding-top: 90px;
}
.journey-hero {
  height: 360svh;
  background: #e7ece7;
}
.journey-stage {
  height: 100svh;
  min-height: 650px;
  position: sticky;
  top: 0;
  overflow: hidden;
  isolation: isolate;
}
.scene-landscape {
  position: absolute;
  inset: -7%;
  width: 114%;
  height: 114%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 45%;
  z-index: -3;
  will-change: transform;
}
.scene-atmosphere {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(
      90deg,
      #f5f6f0f5 0%,
      #f5f6f0e8 30%,
      #f5f6f080 62%,
      #f5f6f012
    ),
    linear-gradient(0deg, #fafaf7 0%, #fafaf7aa 12%, transparent 42%);
  pointer-events: none;
}
.scene-layout {
  height: calc(100% - 122px);
  padding-top: 95px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 7%;
  align-items: center;
}
.scene-narrative {
  max-width: 525px;
}
.scene-narrative > .eyebrow {
  font-size: 10px;
  color: #526451;
}
.scene-narrative h1 {
  font-size: clamp(42px, 4.5vw, 66px);
  margin: 20px 0 18px;
  line-height: 1.06;
  font-weight: 430;
  letter-spacing: -0.055em;
}
.scene-intro {
  font-size: 14px;
  max-width: 360px;
  color: #536450;
  line-height: 1.7;
  margin: 0;
}
.scene-chapter {
  margin: 24px 0 26px;
  border-left: 1px solid #87947c;
  padding-left: 18px;
  min-height: 123px;
}
.scene-chapter > span {
  font-size: 9px;
  letter-spacing: 1.4px;
  color: #58684f;
}
.scene-chapter h2 {
  font-size: 24px;
  line-height: 1.15;
  letter-spacing: -0.6px;
  margin: 9px 0;
}
.scene-chapter p {
  font-size: 12px;
  color: #596652;
  line-height: 1.7;
  max-width: 350px;
  margin: 0;
}
.scene-narrative .button {
  font-size: 12px;
  padding: 14px 18px;
  gap: 25px;
}
.scene-product {
  perspective: 1200px;
  min-width: 0;
  will-change: transform;
}
.journey-window {
  background: #fafbf7;
  border: 1px solid #ffffffdd;
  border-radius: 9px;
  box-shadow:
    0 32px 80px #213c3321,
    0 4px 12px #213c3309;
  transform-origin: center;
  will-change: transform;
  overflow: hidden;
}
.window-bar {
  height: 60px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e2e7dc;
  padding: 0 25px;
  gap: 20px;
}
.window-bar img {
  width: 76px;
  height: 38px;
}
.window-bar > span:first-of-type {
  margin-left: auto;
  font-size: 10px;
  color: #65705d;
}
.window-dot {
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #7a956e;
}
.journey-panels {
  height: 337px;
  position: relative;
}
.journey-panel {
  padding: 29px 30px 0;
  position: absolute;
  inset: 0;
}
.journey-panel h3 {
  font-size: 30px;
  letter-spacing: -1px;
  line-height: 1.12;
  margin: 15px 0 20px;
  font-weight: 430;
}
.panel-kicker {
  font-size: 8px;
  letter-spacing: 1.5px;
  color: #67735d;
}
.panel-foot {
  position: absolute;
  bottom: 20px;
  left: 30px;
  right: 30px;
  border-top: 1px solid #e1e7da;
  padding-top: 13px;
  font-size: 9px;
  color: #68735f;
}
.voice-lines {
  height: 43px;
  display: flex;
  gap: 5px;
  align-items: center;
  padding: 0 8px;
}
.voice-lines i {
  display: block;
  width: 3px;
  height: 17px;
  border-radius: 2px;
  background: #8fa489;
}
.voice-lines i:nth-child(3n) {
  height: 30px;
}
.voice-lines i:nth-child(4n) {
  height: 41px;
}
.voice-lines i:nth-child(5n) {
  height: 10px;
}
.conversation {
  margin-top: 10px;
}
.conversation > span {
  font-size: 9px;
  color: #7a856e;
}
.conversation p {
  font-size: 13px;
  margin-top: 3px;
  color: #526346;
}
.process-map {
  font-size: 10px;
  text-align: center;
  display: grid;
  gap: 3px;
  margin: 0 auto;
  max-width: 340px;
}
.process-map > div:first-child {
  border: 1px solid #d9e2d2;
  background: #f0f4ea;
  justify-self: center;
  padding: 7px 22px;
  border-radius: 3px;
}
.process-map > span {
  color: #8b9b7f;
  line-height: 1.3;
}
.map-row {
  display: flex;
  gap: 12px;
  justify-content: space-between;
}
.map-row span {
  flex: 1;
  padding: 9px 3px;
  border: 1px solid #dbe4d5;
  border-radius: 3px;
}
.map-brain {
  background: #dfe8d7;
  justify-self: center;
  padding: 8px 24px;
  border-radius: 3px;
}
.roadmap-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.roadmap-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  border-top: 1px solid #e4e9de;
  padding: 11px 0;
}
.roadmap-list li > span {
  font-size: 9px;
  color: #788c6a;
}
.roadmap-list b {
  font-size: 11px;
  font-weight: 500;
  display: block;
}
.roadmap-list small {
  font-size: 9px;
  color: #78846d;
  display: block;
}
.roadmap-list em {
  margin-left: auto;
  font-style: normal;
  font-size: 8px;
  color: #78846d;
}
.mini-workspace {
  display: grid;
  grid-template-columns: 85px minmax(0, 1fr);
  border: 1px solid #dfe6d8;
  border-radius: 3px;
  overflow: hidden;
  font-size: 9px;
}
.mini-nav {
  background: #eaf0e4;
  padding: 14px 10px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  color: #6c7d5f;
}
.mini-nav b {
  font-weight: 500;
  color: #34533a;
}
.mini-tasks {
  padding: 10px 14px;
}
.mini-tasks > div + div {
  border-top: 1px solid #e3e9dc;
  margin-top: 9px;
  padding-top: 9px;
}
.mini-tasks span {
  color: #79876c;
  font-size: 8px;
  display: block;
}
.mini-tasks b {
  display: block;
  font-weight: 500;
  margin: 2px 0;
}
.mini-tasks small {
  font-size: 8px;
  color: #7b856d;
}
.native-orbit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin: 24px 0 10px;
}
.native-orbit > span {
  font-size: 8px;
  color: #6d7d60;
  border-block: 1px solid #d4dfc9;
  padding: 10px 0;
}
.native-orbit > div {
  text-align: center;
}
.native-orbit img {
  margin: auto;
}
.native-orbit p {
  font-size: 9px;
  margin: 3px 0;
}
.native-caption {
  font-size: 10px;
  color: #6f7d63;
  text-align: center;
}
.scene-example {
  text-align: center;
  font-size: 9px;
  color: #52634d;
  margin: 16px 0 0;
}
.scene-bottom {
  position: absolute;
  bottom: 16px;
  left: 0;
  right: 0;
}
.journey-chapters {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 15px;
}
.journey-chapters button {
  padding: 12px 0;
  text-align: left;
  background: none;
  border: 0;
  border-top: 1px solid #6d7c6233;
  font-size: 12px;
  color: #687560;
  line-height: 1.4;
  transition:
    color 0.2s,
    border-color 0.2s;
}
.journey-chapters button span {
  font-size: 9px;
  margin-right: 8px;
  opacity: 0.7;
}
.journey-chapters button[aria-pressed="true"] {
  border-color: #365d43;
  color: #254e34;
}
.motion-tools {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 9px;
  color: #5e6f55;
  margin-top: 12px;
}
.motion-tools button {
  font-size: 9px;
  border: 0;
  background: none;
  padding: 5px 0;
  color: inherit;
}
.motion-tools .scroll-cue {
  margin-right: auto;
}
.workspace-section {
  padding-top: 60px;
}
.journey-full {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 35px;
}
.journey-full article {
  display: grid;
  grid-template-columns: 45px minmax(0, 0.8fr) minmax(0, 1fr);
  gap: 25px;
  border-top: 1px solid #dce4d6;
  padding: 25px 0;
  align-items: start;
}
.journey-full article > span {
  font-size: 11px;
  color: #7d8c6e;
}
.journey-full h3 {
  font-size: 25px;
  margin: 0 0 4px;
}
.journey-full small {
  font-size: 10px;
  color: #738367;
}
.journey-full p {
  font-size: 13px;
  margin: 0;
  max-width: 430px;
}
.journey-hero[data-motion-mode="manual"],
.journey-hero[data-motion-mode="reduced"] {
  height: auto;
}
.journey-hero[data-motion-mode="manual"] .journey-stage,
.journey-hero[data-motion-mode="reduced"] .journey-stage {
  position: relative;
}
.journey-hero[data-motion-mode="reduced"] * {
  transition: none !important;
}
.journey-hero[data-motion-mode="manual"] .scroll-cue,
.journey-hero[data-motion-mode="reduced"] .scroll-cue {
  visibility: hidden;
}
@media (min-width: 701px) and (max-height: 740px) {
  .scene-layout {
    padding-top: 83px;
  }
  .scene-narrative h1 {
    font-size: 48px;
    margin: 13px 0;
  }
  .scene-intro {
    font-size: 12px;
  }
  .scene-chapter {
    margin: 16px 0;
    min-height: 108px;
  }
  .scene-chapter h2 {
    font-size: 22px;
  }
  .journey-panels {
    height: 315px;
  }
  .journey-panel {
    padding-top: 22px;
  }
  .journey-panel h3 {
    font-size: 27px;
    margin: 10px 0 16px;
  }
  .panel-foot {
    bottom: 16px;
  }
  .journey-window .window-bar {
    height: 50px;
  }
}
@media (max-width: 950px) {
  .scene-layout {
    gap: 4%;
  }
  .journey-panel {
    padding-left: 20px;
    padding-right: 20px;
  }
  .panel-foot {
    left: 20px;
    right: 20px;
  }
  .scene-narrative h1 {
    font-size: 44px;
  }
  .journey-panel h3 {
    font-size: 25px;
  }
  .journey-chapters button {
    font-size: 10px;
  }
}
@media (max-width: 700px) {
  .journey-hero {
    height: auto !important;
  }
  .journey-stage {
    height: auto;
    min-height: 0;
    position: relative;
    padding: 105px 0 25px;
  }
  .scene-layout {
    height: auto;
    padding-top: 0;
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .scene-narrative h1 {
    font-size: 47px;
    line-height: 1.05;
    margin: 22px 0 18px;
  }
  .scene-narrative {
    max-width: none;
  }
  .scene-intro {
    font-size: 14px;
  }
  .scene-chapter {
    margin: 24px 0;
    min-height: 120px;
  }
  .scene-chapter h2 {
    font-size: 25px;
  }
  .scene-chapter p {
    font-size: 13px;
  }
  .scene-landscape {
    object-position: 62% 50%;
    opacity: 0.6;
  }
  .scene-atmosphere {
    background: linear-gradient(
      180deg,
      #fafaf7ed,
      #fafaf7c9 40%,
      #fafaf730 70%,
      #fafaf7
    );
  }
  .scene-product {
    max-width: 480px;
    width: 100%;
    margin: auto;
  }
  .journey-window {
    transform: none !important;
  }
  .journey-panels {
    height: 337px;
  }
  .journey-panel {
    padding: 25px 23px 0;
  }
  .journey-panel h3 {
    font-size: 29px;
  }
  .window-bar {
    height: 55px;
  }
  .panel-foot {
    left: 23px;
    right: 23px;
  }
  .scene-bottom {
    position: relative;
    bottom: auto;
    margin-top: 24px;
  }
  .journey-chapters {
    gap: 10px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .journey-chapters button {
    font-size: 11px;
    min-height: 45px;
  }
  .journey-chapters button span {
    display: block;
    font-size: 8px;
    margin-bottom: 3px;
  }
  .motion-tools {
    gap: 18px;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 16px;
  }
  .motion-tools .scroll-cue {
    display: none;
  }
  .motion-tools button,
  .motion-tools a {
    font-size: 10px;
    min-height: 30px;
  }
  .workspace-section {
    padding-top: 40px;
  }
  .journey-full article {
    grid-template-columns: 25px minmax(0, 1fr);
    gap: 12px;
  }
  .journey-full article p {
    grid-column: 2;
  }
  .journey-full h3 {
    font-size: 23px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .journey-hero {
    height: auto !important;
  }
  .journey-stage {
    position: relative;
  }
  .scene-landscape,
  .scene-product,
  .journey-window {
    transform: none !important;
    will-change: auto;
  }
}
/* Product first: architecture behind a tangible workspace, no nature in the hero. */
.journey-hero {
  background: #f0f3ef;
}
.scene-landscape {
  background: #f0f3ef;
  opacity: 1;
  overflow: hidden;
}
.scene-atmosphere {
  background:
    linear-gradient(90deg, #fafaf7 0%, #fafaf7ed 35%, #fafaf720 70%),
    linear-gradient(0deg, #fafaf7 0%, transparent 30%);
}
.architecture-ring {
  position: absolute;
  border: 1px solid #9faf9e33;
  border-radius: 50%;
  width: 720px;
  height: 720px;
  right: -80px;
  top: -20px;
}
.ring-two {
  width: 950px;
  height: 950px;
  right: -195px;
  top: -135px;
  border-color: #9faf9e24;
}
.architecture-axis {
  position: absolute;
  right: 24%;
  top: 0;
  width: 1px;
  height: 100%;
  background: #a0b39f20;
}
.scene-layout {
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.15fr);
  gap: 7%;
}
.scene-narrative h1 {
  font-size: clamp(43px, 4.35vw, 66px);
  line-height: 1.04;
  letter-spacing: -0.06em;
}
.scene-narrative h1 em {
  font-family: Geist, Arial, sans-serif;
  font-style: normal;
  font-weight: 450;
  color: #4e7759;
}
.scene-intro {
  max-width: 380px;
}
.scene-product {
  padding-top: 30px;
  padding-bottom: 36px;
}
.context-plane {
  position: absolute;
  left: 25px;
  right: -12px;
  top: 0;
  height: 74px;
  border: 1px solid #d7e1d1;
  border-radius: 8px;
  background: #e5ece1;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  padding: 14px 12px;
  font-size: 8px;
  letter-spacing: 1px;
  color: #63775b;
  transform: rotate(-2deg);
  box-shadow: 0 12px 35px #334d3210;
}
.journey-window {
  position: relative;
  background: #fcfdf9;
  box-shadow:
    0 28px 65px #213c331c,
    0 3px 8px #213c3307;
}
.agent-plane {
  position: absolute;
  bottom: 8px;
  right: -20px;
  left: 90px;
  background: #294c37;
  color: #f4f8ee;
  min-height: 65px;
  padding: 13px 17px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 13px;
  box-shadow: 0 14px 35px #21442b25;
}
.agent-orb {
  font-size: 18px;
  width: 35px;
  height: 35px;
  display: grid;
  place-items: center;
  border: 1px solid #9abc9170;
  border-radius: 8px;
  color: #c8ddba;
}
.agent-plane strong {
  font-size: 12px;
  font-weight: 450;
  display: block;
}
.agent-plane div > span {
  font-size: 9px;
  color: #c0d0b5;
}
.agent-signal {
  margin-left: auto;
  color: #b4cda6;
}
.scene-example {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 8px 0 0;
  font-size: 8px;
  color: #65775d;
}
.scene-bottom {
  bottom: 14px;
}
.scene-chapter {
  border-left-color: #a4b49a;
}
.scene-chapter h2 {
  font-size: 23px;
}
.journey-panel h3 {
  font-weight: 460;
}
@media (max-width: 950px) {
  .scene-layout {
    gap: 4%;
  }
  .scene-narrative h1 {
    font-size: 42px;
  }
  .agent-plane {
    left: 40px;
    right: -8px;
  }
  .scene-intro {
    font-size: 12px;
  }
}
@media (max-width: 700px) {
  .scene-layout {
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .scene-narrative h1 {
    font-size: clamp(36px, 10.4vw, 58px);
  }
  .scene-intro {
    font-size: 14px;
  }
  .scene-product {
    width: calc(100% - 12px);
    margin-left: 0;
  }
  .scene-bottom {
    margin-top: 48px;
  }
  .agent-plane {
    left: 42px;
    right: -12px;
  }
  .context-plane {
    right: -12px;
  }
  .scene-atmosphere {
    background: linear-gradient(
      180deg,
      #fafaf7 0%,
      #fafaf7eb 35%,
      #fafaf780 75%,
      #fafaf7
    );
  }
  .architecture-ring {
    top: 450px;
    right: -320px;
  }
  .ring-two {
    top: 340px;
    right: -435px;
  }
  .scene-chapter h2 {
    font-size: 24px;
  }
}
.scene-product {
  padding-bottom: 76px;
}
.journey-panel.is-current {
  animation: chapter-enter 0.45s ease-out both;
}
@keyframes chapter-enter {
  from {
    opacity: 0;
    transform: translateY(9px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.journey-hero[data-motion-mode="reduced"] .journey-panel {
  animation: none;
}
@media (max-width: 700px) {
  .scene-product {
    padding-bottom: 76px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .journey-panel {
    animation: none !important;
  }
}
.scene-narrative h1 {
  font-size: clamp(40px, 3.75vw, 60px);
}
.panel-foot {
  display: none;
}
.agent-plane strong {
  font-size: 11px;
}
@media (max-width: 700px) {
  .scene-narrative h1 {
    font-size: clamp(32px, 9.1vw, 50px);
  }
  .scene-intro,
  .scene-chapter p {
    font-size: 15px;
  }
  .scene-chapter {
    min-height: 148px;
  }
  .motion-tools button,
  .motion-tools a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
  }
  .agent-plane strong {
    font-size: 10px;
  }
}
.input-modes {
  display: flex;
  gap: 12px;
  margin: 4px 0 8px;
}
.input-modes button {
  font-size: 10px;
  padding: 7px 12px;
  border: 1px solid #dce5d4;
  border-radius: 20px;
  background: transparent;
  color: #748468;
  min-height: 32px;
}
.input-modes .active {
  background: #e9efdf;
  color: #35543b;
  border-color: #b6c7a7;
}
.voice-lines {
  height: 35px;
}
.voice-lines i {
  transform-origin: center;
  animation: voice-breathe 1.35s ease-in-out infinite alternate;
  animation-play-state: paused;
}
.voice-lines i:nth-child(2n) {
  animation-delay: -0.45s;
  animation-duration: 0.95s;
}
.voice-lines i:nth-child(3n) {
  animation-delay: -0.85s;
  animation-duration: 1.55s;
}
.voice-lines i:nth-child(5n) {
  animation-delay: -0.2s;
  animation-duration: 1.15s;
}
[data-motion-active="true"] .voice-lines i {
  animation-play-state: running;
}
@keyframes voice-breathe {
  from {
    transform: scaleY(0.35);
  }
  to {
    transform: scaleY(1);
  }
}
@media (prefers-reduced-motion: reduce) {
  .voice-lines i {
    animation: none !important;
  }
}
@media (max-width: 700px) {
  .input-modes button {
    min-height: 44px;
  }
}
.watch-demo {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 0;
  background: none;
  padding: 12px 0 0;
  color: #365b40;
  font-size: 11px;
  min-height: 44px;
}
.watch-demo span {
  color: #74836a;
  font-size: 9px;
}
.device-demo {
  display: block;
  width: 100%;
  background: #f3f5f0;
  border: 1px solid #dfe6d7;
  border-radius: 5px;
  padding: 0;
  overflow: hidden;
  text-align: center;
}
.device-demo img {
  width: 100%;
  height: 147px;
  object-fit: cover;
}
.device-demo > span {
  display: block;
  font-size: 10px;
  padding: 9px;
  color: #36583e;
}
.journey-panel[data-panel="3"] h3 {
  margin-bottom: 14px;
}
#product-film {
  width: min(1180px, 94vw);
  max-width: none;
  max-height: 94svh;
  padding: 18px 22px;
  border: 1px solid #d9e2d4;
  border-radius: 9px;
  background: #fafbf7;
  color: #254132;
  box-shadow: 0 35px 120px #102a3250;
}
#product-film::backdrop {
  background: #15291ec9;
  backdrop-filter: blur(5px);
}
.film-heading {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: start;
  margin-bottom: 15px;
}
.film-heading h2 {
  font-size: 22px;
  letter-spacing: -0.7px;
  margin: 0;
}
.film-heading p {
  font-size: 11px;
  margin: 7px 0 0;
  max-width: 700px;
}
.film-heading button {
  background: none;
  border: 1px solid #cfdbc6;
  border-radius: 4px;
  min-height: 44px;
  padding: 8px 14px;
  flex: none;
  color: #34553a;
}
#product-video {
  width: 100%;
  max-height: 70svh;
  display: block;
  border-radius: 4px;
  background: #f3f5f0;
}
.film-note {
  font-size: 10px;
  margin: 10px 0 0;
  color: #66755b;
}
@media (min-width: 701px) {
  .journey-hero[data-motion-mode="manual"] {
    height: 360svh;
  }
  .journey-hero[data-motion-mode="manual"] .journey-stage {
    position: sticky;
  }
}
@media (max-width: 700px) {
  .watch-demo {
    font-size: 12px;
  }
  .film-heading h2 {
    font-size: 18px;
  }
  .film-heading p {
    font-size: 11px;
  }
  #product-film {
    padding: 15px;
  }
  .device-demo img {
    height: 150px;
  }
}
@media (max-width: 700px) {
  .journey-stage {
    display: flex;
    flex-direction: column;
  }
  .scene-layout {
    display: contents;
  }
  .scene-narrative {
    order: 1;
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .scene-bottom {
    order: 2;
    margin-top: 26px;
  }
  .scene-product {
    order: 3;
    width: calc(100% - 52px);
    margin: 30px auto 40px;
  }
  .scene-example {
    position: static;
    margin-top: 16px;
  }
  .agent-plane {
    bottom: 23px;
  }
  .scene-product {
    padding-bottom: 76px;
  }
  .scene-narrative .eyebrow {
    font-size: 9px;
  }
}
/* Product direction: calm editorial scale, real product evidence. */
body {
  background: #fafbf8;
  color: #213c31;
}
h2 em {
  font-style: normal;
  letter-spacing: -0.05em;
  color: #5e7668;
}
.button {
  border-radius: 100px;
  background: #254e3c;
}
.button:hover {
  background: #173a2a;
}
.button.small {
  padding: 13px 21px;
}
.scene-narrative h1 {
  font-size: clamp(42px, 4.25vw, 68px);
  font-weight: 420;
  line-height: 1.06;
}
.scene-intro {
  max-width: 365px;
  font-size: 14px;
  line-height: 1.7;
}
.scene-chapter {
  min-height: 113px;
  margin: 22px 0;
}
.scene-chapter h2 {
  font-size: 21px;
}
.scene-chapter p {
  font-size: 12px;
}
.scene-narrative .button {
  padding: 15px 23px;
}
.scene-example {
  font-size: 10px;
}
.context-plane {
  box-shadow: none;
}
.agent-plane {
  box-shadow: 0 12px 28px #21442b15;
}
.product-story {
  padding-top: 110px;
}
.product-heading {
  text-align: center;
}
.product-heading h2 {
  font-size: clamp(44px, 5.2vw, 76px);
  font-weight: 400;
  margin: 22px 0 26px;
  line-height: 1.07;
}
.product-heading h2 em {
  font-style: normal;
  font-family: Georgia, serif;
  font-weight: 400;
}
.product-heading p {
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
}
.demo-switcher {
  display: flex;
  justify-content: center;
  gap: 9px;
  margin-top: 40px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
.demo-switcher button {
  border: 1px solid transparent;
  border-radius: 30px;
  background: transparent;
  font-size: 13px;
  padding: 12px 20px;
  color: #67756c;
}
.demo-switcher button[aria-pressed="true"] {
  background: #e7ede5;
  color: #284835;
}
.demo-switcher button:hover {
  border-color: #becfc0;
}
.demo-theatre {
  background: linear-gradient(125deg, #e1e9e2, #eff3ed 50%, #dce6df);
  padding: 50px 0 0;
  overflow: hidden;
}
.demo-theatre-inner {
  position: relative;
  min-height: 720px;
  padding: 0 0 85px;
}
.demo-caption {
  margin: 0 0 32px;
}
.demo-caption > span {
  font-size: 10px;
  letter-spacing: 1.4px;
  color: #657c6a;
}
.demo-caption h3 {
  font-size: 36px;
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: -1.3px;
  margin: 12px 0 0;
}
.demo-mac {
  width: 85%;
  max-width: 1030px;
  position: relative;
}
.mac-screen {
  border: 10px solid #252e2a;
  border-bottom-width: 20px;
  border-radius: 18px 18px 5px 5px;
  background: #fff;
  box-shadow: 0 26px 60px #304d3320;
  position: relative;
  overflow: hidden;
  aspect-ratio: 1.6;
}
.mac-screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top left;
}
.mac-camera {
  position: absolute;
  left: 46%;
  top: 0;
  width: 8%;
  height: 9px;
  background: #252e2a;
  border-radius: 0 0 6px 6px;
}
.mac-lip {
  height: 15px;
  background: linear-gradient(#d7ded8, #a2aba4);
  border-radius: 2px 2px 50% 50%;
  margin: 0 -18px;
  box-shadow: 0 15px 20px #304d3313;
}
.demo-explanation {
  position: absolute;
  right: 0;
  bottom: 115px;
  width: 330px;
  background: #fcfdfa;
  box-shadow: 0 20px 50px #304d331a;
  border: 1px solid #dce5db;
  border-radius: 16px;
  padding: 25px;
}
.demo-agent {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid #e3e9df;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.demo-agent span {
  font-size: 11px;
  color: #69796d;
}
.demo-input-label {
  font-size: 9px;
  letter-spacing: 1.5px;
  color: #6b7d6c;
}
.demo-request {
  font-size: 19px;
  line-height: 1.5;
  letter-spacing: -0.45px;
  color: #294638;
  margin: 9px 0 22px;
}
.demo-evidence {
  border-top: 1px solid #dde5d8;
  padding-top: 17px;
}
.demo-evidence > span {
  font-size: 13px;
  color: #314e3b;
}
.demo-evidence p {
  font-size: 12px;
  line-height: 1.65;
  margin: 6px 0 0;
  color: #657164;
}
.demo-result {
  margin-top: 19px;
  border-top: 1px solid #dde5d8;
  padding-top: 16px;
}
.demo-result span,
.demo-result small {
  display: block;
  font-size: 11px;
  color: #677961;
}
.demo-result strong {
  font-size: 32px;
  font-weight: 430;
  letter-spacing: -1px;
  display: block;
  margin: 3px 0;
}
.demo-controls {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 25px 0;
  border-top: 1px solid #536b4f24;
  font-size: 12px;
}
.demo-steps {
  display: flex;
  gap: 22px;
  margin-right: auto;
}
.demo-steps button {
  background: none;
  border: 0;
  padding: 12px 0;
  color: #6f7e6a;
  font-size: 12px;
  border-bottom: 1px solid transparent;
}
.demo-steps button[aria-pressed="true"] {
  color: #284c35;
  border-color: #486b4e;
}
.demo-steps span {
  font-size: 9px;
  margin-right: 7px;
}
.demo-play,
.capture-open {
  background: transparent;
  border: 0;
  padding: 12px 0;
  color: #315739;
  font-size: 12px;
  min-height: 44px;
}
.demo-provenance {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 25px;
  padding-top: 18px;
}
.demo-provenance p {
  font-size: 11px;
  color: #68766b;
  max-width: 730px;
  margin: 0;
}
.demo-provenance button {
  flex: none;
  border: 0;
  background: none;
  color: #315739;
  font-size: 12px;
  padding: 0;
}
.calm-statement {
  padding-block: 135px;
  gap: 80px;
}
.calm-statement h2 {
  font-size: clamp(40px, 4.6vw, 65px);
  line-height: 1.08;
}
.section-head h2 {
  font-size: clamp(40px, 4.5vw, 62px);
  line-height: 1.08;
}
.journey {
  padding-top: 80px;
  padding-bottom: 110px;
}
.journey-full article {
  padding: 33px 0;
}
.journey-full h3 {
  font-size: 27px;
}
.journey-full p {
  font-size: 14px;
  line-height: 1.85;
}
.people-band {
  background: #f0f3ed;
  padding: 100px 0;
}
.people img {
  border-radius: 2px;
}
.people p {
  font-size: 14px;
  line-height: 1.8;
}
.office {
  padding-block: 130px;
}
.final-cta {
  padding-block: 95px 120px;
}
.final-cta h2 {
  font-weight: 400;
}
.final-cta .micro {
  margin-top: 18px;
}
#capture-dialog {
  width: min(1400px, 96vw);
  max-width: none;
  max-height: 94svh;
  padding: 20px;
  border: 1px solid #d3dfce;
  border-radius: 12px;
  background: #fafbf8;
  color: #254333;
}
#capture-dialog::backdrop {
  background: #172b21c9;
  backdrop-filter: blur(6px);
}
.capture-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 15px;
}
.capture-heading h2 {
  font-size: 18px;
  letter-spacing: -0.4px;
  margin: 0;
}
.capture-heading button {
  background: none;
  border: 1px solid #cfdbc6;
  border-radius: 30px;
  min-height: 44px;
  padding: 8px 18px;
  color: inherit;
}
#capture-full {
  max-height: 78svh;
  object-fit: contain;
  margin: auto;
  width: 100%;
}
.demo-phone {
  width: 280px;
  aspect-ratio: 377/819;
  background: #232d26;
  border: 2px solid #8c9b8d;
  border-radius: 42px;
  padding: 6px;
  box-shadow: 0 28px 60px #304d3320;
  margin-left: 17%;
}
.phone-screen {
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 35px;
}
.phone-screen img {
  position: absolute;
  left: 0;
  top: -6.35%;
  width: 100%;
  height: 106.35%;
  max-width: none;
}
.demo-waves {
  height: 60px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.demo-waves i {
  height: 25px;
  width: 4px;
  background: #59ad8d;
  border-radius: 10px;
  animation: voice-breathe 1.2s ease-in-out infinite alternate;
  animation-play-state: paused;
}
.demo-waves i:nth-child(3n) {
  height: 43px;
  animation-delay: -0.8s;
}
.demo-waves i:nth-child(2n) {
  height: 12px;
  animation-delay: -0.4s;
}
.demo-theatre[data-playing="true"] .demo-waves i {
  animation-play-state: running;
}
@media (max-width: 1000px) {
  .demo-explanation {
    width: 300px;
    padding: 22px;
  }
  .demo-theatre-inner {
    min-height: 670px;
  }
  .demo-request {
    font-size: 17px;
  }
  .demo-mac {
    width: 91%;
  }
  .demo-caption h3 {
    font-size: 31px;
  }
  .demo-controls {
    gap: 15px;
  }
  .demo-steps {
    gap: 13px;
  }
}
@media (max-width: 700px) {
  .scene-narrative h1 {
    font-size: clamp(37px, 10vw, 54px);
  }
  .scene-intro {
    font-size: 15px;
  }
  .scene-chapter {
    min-height: 130px;
  }
  .scene-chapter h2 {
    font-size: 23px;
  }
  .scene-chapter p {
    font-size: 14px;
  }
  .product-story {
    padding-top: 75px;
  }
  .product-heading h2 {
    font-size: 40px;
  }
  .product-heading p {
    font-size: 14px;
  }
  .demo-switcher {
    gap: 3px;
    margin-top: 28px;
    margin-bottom: 20px;
  }
  .demo-switcher button {
    font-size: 11px;
    padding: 10px 13px;
  }
  .demo-theatre {
    padding-top: 32px;
  }
  .demo-theatre-inner {
    min-height: 0;
    padding-bottom: 25px;
  }
  .demo-caption h3 {
    font-size: 28px;
  }
  .demo-mac {
    width: calc(100% - 12px);
    margin: auto;
  }
  .mac-screen {
    border-width: 6px;
    border-bottom-width: 12px;
    border-radius: 10px 10px 3px 3px;
  }
  .mac-lip {
    margin: 0 -6px;
    height: 8px;
  }
  .demo-explanation {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin: 28px 0 0;
    border-radius: 12px;
    padding: 23px;
  }
  .demo-request {
    font-size: 19px;
  }
  .demo-agent {
    margin-bottom: 15px;
  }
  .demo-evidence p {
    font-size: 14px;
  }
  .demo-controls {
    flex-wrap: wrap;
    gap: 10px 25px;
    padding: 15px 0 22px;
  }
  .demo-steps {
    width: 100%;
    justify-content: space-between;
    margin: 0;
  }
  .demo-steps button {
    font-size: 12px;
    min-height: 44px;
  }
  .demo-play,
  .capture-open {
    font-size: 12px;
  }
  .demo-provenance {
    display: block;
  }
  .demo-provenance p {
    font-size: 11px;
  }
  .calm-statement {
    padding-block: 75px;
    gap: 25px;
  }
  .calm-statement h2 {
    font-size: 39px;
  }
  .section-head {
    gap: 25px;
  }
  .section-head h2 {
    font-size: 39px;
  }
  .journey {
    padding-block: 30px 65px;
  }
  .journey-full article {
    padding: 25px 0;
  }
  .journey-full h3 {
    font-size: 24px;
  }
  .people-band {
    padding-block: 65px;
  }
  .office {
    padding-block: 70px;
  }
  .final-cta {
    padding-block: 55px 75px;
  }
  .demo-phone {
    margin: 0 auto;
    width: 250px;
  }
  .capture-heading h2 {
    font-size: 14px;
  }
  #capture-dialog {
    padding: 12px;
  }
  .capture-heading {
    gap: 12px;
  }
  #capture-full {
    max-height: 77svh;
  }
}
@media (prefers-reduced-motion: reduce) {
  .demo-waves i {
    animation: none !important;
  }
  html {
    scroll-behavior: auto;
  }
}
.demo-theatre:not([data-demo-kind="purchase"]) .demo-theatre-inner {
  min-height: 840px;
}
.demo-theatre:not([data-demo-kind="purchase"]) .demo-explanation {
  right: 10%;
  bottom: 190px;
  width: 370px;
}
.demo-theatre:not([data-demo-kind="purchase"]) .demo-request {
  font-size: 26px;
  line-height: 1.35;
  letter-spacing: -0.7px;
}
.demo-theatre:not([data-demo-kind="purchase"]) .demo-phone {
  margin-top: 35px;
}
.demo-theatre[data-playing="true"] .demo-input-label::after {
  content: " ·";
  animation: demo-dot 1.2s ease-in-out infinite;
}
@keyframes demo-dot {
  50% {
    opacity: 0.15;
  }
}
@media (max-width: 1000px) {
  .demo-phone {
    margin-left: 8%;
  }
  .demo-theatre:not([data-demo-kind="purchase"]) .demo-explanation {
    right: 0;
    width: 310px;
  }
}
@media (max-width: 700px) {
  .demo-theatre:not([data-demo-kind="purchase"]) .demo-theatre-inner {
    min-height: 0;
  }
  .demo-theatre:not([data-demo-kind="purchase"]) .demo-explanation {
    width: 100%;
    bottom: auto;
    right: auto;
  }
  .demo-theatre:not([data-demo-kind="purchase"]) .demo-request {
    font-size: 22px;
  }
  .demo-phone {
    margin: 0 auto;
  }
  .demo-switcher button {
    font-size: 11px;
    padding: 11px;
  }
  .demo-switcher {
    width: calc(100% - 24px);
  }
}
@media (prefers-reduced-motion: reduce) {
  .demo-input-label::after {
    animation: none !important;
  }
}
/* Requested hero treatment: the Molde fjord, softened behind the product. */
.scene-landscape {
  background: #e1e9e5 url("assets/molde-fjord-calm.png") center 56% / cover
    no-repeat;
  filter: saturate(0.48);
  opacity: 0.72;
}
.architecture-ring,
.architecture-axis {
  display: none;
}
.scene-atmosphere {
  background:
    linear-gradient(
      90deg,
      #fafbf8f5 0%,
      #fafbf8e8 35%,
      #fafbf873 70%,
      #fafbf84d
    ),
    linear-gradient(0deg, #fafbf8 0%, #fafbf8cc 11%, transparent 42%);
}
@media (max-width: 700px) {
  .scene-landscape {
    background-position: 62% 44%;
    opacity: 0.65;
  }
  .scene-atmosphere {
    background: linear-gradient(
      180deg,
      #fafbf8ef 0%,
      #fafbf8e8 30%,
      #fafbf890 65%,
      #fafbf8 100%
    );
  }
}
.scene-atmosphere {
  inset: -15% 0;
  background:
    linear-gradient(
      90deg,
      #fafbf8f5 0%,
      #fafbf8e8 35%,
      #fafbf873 70%,
      #fafbf84d
    ),
    linear-gradient(0deg, #fafbf8 0%, #fafbf8e8 22%, transparent 50%);
}
@media (max-width: 700px) {
  .scene-atmosphere {
    background: linear-gradient(
      180deg,
      #fafbf8ef 0%,
      #fafbf8e8 30%,
      #fafbf890 65%,
      #fafbf8 100%
    );
  }
}
/* Reference typography and component proportions, using licensed Playfair Display. */
@font-face {
  font-family: Playfair;
  src: url("assets/playfair-display.woff2");
  font-style: normal;
  font-weight: 400 500;
  font-display: swap;
}
body {
  color: #18221e;
  background: #fff;
}
h1,
h2,
h1 em,
h2 em {
  font-family: Playfair, Georgia, serif;
  font-weight: 400;
  font-style: normal;
}
.scene-narrative h1,
.scene-narrative h1 em {
  font-family: Playfair, Georgia, serif;
  font-weight: 400;
  letter-spacing: -0.06em;
  line-height: 1.03;
}
.scene-narrative h1 {
  font-size: clamp(52px, 4.7vw, 74px);
}
.scene-narrative h1 em {
  color: #718e85;
}
.scene-narrative > .eyebrow {
  letter-spacing: 1.2px;
}
.scene-chapter h2 {
  font-family: Geist, Arial, sans-serif;
  font-size: 22px;
  letter-spacing: -0.035em;
}
.scene-intro {
  font-size: 15px;
  line-height: 1.65;
  color: #5e6862;
}
.button {
  background: #1c211f;
}
.button:hover {
  background: #35453a;
}
.button.small {
  padding: 14px 23px;
  font-size: 13px;
}
.journey-window {
  border: 1px solid #e7ebe7;
  border-radius: 17px;
  box-shadow:
    0 18px 45px #20312812,
    0 3px 10px #20312808;
  background: #fff;
}
.window-bar {
  border-bottom: 1px solid #e9ede8;
}
.context-plane {
  background: #e8eeeb;
  border-color: #dce4df;
  border-radius: 14px;
}
.agent-plane {
  background: #fff;
  color: #213c30;
  border: 1px solid #dfe7e0;
  border-radius: 17px;
  box-shadow: 0 15px 35px #20312810;
}
.agent-plane div > span,
.agent-signal {
  color: #768578;
}
.agent-orb {
  color: #669f87;
  border-color: #d8e6dc;
  background: #f2f7f3;
}
.product-heading h2,
.product-heading h2 em {
  font-family: Playfair, Georgia, serif;
  font-size: clamp(46px, 4.6vw, 66px);
  line-height: 1;
  letter-spacing: -0.04em;
  color: #1a231e;
}
.product-heading h2 em {
  color: #728b80;
}
.product-heading p {
  color: #626a65;
  font-size: 17px;
}
.demo-caption h3 {
  font-family: Playfair, Georgia, serif;
  font-size: 44px;
  line-height: 1.05;
  letter-spacing: -0.04em;
}
.demo-theatre {
  background: linear-gradient(135deg, #d8e3de, #eef2ef 55%, #d6e0db);
}
.demo-switcher button[aria-pressed="true"] {
  background: #fff;
  box-shadow: 0 3px 15px #1b352117;
}
.demo-switcher {
  background: #eef2ef;
  border-radius: 35px;
  padding: 5px;
  width: max-content;
  max-width: calc(100% - 40px);
}
.demo-switcher button {
  border-radius: 30px;
}
.demo-explanation {
  border-radius: 24px;
  border: 1px solid #e1e7e0;
  background: #fff;
  box-shadow: 0 18px 45px #233b2417;
}
.section-head h2,
.calm-statement h2 {
  font-family: Playfair, Georgia, serif;
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1.05;
}
.journey-full article {
  border-color: #e3e7e1;
}
.people-band {
  background: #f7f9f6;
}
.final-cta h2 {
  font-family: Playfair, Georgia, serif;
}
.film-heading h2,
.capture-heading h2 {
  font-family: Geist, Arial, sans-serif;
}
.scene-atmosphere {
  background:
    linear-gradient(
      90deg,
      #ffffffef 0%,
      #ffffffdc 35%,
      #ffffff70 70%,
      #ffffff40
    ),
    linear-gradient(0deg, #fff 0%, #ffffffee 22%, transparent 50%);
}
@media (min-width: 701px) and (max-height: 760px) {
  .scene-narrative h1 {
    font-size: 54px;
  }
  .scene-intro {
    font-size: 13px;
  }
  .scene-chapter {
    margin: 17px 0;
  }
  .scene-chapter h2 {
    font-size: 20px;
  }
}
@media (max-width: 700px) {
  .scene-narrative h1 {
    font-size: clamp(42px, 11vw, 62px);
  }
  .scene-chapter h2 {
    font-size: 23px;
  }
  .scene-intro {
    font-size: 15px;
  }
  .product-heading h2,
  .product-heading h2 em {
    font-size: 43px;
    line-height: 1.05;
  }
  .demo-caption h3 {
    font-size: 34px;
  }
  .demo-switcher {
    flex-wrap: wrap;
    width: calc(100% - 40px);
    border-radius: 20px;
    gap: 3px;
  }
  .demo-switcher button {
    flex: 1;
    white-space: nowrap;
    font-size: 10px;
  }
  .demo-explanation {
    border-radius: 20px;
  }
  .section-head h2,
  .calm-statement h2 {
    font-size: 41px;
  }
  .scene-atmosphere {
    background: linear-gradient(
      180deg,
      #ffffffef 0%,
      #ffffffe8 30%,
      #ffffff90 65%,
      #fff 100%
    );
  }
}
/* Live DOM product scene. Real text, actual scrolling and deterministic demo state. */
#desktop-capture {
  display: none;
}
.united-demo {
  position: absolute;
  left: 0;
  top: 0;
  width: 1280px;
  height: 800px;
  transform-origin: top left;
  display: flex;
  background: #fff;
  color: #17212e;
  font-family: Geist, Arial, sans-serif;
  text-align: left;
  line-height: 1.4;
}
.united-sidebar {
  width: 230px;
  flex: none;
  background: #101d31;
  color: #d6dce7;
  padding: 25px 20px;
  position: relative;
}
.united-brand {
  font-size: 22px;
  font-weight: 550;
  letter-spacing: -0.6px;
  color: #fff;
  display: flex;
  gap: 12px;
  align-items: center;
}
.united-brand > span {
  display: grid;
  place-items: center;
  width: 27px;
  height: 27px;
  background: #193b34;
  color: #83e4ba;
  border-radius: 5px;
}
.united-sidebar > small {
  display: block;
  font-size: 10px;
  letter-spacing: 2px;
  color: #96a5b8;
  margin-top: 25px;
}
.united-tenant {
  font-size: 16px;
  margin: 6px 0 18px;
  font-weight: 500;
}
.united-search {
  display: flex;
  align-items: center;
  gap: 7px;
  border: 1px solid #ffffff20;
  padding: 9px 8px;
  border-radius: 7px;
  font-size: 17px;
  color: #95a3b8;
}
.united-search span {
  font-size: 10px;
}
.united-search kbd {
  font-size: 10px;
  margin-left: auto;
}
.united-nav {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 18px;
}
.united-nav > span {
  font-size: 15px;
  padding: 12px 10px;
  border-radius: 6px;
}
.united-nav .selected {
  background: #27384e;
  color: #fff;
}
.united-user {
  position: absolute;
  bottom: 22px;
  left: 20px;
  right: 20px;
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 13px;
}
.united-user > b {
  background: #88a9d1;
  border-radius: 7px;
  font-size: 12px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
}
.united-user small {
  display: block;
  color: #9baac0;
  font-size: 10px;
  margin-top: 4px;
}
.united-main {
  flex: 1;
  min-width: 0;
  position: relative;
}
.united-top {
  height: 76px;
  border-bottom: 1px solid #e6e9ed;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 0 28px;
}
.united-agent-icon {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: #dfece5;
  color: #245940;
  display: grid;
  place-items: center;
  font-size: 25px;
}
.united-top strong {
  font-size: 20px;
  font-weight: 550;
  letter-spacing: -0.4px;
  display: block;
}
.united-top small {
  display: block;
  font-size: 12px;
  color: #76818e;
  margin-top: 3px;
}
.united-top-tools {
  margin-left: auto;
  font-size: 13px;
  color: #596773;
}
.united-thread {
  height: 560px;
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: #cdd6cf transparent;
  padding: 26px 38px 35px;
}
.united-empty {
  padding-top: 130px;
  text-align: center;
}
.united-empty > .united-agent-icon {
  margin: auto;
  width: 52px;
  height: 52px;
  font-size: 33px;
}
.united-empty h4 {
  font-size: 30px;
  font-weight: 450;
  letter-spacing: -1px;
  margin: 17px 0 8px;
}
.united-empty p {
  font-size: 17px;
  color: #7d8790;
  line-height: 1.7;
  margin: 0;
}
.united-message {
  display: flex;
  gap: 15px;
  margin-bottom: 27px;
  padding-bottom: 22px;
  border-bottom: 1px solid #edf0ed;
}
.united-message-avatar {
  width: 32px;
  height: 32px;
  border-radius: 7px;
  display: grid;
  place-items: center;
  background: #e6edf8;
  color: #516b8b;
  font-size: 10px;
  flex: none;
}
.united-message b {
  font-size: 13px;
  font-weight: 550;
}
.united-message p {
  font-size: 21px;
  line-height: 1.5;
  color: #27372f;
  margin: 7px 0 0;
  max-width: 760px;
}
.united-answer-title {
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: 15px;
  font-weight: 550;
}
.united-answer-title > span {
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  border-radius: 7px;
  background: #e4eee7;
  color: #315a44;
  font-size: 20px;
}
.united-trace {
  margin: 20px 0 22px 41px;
}
.united-trace > div {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 9px 0;
  color: #68786e;
  font-size: 14px;
}
.united-trace i {
  width: 15px;
  height: 15px;
  border: 1px solid #c4d2c5;
  border-radius: 50%;
  position: relative;
}
.united-trace .complete i {
  background: #dcecdf;
  border-color: #b1d0b8;
}
.united-trace .complete i::after {
  content: "✓";
  position: absolute;
  font-size: 11px;
  left: 2px;
  top: -1px;
  color: #306646;
}
.united-trace small {
  font-size: 10px;
  color: #8a968d;
  background: #f3f5f1;
  border-radius: 5px;
  padding: 3px 8px;
  margin-left: auto;
}
.united-proposal {
  margin-left: 41px;
  border: 1px solid #d9e3db;
  border-radius: 11px;
  overflow: hidden;
  max-width: 765px;
}
.united-proposal-head {
  padding: 19px 24px;
  background: #f3f6f2;
  border-bottom: 1px solid #e1e8df;
}
.united-proposal-head span {
  display: block;
  font-size: 10px;
  letter-spacing: 1.4px;
  color: #758770;
}
.united-proposal-head b {
  display: block;
  font-size: 25px;
  font-weight: 500;
  margin-top: 6px;
  letter-spacing: -0.7px;
}
.united-proposal table {
  border-collapse: collapse;
  width: 100%;
  font-size: 17px;
}
.united-proposal th {
  text-align: left;
  font-size: 10px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #7a8a78;
  font-weight: 500;
  padding: 17px 20px 10px;
}
.united-proposal td {
  padding: 15px 20px;
  border-bottom: 1px solid #e7ece4;
  color: #2f4435;
  white-space: nowrap;
}
.united-proposal th:first-child,
.united-proposal td:first-child {
  padding-left: 25px;
}
.united-proposal td small {
  display: block;
  font-size: 11px;
  color: #819078;
  margin-top: 3px;
}
.united-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 25px;
  color: #28452e;
  font-size: 16px;
}
.united-total strong {
  font-size: 29px;
  font-weight: 500;
  letter-spacing: -0.8px;
}
.united-approval {
  display: flex;
  gap: 13px;
  margin: 0 20px 20px;
  background: #f1f5ed;
  border: 1px solid #dce5d5;
  border-radius: 8px;
  padding: 16px;
}
.united-approval > span {
  font-size: 24px;
  color: #678250;
}
.united-approval b {
  font-size: 16px;
  font-weight: 500;
}
.united-approval p {
  font-size: 14px;
  line-height: 1.6;
  color: #65745c;
  margin: 5px 0 0;
}
.united-source {
  font-size: 10px;
  color: #7b8975;
  padding: 0 25px 18px;
}
.united-ready {
  margin: 0 25px 22px;
  border: 1px solid #b9cbb3;
  border-radius: 6px;
  font-size: 15px;
  padding: 12px 16px;
  color: #33543d;
  display: flex;
  justify-content: space-between;
  background: #fafff7;
}
.united-compose {
  position: absolute;
  bottom: 20px;
  left: 30px;
  right: 30px;
  min-height: 117px;
  border: 1px solid #d7ded7;
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 4px 12px #18251c06;
  padding: 17px 20px;
}
.united-typing {
  font-size: 18px;
  line-height: 1.5;
  min-height: 32px;
  max-width: 875px;
  color: #8a939b;
}
.united-typing.has-text {
  color: #243d2d;
}
.united-typing.is-typing::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 20px;
  background: #395b40;
  vertical-align: text-bottom;
  margin-left: 2px;
  animation: caret-blink 1s steps(1) infinite;
}
.united-compose-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 12px;
  color: #879188;
  font-size: 24px;
}
.united-compose-hint {
  font-size: 11px;
  margin-right: auto;
}
.united-send {
  background: #3152c1;
  color: #fff;
  border-radius: 50%;
  width: 33px;
  height: 33px;
  display: grid;
  place-items: center;
  font-size: 22px;
}
.united-send.is-pressed {
  scale: 0.84;
  background: #1e3997;
}
.united-mic {
  font-size: 22px;
}
.demo-cursor {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  filter: drop-shadow(0 2px 3px #10251e40);
  pointer-events: none;
}
.demo-cursor::after {
  content: "";
  position: absolute;
  left: -14px;
  top: -12px;
  width: 42px;
  height: 42px;
  border: 2px solid #537d6244;
  border-radius: 50%;
  opacity: 0;
}
.demo-cursor.is-clicking::after {
  opacity: 1;
}
.united-demo[data-phase="idle"] .demo-cursor {
  opacity: 0;
}
.united-proposal.is-entering {
  animation: proposal-arrive 0.7s cubic-bezier(0.22, 1, 0.36, 1) both;
}
@keyframes caret-blink {
  50% {
    opacity: 0;
  }
}
@keyframes proposal-arrive {
  from {
    opacity: 0;
    translate: 0 18px;
  }
  to {
    opacity: 1;
    translate: 0 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .united-typing::after,
  .united-proposal {
    animation: none !important;
  }
}
.cookie-panel {
  position: fixed;
  bottom: 24px;
  left: 24px;
  width: min(420px, calc(100vw - 48px));
  z-index: 1000;
  background: #fff;
  border: 1px solid #e1e5df;
  border-radius: 20px;
  padding: 26px;
  box-shadow: 0 10px 45px #18251c20;
  color: #25332b;
}
.cookie-panel h2 {
  font-family: Playfair, Georgia, serif;
  font-size: 30px;
  letter-spacing: -0.03em;
  margin: 10px 0 15px;
  line-height: 1.12;
}
.cookie-panel p {
  font-size: 13px;
  line-height: 1.65;
  margin: 10px 0;
  color: #667067;
}
.cookie-panel .eyebrow {
  font-size: 9px;
}
.cookie-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 22px;
  font-size: 12px;
}
.cookie-actions button {
  border: 1px solid #23372b;
  border-radius: 8px;
  background: #23372b;
  color: #fff;
  padding: 10px 27px;
}
.cookie-actions a {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.cookie-settings {
  padding: 0;
  border: 0;
  background: none;
  color: inherit;
  font-size: inherit;
}
.cookie-settings:hover {
  text-decoration: underline;
}
.united-thread {
  scroll-behavior: auto;
}
.mac-screen {
  width: 100%;
  aspect-ratio: auto;
}
#mobile-capture {
  display: none;
}
.business-demo {
  position: absolute;
  inset: 0;
  width: 377px;
  height: 819px;
  transform-origin: top left;
  background: #fff;
  color: #182326;
  font-family: Geist, Arial, sans-serif;
  line-height: 1.35;
  text-align: left;
}
.business-status {
  height: 56px;
  padding: 19px 27px 0;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
}
.business-island {
  position: absolute;
  left: 135px;
  top: 8px;
  width: 107px;
  height: 29px;
  background: #060909;
  border-radius: 22px;
}
.business-tools {
  padding: 12px 24px 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 25px;
}
.business-avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 9px;
  color: #fff;
  background: #192a3b;
}
.business-title {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 13px 22px 10px;
}
.business-title img {
  position: static !important;
  width: 82px !important;
  height: 40px !important;
  object-fit: contain;
}
.business-title h4 {
  font-size: 27px;
  letter-spacing: -1px;
  margin: 0;
  font-weight: 600;
}
.business-teams {
  font-size: 14px;
  padding: 12px 23px;
  border-bottom: 1px solid #edf0ee;
  display: flex;
  gap: 10px;
  align-items: center;
}
.business-teams > span {
  color: #22b189;
  font-size: 23px;
}
.business-teams small {
  margin-left: auto;
  color: #a3afa7;
  font-size: 22px;
}
.business-agents > div {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 13px 23px;
  border-bottom: 1px solid #edf0ee;
  min-height: 70px;
}
.business-agents p {
  margin: 0;
  min-width: 0;
  flex: 1;
}
.business-agents b {
  display: block;
  font-size: 15px;
  color: #172225;
  font-weight: 550;
}
.business-agents p span {
  display: block;
  font-size: 11px;
  color: #606b69;
}
.business-agents small {
  display: block;
  font-size: 10px;
  color: #8c9490;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 3px;
}
.business-agents time {
  font-size: 9px;
  color: #9aa29c;
  align-self: flex-start;
  padding-top: 5px;
}
.business-agents i {
  width: 27px;
  height: 30px;
  flex: none;
  background: var(--robot);
  border-radius: 4px;
  position: relative;
}
.business-agents i:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 7px;
  width: 3px;
  height: 9px;
  border-left: 2px solid white;
  border-right: 2px solid white;
  box-sizing: content-box;
}
.business-agents i:after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 4px;
  width: 15px;
  height: 7px;
  border-left: 4px solid var(--robot);
  border-right: 4px solid var(--robot);
}
.business-agents .agent-working {
  color: #24b291;
}
.business-voice {
  position: absolute;
  bottom: 36px;
  left: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  height: 170px;
  background: linear-gradient(0deg, #fff 65%, #ffffff00);
}
.business-orb {
  height: 68px;
  width: 68px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  border: 1px solid #73e4c526;
  box-shadow:
    0 0 0 12px #4be6c20a,
    0 0 0 25px #4be6c206;
  flex: none;
}
.business-orb span {
  display: block;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  background: radial-gradient(
    circle at 36% 30%,
    #edfff9,
    #6cf3d0 35%,
    #14cda5 65%,
    #09ae94
  );
  box-shadow: 0 0 24px #5aeaca60;
}
.business-voice p {
  font-size: 11px;
  color: #849a91;
  margin: 18px 0 0;
}
.business-transcript {
  font-size: 19px;
  line-height: 1.45;
  text-align: center;
  color: #334f43;
  margin: 0 5px 30px;
  background: white;
}
.business-demo[data-kind="voice"][data-phase="input"] .business-voice {
  height: 370px;
  background: linear-gradient(0deg, #fff 80%, #ffffff00);
}
.business-wave {
  display: flex;
  gap: 4px;
  align-items: center;
  height: 32px;
  margin-top: 10px;
}
.business-wave i {
  width: 3px;
  border-radius: 3px;
  background: #74a28b;
}
.business-home {
  position: absolute;
  bottom: 9px;
  left: 127px;
  width: 123px;
  height: 5px;
  border-radius: 5px;
  background: #19251f;
}
.business-chat-head {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 10px 21px 17px;
  border-bottom: 1px solid #edf1ec;
  height: 68px;
}
.business-chat-head > span {
  font-size: 28px;
  color: #4d6557;
}
.business-chat-head > span:last-child {
  margin-left: auto;
  font-size: 15px;
}
.business-chat-head b {
  font-size: 17px;
  font-weight: 550;
  display: block;
}
.business-chat-head small {
  font-size: 11px;
  color: #97a297;
}
.business-thread {
  height: 603px;
  overflow: auto;
  padding: 17px 20px 28px;
  scrollbar-width: none;
  scroll-behavior: auto;
}
.business-day {
  font-size: 10px;
  text-align: center;
  color: #a5aca5;
  margin: 0 0 20px;
}
.business-user-message {
  background: #e8f2eb;
  border-radius: 16px 16px 3px 16px;
  font-size: 16px;
  line-height: 1.5;
  padding: 14px 17px;
  margin-left: 32px;
  color: #344c3b;
}
.business-working {
  font-size: 11px;
  color: #8a9b8c;
  margin: 24px 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.business-working i {
  height: 7px;
  width: 7px;
  border-radius: 50%;
  background: #75bd93;
}
.business-brief {
  margin-top: 24px;
  padding: 20px;
  border: 1px solid #e1e7de;
  border-radius: 13px;
  background: #fff;
}
.business-brief-label {
  font-size: 8px;
  letter-spacing: 1.5px;
  color: #8a9c82;
}
.business-brief h4 {
  font-family: Geist, Arial, sans-serif;
  font-size: 24px;
  line-height: 1.1;
  letter-spacing: -1px;
  font-weight: 500;
  margin: 12px 0;
}
.business-brief-meta {
  font-size: 10px !important;
  color: #93a08e !important;
  margin-bottom: 20px !important;
}
.business-brief section {
  border-top: 1px solid #e7ece3;
  padding: 18px 0 5px;
}
.business-brief section > small {
  font-size: 8px;
  letter-spacing: 0.7px;
  color: #8c9c81;
}
.business-brief h5 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  margin: 10px 0;
}
.business-brief p {
  font-size: 13px;
  line-height: 1.6;
  color: #6c7b64;
  margin: 10px 0;
}
.business-brief-end {
  font-size: 10px;
  border-top: 1px solid #e6ece1;
  color: #6d9463;
  padding-top: 16px;
  margin-top: 10px;
}
.business-composer {
  position: absolute;
  bottom: 34px;
  left: 17px;
  right: 17px;
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 12px 13px;
  background: #f8faf7;
  border: 1px solid #e6ebe2;
  border-radius: 21px;
  min-height: 44px;
  font-size: 13px;
  color: #a0a99b;
}
.business-composer > span {
  flex: 1;
}
.business-composer > b {
  display: grid;
  place-items: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #24b293;
  color: #fff;
  font-size: 18px;
  flex: none;
}
.business-touch {
  position: absolute;
  width: 32px;
  height: 32px;
  border: 2px solid #244d3755;
  border-radius: 50%;
  box-shadow: 0 0 0 8px #244d3709;
}
.business-demo .is-typing:after {
  content: "|";
  color: #67977f;
  animation: caret-blink 1s steps(1) infinite;
}
@media (prefers-reduced-motion: reduce) {
  .business-demo .is-typing:after {
    animation: none;
  }
}
.demo-phone {
  aspect-ratio: auto;
}
.phone-screen {
  height: auto;
  aspect-ratio: 377/819;
}
.calm-statement {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 90px;
  row-gap: 10px;
  align-items: center;
  padding-block: 130px;
}
.calm-statement > div {
  grid-column: 1;
  grid-row: 1;
  align-self: end;
}
.calm-statement > p {
  grid-column: 1;
  grid-row: 2;
  align-self: start;
  max-width: 410px;
  font-size: 16px;
  line-height: 1.8;
}
.brain-context {
  grid-column: 2;
  grid-row: 1/3;
  position: relative;
  min-height: 360px;
  margin: 0;
}
.brain-context > svg {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  fill: none;
  stroke: #dce4dd;
  stroke-width: 1;
}
.brain-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #dce6dd;
  background: #fff;
  box-shadow: 0 10px 35px #21382b0a;
  border-radius: 18px;
  width: 158px;
  height: 116px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}
.brain-center img {
  width: 88px;
  height: 44px;
}
.brain-center span {
  font-size: 11px;
  color: #5d7765;
}
.brain-node {
  position: absolute;
  border: 1px solid #e6eae4;
  border-radius: 10px;
  background: #fafbf9;
  padding: 12px 16px;
  min-width: 145px;
}
.brain-node span {
  display: block;
  font-size: 13px;
  color: #364c3e;
}
.brain-node small {
  display: block;
  font-size: 10px;
  color: #899683;
  margin-top: 5px;
}
.brain-people {
  left: 0;
  top: 26px;
}
.brain-process {
  right: 0;
  top: 26px;
}
.brain-systems {
  left: 0;
  bottom: 23px;
}
.brain-knowledge {
  right: 0;
  bottom: 23px;
}
.brain-context figcaption {
  position: absolute;
  bottom: -36px;
  width: 100%;
  text-align: center;
  font-size: 10px;
  color: #8d998b;
}
.footer-top {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 18px 55px;
  align-items: start;
  padding: 70px 0;
}
.footer-top > .brand {
  grid-column: 1;
  grid-row: 1;
}
.footer-top > p {
  grid-column: 1;
  grid-row: 2;
  width: 180px;
  font-size: 12px;
  margin: 0;
}
.footer-links {
  grid-column: 2;
  grid-row: 1/3;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
  max-width: 650px;
  justify-self: end;
  width: 100%;
}
.footer-links > div {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer-links > div > span {
  font-size: 11px;
  color: #99a294;
  margin-bottom: 5px;
}
.footer-links a {
  font-size: 12px;
  color: #52654f;
}
.footer-links a:hover {
  color: #18251c;
}
.footer-bottom {
  font-size: 10px;
}
@media (max-width: 700px) {
  .calm-statement {
    grid-template-columns: 1fr;
    gap: 15px;
    padding-block: 80px;
  }
  .calm-statement > p {
    grid-row: 2;
  }
  .brain-context {
    grid-column: 1;
    grid-row: 3;
    margin-top: 20px;
    min-height: 315px;
  }
  .brain-node {
    min-width: 128px;
    padding: 10px 11px;
  }
  .brain-node small {
    font-size: 9px;
  }
  .brain-center {
    width: 130px;
    height: 100px;
  }
  .footer-top {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .footer-top > .brand,
  .footer-top > p,
  .footer-links {
    grid-column: 1;
    grid-row: auto;
  }
  .footer-top > p {
    width: auto;
  }
  .footer-links {
    gap: 20px;
    margin-top: 20px;
  }
  .footer-links a {
    font-size: 11px;
  }
}
.hero-devices {
  position: relative;
  background: #f1f5f1 !important;
  border: 0 !important;
  display: block !important;
  padding: 17px 21px 32px !important;
  min-height: 188px !important;
  overflow: visible !important;
  margin-top: 8px;
}
.hero-mac {
  width: 83%;
  padding: 5px 5px 8px;
  background: #24322a;
  border-radius: 8px 8px 3px 3px;
  box-shadow: 0 7px 16px #15362215;
}
.hero-mac video {
  width: 100%;
  aspect-ratio: 1.6;
  background: #fff;
  border-radius: 3px;
}
.hero-phone {
  position: absolute;
  right: 19px;
  bottom: 31px;
  width: 18%;
  border: 3px solid #203228;
  border-radius: 13px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 8px 20px #203b3020;
}
.hero-phone video {
  width: 100%;
  aspect-ratio: 377/819;
}
.hero-devices > span {
  position: absolute !important;
  bottom: 9px !important;
  left: 21px !important;
  background: none !important;
  color: #607e67 !important;
  padding: 0 !important;
  font-size: 10px !important;
}
.journey-panel[data-panel="3"] .panel-foot {
  display: none;
}
.journey-panel[data-panel="3"] h3 {
  margin-bottom: 7px;
  font-size: 25px;
}
.journey-panel[data-panel="3"] {
  padding-top: 19px;
}
@media (max-width: 700px) {
  .hero-devices {
    min-height: 170px !important;
  }
  .hero-phone {
    width: 21%;
  }
}
.hero-devices {
  height: 190px !important;
  min-height: 0 !important;
  padding: 8px 16px 27px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.hero-mac {
  width: 245px;
  max-width: 78%;
  flex: none;
}
.hero-phone {
  width: 67px;
  right: calc(50% - 150px);
  bottom: 28px;
}
.hero-devices > span {
  left: 0 !important;
  width: 100%;
  text-align: center;
}
@media (max-width: 700px) {
  .hero-devices {
    height: 181px !important;
    min-height: 0 !important;
  }
  .hero-phone {
    width: 61px;
    right: 4px;
  }
  .hero-mac {
    width: 225px;
  }
}
.branded-map {
  max-width: 400px;
  gap: 0;
  margin-top: 12px;
}
.branded-map > .map-people:first-child {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #f7f9f5;
  border-color: #dfe7dc;
  border-radius: 9px;
  padding: 5px 14px;
  color: #506c56;
}
.map-people svg {
  width: 53px;
  height: 28px;
}
.map-people > span {
  font-size: 11px;
}
.branded-map .map-connect {
  width: 1px;
  height: 10px;
  background: #c9d7c7;
  justify-self: center;
}
.branded-map .map-row {
  gap: 9px;
}
.branded-map .map-card {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border: 1px solid #dfe6db;
  border-radius: 8px;
  padding: 8px 4px;
  color: #678363;
  background: #fff;
}
.branded-map .map-card > span {
  border: 0;
  padding: 0;
  flex: none;
  font-size: 10px;
  color: #4a604a;
}
.map-card > svg {
  width: 24px;
  height: 24px;
}
.map-system-logos {
  display: flex;
  gap: 7px;
  height: 24px;
  align-items: center;
}
.map-system-logos img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.branded-map .map-brain {
  display: flex;
  gap: 8px;
  align-items: center;
  text-align: left;
  padding: 3px 16px 3px 7px;
  border-radius: 9px;
  border: 1px solid #d4e1ce;
  background: #f0f6eb;
}
.map-brain > img {
  width: 42px;
  height: 42px;
}
.map-brain > span {
  font-size: 13px;
  font-weight: 500;
  color: #38563d;
}
.map-brain small {
  display: block;
  font-size: 8px;
  font-weight: 400;
  color: #7d9275;
  margin-top: 2px;
}
.journey-panel[data-panel="1"] h3 {
  margin-bottom: 11px;
}
.brain-center img {
  width: 67px;
  height: 67px;
}
.brain-center span {
  font-weight: 550;
  font-size: 13px;
}
.brain-center {
  gap: 0;
}
@media (max-width: 700px) {
  .branded-map .map-row {
    gap: 6px;
  }
  .map-system-logos {
    gap: 4px;
  }
  .map-system-logos img {
    width: 17px;
    height: 17px;
  }
  .branded-map {
    margin-top: 8px;
  }
}
/* Editorial content pages share the main site's typography and spacing. */
.detail-page header {
  position: relative;
  height: 90px;
}
.detail-hero {
  padding: 50px 0 65px;
  text-align: center;
  max-width: 920px;
}
.breadcrumbs {
  display: flex;
  justify-content: center;
  gap: 12px;
  font-size: 11px;
  color: #8b9788;
  margin-bottom: 48px;
}
.detail-hero h1 {
  font-family: Playfair, Georgia, serif;
  font-size: clamp(44px, 5.8vw, 82px);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 1.04;
  margin: 24px auto;
  max-width: 900px;
}
.detail-hero > p {
  font-size: 18px;
  line-height: 1.75;
  max-width: 710px;
  margin: 25px auto 0;
}
.detail-media {
  width: calc(100% - 112px);
  max-width: 1060px;
  margin: 0 auto 100px;
  background: #edf2ed;
  border-radius: 22px;
  padding: 35px;
}
.detail-media video,
.detail-media > img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  max-height: 640px;
  object-fit: cover;
}
.detail-media figcaption {
  text-align: center;
  font-size: 11px;
  color: #8a9785;
  margin-top: 17px;
}
.detail-media.phone-detail video {
  max-width: 290px;
  margin: auto;
  max-height: 640px;
  border: 6px solid #26362c;
  border-radius: 34px;
}
.detail-media.brain-detail > img {
  height: 280px;
  object-fit: contain;
}
.detail-copy {
  max-width: 780px;
}
.detail-copy > section {
  padding: 32px 0;
  border-bottom: 1px solid #e2e8de;
}
.detail-copy h2 {
  font-family: Playfair, Georgia, serif;
  font-size: 34px;
  line-height: 1.15;
  font-weight: 400;
  letter-spacing: -0.03em;
  margin: 0 0 20px;
}
.detail-copy p {
  font-size: 17px;
  line-height: 1.85;
}
.related {
  margin: 65px 0;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.related h2 {
  width: 100%;
}
.related a {
  border: 1px solid #dbe5d6;
  padding: 12px 20px;
  border-radius: 10px;
  font-size: 13px;
}
.detail-footer {
  display: flex;
  align-items: center;
  gap: 25px;
  padding-block: 40px;
  font-size: 12px;
}
.detail-footer small {
  margin-left: auto;
  color: #98a18f;
}
.faq-section {
  padding-block: 85px;
  max-width: 960px;
}
.faq-section h2 {
  font-family: Playfair, Georgia, serif;
  font-size: 47px;
  font-weight: 400;
  line-height: 1.15;
}
.faq-list details,
.detail-faq details {
  padding: 22px 0;
  border-bottom: 1px solid #e0e7dc;
}
.faq-list summary,
.detail-faq summary {
  font-size: 16px;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.faq-list summary:after,
.detail-faq summary:after {
  content: "+";
  color: #8a9b80;
}
.faq-list details[open] summary:after,
.detail-faq details[open] summary:after {
  content: "−";
}
.faq-list p,
.detail-faq p {
  font-size: 14px;
  line-height: 1.8;
  max-width: 760px;
}
@media (max-width: 700px) {
  .detail-page header nav {
    display: none;
  }
  .detail-page header .button {
    font-size: 10px;
    padding: 10px 14px;
  }
  .detail-hero {
    padding-top: 25px;
  }
  .breadcrumbs {
    margin-bottom: 30px;
  }
  .detail-hero > p {
    font-size: 16px;
  }
  .detail-media {
    width: calc(100% - 40px);
    padding: 15px;
    margin-bottom: 40px;
  }
  .detail-copy h2 {
    font-size: 29px;
  }
  .detail-copy p {
    font-size: 15px;
  }
  .detail-footer {
    flex-wrap: wrap;
    gap: 18px;
  }
  .detail-footer small {
    margin-left: 0;
    width: 100%;
  }
  .faq-section h2 {
    font-size: 36px;
  }
}
.case-stage {
  background: linear-gradient(135deg, #e1e9e3, #f0f4ef 55%, #dce6df);
  padding: 55px 0 30px;
}
.case-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 40px;
  align-items: center;
}
.case-caption {
  grid-column: 1/-1;
}
.case-caption h3 {
  font-family: Playfair, Georgia, serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.04em;
  max-width: 760px;
  margin: 18px 0 0;
}
.case-device {
  min-width: 0;
  position: relative;
}
.case-device.phone {
  width: 300px;
  background: #25352a;
  border: 2px solid #8c9b8d;
  border-radius: 42px;
  padding: 6px;
  margin-inline: auto;
  box-shadow: 0 20px 55px #314b3020;
}
.case-device.mac {
  width: 100%;
  background: #25352a;
  border-radius: 16px 16px 4px 4px;
  padding: 9px 9px 17px;
  box-shadow: 0 20px 55px #314b3020;
}
.case-display {
  position: relative;
  overflow: hidden;
  background: white;
  width: 100%;
}
.phone .case-display {
  aspect-ratio: 377/819;
  border-radius: 34px;
}
.mac .case-display {
  aspect-ratio: 1280/800;
  border-radius: 7px;
}
.case-lip {
  display: none;
}
.mac .case-lip {
  display: block;
  position: absolute;
  height: 11px;
  background: linear-gradient(#d7ded9, #a3aea7);
  left: -14px;
  right: -14px;
  bottom: -8px;
  border-radius: 0 0 50% 50%;
}
.case-explanation {
  background: #fff;
  border: 1px solid #e0e8dc;
  border-radius: 24px;
  padding: 30px;
  box-shadow: 0 20px 45px #2f492810;
}
.case-explanation > p:first-of-type {
  font-size: 20px;
  line-height: 1.65;
  color: #2c4736;
  margin: 24px 0;
}
.case-explanation hr {
  border: 0;
  border-top: 1px solid #dce5d6;
  margin: 26px 0;
}
.case-explanation > strong {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.6;
  display: block;
}
.case-explanation > p {
  font-size: 13px;
  line-height: 1.8;
  color: #7b8a72;
}
.case-explanation > a {
  font-size: 12px;
  display: inline-block;
  margin-top: 24px;
  border-bottom: 1px solid #a1b298;
  padding-bottom: 4px;
}
.case-controls {
  grid-column: 1/-1;
  border-top: 1px solid #cfdacb;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 17px;
  margin-top: 10px;
  gap: 15px;
}
.case-controls > div {
  display: flex;
  gap: 22px;
}
.case-controls button {
  border: 0;
  background: none;
  color: #819276;
  font-size: 11px;
  padding: 12px 0;
}
.case-controls button[aria-pressed="true"] {
  color: #204d2e;
  border-bottom: 1px solid #52774d;
}
.case-controls #case-play {
  color: #315638;
}
.case-canvas {
  position: absolute;
  inset: 0;
  transform-origin: top left;
  background: #fff;
  color: #263a30;
  font-family: Geist, Arial, sans-serif;
  line-height: 1.45;
  text-align: left;
}
.phone-canvas {
  width: 377px;
  height: 819px;
}
.mac-canvas {
  width: 1280px;
  height: 800px;
  display: flex;
}
.case-phone-status {
  height: 53px;
  display: flex;
  justify-content: space-between;
  padding: 17px 27px;
  font-size: 11px;
}
.case-phone-status i {
  width: 100px;
  height: 25px;
  border-radius: 20px;
  background: #080e0b;
  position: absolute;
  top: 9px;
  left: 138px;
}
.case-home {
  position: absolute;
  bottom: 8px;
  left: 128px;
  width: 120px;
  height: 4px;
  border-radius: 5px;
  background: #223528;
}
.case-sidebar {
  width: 225px;
  flex: none;
  background: #142b3e;
  color: #b8c8d0;
  padding: 26px 20px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.case-sidebar > img {
  width: 88px;
  margin-bottom: 10px;
  filter: brightness(0) invert(1);
}
.case-sidebar > strong {
  font-size: 19px;
  font-weight: 500;
}
.case-sidebar > small {
  font-size: 10px;
  letter-spacing: 1px;
  margin: 30px 0 15px;
  color: #77909f;
}
.case-sidebar > span {
  padding: 13px 12px;
  font-size: 16px;
}
.case-sidebar > .selected {
  border-radius: 8px;
  background: #254255;
  color: #fff;
}
.case-sidebar-bottom {
  position: absolute;
  bottom: 24px;
  font-size: 14px;
}
.case-sidebar-bottom small {
  display: block;
  font-size: 10px;
  color: #829baa;
  margin-top: 5px;
}
.crm .case-sidebar {
  background: #f6f8f5;
  color: #4f6253;
  border-right: 1px solid #e1e7dd;
}
.crm .case-sidebar > img {
  filter: none;
}
.crm .case-sidebar > .selected {
  background: #e6eee1;
  color: #3b5c3c;
}
.case-app {
  position: relative;
  min-width: 0;
  flex: 1;
}
.case-app-header {
  height: 77px;
  border-bottom: 1px solid #e6eae2;
  display: flex;
  gap: 13px;
  align-items: center;
  padding: 0 25px;
}
.case-agent-mark {
  display: grid;
  place-items: center;
  width: 35px;
  height: 35px;
  border-radius: 10px;
  background: #e4f0e7;
  color: #57996d;
  font-size: 23px;
  flex: none;
}
.case-app-header b {
  font-size: 20px;
  font-weight: 500;
  display: block;
  letter-spacing: -0.4px;
}
.case-app-header small {
  font-size: 11px;
  color: #8b9b85;
  display: block;
  margin-top: 3px;
}
.case-app-tools {
  margin-left: auto;
  color: #71846c;
}
.case-thread {
  height: 555px;
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: #d0dcc7 transparent;
  padding: 28px 34px 35px;
  scroll-behavior: auto;
}
.case-empty {
  padding: 100px 35px;
  text-align: center;
}
.case-empty > .case-agent-mark {
  margin: auto;
}
.case-empty h4 {
  font-size: 30px;
  font-weight: 450;
  line-height: 1.2;
  letter-spacing: -0.7px;
  margin: 20px 0 10px;
}
.case-empty p {
  font-size: 16px;
  line-height: 1.7;
  max-width: 600px;
  margin: auto;
  color: #829077;
}
.case-request {
  margin: 0 0 25px 45px;
  padding: 18px 23px;
  background: #eef4ea;
  border-radius: 13px 13px 3px 13px;
  font-size: 19px;
  line-height: 1.6;
  color: #3f5638;
}
.case-checks {
  margin: 20px 0;
}
.case-checks > div {
  display: flex;
  gap: 12px;
  align-items: center;
  color: #8b9c80;
  font-size: 14px;
  padding: 8px 0;
}
.case-checks i {
  width: 13px;
  height: 13px;
  flex: none;
  border-radius: 50%;
  border: 1px solid #c5d5ba;
}
.case-checks .checked i {
  background: #cee5c5;
  border-color: #b2cfa4;
}
.case-checks .checked i:after {
  content: "✓";
  display: block;
  font-size: 9px;
  color: #478439;
  text-align: center;
}
.case-result {
  border: 1px solid #dbe5d3;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}
.result-title {
  padding: 24px;
  background: #f6f8f3;
  border-bottom: 1px solid #e3eadd;
}
.result-title > small {
  font-size: 10px;
  letter-spacing: 1px;
  color: #879d79;
}
.result-title h4 {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.8px;
  margin: 10px 0;
}
.result-title p {
  font-size: 13px;
  color: #8a9a7d;
  margin: 8px 0 0;
}
.case-result table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
}
.case-result td,
.case-result th {
  text-align: left;
  padding: 17px 22px;
  border-bottom: 1px solid #e8eee3;
}
.case-result th {
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  color: #91a283;
}
.case-result td small {
  display: block;
  font-size: 10px;
  color: #99a68e;
}
.case-state {
  margin: 20px;
  padding: 13px 16px;
  font-size: 14px;
  color: #4d713c;
  background: #f1f6eb;
  border: 1px solid #d8e7ca;
  border-radius: 7px;
}
.task-line {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin: 0 23px;
  padding: 18px 0;
  border-bottom: 1px solid #e8eee1;
}
.task-line i {
  width: 9px;
  height: 9px;
  background: #b7d19c;
  border-radius: 50%;
  flex: none;
  margin-top: 7px;
}
.task-line .task-done {
  background: #659857;
}
.task-line b {
  font-size: 16px;
  font-weight: 500;
  display: block;
}
.task-line span {
  font-size: 13px;
  color: #879975;
  display: block;
  margin-top: 5px;
}
.task-line em {
  font-size: 10px;
  font-style: normal;
  color: #91a780;
  margin-left: auto;
  padding-top: 3px;
}
.result-footnote {
  font-size: 11px;
  color: #93a383;
  margin: 20px 23px;
}
.case-composer {
  position: absolute;
  bottom: 24px;
  left: 25px;
  right: 25px;
  padding: 15px 18px;
  border: 1px solid #d6e1cc;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 4px 13px #23381a05;
}
.case-input {
  font-size: 17px;
  line-height: 1.55;
  min-height: 29px;
  color: #667e53;
}
.case-composer-tools {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 11px;
  font-size: 11px;
  color: #97a38c;
  gap: 20px;
}
.case-send {
  display: grid;
  place-items: center;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  background: #4a8659;
  color: #fff;
  font-size: 19px;
}
.case-voice {
  display: flex;
  gap: 3px;
  align-items: center;
  height: 22px;
}
.case-voice i {
  width: 3px;
  background: #8baa79;
  border-radius: 3px;
}
.phone-canvas .case-app {
  height: 743px;
}
.phone-canvas .case-app-header {
  height: 65px;
  padding: 0 20px;
}
.phone-canvas .case-app-header b {
  font-size: 16px;
}
.phone-canvas .case-app-header small {
  font-size: 10px;
}
.phone-canvas .case-agent-mark {
  width: 28px;
  height: 28px;
  font-size: 19px;
}
.phone-canvas .case-thread {
  height: 530px;
  padding: 18px 17px 25px;
  scrollbar-width: none;
}
.phone-canvas .case-empty {
  padding: 95px 16px;
}
.phone-canvas .case-empty h4 {
  font-size: 24px;
}
.phone-canvas .case-empty p {
  font-size: 13px;
}
.phone-canvas .case-composer {
  bottom: 10px;
  left: 15px;
  right: 15px;
  padding: 11px 14px;
  min-height: 80px;
}
.phone-canvas .case-input {
  font-size: 13px;
  line-height: 1.5;
}
.phone-canvas .case-request {
  font-size: 14px;
  padding: 13px 16px;
  margin-left: 22px;
}
.phone-canvas .case-checks > div {
  font-size: 10px;
}
.phone-canvas .result-title {
  padding: 18px;
}
.phone-canvas .result-title h4 {
  font-size: 23px;
}
.phone-canvas .result-title p {
  font-size: 10px;
}
.phone-canvas .case-state {
  font-size: 11px;
  margin: 14px;
  padding: 10px;
}
.phone-canvas .task-line {
  margin: 0 15px;
  padding: 16px 0;
  gap: 8px;
}
.phone-canvas .task-line b {
  font-size: 13px;
}
.phone-canvas .task-line span {
  font-size: 11px;
}
.phone-canvas .task-line em {
  font-size: 8px;
}
.phone-canvas .result-footnote {
  font-size: 9px;
  margin: 16px;
}
.case-photos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 15px 0;
}
.case-photos figure {
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid #e0e7d9;
}
.case-photos img {
  width: 100%;
  height: 108px;
  object-fit: cover;
}
.case-photos figcaption {
  font-size: 9px;
  padding: 7px 9px;
  color: #809470;
}
.insight-metrics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 16px;
}
.insight-metrics > div {
  padding: 14px 9px;
  border: 1px solid #e2eadb;
  border-radius: 9px;
}
.insight-metrics small {
  font-size: 9px;
  display: block;
  color: #91a181;
}
.insight-metrics b {
  font-size: 27px;
  font-weight: 500;
  color: #416037;
  display: block;
  margin-top: 5px;
}
.task-line .case-number {
  font-size: 10px;
  color: #a8b596;
}
.crm-draft {
  padding: 23px;
  margin: 20px;
  border: 1px solid #e0e7d9;
  border-radius: 8px;
}
.crm-draft > small {
  font-size: 10px;
  letter-spacing: 1px;
  color: #9ca990;
}
.crm-draft h5 {
  font-size: 21px;
  line-height: 1.3;
  font-weight: 500;
  margin: 15px 0;
}
.crm-draft p {
  font-size: 16px;
  line-height: 1.8;
}
.crm-draft > div {
  font-size: 11px;
  color: #95a088;
}
.case-input.typing:after {
  content: "|";
  animation: caret-blink 1s steps(1) infinite;
}
.case-stage[data-case="aina"] .case-layout,
.case-stage[data-case="crm"] .case-layout {
  grid-template-columns: minmax(0, 1fr) 320px;
}
.case-stage[data-case="aina"] .case-explanation,
.case-stage[data-case="crm"] .case-explanation {
  padding: 23px;
}
.case-stage[data-case="aina"] .case-explanation > p:first-of-type,
.case-stage[data-case="crm"] .case-explanation > p:first-of-type {
  font-size: 17px;
}
@media (max-width: 900px) {
  .case-layout,
  .case-stage[data-case="aina"] .case-layout,
  .case-stage[data-case="crm"] .case-layout {
    grid-template-columns: 1fr;
  }
  .case-explanation {
    max-width: 550px;
    width: 100%;
    margin: auto;
  }
  .case-caption h3 {
    font-size: 36px;
  }
  .case-controls > div {
    gap: 12px;
  }
  .case-controls button {
    font-size: 10px;
  }
  .case-device.phone {
    width: 280px;
  }
  .case-controls {
    align-items: flex-start;
  }
  .case-controls > div {
    flex-wrap: wrap;
  }
}
@media (prefers-reduced-motion: reduce) {
  .case-input.typing:after {
    animation: none;
  }
}

/* Shared editorial typography and booking proposal. */
:root {
  --font-editorial: "Playfair Display", Georgia, serif;
  --font-ui: "Neue Montreal", Geist, Arial, sans-serif;
}
body,
input,
select,
textarea,
button {
  font-family: var(--font-ui);
}
.detail-page h1,
.detail-page h2 {
  font-family: var(--font-editorial);
  font-weight: 400;
}
.booking-page {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  gap: 100px;
  padding-block: 90px 120px;
}
.booking-intro h1 {
  font-size: clamp(58px, 6.5vw, 94px);
  line-height: 1.02;
  letter-spacing: -0.045em;
  margin: 25px 0;
}
.booking-intro > p {
  font-size: 19px;
  max-width: 440px;
}
.booking-intro ol {
  padding: 25px 0;
  list-style: none;
  counter-reset: steps;
}
.booking-intro li {
  counter-increment: steps;
  position: relative;
  padding: 20px 0 20px 42px;
  border-bottom: 1px solid #e0e5dc;
}
.booking-intro li:before {
  content: "0" counter(steps);
  position: absolute;
  left: 0;
  font-size: 12px;
  color: #8b9a83;
  top: 24px;
}
.booking-intro li b {
  display: block;
  font-weight: 500;
  font-size: 17px;
}
.booking-intro li span {
  display: block;
  font-size: 14px;
  color: #7a8773;
  margin-top: 6px;
}
.booking-form {
  padding: 38px;
  border: 1px solid #dfe5d8;
  border-radius: 16px;
  background: white;
}
.booking-form h2 {
  font-size: 37px;
  line-height: 1.15;
  letter-spacing: -1.2px;
  margin: 18px 0;
}
.booking-preview-note {
  font-size: 12px;
  color: #76846d;
}
.booking-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.booking-form label {
  display: block;
  font-size: 12px;
  margin: 16px 0;
  color: #42513d;
}
.booking-form input:not([type="checkbox"]),
.booking-form select,
.booking-form textarea {
  display: block;
  width: 100%;
  min-width: 0;
  border: 1px solid #dce4d5;
  border-radius: 6px;
  background: #fcfdf9;
  padding: 12px;
  font-size: 15px;
  color: #263a2c;
  margin-top: 7px;
}
.booking-form input:focus,
.booking-form textarea:focus,
.booking-form select:focus {
  outline: 2px solid #91aa81;
  outline-offset: 2px;
}
.booking-form .booking-check {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  line-height: 1.6;
  margin-block: 25px;
}
.booking-check input {
  margin-top: 4px;
}
.booking-check a {
  text-decoration: underline;
}
.booking-form button {
  width: 100%;
  border: 0;
}
.booking-live {
  font-size: 12px;
  display: block;
  margin-top: 25px;
  text-decoration: underline;
  color: #718065;
}
#booking-feedback {
  font-size: 13px;
  padding: 16px;
  background: #eff4e9;
  border-radius: 7px;
}
@media (max-width: 850px) {
  .booking-page {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-block: 45px 70px;
  }
  .booking-intro ol {
    display: none;
  }
  .booking-form {
    padding: 25px;
  }
}
@media (max-width: 480px) {
  .booking-fields {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .booking-page {
    width: calc(100% - 32px);
  }
  .booking-form h2 {
    font-size: 30px;
  }
}
.insight-hero {
  padding-block: 90px 60px;
  max-width: 1000px;
  text-align: center;
}
.insight-hero h1 {
  font-size: clamp(50px, 6.5vw, 90px);
  margin: 25px auto;
  max-width: 950px;
}
.insight-hero > p {
  font-size: 21px;
  max-width: 620px;
  margin: 20px auto;
}
.insight-hero > small {
  font-size: 12px;
  color: #819077;
}
.insight-tabs {
  display: flex;
  gap: 28px;
  border-bottom: 1px solid #dee5d8;
  margin-bottom: 40px;
  padding-bottom: 18px;
  font-size: 14px;
}
.insight-tabs [aria-current] {
  color: #214c31;
  border-bottom: 2px solid;
  padding-bottom: 18px;
}
.insight-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px 35px;
  margin-bottom: 80px;
}
.insight-image {
  height: 300px;
  overflow: hidden;
  border-radius: 12px;
  background: #eef2e9;
}
.insight-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s;
}
.insight-card:hover img {
  transform: scale(1.025);
}
.insight-card > small {
  display: block;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  font-size: 10px;
  margin-top: 25px;
  color: #829175;
}
.insight-card h2 {
  font-size: 35px;
  line-height: 1.15;
  margin: 15px 0;
}
.insight-card p {
  font-size: 16px;
  max-width: 470px;
}
.insight-card > span {
  font-size: 12px;
  color: #728366;
}
.insight-cover {
  height: 440px;
  overflow: hidden;
  border-radius: 12px;
}
.insight-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.insight-body {
  max-width: 700px;
  margin: 75px auto 100px;
  padding: 0 24px;
}
.insight-body section {
  margin-bottom: 50px;
}
.insight-body h2 {
  font-size: 36px;
  line-height: 1.2;
}
.insight-body p {
  font-size: 18px;
  line-height: 1.85;
}
.insight-related {
  border-top: 1px solid #dfe5d9;
  padding-top: 45px;
}
.insight-related > h2 {
  font-size: 45px;
}
@media (max-width: 700px) {
  .insight-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .insight-hero {
    padding-block: 50px 35px;
  }
  .insight-image {
    height: 240px;
  }
  .insight-cover {
    height: 250px;
  }
  .insight-body {
    margin-top: 40px;
  }
  .insight-tabs {
    gap: 23px;
  }
  .insight-card h2 {
    font-size: 30px;
  }
}

.case-composer-tools .case-voice-orb {
  position: relative;
  display: grid;
  place-items: center;
  flex: none;
  width: 54px;
  height: 54px;
  border: 1px solid #b9eee0;
  border-radius: 50%;
  background: radial-gradient(circle, #e3fff7 20%, #f7fffc 68%);
  padding: 8px;
  overflow: visible;
  margin-left: auto;
  box-shadow: 0 0 0 7px #67dcb00b;
  cursor: pointer;
}
.case-voice-orb span {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: radial-gradient(
    circle at 34% 28%,
    #effffb 0%,
    #80f4d0 24%,
    #29c6a7 57%,
    #169d89 83%,
    #c2fff0 100%
  );
  box-shadow:
    0 0 13px #44dfb66b,
    inset -3px -4px 8px #168e8055;
  animation: voice-orb-breathe 3s ease-in-out infinite;
}
.case-voice-orb:before {
  content: "";
  position: absolute;
  inset: -5px;
  border: 1px solid #98e9d05c;
  border-radius: 50%;
}
.case-composer-tools {
  gap: 15px;
}
.case-stage[data-playing="false"] .case-voice-orb span {
  animation-play-state: paused;
}
.phone-canvas .case-composer {
  min-height: 108px;
}
.phone-canvas .case-thread {
  height: 500px;
}
@keyframes voice-orb-breathe {
  0%,
  100% {
    transform: scale(0.92);
    filter: brightness(1);
  }
  50% {
    transform: scale(1.08);
    filter: brightness(1.12);
  }
}
@media (prefers-reduced-motion: reduce) {
  .case-voice-orb span {
    animation: none;
  }
}

.mini-agent svg {
  width: 23px;
  height: 20px;
  fill: #65a982;
  shape-rendering: crispEdges;
}
.case-app-header .mini-agent {
  flex: none;
  background: #f0f6ef;
}
.case-stage[data-playing="true"] .mini-agent svg {
  animation: agent-rest 4s ease-in-out infinite;
}
@keyframes agent-rest {
  0%,
  80%,
  100% {
    transform: translateY(0);
  }
  90% {
    transform: translateY(-2px);
  }
}
@media (prefers-reduced-motion: reduce) {
  .mini-agent svg {
    animation: none !important;
  }
}
/* Keep the site navigation available throughout the page. */
body > header.wrap,
.detail-page > header.wrap {
  position: sticky;
  top: 0;
  z-index: 100;
  width: 100%;
  max-width: none;
  margin: 0;
  padding-inline: max(28px, calc((100vw - 1240px) / 2));
  background: rgba(252, 252, 249, 0.97);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid #e0e5dc;
  box-shadow: 0 3px 14px #17352904;
}
html {
  scroll-padding-top: 110px;
}
@media (max-width: 700px) {
  body > header.wrap,
  .detail-page > header.wrap {
    padding-inline: 20px;
  }
  html {
    scroll-padding-top: 90px;
  }
}
#product-stories {
  padding: 100px 0;
  background: #f4f4ef;
}
#product-stories h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(42px, 5vw, 70px);
  font-weight: 400;
}
.story-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 35px 0;
}
.story-tabs button {
  background: none;
  border: 1px solid #dce1d7;
  padding: 11px 18px;
  border-radius: 30px;
  color: #697762;
  font-size: 13px;
}
.story-tabs button[aria-pressed="true"] {
  background: #253d30;
  color: white;
  border-color: #253d30;
}
.story-intro {
  min-height: 145px;
}
.story-intro h3 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 35px;
  margin: 20px 0 10px;
}
.story-intro p {
  max-width: 720px;
  font-size: 17px;
}
.story-window {
  display: flex;
  background: white;
  border: 1px solid #dce2d8;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 55px #2333260c;
  height: 570px;
}
.story-sidebar {
  width: 175px;
  flex: none;
  background: #f7f8f4;
  padding: 26px 20px;
  border-right: 1px solid #e4e8df;
  position: relative;
  font-size: 12px;
}
.story-sidebar img {
  width: 85px;
  margin-bottom: 36px;
}
.story-sidebar p {
  margin: 18px 0;
}
.story-team {
  position: absolute;
  bottom: 25px;
  font-size: 10px;
  color: #68806b;
}
.story-team span {
  font-size: 23px;
  color: #74a482;
  margin-right: 5px;
}
.story-main {
  flex: 1;
  min-width: 0;
  position: relative;
}
.story-main > header {
  height: 55px;
  padding: 0 25px;
  font-size: 13px;
}
.story-main > header span {
  font-size: 10px;
  color: #89937f;
}
.story-content {
  padding: 24px;
  height: 410px;
  overflow: auto;
}
.story-trigger {
  font-size: 14px;
  color: #53674d;
  padding: 12px 18px;
  background: #f0f5ec;
  border-radius: 8px;
  margin-bottom: 18px;
}
.story-response {
  white-space: pre-line;
  font-size: 13px;
  line-height: 1.65;
  border-left: 2px solid #ccd9c5;
  padding: 12px 18px;
  margin-top: 16px;
  animation: story-enter 0.5s ease;
}
.story-response.ready {
  border-color: #65a37a;
  background: #f7faf4;
}
.story-composer {
  position: absolute;
  bottom: 15px;
  left: 24px;
  right: 24px;
  border: 1px solid #e0e6d8;
  border-radius: 12px;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  color: #859077;
  background: white;
}
.story-controls {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  margin-top: 24px;
}
.story-controls > div {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.story-controls button {
  border: 0;
  background: none;
  font-size: 12px;
  color: #8b9780;
  padding: 7px 0;
}
.story-controls button[aria-pressed="true"] {
  color: #264633;
  border-bottom: 1px solid;
}
.story-controls button.done {
  color: #527755;
}
.story-note {
  font-size: 11px;
  max-width: 850px;
}
.story-mail {
  display: grid;
  grid-template-columns: 145px 1fr;
  border: 1px solid #e3e6de;
  border-radius: 8px;
  overflow: hidden;
}
.story-mail aside {
  padding: 20px;
  background: #fafbf8;
  font-size: 12px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.story-mail i {
  float: right;
  font-style: normal;
}
.story-mail article {
  padding: 20px;
  font-size: 13px;
}
.story-mail small,
.story-document small {
  font-size: 10px;
  letter-spacing: 1px;
  color: #88987c;
}
.story-mail h4 {
  font-size: 21px;
  margin: 15px 0;
}
.story-mail hr,
.story-document hr {
  border: 0;
  border-top: 1px solid #e4e8df;
}
.story-status {
  font-size: 11px;
  color: #608653;
}
.story-roster {
  border: 1px solid #e0e5dc;
  border-radius: 10px;
  padding: 18px;
  font-size: 13px;
}
.story-roster > div {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 14px 0;
  border-bottom: 1px solid #eef0ea;
}
.story-roster span {
  color: #839078;
}
.story-roster em {
  font-style: normal;
  color: #60815d;
}
.story-table-head {
  font-weight: 500;
}
.story-document {
  max-width: 480px;
  margin: auto;
  padding: 22px 30px;
  border: 1px solid #e2e5df;
  font-size: 12px;
}
.story-document h4 {
  font-family: Georgia, serif;
  font-size: 25px;
  margin: 15px 0;
}
.story-signers {
  display: flex;
  gap: 25px;
  margin: 25px 0;
}
.story-signers span {
  border-bottom: 1px solid #acb6a5;
  padding-bottom: 12px;
}
.story-graph {
  width: 100%;
  height: 230px;
}
.story-graph text {
  font:
    13px Geist,
    Arial;
}
.story-call {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 12px;
  gap: 8px;
  font-size: 14px;
}
.story-call > span {
  font-size: 11px;
  color: #82947b;
}
.story-orb {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: radial-gradient(
    circle at 35% 28%,
    #effff8,
    #65e9bd 40%,
    #189e84 80%
  );
  box-shadow:
    0 0 0 10px #e8faf2,
    0 0 0 20px #f5fcf8;
  margin: 22px;
  animation: voice-orb-breathe 3s infinite;
}
.story-wave {
  height: 25px;
  display: flex;
  gap: 4px;
  align-items: center;
}
.story-wave i {
  width: 3px;
  height: 15px;
  background: #86ae95;
  animation: story-wave 1.5s calc(var(--i) * 0.07s) infinite alternate;
}
#product-stories[data-playing="false"] .story-wave i,
#product-stories[data-playing="false"] .story-orb,
#product-stories[data-playing="false"] .case-voice-orb span {
  animation-play-state: paused;
}
@keyframes story-wave {
  to {
    transform: scaleY(0.3);
  }
}
@keyframes story-enter {
  from {
    opacity: 0.3;
    transform: translateY(5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 700px) {
  #product-stories {
    padding: 55px 0;
  }
  .story-sidebar {
    display: none;
  }
  .story-main > header span {
    display: none;
  }
  .story-content {
    padding: 14px;
  }
  .story-main > header {
    padding: 0 15px;
  }
  .story-window {
    height: 590px;
  }
  .story-composer {
    left: 12px;
    right: 12px;
  }
  .story-mail {
    grid-template-columns: 85px 1fr;
  }
  .story-mail aside {
    padding: 12px;
    font-size: 10px;
  }
  .story-mail article {
    padding: 12px;
  }
  .story-intro h3 {
    font-size: 28px;
  }
  .story-intro {
    min-height: 190px;
  }
  .story-roster {
    font-size: 10px;
    padding: 10px;
  }
  .story-controls > div {
    gap: 10px;
  }
  .story-controls button {
    font-size: 10px;
  }
  .story-tabs {
    gap: 6px;
  }
  .story-tabs button {
    font-size: 11px;
    padding: 9px 13px;
  }
}
@media (prefers-reduced-motion: reduce) {
  #product-stories * {
    animation: none !important;
  }
}
.story-composer .case-voice-orb {
  position: relative;
  display: grid;
  place-items: center;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border: 1px solid #b9eee0;
  border-radius: 50%;
  background: #f2fff9;
  padding: 5px;
  margin-left: auto;
}
.story-composer .case-voice-orb > span {
  display: block;
  width: 28px;
  height: 28px;
}
.story-composer > span {
  min-width: 0;
  flex: 1;
}
.story-content {
  height: 410px;
  padding-bottom: 25px;
}
.story-main {
  padding-bottom: 90px;
}
/* Product presentation: quiet frame, complete app, less nested-card chrome. */
#product-stories {
  background: #fff;
  padding: 85px 0 100px;
}
#product-stories > .wrap > .eyebrow,
#product-stories > .wrap > h2 {
  text-align: center;
}
#product-stories > .wrap > h2 {
  font-size: clamp(40px, 4.8vw, 64px);
  line-height: 1.08;
  letter-spacing: -0.045em;
  margin: 25px 0 40px;
}
.story-tabs {
  justify-content: center;
  margin: 0 0 34px;
  gap: 22px;
}
.story-tabs button {
  border: 0;
  border-radius: 0;
  padding: 10px 0;
  background: transparent;
  color: #87867d;
}
.story-tabs button[aria-pressed="true"] {
  background: none;
  color: #253c2e;
  border-bottom: 1px solid #253c2e;
}
.story-presentation {
  background: #c5c3ba;
  border-radius: 20px;
  padding: 45px 58px 55px;
}
.story-intro {
  text-align: center;
  min-height: 130px;
}
.story-intro h3 {
  color: #fff;
  font-size: clamp(30px, 3.2vw, 46px);
  line-height: 1.08;
  margin: 0 auto 14px;
  max-width: 900px;
  letter-spacing: -0.055em;
}
.story-intro p {
  color: #fffef6c9;
  font-size: 15px;
  max-width: 700px;
  margin: 0 auto 28px;
}
.story-window {
  height: 600px;
  border: 1px solid #e8e7e1;
  border-radius: 12px;
  box-shadow: 0 20px 45px #3e3a3026;
  background: #fff;
}
.story-sidebar {
  width: 170px;
  background: #fafaf8;
  padding: 22px 17px;
  font-size: 11px;
}
.story-sidebar img {
  width: 76px;
  margin-bottom: 27px;
}
.story-sidebar p {
  margin: 16px 0;
  color: #52574f;
}
.story-recent {
  margin-top: 38px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  font-size: 10px;
  color: #777c73;
}
.story-recent small {
  font-size: 8px;
  color: #a5aba0;
  letter-spacing: 1px;
}
.story-main > header {
  height: 43px;
  padding: 0 18px;
  font-size: 11px;
}
.story-app-tabs {
  height: 34px;
  display: flex;
  gap: 24px;
  align-items: center;
  padding: 0 18px;
  border-bottom: 1px solid #edeee8;
  color: #8b8e85;
  font-size: 10px;
}
.story-app-tabs span:first-child {
  background: #f1f2ee;
  padding: 3px 8px;
  border-radius: 5px;
  color: #343f32;
}
.story-content {
  height: 420px;
  padding: 22px;
}
.story-trigger {
  max-width: 75%;
  margin: 0 0 25px auto;
  background: #f3f4f0;
  color: #525e4c;
  font-size: 12px;
  border-radius: 9px;
}
.story-response {
  font-size: 12px;
  max-width: 700px;
  margin: 20px 0 0 15px;
}
.story-mail {
  border: none;
  border-radius: 0;
  min-height: 235px;
}
.story-mail aside {
  border-right: 1px solid #e7e9e1;
  background: #fafbf8;
}
.story-mail article {
  padding: 12px 25px;
}
.story-mail h4 {
  font-size: 20px;
}
.story-composer {
  bottom: 14px;
  left: 20px;
  right: 20px;
  border-radius: 8px;
  font-size: 11px;
  min-height: 58px;
}
.story-controls {
  margin-top: 17px;
}
.story-note {
  color: #929689;
}
.story-controls button {
  font-size: 11px;
}
@media (max-width: 700px) {
  .story-presentation {
    padding: 30px 10px 18px;
    border-radius: 13px;
  }
  .story-intro {
    min-height: 170px;
    padding: 0 8px;
  }
  .story-intro p {
    font-size: 13px;
  }
  .story-intro h3 {
    font-size: 31px;
  }
  .story-tabs {
    gap: 10px 18px;
  }
  .story-window {
    height: 590px;
  }
  .story-app-tabs {
    gap: 12px;
    padding: 0 12px;
    font-size: 8px;
  }
  .story-content {
    padding: 12px;
    height: 405px;
  }
  .story-trigger {
    max-width: 95%;
    font-size: 11px;
  }
  .story-mail article {
    padding: 10px;
  }
  .story-response {
    margin-left: 0;
    font-size: 12px;
  }
  .story-main > header {
    padding: 0 12px;
  }
  .story-composer {
    left: 10px;
    right: 10px;
  }
  .story-sidebar {
    display: none;
  }
}

.field-stories {
  padding-block: 80px 20px;
}
.field-stories h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 48px;
}
.field-stories h3 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 30px;
  margin-bottom: 10px;
}
.field-stories small {
  color: #929b8b;
  font-size: 10px;
}
.field-stories .insight-image {
  height: auto;
  aspect-ratio: 16/9;
}
.product-directory {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 60px;
  text-align: left;
}
.product-directory > a {
  padding: 30px;
  border: 1px solid #e2e6dd;
  border-radius: 12px;
  background: #fff;
}
.product-directory h2 {
  font-size: 29px;
}
.product-directory span {
  font-size: 12px;
  color: #85917c;
}
@media (max-width: 750px) {
  .product-directory {
    grid-template-columns: 1fr;
  }
}
.detail-menu {
  display: none;
}
.detail-mobile-nav[hidden] {
  display: none !important;
}
@media (max-width: 700px) {
  .detail-page > header > .button {
    display: none;
  }
  .detail-menu {
    display: block;
    background: none;
    border: 1px solid #d9e0d2;
    padding: 9px 16px;
    border-radius: 25px;
    font-size: 12px;
    color: #314d37;
  }
  .detail-page > header .detail-mobile-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: #fcfcf9;
    border-bottom: 1px solid #dfe4d9;
    padding: 15px 22px;
  }
  .detail-mobile-nav a {
    padding: 12px 0;
    border-bottom: 1px solid #edf0e8;
    font-size: 16px;
  }
}
.product-nav-group {
  position: relative;
}
.product-nav-trigger {
  font: inherit;
  border: 0;
  background: none;
  color: inherit;
  padding: 12px 0;
  display: flex;
  gap: 8px;
  align-items: center;
}
.product-nav-panel {
  position: absolute;
  top: calc(100% + 18px);
  left: -160px;
  width: 620px;
  padding: 25px;
  background: #fcfcf9;
  border: 1px solid #dfe4d8;
  border-radius: 14px;
  box-shadow: 0 20px 50px #17302018;
  z-index: 130;
}
.product-nav-overview {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 5px 20px;
  border-bottom: 1px solid #e5e8df;
  font-size: 17px;
}
.product-nav-overview span {
  font-size: 11px;
  color: #86917c;
}
.product-nav-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px 16px;
  margin-top: 16px;
}
.product-nav-grid a {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 7px;
  font-size: 13px;
  border-radius: 5px;
}
.product-nav-grid a:hover {
  background: #edf2e7;
}
.product-nav-grid a span {
  color: #8c9c82;
}
.mobile-products {
  width: 100%;
  border-bottom: 1px solid #e4e9dc;
  padding: 10px 0;
}
.mobile-products summary {
  cursor: pointer;
  font-size: 16px;
  padding: 5px 0;
}
.mobile-products > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 15px;
  padding: 10px 0;
}
.mobile-products a {
  display: flex !important;
  justify-content: space-between;
  font-size: 13px !important;
  padding: 11px 0 !important;
}
.mobile-products a span {
  color: #9aa68f;
}
#mobile-nav,
.detail-mobile-nav {
  max-height: calc(100dvh - 100px);
  overflow-y: auto;
}
@media (max-width: 700px) {
  .product-nav-panel {
    display: none;
  }
}
/* Translucent layers with opaque fallbacks and restrained motion. */
body > header.wrap,
.detail-page > header.wrap {
  background: rgba(252, 252, 249, 0.82);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition:
    background 0.3s ease,
    box-shadow 0.3s ease;
  border-bottom-color: rgba(180, 190, 170, 0.35);
}
.product-nav-panel,
.detail-page > header .detail-mobile-nav,
#mobile-nav {
  background: rgba(252, 252, 249, 0.94);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border-color: rgba(197, 207, 184, 0.55);
  box-shadow: 0 18px 45px -15px rgba(28, 46, 31, 0.16);
}
.product-nav-panel:not([hidden]) {
  animation: glass-menu-in 0.22s ease-out;
}
.story-presentation {
  background: linear-gradient(145deg, #cfcec6, #bebfb5);
  box-shadow: inset 0 1px 0 #ffffff80;
}
.story-window {
  box-shadow:
    0 24px 55px -18px #30392d38,
    0 1px 0 #ffffffa6;
  border-color: #ffffffa3;
}
.booking-form {
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 18px 50px -24px #2e40251f;
  border-color: rgba(190, 202, 176, 0.45);
}
.product-directory > a {
  background: rgba(255, 255, 255, 0.76);
  border-color: rgba(197, 207, 184, 0.55);
  box-shadow: 0 8px 30px -22px #1d382433;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    background 0.3s ease;
}
.button {
  transition:
    background 0.3s ease,
    box-shadow 0.3s ease,
    transform 0.3s ease;
}
.button:hover {
  box-shadow: 0 8px 22px -10px #1b382966;
}
@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  .product-directory > a:hover {
    transform: translateY(-3px);
    background: #fff;
    box-shadow: 0 16px 35px -20px #1d38243b;
  }
  .insight-card .insight-image {
    transition: box-shadow 0.3s ease;
  }
  .insight-card:hover .insight-image {
    box-shadow: 0 15px 30px -18px #20392440;
  }
}
@keyframes glass-menu-in {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@supports not (backdrop-filter: blur(12px)) {
  body > header.wrap,
  .detail-page > header.wrap,
  .product-nav-panel,
  .booking-form {
    background: #fcfcf9;
  }
}
@media (prefers-reduced-transparency: reduce) {
  body > header.wrap,
  .detail-page > header.wrap,
  .product-nav-panel,
  .booking-form,
  .detail-mobile-nav,
  #mobile-nav {
    background: #fcfcf9;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .product-nav-panel:not([hidden]) {
    animation: none;
  }
  .product-directory > a,
  .button,
  body > header.wrap {
    transition: none;
  }
}
.booking-clean {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: calc(100vh - 103px);
}
.booking-scene {
  position: relative;
  overflow: hidden;
  min-height: 780px;
  background: #bcc1b7;
}
.booking-scene > img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 45% center;
}
.booking-scene:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #1a2c2110 25%, #1a2c21b3);
}
.booking-scene > div {
  position: absolute;
  bottom: 65px;
  left: 8%;
  right: 8%;
  z-index: 1;
  color: white;
}
.booking-scene h2 {
  font-size: 60px;
  line-height: 1.05;
  margin: 24px 0;
}
.booking-scene p {
  color: #ffffffe0;
  max-width: 390px;
  font-size: 18px;
}
.booking-clean-form {
  width: 100%;
  max-width: 500px;
  padding: 55px 30px 65px;
  margin: 0 auto;
}
.booking-clean-form h1 {
  font-size: 43px;
  margin: 0 0 15px;
  letter-spacing: -1.8px;
}
.booking-clean-form > p {
  font-size: 16px;
  margin: 0 0 30px;
}
.booking-clean-form label {
  display: block;
  font-size: 12px;
  margin: 20px 0;
  color: #354131;
}
.booking-clean-form label > span {
  color: #8b9185;
}
.booking-clean-form input,
.booking-clean-form textarea,
.booking-clean-form select {
  display: block;
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #dfe3da;
  border-radius: 10px;
  background: #fff;
  margin-top: 7px;
  font-size: 14px;
  color: #303a2d;
}
.booking-clean-form input:focus,
.booking-clean-form textarea:focus,
.booking-clean-form select:focus {
  outline: 2px solid #9aae91;
  outline-offset: 2px;
}
.booking-clean-form .booking-fields {
  gap: 20px;
}
.booking-clean-form .booking-fields label {
  margin-top: 0;
}
.booking-clean-form button {
  width: 100%;
  border: 0;
  border-radius: 30px;
  margin-top: 6px;
}
.booking-clean-form .booking-preview-note {
  font-size: 11px;
  line-height: 1.6;
  margin-top: 20px;
  color: #8b9284;
}
.booking-clean-form .booking-live {
  padding-top: 20px;
  border-top: 1px solid #e4e8df;
  margin-top: 22px;
}
@media (max-width: 750px) {
  .booking-clean {
    grid-template-columns: 1fr;
  }
  .booking-scene {
    min-height: 230px;
  }
  .booking-scene > div {
    bottom: 25px;
  }
  .booking-scene h2 {
    font-size: 36px;
    margin: 12px 0;
  }
  .booking-scene p {
    display: none;
  }
  .booking-clean-form {
    padding: 35px 22px;
  }
  .booking-clean-form h1 {
    font-size: 39px;
  }
  .booking-clean-form .booking-fields {
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }
}
.crm-overview {
  display: flex;
  gap: 35px;
  padding: 10px 0 20px;
}
.crm-overview small,
.crm-columns > div > small,
.router-route small {
  display: block;
  font-size: 9px;
  letter-spacing: 1px;
  color: #87927e;
}
.crm-overview b {
  font-size: 22px;
  font-weight: 500;
  display: block;
  margin-top: 6px;
}
.crm-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.crm-columns article {
  margin-top: 10px;
  border: 1px solid #e3e7de;
  border-radius: 7px;
  padding: 15px;
  background: #fcfdfb;
  min-height: 145px;
}
.crm-columns article b {
  font-size: 12px;
  display: block;
}
.crm-columns article span {
  display: block;
  font-size: 11px;
  color: #839077;
  margin: 8px 0;
}
.crm-columns p {
  font-size: 11px;
}
.crm-columns em {
  font-size: 10px;
  color: #4f805d;
  font-style: normal;
}
.router-policy {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 5px 0 20px;
}
.router-policy span {
  padding: 5px 10px;
  border-radius: 15px;
  background: #f1f5ed;
  font-size: 10px;
  color: #6b7e61;
}
.router-route {
  display: grid;
  grid-template-columns: 1fr 70px 1fr;
  align-items: center;
  padding: 16px 0;
  border-top: 1px solid #e8eae4;
}
.router-route b {
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin: 8px 0;
}
.router-route span {
  font-size: 11px;
  color: #829077;
}
.router-choice {
  background: #f4f7f0;
  border: 1px solid #e1e7d8;
  padding: 16px;
  border-radius: 9px;
}
.router-connector {
  height: 1px;
  background: #dce3d5;
  position: relative;
}
.router-connector.connected:after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  top: -2px;
  border-radius: 50%;
  background: #66a37c;
  animation: route-dot 2s ease-in-out infinite;
}
@keyframes route-dot {
  from {
    left: 0;
  }
  to {
    left: 95%;
  }
}
@media (max-width: 700px) {
  .crm-columns {
    gap: 5px;
  }
  .crm-columns article {
    padding: 8px;
    min-height: 155px;
  }
  .crm-columns article b {
    font-size: 10px;
  }
  .crm-overview b {
    font-size: 17px;
  }
  .router-route {
    grid-template-columns: 1fr 20px 1fr;
  }
  .router-route b {
    font-size: 13px;
  }
  .router-choice {
    padding: 9px;
  }
}
.story-product-name {
  display: flex;
  align-items: center;
  gap: 9px;
}
.story-mascot {
  display: inline-flex;
  width: 17px;
  height: 15px;
  vertical-align: middle;
  color: #5c9770;
}
.story-mascot svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
  shape-rendering: crispEdges;
}
.story-note,
.story-controls button,
.booking-clean-form .booking-preview-note,
.insight-card > span {
  color: #64735f;
}
.story-roster span,
.story-main > header span,
.story-route span {
  color: #64715f;
}
.story-team {
  color: #5c6d55;
}
.story-team .story-mascot {
  width: 18px;
  height: 16px;
}
.story-sidebar .story-team {
  display: flex;
  align-items: center;
  gap: 7px;
}
.story-controls button:focus-visible,
.story-tabs button:focus-visible {
  outline: 2px solid #326947;
  outline-offset: 5px;
  border-radius: 3px;
}
body > header nav {
  gap: 24px;
}
.story-intro h3 {
  color: #25382b;
}
.story-intro p {
  color: #4e5c4d;
}
.story-presentation {
  background: linear-gradient(145deg, #d7d9d0, #c7ccc0);
}

.field-stories .insight-image {
  position: relative;
}
.field-video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.field-video-toggle {
  position: absolute;
  bottom: 14px;
  right: 14px;
  background: rgba(255, 255, 255, 0.9);
  color: #20352a;
  border: 1px solid #ffffff80;
  border-radius: 24px;
  padding: 8px 16px;
  font: 12px var(--font-ui);
  cursor: pointer;
  backdrop-filter: blur(12px);
}
.field-video-toggle:focus-visible {
  outline: 3px solid #1b795c;
  outline-offset: 3px;
}
.field-stories small {
  color: #5b6858;
}

.cyber-surface {
  padding: 22px;
  background: #fafbf8;
  border: 1px solid #e1e7dc;
  border-radius: 12px;
}
.cyber-status {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 13px;
}
.cyber-status strong {
  margin-left: auto;
  font-size: 11px;
  color: #85642d;
}
.cyber-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #b18b46;
}
.cyber-metrics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin: 24px 0;
}
.cyber-metrics small,
.cyber-finding small {
  font-size: 9px;
  letter-spacing: 1px;
  color: #61705d;
}
.cyber-metrics b {
  display: block;
  font-size: 24px;
  margin: 8px 0;
}
.cyber-metrics span {
  font-size: 11px;
  color: #61705d;
}
.cyber-topology {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  font-size: 11px;
  margin-bottom: 24px;
}
.cyber-topology span {
  padding: 12px;
  border: 1px solid #dce4d6;
  border-radius: 7px;
  background: white;
}
.cyber-topology .affected {
  border-color: #bcaa7e;
  background: #fbf7ed;
}
.cyber-topology i {
  font-style: normal;
  color: #819477;
}
.cyber-finding {
  border-top: 1px solid #dce4d6;
  padding-top: 18px;
}
.cyber-finding h4 {
  margin: 10px 0;
  font-size: 18px;
}
.cyber-finding p {
  font-size: 12px;
  line-height: 1.7;
}
.cyber-patch {
  padding: 12px;
  background: #e8f0e4;
  font-size: 12px;
  border-radius: 6px;
}
.cyber-patch span {
  display: block;
  margin-top: 6px;
  font-size: 10px;
}
@media (max-width: 600px) {
  .cyber-surface {
    padding: 14px;
  }
  .cyber-status {
    flex-wrap: wrap;
  }
  .cyber-status strong {
    margin-left: 0;
  }
  .cyber-topology {
    font-size: 9px;
    gap: 4px;
  }
  .cyber-topology span {
    padding: 8px 5px;
  }
}

.agentmail-scene {
  border: 1px solid #dfe5d9;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}
.agentmail-address {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px;
  background: #f2f5ef;
}
.agentmail-address small {
  display: block;
  font-size: 9px;
  letter-spacing: 1px;
  color: #65745e;
}
.agentmail-address b {
  display: block;
  font-size: 12px;
  margin-top: 5px;
  overflow-wrap: anywhere;
}
.agentmail-address > span:last-child {
  margin-left: auto;
  font-size: 10px;
  white-space: nowrap;
}
.agentmail-thread {
  padding: 18px;
}
.agentmail-message small {
  font-size: 9px;
  letter-spacing: 0.8px;
  color: #6b7964;
}
.agentmail-message h4 {
  font-size: 18px;
  margin: 10px 0;
}
.agentmail-message p {
  font-size: 12px;
  line-height: 1.6;
}
.agentmail-file {
  display: inline-block;
  font-size: 10px;
  background: #f0f3ec;
  padding: 8px 10px;
  border-radius: 5px;
}
.agentmail-context {
  font-size: 10px;
  color: #6b7964;
  border-block: 1px solid #e4e9df;
  padding: 12px 0;
  margin: 16px 0;
}
.agentmail-context span {
  color: #315b3d;
  margin-right: 10px;
}
.agentmail-message.reply {
  border-left: 2px solid #9fba94;
  padding-left: 15px;
}
.agentmail-ledger {
  padding: 12px 18px;
  background: #edf3e9;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-size: 10px;
  color: #365335;
}
@media (max-width: 600px) {
  .agentmail-address {
    flex-wrap: wrap;
  }
  .agentmail-address > span:last-child {
    margin-left: 17px;
  }
  .agentmail-thread {
    padding: 13px;
  }
  .agentmail-ledger {
    flex-wrap: wrap;
  }
}

.portrait-motion {
  overflow: hidden;
  border-radius: 4px;
  background: #edf0e8;
}
.portrait-motion img {
  display: block;
  border-radius: 0;
  transform-origin: 50% 35%;
  animation: portrait-breathe 18s ease-in-out infinite alternate;
  will-change: transform;
}
.people article:nth-child(2) .portrait-motion img {
  animation-delay: -6s;
}
.people article:nth-child(3) .portrait-motion img {
  animation-delay: -12s;
}
@keyframes portrait-breathe {
  from {
    transform: scale(1.005) translateY(0);
  }
  to {
    transform: scale(1.035) translateY(-0.35%);
  }
}
@media (hover: hover) {
  .portrait-motion:hover img {
    animation-play-state: paused;
  }
}
@media (prefers-reduced-motion: reduce) {
  .portrait-motion img {
    animation: none;
    transform: none;
    will-change: auto;
  }
}

.discovery-scene,
.brain-scene {
  border: 1px solid #e1e7dc;
  border-radius: 10px;
  background: #fcfdf9;
  overflow: hidden;
}
.discovery-top,
.brain-toolbar {
  padding: 13px 16px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-size: 11px;
  background: #f1f4ed;
}
.discovery-top small,
.brain-toolbar small {
  font-size: 9px;
  color: #65725e;
}
.discovery-evidence {
  padding: 4px 16px;
}
.discovery-evidence article {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 0;
  border-bottom: 1px solid #e7ebe2;
  animation: story-enter 0.5s both;
  animation-delay: calc(var(--evidence-order) * 0.12s);
}
.discovery-person {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  flex: none;
  border-radius: 50%;
  background: #e4ebdd;
  color: #536c48;
  font-size: 9px;
}
.discovery-evidence small {
  font-size: 9px;
  color: #6c7964;
}
.discovery-evidence p {
  font-size: 12px;
  margin: 5px 0;
  line-height: 1.5;
}
.discovery-source {
  margin-left: auto;
  white-space: nowrap;
  font-size: 8px;
  color: #75836b;
}
.discovery-pattern {
  padding: 15px 16px;
  background: #f4f5ef;
  margin: 10px 16px;
  border-radius: 6px;
}
.discovery-pattern small,
.discovery-pilot > span {
  display: block;
  font-size: 8px;
  letter-spacing: 1px;
  color: #65785b;
}
.discovery-pattern b {
  display: block;
  font-size: 14px;
  margin-top: 7px;
}
.discovery-pattern.is-found {
  background: #eaf1e4;
}
.discovery-flow {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  padding: 12px;
}
.discovery-flow i {
  font-style: normal;
  color: #8fa081;
}
.discovery-flow span {
  padding: 9px;
  border: 1px solid #dfe5d8;
  border-radius: 4px;
}
.discovery-flow .discovery-gap {
  border-style: dashed;
  border-color: #b0a079;
  color: #78663c;
}
.discovery-pilot {
  padding: 16px;
  border-top: 1px solid #e0e8d9;
}
.discovery-pilot b {
  display: block;
  font-size: 13px;
  margin: 8px 0;
}
.discovery-pilot small {
  font-size: 10px;
  color: #5a6e51;
}
.brain-network {
  display: block;
  width: 100%;
  height: auto;
  background: radial-gradient(ellipse at center, #f0f6eb 0%, #fcfdf9 70%);
}
.brain-edges line {
  stroke: #ccd8c5;
  stroke-width: 1;
}
.brain-edges text {
  fill: #84917c;
  font-size: 8px;
  paint-order: stroke;
  stroke: #fcfdf9;
  stroke-width: 4px;
  stroke-linejoin: round;
}
.brain-edges .connected line {
  stroke: #8ca77c;
  stroke-dasharray: 400;
  animation: brain-connect 0.9s ease both;
  animation-delay: calc(var(--edge-order) * 0.08s);
}
.brain-node circle {
  fill: #e6edde;
  stroke: #bdcfb1;
  stroke-width: 1;
}
.brain-central circle {
  fill: #284d36;
  stroke: #284d36;
}
.brain-node-mark {
  font-size: 10px;
  fill: #416036;
}
.brain-central .brain-node-mark {
  fill: #fff;
  font-size: 12px;
}
.brain-node-label {
  font-size: 10px;
  fill: #374c2f;
}
.brain-source-active circle {
  fill: #d2e4c6;
  stroke: #7f9e6a;
}
.brain-source-record {
  padding: 14px 18px;
  border-top: 1px solid #e1e8d9;
}
.brain-source-record small {
  font-size: 8px;
  letter-spacing: 1px;
  color: #6b7b60;
}
.brain-source-record b {
  display: block;
  font-size: 12px;
  margin: 7px 0;
}
.brain-source-record span {
  font-size: 10px;
  color: #6a795f;
}
@keyframes brain-connect {
  from {
    stroke-dashoffset: 400;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@media (max-width: 600px) {
  .discovery-top,
  .brain-toolbar {
    flex-wrap: wrap;
  }
  .discovery-source {
    display: none;
  }
  .discovery-flow {
    font-size: 9px;
    gap: 5px;
  }
  .discovery-evidence {
    padding-inline: 12px;
  }
  .brain-node-label {
    font-size: 12px;
  }
  .brain-edges text {
    font-size: 9px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .brain-edges .connected line,
  .discovery-evidence article {
    animation: none;
  }
}

.brain-network {
  height: 260px;
}
.brain-toolbar {
  flex-wrap: wrap;
}
@media (max-width: 600px) {
  .brain-network {
    height: 210px;
  }
}

.watch-films {
  display: grid;
  gap: 72px;
  margin-bottom: 40px;
}
.watch-films article {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(0, 1fr);
  gap: 50px;
  align-items: center;
}
.watch-films video {
  display: block;
  width: 100%;
  border-radius: 14px;
  background: #edf0e8;
  max-height: 560px;
  object-fit: contain;
}
.watch-films h2 {
  font-size: 38px;
  line-height: 1.15;
  margin: 18px 0;
}
.watch-films small {
  font-size: 10px;
  color: #65775c;
  letter-spacing: 1px;
}
.watch-films p {
  font-size: 16px;
  line-height: 1.7;
}
.watch-films a {
  font-size: 13px;
  border-bottom: 1px solid #b5c4a9;
  padding-bottom: 5px;
}
.insight-tabs {
  overflow-x: auto;
  white-space: nowrap;
}
@media (max-width: 700px) {
  .watch-films article {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .watch-films h2 {
    font-size: 32px;
  }
  .watch-films {
    gap: 55px;
  }
}

.agents-scene {
  background: #fcfdf9;
  border: 1px solid #dfe7d8;
  border-radius: 10px;
  overflow: hidden;
}
.agents-owner {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px;
  background: #eef3e9;
}
.agent-avatar {
  width: 29px;
  height: 29px;
  display: grid;
  place-items: center;
  background: #dce8d3;
  color: #426335;
  border-radius: 7px;
  font-size: 11px;
  flex: none;
}
.agents-owner small,
.agents-artifact > small {
  font-size: 8px;
  color: #63795a;
  letter-spacing: 1px;
}
.agents-owner b {
  display: block;
  font-size: 13px;
  margin-top: 5px;
}
.agents-owner > span:last-child {
  font-size: 10px;
  margin-left: auto;
  color: #557646;
}
.agent-assignments {
  padding: 0 18px;
}
.agent-assignments article {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 17px 0;
  border-bottom: 1px solid #e3e9dd;
}
.agent-assignments b {
  font-size: 12px;
}
.agent-assignments p {
  font-size: 11px;
  margin: 5px 0 0;
  color: #6b7b61;
}
.agent-assignments small {
  margin-left: auto;
  font-size: 9px;
  color: #5a7c49;
}
.agents-artifact {
  padding: 18px;
}
.agents-artifact h4 {
  font-size: 17px;
  margin: 9px 0;
}
.agents-artifact p {
  font-size: 12px;
  line-height: 1.6;
}
.agent-deliverable {
  display: block;
  background: #eaf1e4;
  padding: 12px;
  border-radius: 5px;
  font-size: 11px;
}
@media (max-width: 600px) {
  .agents-owner {
    flex-wrap: wrap;
    padding: 13px;
  }
  .agents-owner > span:last-child {
    margin-left: 41px;
  }
  .agent-assignments {
    padding: 0 13px;
  }
  .agent-assignments small {
    font-size: 8px;
    max-width: 60px;
  }
  .agent-assignments article {
    gap: 9px;
  }
}

.platform-chapters {
  margin-top: 85px;
  text-align: left;
}
.platform-chapter {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.5fr);
  gap: 65px;
  padding: 45px 0;
  border-top: 1px solid #dfe5da;
}
.platform-chapter-intro > span {
  font-size: 11px;
  color: #809075;
  font-variant-numeric: tabular-nums;
}
.platform-chapter-intro h2 {
  font-size: 30px;
  line-height: 1.12;
  margin: 17px 0;
}
.platform-chapter-intro p {
  font-size: 14px;
  line-height: 1.6;
  color: #6b7a61;
}
.platform-chapter-products {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.platform-chapter-products a {
  display: block;
  padding: 23px;
  border: 1px solid #e0e6da;
  border-radius: 9px;
  background: rgba(250, 252, 247, 0.65);
  transition:
    background 0.25s,
    box-shadow 0.25s,
    transform 0.25s;
}
.platform-chapter-products h3 {
  font-family: var(--font-ui);
  font-size: 17px;
  letter-spacing: -0.3px;
  margin: 0 0 14px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
}
.platform-chapter-products h3 span {
  font-size: 15px;
  color: #859579;
}
.platform-chapter-products p {
  font-size: 13px;
  line-height: 1.65;
  color: #62725a;
  margin: 0;
}
.platform-chapter-products a:hover {
  background: #f0f5ea;
  box-shadow: 0 10px 25px -18px #35533250;
  transform: translateY(-2px);
}
.platform-chapter-products a:focus-visible {
  outline: 2px solid #527343;
  outline-offset: 4px;
}
@media (max-width: 900px) {
  .platform-chapter {
    gap: 25px;
    grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr);
  }
  .platform-chapter-products {
    grid-template-columns: 1fr;
  }
  .platform-chapter-intro h2 {
    font-size: 27px;
  }
}
@media (max-width: 600px) {
  .platform-chapters {
    margin-top: 50px;
  }
  .platform-chapter {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 32px 0;
  }
  .platform-chapter-intro h2 {
    font-size: 30px;
    margin: 12px 0;
  }
  .platform-chapter-products a {
    padding: 22px;
  }
  .platform-chapter-intro p {
    margin-bottom: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .platform-chapter-products a {
    transition: none;
  }
  .platform-chapter-products a:hover {
    transform: none;
  }
}
.watch-library {
  padding-top: 60px;
  border-top: 1px solid #dfe5d8;
  margin: 70px 0 50px;
}
.watch-library > h2 {
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.15;
  max-width: 650px;
  margin: 0 0 38px;
}
.watch-library-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 48px 28px;
}
.watch-library-grid video {
  display: block;
  width: 100%;
  border-radius: 12px;
  background: #edf0e8;
}
.watch-library-grid h3 {
  font-size: 26px;
  margin: 20px 0 10px;
}
.watch-library-grid p {
  font-size: 14px;
  color: #67775e;
  line-height: 1.6;
}
.watch-library-grid a {
  font-size: 12px;
  color: #385b2c;
  border-bottom: 1px solid #bac9ae;
  padding-bottom: 4px;
}
@media (max-width: 700px) {
  .watch-library-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }
  .watch-library {
    margin-top: 45px;
    padding-top: 40px;
  }
}

.brain-context .brain-node {
  min-height: 108px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
}
.context-icon {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: #68825c;
  stroke-width: 1.45;
  stroke-linecap: round;
  stroke-linejoin: round;
  margin-bottom: 3px;
}
.context-system-marks {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 30px;
  margin-bottom: 3px;
}
.context-system-marks img {
  object-fit: contain;
  display: block;
}
.brain-context {
  min-height: 390px;
}
.brain-context .brain-node small {
  line-height: 1.4;
}
@media (max-width: 600px) {
  .brain-context {
    min-height: 370px;
  }
  .brain-context .brain-node {
    min-width: 125px;
    min-height: 104px;
  }
  .context-system-marks {
    gap: 5px;
  }
}
/* Navigation proportions measured against the reference, with AiAx content. */
body > header.wrap,
.detail-page > header.wrap {
  height: 65px;
  min-height: 65px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(228, 228, 231, 0.9);
  box-shadow: none;
  padding-inline: max(32px, calc((100vw - 1216px) / 2));
  transition: background 0.3s ease;
}
body > header.wrap.mega-open {
  background: #fff;
}
body > header .brand img {
  width: 94px;
  height: 47px;
  object-fit: contain;
}
body > header nav {
  gap: 32px;
  font-size: 14px;
}
body > header .button.small {
  background: #f4f4f5;
  color: #242624;
  border: 0;
  box-shadow: none;
  padding: 10px 18px;
  min-height: 36px;
  font-size: 14px;
  gap: 8px;
}
body > header .button.small:hover {
  background: #eaeceb;
}
.product-nav-group {
  position: static;
  height: 64px;
  display: flex;
  align-items: center;
}
.product-nav-trigger {
  padding: 0;
  height: 64px;
  gap: 5px;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
}
.product-nav-trigger svg {
  width: 13px;
  height: 13px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.2;
  transition: transform 0.2s ease;
}
.product-nav-trigger[aria-expanded="true"] svg {
  transform: rotate(180deg);
}
.product-nav-panel {
  position: absolute;
  top: 64px;
  left: 0;
  width: 100%;
  max-height: calc(100dvh - 65px);
  overflow-y: auto;
  padding: 0;
  border: 0;
  border-bottom: 1px solid #e4e4e7;
  border-radius: 0;
  background: #fff;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow: 0 20px 30px -25px #20262040;
}
.nav-mega-inner {
  max-width: 1280px;
  margin: auto;
  padding: 44px 32px 32px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: 65px;
}
.product-nav-overview {
  display: block;
  padding: 0;
  border: 0;
  overflow: hidden;
  min-width: 0;
}
.product-nav-overview > small,
.nav-mega-products > small {
  display: block;
  font: 11px var(--font-ui);
  letter-spacing: 0.15px;
  color: #80838b;
}
.product-nav-overview h2 {
  font:
    400 32px/1.1 "Playfair Display",
    Georgia,
    serif;
  letter-spacing: -1.2px;
  margin: 22px 0 12px;
  color: #202720;
}
.product-nav-overview p {
  font: 14px/1.6 var(--font-ui);
  color: #777d75;
  max-width: 510px;
  margin: 0 0 18px;
}
.product-nav-overview > span {
  display: block;
  font: 13px var(--font-ui);
  color: #242c24;
}
.product-nav-overview img {
  display: block;
  width: 100%;
  height: 205px;
  object-fit: cover;
  object-position: top;
  margin-top: 28px;
  border: 1px solid #eeefec;
  border-radius: 10px;
  mask-image: linear-gradient(#000 50%, transparent);
  -webkit-mask-image: linear-gradient(#000 50%, transparent);
}
.product-nav-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 25px 22px;
  margin-top: 25px;
}
.product-nav-grid a {
  display: block;
  padding: 6px 0;
  border-radius: 0;
  min-width: 0;
}
.product-nav-grid a:hover {
  background: none;
  opacity: 0.68;
}
.product-nav-grid a .nav-product-name {
  display: block;
  font:
    400 20px/1.15 "Playfair Display",
    Georgia,
    serif;
  letter-spacing: -0.55px;
  color: #212821;
}
.product-nav-grid a small {
  display: block;
  font: 12px/1.5 var(--font-ui);
  color: #7a8177;
  margin-top: 7px;
}
.nav-watch-link {
  display: inline-block;
  font-size: 12px;
  margin-top: 28px;
  color: #54644b;
}
@media (max-width: 1100px) and (min-width: 701px) {
  body > header nav {
    gap: 22px;
  }
  .nav-mega-inner {
    gap: 30px;
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  }
  .product-nav-grid {
    gap: 18px 14px;
  }
  .product-nav-grid a .nav-product-name {
    font-size: 18px;
  }
  .product-nav-overview h2 {
    font-size: 29px;
  }
}
@media (max-width: 700px) {
  body > header.wrap,
  .detail-page > header.wrap {
    padding-inline: 20px;
  }
  .product-nav-panel {
    display: none;
  }
  #mobile-nav,
  .detail-page > header .detail-mobile-nav {
    top: 64px;
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-color: #e4e4e7;
  }
}
@media (prefers-reduced-transparency: reduce) {
  body > header.wrap,
  .detail-page > header.wrap {
    background: #fff;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  body > header.wrap,
  .product-nav-trigger svg {
    transition: none;
  }
  .product-nav-panel:not([hidden]) {
    animation: none;
  }
}

.about-team {
  padding-top: 30px;
  padding-bottom: 80px;
}
.about-section-heading > span,
.about-place > div > span {
  font-size: 11px;
  color: #697b5d;
}
.about-section-heading h2 {
  font-size: clamp(30px, 4vw, 47px);
  line-height: 1.12;
  margin: 20px 0;
}
.about-team .people {
  gap: 36px;
}
.about-team .people img {
  height: 380px;
}
.about-team .people h3 {
  font-family: var(--font-ui);
  font-size: 24px;
  margin: 20px 0 7px;
}
.about-team .person-name > span {
  font-size: 12px;
  color: #687b5b;
}
.about-team .people p {
  font-size: 14px;
  line-height: 1.7;
  max-width: 340px;
}
.about-belief {
  border-top: 1px solid #dfe5d8;
  padding-block: 75px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 25px 80px;
}
.about-belief h2 {
  font-size: clamp(30px, 3.4vw, 46px);
  line-height: 1.15;
  margin: 0;
  grid-row: 1/3;
}
.about-belief p {
  font-size: 17px;
  line-height: 1.8;
  margin: 0;
  color: #64755b;
}
.about-belief a {
  font-size: 13px;
  color: #395b2d;
  justify-self: start;
  border-bottom: 1px solid #b6c7aa;
  padding-bottom: 4px;
}
.about-place {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: 80px;
  align-items: center;
  padding-block: 30px 90px;
}
.about-place figure {
  margin: 0;
}
.about-place img {
  display: block;
  width: 100%;
  height: 430px;
  object-fit: cover;
  border-radius: 10px;
}
.about-place figcaption {
  font-size: 11px;
  color: #7b8a71;
  margin-top: 13px;
}
.about-place h2 {
  font-size: clamp(35px, 4vw, 52px);
  line-height: 1.1;
  margin: 20px 0;
}
.about-place p {
  font-size: 16px;
  line-height: 1.8;
  color: #69795f;
  max-width: 410px;
}
@media (max-width: 900px) {
  .about-team .people {
    gap: 20px;
  }
  .about-team .people img {
    height: 290px;
  }
  .about-place,
  .about-belief {
    gap: 30px;
  }
  .about-place img {
    height: 350px;
  }
}
@media (max-width: 700px) {
  .about-team .people {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .about-team .people img {
    height: 390px;
  }
  .about-team .people p {
    max-width: none;
  }
  .about-team {
    padding-bottom: 45px;
  }
  .about-belief,
  .about-place {
    grid-template-columns: 1fr;
    padding-block: 45px;
  }
  .about-belief h2 {
    grid-row: auto;
  }
  .about-place {
    gap: 35px;
  }
  .about-place img {
    height: 340px;
  }
}

.interview-scene {
  border: 1px solid #e0e7d9;
  border-radius: 10px;
  background: #fbfcf8;
  overflow: hidden;
}
.interview-session {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 17px 20px;
  border-bottom: 1px solid #e3e8dd;
  background: #f1f5ec;
}
.interview-session .story-orb {
  width: 35px;
  height: 35px;
  flex: none;
  margin: 0;
}
.interview-session b {
  display: block;
  font-size: 13px;
}
.interview-session span {
  display: block;
  font-size: 10px;
  color: #6f8064;
  margin-top: 6px;
}
.interview-session .story-wave {
  margin: 0 0 0 auto;
  height: 32px;
  gap: 3px;
  display: flex;
  align-items: center;
}
.interview-session .story-wave i {
  width: 2px;
  height: 24px;
  background: #8fae7d;
}
.interview-conversation {
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.interview-conversation article {
  padding: 12px 15px;
  max-width: 85%;
  border-radius: 8px;
  animation: story-enter 0.45s ease both;
}
.interview-conversation .malin-turn {
  background: #edf3e6;
  align-self: flex-start;
}
.interview-conversation .person-turn {
  background: white;
  border: 1px solid #e3e7dc;
  align-self: flex-end;
}
.interview-conversation small {
  font-size: 8px;
  letter-spacing: 1px;
  color: #6a7e5d;
}
.interview-conversation p {
  font-size: 12px;
  line-height: 1.65;
  margin: 7px 0 0;
}
.interview-capture {
  padding: 15px;
  border-top: 1px solid #dde6d5;
  margin-top: 4px;
}
.interview-capture > span {
  font-size: 8px;
  letter-spacing: 1px;
  color: #6b805f;
}
.interview-capture b {
  display: block;
  font-size: 13px;
  margin-top: 8px;
}
.sign-scene {
  border: 1px solid #dfe6d8;
  border-radius: 10px;
  overflow: hidden;
  background: #fbfcf8;
}
.sign-file {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px;
  background: #f1f4eb;
}
.sign-file-icon {
  display: grid;
  place-items: center;
  width: 30px;
  height: 37px;
  border: 1px solid #c5d2b9;
  border-radius: 4px;
  color: #668151;
  font-size: 8px;
  background: #fff;
}
.sign-file b {
  font-size: 12px;
  display: block;
}
.sign-file span {
  font-size: 10px;
  display: block;
  color: #728368;
  margin-top: 5px;
}
.sign-file > small {
  margin-left: auto;
  font-size: 9px;
  color: #75886b;
}
.sign-paper {
  margin: 17px auto;
  width: 75%;
  padding: 22px;
  background: white;
  border: 1px solid #e6e9e1;
  box-shadow: 0 5px 18px #233c2310;
}
.sign-paper small {
  font-size: 8px;
  letter-spacing: 1px;
  color: #68795b;
}
.sign-paper h4 {
  font-family: "Playfair Display", serif;
  font-size: 23px;
  margin: 10px 0;
}
.sign-paper p {
  font-size: 10px;
}
.sign-paper-lines {
  display: grid;
  gap: 6px;
  margin-top: 15px;
}
.sign-paper-lines i {
  height: 2px;
  background: #eef0e9;
}
.sign-paper-lines i:last-child {
  width: 60%;
}
.sign-recipient-list {
  padding: 0 18px;
}
.sign-recipient-list > small {
  font-size: 8px;
  letter-spacing: 1px;
  color: #72826a;
}
.sign-recipient-list > div {
  display: flex;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid #e1e7da;
  padding: 12px 0;
  animation: story-enter 0.4s ease both;
}
.sign-recipient-avatar {
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #e5eddd;
  font-size: 9px;
  color: #587148;
}
.sign-recipient-list b {
  font-size: 11px;
  display: block;
}
.sign-recipient-list span small {
  display: block;
  font-size: 9px;
  color: #809074;
  margin-top: 4px;
}
.sign-recipient-list em {
  font-style: normal;
  font-size: 9px;
  color: #768c68;
  margin-left: auto;
}
.sign-access {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  padding: 15px 18px;
  font-size: 10px;
  color: #62844b;
}
.sign-ready {
  padding: 16px;
  background: #ecf3e5;
  margin: 0 18px 18px;
  border-radius: 7px;
}
.sign-ready small {
  font-size: 8px;
  letter-spacing: 1px;
  color: #637e50;
}
.sign-ready b {
  display: block;
  font-size: 14px;
  margin: 8px 0;
}
.sign-ready p {
  font-size: 11px;
  margin: 7px 0;
}
.sign-ready > span {
  font-size: 9px;
  color: #6a805b;
}
@media (max-width: 600px) {
  .interview-session {
    padding: 13px;
    gap: 10px;
  }
  .interview-session .story-wave {
    display: none;
  }
  .interview-conversation {
    padding: 12px;
  }
  .interview-conversation article {
    max-width: 95%;
  }
  .sign-file {
    padding: 12px;
    flex-wrap: wrap;
  }
  .sign-file > small {
    margin-left: 42px;
  }
  .sign-paper {
    width: 85%;
    padding: 18px;
  }
  .sign-recipient-list {
    padding-inline: 12px;
  }
  .sign-recipient-list em {
    font-size: 8px;
  }
}
/* Customer sign-in stays reachable at every viewport. */
body > header a.login {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  white-space: nowrap;
  font-size: 13px;
  color: #193c30;
}
@media (max-width: 700px) {
  body > header {
    gap: 12px;
  }
  body > header a.login {
    display: inline-flex;
  }
  body > header .nav-end {
    gap: 12px;
  }
}

.industry-voice {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 64px;
  margin: 80px 0;
  padding: 48px 0;
  border-top: 1px solid #dce3dc;
  text-align: left;
}
.industry-voice h2 {
  font-size: clamp(30px, 3.5vw, 46px);
  margin: 18px 0;
  max-width: 520px;
}
.industry-voice p {
  font-size: 16px;
  line-height: 1.65;
  max-width: 580px;
}
.industry-voice-example {
  padding: 28px;
  background: #eff3ed;
  border: 1px solid #dce3dc;
  border-radius: 16px;
}
.industry-voice-input {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin-top: 16px;
}
.industry-voice-input svg {
  flex: none;
  color: #32765d;
  margin-top: 10px;
}
.industry-voice-input p {
  color: #193c30;
  margin-top: 8px;
}
.industry-voice-output {
  border-top: 1px solid #ccd8cc;
  padding-top: 20px;
  margin-top: 20px;
}
.industry-voice-output span {
  font-size: 12px;
  font-weight: 600;
}
.industry-voice-example small {
  display: block;
  font-size: 12px;
  line-height: 1.6;
  color: #526159;
  margin-top: 24px;
}
@media (max-width: 760px) {
  .industry-voice {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
    margin: 48px 0;
    padding-top: 32px;
  }
  .industry-voice-example {
    padding: 20px;
  }
}

.industry-more {
  text-align: left;
  margin: 80px 0;
}
.industry-more > h2 {
  font-size: clamp(30px, 3.5vw, 46px);
  max-width: 700px;
}
.industry-more-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0 32px;
  margin: 32px 0;
}
.industry-more-grid article {
  padding: 24px 0;
  border-top: 1px solid #dce3dc;
}
.industry-more-grid h3 {
  font-size: 22px;
  margin: 0 0 12px;
}
.industry-more-grid p {
  font-size: 15px;
}
@media (max-width: 900px) {
  .industry-more-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 600px) {
  .industry-more-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}
@media (min-width: 701px) and (max-width: 1050px) {
  body > header > nav[aria-label="Main navigation"] {
    display: none;
  }
  body > header .menu,
  body > header .detail-menu {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: 1px solid #cbd6cc;
    border-radius: 24px;
    padding: 9px 16px;
    color: #193c30;
    font-size: 13px;
  }
  .detail-page > header .detail-mobile-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: #fcfcf9;
    border-bottom: 1px solid #dfe4d9;
    padding: 15px 22px;
  }
  .detail-mobile-nav a {
    padding: 12px 0;
  }
  #mobile-nav:not([hidden]) {
    display: flex;
    flex-direction: column;
    padding: 22px;
    gap: 14px;
    background: #fcfcf9;
  }
}

.people img[src*="-studio.png"] {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center;
}
