:root {
  color-scheme: light;
  --forest: #1f4127;
  --forest-deep: #15301b;
  --pine: #2e5832;
  --moss: #708a6a;
  --sage: #a0b198;
  --bone: #f5f1e8;
  --parchment: #faf7f0;
  --white: #ffffff;
  --ink: #11141a;
  --ink-soft: #4d514b;
  --stone: #78776f;
  --line: rgba(21, 48, 27, 0.16);
  --red: #f52525;
  --navy: #10213a;
  --soft-gray: #f3f5f8;
  --cobalt: #5c7cfa;
  --cobalt-dark: #315fe8;
  --mint: #67d6b5;
  --max-width: 1180px;
  --gutter: clamp(20px, 4vw, 48px);
  --display: "Cinzel", Georgia, serif;
  --sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--parchment);
  color: var(--ink);
  font-family: var(--sans);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  color: inherit;
  font: inherit;
}

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

h1,
h2,
h3,
.waywright-lockup strong {
  letter-spacing: 0;
}

.shell {
  width: min(var(--max-width), calc(100vw - (var(--gutter) * 2)));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 10px;
  left: 10px;
  padding: 10px 14px;
  border-radius: 6px;
  background: var(--white);
  color: var(--forest-deep);
  transform: translateY(-160%);
}

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

.site-header {
  position: absolute;
  z-index: 100;
  inset: 0 0 auto;
  height: 88px;
  color: var(--forest-deep);
  transition: height 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.site-header.is-scrolled {
  position: fixed;
  height: 72px;
  background: rgba(250, 247, 240, 0.96);
  box-shadow: 0 1px 0 var(--line);
  backdrop-filter: blur(16px);
}

.nav-wrap {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.waywright-lockup {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  flex: 0 0 auto;
}

.waywright-lockup > span:last-child {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.waywright-lockup strong {
  font-family: var(--display);
  font-size: 16px;
  line-height: 1.2;
}

.waywright-lockup small {
  color: var(--moss);
  font-size: 7px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
}

.ww-seal {
  position: relative;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-family: var(--display);
}

.ww-seal::before,
.ww-seal::after,
.ww-seal i::before,
.ww-seal i::after {
  content: "";
  position: absolute;
  background: currentColor;
  opacity: 0.55;
}

.ww-seal::before {
  top: -4px;
  left: 50%;
  width: 1px;
  height: 8px;
}

.ww-seal::after {
  bottom: -4px;
  left: 50%;
  width: 1px;
  height: 8px;
}

.ww-seal i::before {
  top: 50%;
  left: -4px;
  width: 8px;
  height: 1px;
}

.ww-seal i::after {
  top: 50%;
  right: -4px;
  width: 8px;
  height: 1px;
}

.ww-seal b {
  font-size: 16px;
  font-weight: 600;
}

.site-menu {
  display: flex;
  align-items: center;
  gap: 26px;
  font-size: 12px;
  font-weight: 700;
}

.site-menu > a:not(.nav-cta) {
  position: relative;
}

.site-menu > a:not(.nav-cta)::after {
  content: "";
  position: absolute;
  right: 100%;
  bottom: -6px;
  left: 0;
  height: 1px;
  background: currentColor;
  transition: right 180ms ease;
}

.site-menu > a:not(.nav-cta):hover::after,
.site-menu > a:not(.nav-cta):focus-visible::after {
  right: 0;
}

.nav-cta {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 0 15px;
  border-radius: 6px;
  background: var(--forest-deep);
  color: var(--white);
}

.menu-button {
  width: 42px;
  height: 42px;
  display: none;
  place-items: center;
  gap: 4px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: transparent;
}

.menu-button span {
  width: 18px;
  height: 2px;
  display: block;
  background: currentColor;
}

.hero {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  padding-top: 88px;
  background: var(--bone);
  border-bottom: 1px solid var(--line);
}

.hero::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 43%;
  height: 100%;
  background: #e4e9df;
  clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%);
}

.hero-lines {
  position: absolute;
  top: -12%;
  left: 51%;
  z-index: 1;
  width: 1px;
  height: 124%;
  pointer-events: none;
  background: rgba(31, 65, 39, 0.13);
  box-shadow:
    72px 0 rgba(31, 65, 39, 0.09),
    144px 0 rgba(31, 65, 39, 0.07),
    216px 0 rgba(31, 65, 39, 0.05);
  transform: skewX(-13deg);
}

.hero-inner {
  position: relative;
  z-index: 3;
  min-height: 672px;
  display: flex;
  align-items: center;
}

.hero-copy {
  width: 56%;
  padding: 54px 0 60px;
}

.eyebrow {
  margin-bottom: 18px;
  color: var(--moss);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0;
}

.eyebrow.red {
  color: var(--red);
}

.eyebrow.cobalt {
  color: var(--cobalt-dark);
}

.hero h1 {
  margin-bottom: 12px;
  color: var(--forest-deep);
  font-family: var(--display);
  font-size: clamp(58px, 7.3vw, 105px);
  font-weight: 600;
  line-height: 0.96;
}

.hero-statement {
  max-width: 15ch;
  margin-bottom: 22px;
  color: var(--forest);
  font-family: var(--display);
  font-size: clamp(28px, 3.3vw, 46px);
  font-weight: 600;
  line-height: 1.08;
}

.hero-lede {
  max-width: 610px;
  margin-bottom: 0;
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 1.75;
}

.hero-actions,
.product-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
}

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 20px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 800;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

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

.button-primary {
  background: var(--forest-deep);
  color: var(--white);
  box-shadow: 0 10px 24px rgba(21, 48, 27, 0.18);
}

.button-red {
  background: var(--red);
  color: var(--white);
  box-shadow: 0 10px 24px rgba(245, 37, 37, 0.18);
}

.button-cobalt {
  background: var(--cobalt-dark);
  color: var(--white);
  box-shadow: 0 10px 24px rgba(49, 95, 232, 0.18);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 0;
  border-bottom: 1px solid currentColor;
  color: var(--forest-deep);
  font-size: 13px;
  font-weight: 800;
}

.hero-products {
  max-width: 600px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 34px;
}

.hero-product-link {
  min-height: 74px;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) auto;
  align-items: center;
  gap: 11px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.62);
  transition: border-color 160ms ease, background 160ms ease;
}

.hero-product-link:hover,
.hero-product-link:focus-visible {
  border-color: var(--forest);
  background: var(--white);
}

.hero-product-link img {
  width: 46px;
  height: 46px;
  object-fit: contain;
  border-radius: 10px;
}

.postq-link img {
  padding: 5px;
  background: var(--white);
}

.hero-product-link span {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.hero-product-link strong,
.hero-product-link small {
  overflow-wrap: anywhere;
}

.hero-product-link strong {
  font-size: 13px;
}

.hero-product-link small {
  color: var(--stone);
  font-size: 9px;
  font-weight: 700;
}

.hero-product-link b {
  font-size: 16px;
}

.product-stage {
  position: absolute;
  z-index: 4;
  top: 20px;
  right: -28px;
  width: 520px;
  height: 635px;
}

.device {
  overflow: hidden;
  border: 7px solid var(--ink);
  border-radius: 38px;
  background: var(--white);
  box-shadow: 0 24px 55px rgba(17, 20, 26, 0.2);
}

.device-bar {
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  background: var(--white);
  color: var(--ink);
  font-size: 8px;
  font-weight: 800;
}

.nec-device {
  position: absolute;
  z-index: 2;
  top: 28px;
  right: 5px;
  width: 245px;
  height: 530px;
  transform: perspective(1200px) rotateY(-11deg) rotateZ(2deg);
}

.nec-device > img,
.nec-feature-device > img {
  width: 100%;
  height: calc(100% - 25px);
  object-fit: cover;
  object-position: top center;
}

.postq-device {
  position: absolute;
  z-index: 3;
  top: 122px;
  left: 2px;
  width: 245px;
  height: 500px;
  transform: perspective(1200px) rotateY(12deg) rotateZ(-3deg);
}

.postq-screen {
  height: calc(100% - 25px);
  padding: 14px;
  background: var(--white);
}

.pq-brand {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 18px;
  font-size: 7px;
  font-weight: 800;
}

.pq-brand img {
  width: 21px;
  height: 21px;
  object-fit: contain;
}

.ui-label {
  margin-bottom: 4px;
  color: var(--cobalt-dark);
  font-size: 7px;
  font-weight: 800;
}

.postq-screen h2 {
  margin-bottom: 11px;
  font-size: 15px;
  line-height: 1.2;
}

.pq-prompt {
  min-height: 48px;
  margin-bottom: 8px;
  padding: 9px;
  border: 1px solid rgba(17, 20, 26, 0.13);
  border-radius: 5px;
  font-size: 8px;
  line-height: 1.45;
}

.pq-tags {
  display: flex;
  gap: 5px;
  margin-bottom: 10px;
}

.pq-tags span,
.board-channels span {
  padding: 4px 6px;
  border-radius: 4px;
  background: #edf0ff;
  color: var(--cobalt-dark);
  font-size: 6px;
  font-weight: 800;
}

.pq-image {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 6px;
}

.pq-caption {
  padding: 10px 0;
}

.pq-caption span {
  color: var(--stone);
  font-size: 6px;
  font-weight: 800;
}

.pq-caption p {
  margin: 3px 0 0;
  font-size: 8px;
  line-height: 1.4;
}

.pq-nav {
  display: flex;
  justify-content: space-between;
  padding-top: 8px;
  border-top: 1px solid rgba(17, 20, 26, 0.1);
  color: var(--stone);
  font-size: 7px;
}

.pq-nav b {
  color: var(--cobalt-dark);
}

.stage-label {
  position: absolute;
  z-index: 5;
  padding: 7px 10px;
  border: 1px solid var(--forest);
  background: var(--parchment);
  color: var(--forest-deep);
  font-size: 8px;
  font-weight: 800;
  line-height: 1;
}

.stage-label-nec {
  top: 15px;
  right: 194px;
}

.stage-label-postq {
  bottom: 8px;
  left: 165px;
}

.status-rail {
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.status-rail .shell {
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 44px;
  color: var(--ink-soft);
  font-size: 11px;
  font-weight: 700;
}

.status-rail span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.status-dot {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
}

.status-dot.live {
  background: #24c26a;
}

.status-dot.soon {
  background: var(--cobalt);
}

.apps-intro {
  padding: 118px 0 92px;
  background: var(--parchment);
}

.apps-intro .shell {
  display: grid;
  grid-template-columns: 0.65fr 1.5fr;
  gap: 34px;
  align-items: start;
}

.apps-intro .eyebrow {
  padding-top: 10px;
}

.apps-intro h2,
.product-copy h2,
.principles h2,
.closing h2 {
  margin-bottom: 20px;
  font-family: var(--display);
  font-weight: 600;
  line-height: 1.08;
}

.apps-intro h2 {
  max-width: 16ch;
  color: var(--forest-deep);
  font-size: clamp(39px, 5vw, 66px);
}

.apps-intro .shell > p:last-child {
  grid-column: 2;
  max-width: 650px;
  margin-bottom: 0;
  color: var(--ink-soft);
  font-size: 16px;
}

.product-section {
  position: relative;
  overflow: hidden;
  border-top: 1px solid var(--line);
}

.nec-product {
  background: var(--white);
  color: var(--navy);
}

.postq-product {
  background: #eef1fb;
}

.product-layout {
  min-height: 820px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.92fr);
  gap: clamp(64px, 9vw, 126px);
  align-items: center;
  padding-block: 100px;
}

.product-layout.reverse {
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1fr);
}

.product-layout.reverse .product-visual {
  order: 2;
}

.product-layout.reverse .product-copy {
  order: 1;
}

.product-visual {
  position: relative;
  min-height: 600px;
}

.nec-visual {
  background: var(--soft-gray);
  border-left: 7px solid var(--red);
}

.postq-visual {
  background: #dfe4f8;
  border-right: 7px solid var(--cobalt-dark);
}

.visual-field-label {
  position: absolute;
  z-index: 4;
  top: 22px;
  left: 22px;
  padding: 7px 9px;
  background: var(--white);
  color: var(--ink);
  font-size: 8px;
  font-weight: 800;
}

.nec-feature-device {
  position: absolute;
  z-index: 3;
  top: 62px;
  left: 50%;
  width: 255px;
  height: 548px;
  transform: translateX(-48%) perspective(1000px) rotateY(-8deg) rotateZ(2deg);
}

.product-icon {
  position: absolute;
  z-index: 5;
  object-fit: contain;
  box-shadow: 0 18px 42px rgba(17, 20, 26, 0.17);
}

.nec-icon {
  right: 22px;
  bottom: 28px;
  width: 112px;
  height: 112px;
  border-radius: 25px;
}

.route-line {
  position: absolute;
  top: 15%;
  right: 15%;
  bottom: 15%;
  width: 1px;
  background: var(--red);
}

.route-line::before,
.route-line::after {
  content: "";
  position: absolute;
  left: -4px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--red);
}

.route-line::before {
  top: 20%;
}

.route-line::after {
  bottom: 17%;
}

.product-copy {
  max-width: 530px;
}

.product-heading {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 42px;
}

.product-heading > img {
  width: 58px;
  height: 58px;
  object-fit: contain;
  border-radius: 13px;
}

.product-heading > span {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.product-heading b {
  font-family: var(--display);
  font-size: 18px;
}

.product-heading small {
  color: var(--stone);
  font-size: 8px;
  font-weight: 800;
}

.postq-heading > img {
  width: 160px;
  height: auto;
  border-radius: 0;
}

.product-copy h2 {
  color: inherit;
  font-size: clamp(38px, 4.7vw, 62px);
}

.product-lede {
  margin-bottom: 34px;
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 1.75;
}

.product-points {
  border-top: 1px solid currentColor;
}

.product-points > div {
  display: grid;
  grid-template-columns: 135px minmax(0, 1fr);
  gap: 18px;
  padding: 17px 0;
  border-bottom: 1px solid rgba(17, 20, 26, 0.13);
}

.product-points strong {
  font-size: 12px;
}

.product-points span {
  color: var(--ink-soft);
  font-size: 12px;
  line-height: 1.6;
}

.product-note {
  margin: 14px 0 0;
  color: var(--stone);
  font-size: 10px;
}

.postq-board {
  position: absolute;
  top: 76px;
  left: 50%;
  width: min(420px, calc(100% - 72px));
  padding: 18px;
  border: 1px solid rgba(17, 20, 26, 0.16);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 24px 50px rgba(49, 95, 232, 0.18);
  transform: translateX(-50%) perspective(1000px) rotateY(7deg) rotateZ(-1deg);
}

.board-top {
  display: grid;
  grid-template-columns: 28px 1fr auto;
  align-items: center;
  gap: 9px;
  padding-bottom: 14px;
}

.board-top img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.board-top span,
.board-top b {
  font-size: 8px;
}

.board-top b {
  padding: 4px 6px;
  border-radius: 4px;
  background: #d9f7ee;
  color: #17634f;
}

.postq-board > img {
  width: 100%;
  aspect-ratio: 1.38;
  object-fit: cover;
}

.board-copy {
  padding: 16px 0 14px;
}

.board-copy small {
  display: block;
  margin-bottom: 6px;
  color: var(--cobalt-dark);
  font-size: 8px;
  font-weight: 800;
}

.board-copy strong {
  display: block;
  font-family: var(--display);
  font-size: 22px;
  line-height: 1.2;
}

.board-copy p {
  margin: 8px 0 0;
  color: var(--stone);
  font-size: 10px;
}

.board-channels {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding-top: 12px;
  border-top: 1px solid rgba(17, 20, 26, 0.12);
}

.postq-icon {
  right: 20px;
  bottom: 24px;
  width: 96px;
  height: 96px;
  padding: 15px;
  border-radius: 22px;
  background: var(--white);
}

.principles {
  padding: 118px 0;
  background: var(--forest-deep);
  color: var(--white);
}

.principles .shell {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 100px;
}

.principles .eyebrow {
  color: var(--sage);
}

.principles h2 {
  max-width: 16ch;
  color: var(--white);
  font-size: clamp(38px, 4.6vw, 61px);
}

.principle-list {
  border-top: 1px solid rgba(255, 255, 255, 0.28);
}

.principle-list > div {
  display: grid;
  grid-template-columns: 34px 150px minmax(0, 1fr);
  gap: 18px;
  padding: 25px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.principle-list span {
  color: var(--sage);
  font-size: 10px;
  font-weight: 800;
}

.principle-list strong {
  font-size: 13px;
}

.principle-list p {
  margin: 0;
  color: var(--sage-soft);
  font-size: 12px;
  line-height: 1.6;
}

.closing {
  padding: 120px 0;
  background: var(--bone);
}

.closing-inner {
  text-align: center;
}

.closing h2 {
  max-width: 16ch;
  margin-inline: auto;
  color: var(--forest-deep);
  font-size: clamp(42px, 5.6vw, 72px);
}

.closing-actions {
  max-width: 840px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 44px auto 0;
}

.closing-link {
  min-height: 90px;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  padding: 15px 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  text-align: left;
}

.closing-link:hover,
.closing-link:focus-visible {
  border-color: var(--forest);
}

.closing-link img {
  width: 58px;
  height: 58px;
  object-fit: contain;
  border-radius: 13px;
}

.closing-link:nth-child(2) img {
  padding: 8px;
}

.closing-link span {
  display: flex;
  flex-direction: column;
}

.closing-link small {
  color: var(--stone);
  font-size: 8px;
  font-weight: 800;
}

.closing-link strong {
  font-family: var(--display);
  font-size: 20px;
}

.site-footer {
  padding: 76px 0 24px;
  background: var(--ink);
  color: var(--white);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.8fr repeat(3, 0.7fr);
  gap: 60px;
  padding-bottom: 58px;
}

.footer-lockup {
  color: var(--white);
}

.footer-lockup small {
  color: var(--sage);
}

.footer-grid > div > p {
  max-width: 310px;
  margin: 20px 0 0;
  color: #afb4ad;
  font-size: 12px;
}

.footer-grid nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  font-size: 12px;
}

.footer-grid nav strong {
  margin-bottom: 3px;
  color: var(--sage);
  font-size: 9px;
}

.footer-grid nav a:hover,
.footer-grid nav a:focus-visible {
  text-decoration: underline;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: #8f948d;
  font-size: 10px;
}

.reveal-item {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 600ms ease, transform 600ms ease;
}

.reveal-item.is-visible {
  opacity: 1;
  transform: none;
}

.legal-main {
  min-height: 70vh;
  padding: 150px 0 100px;
  background: var(--parchment);
}

.legal-shell {
  width: min(760px, calc(100vw - (var(--gutter) * 2)));
  margin-inline: auto;
}

.legal-main h1 {
  margin-bottom: 18px;
  color: var(--forest-deep);
  font-family: var(--display);
  font-size: clamp(42px, 6vw, 72px);
  line-height: 1;
}

.legal-date {
  margin-bottom: 42px;
  color: var(--stone);
  font-size: 11px;
  font-weight: 700;
}

.legal-main h2 {
  margin: 40px 0 12px;
  color: var(--forest-deep);
  font-family: var(--display);
  font-size: 24px;
}

.legal-main p,
.legal-main li {
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.8;
}

.legal-main a {
  color: var(--forest);
  font-weight: 700;
  text-decoration: underline;
}

.legal-main ul {
  padding-left: 20px;
}

@media (max-width: 1040px) {
  .site-menu {
    gap: 18px;
  }

  .hero-copy {
    width: 53%;
  }

  .product-stage {
    right: -90px;
    transform: scale(0.9);
    transform-origin: right center;
  }

  .product-layout,
  .product-layout.reverse {
    gap: 56px;
  }
}

@media (max-width: 820px) {
  .site-header,
  .site-header.is-scrolled {
    height: 72px;
  }

  .menu-button {
    display: grid;
  }

  .site-menu {
    position: absolute;
    top: 72px;
    right: var(--gutter);
    left: var(--gutter);
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
    box-shadow: 0 20px 40px rgba(17, 20, 26, 0.14);
  }

  .site-menu.is-open {
    display: flex;
  }

  .site-menu > a:not(.nav-cta) {
    min-height: 46px;
    display: flex;
    align-items: center;
    padding: 0 10px;
  }

  .site-menu > a::after {
    display: none;
  }

  .nav-cta {
    margin-top: 6px;
  }

  .hero {
    min-height: 0;
    padding-top: 72px;
  }

  .hero::after {
    top: auto;
    width: 100%;
    height: 440px;
    clip-path: polygon(0 14%, 100% 0, 100% 100%, 0 100%);
  }

  .hero-inner {
    min-height: 0;
    display: block;
  }

  .hero-copy {
    width: 100%;
    padding: 70px 0 28px;
  }

  .hero h1 {
    font-size: clamp(44px, 14vw, 66px);
  }

  .hero-lede {
    max-width: 650px;
  }

  .product-stage {
    position: relative;
    top: auto;
    right: auto;
    width: min(520px, 100%);
    height: 520px;
    margin: 0 auto 10px;
    transform: none;
  }

  .nec-device {
    right: 3%;
    width: 215px;
    height: 465px;
  }

  .postq-device {
    top: 80px;
    left: 3%;
    width: 215px;
    height: 440px;
  }

  .stage-label-nec {
    top: 13px;
    right: 37%;
  }

  .stage-label-postq {
    right: 7%;
    bottom: 0;
    left: auto;
  }

  .status-rail .shell {
    min-height: 86px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
  }

  .apps-intro {
    padding: 90px 0 70px;
  }

  .apps-intro .shell,
  .principles .shell {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .apps-intro .shell > p:last-child {
    grid-column: 1;
  }

  .product-layout,
  .product-layout.reverse {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 58px;
    padding-block: 78px;
  }

  .product-layout.reverse .product-visual,
  .product-layout.reverse .product-copy {
    order: initial;
  }

  .product-copy {
    max-width: 680px;
  }

  .product-visual {
    min-height: 560px;
  }

  .principles {
    padding: 90px 0;
  }

  .principle-list > div {
    grid-template-columns: 32px 140px minmax(0, 1fr);
  }

  .footer-grid {
    grid-template-columns: 1.4fr repeat(3, 1fr);
    gap: 30px;
  }
}

@media (max-width: 600px) {
  .waywright-lockup strong {
    font-size: 14px;
  }

  .hero-copy {
    padding-top: 54px;
  }

  .hero-statement {
    max-width: 18ch;
    font-size: 31px;
  }

  .hero-actions,
  .product-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
  }

  .button {
    width: 100%;
  }

  .text-link {
    align-self: flex-start;
  }

  .hero-products {
    grid-template-columns: 1fr;
  }

  .product-stage {
    height: 405px;
    margin-top: 8px;
  }

  .nec-device {
    right: 1%;
    width: 168px;
    height: 365px;
    border-width: 5px;
    border-radius: 30px;
  }

  .postq-device {
    top: 65px;
    left: 1%;
    width: 168px;
    height: 340px;
    border-width: 5px;
    border-radius: 30px;
  }

  .device-bar {
    height: 20px;
  }

  .postq-screen {
    height: calc(100% - 20px);
    padding: 10px;
  }

  .pq-brand {
    margin-bottom: 10px;
  }

  .postq-screen h2 {
    font-size: 12px;
  }

  .pq-prompt {
    min-height: 38px;
    padding: 6px;
  }

  .pq-image {
    height: 104px;
  }

  .pq-caption {
    padding: 6px 0;
  }

  .stage-label {
    font-size: 6px;
  }

  .stage-label-nec {
    right: 35%;
  }

  .stage-label-postq {
    right: 2%;
  }

  .apps-intro h2,
  .product-copy h2,
  .principles h2,
  .closing h2 {
    font-size: 39px;
  }

  .product-visual {
    min-height: 470px;
  }

  .nec-feature-device {
    width: 202px;
    height: 438px;
  }

  .nec-icon {
    right: 14px;
    width: 82px;
    height: 82px;
    border-radius: 18px;
  }

  .postq-board {
    top: 58px;
    width: calc(100% - 34px);
    padding: 13px;
  }

  .board-copy strong {
    font-size: 18px;
  }

  .postq-icon {
    right: 10px;
    bottom: 15px;
    width: 72px;
    height: 72px;
    border-radius: 16px;
  }

  .product-heading {
    margin-bottom: 32px;
  }

  .product-points > div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .principle-list > div {
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 8px 14px;
  }

  .principle-list p {
    grid-column: 2;
  }

  .closing {
    padding: 88px 0;
  }

  .closing-actions {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 42px 28px;
  }

  .footer-grid > div {
    grid-column: 1 / -1;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

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

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

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