:root {
  color-scheme: dark;
  --page: #050505;
  --page-alt: #101012;
  --ink: #f5f5f7;
  --ink-soft: #d1d1d6;
  --muted: #96969d;
  --line: rgba(255, 255, 255, 0.14);
  --line-strong: rgba(255, 255, 255, 0.24);
  --panel: #17171a;
  --panel-soft: rgba(255, 255, 255, 0.07);
  --white-panel: #f5f5f7;
  --white-ink: #1d1d1f;
  --blue: #2997ff;
  --cyan: #5de1ff;
  --pink: #ff6fb1;
  --green: #6ee7a8;
  --amber: #ffd36a;
  --shadow: 0 38px 120px rgba(0, 0, 0, 0.46);
  --screenshot-radius: 18px;
  --app-icon-image: url("assets/app-remover-dark-theme.png?v=20260512-dark-visible");
  --motion-ease: cubic-bezier(0.16, 1, 0.3, 1);
  --motion-spring: cubic-bezier(0.2, 0.95, 0.2, 1);
  --max: 1220px;
  --body-bg:
    radial-gradient(circle at 50% -12%, rgba(41, 151, 255, 0.26), transparent 34rem),
    radial-gradient(circle at 18% 16%, rgba(255, 111, 177, 0.18), transparent 26rem),
    linear-gradient(180deg, #050505 0%, #09090a 46%, #111113 100%);
  --grid-line-a: rgba(255, 255, 255, 0.025);
  --grid-line-b: rgba(255, 255, 255, 0.02);
  --header-bg: rgba(5, 5, 5, 0.78);
  --header-line: rgba(255, 255, 255, 0.12);
  --brand-bg: linear-gradient(145deg, #f8fbff, #a7d5ff);
  --brand-ink: #111113;
  --secondary-border: rgba(255, 255, 255, 0.28);
  --hero-stage-bg:
    radial-gradient(circle at 26% 20%, rgba(93, 225, 255, 0.26), transparent 30%),
    radial-gradient(circle at 76% 22%, rgba(255, 111, 177, 0.2), transparent 28%),
    linear-gradient(135deg, #15161a, #080809 72%);
  --media-glow-bg: linear-gradient(90deg, rgba(41, 151, 255, 0.34), rgba(255, 111, 177, 0.18), rgba(110, 231, 168, 0.2));
  --showcase-border: rgba(255, 255, 255, 0.18);
  --showcase-bg: rgba(255, 255, 255, 0.05);
  --showcase-shadow: 0 32px 100px rgba(0, 0, 0, 0.42);
  --timeline-bg: rgba(0, 0, 0, 0.36);
  --creator-text: #55555b;
  --tab-bg: rgba(17, 17, 19, 0.76);
  --tab-active-bg: var(--ink);
  --tab-active-ink: #111113;
  --feature-stage-bg:
    linear-gradient(135deg, rgba(41, 151, 255, 0.18), transparent 42%),
    linear-gradient(315deg, rgba(255, 111, 177, 0.13), transparent 46%),
    var(--panel);
  --workflow-bg:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent),
    var(--panel);
  --bento-large-text: #54545a;
  --bento-dark-bg:
    radial-gradient(circle at 78% 16%, rgba(110, 231, 168, 0.22), transparent 36%),
    radial-gradient(circle at 16% 78%, rgba(255, 211, 106, 0.2), transparent 34%),
    #151517;
  --download-bg:
    radial-gradient(circle at 50% 0%, rgba(41, 151, 255, 0.28), transparent 42%),
    var(--panel);
}

html[data-theme="light"] {
  color-scheme: light;
  --page: #f5f5f7;
  --page-alt: #ffffff;
  --ink: #1d1d1f;
  --ink-soft: #515154;
  --muted: #76767d;
  --line: rgba(29, 29, 31, 0.12);
  --line-strong: rgba(29, 29, 31, 0.2);
  --panel: rgba(255, 255, 255, 0.78);
  --panel-soft: rgba(29, 29, 31, 0.05);
  --white-panel: #ffffff;
  --white-ink: #1d1d1f;
  --blue: #006edb;
  --cyan: #0ea5c8;
  --pink: #d94d8c;
  --green: #188759;
  --amber: #b46b00;
  --shadow: 0 38px 120px rgba(26, 39, 58, 0.18);
  --app-icon-image: url("assets/app-remover-light-theme.png?v=20260512-dark-visible");
  --body-bg:
    radial-gradient(circle at 52% -8%, rgba(0, 113, 227, 0.18), transparent 32rem),
    radial-gradient(circle at 12% 12%, rgba(217, 77, 140, 0.1), transparent 28rem),
    linear-gradient(180deg, #fbfbfd 0%, #f5f5f7 52%, #ffffff 100%);
  --grid-line-a: rgba(29, 29, 31, 0.045);
  --grid-line-b: rgba(29, 29, 31, 0.035);
  --header-bg: rgba(251, 251, 253, 0.76);
  --header-line: rgba(29, 29, 31, 0.12);
  --brand-bg: linear-gradient(145deg, #1d1d1f, #006edb);
  --brand-ink: #ffffff;
  --secondary-border: rgba(29, 29, 31, 0.22);
  --hero-stage-bg:
    radial-gradient(circle at 22% 18%, rgba(14, 165, 200, 0.18), transparent 32%),
    radial-gradient(circle at 78% 20%, rgba(217, 77, 140, 0.12), transparent 30%),
    linear-gradient(135deg, #ffffff, #eef5fb 72%);
  --media-glow-bg: linear-gradient(90deg, rgba(0, 113, 227, 0.2), rgba(217, 77, 140, 0.11), rgba(24, 135, 89, 0.14));
  --showcase-border: rgba(29, 29, 31, 0.12);
  --showcase-bg: rgba(255, 255, 255, 0.74);
  --showcase-shadow: 0 30px 90px rgba(23, 36, 52, 0.2);
  --timeline-bg: rgba(255, 255, 255, 0.62);
  --creator-text: #626268;
  --tab-bg: rgba(255, 255, 255, 0.78);
  --tab-active-bg: #1d1d1f;
  --tab-active-ink: #ffffff;
  --feature-stage-bg:
    linear-gradient(135deg, rgba(0, 113, 227, 0.12), transparent 42%),
    linear-gradient(315deg, rgba(217, 77, 140, 0.09), transparent 46%),
    rgba(255, 255, 255, 0.78);
  --workflow-bg:
    linear-gradient(135deg, rgba(0, 113, 227, 0.08), transparent),
    rgba(255, 255, 255, 0.82);
  --bento-large-text: #626268;
  --bento-dark-bg:
    radial-gradient(circle at 78% 16%, rgba(14, 165, 200, 0.14), transparent 36%),
    radial-gradient(circle at 16% 78%, rgba(255, 211, 106, 0.22), transparent 34%),
    #ffffff;
  --download-bg:
    radial-gradient(circle at 50% 0%, rgba(0, 113, 227, 0.16), transparent 42%),
    rgba(255, 255, 255, 0.86);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--body-bg);
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0;
  transition: background 420ms ease, color 260ms ease;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image:
    linear-gradient(var(--grid-line-a) 1px, transparent 1px),
    linear-gradient(90deg, var(--grid-line-b) 1px, transparent 1px);
  background-size: 78px 78px;
  mask-image: linear-gradient(to bottom, black, transparent 72%);
  animation: gridDrift 18s linear infinite;
}

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

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

button {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 24px;
  align-items: center;
  min-height: 52px;
  padding: 0 max(22px, calc((100vw - var(--max)) / 2));
  border-bottom: 1px solid var(--header-line);
  background: var(--header-bg);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  backdrop-filter: blur(24px) saturate(180%);
  transition: background 260ms ease, border-color 260ms ease;
}

.brand,
.nav-links {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-size: 15px;
  font-weight: 760;
}

.brand-mark {
  position: relative;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  overflow: hidden;
  background: var(--app-icon-image) center / cover no-repeat;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.16);
  transition: box-shadow 220ms var(--motion-ease), transform 220ms var(--motion-ease);
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
}

.brand:hover .brand-mark {
  transform: translateY(-1px) scale(1.05);
  box-shadow: 0 12px 28px rgba(41, 151, 255, 0.22);
}

.nav-links {
  justify-content: center;
  gap: 34px;
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 650;
}

.nav-links a,
.text-link {
  transition: color 180ms ease;
}

.nav-links a:hover,
.text-link:hover {
  color: var(--blue);
}

.header-actions {
  display: flex;
  align-items: center;
  justify-self: end;
  gap: 10px;
}

.theme-switch {
  display: inline-flex;
  gap: 3px;
  padding: 3px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--panel-soft);
  transition: background 220ms ease, border-color 220ms ease;
}

.theme-switch button {
  position: relative;
  min-height: 30px;
  padding: 0 11px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--ink-soft);
  cursor: pointer;
  font-size: 12px;
  font-weight: 760;
  transition: background 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

.theme-switch button:active {
  transform: scale(0.96);
}

.theme-switch button[aria-pressed="true"] {
  background: var(--ink);
  color: var(--page);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.14);
}

.header-download {
  display: inline-flex;
  align-items: center;
  width: max-content;
  min-height: 30px;
  padding: 0 14px;
  border-radius: 999px;
  background: var(--blue);
  color: white;
  font-size: 12px;
  font-weight: 760;
  transition: background 180ms ease, transform 180ms var(--motion-ease), box-shadow 180ms ease;
}

.header-download:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 28px rgba(41, 151, 255, 0.26);
}

.hero,
.section,
.creator-card,
.download-section,
.site-footer {
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto;
  scroll-margin-top: 74px;
}

.hero {
  min-height: calc(100svh - 52px);
  padding: 78px 0 86px;
  text-align: center;
}

.hero-copy {
  max-width: 890px;
  margin: 0 auto;
}

.hero-mark,
.download-mark {
  position: relative;
  display: grid;
  place-items: center;
  width: 104px;
  height: 104px;
  margin: 0 auto 22px;
  border-radius: 24px;
  overflow: hidden;
  background: var(--app-icon-image) center / cover no-repeat;
  box-shadow: 0 24px 68px rgba(41, 151, 255, 0.18);
  animation: iconFloat 5.8s ease-in-out infinite;
  transform-origin: center;
  transition: box-shadow 260ms ease, transform 260ms var(--motion-ease);
}

.hero-mark img,
.download-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
}

.hero-mark::after,
.download-mark::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(115deg, transparent 12%, rgba(255, 255, 255, 0.34) 42%, transparent 62%);
  opacity: 0;
  transform: translateX(-120%);
}

.hero-copy.is-visible .hero-mark::after,
.download-section.is-visible .download-mark::after {
  animation: iconSweep 1.2s var(--motion-ease) 420ms 1;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  letter-spacing: 0;
}

h1 {
  margin: 0;
  font-size: clamp(56px, 8vw, 118px);
  line-height: 0.94;
  font-weight: 860;
}

.hero-subhead {
  max-width: 780px;
  margin: 26px auto 0;
  color: var(--ink-soft);
  font-size: clamp(21px, 2.2vw, 32px);
  line-height: 1.22;
  font-weight: 600;
}

.hero-actions,
.download-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 13px;
  margin-top: 30px;
}

.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 760;
  overflow: hidden;
  transition: transform 180ms var(--motion-ease), background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.button::after,
.text-link::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(110deg, transparent 18%, rgba(255, 255, 255, 0.28) 45%, transparent 66%);
  opacity: 0;
  transform: translateX(-115%);
}

.button:hover,
.text-link:hover {
  transform: translateY(-2px);
}

.button:hover::after,
.text-link:hover::after {
  animation: actionSweep 720ms var(--motion-ease) 1;
}

.button:active,
.text-link:active {
  transform: translateY(0) scale(0.98);
}

.button.primary {
  background: var(--blue);
  color: white;
  box-shadow: 0 18px 52px rgba(41, 151, 255, 0.28);
}

.button.secondary {
  border: 1px solid var(--secondary-border);
  color: var(--ink);
}

.release-note {
  min-height: 22px;
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.hero-media {
  --pointer-x: 0px;
  --pointer-y: 0px;
  position: relative;
  max-width: 1180px;
  min-height: 680px;
  margin: 70px auto 0;
  padding: 54px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--hero-stage-bg);
  box-shadow: var(--shadow);
  transform: translate3d(var(--pointer-x), var(--pointer-y), 0);
  transition: transform 240ms ease, background 320ms ease, border-color 240ms ease, box-shadow 260ms ease;
}

.media-glow {
  position: absolute;
  inset: 16% 12% -8%;
  border-radius: 50%;
  background: var(--media-glow-bg);
  filter: blur(68px);
  opacity: 0.82;
  animation: glowShift 9s ease-in-out infinite;
}

.showcase-window {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--showcase-border);
  border-radius: var(--screenshot-radius);
  background: var(--showcase-bg);
  box-shadow: var(--showcase-shadow);
  transition: border-color 220ms ease, box-shadow 260ms ease, transform 260ms var(--motion-ease);
}

.showcase-window img {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
  object-position: center;
  transition: transform 520ms var(--motion-ease);
}

.main-window {
  z-index: 2;
  width: min(78%, 820px);
  margin: 0 auto;
  animation: floatMain 7s ease-in-out infinite;
}

.floating-window {
  position: absolute;
  z-index: 3;
}

.drop-window {
  left: 30px;
  bottom: 74px;
  width: 34%;
  animation: floatSide 7s ease-in-out infinite -1.6s;
}

.settings-window {
  right: 36px;
  top: 122px;
  width: 30%;
  animation: floatSide 7s ease-in-out infinite -3s;
}

.timeline-strip {
  position: absolute;
  right: 70px;
  bottom: 42px;
  left: 70px;
  z-index: 1;
  display: flex;
  gap: 10px;
  height: 48px;
  padding: 9px;
  border: 1px solid var(--showcase-border);
  border-radius: 14px;
  background: var(--timeline-bg);
  overflow: hidden;
}

.timeline-strip span {
  flex: 0 0 24%;
  border-radius: 8px;
  background: linear-gradient(90deg, var(--blue), var(--cyan), var(--pink));
  opacity: 0.82;
  animation: timelineMove 8s linear infinite;
}

.creator-card {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 44px;
  align-items: center;
  padding: 44px;
  border-radius: 24px;
  background: var(--white-panel);
  color: var(--white-ink);
}

.creator-card h2,
.section-heading h2,
.download-section h2,
.release-card h2,
.bento-card h2 {
  margin: 0;
  font-size: clamp(38px, 5.2vw, 72px);
  line-height: 1.02;
  font-weight: 840;
}

.creator-card p:not(.eyebrow) {
  margin: 0;
  color: var(--creator-text);
  font-size: 23px;
  line-height: 1.3;
  font-weight: 650;
}

.section {
  padding: 120px 0 0;
}

.section-heading {
  max-width: 860px;
  margin-bottom: 34px;
}

.section-heading h2 {
  color: var(--ink);
}

.feature-tabs {
  position: sticky;
  top: 66px;
  z-index: 5;
  display: flex;
  gap: 8px;
  width: max-content;
  max-width: 100%;
  margin-bottom: 24px;
  padding: 6px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--tab-bg);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  backdrop-filter: blur(20px) saturate(180%);
}

.feature-tabs button {
  min-height: 38px;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--ink-soft);
  cursor: pointer;
  font-weight: 760;
  transition: background 180ms ease, color 180ms ease, transform 180ms var(--motion-ease);
}

.feature-tabs button:hover {
  transform: translateY(-1px);
}

.feature-tabs button.is-active {
  background: var(--tab-active-bg);
  color: var(--tab-active-ink);
}

.feature-stage {
  display: grid;
  grid-template-columns: minmax(280px, 0.45fr) minmax(0, 0.55fr);
  gap: 30px;
  min-height: 620px;
  padding: 34px;
  border-radius: 26px;
  background: var(--feature-stage-bg);
  transition: background 320ms ease, border-color 260ms ease, transform 260ms var(--motion-ease);
}

.feature-copy {
  align-self: end;
  padding: 26px;
}

.feature-copy p:first-child {
  margin: 0 0 14px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.feature-copy h3 {
  margin: 0;
  font-size: clamp(32px, 4vw, 56px);
  line-height: 1.04;
}

.feature-copy p:last-child {
  margin: 18px 0 0;
  color: var(--ink-soft);
  font-size: 20px;
  line-height: 1.42;
  font-weight: 600;
}

.feature-visual {
  display: grid;
  place-items: center;
  margin: 0;
}

.feature-visual img {
  aspect-ratio: 1.2 / 1;
  width: min(100%, 672px);
  max-height: 560px;
  border-radius: var(--screenshot-radius);
  object-fit: cover;
  object-position: center;
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.45);
  transition: opacity 260ms ease, transform 320ms var(--motion-ease), box-shadow 260ms ease;
}

.feature-visual img.is-swapping {
  opacity: 0;
  transform: scale(0.97);
}

.workflow-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.workflow-card,
.bento-card,
.release-card,
.download-section {
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--panel);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.24);
  transition: background 320ms ease, border-color 240ms ease, box-shadow 260ms ease, transform 260ms var(--motion-ease);
}

.workflow-card {
  min-height: 310px;
  padding: 30px;
  background: var(--workflow-bg);
}

.workflow-card:hover {
  transform: translateY(-8px);
  border-color: var(--line-strong);
}

.workflow-card.reveal.is-visible:hover,
.bento-card.reveal.is-visible:hover,
.release-card.reveal.is-visible:hover,
.download-section.reveal.is-visible:hover {
  transform: translateY(-8px);
  border-color: var(--line-strong);
  box-shadow: 0 32px 100px rgba(0, 0, 0, 0.28);
}

.workflow-card span {
  color: var(--blue);
  font-size: 13px;
  font-weight: 840;
}

.workflow-card h3,
.bento-card h3 {
  margin: 78px 0 0;
  font-size: 32px;
  line-height: 1.04;
}

.workflow-card p,
.bento-card p:not(.eyebrow),
.release-card p,
.download-section p {
  color: var(--ink-soft);
  font-size: 18px;
  line-height: 1.48;
  font-weight: 560;
}

.bento-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 20px;
}

.bento-card {
  overflow: hidden;
  padding: 34px;
}

.bento-large {
  grid-row: span 2;
  display: grid;
  gap: 28px;
  background: var(--white-panel);
  color: var(--white-ink);
}

.bento-large p:not(.eyebrow) {
  color: var(--bento-large-text);
}

.bento-card img {
  width: 100%;
  border-radius: var(--screenshot-radius);
  object-fit: cover;
  object-position: center;
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.18);
  transition: transform 360ms var(--motion-ease), box-shadow 260ms ease;
}

.bento-large img,
.installer-preview img {
  aspect-ratio: 1.2 / 1;
}

.bento-dark {
  position: relative;
  min-height: 330px;
  background: var(--bento-dark-bg);
}

.touch-id-card {
  overflow: hidden;
  isolation: isolate;
}

.touch-id-card::after {
  content: "";
  position: absolute;
  right: -54px;
  bottom: -70px;
  z-index: 0;
  width: 230px;
  height: 230px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(236, 0, 146, 0.22), transparent 66%);
  pointer-events: none;
}

.touch-id-card h3,
.touch-id-card p {
  position: relative;
  z-index: 2;
}

.touch-id-card h3,
.touch-id-card p:not(.eyebrow) {
  max-width: calc(100% - 180px);
}

.touch-id-card .touch-id-visual {
  position: absolute;
  right: 28px;
  bottom: 28px;
  z-index: 1;
  width: 132px;
  height: 132px;
  opacity: 0.98;
  border-radius: 0;
  object-fit: contain;
  box-shadow: none;
  filter: drop-shadow(0 24px 44px rgba(236, 0, 146, 0.28));
  animation: touchIdPulse 4.8s ease-in-out infinite;
}

.touch-id-card:hover .touch-id-visual {
  box-shadow: none;
}

.update-section {
  padding-bottom: 0;
}

.release-card {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(360px, 1.12fr);
  gap: 44px;
  align-items: center;
  padding: 34px;
}

.release-metadata {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 22px;
}

.release-metadata span {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink-soft);
  font-size: 12px;
  font-weight: 760;
}

.installer-preview {
  margin: 0;
}

.installer-preview img {
  width: 100%;
  border-radius: var(--screenshot-radius);
  object-fit: cover;
  object-position: center;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.34);
  transition: transform 360ms var(--motion-ease), box-shadow 260ms ease;
}

.installer-preview figcaption {
  margin-top: 12px;
  color: var(--muted);
  font-size: 13px;
  text-align: center;
}

.download-section {
  margin-top: 120px;
  padding: 58px 34px 66px;
  text-align: center;
  background: var(--download-bg);
}

.download-section p {
  max-width: 680px;
  margin: 18px auto 0;
}

.text-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border: 1px solid var(--secondary-border);
  border-radius: 999px;
  color: var(--ink);
  font-size: 16px;
  font-weight: 760;
  line-height: 1;
  overflow: hidden;
  white-space: nowrap;
  transition: color 180ms ease, border-color 180ms ease, transform 180ms var(--motion-ease), box-shadow 180ms ease;
}

.text-link:hover {
  border-color: var(--line-strong);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.1);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 34px 0 48px;
  color: var(--muted);
  font-size: 14px;
}

.site-footer p {
  margin: 0;
}

.site-footer div {
  display: flex;
  gap: 18px;
}

.reveal {
  opacity: 0;
  transform: translateY(38px) scale(0.985);
  transition: opacity 780ms var(--motion-ease), transform 780ms var(--motion-ease);
  transition-delay: var(--reveal-delay, 0ms);
}

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

.hero-copy.is-visible .eyebrow,
.hero-copy.is-visible h1,
.hero-copy.is-visible .hero-subhead,
.hero-copy.is-visible .hero-actions,
.hero-copy.is-visible .release-note {
  animation: heroTextRise 820ms var(--motion-ease) both;
}

.hero-copy.is-visible h1 {
  animation-delay: 80ms;
}

.hero-copy.is-visible .hero-subhead {
  animation-delay: 160ms;
}

.hero-copy.is-visible .hero-actions {
  animation-delay: 240ms;
}

.hero-copy.is-visible .release-note {
  animation-delay: 320ms;
}

@keyframes gridDrift {
  from {
    background-position: 0 0, 0 0;
  }

  to {
    background-position: 78px 78px, 78px 78px;
  }
}

@keyframes heroTextRise {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes iconFloat {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }

  50% {
    transform: translateY(-7px) rotate(1deg);
  }
}

@keyframes iconSweep {
  0% {
    opacity: 0;
    transform: translateX(-120%);
  }

  35% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translateX(120%);
  }
}

@keyframes actionSweep {
  0% {
    opacity: 0;
    transform: translateX(-115%);
  }

  35% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translateX(115%);
  }
}

@keyframes glowShift {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 0.72;
  }

  50% {
    transform: translate3d(2%, -2%, 0) scale(1.06);
    opacity: 0.9;
  }
}

@keyframes touchIdPulse {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }

  50% {
    transform: translateY(-5px) scale(1.03);
  }
}

@keyframes floatMain {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-12px);
  }
}

@keyframes floatSide {
  0%,
  100% {
    transform: translateY(0) rotate(-1deg);
  }

  50% {
    transform: translateY(12px) rotate(1deg);
  }
}

@keyframes timelineMove {
  from {
    transform: translateX(-50%);
  }

  to {
    transform: translateX(20%);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }

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

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

  .nav-links {
    display: none;
  }

  .hero-media {
    min-height: 560px;
    padding: 32px;
  }

  .main-window {
    width: 88%;
  }

  .drop-window {
    width: 38%;
  }

  .settings-window {
    width: 34%;
  }

  .creator-card,
  .feature-stage,
  .workflow-grid,
  .bento-grid,
  .release-card {
    grid-template-columns: 1fr;
  }

  .bento-large {
    grid-row: auto;
  }
}

@media (max-width: 680px) {
  .hero,
  .section,
  .creator-card,
  .download-section,
  .site-footer {
    width: min(100% - 32px, var(--max));
  }

  .hero {
    padding-top: 54px;
  }

  .hero-mark,
  .download-mark {
    width: 84px;
    height: 84px;
    border-radius: 20px;
    font-size: 50px;
  }

  .hero-media {
    min-height: auto;
    margin-top: 46px;
    border-radius: 22px;
    padding: 18px;
  }

  .main-window {
    width: 100%;
    border-radius: var(--screenshot-radius);
  }

  .floating-window,
  .timeline-strip {
    display: none;
  }

  .touch-id-card .touch-id-visual {
    position: relative;
    right: auto;
    bottom: auto;
    display: block;
    width: 116px;
    height: 116px;
    margin-left: auto;
    margin-top: 34px;
  }

  .touch-id-card h3,
  .touch-id-card p:not(.eyebrow) {
    max-width: none;
  }

  .creator-card,
  .feature-stage,
  .bento-card,
  .release-card,
  .download-section {
    border-radius: 22px;
    padding: 26px;
  }

  .feature-tabs {
    overflow-x: auto;
    width: 100%;
  }

  .feature-tabs button {
    flex: 1 0 auto;
  }

  .feature-copy {
    padding: 0;
  }

  .workflow-card {
    min-height: 240px;
  }

  .workflow-card h3,
  .bento-card h3 {
    margin-top: 44px;
  }

  .site-footer {
    flex-direction: column;
  }
}
