:root {
  --black: #111111;
  --muted: #656565;
  --line: #dededb;
  --soft: #f5f5f3;
  --white: #ffffff;
  --surface: #f1f1ef;
  --accent: #111111;
  --max: 1360px;
  --display-font: "Manrope", "Noto Sans SC", "PingFang SC", sans-serif;
  --body-font: "Inter", "Noto Sans SC", "PingFang SC", sans-serif;
}
html[lang="zh-CN"] {
  --display-font: "Noto Sans SC", "PingFang SC", "Microsoft YaHei UI", sans-serif;
  --body-font: "Noto Sans SC", "PingFang SC", "Microsoft YaHei UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  margin: 0;
  color: var(--black);
  background: var(--white);
  font-family: var(--body-font);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
html[lang="zh-CN"] {
  --display-font: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  --body-font: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }

.site-header {
  position: sticky;
  z-index: 30;
  top: 0;
  background: rgba(255, 255, 255, .94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}
.nav-wrap {
  width: min(calc(100% - 48px), var(--max));
  height: 72px;
  margin: auto;
  display: flex;
  align-items: center;
}
.brand {
  height: 38px;
  display: inline-flex;
  align-items: center;
}
.brand .brand-logo {
  width: auto;
  height: 30px;
  display: block;
  flex: 0 0 auto;
  object-fit: contain;
}
.nav-links { display: flex; align-items: center; gap: 32px; margin-left: 62px; }
.nav-links a { height: 38px; display: flex; align-items: center; font-size: 15px; line-height: 1; }
.nav-links a:hover { color: var(--muted); }
.nav-actions { margin-left: auto; display: flex; align-items: center; gap: 12px; }
.language-switch {
  height: 38px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  gap: 7px;
  cursor: pointer;
  color: var(--muted);
  border: 1px solid var(--line);
  border-radius: 999px;
  background: white;
  font-size: 13px;
  line-height: 1;
}
.language-switch:hover { color: var(--black); border-color: #aaa; }
.language-switch i { width: 1px; height: 11px; background: var(--line); }
.language-switch .lang-current { color: var(--black); font-weight: 600; }
.github-link {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: white;
  transition: background .2s, border-color .2s;
}
.github-link:hover { background: var(--surface); border-color: #aaa; }
.github-link img { width: 19px; height: 19px; }
.header-download { height: 38px; padding: 0 16px; display: flex; align-items: center; color: white; background: var(--black); border-radius: 999px; font-size: 14px; line-height: 1; }
.header-download b { margin-left: 5px; font-weight: 400; }
.menu-button { display: none; }

.hero {
  width: min(calc(100% - 48px), var(--max));
  margin: auto;
  padding: 82px 0 26px;
  text-align: center;
  position: relative;
}
.hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: min(620px, 100vw);
  height: 620px;
  left: 50%;
  top: -210px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 0, 0, .045), rgba(255,255,255,0) 70%);
}
.hero-copy { max-width: 950px; margin: auto; }
html[lang="en"] .hero-copy { max-width: 1120px; }
.kicker, .section-label {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .02em;
}
.hero h1 {
  margin: 0;
  font-family: var(--display-font);
  font-size: clamp(52px, 6.2vw, 86px);
  line-height: 1.08;
  letter-spacing: -.06em;
  font-weight: 500;
}
html[lang="en"] .hero h1 { font-size: clamp(50px, 5.35vw, 76px); letter-spacing: -.055em; }
html[lang="zh-CN"] .hero h1 { letter-spacing: -.04em; }
html[lang="zh-CN"] .section h2 { letter-spacing: -.035em; }
html[lang="zh-CN"] .plugin-info h3 { letter-spacing: -.01em; }
.lead {
  max-width: 660px;
  margin: 26px auto 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.75;
}
.actions { display: flex; justify-content: center; gap: 10px; margin-top: 26px; }
.button {
  min-height: 42px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 999px;
  border: 1px solid var(--black);
  font-size: 13px;
  transition: background .2s, color .2s;
}
.button-dark { color: white; background: var(--black); border-color: var(--black); }
.button-dark:hover { background: #333; border-color: #333; }
.button-light { background: transparent; }
.button-light:hover { background: var(--soft); }
.windows-download {
  min-height: 50px;
  padding: 0 24px;
  gap: 12px;
  text-align: left;
}
.windows-download svg { width: 22px; height: 22px; flex: 0 0 auto; fill: currentColor; }
.windows-download span, .windows-download b { display: block; }
.windows-download b { font-size: 15px; font-weight: 600; line-height: 1.25; }
.plugin-jump {
  min-height: 50px;
  padding: 0 24px;
  text-align: left;
}
.plugin-jump span, .plugin-jump b { display: block; }
.plugin-jump b { font-size: 15px; font-weight: 600; line-height: 1.25; }
.hero-product {
  position: relative;
  width: 100%;
  max-width: var(--max);
  margin: 48px auto 0;
  overflow: hidden;
  text-align: left;
  background: transparent;
}
.product-gallery {
  display: flex;
  gap: 0;
  padding: 8px 0 30px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  overscroll-behavior-inline: contain;
  scrollbar-width: none;
}
.product-gallery::-webkit-scrollbar { display: none; }
.product-gallery:focus-visible { outline: 1px solid white; outline-offset: -5px; }
.product-slide {
  position: relative;
  flex: 0 0 100%;
  margin: 0;
  overflow: hidden;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  border: 1px solid #d7d7d4;
  border-radius: 18px;
  background: #e9e9e7;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .14);
  opacity: .48;
  transform: scale(.982);
  transform-origin: center;
  transition: opacity .5s ease, transform .65s cubic-bezier(.22, 1, .36, 1);
}
.product-slide.is-active { opacity: 1; transform: scale(1); }
.product-slide img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: left center;
  transform: scale(1.008);
  transition: transform .8s cubic-bezier(.22, 1, .36, 1);
}
.product-slide:not(.is-active) img { transform: scale(1.03); }
.product-carousel-ui {
  position: absolute;
  z-index: 3;
  inset: 8px 0 30px;
  pointer-events: none;
}
.product-dots {
  position: absolute;
  bottom: 18px;
  left: 50%;
  height: 32px;
  padding: 0 13px;
  display: flex;
  align-items: center;
  gap: 7px;
  pointer-events: auto;
  transform: translateX(-50%);
  border: 1px solid rgba(255, 255, 255, .52);
  border-radius: 999px;
  background: rgba(255, 255, 255, .6);
  box-shadow: 0 8px 24px rgba(0, 0, 0, .12);
  backdrop-filter: blur(16px);
}
.product-dots button {
  width: 6px;
  height: 6px;
  padding: 0;
  cursor: pointer;
  border: 0;
  border-radius: 50%;
  background: rgba(17, 17, 17, .28);
  transition: transform .3s ease, background .3s ease;
}
.product-dots button:hover { background: rgba(17, 17, 17, .58); }
.product-dots button.is-active { background: rgba(17, 17, 17, .9); transform: scale(1.28); }
.product-arrows { pointer-events: none; }
.product-arrow {
  position: absolute;
  top: 50%;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  cursor: pointer;
  color: rgba(17, 17, 17, .72);
  pointer-events: auto;
  transform: translateY(-50%);
  border: 1px solid rgba(255, 255, 255, .62);
  border-radius: 50%;
  background: rgba(255, 255, 255, .62);
  box-shadow: 0 8px 28px rgba(0, 0, 0, .13);
  backdrop-filter: blur(16px);
  transition: color .25s, background .25s, border-color .25s, transform .25s;
}
.product-prev { left: 18px; }
.product-next { right: 18px; }
.product-arrow:hover {
  color: white;
  border-color: rgba(17, 17, 17, .72);
  background: rgba(17, 17, 17, .78);
  transform: translateY(-50%) scale(1.05);
}
.product-arrow svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.6; }

.section {
  width: min(calc(100% - 48px), var(--max));
  margin: auto;
  padding: 58px 0;
  scroll-margin-top: 72px;
}
.intro-grid {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 12%;
  align-items: end;
}
.intro { background: linear-gradient(90deg, transparent 0, transparent 58%, rgba(0,0,0,.025) 58%, rgba(0,0,0,.025) 100%); }
.section h2 {
  margin: 0;
  font-family: var(--display-font);
  font-size: clamp(40px, 4.25vw, 58px);
  line-height: 1.13;
  letter-spacing: -.048em;
  font-weight: 500;
}
.intro-grid > p, .two-column-title > p, .download-intro > p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
}
.section-title { margin-bottom: 30px; }
.section-title h2, .download-intro h2 { margin-top: 0; }
.capability-list { border-top: 1px solid var(--black); }
.capability-list article {
  min-height: 170px;
  padding: 30px 0;
  display: grid;
  grid-template-columns: 8% 1fr 90px;
  gap: 4%;
  align-items: start;
  border-bottom: 1px solid var(--line);
}
.capability-list article > span { color: var(--muted); font-size: 13px; }
.capability-list h3 { margin: 0 0 12px; font-family: var(--display-font); font-size: 24px; letter-spacing: -.025em; font-weight: 500; }
.capability-list article p { max-width: 700px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.simple-icon { width: 58px; height: 58px; display: grid; place-items: center; color: #3f3f3d; border: 1px solid #d4d4d0; border-radius: 50%; background: var(--surface); }
.simple-icon svg { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-width: 1.4; }

.two-column-title { display: grid; grid-template-columns: 1fr .62fr; align-items: end; gap: 10%; }
.feature-stories { display: grid; gap: clamp(56px, 6vw, 88px); }
.feature-story {
  min-height: 600px;
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(520px, 1fr);
  align-items: stretch;
  overflow: hidden;
  border: 1px solid #e4e3df;
  background: #f4f3ef;
}
.feature-story-reverse { grid-template-columns: minmax(520px, 1fr) minmax(0, .85fr); }
.feature-copy {
  padding: clamp(42px, 6vw, 88px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-family: var(--body-font);
}
.feature-copy h3 {
  margin: 0 0 8px;
  font-family: inherit;
  font-size: clamp(24px, 2vw, 30px);
  line-height: 1.35;
  font-weight: 400;
  letter-spacing: -.025em;
}
.feature-copy p {
  max-width: 520px;
  margin: 0;
  color: #777672;
  font-size: clamp(20px, 1.65vw, 24px);
  line-height: 1.55;
  font-weight: 400;
  letter-spacing: -.015em;
}
.feature-visual {
  position: relative;
  aspect-ratio: 1;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: #dfded9;
}
.feature-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .7s cubic-bezier(.22, 1, .36, 1);
}
.feature-story:hover .feature-visual:not(.render-carousel):not(.workflow-carousel) img { transform: scale(1.018); }
.render-carousel .render-slide,
.workflow-carousel .workflow-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(1.025);
  pointer-events: none;
  transition: opacity .5s ease, transform .7s cubic-bezier(.22, 1, .36, 1);
}
.render-carousel .render-slide.is-active,
.workflow-carousel .workflow-slide.is-active { opacity: 1; transform: scale(1); }
.render-arrow,
.workflow-arrow {
  position: absolute;
  z-index: 3;
  top: 50%;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  cursor: pointer;
  color: rgba(17, 17, 17, .72);
  border: 1px solid rgba(255, 255, 255, .62);
  border-radius: 50%;
  background: rgba(255, 255, 255, .62);
  box-shadow: 0 8px 28px rgba(0, 0, 0, .13);
  backdrop-filter: blur(16px);
  transform: translateY(-50%);
  transition: color .25s, background .25s, border-color .25s, transform .25s;
}
.render-prev, .workflow-prev { left: 16px; }
.render-next, .workflow-next { right: 16px; }
.render-arrow:hover,
.workflow-arrow:hover {
  color: white;
  border-color: rgba(17, 17, 17, .72);
  background: rgba(17, 17, 17, .78);
  transform: translateY(-50%) scale(1.05);
}
.render-arrow svg,
.workflow-arrow svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.6; }
.render-dots,
.workflow-dots {
  position: absolute;
  z-index: 3;
  bottom: 16px;
  left: 50%;
  height: 30px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  gap: 7px;
  transform: translateX(-50%);
  border: 1px solid rgba(255, 255, 255, .52);
  border-radius: 999px;
  background: rgba(255, 255, 255, .6);
  box-shadow: 0 8px 24px rgba(0, 0, 0, .12);
  backdrop-filter: blur(16px);
}
.render-dots button,
.workflow-dots button {
  width: 6px;
  height: 6px;
  padding: 0;
  cursor: pointer;
  border: 0;
  border-radius: 50%;
  background: rgba(17, 17, 17, .28);
  transition: transform .3s ease, background .3s ease;
}
.render-dots button:hover, .workflow-dots button:hover { background: rgba(17, 17, 17, .58); }
.render-dots button.is-active, .workflow-dots button.is-active { background: rgba(17, 17, 17, .9); transform: scale(1.28); }

.plugin-heading {
  display: grid;
  grid-template-columns: 1fr .62fr;
  gap: 10%;
  align-items: end;
}
.plugin-heading > p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}
.plugin-list { border-top: 1px solid var(--black); }
.plugin-row {
  border-bottom: 1px solid var(--line);
  transition: background .25s ease;
}
.plugin-row:has(.plugin-toggle[aria-expanded="true"]) { background: var(--soft); }
.plugin-toggle {
  width: 100%;
  min-height: 72px;
  padding: 0 18px 0 0;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  cursor: pointer;
  text-align: left;
  color: var(--black);
  border: 0;
  background: transparent;
  font-family: inherit;
}
.plugin-toggle:hover { background: rgba(0, 0, 0, .022); }
.plugin-toggle:focus-visible { outline: 1px solid var(--black); outline-offset: -1px; }
.plugin-plus {
  position: relative;
  width: 28px;
  height: 28px;
  display: block;
  border: 1px solid #cfcfcb;
  border-radius: 50%;
  transition: color .25s, background .25s, border-color .25s;
}
.plugin-plus::before, .plugin-plus::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 1px;
  background: currentColor;
  transform: translate(-50%, -50%);
  transition: opacity .25s, transform .35s cubic-bezier(.22, 1, .36, 1);
}
.plugin-plus::after { transform: translate(-50%, -50%) rotate(90deg); }
.plugin-toggle[aria-expanded="true"] .plugin-plus { color: white; border-color: var(--black); background: var(--black); }
.plugin-toggle[aria-expanded="true"] .plugin-plus::after { opacity: 0; transform: translate(-50%, -50%) rotate(0); }
.plugin-toggle h3 {
  margin: 0;
  font-family: var(--display-font);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -.02em;
}
.plugin-meta { display: flex; justify-content: flex-end; gap: 12px; color: #7b7b78; font-size: 10px; text-transform: uppercase; letter-spacing: .05em; }
.plugin-panel {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  transition: grid-template-rows .42s cubic-bezier(.22, 1, .36, 1), opacity .3s ease;
}
.plugin-toggle[aria-expanded="true"] + .plugin-panel { grid-template-rows: 1fr; opacity: 1; }
.plugin-panel-inner {
  min-height: 0;
  padding: 0 18px 0 54px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  transition: padding .35s ease;
}
.plugin-toggle[aria-expanded="true"] + .plugin-panel .plugin-panel-inner { padding-bottom: 22px; }
.plugin-panel p { max-width: 760px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.plugin-download {
  min-width: 96px;
  min-height: 40px;
  padding: 0 15px;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
  font-size: 13px;
  font-weight: 500;
}
.plugin-download:hover { color: white; border-color: var(--black); background: var(--black); }
.plugin-download b { font-size: 14px; font-weight: 400; }
.plugin-note { margin: 18px 0 0; color: #888; font-size: 11px; }

.notice-section {
  padding-top: 90px;
  padding-bottom: 90px;
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 8%;
  align-items: start;
}
.notice-heading h2 { margin-top: 0; }
.notice-content {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(32px, 4vw, 58px);
}
.notice-content article { min-width: 0; }
.notice-content h3 {
  margin: 0 0 16px;
  font-family: var(--body-font);
  font-size: 19px;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: -.02em;
}
.notice-content p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
}
.notice-email {
  min-width: 178px;
  min-height: 42px;
  margin-top: 26px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--black);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  transition: color .25s, background .25s;
}
.notice-email:hover { color: white; background: var(--black); }

footer { padding: 52px max(24px, calc((100vw - var(--max)) / 2)); background: var(--surface); }
.footer-main { display: flex; justify-content: space-between; align-items: center; min-height: 40px; gap: 40px; }
.footer-brand { height: 40px; line-height: 0; }
.footer-brand .brand-logo { height: 40px; }
.footer-legal { display: flex; align-items: center; justify-content: flex-end; min-height: 40px; gap: 24px; color: var(--muted); font-size: 13px; line-height: 1; }
.icp-link { color: inherit; transition: color 160ms ease; }
.icp-link:hover { color: var(--text); }

.lightbox {
  width: min(92vw, 1200px);
  max-height: 90vh;
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 12px;
  background: #111;
  box-shadow: 0 30px 90px rgba(0, 0, 0, .35);
}
.lightbox::backdrop { background: rgba(255, 255, 255, .86); backdrop-filter: blur(10px); }
.lightbox img { width: 100%; max-height: 88vh; object-fit: contain; border-radius: 12px; }
.lightbox button { position: absolute; right: -14px; top: -14px; width: 34px; height: 34px; cursor: pointer; color: white; border: 0; border-radius: 50%; background: var(--black); font-size: 18px; }
.toast {
  position: fixed;
  z-index: 40;
  right: 24px;
  bottom: 24px;
  min-width: 320px;
  padding: 15px 16px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
  color: white;
  border-radius: 8px;
  background: var(--black);
  font-size: 12px;
  transition: .2s;
}
.toast.show { opacity: 1; transform: none; pointer-events: auto; }
.toast button { padding: 0; cursor: pointer; color: #aaa; border: 0; background: none; }

@media (max-width: 850px) {
  .nav-wrap { width: min(calc(100% - 32px), var(--max)); }
  .menu-button {
    margin-left: 10px;
    order: 3;
    width: 38px;
    height: 38px;
    display: grid;
    place-content: center;
    gap: 6px;
    padding: 0;
    border: 1px solid var(--line);
    border-radius: 50%;
    background: white;
  }
  .menu-button span { width: 15px; height: 1px; background: var(--black); transition: .2s; }
  .menu-button[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .nav-links {
    position: fixed;
    inset: 73px 0 auto;
    padding: 20px 16px 35px;
    display: none;
    flex-direction: column;
    gap: 0;
    background: white;
    border-bottom: 1px solid var(--line);
  }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 15px 8px; border-bottom: 1px solid var(--line); font-size: 16px; }
  .header-download { display: none; }
  .nav-actions { margin-left: auto; margin-right: 0; order: 2; }
  .hero, .section { width: min(calc(100% - 32px), var(--max)); }
  .hero { padding: 64px 0 28px; }
  .hero h1 { font-size: clamp(42px, 11vw, 58px); }
  html[lang="en"] .hero h1 { font-size: clamp(40px, 10.5vw, 54px); }
  .lead { font-size: 16px; }
  .hero-product { margin-top: 38px; }
  .product-gallery { gap: 0; padding-bottom: 24px; }
  .product-slide { flex-basis: 100%; border-radius: 13px; }
  .product-carousel-ui { inset: 8px 0 24px; }
  .section { padding: 46px 0; }
  .intro-grid, .two-column-title { grid-template-columns: 1fr; gap: 35px; }
  .section h2 { font-size: 38px; }
  .capability-list article { min-height: 0; grid-template-columns: 42px 1fr; padding: 28px 0; }
  .simple-icon { display: none; }
  .capability-list h3 { font-size: 22px; }
  .feature-story, .feature-story-reverse { min-height: 0; grid-template-columns: 1fr; }
  .feature-story .feature-visual { order: -1; }
  .feature-copy { padding: 42px; }
  .notice-section { grid-template-columns: 1fr; gap: 42px; padding-top: 68px; padding-bottom: 68px; }
  .plugin-heading { grid-template-columns: 1fr; gap: 24px; }
  .footer-main { align-items: flex-start; }
  .footer-legal { flex-wrap: wrap; row-gap: 8px; }
  .toast { left: 16px; right: 16px; bottom: 16px; min-width: 0; }
}

@media (max-width: 520px) {
  .kicker, .section-label { font-size: 15px; }
  .actions { flex-direction: column; }
  .actions .button { width: 100%; }
  .hero h1 { letter-spacing: -.06em; }
  .intro-grid > p, .two-column-title > p { font-size: 15px; }
  .product-gallery { gap: 0; padding: 5px 0 20px; }
  .product-slide { flex-basis: 100%; border-radius: 11px; }
  .product-slide img { aspect-ratio: 16 / 10; }
  .product-carousel-ui { inset: 5px 0 20px; }
  .product-dots { bottom: 10px; height: 28px; padding: 0 11px; }
  .product-arrow { width: 38px; height: 38px; }
  .product-prev { left: 10px; }
  .product-next { right: 10px; }
  .plugin-toggle { min-height: 78px; grid-template-columns: 32px 1fr; gap: 12px; padding: 13px 0; }
  .plugin-plus { width: 26px; height: 26px; }
  .plugin-toggle h3 { font-size: 17px; }
  .plugin-meta { grid-column: 2; justify-content: flex-start; margin-top: -7px; }
  .plugin-panel-inner { padding-right: 0; padding-left: 44px; flex-direction: column; align-items: flex-start; gap: 16px; }
  .plugin-toggle[aria-expanded="true"] + .plugin-panel .plugin-panel-inner { padding-bottom: 20px; }
  .feature-stories { gap: 40px; }
  .feature-copy { padding: 30px 24px 34px; }
  .feature-copy h3 { margin: 0 0 8px; font-size: 23px; }
  .feature-copy p { font-size: 19px; line-height: 1.55; }
  .render-arrow, .workflow-arrow { width: 38px; height: 38px; }
  .render-prev, .workflow-prev { left: 10px; }
  .render-next, .workflow-next { right: 10px; }
  .render-dots, .workflow-dots { bottom: 10px; height: 28px; padding: 0 11px; }
  .notice-content { grid-template-columns: 1fr; gap: 38px; }
  .notice-content h3 { margin-bottom: 12px; font-size: 18px; }
  .notice-content p { font-size: 15px; line-height: 1.75; }
  .footer-main { flex-direction: column; gap: 26px; }
  .footer-legal { justify-content: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
