:root {
  --paper: #f7f6f2;
  --white: #fffefa;
  --ink: #24232b;
  --muted: #68656f;
  --violet: #7253dc;
  --violet-dark: #5434b4;
  --line: #dfddd7;
  --ease: cubic-bezier(0.2, 0.75, 0.25, 1);
  font-family: "DM Sans", sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
body {
  margin: 0;
}
button,
input,
select {
  font: inherit;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
a,
input,
select,
summary {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
button:disabled {
  cursor: wait;
  opacity: 0.65;
}
button,
select {
  color: inherit;
}
img,
svg {
  display: block;
}
img {
  max-width: 100%;
}
button:focus-visible,
a:focus-visible,
select:focus-visible,
input:focus-visible,
summary:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid var(--violet);
  outline-offset: 5px;
}
::selection {
  background: #ddd3fb;
  color: #2b2148;
}
[hidden] {
  display: none !important;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  top: 10px;
  left: 20px;
  padding: 14px 20px;
  background: var(--white);
  z-index: 100;
  transform: translateY(-150%);
}
.skip-link:focus {
  transform: none;
}
.site-header {
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(24px, 5vw, 88px);
  gap: 32px;
  border-bottom: 1px solid rgba(223, 221, 215, 0.6);
  position: relative;
  z-index: 10;
}
.wordmark {
  flex: none;
}
.wordmark img {
  width: 174px;
  height: auto;
}
.site-header nav {
  display: flex;
  gap: 30px;
  margin-left: auto;
}
.site-header nav a,
.header-back {
  font-size: 14px;
  font-weight: 550;
  color: #514e58;
  transition: color 0.2s;
}
.site-header nav a:hover,
.header-back:hover {
  color: var(--violet);
}
.header-back {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-left: auto;
}
.header-actions {
  display: flex;
  gap: 24px;
  align-items: center;
}
.language {
  display: flex;
  align-items: center;
  gap: 5px;
}
.language svg {
  width: 17px;
}
.language select {
  border: 0;
  background: transparent;
  font-size: 12px;
  font-weight: 650;
  cursor: pointer;
  padding: 12px 4px;
  min-height: 44px;
  max-width: 74px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  min-height: 54px;
  border: 1px solid transparent;
  background: var(--violet);
  border-radius: 7px;
  padding: 15px 24px;
  color: white;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  transition:
    background 0.2s,
    transform 0.25s var(--ease),
    box-shadow 0.25s;
  box-shadow: 0 4px 8px #7253dc15;
}
.button:hover {
  background: var(--violet-dark);
  transform: translateY(-2px);
  box-shadow: 0 8px 22px #7253dc20;
}
.button svg {
  flex-shrink: 0;
  transition: transform 0.25s var(--ease);
}
.button:hover svg {
  transform: translateX(3px);
}
.button-small {
  min-height: 44px;
  padding: 11px 16px;
  font-size: 12px;
  gap: 16px;
}
.button-quiet {
  background: transparent;
  color: var(--muted);
  box-shadow: none;
  border-color: var(--line);
}
.button-quiet:hover {
  color: var(--ink);
  background: #eeece6;
  box-shadow: none;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  font-weight: 550;
  padding: 14px 0;
}
.text-link:hover {
  color: var(--violet);
}
.text-link span[aria-hidden] {
  font-size: 23px;
}
.icon-button {
  border: 0;
  background: transparent;
  min-width: 44px;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu-toggle {
  display: none;
}
.eyebrow {
  font-size: 10px;
  letter-spacing: 1.6px;
  line-height: 1.7;
  font-weight: 650;
  text-transform: uppercase;
  margin: 0 0 24px;
  color: var(--muted);
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1,
h2 {
  font-family: "Sora", sans-serif;
  font-weight: 500;
  letter-spacing: -0.057em;
  white-space: pre-line;
}
h1 {
  font-size: clamp(52px, 6.1vw, 88px);
  line-height: 1.06;
  margin-bottom: 22px;
}
h2 {
  font-size: clamp(36px, 4vw, 55px);
  line-height: 1.14;
  margin-bottom: 26px;
}
h3 {
  font-size: 18px;
  font-weight: 550;
  letter-spacing: -0.4px;
  line-height: 1.4;
}
p {
  line-height: 1.65;
}
.accent-serif {
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 400;
  color: var(--violet);
  letter-spacing: -0.055em;
}
.hero {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 42px 0 25px;
}
.hero-copy {
  position: relative;
  z-index: 2;
  padding: 0 22px;
}
.hero .eyebrow {
  margin-bottom: 14px;
}
.hero-description {
  font-size: 16px;
  color: var(--muted);
  max-width: 480px;
  margin: 0 auto 23px;
  line-height: 1.65;
}
.hero-actions {
  display: flex;
  gap: 28px;
  justify-content: center;
  align-items: center;
}
.hero-note {
  font-size: 10px;
  color: #75717c;
  margin: 14px 0 0;
  letter-spacing: 0.1px;
}
.studio {
  height: 334px;
  margin: 34px auto 0;
  position: relative;
  isolation: isolate;
  max-width: 1500px;
  --store-bg: #f0dfce;
  --store-ink: #614734;
  --store-accent: #7e533e;
  --store-top: #fffcf4;
  scroll-margin-top: 70px;
}
.studio[data-theme="home"] {
  --store-bg: #e6e4d8;
  --store-ink: #4f5643;
  --store-accent: #686e57;
  --store-top: #f8f8ee;
}
.studio[data-theme="lifestyle"] {
  --store-bg: #e6e0f0;
  --store-ink: #4f4665;
  --store-accent: #756689;
  --store-top: #faf8ff;
}
.studio-halo {
  position: absolute;
  width: 100%;
  height: 470px;
  bottom: -180px;
  left: 0;
  background: radial-gradient(
    ellipse at center,
    #c4b2ef55 0%,
    #d9d0eb25 40%,
    transparent 67%
  );
  z-index: -2;
}
.studio-grid {
  position: absolute;
  width: 130%;
  height: 340px;
  left: -15%;
  bottom: -180px;
  background-image:
    linear-gradient(#b7acc52b 1px, transparent 1px),
    linear-gradient(90deg, #b7acc52b 1px, transparent 1px);
  background-size: 66px 66px;
  transform: perspective(360px) rotateX(64deg);
  mask-image: radial-gradient(ellipse at center, black, transparent 64%);
  z-index: -1;
}
.store-stage {
  width: 620px;
  position: relative;
  margin: auto;
  z-index: 3;
  transform: perspective(1200px) rotateX(4deg);
  transform-origin: center bottom;
}
.store-window {
  border: 1px solid #d9d3ca;
  background: var(--store-top);
  border-radius: 10px;
  overflow: hidden;
  box-shadow:
    0 25px 45px -28px #3123375c,
    0 3px 10px #34223e08;
  text-align: left;
  transition: background 0.5s;
}
.store-chrome {
  height: 26px;
  border-bottom: 1px solid #e6e1da;
  display: flex;
  gap: 5px;
  align-items: center;
  padding: 0 10px;
  background: #fdfcf8;
  color: #97929b;
}
.store-chrome i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #c8c4bd;
}
.store-chrome span {
  margin: auto;
  font-size: 7px;
}
.store-chrome > svg {
  width: 10px;
  height: 10px;
}
.store-nav {
  height: 49px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 28px;
  color: var(--store-ink);
}
.sample-brand {
  font-family: Georgia, serif;
  font-size: 27px;
  letter-spacing: -1.2px;
  font-weight: 400;
}
.store-nav > div {
  display: flex;
  gap: 20px;
  align-items: center;
  font-size: 7px;
}
.store-nav svg {
  width: 12px;
  height: 12px;
}
.store-main {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--store-bg);
  min-height: 218px;
  color: var(--store-ink);
  transition: background 0.5s;
}
.store-copy {
  padding: 32px 0 25px 30px;
  z-index: 1;
  align-self: center;
}
.store-tag {
  font-size: 6px;
  letter-spacing: 1.3px;
  margin-bottom: 10px;
}
.store-title {
  font-family: Georgia, serif;
  font-size: 35px;
  line-height: 1.05;
  letter-spacing: -1px;
  max-width: 210px;
  margin-bottom: 12px;
}
.store-desc {
  font-size: 8px;
  line-height: 1.6;
  max-width: 180px;
  margin-bottom: 17px;
}
.store-shop {
  display: inline-block;
  font-size: 7px;
  background: var(--store-accent);
  color: #fff;
  padding: 10px 15px;
  border-radius: 1px;
}
.store-art {
  position: relative;
  min-width: 0;
}
.store-art img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1.14);
  opacity: 0;
  transition:
    opacity 0.4s,
    transform 0.8s var(--ease);
}
.studio[data-theme="beauty"] .art-beauty,
.studio[data-theme="home"] .art-home,
.studio[data-theme="lifestyle"] .art-lifestyle {
  opacity: 1;
  transform: scale(1.04);
}
.store-bottom {
  height: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 28px;
  color: var(--store-ink);
  font-size: 6px;
  letter-spacing: 1px;
}
.satellite {
  position: absolute;
  width: 265px;
  height: 251px;
  top: 45px;
  z-index: 1;
  border: 1px solid #d2cec354;
  border-radius: 5px;
  box-shadow: 0 20px 40px -24px #51436450;
  overflow: hidden;
  text-align: left;
}
.satellite-left {
  left: calc(50% - 510px);
  background: #e3e2d6;
  transform: rotate(-11deg) translateY(14px);
}
.satellite-right {
  right: calc(50% - 510px);
  background: #e4dded;
  transform: rotate(11deg) translateY(14px);
}
.satellite-label {
  font-family: Georgia, serif;
  font-size: 28px;
  letter-spacing: -1px;
  padding: 16px 18px 0;
  color: #535849;
  position: relative;
  z-index: 1;
}
.satellite-label span {
  display: block;
  font:
    5px "DM Sans",
    sans-serif;
  letter-spacing: 1px;
  margin-top: 4px;
}
.satellite-right .satellite-label {
  font-family: "Sora", sans-serif;
  letter-spacing: 3px;
  font-size: 21px;
  color: #665a7a;
}
.satellite > img {
  position: absolute;
  width: 226px;
  height: 212px;
  top: 36px;
  left: 30px;
}
.satellite-bottom {
  position: absolute;
  bottom: 14px;
  left: 16px;
  right: 16px;
  font-size: 8px;
  display: flex;
  justify-content: space-between;
  color: #625c65;
}
.studio-controls {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  z-index: 4;
  margin-top: 13px;
}
.theme-controls {
  display: flex;
  padding: 4px;
  border: 1px solid var(--line);
  background: #fffefa99;
  border-radius: 30px;
  gap: 2px;
}
.theme-choice {
  border: 0;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 10px 14px;
  min-height: 40px;
  border-radius: 24px;
  background: transparent;
  font-size: 11px;
  color: var(--muted);
  transition:
    background 0.25s,
    color 0.25s,
    box-shadow 0.25s;
}
.theme-choice[aria-pressed="true"] {
  background: #fff;
  box-shadow: 0 1px 5px #342d3612;
  color: var(--ink);
}
.theme-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
.beauty-dot {
  background: #ba8267;
}
.home-dot {
  background: #7e8868;
}
.lifestyle-dot {
  background: #a195bd;
}
.replay-button {
  display: flex;
  gap: 7px;
  align-items: center;
  background: transparent;
  border: 0;
  padding: 12px 0;
  min-height: 44px;
  font-size: 10px;
  color: var(--muted);
}
.replay-button svg {
  width: 13px;
  height: 13px;
}
.replay-button:hover {
  color: var(--violet);
}
.sample-note {
  font-size: 9px;
  color: #7b7580;
  margin: 9px 0 0;
}
.ecosystem {
  padding: 55px 24px 48px;
  text-align: center;
  border-bottom: 1px solid var(--line);
  max-width: 1180px;
  margin: auto;
}
.ecosystem .eyebrow {
  font-size: 9px;
  margin-bottom: 25px;
}
.brand-line {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(30px, 5.5vw, 78px);
}
.brand-line img {
  object-fit: contain;
  max-height: 28px;
  filter: grayscale(1);
  opacity: 0.66;
}
.fine-print {
  font-size: 9px;
  color: #817b84;
  margin: 24px 0 0;
}
.section {
  max-width: 1260px;
  margin: auto;
  padding: 110px 65px;
}
.product-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  align-items: center;
}
.section-description {
  font-size: 16px;
  line-height: 1.75;
  color: var(--muted);
  max-width: 470px;
  margin-bottom: 34px;
}
.section-copy .eyebrow {
  margin-bottom: 20px;
}
.feature-list {
  display: grid;
  gap: 24px;
  margin-top: 37px;
}
.feature-list > div {
  display: flex;
  gap: 16px;
}
.feature-icon {
  margin-top: 2px;
  color: var(--violet);
}
.feature-list h3 {
  font-size: 15px;
  margin-bottom: 6px;
}
.feature-list p {
  font-size: 13px;
  color: var(--muted);
  margin: 0;
  max-width: 325px;
  line-height: 1.6;
}
.product-canvas {
  padding: 27px 30px;
  background: #eeece5;
  border: 1px solid #e5e1d7;
  border-radius: 4px;
  transform: rotate(1.5deg);
}
.canvas-top {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 8px;
  letter-spacing: 1px;
  color: #746a5e;
}
.canvas-top svg {
  width: 14px;
  height: 14px;
}
.identity-scene {
  height: 235px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
  overflow: hidden;
}
.identity-mark {
  font-family: Georgia, serif;
  font-style: italic;
  width: 60px;
  height: 70px;
  background: #dfc8b5;
  color: #70553e;
  font-size: 62px;
  text-align: center;
  line-height: 1;
}
.identity-scene > div > b {
  font-family: Georgia, serif;
  font-size: 32px;
  font-weight: 400;
  color: #70553e;
}
.palette {
  display: flex;
  gap: 4px;
  margin-top: 9px;
}
.palette i {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #a17457;
}
.palette i:nth-child(2) {
  background: #dec4ae;
}
.palette i:nth-child(3) {
  background: #f6ead7;
}
.palette i:nth-child(4) {
  background: #889174;
}
.identity-scene > img {
  position: absolute;
  width: 218px;
  height: 200px;
  right: -40px;
  bottom: 6px;
}
.assembly-list {
  background: #faf9f5;
  padding: 8px 20px;
}
.assembly-list > div {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 52px;
  border-bottom: 1px solid #eae7df;
  font-size: 11px;
}
.assembly-list > div:last-child {
  border: 0;
}
.assembly-number {
  font-size: 9px;
  color: #989187;
}
.assembly-list svg {
  width: 15px;
  height: 15px;
  color: #648367;
  margin-left: auto;
}
.canvas-footer {
  font-size: 9px;
  text-align: center;
  margin: 19px 0 0;
  color: #777164;
}
.how-section {
  border-top: 1px solid var(--line);
  padding-top: 85px;
}
.section-heading {
  text-align: center;
}
.journey {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 65px;
  margin-top: 60px;
}
.journey article {
  position: relative;
}
.journey article:not(:last-child):after {
  content: "";
  position: absolute;
  top: 24px;
  left: 65px;
  width: calc(100% - 38px);
  height: 1px;
  background: var(--line);
}
.journey-number {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d7d2e0;
  border-radius: 50%;
  color: var(--violet);
  font-size: 12px;
  margin-bottom: 29px;
  background: var(--paper);
}
.journey h3 {
  font-size: 20px;
  margin-bottom: 12px;
}
.journey p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.7;
  margin: 0;
}
.platform-section {
  color: #faf7ff;
  background: #222029;
  position: relative;
  overflow: hidden;
}
.platform-inner {
  padding-top: 95px;
  padding-bottom: 45px;
}
.platform-section .eyebrow {
  color: #bab1cd;
}
.platform-section .section-description {
  color: #b0aab8;
  max-width: 610px;
}
.platform-section h2 {
  font-size: clamp(35px, 4.6vw, 60px);
}
.platform-workspace {
  margin-top: 64px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: center;
}
.platform-tabs {
  display: flex;
  gap: 22px;
  border-bottom: 1px solid #45404d;
  margin-bottom: 30px;
}
.platform-tabs button {
  background: transparent;
  border: 0;
  border-bottom: 2px solid transparent;
  color: #c0b8ca;
  padding: 12px 0 17px;
  min-height: 48px;
  font-size: 12px;
  white-space: nowrap;
}
.platform-tabs button[aria-selected="true"] {
  color: #fff;
  border-bottom-color: #b89bff;
}
.platform-explanation [role="tabpanel"] {
  min-height: 150px;
}
.platform-explanation h3 {
  font-size: 25px;
  line-height: 1.3;
  letter-spacing: -0.8px;
  margin: 0 0 16px;
}
.platform-explanation p {
  font-size: 14px;
  color: #b8b0c0;
  line-height: 1.8;
}
.platform-explanation .text-link {
  margin-top: 15px;
  color: #d3bfff;
  border-bottom: 1px solid #6a567e;
}
.flow-visual {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  isolation: isolate;
  min-height: 360px;
  justify-content: center;
}
.flow-visual > .eyebrow {
  font-size: 8px;
  margin-bottom: 28px;
}
.flow-orbit {
  position: absolute;
  width: 430px;
  height: 430px;
  border-radius: 50%;
  border: 1px solid #493e5b;
  z-index: -1;
  background: radial-gradient(circle, #6652843d, transparent 63%);
}
.flow-orbit:before,
.flow-orbit:after {
  content: "";
  position: absolute;
  inset: 35px;
  border: 1px solid #473b5680;
  border-radius: 50%;
}
.flow-orbit:after {
  inset: 70px;
}
.flow-node {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  min-width: 207px;
  min-height: 54px;
  padding: 13px 18px;
  border: 1px solid #60546e;
  background: #302b39;
  border-radius: 6px;
  font-size: 11px;
  box-shadow: 0 9px 14px #00000012;
}
.flow-node svg {
  width: 15px;
  height: 15px;
  color: #c5aadf;
}
.builder-node {
  background: #75609b;
  border-color: #9783b7;
  min-width: 248px;
  min-height: 67px;
  font-size: 13px;
}
.builder-node img {
  width: 26px;
  height: 26px;
}
.audience-node {
  min-width: 185px;
}
.flow-connector {
  height: 25px;
  width: 1px;
  background: #8d749e;
  position: relative;
}
.flow-connector:after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background: #d4bfe9;
  border-radius: 50%;
  top: 6px;
  left: -2px;
  box-shadow: 0 0 10px #d4bfe9;
}
.flow-small {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 9px;
  color: #beb0cd;
  margin-top: 20px;
}
.flow-small svg {
  width: 12px;
  height: 12px;
}
.support-line {
  border-top: 1px solid #433b4c;
  padding-top: 30px;
  margin-top: 75px;
  display: flex;
  align-items: center;
  gap: 14px;
  color: #bcb2c7;
}
.support-line > svg {
  flex: none;
  width: 17px;
  height: 17px;
}
.support-line p {
  font-size: 12px;
  margin: 0;
}
.faq-section {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 90px;
  padding-top: 100px;
  padding-bottom: 100px;
}
.faq-section h2 {
  font-size: 44px;
}
.faq-list details {
  border-bottom: 1px solid var(--line);
}
.faq-list details:first-child {
  border-top: 1px solid var(--line);
}
.faq-list summary {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  list-style: none;
  padding: 24px 0;
  cursor: pointer;
  font-size: 14px;
  font-weight: 550;
  line-height: 1.5;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary > span:last-child {
  font-size: 20px;
  line-height: 1;
  color: var(--muted);
  transition: transform 0.2s;
}
.faq-list details[open] summary > span:last-child {
  transform: rotate(45deg);
}
.faq-list p {
  font-size: 13px;
  line-height: 1.8;
  color: var(--muted);
  margin: 0 26px 25px 0;
}
.final-cta {
  position: relative;
  text-align: center;
  padding: 100px 22px 105px;
  overflow: hidden;
  background: #eee9f6;
  isolation: isolate;
  border-top: 1px solid #e3dcec;
}
.final-cta h2 {
  font-size: clamp(42px, 5.5vw, 72px);
  letter-spacing: -0.06em;
  margin-bottom: 23px;
}
.final-cta p:not(.eyebrow) {
  font-size: 14px;
  color: var(--muted);
  margin-bottom: 30px;
}
.final-cta .eyebrow {
  font-size: 9px;
}
.cta-orbit {
  width: 880px;
  height: 880px;
  border: 1px solid #d4cbe447;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.cta-orbit:before,
.cta-orbit:after {
  content: "";
  position: absolute;
  inset: 60px;
  border-radius: 50%;
  border: 1px solid #d4cbe461;
}
.cta-orbit:after {
  inset: 120px;
}
.site-footer {
  max-width: 1390px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 40px 65px;
}
.site-footer img {
  width: 145px;
  height: auto;
}
.site-footer p {
  font-size: 10px;
  color: #7c7780;
  margin: 13px 0 0;
}
.site-footer > div:last-child {
  text-align: right;
}
.site-footer a:not(:has(img)) {
  font-size: 11px;
}
.application-main {
  max-width: 1240px;
  margin: auto;
  padding: 60px 50px 65px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  gap: 95px;
}
.application-intro h1 {
  font-size: 53px;
  line-height: 1.14;
  margin-bottom: 25px;
}
.application-intro .eyebrow {
  font-size: 9px;
  letter-spacing: 1.1px;
  margin-bottom: 24px;
}
.application-intro .section-description {
  font-size: 15px;
  margin-bottom: 27px;
}
.application-benefits {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
}
.application-benefits li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
}
.application-benefits svg {
  width: 16px;
  height: 16px;
  color: var(--violet);
}
.application-art {
  position: relative;
  height: 180px;
  margin-top: 32px;
}
.mini-store {
  position: absolute;
  left: 38px;
  width: 278px;
  height: 153px;
  top: 12px;
  border: 1px solid #d1c3b4;
  border-radius: 5px;
  background: #ecddce;
  transform: rotate(-5deg);
  box-shadow: 0 14px 24px -17px #47323a40;
  overflow: hidden;
  padding: 17px;
  color: #745b49;
}
.mini-store > b {
  font-family: Georgia, serif;
  font-size: 28px;
  font-weight: 400;
}
.mini-store > span {
  font-family: Georgia, serif;
  font-size: 21px;
  position: absolute;
  left: 17px;
  bottom: 31px;
  max-width: 120px;
  line-height: 1.1;
}
.mini-store img {
  position: absolute;
  right: -6px;
  top: 13px;
  width: 180px;
  height: 150px;
}
.art-spark {
  position: absolute;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  background: #e4d9f5;
  border: 1px solid #cdbce8;
  border-radius: 14px;
  left: 297px;
  top: 49px;
  transform: rotate(9deg);
  color: var(--violet);
}
.art-spark svg {
  width: 27px;
  height: 27px;
}
.application-next {
  max-width: 360px;
  border-top: 1px solid var(--line);
  padding-top: 23px;
  margin-top: 15px;
}
.application-next h2 {
  font-family: inherit;
  font-size: 13px;
  letter-spacing: 0;
  font-weight: 600;
  margin-bottom: 9px;
}
.application-next p {
  font-size: 12px;
  color: var(--muted);
  margin: 0;
}
.application-panel {
  padding: 34px 34px 25px;
  background: var(--white);
  border: 1px solid #e2ded6;
  border-radius: 12px;
  box-shadow: 0 16px 50px -32px #5e426445;
  min-width: 0;
}
.form-heading h2 {
  font-size: 25px;
  letter-spacing: -1px;
  margin-bottom: 12px;
}
.form-heading p {
  font-size: 12px;
  line-height: 1.7;
  color: var(--muted);
  margin-bottom: 26px;
}
.form-progress {
  display: none;
  align-items: center;
  gap: 12px;
  margin-bottom: 29px;
}
.form-enhanced .form-progress {
  display: flex;
}
.progress-step {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #817b86;
  font-size: 10px;
}
.progress-step > span:first-child {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #edeae6;
  color: #756f7a;
  font-size: 10px;
}
.progress-step.active {
  color: var(--violet);
}
.progress-step.active > span:first-child {
  background: var(--violet);
  color: white;
}
.progress-step.complete > span:first-child {
  background: #e8dff9;
  color: var(--violet);
}
.progress-line {
  height: 1px;
  background: #e5e0e9;
  flex: 1;
}
.partner-form fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}
.form-field {
  margin-bottom: 17px;
}
.form-field label {
  display: block;
  font-size: 12px;
  font-weight: 550;
  margin-bottom: 8px;
}
.form-field input,
.form-field select {
  display: block;
  width: 100%;
  height: 47px;
  border: 1px solid #d9d5ce;
  border-radius: 5px;
  background: #fdfcf9;
  padding: 11px 13px;
  min-width: 0;
  font-size: 14px;
  color: var(--ink);
  transition:
    border-color 0.2s,
    box-shadow 0.2s;
}
.form-field input:hover,
.form-field select:hover {
  border-color: #b8afc2;
}
.form-field input:focus,
.form-field select:focus {
  border-color: var(--violet);
  outline: 2px solid #7253dc23;
  outline-offset: 1px;
}
.form-field [aria-invalid="true"] {
  border-color: #b13f47;
  outline-color: #b13f4722;
}
.field-hint {
  font-size: 10px;
  line-height: 1.5;
  color: #77717c;
  margin: 7px 0 0;
}
.field-error {
  font-size: 11px;
  color: #a3323b;
  line-height: 1.5;
  margin: 6px 0 0;
  min-height: 0;
}
.field-error:empty {
  display: none;
}
.form-buttons {
  display: flex;
  gap: 12px;
  margin-top: 25px;
}
.form-buttons .button {
  flex: 1;
  font-size: 13px;
  gap: 15px;
}
.form-buttons .button-quiet {
  flex: 0;
  padding-left: 15px;
  padding-right: 15px;
  gap: 8px;
}
.form-required {
  text-align: center;
  font-size: 10px;
  color: #817986;
  margin: 12px 0 19px;
}
.form-privacy {
  font-size: 10px;
  line-height: 1.65;
  color: #7b7580;
  border-top: 1px solid #ebe6df;
  padding-top: 18px;
  margin-bottom: 0;
}
.form-error {
  font-size: 12px;
  color: #a3323b;
  background: #fff1ee;
  border: 1px solid #edc2c2;
  border-radius: 5px;
  padding: 12px 14px;
  margin-top: 12px;
}
.application-success {
  text-align: center;
  padding: 25px 0 15px;
}
.success-symbol {
  margin: 0 auto 25px;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background: #ede4fb;
  color: var(--violet);
  display: grid;
  place-items: center;
}
.success-symbol svg {
  width: 30px;
  height: 30px;
}
.application-success h2 {
  font-size: 29px;
}
.application-success p {
  font-size: 13px;
  color: var(--muted);
}
.application-success .success-note {
  font-size: 11px;
  margin: 25px 0;
}
.application-success .button {
  font-size: 12px;
  gap: 12px;
}
.application-main + .site-footer {
  border-top: 1px solid var(--line);
}
@keyframes arrive {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes assemble {
  from {
    opacity: 0.15;
    transform: perspective(1200px) rotateX(15deg) translateY(35px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: perspective(1200px) rotateX(4deg) translateY(0) scale(1);
  }
}
@keyframes left-in {
  from {
    opacity: 0;
    transform: translateX(90px) rotate(-3deg);
  }
  to {
    opacity: 1;
    transform: rotate(-11deg) translateY(14px);
  }
}
@keyframes right-in {
  from {
    opacity: 0;
    transform: translateX(-90px) rotate(3deg);
  }
  to {
    opacity: 1;
    transform: rotate(11deg) translateY(14px);
  }
}
@keyframes product-in {
  from {
    opacity: 0;
    transform: translateY(25px) scale(0.92);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes connector {
  from {
    transform: translateY(-5px);
    opacity: 0.2;
  }
  to {
    transform: translateY(12px);
    opacity: 1;
  }
}
@media (prefers-reduced-motion: no-preference) {
  .hero-copy > .eyebrow {
    animation: arrive 0.7s var(--ease) both;
  }
  .hero h1 {
    animation: arrive 0.9s 0.08s var(--ease) both;
  }
  .hero-description,
  .hero-actions,
  .hero-note {
    animation: arrive 0.8s 0.16s var(--ease) both;
  }
  .studio.is-building .store-stage {
    animation: assemble 1.15s var(--ease) both;
  }
  .studio.is-building .satellite-left {
    animation: left-in 1.25s 0.18s var(--ease) both;
  }
  .studio.is-building .satellite-right {
    animation: right-in 1.25s 0.28s var(--ease) both;
  }
  .studio.is-building .store-copy {
    animation: arrive 0.7s 0.35s var(--ease) both;
  }
  .studio.is-building .store-art {
    animation: product-in 1.1s 0.25s var(--ease) both;
  }
  .motion-ready [data-reveal] {
    opacity: 0;
    transform: translateY(25px);
    transition:
      opacity 0.8s var(--ease),
      transform 0.8s var(--ease);
  }
  .motion-ready [data-reveal].is-visible {
    opacity: 1;
    transform: translateY(0);
  }
  .motion-ready .product-canvas {
    transform: translateY(25px) rotate(1.5deg);
  }
  .motion-ready .product-canvas.is-visible {
    transform: translateY(0) rotate(1.5deg);
  }
  .flow-visual.is-active .flow-connector:after {
    animation: connector 1.4s ease-in-out 3;
  }
  .journey article:nth-child(2) {
    transition-delay: 0.1s;
  }
  .journey article:nth-child(3) {
    transition-delay: 0.2s;
  }
}
@media (min-width: 1500px) {
  .hero {
    padding-top: 54px;
  }
  .studio {
    height: 390px;
    margin-top: 45px;
  }
  .store-stage {
    width: 710px;
  }
  .store-main {
    min-height: 265px;
  }
  .store-title {
    font-size: 41px;
  }
  .store-copy {
    padding-left: 40px;
  }
  .store-tag {
    font-size: 7px;
  }
  .store-desc {
    font-size: 10px;
  }
  .store-shop {
    font-size: 8px;
  }
  .store-nav {
    height: 54px;
  }
  .satellite {
    width: 290px;
    height: 280px;
    top: 53px;
  }
  .satellite-left {
    left: calc(50% - 570px);
  }
  .satellite-right {
    right: calc(50% - 570px);
  }
  .satellite > img {
    width: 256px;
    height: 240px;
  }
  .hero h1 {
    font-size: 88px;
  }
}
@media (max-width: 1050px) {
  .site-header {
    padding: 0 30px;
    gap: 22px;
  }
  .site-header nav {
    gap: 22px;
  }
  .header-actions {
    gap: 18px;
  }
  .section {
    padding: 85px 40px;
  }
  .product-section {
    gap: 50px;
  }
  .product-canvas {
    padding: 23px;
  }
  .identity-scene > img {
    width: 180px;
    right: -35px;
  }
  .identity-mark {
    width: 52px;
    height: 58px;
    font-size: 53px;
  }
  .identity-scene {
    gap: 10px;
    height: 210px;
  }
  .journey {
    gap: 36px;
  }
  .platform-workspace {
    gap: 50px;
  }
  .faq-section {
    gap: 50px;
  }
  .application-main {
    padding: 45px 35px;
    gap: 50px;
  }
  .application-intro h1 {
    font-size: 44px;
  }
  .application-panel {
    padding: 28px;
  }
  .platform-tabs {
    gap: 18px;
  }
  .site-footer {
    padding: 35px 40px;
  }
}
@media (max-width: 760px) {
  html {
    scroll-padding-top: 28px;
  }
  .site-header {
    height: 74px;
    padding: 0 22px;
    gap: 18px;
  }
  .wordmark img {
    width: 144px;
  }
  .header-actions {
    gap: 12px;
  }
  .site-header nav {
    display: none;
    position: absolute;
    top: 73px;
    left: 0;
    right: 0;
    flex-direction: column;
    gap: 0;
    background: var(--paper);
    padding: 14px 24px 22px;
    border-bottom: 1px solid var(--line);
    box-shadow: 0 20px 20px #26222c05;
  }
  .site-header nav.is-open {
    display: flex;
  }
  .site-header nav a {
    padding: 14px 0;
    font-size: 15px;
  }
  .menu-toggle {
    display: flex;
  }
  .header-actions .button-small {
    display: none;
  }
  .header-back {
    font-size: 11px;
    gap: 5px;
  }
  .header-back svg {
    width: 14px;
    height: 14px;
  }
  .language svg {
    display: none;
  }
  .language select {
    font-size: 11px;
  }
  .hero {
    padding-top: 36px;
    padding-bottom: 22px;
  }
  .hero .eyebrow {
    font-size: 8px;
    letter-spacing: 1.1px;
    margin-bottom: 17px;
  }
  .hero h1 {
    font-size: clamp(46px, 8.5vw, 66px);
    margin-bottom: 21px;
  }
  .hero-description {
    font-size: 14px;
    max-width: 380px;
    line-height: 1.65;
    margin-bottom: 21px;
  }
  .hero-actions {
    gap: 18px;
  }
  .hero-actions .button {
    font-size: 12px;
    padding: 13px 17px;
    gap: 12px;
    min-height: 50px;
  }
  .hero-actions .text-link {
    font-size: 11px;
    gap: 7px;
  }
  .hero-note {
    font-size: 8px;
    line-height: 1.5;
    margin-top: 15px;
  }
  .studio {
    height: 290px;
    margin-top: 30px;
  }
  .store-stage {
    width: 540px;
  }
  .store-main {
    min-height: 185px;
  }
  .store-copy {
    padding-top: 22px;
    padding-bottom: 22px;
  }
  .store-title {
    font-size: 30px;
    max-width: 180px;
  }
  .store-nav {
    height: 43px;
  }
  .store-bottom {
    height: 25px;
  }
  .store-chrome {
    height: 23px;
  }
  .satellite {
    width: 180px;
    height: 203px;
    top: 48px;
    opacity: 0.85;
  }
  .satellite-left {
    left: calc(50% - 390px);
  }
  .satellite-right {
    right: calc(50% - 390px);
  }
  .satellite > img {
    width: 180px;
    height: 170px;
    left: 0;
    top: 38px;
  }
  .satellite-label {
    font-size: 23px;
  }
  .satellite-right .satellite-label {
    font-size: 18px;
  }
  .satellite-bottom {
    font-size: 7px;
  }
  .studio-controls {
    gap: 14px;
    margin-top: 8px;
  }
  .theme-choice {
    font-size: 10px;
    padding: 9px 11px;
    gap: 6px;
  }
  .replay-button {
    font-size: 9px;
  }
  .sample-note {
    font-size: 8px;
  }
  .ecosystem {
    padding: 41px 24px 35px;
  }
  .brand-line {
    gap: 30px;
    flex-wrap: wrap;
  }
  .brand-line img {
    max-width: 83px;
    max-height: 21px;
  }
  .ecosystem .eyebrow {
    font-size: 8px;
  }
  .fine-print {
    font-size: 8px;
  }
  .section {
    padding: 68px 26px;
  }
  .product-section {
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .section-copy .eyebrow {
    font-size: 9px;
  }
  .section-copy {
    max-width: 480px;
  }
  h2 {
    font-size: 40px;
    margin-bottom: 22px;
  }
  .section-description {
    font-size: 14px;
    margin-bottom: 26px;
  }
  .feature-list {
    margin-top: 28px;
    gap: 22px;
  }
  .product-canvas {
    max-width: 480px;
    justify-self: center;
    width: 100%;
    padding: 25px;
  }
  .identity-scene {
    height: 195px;
  }
  .identity-scene > img {
    width: 224px;
    height: 210px;
    right: -10px;
  }
  .identity-mark {
    width: 62px;
    height: 68px;
    font-size: 62px;
  }
  .identity-scene {
    gap: 20px;
  }
  .how-section {
    padding-top: 65px;
  }
  .section-heading {
    text-align: left;
  }
  .section-heading .eyebrow {
    font-size: 8px;
  }
  .journey {
    grid-template-columns: 1fr;
    gap: 32px;
    margin-top: 40px;
  }
  .journey article {
    padding-left: 67px;
    min-height: 100px;
  }
  .journey-number {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
  }
  .journey article:not(:last-child):after {
    left: 20px;
    top: 53px;
    width: 1px;
    height: calc(100% - 31px);
  }
  .journey h3 {
    font-size: 18px;
    margin: 4px 0 9px;
  }
  .journey p {
    font-size: 13px;
    max-width: 400px;
  }
  .platform-inner {
    padding-top: 68px;
    padding-bottom: 28px;
  }
  .platform-section h2 {
    font-size: 39px;
  }
  .platform-section .eyebrow {
    font-size: 8px;
  }
  .platform-workspace {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 35px;
  }
  .platform-tabs {
    gap: 25px;
  }
  .platform-tabs button {
    font-size: 12px;
  }
  .platform-explanation [role="tabpanel"] {
    min-height: 140px;
  }
  .platform-explanation h3 {
    font-size: 24px;
  }
  .platform-explanation p {
    font-size: 13px;
  }
  .platform-explanation .text-link {
    margin-top: 4px;
  }
  .flow-visual {
    margin: 35px auto 12px;
    width: 100%;
    max-width: 420px;
  }
  .flow-orbit {
    width: 370px;
    height: 370px;
  }
  .support-line {
    margin-top: 35px;
    padding-top: 25px;
  }
  .support-line p {
    font-size: 11px;
  }
  .faq-section {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .faq-section h2 {
    font-size: 39px;
  }
  .faq-list summary {
    font-size: 13px;
    padding: 22px 0;
  }
  .faq-list p {
    font-size: 12px;
  }
  .final-cta {
    padding: 72px 25px 76px;
  }
  .final-cta h2 {
    font-size: 47px;
  }
  .final-cta .eyebrow {
    font-size: 8px;
  }
  .final-cta p:not(.eyebrow) {
    font-size: 13px;
  }
  .final-cta .button {
    font-size: 12px;
    gap: 15px;
  }
  .site-footer {
    padding: 30px 25px;
    gap: 25px;
  }
  .site-footer img {
    width: 126px;
  }
  .site-footer p {
    font-size: 8px;
    max-width: 160px;
  }
  .site-footer a:not(:has(img)) {
    font-size: 9px;
  }
  .application-main {
    grid-template-columns: 1fr;
    padding: 34px 23px 45px;
    gap: 30px;
    max-width: 540px;
  }
  .application-intro h1 {
    font-size: 42px;
    margin-bottom: 19px;
  }
  .application-intro .eyebrow {
    font-size: 8px;
    margin-bottom: 16px;
  }
  .application-intro .section-description {
    font-size: 13px;
    margin-bottom: 20px;
  }
  .application-benefits {
    gap: 9px;
  }
  .application-benefits li {
    font-size: 11px;
  }
  .application-art {
    display: none;
  }
  .application-next {
    display: none;
  }
  .application-panel {
    padding: 26px 23px;
  }
  .form-heading h2 {
    font-size: 24px;
  }
  .form-heading p {
    font-size: 12px;
  }
  .form-field input,
  .form-field select {
    font-size: 16px;
  }
  .form-field label {
    font-size: 12px;
  }
  .form-progress {
    margin-bottom: 25px;
  }
  .application-success .button {
    width: 100%;
  }
}
@media (max-width: 560px) {
  .studio {
    height: 227px;
    margin-top: 29px;
  }
  .store-stage {
    width: calc(100% - 36px);
    max-width: 426px;
    transform: none;
  }
  .store-chrome {
    height: 20px;
  }
  .store-nav {
    height: 34px;
    padding: 0 17px;
  }
  .sample-brand {
    font-size: 22px;
  }
  .store-nav > div {
    font-size: 6px;
    gap: 12px;
  }
  .store-nav svg {
    width: 10px;
    height: 10px;
  }
  .store-main {
    min-height: 151px;
  }
  .store-copy {
    padding: 20px 0 18px 18px;
  }
  .store-tag {
    font-size: 4px;
    letter-spacing: 0.7px;
    margin-bottom: 7px;
  }
  .store-title {
    font-size: 25px;
    max-width: 151px;
    margin-bottom: 9px;
  }
  .store-desc {
    font-size: 6px;
    max-width: 132px;
    margin-bottom: 10px;
  }
  .store-shop {
    font-size: 5px;
    padding: 8px 9px;
  }
  .store-art img {
    transform: scale(1.18) !important;
  }
  .store-bottom {
    font-size: 4px;
    height: 21px;
    padding: 0 17px;
  }
  .satellite {
    display: none;
  }
  .studio-halo {
    bottom: -220px;
  }
  .studio-grid {
    bottom: -228px;
  }
  .studio-controls {
    gap: 13px;
  }
  .theme-choice {
    font-size: 9px;
    min-height: 37px;
    padding: 8px 10px;
  }
  .theme-controls {
    padding: 3px;
  }
  .replay-button {
    font-size: 8px;
    gap: 5px;
  }
  .replay-button svg {
    width: 11px;
    height: 11px;
  }
  .sample-note {
    margin-top: 5px;
    font-size: 7px;
  }
  .hero-description {
    max-width: 335px;
  }
  .brand-line {
    gap: 24px 30px;
    max-width: 400px;
    margin: auto;
  }
  .identity-scene > img {
    right: -30px;
    width: 209px;
  }
  .identity-scene {
    gap: 13px;
  }
  .identity-mark {
    width: 52px;
    height: 61px;
    font-size: 56px;
  }
  .product-canvas {
    padding: 21px;
  }
  .identity-scene > div > b {
    font-size: 28px;
  }
  .palette i {
    width: 11px;
    height: 11px;
  }
  .platform-tabs {
    gap: 20px;
  }
  .platform-tabs button {
    font-size: 11px;
  }
}
@media (max-width: 370px) {
  .site-header {
    padding: 0 17px;
  }
  .header-actions {
    gap: 5px;
  }
  .wordmark img {
    width: 128px;
  }
  .hero {
    padding-top: 28px;
  }
  .hero-copy {
    padding: 0 15px;
  }
  .hero h1 {
    font-size: 43px;
  }
  .hero-description {
    font-size: 13px;
  }
  .hero-actions {
    gap: 13px;
  }
  .hero-actions .button {
    font-size: 11px;
    padding: 12px 14px;
    gap: 9px;
  }
  .hero-actions .text-link {
    font-size: 10px;
    gap: 4px;
  }
  .hero-note {
    font-size: 7px;
  }
  .studio {
    height: 205px;
  }
  .store-main {
    min-height: 134px;
  }
  .store-title {
    font-size: 22px;
  }
  .store-copy {
    padding: 16px 0 13px 15px;
  }
  .studio-controls {
    gap: 7px;
  }
  .theme-choice {
    padding: 8px;
    font-size: 8px;
  }
  .theme-dot {
    width: 6px;
    height: 6px;
  }
  .replay-button {
    font-size: 7px;
  }
  .section {
    padding-left: 22px;
    padding-right: 22px;
  }
  .identity-scene > img {
    right: -47px;
    width: 192px;
  }
  .assembly-list {
    padding: 8px 13px;
  }
  .application-main {
    padding-left: 17px;
    padding-right: 17px;
  }
  .application-panel {
    padding: 24px 20px;
  }
  .header-back {
    font-size: 10px;
  }
  .header-back svg {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
  .motion-ready [data-reveal] {
    opacity: 1;
    transform: none;
  }
  .studio .store-stage {
    transform: none;
  }
  .product-canvas {
    transform: none;
  }
  .button:hover {
    transform: none;
  }
}
/* The first viewport includes the product, including on shorter laptop screens. */
h1,
h2 {
  font-family: "DM Sans", sans-serif;
  font-weight: 550;
}
.satellite-right .satellite-label {
  font-family: "DM Sans", sans-serif;
}
.brand-line img {
  filter: brightness(0);
  opacity: 0.62;
}
@media (min-width: 1051px) and (max-height: 920px) {
  .site-header {
    height: 76px;
  }
  .hero {
    padding-top: 28px;
  }
  .hero h1 {
    font-size: 65px;
    line-height: 1.08;
    margin-bottom: 15px;
  }
  .hero h1 br {
    display: none;
  }
  .hero h1 > span:first-child {
    margin-right: 0.18em;
  }
  .hero-description {
    font-size: 14px;
    max-width: 580px;
    margin-bottom: 19px;
  }
  .hero .eyebrow {
    margin-bottom: 13px;
    font-size: 9px;
  }
  .hero-actions .button {
    min-height: 49px;
    padding: 13px 21px;
  }
  .hero-actions .text-link {
    font-size: 12px;
  }
  .hero-note {
    margin-top: 10px;
    font-size: 9px;
  }
  .studio {
    margin-top: 24px;
    height: 282px;
  }
  .store-stage {
    width: 540px;
  }
  .store-main {
    min-height: 182px;
  }
  .store-copy {
    padding-top: 22px;
    padding-bottom: 22px;
  }
  .store-title {
    font-size: 30px;
    max-width: 180px;
  }
  .store-nav {
    height: 41px;
  }
  .store-bottom {
    height: 25px;
  }
  .store-chrome {
    height: 23px;
  }
  .satellite {
    width: 243px;
    height: 232px;
    top: 23px;
  }
  .satellite-left {
    left: calc(50% - 465px);
  }
  .satellite-right {
    right: calc(50% - 465px);
  }
  .satellite > img {
    width: 216px;
    height: 197px;
    left: 18px;
  }
  .studio-controls {
    margin-top: 9px;
  }
  .hero {
    padding-bottom: 15px;
  }
  .sample-note {
    margin-top: 5px;
  }
}
html[lang="ja"] h1,
html[lang="ja"] h2 {
  letter-spacing: -0.045em;
  line-height: 1.25;
}
html[lang="ja"] .accent-serif {
  font-family: inherit;
  font-style: normal;
}
html[lang="ja"] .hero h1 {
  font-size: clamp(37px, 5vw, 65px);
}
html[lang="ja"] .application-intro h1 {
  font-size: 37px;
}
html[lang="ja"] .hero-note {
  line-height: 1.8;
}
@media (min-width: 1051px) and (max-height: 920px) {
  html[lang="fr"] .hero h1 {
    font-size: 58px;
  }
  html[lang="de"] .hero h1 {
    font-size: 62px;
  }
}
/* Headings with inline spans must not preserve formatter whitespace. */
.hero h1,
.application-intro h1 {
  white-space: normal;
}
/* Localized storefront copy can change height; controls stay below the preview. */
.studio {
  height: auto;
  min-height: 0;
}
.studio-controls {
  margin-top: 20px;
}
@media (max-width: 760px) {
  .studio-controls {
    flex-wrap: wrap;
    gap: 2px 15px;
    margin-top: 15px;
  }
  .theme-choice {
    font-size: 11px;
    min-height: 44px;
    padding: 10px 12px;
  }
  .replay-button {
    font-size: 10px;
    min-height: 44px;
  }
  .sample-note {
    font-size: 9px;
    margin: 5px 17px 0;
  }
  .hero-note {
    font-size: 9px;
  }
  .form-privacy,
  .field-hint {
    font-size: 11px;
  }
  .fine-print {
    font-size: 10px;
  }
}
@media (max-width: 560px) {
  .hero-actions {
    flex-direction: column;
    gap: 0;
  }
  .hero-actions .button {
    width: 100%;
    max-width: 300px;
    font-size: 13px;
    min-height: 49px;
  }
  .hero-actions .text-link {
    font-size: 11px;
    min-height: 40px;
    padding: 8px 0;
  }
  .hero-description {
    margin-bottom: 18px;
  }
  .hero-note {
    margin-top: 7px;
  }
  .hero {
    padding-top: 27px;
  }
  .studio {
    margin-top: 22px;
  }
  .theme-choice {
    font-size: 10px;
    padding: 9px 11px;
  }
  .replay-button {
    font-size: 9px;
  }
}
