.hero {
  gap: 2.75rem;
  padding-block: 4rem 3.5rem;
}

.hero h1 {
  font-size: clamp(3rem, 5.45vw, 4.75rem);
  letter-spacing: -0.06em;
  line-height: 1.06;
}

.hero-description {
  font-size: 1rem;
  max-width: 29rem;
}

.hero-capabilities {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4375rem;
  list-style: none;
  margin: 1.125rem 0 0;
  max-width: 32rem;
  padding: 0;
}

.hero-capabilities li {
  background: #e9ecdf;
  border: 0.0625rem solid #cdd7c0;
  border-radius: 2rem;
  color: var(--brand);
  font-size: var(--text-small);
  line-height: 1.5;
  padding: 0.375rem 0.75rem;
}

.hero-capabilities .capability-ai {
  background: var(--brand);
  border-color: var(--brand);
  color: var(--cream);
}

.hero-actions {
  margin-top: 1.5rem;
}

.hero-offer {
  align-items: center;
  border-top: 0.0625rem solid var(--line);
  display: flex;
  gap: 0.875rem;
  margin-top: 2rem;
  max-width: 29rem;
  padding-top: 1.375rem;
}

.offer-icon {
  align-items: center;
  background: #e8e4d2;
  border-radius: 0.75rem;
  display: flex;
  flex-shrink: 0;
  height: 2.75rem;
  justify-content: center;
  width: 2.75rem;
}

.hero-offer strong,
.hero-offer p > span {
  display: block;
}

.hero-offer strong {
  font-size: 0.9375rem;
  font-weight: 600;
}

.hero-offer p > span {
  color: var(--muted);
  font-size: var(--text-small);
  margin-top: 0.1875rem;
}

.product-scene {
  aspect-ratio: 1 / 1.12;
  background:
    radial-gradient(ellipse at 74% 20%, #f5ecd3 0, transparent 53%),
    linear-gradient(145deg, #e9edde, #dce3d1 75%);
  border: 0.0625rem solid #dce1d0;
  border-radius: 2rem;
  perspective: 75rem;
  position: relative;
}

.scene-label {
  align-items: center;
  color: #42573f;
  display: flex;
  font-size: var(--text-caption);
  gap: 0.5rem;
  inset: 1.5rem 1.5rem auto;
  position: absolute;
}

.scene-label > span:last-child {
  font-size: var(--text-caption);
  letter-spacing: 0.07em;
  margin-left: auto;
}

.scene-orbit-canvas {
  border-radius: inherit;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
}

.scene-orbit {
  border: 0.0625rem solid #c1cdb5;
  border-radius: 50%;
  height: 70%;
  left: 9%;
  position: absolute;
  top: 16%;
  transform: rotate(-25deg);
  width: 86%;
}

.scene-orbit::after {
  border: 0.0625rem dashed #c1cdb5;
  border-radius: 50%;
  content: "";
  inset: 0.75rem -1.25rem;
  position: absolute;
  transform: rotate(48deg);
}

.scene-platform {
  background: linear-gradient(180deg, #d1d9c2, #b9c6a8);
  border: 0.0625rem solid #b5c3a5;
  border-radius: 50%;
  bottom: 7%;
  box-shadow: 0 0.625rem 0 #b7c3a7, 0 1.25rem 1.25rem rgb(27 60 39 / 9%);
  height: 13%;
  left: 8%;
  position: absolute;
  width: 84%;
}

.scene-stage,
.scene-composition {
  inset: 0;
  position: absolute;
  transform-style: preserve-3d;
}

.scene-stage {
  pointer-events: none;
  transform: rotateX(calc(4deg + var(--scene-x, 0deg))) rotateY(calc(-10deg + var(--scene-y, 0deg)));
  transition: transform 220ms ease-out;
}

.product-scene[data-tracking="true"] .scene-stage {
  transition: none;
}

.scene-dashboard {
  left: 3%;
  position: absolute;
  top: 21%;
  transform: translateZ(-1rem) rotateY(12deg) rotateZ(-7deg);
  transition: transform 450ms ease;
  width: 73%;
}

.scene-dashboard .restaurant-window {
  border-color: #9da991;
  box-shadow:
    -0.125rem 0.125rem 0 #a2af96,
    -0.25rem 0.25rem 0 #a2af96,
    -0.375rem 0.375rem 0 #a2af96,
    0 1.25rem 2rem rgb(27 60 39 / 13%);
  left: auto;
  transform: scale(0.94);
  transform-origin: top left;
  width: 100%;
}

.scene-dashboard .window-content {
  padding: 1.25rem;
}

.scene-dashboard .window-heading h2 {
  font-size: 1.3rem;
  max-width: 10rem;
}

.scene-dashboard .mock-chart {
  margin-top: 0.875rem;
}

.scene-dashboard .chart-bars {
  height: 3.375rem;
}

.scene-phone {
  background: #233c2b;
  border: 0.3125rem solid #314b37;
  border-radius: 1.5rem;
  box-shadow:
    0.125rem 0.0625rem 0 #6c7c63,
    0.25rem 0.125rem 0 #6c7c63,
    0.375rem 0.1875rem 0 #455b3e,
    0.5rem 0.25rem 0 #455b3e,
    1rem 1.75rem 2.25rem rgb(27 60 39 / 24%);
  overflow: hidden;
  position: absolute;
  right: 8%;
  top: 13%;
  transform: translateZ(4.5rem) rotateY(-10deg) rotateZ(7deg);
  transition: transform 450ms ease;
  width: 43%;
}

.scene-phone > img {
  height: auto;
  width: 100%;
}

.scene-phone-glass {
  background: linear-gradient(115deg, rgb(255 255 255 / 17%), transparent 38%, transparent 76%, rgb(255 255 255 / 7%));
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.scene-loyalty {
  align-items: center;
  background: #e6cc85;
  border: 0.0625rem solid #c9ad66;
  border-radius: 0.875rem;
  box-shadow: 0.1875rem 0.3125rem 0 #c3a864, 0 1rem 1.5rem rgb(87 72 26 / 12%);
  display: flex;
  font-size: 0.625rem;
  gap: 0.625rem;
  left: 5%;
  line-height: 1.5;
  padding: 0.75rem 1rem;
  position: absolute;
  top: 12%;
  transform: translateZ(6rem) rotateZ(-8deg);
  transition: transform 450ms ease;
}

.scene-loyalty strong {
  display: block;
  font-family: var(--serif);
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: -0.03em;
}

.scene-receipt {
  align-items: center;
  background: var(--paper);
  border: 0.0625rem solid #d4d9c6;
  border-radius: 0.75rem;
  bottom: 12%;
  box-shadow: 0 0.75rem 1.5rem rgb(27 60 39 / 13%);
  display: flex;
  gap: 0.625rem;
  left: 3%;
  padding: 0.875rem;
  position: absolute;
  transform: translateZ(7rem) rotateZ(-4deg);
  transition: transform 450ms ease;
}

.receipt-check {
  background: var(--brand);
  border-radius: 50%;
  color: var(--cream);
  padding: 0.5rem;
}

.scene-receipt div > span {
  color: var(--muted);
  display: block;
  font-size: 0.4375rem;
  letter-spacing: 0.065em;
  margin-bottom: 0.1875rem;
}

.scene-receipt strong {
  display: block;
  font-size: 0.625rem;
  font-weight: 600;
}

.scene-hint {
  bottom: 1rem;
  color: #4b6045;
  font-size: var(--text-caption);
  left: 1rem;
  position: absolute;
  right: 1rem;
  text-align: center;
}

.scene-controls {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  justify-content: space-between;
  margin-top: 0.875rem;
}

.scene-views {
  background: #e7e9df;
  border: 0.0625rem solid #d7dccc;
  border-radius: 0.625rem;
  display: flex;
  padding: 0.25rem;
}

.scene-views button,
.motion-toggle {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 0.4375rem;
  color: var(--muted);
  cursor: pointer;
  display: inline-flex;
  font-size: var(--text-small);
  gap: 0.4375rem;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0.5rem 0.875rem;
}

.scene-views button[aria-pressed="true"] {
  background: var(--paper);
  box-shadow: 0 0.125rem 0.25rem rgb(27 60 39 / 7%);
  color: var(--brand);
}

.motion-toggle {
  padding-inline: 0.5rem;
}

.motion-toggle[aria-pressed="true"] .status-dot {
  color: #476537;
}

.motion-toggle:disabled {
  cursor: default;
}

.hero-visual figcaption {
  line-height: 1.65;
  margin-top: 0.75rem;
}

.product-scene[data-motion="on"][data-view="angled"] .scene-composition {
  animation: scene-float 8s ease-in-out infinite;
}

.product-scene[data-view="flat"] .scene-stage,
.product-scene[data-view="flat"] .scene-dashboard,
.product-scene[data-view="flat"] .scene-phone,
.product-scene[data-view="flat"] .scene-loyalty,
.product-scene[data-view="flat"] .scene-receipt {
  transform: none;
}

@keyframes scene-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-0.625rem); }
}

.benefit-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  margin-top: 1.375rem;
}

.benefit-pills span {
  align-items: center;
  border: 0.0625rem solid #bfcab3;
  border-radius: 2rem;
  display: inline-flex;
  font-size: var(--text-small);
  min-height: 2.375rem;
  padding: 0.4375rem 0.875rem;
}

.profit-card {
  background:
    radial-gradient(circle at 100% 0, #d4dec4 0, transparent 65%),
    var(--sage);
}

.profit-explanation {
  color: #4b604a;
  font-size: 0.875rem;
  max-width: 22rem;
}

.experience-section {
  background: #fffdf7;
  border-block: 0.0625rem solid #e0e3d6;
  padding-block: 5rem;
}

.experience-section .section-heading {
  margin-bottom: 1.75rem;
}

.experience-links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
}

.design-personalization {
  background: #edf0e4;
  border-left: 0.1875rem solid #7b9564;
  border-radius: 0 0.75rem 0.75rem 0;
  color: #4c5c46;
  font-size: 0.875rem;
  line-height: 1.75;
  margin-top: 1.75rem;
  max-width: 51rem;
  padding: 1rem 1.25rem;
}

.design-personalization strong {
  color: var(--brand);
  display: block;
  font-weight: 600;
  margin-bottom: 0.25rem;
}

.design-disclaimer {
  color: var(--muted);
  font-size: var(--text-caption);
  line-height: 1.75;
  margin-block: 1.25rem 2.5rem;
  max-width: 47rem;
}

.design-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  perspective: 75rem;
}

.design-card {
  background: #f0f0e6;
  border: 0.0625rem solid #d8decf;
  border-radius: 1.125rem;
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 0.875rem;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.design-card:nth-child(2) {
  background: #e9eddf;
}

.design-card:nth-child(3) {
  background: #eee8da;
}

.design-card:nth-child(4) {
  background: #e3e9da;
}

.design-card-top {
  align-items: center;
  color: #4d6048;
  display: flex;
  font-size: var(--text-caption);
  font-weight: 600;
  gap: 0.25rem;
  justify-content: space-between;
  letter-spacing: 0.055em;
  padding: 0.25rem 0.125rem 0.875rem;
}

.design-image {
  background: var(--cream);
  border: 0.0625rem solid #cbd1bf;
  border-radius: 0.6875rem;
  box-shadow: 0 0.375rem 0.625rem rgb(27 60 39 / 6%);
  overflow: hidden;
  position: relative;
}

.design-image > img {
  height: auto;
  width: 100%;
}

.design-zoom {
  align-self: flex-start;
  background: transparent;
  border: 0;
  color: var(--brand);
  cursor: pointer;
  font-size: var(--text-small);
  font-weight: 600;
  margin-top: 0.5rem;
  min-height: 2.75rem;
  padding: 0.375rem 0;
  text-align: left;
  text-decoration: underline;
  text-underline-offset: 0.1875rem;
}

.design-zoom:hover {
  text-decoration-thickness: 0.125rem;
}

.design-card-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1.25rem 0.125rem 0.25rem;
}

.design-card h3 {
  font-family: var(--serif);
  font-size: 1.5625rem;
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 1.2;
  margin-bottom: 0.625rem;
}

.design-card-copy > p {
  color: #4c5c46;
  font-size: var(--text-small);
  line-height: 1.7;
}

.design-card-copy > .design-path {
  border-top: 0.0625rem solid #cdd5c1;
  font-size: var(--text-caption);
  margin-top: 1.125rem;
  padding-block: 0.625rem 0.25rem;
}

.design-structure {
  align-items: center;
  border-top: 0.0625rem solid var(--line);
  display: grid;
  gap: 4rem;
  grid-template-columns: 1fr 1fr;
  margin-top: 3.5rem;
  padding-top: 2.5rem;
}

.structure-copy .eyebrow {
  margin-bottom: 0.875rem;
}

.structure-copy h3 {
  font-family: var(--serif);
  font-size: 1.875rem;
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1.2;
}

.structure-copy > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 0.875rem;
  margin-top: 1rem;
  max-width: 26rem;
}

.structure-copy > .button {
  margin-top: 1.25rem;
}

.structure-tree {
  background: #f2f3eb;
  border: 0.0625rem solid #d9dfcd;
  border-radius: 1rem;
  font-size: 0.875rem;
  padding: 1.5rem;
}

.structure-tree > p {
  align-items: center;
  display: flex;
  gap: 0.625rem;
  margin-bottom: 0.875rem;
}

.structure-tree > ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.structure-tree li {
  border-left: 0.0625rem solid #b5c4a5;
  margin-left: 0.5625rem;
  padding: 0.625rem 0 0.625rem 1.25rem;
  position: relative;
}

.structure-tree li::before {
  border-top: 0.0625rem solid #b5c4a5;
  content: "";
  left: 0;
  position: absolute;
  top: 1.3125rem;
  width: 0.75rem;
}

.structure-tree strong {
  font-weight: 600;
}

.structure-tree small {
  color: var(--muted);
  display: block;
  font-size: var(--text-caption);
  line-height: 1.6;
  margin-top: 0.1875rem;
}

.platform-section {
  padding-block: 4.5rem;
}

.platform-supporting {
  color: var(--muted);
  font-size: 0.875rem;
  line-height: 1.75;
  margin-top: 1.5rem;
  max-width: 46rem;
}

.feature-card {
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.plan-section {
  padding-block: 0.75rem 4.5rem;
}

.plan-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

.plan-card {
  background: #f8f7f0;
  border: 0.0625rem solid var(--line);
  border-radius: 1.125rem;
  display: flex;
  flex-direction: column;
  padding: 1.75rem;
}

.plan-current {
  background: #e6ebdc;
  border-color: #b9c9a7;
}

.plan-card-top {
  align-items: center;
  display: flex;
  gap: 0.5rem;
  justify-content: space-between;
  margin-bottom: 1.75rem;
}

.plan-number {
  color: #708364;
  font-family: var(--serif);
  font-size: 2rem;
  letter-spacing: -0.075em;
  line-height: 1;
}

.plan-status {
  align-items: center;
  color: #4f6349;
  display: inline-flex;
  font-size: var(--text-caption);
  gap: 0.375rem;
  text-align: right;
}

.plan-card h3 {
  font-family: var(--serif);
  font-size: 1.625rem;
  font-weight: 400;
  margin-bottom: 0.75rem;
}

.plan-card > p {
  color: var(--muted);
  font-size: 0.875rem;
  line-height: 1.75;
  margin-bottom: 1.25rem;
}

.setup-list {
  color: var(--muted);
  font-size: 0.875rem;
  line-height: 1.75;
  margin: 0 0 1.25rem;
  padding-left: 1rem;
}

.setup-list li + li {
  margin-top: 0.375rem;
}

.plan-card > a,
.plan-footnote {
  margin-top: auto;
  min-height: 2.75rem;
}

.plan-footnote {
  align-items: center;
  color: #596a52;
  display: flex;
  font-size: var(--text-caption);
}

.trial-panel {
  background:
    radial-gradient(ellipse at 100% 0, #3b5434 0, transparent 65%),
    var(--brand);
}

.trial-copy h2 {
  font-size: clamp(2.375rem, 3.85vw, 3.25rem);
}

.trial-copy > p.trial-pricing {
  border-top: 0.0625rem solid rgb(245 242 235 / 25%);
  font-size: 0.875rem;
  margin-block: 1.5rem 1.75rem;
  padding-top: 1.25rem;
}

.trial-pricing strong {
  color: var(--cream);
  display: block;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.375rem;
}

.trial-copy > p.trial-note {
  font-size: var(--text-caption);
  margin-block: 1rem 0;
}

.trial-ticket {
  box-shadow: 0.5rem 0.75rem 0 #102f21, 0 1.5rem 3rem rgb(0 0 0 / 18%);
  transform: perspective(60rem) rotateY(-12deg) rotateZ(4deg);
  transition: transform 250ms ease;
}

.design-dialog {
  background: var(--paper);
  border: 0.0625rem solid #b4c2a5;
  border-radius: 1.5rem;
  box-shadow: 0 2rem 6rem rgb(0 0 0 / 28%);
  color: var(--ink);
  margin: auto;
  max-height: calc(100svh - 2rem);
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 1.5rem;
  width: min(calc(100% - 2rem), 38rem);
}

.design-dialog::backdrop {
  backdrop-filter: blur(0.4375rem);
  background: rgb(13 30 18 / 75%);
}

.dialog-open {
  overflow: hidden;
}

.dialog-header {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.dialog-header .eyebrow {
  margin-bottom: 0.375rem;
}

.dialog-header h2 {
  font-size: 1.75rem;
}

.icon-button {
  align-items: center;
  background: #e7ebdf;
  border: 0.0625rem solid #d4dcc8;
  border-radius: 50%;
  color: var(--brand);
  cursor: pointer;
  display: inline-flex;
  flex-shrink: 0;
  height: 2.75rem;
  justify-content: center;
  width: 2.75rem;
}

.icon-button:hover {
  background: #dce4d0;
}

.icon-button:disabled {
  cursor: default;
  opacity: 0.4;
}

.dialog-image-area {
  align-items: center;
  background:
    radial-gradient(ellipse at 50% 40%, #f7f5e8 0, transparent 70%),
    #e1e6d6;
  border: 0.0625rem solid #d7decd;
  border-radius: 0.875rem;
  display: flex;
  justify-content: center;
  min-height: 12rem;
  padding: 1rem;
}

.dialog-image-area img {
  border-radius: 0.5rem;
  box-shadow: 0 0.5rem 1rem rgb(27 60 39 / 10%);
  height: auto;
  max-height: max(12rem, calc(100svh - 19rem));
  object-fit: contain;
  width: auto;
}

.dialog-image-area > p {
  font-size: 0.875rem;
  max-width: 20rem;
  text-align: center;
}

.dialog-navigation {
  align-items: center;
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  margin-block: 0.875rem 0.25rem;
}

.dialog-navigation > p {
  color: var(--muted);
  font-size: var(--text-small);
  min-width: 3rem;
  text-align: center;
}

.dialog-note {
  color: var(--muted);
  font-size: var(--text-caption);
  line-height: 1.65;
  margin-inline: auto;
  max-width: 27rem;
  text-align: center;
}

.contact-card {
  background: #e9eddf;
  border: 0.0625rem solid #cbd6bd;
  border-radius: 1rem;
  margin-top: 1.75rem;
  padding: 1.5rem;
}

.contact-card h3 {
  font-family: var(--serif);
  font-size: 1.75rem;
  font-weight: 400;
}

.contact-card > p {
  color: var(--muted);
  font-size: 0.875rem;
  margin-top: 0.875rem;
}

.contact-details {
  display: grid;
  gap: 1rem;
  margin-block: 1.5rem;
}

.contact-details dt {
  color: var(--muted);
  font-size: var(--text-caption);
}

.contact-details dd {
  font-size: 0.875rem;
  font-weight: 600;
  margin: 0.1875rem 0 0;
  overflow-wrap: anywhere;
}

.contact-details a {
  align-items: center;
  display: inline-flex;
  max-width: 100%;
  min-height: 2.75rem;
}

.contact-card > .contact-note {
  border-top: 0.0625rem solid #cbd6bd;
  font-size: var(--text-caption);
  padding-top: 1rem;
}

@media (hover: hover) and (pointer: fine) {
  .design-card:hover {
    border-color: #a5b795;
    box-shadow: 0 1rem 1.5rem rgb(27 60 39 / 8%);
    transform: translateY(-0.375rem) rotateX(1deg);
  }

  .feature-card:hover {
    border-color: #a9bc9b;
    box-shadow: 0 0.5rem 1rem rgb(27 60 39 / 5%);
    transform: translateY(-0.25rem);
  }

  .trial-ticket:hover {
    transform: perspective(60rem) rotateY(-4deg) rotateZ(1deg);
  }
}

@media (min-width: 58.001rem) and (max-width: 74rem) {
  .scene-dashboard .restaurant-window {
    transform: scale(0.76);
  }
}

@media (max-width: 64rem) {
  .hero {
    gap: 2rem;
  }

  .hero h1 {
    font-size: clamp(3rem, 5.2vw, 4.75rem);
  }

  .scene-label {
    inset: 1.125rem 1rem auto;
  }

  .scene-dashboard .window-content {
    padding: 1rem;
  }

  .scene-dashboard .window-heading h2 {
    font-size: 1.125rem;
  }

  .scene-dashboard .chart-bars {
    height: 2rem;
  }

  .scene-loyalty {
    font-size: 0.5625rem;
    padding: 0.625rem;
  }

  .scene-loyalty strong {
    font-size: 0.9375rem;
  }

  .scene-receipt {
    bottom: 10%;
    gap: 0.5rem;
    padding: 0.625rem;
  }

  .scene-receipt strong {
    font-size: 0.5625rem;
  }

  .design-grid {
    gap: 0.75rem;
  }

  .design-card {
    padding: 0.625rem;
  }

  .design-card h3 {
    font-size: 1.375rem;
  }

  .design-structure {
    gap: 2rem;
  }

  .plan-card {
    padding: 1.375rem;
  }

  .plan-card-top {
    align-items: start;
    flex-direction: column;
    gap: 0.875rem;
  }
}

@media (max-width: 58rem) {
  .hero {
    gap: 2rem;
    grid-template-columns: 1fr;
    padding-top: 3rem;
  }

  .hero-copy {
    max-width: 42rem;
  }

  .hero h1 {
    font-size: clamp(3.5rem, 8.5vw, 5rem);
  }

  .hero-description {
    max-width: 35rem;
  }

  .hero-visual {
    width: min(100%, 33rem);
  }

  .scene-dashboard .window-content {
    padding: 1.25rem;
  }

  .scene-dashboard .window-heading h2 {
    font-size: 1.3rem;
  }

  .scene-dashboard .chart-bars {
    height: 3.375rem;
  }

  .scene-receipt {
    bottom: 12%;
    padding: 0.875rem;
  }

  .scene-receipt strong {
    font-size: 0.625rem;
  }

  .design-grid {
    gap: 1.25rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .design-card {
    padding: 1rem;
  }

  .design-card h3 {
    font-size: 1.75rem;
  }

  .design-structure {
    gap: 2rem;
    grid-template-columns: 1fr;
  }

  .structure-copy > p:not(.eyebrow) {
    max-width: 35rem;
  }

  .plan-grid {
    grid-template-columns: 1fr;
  }

  .plan-card-top {
    align-items: center;
    flex-direction: row;
    margin-bottom: 1.25rem;
  }

  .trial-copy h2 {
    font-size: clamp(2.5rem, 5.5vw, 3.75rem);
  }
}

@media (max-width: 46rem) {
  .hero {
    padding-block: 2.75rem 3rem;
  }

  .hero h1 {
    font-size: clamp(2.55rem, 8.65vw, 4rem);
  }

  .hero-description {
    font-size: 0.9375rem;
  }

  .hero-offer {
    margin-top: 1.5rem;
  }

  .hero-actions {
    gap: 0.75rem 1rem;
    margin-top: 1.5rem;
  }

  .experience-section,
  .platform-section {
    padding-block: 3rem;
  }

  .design-grid {
    gap: 0.875rem;
  }

  .design-card {
    padding: 0.75rem;
  }

  .design-card h3 {
    font-size: 1.5rem;
  }

  .design-structure {
    margin-top: 2.5rem;
    padding-top: 2rem;
  }

  .structure-tree {
    padding: 1.125rem;
  }

  .plan-section {
    padding-bottom: 3rem;
  }

  .trial-copy h2 {
    font-size: clamp(2rem, 6.7vw, 3rem);
  }

  .design-dialog {
    border-radius: 1rem;
    padding: 1rem;
  }
}

@media (max-width: 34rem) {
  .scene-label {
    inset: 1rem 0.875rem auto;
  }

  .scene-label > span:last-child {
    display: none;
  }

  .scene-dashboard {
    top: 22%;
  }

  .scene-dashboard .window-content {
    padding: 0.875rem;
  }

  .scene-dashboard .window-heading h2 {
    font-size: 1rem;
    max-width: 8rem;
  }

  .scene-dashboard .mock-avatar {
    height: 1.75rem;
    width: 1.75rem;
  }

  .scene-dashboard .mock-chart,
  .scene-dashboard .mock-order + .mock-order {
    display: none;
  }

  .scene-dashboard .mock-order {
    padding-block: 0.4375rem;
  }

  .scene-dashboard .mock-order small {
    font-size: 0.4375rem;
  }

  .scene-phone {
    border-radius: 1.0625rem;
    border-width: 0.25rem;
    right: 9%;
    top: 16%;
    width: 41%;
  }

  .scene-loyalty {
    font-size: 0.5rem;
    left: 6%;
    padding: 0.5rem 0.625rem;
    top: 14%;
  }

  .scene-loyalty strong {
    font-size: 0.875rem;
  }

  .scene-loyalty > svg {
    height: 1.125rem;
    width: 1.125rem;
  }

  .scene-receipt {
    bottom: 9%;
    gap: 0.4375rem;
    left: 5%;
    padding: 0.5625rem;
  }

  .receipt-check {
    padding: 0.375rem;
  }

  .scene-receipt strong {
    font-size: 0.5rem;
  }

  .scene-receipt div > span {
    font-size: 0.375rem;
  }

  .scene-views button,
  .motion-toggle {
    font-size: var(--text-caption);
    padding-inline: 0.625rem;
  }

  .design-grid {
    grid-template-columns: 1fr;
  }

  .design-card {
    margin-inline: auto;
    max-width: 23rem;
    padding: 1.125rem;
    width: 100%;
  }

  .design-image {
    margin-inline: auto;
    max-width: 17rem;
    width: 100%;
  }

  .design-card h3 {
    font-size: 1.75rem;
  }

  .structure-copy h3 {
    font-size: 1.75rem;
  }
}

@media (max-width: 23rem) {
  .hero h1 {
    font-size: 2.375rem;
  }

  .scene-dashboard .window-content {
    padding: 0.6875rem;
  }

  .scene-dashboard .mock-stat {
    padding: 0.5rem;
  }

  .scene-dashboard .mock-stat strong {
    font-size: 0.9375rem;
  }

  .scene-dashboard .mock-chart {
    display: none;
  }

  .scene-receipt {
    bottom: 10%;
  }

  .scene-views button,
  .motion-toggle {
    padding-inline: 0.5rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .scene-stage,
  .scene-dashboard,
  .scene-phone,
  .scene-loyalty,
  .scene-receipt,
  .design-card,
  .feature-card,
  .trial-ticket {
    transition: none;
  }

  .product-scene[data-motion="on"][data-view="angled"] .scene-composition {
    animation: none;
  }

  .design-card:hover,
  .feature-card:hover {
    transform: none;
  }

  .trial-ticket:hover {
    transform: perspective(60rem) rotateY(-12deg) rotateZ(4deg);
  }
}

[hidden] {
  display: none;
}
