:root {
  color-scheme: dark;
  --bg: #08050d;
  --bg-soft: #110817;
  --panel: #17101f;
  --text: #fbf7ff;
  --muted: #b8adbf;
  --line: rgba(255, 255, 255, 0.12);
  --pink: #ff4bc5;
  --magenta: #d22eff;
  --violet: #7656ff;
  --orange: #ff8a32;
  --max: 1240px;
  --radius-lg: 40px;
  --radius-md: 28px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
  overflow-x: clip;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: clip;
  background:
    radial-gradient(circle at 50% -10%, rgba(115, 36, 159, 0.2), transparent 34rem),
    var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -3;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.08'/%3E%3C/svg%3E");
  content: "";
  opacity: 0.18;
  pointer-events: none;
}

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

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid #ff80d8;
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 12px 16px;
  border-radius: 12px;
  background: #fff;
  color: #111;
  transform: translateY(-150%);
}

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

.ambient {
  position: fixed;
  z-index: -2;
  width: 42rem;
  height: 42rem;
  border-radius: 50%;
  filter: blur(110px);
  opacity: 0.12;
  pointer-events: none;
}

.ambient-one {
  top: 15vh;
  right: -20rem;
  background: var(--pink);
}

.ambient-two {
  top: 120vh;
  left: -26rem;
  background: var(--violet);
}

.site-header {
  position: fixed;
  top: 20px;
  left: 50%;
  z-index: 50;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: min(calc(100% - 40px), var(--max));
  min-height: 68px;
  padding: 10px 12px 10px 16px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(12, 7, 17, 0.72);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(22px);
  transform: translateX(-50%);
  transition: background 220ms ease, border-color 220ms ease;
}

.site-header.is-scrolled {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(8, 5, 13, 0.9);
}

.brand {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  gap: 11px;
  font-size: 1.04rem;
  font-weight: 760;
  letter-spacing: -0.03em;
}

.brand img {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(210, 46, 255, 0.18);
}

.site-header nav {
  display: flex;
  align-items: center;
  gap: 34px;
  color: #d7cfdb;
  font-size: 0.91rem;
}

.site-header nav a,
.footer-links a {
  transition: color 180ms ease;
}

.site-header nav a:hover,
.footer-links a:hover {
  color: #fff;
}

.nav-cta {
  justify-self: end;
  padding: 14px 18px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 14px;
  background: #fff;
  color: #140c18;
  font-size: 0.87rem;
  font-weight: 720;
  box-shadow: 0 6px 0 #b938a4;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.nav-cta:hover {
  box-shadow: 0 3px 0 #b938a4;
  transform: translateY(3px);
}

.section-shell {
  width: min(calc(100% - 48px), var(--max));
  margin-inline: auto;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(460px, 1.05fr);
  align-items: center;
  width: min(calc(100% - 48px), var(--max));
  min-height: 100svh;
  margin: 0 auto;
  padding: 160px 0 94px;
  gap: 58px;
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.eyebrow {
  display: flex;
  align-items: center;
  margin: 0 0 25px;
  gap: 10px;
  color: #d5cadb;
  font-size: 0.76rem;
  font-weight: 720;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.eyebrow > span {
  width: 31px;
  height: 1px;
  background: linear-gradient(90deg, var(--pink), var(--orange));
}

.hero h1,
.section-heading h2,
.download-copy h2 {
  margin: 0;
  font-size: clamp(4.25rem, 6.7vw, 7.35rem);
  font-weight: 780;
  line-height: 0.91;
  letter-spacing: -0.072em;
}

.hero h1 em,
.section-heading h2 em,
.download-copy h2 em {
  background: linear-gradient(105deg, #fff 8%, #ff93dc 45%, #ff8a3d 92%);
  background-clip: text;
  color: transparent;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
}

.hero-lede {
  max-width: 590px;
  margin: 34px 0 30px;
  color: var(--muted);
  font-size: clamp(1.02rem, 1.4vw, 1.2rem);
  line-height: 1.72;
}

.store-action {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}

.store-link {
  display: inline-flex;
  border-radius: 13px;
  transition: filter 180ms ease, transform 180ms ease;
}

a.store-link:hover {
  filter: brightness(1.12);
  transform: translateY(-2px);
}

.store-link img {
  width: 194px;
  height: auto;
}

.store-link.is-disabled {
  cursor: default;
  filter: saturate(0.88);
  opacity: 0.82;
}

.availability {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #d4cbd8;
  font-size: 0.84rem;
}

.availability i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 12px var(--orange);
}

.hero-stage {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 700px;
  isolation: isolate;
}

.hero-stage::before {
  position: absolute;
  z-index: -3;
  width: 560px;
  height: 560px;
  border-radius: 50%;
  background: conic-gradient(from 30deg, rgba(255, 70, 194, 0.42), rgba(101, 64, 255, 0.08), rgba(255, 134, 47, 0.35), rgba(255, 70, 194, 0.42));
  filter: blur(52px);
  content: "";
  opacity: 0.72;
}

.hero-stage::after {
  position: absolute;
  z-index: -2;
  width: 515px;
  height: 515px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.018);
  content: "";
  backdrop-filter: blur(12px);
}

.phone {
  position: relative;
  overflow: hidden;
  border: 7px solid #201927;
  border-radius: 46px;
  background: #050306;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.2),
    0 42px 110px rgba(0, 0, 0, 0.68),
    0 0 65px rgba(227, 63, 208, 0.18);
}

.phone::after {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
  content: "";
  pointer-events: none;
}

.phone-island {
  position: absolute;
  top: 11px;
  left: 50%;
  z-index: 3;
  width: 30%;
  height: 23px;
  border-radius: 20px;
  background: #050505;
  transform: translateX(-50%);
}

.phone-hero {
  z-index: 2;
  width: 270px;
  aspect-ratio: 392 / 848;
  transform: rotate(3deg);
}

.phone-hero video,
.phone-hero .hero-static {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.floating-card {
  position: absolute;
  z-index: 1;
  overflow: hidden;
  width: 166px;
  aspect-ratio: 392 / 848;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 27px;
  background: #1c0f25;
  box-shadow: 0 25px 55px rgba(0, 0, 0, 0.48);
}

.floating-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.floating-left {
  left: 4%;
  bottom: 100px;
  transform: rotate(-10deg);
}

.floating-right {
  top: 88px;
  right: 1%;
  transform: rotate(11deg);
}

.hero-chip {
  position: absolute;
  z-index: 5;
  display: flex;
  align-items: center;
  padding: 12px 14px;
  gap: 9px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 13px;
  background: rgba(19, 11, 25, 0.82);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(18px);
  font-size: 0.75rem;
  font-weight: 700;
}

.hero-chip span {
  color: #ff8bdc;
}

.chip-photo {
  top: 152px;
  left: 7%;
}

.chip-video {
  right: 6%;
  bottom: 142px;
}

.orbit {
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
}

.orbit-one {
  width: 610px;
  height: 370px;
  transform: rotate(-18deg);
}

.orbit-two {
  width: 390px;
  height: 620px;
  transform: rotate(24deg);
}

.hero-spark {
  position: absolute;
  z-index: 4;
  color: #ffb5e6;
  text-shadow: 0 0 18px var(--pink);
}

.spark-one {
  top: 96px;
  right: 23%;
  font-size: 1.5rem;
}

.spark-two {
  bottom: 105px;
  left: 26%;
  font-size: 1rem;
}

.feature-showcase {
  padding: 150px 0 130px;
}

.section-heading {
  display: grid;
  grid-template-columns: 1fr minmax(280px, 0.55fr);
  align-items: end;
  margin-bottom: 76px;
  column-gap: 60px;
}

.section-heading .eyebrow {
  grid-column: 1 / -1;
}

.section-heading h2,
.download-copy h2 {
  font-size: clamp(3.5rem, 6.2vw, 6.5rem);
}

.section-heading > p:last-child {
  max-width: 470px;
  margin: 0 0 8px;
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.7;
}

.showcase-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(370px, 0.72fr);
  align-items: center;
  min-height: 720px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  gap: 68px;
}

.feature-tabs {
  display: flex;
  flex-direction: column;
}

.feature-tab {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  align-items: center;
  width: 100%;
  min-height: 122px;
  padding: 22px 4px;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  color: var(--text);
  text-align: left;
  cursor: pointer;
}

.feature-tab:last-child {
  border-bottom: 0;
}

.tab-index {
  align-self: start;
  padding-top: 5px;
  color: #786e7e;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.72rem;
}

.feature-tab strong,
.feature-tab small {
  display: block;
}

.feature-tab strong {
  font-size: clamp(1.25rem, 2vw, 1.8rem);
  letter-spacing: -0.035em;
  transition: color 180ms ease, transform 180ms ease;
}

.feature-tab small {
  max-height: 0;
  overflow: hidden;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.55;
  opacity: 0;
  transition: max-height 220ms ease, margin 220ms ease, opacity 220ms ease;
}

.feature-tab b {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: #8b818f;
  font-size: 1.05rem;
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.feature-tab:hover strong,
.feature-tab.is-active strong {
  color: #ff86d9;
}

.feature-tab.is-active small {
  max-height: 52px;
  margin-top: 8px;
  opacity: 1;
}

.feature-tab.is-active b {
  background: #fff;
  color: #160a1b;
  transform: rotate(45deg);
}

.preview-wrap {
  position: relative;
  display: grid;
  min-height: 650px;
  place-items: center;
}

.preview-glow {
  position: absolute;
  width: 440px;
  height: 440px;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 45%, rgba(255, 67, 192, 0.55), rgba(94, 48, 255, 0.12) 60%, transparent 72%);
  filter: blur(44px);
}

.phone-preview {
  width: 286px;
  aspect-ratio: 392 / 848;
  transition: transform 280ms cubic-bezier(0.2, 0.75, 0.2, 1), opacity 180ms ease;
}

.phone-preview.is-changing {
  opacity: 0;
  transform: translateY(16px) scale(0.98);
}

.phone-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.preview-caption {
  position: absolute;
  right: 2%;
  bottom: 68px;
  color: #7f7483;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  writing-mode: vertical-rl;
}

.creative-grid {
  padding: 154px 0 90px;
}

.section-heading.centered {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 84px;
  text-align: center;
}

.section-heading.centered h2 {
  max-width: 870px;
}

.bento-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
}

.bento-card {
  position: relative;
  min-height: 590px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius-lg);
  isolation: isolate;
}

.bento-card::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(6, 3, 9, 0.04), rgba(6, 3, 9, 0.38));
  content: "";
}

.bento-card img {
  position: absolute;
  z-index: -2;
  width: auto;
  height: auto;
  max-width: none;
  object-fit: contain;
  border-radius: 32px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
  transition: transform 500ms cubic-bezier(0.2, 0.75, 0.2, 1);
}

.bento-card:hover img {
  transform: translateY(-10px) rotate(0deg) scale(1.015);
}

.card-copy {
  position: relative;
  z-index: 1;
  padding: 38px;
}

.card-copy > span {
  display: inline-flex;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(10, 5, 14, 0.18);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.68rem;
  font-weight: 760;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.card-copy h3 {
  max-width: 460px;
  margin: 20px 0 11px;
  font-size: clamp(2rem, 3.4vw, 3.5rem);
  line-height: 1;
  letter-spacing: -0.055em;
}

.card-copy p {
  max-width: 370px;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.96rem;
  line-height: 1.55;
}

.card-outfit {
  grid-column: span 7;
  background: linear-gradient(145deg, #342070, #8a2182 63%, #ff6f8a);
}

.card-outfit img {
  right: 4%;
  bottom: 24px;
  height: 520px;
  transform: rotate(2deg);
}

.card-motion {
  grid-column: span 5;
  background: linear-gradient(145deg, #762d32, #d3573b 56%, #ff9a45);
}

.card-motion img {
  right: 5%;
  bottom: 24px;
  height: 500px;
  transform: rotate(-2deg);
}

.card-edit {
  grid-column: span 4;
  min-height: 650px;
  background: linear-gradient(155deg, #1e4562, #633c8b 55%, #d447a6);
}

.card-edit img {
  right: 5%;
  bottom: 22px;
  height: 390px;
  transform: rotate(1.5deg);
}

.card-tools {
  grid-column: span 8;
  min-height: 650px;
  background: linear-gradient(145deg, #391a55, #8d286f 58%, #ec5d85);
}

.card-tools img {
  right: 5%;
  bottom: 26px;
  height: 540px;
  transform: rotate(-1.5deg);
}

.card-templates {
  grid-column: 1 / -1;
  min-height: 650px;
  background: linear-gradient(110deg, #17132b, #3b1a61 42%, #9c256f 75%, #f16762);
}

.card-templates .card-copy {
  padding: 54px;
}

.card-templates img {
  right: 8%;
  bottom: 28px;
  height: 555px;
  transform: rotate(1.5deg);
}

.download-section {
  padding: 120px 0 130px;
}

.download-panel {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr 0.75fr;
  min-height: 650px;
  overflow: hidden;
  padding: 76px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 54px;
  background:
    radial-gradient(circle at 85% 45%, rgba(255, 154, 62, 0.28), transparent 29%),
    radial-gradient(circle at 68% 20%, rgba(246, 67, 192, 0.34), transparent 34%),
    linear-gradient(135deg, #271143, #7a1f74 56%, #cb3a6f);
  box-shadow: 0 55px 130px rgba(0, 0, 0, 0.42);
  isolation: isolate;
}

.download-panel::before {
  position: absolute;
  inset: 1px;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.1), transparent 34%);
  content: "";
}

.download-noise {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: radial-gradient(rgba(255, 255, 255, 0.15) 0.7px, transparent 0.7px);
  background-size: 7px 7px;
  mask-image: linear-gradient(90deg, transparent, #000 55%, #000);
  opacity: 0.24;
}

.download-copy {
  align-self: center;
}

.download-copy h2 {
  max-width: 760px;
}

.download-copy > p:not(.eyebrow) {
  max-width: 610px;
  margin: 29px 0 30px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1.02rem;
  line-height: 1.66;
}

.download-copy .eyebrow {
  color: rgba(255, 255, 255, 0.8);
}

.store-action-bottom .availability {
  color: rgba(255, 255, 255, 0.8);
}

.download-art {
  position: relative;
  display: grid;
  min-height: 500px;
  place-items: center;
}

.download-image-wrap {
  position: relative;
  z-index: 2;
  width: min(340px, 82%);
  aspect-ratio: 0.67;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 42% 42% 24% 24% / 22% 22% 15% 15%;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 40px 95px rgba(20, 4, 22, 0.56), 0 0 80px rgba(255, 111, 174, 0.3);
  transform: rotate(6deg);
  backdrop-filter: blur(8px);
}

.download-image-wrap::after {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 0 0 8px rgba(255, 255, 255, 0.08);
  content: "";
  pointer-events: none;
}

.download-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 40%;
}

.ring {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
}

.ring-a {
  width: 420px;
  height: 260px;
  transform: rotate(-22deg);
}

.ring-b {
  width: 260px;
  height: 430px;
  transform: rotate(31deg);
}

.mini-star {
  position: absolute;
  color: #fff;
  text-shadow: 0 0 18px #fff;
}

.star-a {
  top: 13%;
  left: 12%;
  font-size: 1.6rem;
}

.star-b {
  right: 10%;
  bottom: 12%;
}

.site-footer {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  padding: 70px 0 36px;
  border-top: 1px solid var(--line);
  gap: 70px;
}

.footer-brand p {
  max-width: 280px;
  margin: 20px 0 0;
  color: #8e8493;
  font-size: 0.9rem;
}

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

.footer-links div {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 12px;
}

.footer-links h2 {
  margin: 0 0 6px;
  color: #fff;
  font-size: 0.73rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.footer-links a,
.footer-links span {
  color: #948b99;
  font-size: 0.86rem;
  line-height: 1.5;
}

.footer-bottom {
  display: flex;
  grid-column: 1 / -1;
  justify-content: space-between;
  margin-top: 34px;
  padding-top: 25px;
  border-top: 1px solid var(--line);
  color: #6f6674;
  font-size: 0.72rem;
  letter-spacing: 0.02em;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 700ms ease, transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1080px) {
  .hero {
    grid-template-columns: 0.92fr 1.08fr;
    gap: 20px;
  }

  .hero h1 {
    font-size: clamp(3.8rem, 7vw, 5.6rem);
  }

  .hero-stage {
    min-height: 620px;
    transform: scale(0.88);
  }

  .showcase-layout {
    grid-template-columns: 1fr 0.8fr;
    gap: 30px;
  }

  .download-panel {
    padding: 58px;
  }
}

@media (max-width: 820px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .site-header nav {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 160px;
    text-align: center;
  }

  .hero-copy {
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .hero h1 {
    max-width: 720px;
    font-size: clamp(4rem, 11vw, 6rem);
  }

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

  .hero-stage {
    min-height: 690px;
    transform: none;
  }

  .section-heading {
    grid-template-columns: 1fr;
  }

  .section-heading > p:last-child {
    margin-top: 28px;
  }

  .showcase-layout {
    grid-template-columns: 1fr;
    padding-bottom: 60px;
  }

  .feature-tabs {
    order: 2;
  }

  .preview-wrap {
    order: 1;
    min-height: 650px;
  }

  .card-outfit,
  .card-motion,
  .card-edit,
  .card-tools {
    grid-column: span 6;
  }

  .card-templates img {
    right: 4%;
    width: 43%;
  }

  .download-panel {
    grid-template-columns: 1fr;
    padding: 54px;
    text-align: center;
  }

  .download-copy {
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .download-art {
    min-height: 440px;
  }

  .site-footer {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  :root {
    --radius-lg: 30px;
  }

  .site-header {
    top: 10px;
    width: calc(100% - 20px);
    min-height: 60px;
    border-radius: 18px;
  }

  .brand img {
    width: 36px;
    height: 36px;
  }

  .nav-cta {
    padding: 11px 13px;
    font-size: 0.76rem;
  }

  .section-shell,
  .hero {
    width: min(calc(100% - 28px), var(--max));
  }

  .hero {
    padding: 126px 0 70px;
  }

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

  .hero-lede {
    margin-top: 25px;
    font-size: 0.97rem;
  }

  .store-action {
    justify-content: center;
  }

  .hero-stage {
    min-height: 550px;
    margin-top: 20px;
    overflow: clip;
  }

  .hero-stage::before {
    width: 360px;
    height: 360px;
  }

  .hero-stage::after {
    width: 340px;
    height: 340px;
  }

  .phone-hero {
    width: 220px;
  }

  .floating-card {
    width: 116px;
    border-radius: 20px;
  }

  .floating-left {
    left: -2%;
    bottom: 60px;
  }

  .floating-right {
    top: 54px;
    right: -3%;
  }

  .hero-chip {
    display: none;
  }

  .orbit-one {
    width: 410px;
    height: 250px;
  }

  .orbit-two {
    width: 250px;
    height: 430px;
  }

  .feature-showcase,
  .creative-grid {
    padding-top: 100px;
  }

  .section-heading {
    margin-bottom: 50px;
  }

  .section-heading h2,
  .download-copy h2 {
    font-size: clamp(3.05rem, 15vw, 4.6rem);
  }

  .showcase-layout {
    gap: 10px;
  }

  .preview-wrap {
    min-height: 560px;
    overflow: clip;
  }

  .phone-preview {
    width: 244px;
  }

  .feature-tab {
    min-height: 105px;
  }

  .feature-tab strong {
    font-size: 1.18rem;
  }

  .bento-grid {
    gap: 14px;
  }

  .card-outfit,
  .card-motion,
  .card-edit,
  .card-tools,
  .card-templates {
    grid-column: 1 / -1;
    min-height: 560px;
  }

  .bento-card img {
    right: 6%;
    bottom: 20px;
    width: auto;
    height: 400px;
    max-width: none;
  }

  .card-outfit img {
    height: 390px;
  }

  .card-motion img {
    height: 405px;
  }

  .card-edit img {
    height: 390px;
  }

  .card-tools img {
    height: 400px;
  }

  .card-templates img {
    height: 405px;
  }

  .card-copy,
  .card-templates .card-copy {
    padding: 30px;
  }

  .download-section {
    padding: 80px 0;
  }

  .download-panel {
    min-height: 0;
    padding: 46px 24px 24px;
    border-radius: 34px;
  }

  .download-art {
    min-height: 350px;
  }

  .ring-a {
    width: 320px;
    height: 200px;
  }

  .ring-b {
    width: 200px;
    height: 330px;
  }

  .site-footer {
    padding-top: 54px;
    gap: 50px;
  }

  .footer-links {
    grid-template-columns: 1fr 1fr;
    row-gap: 36px;
  }

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

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

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

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

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