/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .relative {
    position: relative;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .hidden {
    display: none;
  }
  .table {
    display: table;
  }
}
:root {
  color-scheme: light;
  --ink: #242322;
  --muted: #74716c;
  --paper: #fbfaf7;
  --warm: #f5f1e8;
  --surface-muted: #f2f0eb;
  --line: rgba(36, 35, 34, 0.12);
  --brand: #c83d27;
  --brand-dark: #9f2f20;
  --radius-card: 16px;
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}
body {
  margin: 0;
  overflow-x: clip;
  background: var(--paper);
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "PingFang SC", "Helvetica Neue", sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
main {
  overflow: clip;
}
a {
  color: inherit;
  text-decoration: none;
  touch-action: manipulation;
}
img {
  display: block;
  max-width: 100%;
}
::selection {
  color: var(--ink);
  background: rgba(200, 61, 39, 0.18);
}
:focus-visible {
  outline: 3px solid rgba(200, 61, 39, 0.42);
  outline-offset: 4px;
}
#top,
#features,
#inspiration,
#support {
  scroll-margin-top: 96px;
}
.nav {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 76px;
  padding: 0 clamp(24px, 5vw, 84px);
  border-bottom: 1px solid rgba(36, 35, 34, 0.08);
  background: rgba(251, 250, 247, 0.82);
  backdrop-filter: blur(24px) saturate(140%);
  -webkit-backdrop-filter: blur(24px) saturate(140%);
}
.wordmark {
  font-family: "Times New Roman", "Songti SC", serif;
  font-size: 28px;
  font-style: italic;
  font-weight: 600;
  letter-spacing: -0.04em;
}
.wordmark-dot {
  color: var(--brand);
}
.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.4vw, 38px);
  color: #55514c;
  font-size: 14px;
}
.nav-links a:not(.nav-social) {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  transition: color 180ms ease;
}
.nav-links a:hover {
  color: var(--brand);
}
.nav-social {
  display: inline-flex;
  width: 38px;
  height: 38px;
  overflow: hidden;
  border-radius: 12px;
  opacity: 0.68;
  box-shadow: 0 5px 14px rgba(36, 35, 34, 0.08);
  transition: transform 180ms var(--ease-out), opacity 180ms ease, box-shadow 180ms ease;
}
.nav-social:hover {
  color: inherit !important;
  opacity: 0.88;
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(36, 35, 34, 0.12);
}
.nav-social img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero {
  position: relative;
  min-height: calc(100dvh - 76px);
  overflow: hidden;
  padding: clamp(44px, 5.5vh, 60px) clamp(32px, 5.5vw, 96px) clamp(36px, 4.5vh, 50px);
  isolation: isolate;
}
.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 30%;
  background: linear-gradient(to top, rgba(200, 61, 39, 0.035), transparent);
  pointer-events: none;
  z-index: -2;
}
.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(22px);
  opacity: 0.62;
  z-index: -3;
}
.hero-glow-one {
  width: 650px;
  height: 650px;
  right: -110px;
  top: -120px;
  background: radial-gradient(circle, rgba(255, 221, 131, 0.42), rgba(255, 255, 255, 0));
}
.hero-glow-two {
  width: 560px;
  height: 420px;
  left: 25%;
  bottom: -220px;
  background: radial-gradient(circle, rgba(200, 61, 39, 0.16), rgba(255, 255, 255, 0));
}
.hero-copy {
  position: relative;
  z-index: 2;
  width: min(100%, 1380px);
  min-height: calc(100dvh - 180px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(380px, 0.8fr) minmax(560px, 1.2fr);
  grid-template-rows: auto auto auto;
  column-gap: clamp(64px, 7vw, 112px);
  align-items: start;
  align-content: center;
  animation: rise 700ms var(--ease-out) both;
}
.hero h1 {
  margin: 0;
  font-family: "Times New Roman", "Songti SC", serif;
  font-size: clamp(64px, 6.2vw, 92px);
  font-style: italic;
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1.05;
}
.hero-title-lockup {
  position: relative;
  grid-column: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 22px;
  min-height: auto;
}
.hero-title-dot {
  display: inline-block;
  color: var(--brand);
  animation: hero-title-caret-blink 1.08s step-end infinite;
}
.hero-icon-stage {
  position: relative;
  order: -1;
  top: auto;
  right: auto;
  width: clamp(140px, 12vw, 176px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  transform: none;
  isolation: isolate;
}
.hero-icon-stage::before {
  display: none;
}
.hero-icon-stage::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 74%;
  height: 19%;
  bottom: 4%;
  border-radius: 50%;
  background: rgba(36, 35, 34, 0.09);
  filter: blur(20px);
}
.hero-title-icon {
  width: 88%;
  flex: 0 0 auto;
  border-radius: 24%;
  filter: drop-shadow(0 15px 22px rgba(83, 59, 41, 0.12));
  transform: rotate(-1.2deg);
}
.hero-description {
  grid-column: 1;
  max-width: 500px;
  margin: 34px auto 0;
  color: #5f5b55;
  font-size: clamp(16px, 1.2vw, 19px);
  line-height: 1.75;
  text-align: center;
}
.platform-downloads {
  grid-column: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 20px;
  margin-top: 34px;
}
.platform-option {
  display: grid;
  justify-items: start;
  gap: 9px;
}
.platform-label {
  padding-left: 3px;
  color: #6f6a64;
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.04em;
}
.primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 0 24px;
  border-radius: 999px;
  color: white;
  background: var(--brand);
  box-shadow: 0 14px 30px rgba(200, 61, 39, 0.18);
  font-size: 15px;
  font-weight: 650;
  transition: transform 180ms var(--ease-out), background 180ms ease, box-shadow 180ms ease;
}
.primary-button:hover {
  transform: translateY(-2px);
  background: var(--brand-dark);
  box-shadow: 0 18px 36px rgba(200, 61, 39, 0.24);
}
.primary-button:active {
  transform: translateY(0) scale(0.98);
}
.apple-mark {
  display: inline-grid;
  place-items: center;
  width: 16px;
  height: 20px;
  color: white;
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 20px;
  line-height: 1;
}
.coming-soon-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  border: 1px solid rgba(36, 35, 34, 0.14);
  border-radius: 999px;
  color: #77726c;
  background: rgba(255, 255, 255, 0.46);
  font-size: 15px;
  font-weight: 600;
  cursor: default;
}
.hero-visual {
  position: relative;
  grid-column: 2;
  grid-row: 1 / 4;
  align-self: center;
  width: 100%;
  top: -22px;
  margin-top: 0;
  padding-bottom: clamp(48px, 5vw, 70px);
  isolation: isolate;
  animation: rise 900ms 80ms var(--ease-out) both;
}
.hero-screenplay-preview {
  position: relative;
  z-index: 1;
  width: min(92%, 920px);
  margin-left: -3%;
  filter: drop-shadow(0 30px 46px rgba(45, 38, 30, 0.2));
}
.hero-ipad-preview {
  position: absolute;
  z-index: 2;
  right: -7%;
  bottom: 0;
  width: min(76%, 760px);
  filter: drop-shadow(0 26px 40px rgba(36, 31, 27, 0.22));
}
.features-heading h2,
.showcase h2,
.support h2 {
  margin: 0;
  font-family: "Songti SC", "STSong", "Times New Roman", serif;
  font-size: clamp(38px, 4vw, 70px);
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.18;
  text-wrap: balance;
}
.support h2 {
  font-size: clamp(32px, 3.4vw, 58px);
}
.donation-emoji {
  white-space: nowrap;
}
.features {
  padding: 146px clamp(24px, 6vw, 96px) 156px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--surface-muted);
}
.features-heading,
.features-grid {
  width: min(100%, 1400px);
  margin-inline: auto;
}
.features-heading {
  margin-bottom: 64px;
  text-align: center;
}
.features-heading h2 {
  max-width: none;
}
.features-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 22px;
}
.feature {
  min-width: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(36, 35, 34, 0.1);
  border-radius: var(--radius-card);
  background: #fbfaf7;
  transition: transform 220ms var(--ease-out), border-color 220ms ease;
}
.feature-auto-format {
  grid-column: span 7;
  background: #f8f6f1;
}
.feature-trace-document {
  grid-column: span 5;
  background: #f6f2e9;
}
.feature-themes {
  grid-column: span 5;
  background: #eceae5;
}
.feature-pdf-export {
  grid-column: span 7;
  background: #f8f6f2;
}
.feature-card-wall {
  grid-column: span 12;
  display: grid;
  grid-template-columns: minmax(280px, 0.4fr) minmax(0, 0.6fr);
  align-items: center;
  background: #eeece6;
}
.feature-copy {
  padding: clamp(30px, 3.3vw, 50px);
}
.feature h3 {
  margin: 0 0 16px;
  font-family: "Songti SC", "STSong", "Times New Roman", serif;
  font-size: clamp(28px, 2.3vw, 38px);
  font-weight: 550;
  letter-spacing: -0.035em;
  line-height: 1.2;
}
.feature p,
.showcase-copy > p:last-of-type,
.support-copy > p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.8;
}
.feature p {
  max-width: 44ch;
}
.feature-image {
  width: 100%;
  margin: auto 0 0;
  padding: 0 18px 18px;
}
.feature-image img {
  width: 100%;
  height: auto;
  border-radius: 14px;
  object-fit: contain;
  box-shadow: 0 16px 38px rgba(36, 35, 34, 0.1);
}
.feature-card-wall .feature-image {
  margin: 0;
  padding: 18px 18px 18px 0;
}
.showcase {
  display: grid;
  grid-template-columns: minmax(340px, 0.7fr) minmax(580px, 1.3fr);
  align-items: center;
  gap: clamp(60px, 8vw, 130px);
  padding: 170px clamp(30px, 7vw, 120px);
  background: #f0eee9;
}
.showcase-copy > p:last-of-type {
  max-width: 580px;
  margin-top: 28px;
}
.showcase-copy ul {
  display: grid;
  gap: 13px;
  margin: 32px 0 0;
  padding: 0;
  list-style: none;
  color: #5f5b55;
  font-size: 14px;
}
.showcase-copy li::before {
  content: "↳";
  margin-right: 12px;
  color: var(--brand);
}
.showcase-image {
  margin: 0;
  width: 100%;
}
.showcase-image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.device-showcase-image img {
  width: 110%;
  max-width: none;
  margin-left: -5%;
}
.support {
  display: grid;
  grid-template-columns: minmax(400px, 1fr) minmax(290px, 0.55fr);
  align-items: center;
  gap: 12vw;
  padding: 160px clamp(30px, 10vw, 180px);
  color: #f8f5ef;
  background: var(--ink);
}
.support-copy > p:last-child {
  max-width: 640px;
  margin-top: 30px;
  color: rgba(255, 255, 255, 0.62);
}
.donation-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: fit-content;
  margin-inline: auto;
  padding: 13px 28px 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: #f8f5ef;
  font: inherit;
  appearance: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  transition: background 0.25s ease,
    border-color 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease;
}
.donation-card:hover {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.32);
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.28);
}
.donation-card:active {
  transform: translateY(0);
}
.donation-card:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.65);
  outline-offset: 3px;
}
.donation-coffee {
  font-size: 22px;
  line-height: 1;
}
.donation-action {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.01em;
}
.donation-arrow {
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  line-height: 1;
  transition: transform 0.2s ease;
}
.donation-card:hover .donation-arrow {
  transform: translateX(3px);
}
.donation-note {
  color: rgba(255, 255, 255, 0.55);
  font-size: 12px;
}
.donation-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(18, 16, 14, 0.62);
  backdrop-filter: blur(5px);
  animation: donation-fade 0.2s ease;
}
.donation-modal-card {
  position: relative;
  width: min(72vw, 340px);
  padding: 12px;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 32px 72px rgba(0, 0, 0, 0.45);
  animation: donation-pop 0.24s ease;
}
.donation-modal-card img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
}
.donation-modal-card:focus {
  outline: none;
}
.donation-modal-hint {
  margin: 12px 0 2px;
  color: #615d57;
  font-size: 13px;
  text-align: center;
}
.donation-modal-close {
  position: absolute;
  top: 8px;
  right: 8px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: none;
  border-radius: 50%;
  background: #2c2926;
  color: #f8f5ef;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s ease,
    transform 0.2s ease;
}
.donation-modal-close:hover {
  background: var(--brand);
  transform: scale(1.08);
}
@keyframes donation-fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes donation-pop {
  from {
    opacity: 0;
    transform: translateY(10px) scale(0.97);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 180px;
  padding: 40px clamp(28px, 6vw, 100px);
  border-top: 1px solid var(--line);
  color: #77716b;
  background: var(--paper);
  font-size: 13px;
}
.footer-wordmark {
  color: var(--ink);
}
.footer-links {
  display: flex;
  align-items: center;
  gap: 24px;
}
.footer-links a:hover {
  color: var(--brand);
}
@media (hover: hover) and (pointer: fine) {
  .feature:hover {
    border-color: rgba(36, 35, 34, 0.17);
    transform: translateY(-3px);
  }
}
@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes hero-title-caret-blink {
  0%, 52% {
    opacity: 1;
  }
  53%, 100% {
    opacity: 0;
  }
}
@media (max-width: 1180px) {
  .hero {
    padding-top: 48px;
  }
  .hero-copy {
    grid-template-columns: minmax(320px, 0.82fr) minmax(440px, 1.18fr);
    column-gap: 40px;
  }
  .hero-screenplay-preview {
    width: min(94%, 820px);
    margin-left: -3%;
  }
  .hero-ipad-preview {
    right: -7%;
    width: 78%;
  }
  .hero-icon-stage {
    width: 140px;
  }
  .hero-visual {
    top: -16px;
  }
  .features {
    padding-block: 112px 120px;
  }
  .feature-auto-format,
  .feature-trace-document,
  .feature-themes,
  .feature-pdf-export {
    grid-column: span 6;
  }
  .showcase {
    grid-template-columns: 1fr;
    gap: 58px;
    padding-block: 110px;
  }
  .device-showcase-image img {
    width: 104%;
    margin-left: -2%;
  }
  .support {
    gap: 8vw;
  }
}
@media (max-width: 900px) {
  .hero {
    min-height: auto;
    padding: 72px clamp(24px, 6vw, 52px) 56px;
  }
  .hero-copy {
    display: block;
    min-height: auto;
  }
  .hero-title-lockup {
    min-height: auto;
  }
  .hero-icon-stage {
    right: auto;
    width: 132px;
  }
  .hero-description {
    max-width: 620px;
    margin-inline: auto;
  }
  .platform-downloads {
    justify-content: center;
  }
  .hero-visual {
    top: 0;
    max-width: 820px;
    margin: 40px auto 0;
    padding-bottom: 76px;
  }
  .hero-screenplay-preview {
    width: min(76%, 820px);
  }
  .hero-ipad-preview {
    width: 68%;
  }
  .support {
    grid-template-columns: 1fr;
    gap: 56px;
    padding: 112px clamp(24px, 7vw, 64px);
  }
  .donation-card {
    width: min(100%, 300px);
  }
}
@media (max-width: 720px) {
  .nav {
    height: 66px;
    padding-inline: 20px;
  }
  .nav-links {
    gap: 16px;
  }
  .nav-links a[href="#support"],
  .nav-links a[href^="mailto:"] {
    display: none;
  }
  .hero {
    min-height: auto;
    padding: 72px 22px 50px;
  }
  .hero-copy {
    display: block;
  }
  .hero h1 {
    font-size: clamp(62px, 18vw, 92px);
  }
  .hero-title-lockup {
    flex-direction: row;
    justify-content: space-between;
    gap: 0;
    min-height: auto;
  }
  .hero-icon-stage {
    position: static;
    order: 0;
    width: clamp(98px, 26vw, 120px);
    margin-left: auto;
    transform: translateY(33px);
  }
  .hero-title-icon {
    width: 86%;
  }
  .hero-description {
    max-width: none;
    margin: 28px 0 0;
    line-height: 1.7;
    text-align: left;
  }
  .platform-downloads {
    justify-content: flex-start;
    gap: 12px;
  }
  .primary-button,
  .coming-soon-button {
    min-height: 48px;
    padding-inline: 20px;
  }
  .hero-visual {
    width: calc(100% + 16px);
    margin-top: 24px;
    padding-bottom: 50px;
  }
  .hero-screenplay-preview {
    width: 78%;
    margin-left: -6%;
  }
  .hero-ipad-preview {
    right: -8%;
    bottom: 0;
    width: 70%;
  }
  .features-heading h2,
  .showcase h2,
  .support h2 {
    font-size: clamp(34px, 10vw, 48px);
    letter-spacing: -0.025em;
  }
  .support h2 {
    font-size: clamp(28px, 8.5vw, 44px);
  }
  .features {
    padding: 88px 20px 94px;
  }
  .features-heading {
    margin-bottom: 42px;
  }
  .features-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .feature-auto-format,
  .feature-trace-document,
  .feature-themes,
  .feature-pdf-export,
  .feature-card-wall {
    grid-column: 1;
  }
  .feature-card-wall {
    display: flex;
  }
  .feature-copy {
    padding: 30px 26px;
  }
  .feature-card-wall .feature-image {
    margin-top: auto;
    padding: 0 14px 14px;
  }
  .feature-image {
    padding: 0 14px 14px;
  }
  .feature-image img {
    border-radius: 12px;
  }
  .showcase {
    padding: 90px 20px;
  }
  .device-showcase-image img {
    width: 100%;
    margin-left: 0;
  }
  .support {
    padding: 100px 24px;
  }
  footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
    text-align: left;
  }
  .footer-links {
    flex-wrap: wrap;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .hero-title-dot {
    animation: none;
  }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
@media (prefers-reduced-transparency: reduce) {
  .nav {
    background: rgba(251, 250, 247, 0.98);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
}
