[data-yta-marketing] {
  --yta-type-heading: 48px;
  --yta-type-subheading: 24px;
  --yta-type-body: 16px;
  --yta-type-detail: 14px;
  --yta-type-sans: var(--sans, var(--font, "Inter Tight", sans-serif));
}
@media (max-width: 899px) {
  [data-yta-marketing] {
    --yta-type-heading: 36px;
  }
}

.amy-story-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin: 0 0 30px;
}
.amy-story-heading h2 {
  font-size: clamp(30px, 3.2vw, 47px) !important;
  line-height: 1.08 !important;
  font-weight: 500 !important;
  letter-spacing: -0.04em !important;
  max-width: 640px;
  margin: 14px 0 0 !important;
  color: #16221c !important;
}
.amy-story-heading .eyebrow {
  padding: 0 !important;
  border: 0 !important;
  background: none !important;
  color: #b91c1c !important;
  font-size: 11px !important;
  letter-spacing: 0.1em;
}
.amy-film-button {
  background: white;
  border: 1px solid #d9ddd7;
  border-radius: 7px;
  padding: 13px 17px;
  font:
    500 13px var(--yta-type-sans);
  white-space: nowrap;
  color: #293229;
  cursor: pointer;
}
.amy-film-button:hover {
  border-color: #b91c1c;
  color: #b91c1c;
}
.amy-film-button:focus-visible,
.amy-scene-controls button:focus-visible {
  outline: 3px solid #b91c1c;
  outline-offset: 4px;
}
.amy-story-section {
  max-width: 1200px;
  margin: 110px auto 70px;
  padding: 0 24px;
}
.amy-scene-controls {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  background: white;
  border-bottom: 1px solid #e0e3dd;
  margin-top: 22px;
}
.amy-scene-controls button {
  border: 0;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
  background: transparent;
  padding: 18px 10px;
  display: flex;
  gap: 13px;
  justify-content: center;
  align-items: center;
  font:
    500 14px var(--yta-type-sans);
  color: #748074;
  cursor: pointer;
}
.amy-scene-controls button span {
  font-size: 10px;
  letter-spacing: 0.04em;
}
.amy-scene-controls button[aria-pressed="true"] {
  border-bottom-color: #b91c1c;
  color: #b91c1c;
}
@media (min-width: 900px) {
  [data-amy-scene="story"] {
    height: 190vh;
    min-height: 1200px;
  }
  [data-amy-scene="story"] > .amy-scene__panel {
    position: sticky;
    top: 155px;
  }
  [data-amy-scene="story"] .amy-stage {
    max-height: 64vh;
    aspect-ratio: 1.9;
  }
  .amy-story-section {
    margin-bottom: 50px;
  }
}
.amy-film-dialog {
  width: min(1100px, 94vw);
  max-width: 94vw;
  padding: 50px 12px 12px;
  border: 1px solid #ddd;
  border-radius: 14px;
  background: #f5f5f2;
}
.amy-film-dialog::backdrop {
  background: #101711bf;
  backdrop-filter: blur(6px);
}
.amy-film-dialog video {
  display: block;
  width: 100%;
  max-height: 80vh;
}
.amy-film-close {
  position: absolute;
  top: 13px;
  right: 18px;
  background: transparent;
  border: 0;
  font: 500 14px sans-serif;
  cursor: pointer;
  color: #17221d;
}
/* Homepage copy is one centered block under the opening scene. */
#wp-content [data-yta-marketing="main"] .market-showcase {
  max-width: 1260px;
  margin: auto;
  padding: 68px 30px 50px;
}
#wp-content .market-showcase__head {
  max-width: 840px;
  margin: 48px auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
#wp-content .market-showcase__head > .eyebrow {
  padding: 0;
  border: 0;
  background: none;
  color: #b91c1c;
  letter-spacing: 0.13em;
  font-size: var(--yta-type-detail);
}
#wp-content .market-showcase__head h1 {
  font-family: "Instrument Serif", Georgia, serif !important;
  font-size: var(--yta-type-heading) !important;
  font-weight: 400 !important;
  line-height: 1.12 !important;
  letter-spacing: -0.035em !important;
  max-width: none;
  width: 100%;
  margin: 12px 0 0 !important;
  text-align: center !important;
  color: #14211a !important;
}
#wp-content .market-showcase__head > p {
  font-size: var(--yta-type-body);
  line-height: 1.6;
  max-width: 700px;
  margin: 16px 0 24px;
}
#wp-content .market-showcase__head .amy-live {
  align-items: center;
  justify-items: center;
  text-align: center;
  width: 100%;
  max-width: 700px;
  margin: 0;
  gap: 12px;
}
#wp-content .market-showcase__head .amy-live__button {
  border-radius: 6px;
  box-shadow: none;
  padding: 12px 18px;
  min-height: 52px;
  font-size: var(--yta-type-body);
}
#wp-content .market-showcase__head .amy-live__status,
#wp-content .market-showcase__head .amy-live__privacy {
  font-size: var(--yta-type-detail) !important;
  line-height: 1.5;
  text-align: center;
  max-width: 640px;
}
#wp-content .market-showcase__head .amy-live__privacy {
  color: #64706a;
}
#wp-content .market-showcase__head .amy-live__next {
  justify-content: center;
  gap: 12px 24px;
  flex-wrap: wrap;
}
#wp-content .market-tabs {
  margin: 62px auto 24px;
  border: 0;
  border-bottom: 1px solid #dfe3db;
  border-radius: 0;
  background: transparent;
  display: flex;
  justify-content: flex-start;
  max-width: 100%;
  gap: 25px;
  padding: 0;
}
#wp-content .market-tab {
  border-radius: 0;
  border: 0;
  border-bottom: 2px solid transparent;
  background: transparent;
  box-shadow: none;
  padding: 16px 0;
  font-size: 15px;
  color: #617065;
}
.market-tab.is-active {
  color: #b91c1c !important;
  border-bottom-color: #b91c1c !important;
}
#wp-content .yta-demo-stack {
  padding-bottom: 0;
  perspective: none;
}
#wp-content .yta-demo-stack:before,
#wp-content .yta-demo-stack:after {
  display: none;
}
#wp-content .market-slider {
  transform: none !important;
  border-radius: 12px;
  border-color: #e1e4dc;
  box-shadow: none;
}
#wp-content .market-panel__copy {
  background: #f7f7f3;
  padding: 36px;
}
#wp-content .market-panel__copy h3 {
  font-weight: 400 !important;
  font-size: var(--yta-type-subheading) !important;
  letter-spacing: -0.035em !important;
  line-height: 1.1 !important;
}
#wp-content .market-panel__copy p {
  font-size: var(--yta-type-body);
  line-height: 1.6;
}
#wp-content [data-yta-marketing="main"] > .wrap {
  max-width: 1260px;
}
#wp-content .trust {
  border-top: 1px solid #e5e7e1;
  border-bottom: 1px solid #e5e7e1;
  padding: 44px 0;
}
#wp-content .trust .logos {
  font-size: 15px;
  gap: 30px;
  color: #677366;
}
#wp-content .strategy-tools__head h2,
#wp-content .how h2,
#wp-content .pricing h2 {
  font-weight: 500 !important;
  letter-spacing: -0.04em !important;
  color: #16221c !important;
}
#wp-content .strategy-tools__row .conn {
  box-shadow: 0 30px 50px -35px #23311d70;
  transform: perspective(1400px) rotateY(-5deg) rotateZ(1deg);
  border-color: #dae0d5;
}
.strategy-tools__row:nth-of-type(2) .conn {
  transform: perspective(1400px) rotateY(5deg) rotateZ(-1deg) !important;
}
#wp-content .outcomes {
  background: #f5f5ef;
  border-radius: 14px;
}
#wp-content .pricing .tier {
  border-radius: 12px;
  box-shadow: none;
}
#wp-content .pricing .tier.pop {
  background: #f7f7f2;
  border-color: #b91c1c;
}
#wp-content .final {
  border-radius: 14px;
  background: #f5f5ef;
  color: #18231c;
}
#wp-content .final h2 {
  color: #18231c;
}
[data-yta-marketing="campaign"] > .hero {
  padding-top: 70px;
  padding-bottom: 45px;
}
[data-yta-marketing="campaign"] > .hero h1 {
  font-weight: 500;
  letter-spacing: -0.05em;
  color: #16221c;
}
[data-yta-marketing="campaign"] > .hero .hero-image {
  border-radius: 12px;
  transform: perspective(1200px) rotateY(-6deg) rotateZ(1deg);
  box-shadow: 0 35px 50px -27px #29352755;
}
[data-yta-marketing="campaign"] > .amy-story-section {
  padding: 0;
  margin-top: 90px;
}
[data-yta-marketing="campaign"] .process,
[data-yta-marketing="campaign"] .offer {
  border-top: 1px solid #e1e5dd;
  padding-top: 65px;
}
[data-yta-marketing="agency"] .amy-story-section {
  max-width: 1200px;
}
@media (max-width: 899px) {
  .amy-story-section {
    margin: 65px auto;
    padding: 0 20px;
  }
  .amy-stage {
    aspect-ratio: 1.45;
  }
  .amy-overline {
    font-size: 8px;
  }
  .amy-scene-small {
    font-size: 8px;
  }
  .amy-window-bar {
    height: 22px;
    font-size: 8px;
    padding: 0 7px;
  }
  .amy-story-heading {
    align-items: start;
    flex-direction: column;
    gap: 18px;
  }
  .amy-story-heading h2 {
    max-width: 570px;
  }
  .amy-scene-controls button {
    font-size: 12px;
    padding: 16px 3px;
    gap: 7px;
  }
  .amy-scene-caption {
    font-size: 9px !important;
  }
  #wp-content .market-showcase__head {
    margin-top: 32px;
  }
  #wp-content [data-yta-marketing="main"] .market-showcase {
    padding: 45px 24px 30px;
  }
  #wp-content .market-tabs {
    margin-top: 40px;
  }
  #wp-content .market-panel__copy {
    padding: 24px;
  }
}
@media (max-width: 540px) {
  .amy-stage {
    aspect-ratio: 1.1;
    border-radius: 10px;
  }
  .amy-check {
    width: 20px;
    height: 20px;
    font-size: 11px;
  }
  .amy-scene-controls button {
    font-size: 10px;
    gap: 5px;
  }
  .amy-scene-controls button span {
    font-size: 8px;
  }
  #wp-content [data-yta-marketing="main"] .market-showcase {
    padding: 35px 20px 30px;
  }
  .amy-story-section {
    padding: 0;
  }
  .amy-story-heading h2 {
    font-size: 33px !important;
  }
  #wp-content .market-tabs {
    gap: 20px;
  }
  #wp-content .market-tab {
    font-size: 13px;
  }
}
@media (prefers-reduced-motion: reduce) {
  [data-amy-scene="story"] {
    height: auto;
    min-height: 0;
  }
  [data-amy-scene="story"] > .amy-scene__panel {
    position: relative;
    top: auto;
  }
}

@media print {
  [data-amy-scene="story"] {
    height: auto;
    min-height: 0;
  }
  [data-amy-scene="story"] > .amy-scene__panel {
    position: static;
  }
  .amy-film-button {
    display: none;
  }
}

@media (min-width: 900px) {
  #wp-content [data-yta-marketing="main"] .market-showcase {
    padding-top: 48px;
  }
  [data-amy-scene="hero"] .amy-stage {
    aspect-ratio: 2.15;
  }
}
/* The opening is a single 3D scene: expanding menu, page turns, connected assembly. */
[data-amy-scene] {
  position: relative;
  width: 100%;
  isolation: isolate;
  --orbit-open: 0;
  --page-open: 0;
  --page-assembly: 0;
}
.amy-scene__panel {
  position: relative;
}
.amy-stage {
  position: relative;
  aspect-ratio: 2.1;
  overflow: hidden;
  container-type: inline-size;
  border: 1px solid #e9e7e3;
  border-radius: 18px;
  background: #fff;
  perspective: 1500px;
  isolation: isolate;
  color: #18231d;
}
.amy-space-wave {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}
.amy-stage-brand,
.amy-stage-label,
.amy-stage-note {
  position: absolute;
  z-index: 9;
  font:
    500 10px var(--yta-type-sans);
  letter-spacing: 0.11em;
  color: #738073;
  pointer-events: none;
}
.amy-stage-brand {
  left: 3%;
  top: 6%;
  color: #344235;
}
.amy-stage-brand i {
  font-style: normal;
  color: #b91c1c;
  padding: 0 8px;
}
.amy-stage-label {
  right: 3%;
  top: 6%;
  font-size: 9px;
  letter-spacing: 0.12em;
}
.amy-stage-note {
  left: 3%;
  bottom: 5%;
  font-size: 9px;
  letter-spacing: 0.03em;
}
.amy-orbit {
  --radius: 12cqw;
  position: absolute;
  left: 50%;
  top: 47%;
  width: 13cqw;
  height: 13cqw;
  z-index: 8;
  transform-style: preserve-3d;
}
.amy-orbit-head {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  padding: 7%;
  border: 1px solid #eee7df;
  background: linear-gradient(140deg, #fff, #e8e7df);
  box-shadow:
    0 10px 0 -3px #d1d0c8,
    0 13px 0 -3px #fff,
    0 25px 50px -12px #67585155,
    0 0 0 12px #ffffffbd;
  z-index: 3;
  cursor: pointer;
  transform: translateZ(35px);
}
.amy-orbit-head img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.amy-orbit-head > span {
  position: absolute;
  width: 10%;
  height: 10%;
  bottom: 9%;
  right: 7%;
  background: #b91c1c;
  border: 3px solid white;
  border-radius: 50%;
}
.amy-orbit-head:focus-visible,
.amy-orbit-action:focus-visible {
  outline: 3px solid #b91c1c;
  outline-offset: 6px;
}
.amy-orbit-ring {
  position: absolute;
  inset: -55%;
  border-radius: 50%;
  border: 1px solid #d7c8c4;
  transform: translateZ(3px) scale(calc(0.4 + var(--orbit-open) * 0.6));
  opacity: var(--orbit-open);
  box-shadow:
    0 5px 0 -1px #e3ded5,
    0 6px 0 0 #fff;
  pointer-events: none;
  background: radial-gradient(
    circle,
    transparent 60%,
    #ecd4d018 70%,
    transparent 71%
  );
}
.amy-orbit-ring--inner {
  inset: -40%;
  border-style: dashed;
  border-color: #e0c9c4;
  box-shadow: none;
  transform: rotateX(12deg) scale(calc(0.3 + var(--orbit-open) * 0.7));
}
.amy-orbit-action {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 4.6cqw;
  height: 4.6cqw;
  border-radius: 50%;
  border: 1px solid #dedbd6;
  background: linear-gradient(140deg, white, #f7f6f1);
  box-shadow:
    0 5px 0 -1px #d6d2c9,
    0 12px 19px -8px #71615c40;
  color: #52625a;
  display: grid;
  place-items: center;
  cursor: pointer;
  padding: 0;
  transform: translate(-50%, -50%) rotate(var(--angle))
    translateX(calc(var(--orbit-open) * var(--radius)))
    rotate(calc(var(--angle) * -1)) translateZ(15px);
  opacity: var(--orbit-open);
  z-index: 4;
}
.amy-orbit-action svg {
  width: 39%;
  height: 39%;
}
.amy-orbit-action > span {
  position: absolute;
  top: 120%;
  font:
    500 11px var(--yta-type-sans);
  white-space: nowrap;
  color: #5d6c62;
}
.amy-orbit-action.is-selected {
  color: #b91c1c;
  border-color: #dbaba1;
  background: #fff8f4;
  box-shadow:
    0 5px 0 -1px #d9b7ad,
    0 0 0 5px #c7483920,
    0 10px 24px -8px #a65c5145;
}
.amy-orbit-action:hover {
  background: #fff2ec;
  color: #b91c1c;
}
.amy-orbit-caption {
  position: absolute;
  top: 115%;
  left: 50%;
  transform: translateX(-50%);
  font:
    500 21px var(--yta-type-sans);
  color: #273a2d;
  text-align: center;
  white-space: nowrap;
  pointer-events: none;
}
.amy-orbit-caption > span {
  display: block;
  font-size: 11px;
  font-weight: 400;
  margin-top: 5px;
  color: #728173;
}
.amy-page-group {
  position: absolute;
  left: 41%;
  top: 19%;
  width: 52%;
  height: 63%;
  perspective: 1500px;
  z-index: 4;
}
.amy-page {
  position: absolute;
  inset: 0;
  border: 1px solid #d5d9cf;
  border-radius: 10px;
  background: white;
  overflow: hidden;
  transform-origin: 50% 50%;
  backface-visibility: hidden;
  box-shadow:
    3px 3px 0 #eeeae0,
    5px 5px 0 #d4d4c9,
    0 25px 44px -17px #344b3840;
  will-change: transform;
}
.amy-page > img {
  display: block;
  width: 100%;
  height: calc(100% - 44px);
  object-fit: cover;
  object-position: top;
  margin: 0;
}
.amy-page--1 > img {
  object-fit: contain;
  object-position: center;
  background: #fff;
  padding: 12px;
}
.amy-window-bar {
  height: 25px;
  padding: 0 11px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e6e9e0;
  font:
    9px var(--yta-type-sans);
  color: #768270;
  background: #fff;
}
.amy-window-bar > span:first-child {
  display: flex;
  gap: 4px;
}
.amy-window-bar i {
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #d5d9d0;
}
.amy-window-bar i:first-child {
  background: #b91c1c;
}
.amy-window-bar b {
  font-weight: 500;
}
.amy-page-foot {
  height: 24px;
  font:
    500 9px var(--yta-type-sans);
  display: flex;
  align-items: center;
  padding: 0 12px;
  color: #74806d;
  background: #fcfcf9;
  border-top: 1px solid #eff0e9;
}
.amy-page-shadow {
  position: absolute;
  inset: 85% 5% -10%;
  border-radius: 50%;
  background: #57614420;
  filter: blur(25px);
  opacity: var(--page-open);
}
.amy-human {
  position: absolute;
  left: 7%;
  top: 55%;
  width: 22%;
  height: 34%;
  z-index: 7;
  perspective: 1000px;
}
.amy-human-face {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border: 3px solid white;
  border-radius: 12px;
  box-shadow: 0 18px 30px -14px #25342460;
  background: #edf0e7;
}
.amy-human-face img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
  display: block;
}
.amy-human-face[data-person="1"] img {
  object-position: 73% center;
}
.amy-human-face[data-person="2"] img {
  object-position: 71% center;
}
.amy-human-face > div {
  position: absolute;
  inset: 50% 0 0;
  display: flex;
  flex-direction: column;
  justify-content: end;
  background: linear-gradient(transparent, #14221ddd);
  padding: 14px;
  color: white;
  font:
    10px var(--yta-type-sans);
}
.amy-human-face strong {
  font-size: 20px;
  font-weight: 500;
  margin-top: 4px;
}
.amy-action-receipt {
  position: absolute;
  left: 48%;
  bottom: 9%;
  max-width: 45%;
  padding: 14px 22px;
  background: #fff;
  border: 1px solid #e0dfd4;
  border-radius: 9px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 12px 30px -15px #69715750;
  z-index: 6;
  transform: perspective(900px) rotateY(-9deg) rotateZ(-1deg);
}
.amy-receipt-dot {
  width: 23px;
  height: 23px;
  border: 1px solid #eccbc4;
  border-radius: 50%;
  flex-shrink: 0;
}
.amy-receipt-dot:after {
  content: "✓";
  display: block;
  text-align: center;
  line-height: 21px;
  font-size: 13px;
  color: #b91c1c;
}
.amy-overline {
  font:
    500 9px var(--yta-type-sans);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #8a746a;
  display: block;
}
.amy-action-receipt strong {
  font:
    500 14px var(--yta-type-sans);
  display: block;
  margin-top: 4px;
  color: #2c3c2e;
}
.amy-demo-cursor {
  position: absolute;
  z-index: 10;
  width: 25px;
  height: 32px;
  pointer-events: none;
  filter: drop-shadow(0 3px 2px #18231d20);
}
.amy-demo-cursor svg {
  width: 100%;
  height: 100%;
}
.amy-demo-cursor > span {
  position: absolute;
  left: -17px;
  top: -17px;
  border: 2px solid #b91c1c;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  opacity: var(--click);
  transform: scale(calc(2 - var(--click)));
}
.amy-scene-ready > .amy-stage-fallback {
  display: none;
}
.amy-stage-fallback {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 18px;
}
.amy-scene-controls {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 20px;
  border: 0;
  background: none;
}
.amy-scene-controls button {
  border: 0;
  border-bottom: 2px solid #e5e8df;
  background: none;
  margin: 0;
  padding: 13px 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  font:
    500 16px var(--yta-type-sans);
  color: #687666;
  cursor: pointer;
  min-height: 72px;
}
.amy-scene-controls button > img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  filter: saturate(0.6);
}
.amy-scene-controls button:nth-child(2) > img {
  object-position: 74% center;
}
.amy-scene-controls button:nth-child(3) > img {
  object-position: 73% center;
}
.amy-scene-controls button > span {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 16px;
  align-items: flex-start;
}
.amy-scene-controls button small {
  font-size: 9px;
  color: #8a9683;
}
.amy-scene-controls button > i {
  font-style: normal;
  font-size: 17px;
  margin-left: auto;
  color: #a0a89a;
}
.amy-scene-controls button[aria-pressed="true"] {
  border-bottom-color: #b91c1c;
  color: #b91c1c;
}
.amy-scene-controls button[aria-pressed="true"] > img {
  filter: none;
}
.amy-scene-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 12px 0;
}
.amy-scene-caption {
  font:
    10px/1.5 var(--yta-type-sans) !important;
  color: #83907c !important;
  margin: 0 !important;
  text-align: left;
}
.amy-scene-footer > div {
  display: flex;
  gap: 18px;
}
.amy-scene-footer button {
  border: 0;
  background: none;
  padding: 6px 0;
  font:
    11px var(--yta-type-sans);
  color: #7f876e;
  cursor: pointer;
  white-space: nowrap;
}
.amy-scene-footer button:focus-visible {
  outline: 2px solid #b91c1c;
  outline-offset: 3px;
}
#wp-content [data-yta-marketing="main"] .market-showcase {
  padding-top: 22px !important;
}
#wp-content .market-showcase > .yta-lines,
[data-yta-marketing="campaign"] > .hero > .yta-lines,
[data-yta-marketing="agency"] > .hero > .yta-lines {
  display: none;
}
[data-amy-scene="hero"] .amy-stage {
  aspect-ratio: 2.1 !important;
}
[data-amy-scene="hero"] {
  margin-bottom: 28px;
}
[data-yta-marketing="campaign"] > [data-amy-scene="hero"] {
  margin-top: 26px;
}
[data-yta-marketing="agency"] > [data-amy-scene="hero"] {
  max-width: 1180px;
  margin: 26px auto;
  padding: 0 24px;
}
@media (min-width: 900px) {
  [data-amy-scene="story"] {
    height: 170vh;
    min-height: 1100px;
  }
  [data-amy-scene="story"] > .amy-scene__panel {
    position: sticky;
    top: 140px;
  }
  [data-amy-scene="story"] .amy-stage {
    max-height: 62vh;
    aspect-ratio: 2.1;
  }
}
@media (max-width: 899px) {
  .amy-stage,
  [data-amy-scene="hero"] .amy-stage {
    aspect-ratio: 1.55 !important;
  }
  .amy-orbit {
    --radius: 14cqw;
    width: 16cqw;
    height: 16cqw;
  }
  .amy-orbit-action {
    width: 5.7cqw;
    height: 5.7cqw;
  }
  .amy-stage-label {
    display: none;
  }
  .amy-stage-brand {
    font-size: 9px;
  }
  .amy-page-group {
    left: 40%;
    width: 53%;
    height: 55%;
    top: 24%;
  }
  .amy-human {
    left: 5%;
    width: 25%;
    top: 59%;
    height: 32%;
  }
  .amy-human-face strong {
    font-size: 17px;
  }
  .amy-orbit-caption {
    font-size: 17px;
  }
  .amy-orbit-caption > span {
    font-size: 9px;
  }
  .amy-orbit-action > span {
    font-size: 9px;
  }
  .amy-scene-controls {
    gap: 14px;
  }
  .amy-scene-controls button {
    gap: 10px;
  }
  .amy-scene-controls button > span {
    font-size: 13px;
  }
  .amy-scene-controls button > img {
    width: 39px;
    height: 39px;
  }
  .amy-action-receipt {
    padding: 12px;
    left: 42%;
    bottom: 7%;
    max-width: 53%;
  }
  .amy-action-receipt strong {
    font-size: 11px;
  }
  .amy-window-bar {
    font-size: 7px;
    height: 22px;
  }
  .amy-page-foot {
    font-size: 7px;
  }
  .amy-stage-note {
    font-size: 7px;
  }
  .amy-scene-caption {
    font-size: 8px !important;
  }
  .amy-scene-footer button {
    font-size: 10px;
  }
}
@media (max-width: 599px) {
  .amy-stage,
  [data-amy-scene="hero"] .amy-stage {
    aspect-ratio: 1.02 !important;
  }
  .amy-orbit {
    --radius: 20cqw;
    width: 22cqw;
    height: 22cqw;
  }
  .amy-orbit-action {
    width: 9cqw;
    height: 9cqw;
    min-width: 34px;
    min-height: 34px;
  }
  .amy-orbit-head {
    box-shadow:
      0 6px 0 -2px #d1d0c8,
      0 18px 30px -12px #67585155,
      0 0 0 6px #ffffffbd;
  }
  .amy-orbit-action > span {
    font-size: 8px;
  }
  .amy-orbit-caption {
    font-size: 14px;
  }
  .amy-orbit-caption > span {
    font-size: 8px;
  }
  .amy-page-group {
    left: 30%;
    top: 38%;
    width: 64%;
    height: 40%;
  }
  .amy-human {
    left: 3%;
    top: 60%;
    width: 27%;
    height: 31%;
  }
  .amy-human-face > div {
    padding: 7px;
    font-size: 6px;
  }
  .amy-human-face strong {
    font-size: 11px;
  }
  .amy-action-receipt {
    left: 33%;
    bottom: 9%;
    padding: 8px;
    max-width: 61%;
    gap: 6px;
  }
  .amy-action-receipt strong {
    font-size: 9px;
  }
  .amy-overline {
    font-size: 7px;
  }
  .amy-receipt-dot {
    width: 18px;
    height: 18px;
  }
  .amy-receipt-dot:after {
    line-height: 16px;
    font-size: 10px;
  }
  .amy-page {
    border-radius: 5px;
  }
  .amy-page > img {
    height: calc(100% - 32px);
  }
  .amy-window-bar {
    height: 18px;
    font-size: 5px;
    padding: 0 5px;
  }
  .amy-window-bar i {
    width: 3px;
    height: 3px;
  }
  .amy-page-foot {
    font-size: 5px;
    height: 15px;
    padding: 0 5px;
  }
  .amy-scene-controls {
    gap: 8px;
    margin-top: 12px;
  }
  .amy-scene-controls button {
    gap: 7px;
    min-height: 72px;
    flex-wrap: wrap;
    padding: 10px 0;
  }
  .amy-scene-controls button > img {
    width: 30px;
    height: 30px;
  }
  .amy-scene-controls button > span {
    font-size: 10px;
    gap: 3px;
  }
  .amy-scene-controls button small {
    font-size: 7px;
  }
  .amy-scene-controls button > i {
    display: none;
  }
  .amy-scene-footer {
    align-items: start;
    gap: 12px;
  }
  .amy-scene-footer > div {
    gap: 10px;
  }
  .amy-scene-caption {
    font-size: 7px !important;
    max-width: 150px;
  }
  .amy-scene-footer button {
    font-size: 9px;
  }
  .amy-demo-cursor {
    width: 17px;
    height: 22px;
  }
  .amy-stage-brand {
    font-size: 7px;
  }
  .amy-stage-note {
    font-size: 6px;
  }
}
@media (prefers-reduced-motion: reduce) {
  [data-amy-scene="story"] {
    height: auto;
    min-height: 0;
  }
  [data-amy-scene="story"] > .amy-scene__panel {
    position: relative;
    top: auto;
  }
  .amy-demo-cursor {
    display: none;
  }
  .amy-page {
    will-change: auto;
  }
}
/* Scroll-activated Google Flow film, with the calendar action during the camera turn. */
.amy-runner-section {
  max-width: 1200px;
  margin: 85px auto 70px;
  padding: 0;
  scroll-margin-top: 130px;
}
.amy-runner-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 40px;
  margin-bottom: 26px;
}
#wp-content .amy-runner-heading h2,
.amy-runner-heading h2 {
  font:
    500 clamp(30px, 3.5vw, 46px)/1.08 var(--yta-type-sans) !important;
  letter-spacing: -0.04em !important;
  color: #203027 !important;
  margin: 14px 0 0 !important;
}
.amy-runner-heading > .amy-runner-heading,
.amy-runner-heading > p {
  font:
    16px/1.6 var(--yta-type-sans);
  color: #6e7c6d;
  margin: 0;
}
.amy-runner-stage {
  position: relative;
  aspect-ratio: 2;
  overflow: hidden;
  container-type: inline-size;
  background: #f7f7f2;
  border: 1px solid #e4e6de;
  border-radius: 16px;
  perspective: 1600px;
  isolation: isolate;
  --runner-circle: 0;
  --runner-page: 0;
  --runner-entry: 0;
}
.amy-runner-stage > canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.amy-runner-film {
  position: absolute;
  left: calc(34% - var(--runner-page) * 28%);
  top: 5%;
  width: 30%;
  height: 90%;
  border-radius: 14px;
  overflow: hidden;
  border: 4px solid white;
  transform: rotateY(calc(var(--runner-page) * 17deg))
    rotateZ(calc(var(--runner-page) * -3deg));
  box-shadow: 0 22px 40px -15px #31433250;
  z-index: 3;
}
.amy-runner-film video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.amy-runner-film > span {
  position: absolute;
  left: 20px;
  bottom: 22px;
  font:
    10px var(--yta-type-sans);
  color: white;
  letter-spacing: 0.1em;
}
.amy-runner-orbit {
  position: absolute;
  width: 8%;
  aspect-ratio: 1;
  left: 37%;
  top: 30%;
  border-radius: 50%;
  padding: 6px;
  background: white;
  opacity: var(--runner-circle);
  transform: perspective(800px) rotateY(-18deg)
    scale(calc(0.3 + var(--runner-circle) * 0.7));
  box-shadow:
    0 5px 0 #d8d5c9,
    0 14px 30px #48533e35;
  z-index: 5;
}
.amy-runner-orbit > img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
  object-fit: cover;
  position: relative;
  z-index: 2;
}
.amy-runner-orbit > i {
  position: absolute;
  inset: -45%;
  border: 1px solid #cbaea3;
  border-radius: 50%;
  box-shadow: 0 4px 0 -1px #e1d8ca;
  transform: scale(var(--runner-circle));
}
.amy-runner-orbit > i:nth-child(2) {
  inset: -65%;
  border-style: dashed;
  opacity: 0.4;
  box-shadow: none;
}
.amy-runner-orbit > span {
  position: absolute;
  right: -47%;
  top: 38%;
  width: 32%;
  height: 32%;
  border-radius: 50%;
  background: white;
  border: 1px solid #d8b7ab;
  color: #b91c1c;
  display: grid;
  place-items: center;
  box-shadow: 0 4px 0 #e5d9cc;
  font-size: 15px;
}
.amy-runner-orbit > b {
  position: absolute;
  top: 170%;
  left: 50%;
  transform: translateX(-50%);
  font:
    500 10px var(--yta-type-sans);
  white-space: nowrap;
  color: #805c49;
}
.amy-runner-calendar {
  position: absolute;
  left: 47%;
  top: 16%;
  width: 48%;
  height: 65%;
  background: white;
  border: 1px solid #d9dacf;
  border-radius: 9px;
  overflow: hidden;
  opacity: var(--runner-page);
  transform-origin: 0 50%;
  transform: translateX(calc((1 - var(--runner-page)) * -20%))
    perspective(1200px) rotateY(calc((1 - var(--runner-page)) * -82deg - 12deg))
    rotateZ(-2deg);
  box-shadow:
    4px 5px 0 #deddd2,
    0 25px 45px -20px #4a593747;
  z-index: 4;
}
.amy-runner-screen {
  position: relative;
  width: 100%;
  aspect-ratio: 1.44;
}
.amy-runner-screen > img {
  display: block;
  width: 100%;
  height: auto;
}
.amy-runner-old-slot {
  position: absolute;
  left: 16.05%;
  top: 40.1%;
  width: 10.5%;
  height: 3.15%;
  background: #fff;
}
.amy-runner-entry {
  position: absolute;
  left: 16.15%;
  top: calc(40.2% + var(--runner-entry) * 2.6%);
  width: 10.4%;
  height: 3%;
  min-height: 12px;
  padding: 1px 2px;
  border-left: 2px solid #b91c1c;
  background: #f7e3e2;
  color: #b91c1c;
  font:
    4px/1.15 Arial,
    sans-serif;
  box-shadow: 0 0 0 calc(var(--runner-entry) * 2px) #b91c1c15;
}
.amy-runner-entry strong,
.amy-runner-entry span {
  display: block;
  font-weight: 400;
}
.amy-runner-confirmation {
  position: absolute;
  left: 55%;
  bottom: 11%;
  background: white;
  padding: 17px 26px;
  display: flex;
  gap: 17px;
  align-items: center;
  border: 1px solid #e0d8cd;
  border-radius: 10px;
  box-shadow: 0 15px 30px -15px #454b3940;
  opacity: var(--runner-entry);
  transform: translateY(calc((1 - var(--runner-entry)) * 30px)) rotateZ(-2deg);
  z-index: 6;
  color: #243629;
}
.amy-runner-confirmation > span {
  width: 30px;
  height: 30px;
  border: 1px solid #ddb9ab;
  color: #b91c1c;
  border-radius: 50%;
  display: grid;
  place-items: center;
}
.amy-runner-confirmation small {
  font:
    8px var(--yta-type-sans);
  color: #9a7c68;
  letter-spacing: 0.08em;
}
.amy-runner-confirmation strong {
  display: block;
  font:
    500 27px var(--yta-type-sans);
  margin: 6px 0;
}
.amy-runner-confirmation s {
  color: #adb3a4;
  font-size: 19px;
}
.amy-runner-confirmation i {
  font-style: normal;
  color: #b91c1c;
  font-size: 16px;
  padding: 0 5px;
}
.amy-runner-confirmation p {
  font:
    10px var(--yta-type-sans) !important;
  color: #808771;
  margin: 0 !important;
}
.amy-runner-note {
  position: absolute;
  bottom: 4%;
  right: 3%;
  font:
    8px var(--yta-type-sans);
  color: #8f977f;
}
.amy-runner-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 17px;
}
.amy-runner-controls > p {
  font:
    13px/1.5 var(--yta-type-sans);
  color: #7c8871;
  margin: 0;
}
.amy-runner-controls > div {
  display: flex;
  gap: 18px;
}
.amy-runner-controls button {
  border: 0;
  border-bottom: 1px solid #aebaa4;
  padding: 7px 0;
  background: none;
  color: #687d5e;
  font:
    11px var(--yta-type-sans);
  cursor: pointer;
  white-space: nowrap;
}
.amy-runner-controls button:focus-visible {
  outline: 2px solid #b91c1c;
  outline-offset: 5px;
}
@media (max-width: 899px) {
  .amy-runner-heading {
    display: block;
  }
  .amy-runner-heading > p {
    margin-top: 16px;
    font-size: 14px;
  }
  .amy-runner-stage {
    aspect-ratio: 1.55;
  }
  .amy-runner-film {
    width: 34%;
    left: calc(33% - var(--runner-page) * 30%);
  }
  .amy-runner-calendar {
    left: 46%;
    width: 50%;
    height: 53%;
    top: 25%;
  }
  .amy-runner-orbit {
    left: 37%;
    width: 11%;
    top: 22%;
  }
  .amy-runner-confirmation {
    left: 48%;
    padding: 13px 17px;
  }
  .amy-runner-confirmation strong {
    font-size: 22px;
  }
  .amy-runner-orbit > b {
    font-size: 8px;
  }
}
@media (max-width: 599px) {
  .amy-runner-section {
    margin: 65px auto;
  }
  .amy-runner-stage {
    aspect-ratio: 0.98;
  }
  .amy-runner-film {
    width: 49%;
    left: calc(25% - var(--runner-page) * 22%);
    height: 88%;
    top: 6%;
  }
  .amy-runner-calendar {
    left: 48%;
    width: 49%;
    top: 43%;
    height: 35%;
  }
  .amy-runner-orbit {
    left: 64%;
    top: 20%;
    width: 16%;
  }
  .amy-runner-orbit > b {
    font-size: 7px;
    top: 180%;
  }
  .amy-runner-confirmation {
    left: 49%;
    bottom: 9%;
    padding: 8px;
    gap: 7px;
  }
  .amy-runner-confirmation > span {
    width: 18px;
    height: 18px;
    font-size: 9px;
  }
  .amy-runner-confirmation strong {
    font-size: 16px;
  }
  .amy-runner-confirmation s {
    font-size: 11px;
  }
  .amy-runner-confirmation small {
    font-size: 5px;
  }
  .amy-runner-confirmation i {
    font-size: 10px;
    padding: 0 2px;
  }
  .amy-runner-confirmation p {
    font-size: 7px !important;
  }
  .amy-runner-controls {
    gap: 10px;
  }
  .amy-runner-controls > p {
    font-size: 10px;
    max-width: 180px;
  }
  .amy-runner-controls button {
    font-size: 10px;
  }
  .amy-runner-controls > div {
    gap: 10px;
  }
  .amy-runner-note {
    font-size: 5px;
  }
  .amy-runner-film > span {
    font-size: 7px;
    left: 10px;
    bottom: 10px;
  }
}
/* A bounded, native sticky chapter: enter cinema, keep the scene in view, return to white. */
.amy-runner-section {
  position: relative;
  --cinema: 0;
  z-index: 25;
}
.amy-cinema-shade {
  position: fixed;
  inset: 0;
  background: #09120f;
  opacity: calc(var(--cinema) * 0.96);
  pointer-events: none;
  z-index: 1;
  visibility: hidden;
}
.amy-runner-section[data-cinema-active="true"] > .amy-cinema-shade {
  visibility: visible;
}
.amy-runner-pin {
  position: relative;
  z-index: 2;
}
.amy-runner-heading {
  position: relative;
  z-index: 2;
}
.amy-runner-stage {
  background: color-mix(in srgb, #101d17 calc(var(--cinema) * 100%), #f7f7f2);
  border-color: color-mix(in srgb, #627261 calc(var(--cinema) * 60%), #e4e6de);
}
.amy-runner-heading > p,
.amy-runner-controls > p {
  color: color-mix(in srgb, #e1e8d8 calc(var(--cinema) * 100%), #7c8871);
}
#wp-content .amy-runner-heading h2,
.amy-runner-heading h2 {
  color: color-mix(
    in srgb,
    #f1f3e8 calc(var(--cinema) * 100%),
    #203027
  ) !important;
}
.amy-runner-controls button {
  color: color-mix(in srgb, #f1f3e8 calc(var(--cinema) * 100%), #687d5e);
}
.amy-runner-orbit > b,
.amy-runner-note {
  color: color-mix(in srgb, #e2e9db calc(var(--cinema) * 100%), #805c49);
}
#wp-content .market-showcase.yta-cinema-host {
  isolation: auto;
}
.yta-cinema-host:has([data-cinema-active="true"]) {
  position: relative;
  z-index: 1600 !important;
}
@media (min-width: 900px) {
  .amy-runner-section {
    height: 200vh;
    min-height: 1400px;
  }
  .amy-runner-pin {
    position: sticky;
    top: 120px;
  }
  .amy-runner-stage {
    max-height: 70vh;
    aspect-ratio: 2;
  }
  .amy-runner-heading {
    margin-bottom: 28px;
  }
}
@media (max-width: 899px) {
  .amy-runner-section {
    height: 155vh;
    min-height: 1000px;
  }
  .amy-runner-pin {
    position: sticky;
    top: 100px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .amy-runner-section {
    height: auto;
    min-height: 0;
  }
  .amy-runner-pin {
    position: relative;
    top: 0;
  }
  .amy-cinema-shade {
    display: none;
  }
}
@media print {
  .amy-runner-section {
    height: auto;
    min-height: 0;
  }
  .amy-runner-pin {
    position: static;
  }
  .amy-cinema-shade {
    display: none;
  }
}
/* The connected canvas surfaces and card-edge paths now carry the line motif. */
[data-yta-marketing] .yta-lines {
  display: none;
}
.amy-orbit-action {
  transition:
    background 0.15s ease,
    border-color 0.15s ease;
}
.amy-runner-entry {
  overflow: hidden;
}
@media (prefers-reduced-motion: reduce) {
  .amy-scene-footer > div {
    display: none;
  }
}


/* One type scale for marketing copy. Screen mockups retain their UI proportions. */
[data-yta-marketing] :is(h1, h2),
#wp-content [data-yta-marketing="main"] :is(h1, h2) {
  font-size: var(--yta-type-heading) !important;
  line-height: 1.12 !important;
  letter-spacing: -0.035em !important;
  text-wrap: balance;
}
[data-yta-marketing] h3,
#wp-content [data-yta-marketing="main"] h3 {
  font-size: var(--yta-type-subheading) !important;
  line-height: 1.25 !important;
}
[data-yta-marketing] :is(p, li):not(.amy-stage *, .amy-runner-stage *, .eyebrow, .micro, .amy-scene-caption, .newsletter-status, .ch-reassure, .offer-card > p),
#wp-content [data-yta-marketing="main"] :is(p, li):not(.amy-stage *, .amy-runner-stage *, .eyebrow, .micro, .amy-scene-caption, .newsletter-status, .ch-reassure, .offer-card > p) {
  font-size: var(--yta-type-body) !important;
  line-height: 1.6 !important;
}
[data-yta-marketing] :is(.button, .text-link, .market-tab, .amy-runner-controls button),
#wp-content [data-yta-marketing="main"] :is(.btn, .market-tab, .amy-live__button, .amy-live__next a) {
  font-size: var(--yta-type-body) !important;
  line-height: 1.4;
}
[data-yta-marketing] :is(.eyebrow, .micro, figcaption, .offer-card > span, .offer-card > p, .segment-card > span, .newsletter-status, .ch-reassure, .amy-scene-caption, .amy-scene-footer button),
#wp-content [data-yta-marketing="main"] :is(.eyebrow, .cap, .strategy-tools__step, .market-panel__number, .market-outcome span, .market-panel__play small, .tier .pill, .pricing-extras__label, .amy-scene-caption, .amy-scene-footer button) {
  font-size: var(--yta-type-detail) !important;
  line-height: 1.5 !important;
}
#wp-content [data-yta-marketing="main"] :is(.market-outcome strong, .market-panel__play strong, .tier .bl, .pricing-extras li span, .trust .logos) {
  font-size: var(--yta-type-body) !important;
  line-height: 1.6 !important;
}
#wp-content [data-yta-marketing="main"] .tier .nm,
[data-yta-marketing] .segment-card > strong {
  font-size: var(--yta-type-subheading) !important;
}
#wp-content [data-yta-marketing="main"] .tier .pr {
  font-size: var(--yta-type-heading) !important;
}
#wp-content [data-yta-marketing="main"] .tier .pr small {
  font-size: var(--yta-type-body) !important;
}
#wp-content [data-yta-marketing="main"] :is(h1, h2) {
  font-family: 'Instrument Serif', Georgia, serif !important;
  font-weight: 400 !important;
}
#wp-content .market-showcase__head h1,
#wp-content .market-showcase__head h1 * {
  font-family: 'Instrument Serif', Georgia, serif !important;
  font-weight: 400 !important;
  letter-spacing: -.035em !important;
}
#wp-content .amy-runner-heading h2 {
  font-family: 'Instrument Serif', Georgia, serif !important;
  font-weight: 400 !important;
}
.amy-scene-footer {
  flex-wrap: wrap;
  gap: 8px 20px;
}
.amy-scene-controls button > span {
  font-size: var(--yta-type-body);
}
.amy-scene-controls button small {
  font-size: var(--yta-type-detail);
}
@media (max-width: 899px) {
  .amy-scene-controls button > span {
    font-size: var(--yta-type-detail);
  }
}
@media (max-width: 540px) {
  .amy-scene-controls button {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .amy-scene-controls button > span {
    gap: 4px;
  }
  .amy-scene-controls button > i {
    display: none;
  }
}
