@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;550;600;650;700&family=Manrope:wght@400;500;600;650;700;750;800&display=swap");

:root {
  --paper: #f8f7f2;
  --ink: #262922;
  --muted: #62665c;
  --line: #dedfd6;
  --lime: #d8ed92;
  --purple: #ded8f1;
  --peach: #edbaa5;
  --sans: "DM Sans", sans-serif;
  --display: "Manrope", sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 40px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font: 16px/1.6 var(--sans);
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
  cursor: pointer;
  border: 0;
}
button:disabled {
  cursor: wait;
}
button,
a,
summary {
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}
button:focus-visible,
a:focus-visible,
summary:focus-visible {
  outline: 3px solid #6862ac;
  outline-offset: 5px;
}
::selection {
  background: var(--lime);
  color: var(--ink);
}
.wrap {
  width: min(1160px, calc(100% - 96px));
  margin-inline: auto;
}
h1,
h2,
h3,
p,
figure {
  margin: 0;
}
h1,
h2,
h3 {
  font-family: var(--display);
  font-weight: 500;
  line-height: 1.13;
}
h2 {
  font-size: 44px;
  letter-spacing: -1.8px;
}
.serif-word {
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.055em;
}
.site-header {
  height: 104px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font: 800 32px var(--display);
  letter-spacing: -1.5px;
}
.brand-symbol,
.mini-brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--display);
  font-weight: 800;
  background: var(--lime);
  border-radius: 8px;
  width: 31px;
  height: 32px;
  line-height: 1;
  font-size: 30px;
  letter-spacing: -2px;
  padding-bottom: 5px;
}
.site-header nav {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 14px;
}
.site-header nav > a:hover,
.text-link:hover,
.footer-link:hover {
  color: #60753b;
}
.nav-cta {
  display: flex;
  align-items: center;
  gap: 5px;
  border: 1px solid #ccd0c1;
  border-radius: 6px;
  padding: 10px 16px;
  font-weight: 550;
}
.nav-cta > span:last-child {
  margin-left: 18px;
}
.hero {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 50px;
  align-items: center;
  padding-top: 74px;
  padding-bottom: 84px;
}
.eyebrow {
  font-size: 14px;
  color: var(--muted);
  font-weight: 500;
}
.hero h1 {
  font-size: clamp(46px, 5.1vw, 67px);
  letter-spacing: -3.4px;
  line-height: 1.09;
  margin-top: 20px;
}
.hero-description {
  font-size: 19px;
  line-height: 1.65;
  max-width: 450px;
  color: #565c50;
  margin-top: 26px;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 31px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  min-height: 52px;
  padding: 14px 21px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 550;
  transition: background 0.18s;
}
.button-dark {
  background: var(--ink);
  color: var(--paper);
}
.button-dark:hover {
  background: #444d35;
}
.hero-actions .button {
  gap: 5px;
}
.hero-actions .button > span:last-child {
  margin-left: 18px;
}
.button span[aria-hidden] {
  font-size: 20px;
  line-height: 1;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  font-weight: 550;
}
.hero-footnote {
  font-size: 13px;
  color: var(--muted);
  margin-top: 17px;
}
.hero-footnote > span {
  display: inline-block;
  margin-left: 6px;
}
.campaign-grid {
  height: 266px;
  display: grid;
  grid-template-columns: 0.85fr 1.3fr;
  grid-template-rows: 1fr 0.42fr;
  gap: 12px;
  margin: 23px 23px 0;
}
.campaign {
  position: relative;
  overflow: hidden;
}
.campaign-tall {
  grid-row: 1/3;
  background: var(--lime);
  padding: 16px 13px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.campaign-top {
  font: 800 20px/0.85 var(--display);
  letter-spacing: -1px;
  position: relative;
  z-index: 1;
}
.campaign-bottom {
  font: 700 11px/1.1 var(--display);
  letter-spacing: -0.3px;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.campaign-bottom span {
  font-size: 26px;
}
.orbital {
  height: 164px;
  width: 164px;
  position: absolute;
  top: 47px;
  left: -8px;
  transform: rotate(-27deg);
}
.orbital i {
  position: absolute;
  inset: 0;
  border: 21px solid #30392c;
  border-radius: 50%;
  transform: scaleX(0.55);
}
.orbital i:nth-child(2) {
  transform: rotate(60deg) scaleX(0.55);
}
.orbital i:nth-child(3) {
  transform: rotate(120deg) scaleX(0.55);
}
.campaign-square {
  background: var(--peach);
  padding: 13px;
}
.mini-word {
  font: 700 7px var(--display);
}
.flower {
  position: absolute;
  font-size: 115px;
  line-height: 1;
  right: -4px;
  top: 30px;
  color: #953f2c;
  transform: rotate(-16deg);
}
.campaign-square strong {
  position: absolute;
  font: 500 28px/0.94 var(--display);
  letter-spacing: -1.5px;
  left: 12px;
  top: 59px;
  z-index: 1;
}
.campaign-caption {
  position: absolute;
  bottom: 12px;
  left: 12px;
  font: 650 6px var(--sans);
  letter-spacing: 0.3px;
}
.campaign-wide {
  background: var(--purple);
  padding: 10px 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.campaign-wide > span {
  font: 650 17px/0.95 var(--display);
  letter-spacing: -0.7px;
  z-index: 1;
}
.campaign-wide em {
  font-family: Georgia;
  font-weight: 400;
}
.campaign-wide small {
  font-size: 5px;
  position: absolute;
  bottom: 8px;
  right: 9px;
  z-index: 1;
}
.striped-ball {
  height: 93px;
  width: 93px;
  background: repeating-linear-gradient(
    90deg,
    #67548d 0px,
    #67548d 5px,
    #c1b5db 5px,
    #c1b5db 10px
  );
  border-radius: 50%;
  transform: rotate(40deg);
  position: absolute;
  right: 8px;
  top: -13px;
}
.benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
  padding-top: 33px;
  padding-bottom: 40px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.benefits h2 {
  font-size: 20px;
  letter-spacing: -0.5px;
  font-weight: 600;
}
.benefits p {
  font-size: 15px;
  line-height: 1.7;
  color: var(--muted);
  margin-top: 11px;
}
.source-row {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  min-height: 44px;
  border-bottom: 1px solid #efefe8;
}
.source-row:last-child {
  border-bottom: 0;
}
.layer-icon {
  font-size: 16px;
  color: #879477;
}
.source-row code {
  font: 12px var(--sans);
  overflow-wrap: anywhere;
}
.output-row {
  padding: 6px 0;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  color: #4c5940;
  opacity: 0.45;
  transition: opacity 0.25s;
  overflow-wrap: anywhere;
}
.output-row:before {
  content: "└";
  font: 12px monospace;
  color: #9aaa87;
}
.output-row > span:first-child {
  min-width: 0;
}
.output-row.exported {
  opacity: 1;
}
.done-icon {
  margin-left: auto;
  color: #607a36;
  opacity: 0;
}
.output-row.exported .done-icon {
  opacity: 1;
}
.progress-track {
  height: 3px;
  background: #e3e9d7;
  border-radius: 5px;
  overflow: hidden;
}
#progress-fill {
  height: 100%;
  width: 0;
  background: #7d964b;
  transition: width 0.3s;
}
#demo-status {
  font-size: 11px;
  margin-top: 8px;
  color: #66705b;
}
summary {
  list-style: none;
  cursor: pointer;
}
summary::-webkit-details-marker {
  display: none;
}
details[open] summary > span {
  transform: rotate(45deg);
}
.get-section {
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  gap: 90px;
  align-items: center;
  padding-block: 70px;
  border-block: 1px solid var(--line);
}
.get-copy h2 {
  font-size: 49px;
  letter-spacing: -2px;
}
.get-copy p {
  font-size: 17px;
  line-height: 1.75;
  max-width: 380px;
  color: var(--muted);
  margin-top: 24px;
}
.get-copy .text-link {
  margin-top: 25px;
}
.price-card {
  background: #edf1e2;
  border: 1px solid #d4dbc7;
  border-radius: 9px;
  padding: 30px;
}
.price-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.price-top strong {
  font-size: 15px;
  font-weight: 550;
}
.release-badge {
  font-size: 12px;
  color: #65774c;
  white-space: nowrap;
}
.price {
  display: flex;
  align-items: center;
  gap: 23px;
  margin: 24px 0;
}
.price > span {
  font: 500 79px/1 var(--display);
  letter-spacing: -5px;
}
.price > div {
  font-size: 14px;
  line-height: 1.7;
}
.price > div > span {
  color: #667358;
}
.price-card ul {
  list-style: none;
  border-top: 1px solid #d5ddc8;
  padding: 18px 0 0;
  margin-bottom: 23px;
}
.price-card li {
  font-size: 14px;
  padding-block: 6px;
  display: flex;
  gap: 10px;
}
.price-card li:before {
  content: "✓";
  color: #667f3d;
}

.license-card,
.download-card {
  max-width: 680px;
  margin: 36px 0 20px;
  padding: 26px;
  border: 1px solid #d8d7ce;
  border-radius: 18px;
  background: #fffefa;
  box-shadow: 0 14px 34px rgba(35, 37, 29, 0.06);
}

.license-card-heading,
.download-card {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}

.license-card .eyebrow,
.download-card .eyebrow {
  margin: 0 0 8px;
}

.license-card h2,
.download-card h2 {
  margin: 0;
  font-size: clamp(1.5rem, 3vw, 2rem);
}

.license-badge {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: #253125;
  background: #d6ee84;
  font-weight: 800;
}

.license-card-copy,
.download-card p,
.purchase-reassurance {
  color: #696c63;
}

.license-key {
  box-sizing: border-box;
  display: block;
  width: 100%;
  min-height: 92px;
  margin: 18px 0 14px;
  padding: 14px;
  resize: vertical;
  border: 1px solid #bcbdb3;
  border-radius: 10px;
  color: #252720;
  background: #f7f6f0;
  font: 600 0.82rem/1.5 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  overflow-wrap: anywhere;
}

.license-key:focus {
  outline: 3px solid rgba(193, 225, 85, 0.45);
  border-color: #788b2d;
}

.license-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}

.button-light,
.text-button {
  cursor: pointer;
  font: inherit;
}

.button-light {
  border: 1px solid #252720;
  color: #252720;
  background: transparent;
}

.button-light:hover,
.button-light:focus-visible {
  color: #fffefa;
  background: #252720;
}

.text-button {
  padding: 10px 2px;
  border: 0;
  color: #252720;
  background: transparent;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.license-feedback {
  min-height: 1.4em;
  margin: 12px 0 0;
  color: #53611d;
  font-size: 0.9rem;
}

.download-card {
  align-items: center;
}

.download-card .button {
  flex: 0 0 auto;
  white-space: nowrap;
}

.purchase-reassurance {
  max-width: 620px;
  font-size: 0.95rem;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 560px) {
  .license-card,
  .download-card {
    padding: 20px;
  }

  .download-card {
    align-items: stretch;
    flex-direction: column;
  }

  .download-card .button {
    text-align: center;
  }
}
.purchase-button {
  width: 100%;
}
.purchase-note {
  font-size: 12px;
  text-align: center;
  color: #657455;
  margin-top: 13px;
  line-height: 1.6;
}
.faq-section {
  padding-top: 75px;
  padding-bottom: 78px;
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 60px;
}
.faq-section h2 {
  font-size: 39px;
  margin-top: 15px;
}
.faq-list details {
  border-bottom: 1px solid var(--line);
}
.faq-list summary {
  padding: 19px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  font-size: 16px;
  font-weight: 500;
}
.faq-list summary > span {
  font-size: 21px;
  color: #737d66;
  transition: transform 0.2s;
}
.faq-list p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.8;
  padding: 0 20px 22px 0;
}
.faq-list p a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.faq-list code {
  font-size: 12px;
  color: #47543b;
  overflow-wrap: anywhere;
}
footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  border-top: 1px solid var(--line);
  padding-block: 29px;
}
footer .brand {
  font-size: 25px;
}
footer .brand-symbol {
  width: 25px;
  height: 26px;
  font-size: 25px;
  border-radius: 6px;
}
footer > span {
  font-size: 12px;
  color: var(--muted);
}
.footer-link {
  font-size: 13px;
}
dialog {
  border: 1px solid #bcc3ad;
  background: var(--paper);
  color: var(--ink);
  border-radius: 12px;
  width: min(480px, calc(100% - 32px));
  padding: 38px;
  box-shadow: 0 30px 100px #0003;
}
dialog::backdrop {
  background: #22282077;
  backdrop-filter: blur(5px);
}
.dialog-close {
  position: absolute;
  right: 16px;
  top: 12px;
  background: transparent;
  font-size: 25px;
  color: var(--muted);
  width: 35px;
  height: 35px;
}
dialog > .mini-brand {
  margin-bottom: 24px;
}
dialog > .eyebrow {
  display: block;
  font-size: 11px;
  letter-spacing: 0.5px;
}
dialog h2 {
  font-size: 43px;
  margin: 14px 0 20px;
}
dialog > p {
  font-size: 15px;
  color: var(--muted);
}
dialog > .button {
  margin-top: 24px;
  width: 100%;
}
dialog .dialog-note {
  font-size: 12px;
  text-align: center;
  margin-top: 13px;
}
.skip-link {
  position: fixed;
  left: 15px;
  top: -65px;
  padding: 12px;
  background: var(--ink);
  color: white;
  z-index: 10;
}
.skip-link:focus {
  top: 12px;
}
@media (max-width: 1050px) {
  .wrap {
    width: calc(100% - 64px);
  }
  .hero {
    gap: 32px;
    padding-top: 52px;
    padding-bottom: 64px;
  }
  .hero h1 {
    font-size: 52px;
    letter-spacing: -2.8px;
  }
  .hero-description {
    font-size: 17px;
  }
  .hero-actions {
    gap: 17px;
    flex-wrap: wrap;
  }
  .hero-actions .button {
    font-size: 14px;
  }
  .hero-actions .text-link {
    font-size: 13px;
  }
  .campaign-grid {
    margin: 18px 18px 0;
    height: 230px;
    gap: 9px;
  }
  .campaign-top {
    font-size: 16px;
  }
  .campaign-bottom {
    font-size: 9px;
  }
  .orbital {
    width: 140px;
    height: 140px;
    left: -15px;
    top: 44px;
  }
  .orbital i {
    border-width: 18px;
  }
  .campaign-square strong {
    font-size: 25px;
    top: 48px;
  }
  .flower {
    font-size: 93px;
    top: 31px;
  }
  .campaign-caption {
    font-size: 5px;
  }
  .campaign-wide > span {
    font-size: 13px;
  }
  .striped-ball {
    width: 80px;
    height: 80px;
  }
  .benefits {
    gap: 30px;
  }
  .benefits h2 {
    font-size: 18px;
  }
  .benefits p {
    font-size: 14px;
  }
  .source-row code {
    font-size: 11px;
  }
  .output-row {
    font-size: 10px;
  }
  .get-section {
    gap: 46px;
    grid-template-columns: 1fr 1fr;
  }
  .get-copy h2 {
    font-size: 42px;
  }
  .price-card {
    padding: 25px;
  }
  .price-top strong {
    font-size: 14px;
  }
  .release-badge {
    font-size: 11px;
  }
  .faq-section {
    gap: 42px;
  }
  .footer-link {
    font-size: 12px;
  }
}
@media (max-width: 780px) {
  .site-header {
    height: 88px;
  }
  .site-header nav {
    gap: 22px;
  }
  .hero {
    grid-template-columns: 1fr;
    gap: 42px;
    padding-top: 44px;
    padding-bottom: 54px;
  }
  .hero h1 {
    font-size: 65px;
    letter-spacing: -3px;
  }
  .hero-description {
    font-size: 19px;
    max-width: 490px;
  }
  .hero-actions {
    gap: 25px;
  }
  .hero-actions .button {
    font-size: 15px;
  }
  .hero-actions .text-link {
    font-size: 14px;
  }
  .campaign-grid {
    height: 260px;
    margin: 23px 23px 0;
    gap: 12px;
  }
  .campaign-top {
    font-size: 20px;
  }
  .campaign-bottom {
    font-size: 11px;
  }
  .orbital {
    height: 164px;
    width: 164px;
    left: -8px;
    top: 45px;
  }
  .orbital i {
    border-width: 21px;
  }
  .campaign-square strong {
    font-size: 28px;
    top: 59px;
  }
  .flower {
    font-size: 115px;
    top: 30px;
  }
  .campaign-wide > span {
    font-size: 17px;
  }
  .striped-ball {
    width: 93px;
    height: 93px;
  }
  .benefits {
    gap: 25px;
  }
  .benefits h2 {
    font-size: 17px;
  }
  .benefits p {
    font-size: 14px;
  }
  .source-row code {
    font-size: 14px;
  }
  .source-row {
    min-height: 48px;
  }
  .output-row {
    font-size: 13px;
  }
  #demo-status {
    font-size: 12px;
  }
  .get-section {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-block: 54px;
  }
  .get-copy h2 {
    font-size: 47px;
  }
  .get-copy p {
    max-width: 500px;
    font-size: 16px;
  }
  .get-copy .text-link {
    margin-top: 18px;
  }
  .price-card {
    max-width: 480px;
    width: 100%;
    justify-self: center;
    padding: 30px;
  }
  .price-top strong {
    font-size: 16px;
  }
  .release-badge {
    font-size: 13px;
  }
  .price-card li {
    font-size: 15px;
  }
  .faq-section {
    grid-template-columns: 1fr;
    gap: 22px;
    padding-block: 55px;
  }
  .faq-section h2 {
    font-size: 39px;
    margin-top: 0;
  }
  footer {
    flex-wrap: wrap;
    gap: 17px;
  }
  footer > span {
    margin-left: auto;
  }
  .footer-link {
    display: none;
  }
}
@media (max-width: 500px) {
  .wrap {
    width: calc(100% - 40px);
  }
  .site-header {
    height: 79px;
  }
  .brand {
    font-size: 29px;
  }
  .brand-symbol {
    width: 28px;
    height: 29px;
    font-size: 28px;
  }
  .site-header nav > a:not(.nav-cta) {
    display: none;
  }
  .nav-cta {
    font-size: 13px;
    padding: 9px 12px;
  }
  .nav-cta > span:last-child {
    margin-left: 8px;
  }
  .hero {
    padding-top: 36px;
    padding-bottom: 42px;
    gap: 34px;
  }
  .eyebrow {
    font-size: 13px;
  }
  .hero h1 {
    font-size: clamp(39px, 10.9vw, 53px);
    letter-spacing: -2px;
    margin-top: 17px;
  }
  .hero-description {
    font-size: 17px;
    line-height: 1.65;
    margin-top: 22px;
  }
  .hero-actions {
    gap: 20px;
    margin-top: 26px;
    flex-wrap: wrap;
  }
  .hero-actions .button {
    font-size: 14px;
    padding: 13px 16px;
    min-height: 49px;
  }
  .hero-actions .button > span:last-child {
    margin-left: 12px;
  }
  .hero-actions .text-link {
    font-size: 13px;
    gap: 7px;
  }
  .hero-footnote {
    font-size: 12px;
    margin-top: 15px;
  }
  .hero-footnote > span {
    margin-left: 0;
  }
  .campaign-grid {
    height: 224px;
    margin: 17px 17px 0;
    gap: 9px;
  }
  .campaign-tall {
    padding: 13px 10px;
  }
  .campaign-top {
    font-size: 16px;
  }
  .campaign-bottom {
    font-size: 9px;
  }
  .orbital {
    width: 143px;
    height: 143px;
    left: -19px;
    top: 37px;
  }
  .orbital i {
    border-width: 18px;
  }
  .campaign-square strong {
    font-size: 25px;
    top: 45px;
    left: 10px;
  }
  .flower {
    font-size: 90px;
    top: 24px;
    right: -6px;
  }
  .campaign-square {
    padding: 10px;
  }
  .mini-word {
    font-size: 6px;
  }
  .campaign-caption {
    font-size: 5px;
    left: 10px;
  }
  .campaign-wide {
    padding: 9px 10px;
  }
  .campaign-wide > span {
    font-size: 13px;
  }
  .striped-ball {
    width: 80px;
    height: 80px;
    right: 1px;
  }
  .benefits {
    grid-template-columns: 1fr;
    gap: 23px;
    padding-block: 27px;
  }
  .benefits h2 {
    font-size: 19px;
  }
  .benefits p {
    font-size: 15px;
    margin-top: 7px;
  }
  .source-row {
    gap: 5px;
    min-height: 46px;
  }
  .source-row code {
    font-size: 11px;
  }
  .layer-icon {
    font-size: 13px;
  }
  .output-row {
    font-size: 10px;
    gap: 4px;
    padding-block: 7px;
  }
  #demo-status {
    font-size: 10px;
  }
  .get-section {
    padding-block: 43px;
  }
  .get-copy h2 {
    font-size: 39px;
    letter-spacing: -1.7px;
  }
  .get-copy p {
    font-size: 16px;
    margin-top: 18px;
  }
  .price-card {
    padding: 24px;
  }
  .price-top strong {
    font-size: 14px;
  }
  .release-badge {
    font-size: 12px;
  }
  .price {
    margin-block: 23px;
  }
  .price > span {
    font-size: 76px;
  }
  .price-card li {
    font-size: 14px;
  }
  .purchase-note {
    font-size: 11px;
  }
  .faq-section {
    padding-block: 44px;
    gap: 15px;
  }
  .faq-section h2 {
    font-size: 36px;
  }
  .faq-list summary {
    font-size: 15px;
    padding-block: 18px;
  }
  .faq-list p {
    font-size: 14px;
    padding-right: 6px;
  }
  footer {
    padding-block: 23px;
    gap: 12px;
  }
  footer > span {
    font-size: 11px;
    margin-left: 0;
    width: 100%;
  }
  dialog {
    padding: 29px;
  }
  dialog h2 {
    font-size: 38px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
}
.hero-centered {
  display: block;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 49px;
}
.hero-centered .hero-copy {
  max-width: 790px;
  margin: auto;
}
.hero-centered h1 {
  font-size: clamp(52px, 5.8vw, 78px);
  letter-spacing: -3.8px;
  line-height: 1.02;
}
.hero-centered .hero-description {
  max-width: 545px;
  margin: 25px auto 0;
  font-size: 19px;
}
.hero-centered .hero-actions {
  justify-content: center;
  margin-top: 26px;
}
.hero-centered .hero-footnote {
  margin-top: 15px;
}
.product-preview {
  margin-bottom: 54px;
}
.ps-workspace {
  overflow: hidden;
  border: 1px solid #363636;
  border-radius: 9px;
  box-shadow: 0 16px 35px -24px #28302055;
  background: #282828;
  color: #d0d0d0;
  font:
    12px/1.4 -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
}
.ps-titlebar {
  height: 35px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 0 13px;
  background: #303030;
  border-bottom: 1px solid #1e1e1e;
  color: #ddd;
  font-size: 11px;
}
.ps-badge {
  background: #001e36;
  color: #31a8ff;
  width: 21px;
  height: 21px;
  border-radius: 4px;
  display: grid;
  place-items: center;
  font-size: 13px;
  font-weight: 600;
}
.ps-window-actions {
  margin-left: auto;
  color: #909090;
  font-size: 12px;
}
.ps-options {
  height: 34px;
  display: flex;
  align-items: center;
  gap: 15px;
  padding-inline: 12px;
  border-bottom: 1px solid #202020;
  background: #363636;
  font-size: 10px;
  color: #ccc;
}
.ps-options > span:first-child {
  font-size: 20px;
}
.ps-field {
  padding: 3px 7px;
  border: 1px solid #494949;
  border-radius: 3px;
  background: #303030;
  min-width: 62px;
  font-size: 10px;
}
.ps-body {
  display: grid;
  grid-template-columns: 35px minmax(0, 1fr) 280px;
  min-height: 448px;
}
.ps-tools {
  border-right: 1px solid #222;
  background: #333;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 17px;
  padding-top: 15px;
}
.ps-tools svg {
  width: 16px;
  height: 16px;
  stroke: #ccc;
  fill: none;
  stroke-width: 1.5;
}
.ps-tools > span {
  font-size: 17px;
  line-height: 1;
}
.ps-swatches {
  width: 16px;
  height: 16px;
  background: #111;
  border: 1px solid #eee;
  box-shadow: 5px 5px 0 #ddd;
  margin-right: 4px;
  margin-top: 8px;
}
.ps-document {
  background: #484848;
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.ps-document-tab {
  padding: 10px 13px;
  background: #393939;
  font-size: 11px;
  color: #bdbdbd;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #272727;
}
.ps-canvas {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 33px 25px 25px;
}
.ps-canvas .campaign-grid {
  width: 510px;
  height: 330px;
  display: grid;
  grid-template-columns: 150px 180px;
  grid-template-rows: 150px 36px;
  justify-content: center;
  align-content: center;
  gap: 43px 27px;
  margin: 0;
}
.board-wrap {
  position: relative;
  min-width: 0;
}
.board-name {
  position: absolute;
  bottom: calc(100% + 7px);
  left: 0;
  white-space: nowrap;
  color: #ddd;
  font-size: 10px;
}
.board-tall {
  grid-row: 1/3;
  height: 300px;
  align-self: center;
}
.board-square {
  grid-column: 2;
  grid-row: 1;
}
.board-wide {
  grid-column: 2;
  grid-row: 2;
  width: 291px;
  height: 36px;
}
.ps-canvas .campaign {
  color: var(--ink);
  width: 100%;
  height: 100%;
  box-shadow: 0 2px 4px #0002;
}
.ps-canvas .campaign-tall {
  padding: 17px 13px;
}
.ps-canvas .campaign-top {
  font-size: 20px;
}
.ps-canvas .orbital {
  width: 169px;
  height: 169px;
  top: 68px;
  left: -10px;
}
.ps-canvas .orbital i {
  border-width: 21px;
}
.ps-canvas .campaign-bottom {
  font-size: 10px;
}
.ps-canvas .campaign-square strong {
  font-size: 26px;
  top: 47px;
}
.ps-canvas .flower {
  font-size: 98px;
  top: 24px;
  right: -1px;
}
.ps-canvas .campaign-caption {
  font-size: 5px;
  bottom: 10px;
}
.ps-canvas .campaign-wide {
  padding: 6px 11px;
}
.ps-canvas .campaign-wide > span {
  font-size: 13px;
  display: flex;
  gap: 5px;
  align-items: baseline;
}
.ps-canvas .campaign-wide > span br {
  display: none;
}
.ps-canvas .striped-ball {
  width: 86px;
  height: 86px;
  right: 21px;
  top: -28px;
}
.ps-canvas .campaign-wide small {
  font-size: 5px;
  bottom: 5px;
}
.ps-document-status {
  background: #353535;
  height: 22px;
  font-size: 9px;
  display: flex;
  gap: 45px;
  padding: 5px 12px;
}
.ps-sidebar {
  border-left: 1px solid #191919;
  background: #282828;
  display: flex;
  flex-direction: column;
}
.ps-panel-title {
  height: 33px;
  display: flex;
  align-items: center;
  gap: 15px;
  padding-inline: 12px;
  border-bottom: 1px solid #1f1f1f;
  background: #303030;
  font-size: 11px;
}
.ps-panel-title strong {
  font-weight: 500;
  color: #efefef;
}
.ps-panel-title > span:last-child {
  margin-left: auto;
  font-size: 11px;
}
.ps-panel-title .ps-other-tabs {
  font-size: 10px;
  color: #9c9c9c;
}
.ps-plugin {
  background: #272727;
}
.ps-plugin-content {
  padding: 12px;
}
.ps-check-row {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  line-height: 19px;
  color: #ededed;
}
.ps-check-row > span {
  display: inline-grid;
  place-items: center;
  width: 12px;
  height: 12px;
  background: #e4e4e4;
  color: #222;
  border-radius: 2px;
  font-size: 10px;
  font-weight: 700;
}
.ps-plugin-options,
.ps-plugin-action {
  border-top: 1px solid #4b4b4b;
  margin-top: 10px;
  padding-top: 10px;
}
.ps-plugin-options > .ps-check-row + .ps-check-row {
  margin-top: 4px;
}
.ps-plugin-action button {
  display: block;
  width: 100%;
  padding: 4px 10px;
  min-height: 25px;
  color: white;
  background: #1473e6;
  border-radius: 14px;
  font:
    600 12px/1.4 -apple-system,
    BlinkMacSystemFont,
    sans-serif;
}
.ps-plugin-action button:hover {
  background: #2584f7;
}
.ps-plugin-action button:disabled {
  background: #435f82;
}
.ps-export-status {
  padding-top: 11px;
}
.ps-export-status .progress-track {
  background: #494949;
  height: 3px;
}
.ps-export-status #progress-fill {
  background: #3c91fa;
}
.ps-export-status #demo-status {
  text-align: center;
  color: #b8b8b8;
  margin-top: 6px;
  font-size: 10px;
}
.ps-layers {
  border-top: 5px solid #202020;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.ps-layer-filters {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 7px 10px 0;
  font-size: 10px;
}
.ps-layer-filters .ps-field {
  flex: 1;
}
.ps-layers #source-rows {
  margin-top: 10px;
}
.ps-layers .source-row {
  height: 36px;
  min-height: 36px;
  display: flex;
  align-items: center;
  padding: 0 12px;
  gap: 8px;
  border-top: 1px solid #3c3c3c;
  border-bottom: 1px solid #202020;
  background: #2d2d2d;
}
.ps-layers .source-row:first-child {
  background: #494949;
}
.ps-layers .source-row:before {
  content: "";
  width: 11px;
  height: 7px;
  border: 1px solid #bcbcbc;
  border-radius: 70% 30%;
  transform: rotate(30deg);
  margin-right: 10px;
  flex-shrink: 0;
}
.ps-layers .source-row code {
  font:
    11px -apple-system,
    BlinkMacSystemFont,
    sans-serif;
  color: #e4e4e4;
}
.ps-layers .layer-icon {
  font-size: 15px;
  color: #ccc;
}
.ps-layer-footer {
  margin-top: auto;
  padding: 10px 13px;
  border-top: 1px solid #1f1f1f;
  font-size: 12px;
  color: #aaa;
  text-align: right;
}
.preview-caption {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-top: 14px;
  font-size: 12px;
  color: #737969;
}
.preview-caption > span:first-child {
  color: #536142;
  font-weight: 500;
}
.export-result {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  background: #eff2e7;
  border-radius: 7px;
  padding: 21px 27px;
  margin-top: 23px;
}
.export-result strong {
  font-size: 15px;
  font-weight: 550;
}
.export-result p {
  font-size: 13px;
  color: var(--muted);
  margin-top: 3px;
}
.export-result #output-rows {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.export-result .output-row {
  font-size: 12px;
  padding: 9px 12px;
  border: 1px solid #d1d9c4;
  background: #f9fbf5;
  border-radius: 4px;
  opacity: 0.55;
  gap: 9px;
}
.export-result .output-row:before {
  content: none;
}
.export-result .output-row.exported {
  opacity: 1;
  border-color: #93a776;
}
.export-result .done-icon {
  margin-left: 5px;
}
.benefits {
  border-top: 0;
}
.naming-section {
  padding-block: 71px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}
.naming-section h2 {
  font-size: 38px;
}
.naming-section p {
  font-size: 16px;
  color: var(--muted);
  line-height: 1.8;
  max-width: 380px;
  margin-top: 20px;
}
.naming-examples > div {
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding: 17px 0;
  border-bottom: 1px solid var(--line);
}
.naming-examples > div:first-child {
  padding-top: 0;
}
.naming-examples code {
  font-size: 16px;
  color: #38482a;
}
.naming-examples span {
  font-size: 14px;
  color: var(--muted);
}
@media (max-width: 1050px) {
  .ps-body {
    grid-template-columns: 32px minmax(0, 1fr) 260px;
  }
  .ps-canvas {
    padding: 30px 18px;
  }
  .ps-canvas .campaign-grid {
    width: 380px;
    grid-template-columns: 130px 156px;
    grid-template-rows: 130px 30px;
    gap: 39px 20px;
  }
  .board-tall {
    height: 260px;
  }
  .board-wide {
    width: 233px;
    height: 29px;
  }
  .ps-canvas .campaign-tall {
    padding: 13px 10px;
  }
  .ps-canvas .campaign-top {
    font-size: 17px;
  }
  .ps-canvas .orbital {
    width: 147px;
    height: 147px;
    top: 56px;
    left: -10px;
  }
  .ps-canvas .orbital i {
    border-width: 19px;
  }
  .ps-canvas .campaign-square strong {
    font-size: 23px;
    top: 40px;
  }
  .ps-canvas .flower {
    font-size: 85px;
    top: 26px;
  }
  .ps-canvas .campaign-caption {
    font-size: 4px;
  }
  .ps-canvas .campaign-wide > span {
    font-size: 11px;
  }
  .export-result {
    gap: 20px;
    padding-inline: 22px;
  }
  .export-result #output-rows {
    gap: 6px;
  }
  .export-result .output-row {
    font-size: 11px;
    padding: 8px;
  }
  .naming-section {
    gap: 40px;
  }
  .naming-section h2 {
    font-size: 35px;
  }
}
@media (max-width: 780px) {
  .hero-centered {
    padding-top: 38px;
    padding-bottom: 38px;
  }
  .hero-centered h1 {
    font-size: 62px;
    letter-spacing: -3px;
  }
  .hero-centered .hero-description {
    font-size: 18px;
  }
  .ps-body {
    grid-template-columns: 28px minmax(0, 1fr) 236px;
    min-height: 420px;
  }
  .ps-options {
    gap: 10px;
    font-size: 9px;
  }
  .ps-canvas {
    padding: 30px 12px;
  }
  .ps-canvas .campaign-grid {
    width: 100%;
    height: 330px;
    grid-template-columns: 130px;
    grid-template-rows: 260px;
    gap: 0;
  }
  .board-tall {
    grid-column: 1;
    grid-row: 1;
  }
  .board-square,
  .board-wide {
    display: none;
  }
  .ps-plugin-content {
    padding: 10px;
  }
  .ps-check-row {
    font-size: 11px;
  }
  .ps-other-tabs {
    display: none;
  }
  .ps-layer-footer {
    font-size: 11px;
  }
  .export-result {
    align-items: start;
    flex-direction: column;
    gap: 15px;
  }
  .export-result #output-rows {
    gap: 8px;
  }
  .export-result .output-row {
    font-size: 12px;
    padding: 8px 10px;
  }
  .naming-section {
    grid-template-columns: 1fr;
    gap: 29px;
    padding-block: 53px;
  }
  .naming-section p {
    max-width: 500px;
  }
  .naming-section h2 {
    font-size: 38px;
  }
  .naming-examples > div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: center;
  }
  .preview-caption {
    font-size: 11px;
  }
}
@media (max-width: 540px) {
  .hero-centered {
    padding-top: 33px;
    padding-bottom: 30px;
  }
  .hero-centered h1 {
    font-size: clamp(37px, 9.8vw, 52px);
    letter-spacing: -1.9px;
  }
  .hero-centered .hero-description {
    font-size: 17px;
    margin-top: 21px;
    max-width: 365px;
  }
  .hero-centered .hero-actions {
    gap: 18px;
  }
  .hero-centered .hero-footnote {
    font-size: 12px;
  }
  .product-preview {
    margin-bottom: 30px;
  }
  .ps-titlebar {
    height: 31px;
    padding-inline: 10px;
  }
  .ps-options {
    height: 28px;
    gap: 10px;
    padding-inline: 10px;
    font-size: 8px;
  }
  .ps-options > span:last-child {
    display: none;
  }
  .ps-options .ps-field {
    font-size: 8px;
    padding: 2px 5px;
  }
  .ps-body {
    grid-template-columns: 23px minmax(0, 1fr);
    min-height: 0;
  }
  .ps-tools {
    gap: 18px;
    padding-top: 14px;
  }
  .ps-tools svg {
    width: 13px;
    height: 13px;
  }
  .ps-tools > span {
    font-size: 14px;
  }
  .ps-document-tab {
    padding: 8px;
    font-size: 9px;
  }
  .ps-canvas {
    padding: 27px 15px 24px;
    min-height: 222px;
  }
  .ps-canvas .campaign-grid {
    width: 100%;
    height: 183px;
    grid-template-columns: 90px 108px;
    grid-template-rows: 90px 18px;
    gap: 30px 15px;
  }
  .board-tall {
    grid-row: 1/3;
    height: 180px;
  }
  .board-square {
    display: block;
    grid-column: 2;
    grid-row: 1;
  }
  .board-wide {
    display: block;
    grid-column: 2;
    grid-row: 2;
    width: 145px;
    height: 18px;
  }
  .board-name {
    font-size: 8px;
    bottom: calc(100% + 5px);
  }
  .ps-canvas .campaign-tall {
    padding: 10px 7px;
  }
  .ps-canvas .campaign-top {
    font-size: 12px;
  }
  .ps-canvas .campaign-bottom {
    font-size: 6px;
  }
  .ps-canvas .campaign-bottom span {
    font-size: 17px;
  }
  .ps-canvas .orbital {
    width: 104px;
    height: 104px;
    left: -7px;
    top: 37px;
  }
  .ps-canvas .orbital i {
    border-width: 13px;
  }
  .ps-canvas .campaign-square {
    padding: 7px;
  }
  .ps-canvas .mini-word {
    font-size: 4px;
  }
  .ps-canvas .campaign-square strong {
    font-size: 16px;
    left: 7px;
    top: 28px;
  }
  .ps-canvas .flower {
    font-size: 62px;
    top: 14px;
    right: -2px;
  }
  .ps-canvas .campaign-caption {
    font-size: 3px;
    bottom: 6px;
    left: 7px;
  }
  .ps-canvas .campaign-wide {
    padding: 2px 6px;
  }
  .ps-canvas .campaign-wide > span {
    font-size: 7px;
    gap: 3px;
  }
  .ps-canvas .striped-ball {
    width: 44px;
    height: 44px;
    top: -13px;
    right: 9px;
    background-size: 6px 6px;
  }
  .ps-canvas .campaign-wide small {
    font-size: 3px;
    bottom: 3px;
  }
  .ps-document-status {
    font-size: 8px;
    height: 19px;
    gap: 24px;
    padding: 4px 8px;
  }
  .ps-sidebar {
    grid-column: 1/3;
    border-left: 0;
    border-top: 5px solid #202020;
  }
  .ps-layers {
    display: none;
  }
  .ps-plugin-content {
    padding: 12px 15px;
  }
  .ps-panel-title {
    padding-inline: 15px;
    font-size: 12px;
  }
  .ps-check-row {
    font-size: 12px;
    line-height: 21px;
  }
  .ps-plugin-options {
    margin-top: 10px;
    padding-top: 10px;
  }
  .ps-plugin-action button {
    font-size: 12px;
    min-height: 28px;
  }
  .ps-export-status #demo-status {
    font-size: 11px;
  }
  .preview-caption {
    font-size: 11px;
    flex-direction: column;
    gap: 3px;
    margin-top: 11px;
  }
  .export-result {
    padding: 18px;
    margin-top: 17px;
  }
  .export-result strong {
    font-size: 15px;
  }
  .export-result p {
    font-size: 12px;
  }
  .export-result #output-rows {
    gap: 6px;
  }
  .export-result .output-row {
    font-size: 11px;
    padding: 7px 8px;
  }
  .naming-section {
    padding-block: 43px;
    gap: 23px;
  }
  .naming-section h2 {
    font-size: 35px;
  }
  .naming-section p {
    font-size: 15px;
  }
  .naming-examples > div {
    display: flex;
    gap: 7px;
  }
  .naming-examples code {
    font-size: 15px;
  }
  .naming-examples span {
    font-size: 14px;
  }
}

/* Quiet development update: preserve the existing page hierarchy. */
.development-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  border-block: 1px solid var(--line);
  padding-block: 48px;
}
.development-section .eyebrow { margin-bottom: 18px; font-size: 11px; }
.development-section h2 { font-size: 36px; }
.development-copy p { color: var(--muted); font-size: 15px; line-height: 1.8; }
.development-copy p + p { margin-top: 18px; }
.development-copy strong { color: var(--ink); font-weight: 600; }
.development-copy .text-link { display: inline-block; margin-top: 20px; font-size: 14px; }
.naming-examples code { overflow-wrap: anywhere; }
@media (max-width: 780px) {
  .development-section { grid-template-columns: 1fr; gap: 26px; padding-block: 36px; }
  .development-section h2 { font-size: 32px; }
}
