:root {
  --ink: #18342f;
  --ink-soft: #3f5752;
  --muted: #6d7d79;
  --paper: #faf6ee;
  --card: #fffdf9;
  --teal: #1f7467;
  --teal-dark: #15564c;
  --mint: #e0eee7;
  --mint-deep: #c9e1d6;
  --coral: #d97a5b;
  --gold: #dbad54;
  --line: #dce2dc;
  --shadow: 0 28px 80px rgba(24, 52, 47, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; }
button, a { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
.section-shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }

.site-header { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 1.35rem 0; display: flex; align-items: center; justify-content: space-between; }
.brand, .header-link, .site-nav a { color: var(--ink); text-decoration: none; }
.brand { display: flex; gap: .7rem; align-items: center; font-weight: 850; }
.brand-mark { display: grid; width: 2rem; height: 2rem; place-items: center; border-radius: 50%; color: #fff; background: var(--teal); }
.site-nav { display: flex; align-items: center; gap: 1.6rem; }
.site-nav a { font-size: .9rem; font-weight: 750; }
.site-nav .header-link { padding: .65rem 1rem; border-radius: 999px; color: #fff; background: var(--ink); }

.hero { min-height: 760px; padding: 5.2rem 0 7.2rem; display: grid; grid-template-columns: .84fr 1.16fr; gap: clamp(3rem, 6vw, 6rem); align-items: center; }
.eyebrow { margin: 0 0 1rem; color: var(--teal); font-size: .75rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
h1 { margin-bottom: 1.6rem; font-family: Georgia, "Times New Roman", serif; font-size: clamp(4rem, 7vw, 6.8rem); font-weight: 500; letter-spacing: -.058em; line-height: .91; }
h1 span { color: var(--teal); font-style: italic; }
.hero-summary { max-width: 610px; margin-bottom: 2rem; color: var(--ink-soft); font-size: 1.18rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 1.2rem; align-items: center; }
.button { padding: .92rem 1.3rem; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--teal); border-radius: 999px; cursor: pointer; font-weight: 800; text-decoration: none; transition: transform .18s ease, background .18s ease, box-shadow .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--teal); box-shadow: 0 10px 25px rgba(31, 116, 103, .2); }
.button-primary:hover { background: var(--teal-dark); box-shadow: 0 14px 30px rgba(31, 116, 103, .25); }
.button-secondary { color: var(--teal); background: transparent; }
.button-wide { width: 100%; }
.text-link { color: var(--ink); font-weight: 800; text-decoration: none; }
.text-link span { margin-left: .35rem; color: var(--teal); }
.trust-list { margin: 1.5rem 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: .65rem 1.1rem; color: var(--muted); font-size: .8rem; list-style: none; }
.trust-list li::before { content: "✓"; margin-right: .4rem; color: var(--teal); font-weight: 900; }

.app-window { overflow: hidden; border: 1px solid rgba(24, 52, 47, .12); border-radius: 1.15rem; background: #fff; box-shadow: var(--shadow); }
.hero-window { min-width: 670px; transform: rotate(1deg) translateX(-1.5rem); }
.window-bar { min-height: 47px; padding: .8rem 1rem; display: flex; gap: .38rem; align-items: center; border-bottom: 1px solid var(--line); background: #fffefa; }
.window-dot { width: .52rem; height: .52rem; border-radius: 50%; background: #cad2ce; }
.window-title { margin-left: .5rem; color: var(--muted); font-size: .72rem; font-weight: 750; }
.window-status { margin-left: auto; color: var(--muted); font-size: .65rem; }
.window-status i { display: inline-block; width: .4rem; height: .4rem; margin-right: .25rem; border-radius: 50%; background: #5da687; }
.app-layout { min-height: 455px; display: grid; grid-template-columns: 145px 1fr; }
.app-sidebar { padding: 1.1rem .8rem; display: flex; flex-direction: column; gap: .38rem; color: #62736f; background: #f4f7f3; font-size: .65rem; }
.mini-brand { width: 1.7rem; height: 1.7rem; margin: 0 0 .8rem .35rem; display: grid; place-items: center; border-radius: .5rem; color: #fff; background: var(--teal); }
.side-item { padding: .52rem .6rem; display: flex; gap: .45rem; align-items: center; border-radius: .45rem; }
.side-item.active { color: var(--teal-dark); background: #deebe4; }
.side-label { margin: 1rem .6rem .2rem; color: #9aa8a3; font-size: .52rem; font-weight: 850; letter-spacing: .1em; }
.color-dot { width: .45rem; height: .45rem; border-radius: 50%; background: var(--coral); }
.color-dot.sage { background: #72a987; }
.color-dot.lilac { background: #9479aa; }
.app-content { padding: 1.3rem 1.35rem; background: #fbfcfa; }
.app-topline { margin-bottom: 1rem; display: flex; justify-content: space-between; align-items: center; }
.app-topline > div { display: grid; }
.app-topline small { color: #8a9994; font-size: .5rem; font-weight: 850; letter-spacing: .13em; }
.app-topline strong { font-family: Georgia, serif; font-size: 1.35rem; font-weight: 500; }
.avatar { display: grid; width: 1.8rem; height: 1.8rem; place-items: center; border-radius: 50%; color: #fff; background: #d47d62; font-size: .58rem; font-weight: 850; }
.search-box { padding: .68rem .8rem; display: flex; gap: .55rem; align-items: center; border: 1px solid #d9e1dc; border-radius: .55rem; color: #899793; background: #fff; font-size: .68rem; }
.search-box kbd { margin-left: auto; padding: .12rem .35rem; border: 1px solid #e0e5e2; border-radius: .25rem; color: #9aa6a2; background: #f7f8f7; font-family: inherit; }
.filter-row { margin: .9rem 0; display: flex; gap: .4rem; align-items: center; }
.filter { padding: .3rem .58rem; border: 1px solid #dce3df; border-radius: 999px; color: #768681; font-size: .55rem; }
.filter.active { border-color: var(--teal); color: #fff; background: var(--teal); }
.view-toggle { margin-left: auto; color: #85938f; font-size: .7rem; }
.design-grid { display: grid; grid-template-columns: 1fr 1fr; gap: .7rem; }
.design-card { padding: .58rem; display: flex; flex-direction: column; border: 1px solid #e1e6e3; border-radius: .65rem; background: #fff; }
.design-art { height: 100px; display: flex; align-items: center; justify-content: space-evenly; border-radius: .45rem; }
.design-art span { font-size: 2.2rem; }
.design-art em { font-family: Georgia, serif; font-size: .72rem; font-style: normal; font-weight: 800; line-height: 1.15; text-align: center; }
.sun-art { color: #9b6423; background: #f6dfad; }
.leaf-art { color: #426f5a; background: #dcead9; }
.home-art { color: #805c4b; background: #ecdcd2; }
.gift-art { color: #675286; background: #e5ddf0; }
.design-card > strong { margin-top: .5rem; font-size: .66rem; }
.design-card > small { color: #8a9894; font-size: .52rem; }
.licence-pill, .review-pill { width: max-content; margin-top: .42rem; padding: .2rem .38rem; border-radius: 999px; color: #34705b; background: #e1f0e8; font-size: .47rem; font-weight: 800; }
.review-pill { color: #8b5e20; background: #f7e9c9; }

.problem-band { color: #f8f3ea; background: var(--ink); }
.problem-grid { padding-block: 4.5rem; display: grid; grid-template-columns: repeat(3, 1fr); gap: 3rem; }
.problem-grid > div > span { color: #83b3a8; font-family: Georgia, serif; }
.problem-grid h2 { margin: .7rem 0 .55rem; font-family: Georgia, serif; font-size: 1.7rem; font-weight: 500; }
.problem-grid p { margin-bottom: 0; color: #bdcbc7; font-size: .92rem; }

.showcase { padding: 8rem 0 4rem; }
.section-heading { max-width: 740px; margin-bottom: 3rem; }
.section-heading.centered { margin: 0 auto 7.5rem; text-align: center; }
.section-heading h2, .privacy-grid h2 { margin-bottom: 1.1rem; font-family: Georgia, serif; font-size: clamp(2.5rem, 5vw, 4.5rem); font-weight: 500; letter-spacing: -.04em; line-height: .98; }
.section-heading > p:last-child { color: var(--muted); font-size: 1.02rem; }
.feature-row { margin-bottom: 9rem; display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(3rem, 7vw, 7rem); align-items: center; }
.feature-row.reverse { grid-template-columns: 1.3fr .7fr; }
.feature-row.reverse .feature-copy { order: 2; }
.feature-number { display: grid; width: 2.5rem; height: 2.5rem; margin-bottom: 1.3rem; place-items: center; border-radius: 50%; color: var(--teal); background: var(--mint); font-family: Georgia, serif; }
.feature-copy h3 { margin-bottom: 1.1rem; font-family: Georgia, serif; font-size: clamp(2rem, 3.5vw, 3.3rem); font-weight: 500; letter-spacing: -.03em; line-height: 1.03; }
.feature-copy > p { color: var(--ink-soft); font-size: 1.02rem; }
.benefit-list { margin: 1.5rem 0 0; padding: 0; color: var(--ink-soft); list-style: none; }
.benefit-list li { margin-top: .7rem; padding-left: 1.6rem; position: relative; }
.benefit-list li::before { content: "✓"; position: absolute; left: 0; color: var(--teal); font-weight: 900; }
.detail-window { min-height: 430px; }
.search-preview { padding: 1.5rem; }
.search-box.large { padding: .9rem 1rem; font-size: .8rem; }
.search-box.large strong { color: var(--ink); }
.search-count { margin-left: auto; color: var(--teal); font-weight: 800; }
.chip-row { margin: 1rem 0 1.2rem; display: flex; gap: .5rem; }
.chip-row span { padding: .35rem .7rem; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); font-size: .64rem; }
.chip-row .selected { border-color: var(--mint-deep); color: var(--teal-dark); background: var(--mint); }
.result-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: .85rem; }
.result-card { padding: .7rem; display: grid; border: 1px solid var(--line); border-radius: .7rem; }
.result-art { height: 175px; margin-bottom: .7rem; display: grid; place-items: center; border-radius: .5rem; font-size: 4.3rem; }
.result-art.gold { color: #9e6f25; background: #f4dfb4; }
.result-art.cream { color: #c17c47; background: #f4e8d7; }
.result-art.green { color: #4e765e; background: #dce9dc; }
.result-card strong { font-size: .75rem; }
.result-card small { color: var(--muted); font-size: .6rem; }

.step-count { margin-left: auto; color: var(--muted); font-size: .65rem; }
.duplicate-preview { padding: 1.5rem; }
.match-summary { margin-bottom: 1.2rem; display: flex; gap: .8rem; align-items: center; }
.match-icon { display: grid; width: 2.5rem; height: 2.5rem; place-items: center; border-radius: 50%; color: #8b5e20; background: #f6e7c7; }
.match-summary > div { display: grid; }
.match-summary small { color: var(--muted); }
.compare-grid { display: grid; grid-template-columns: 1fr auto 1fr; gap: .75rem; align-items: center; }
.compare-grid article { padding: .75rem; display: grid; border: 1px solid var(--line); border-radius: .7rem; }
.compare-art { height: 165px; margin-bottom: .7rem; display: grid; place-items: center; border-radius: .5rem; color: #456e5b; background: #dce9dc; font-size: 4.5rem; }
.compare-grid strong { overflow: hidden; font-size: .7rem; text-overflow: ellipsis; white-space: nowrap; }
.compare-grid small, .compare-grid article > span { color: var(--muted); font-size: .55rem; }
.same-badge { padding: .35rem; border-radius: 999px; color: #8b5e20; background: #f6e7c7; font-size: .48rem; font-weight: 900; }
.decision-row { margin-top: 1.2rem; display: flex; justify-content: flex-end; gap: .6rem; }
.decision-row button { padding: .6rem .8rem; border: 1px solid var(--line); border-radius: .5rem; color: var(--ink); background: #fff; font-size: .65rem; font-weight: 800; }
.decision-row .primary-small { border-color: var(--teal); color: #fff; background: var(--teal); }

.licence-preview { padding: 1.6rem; }
.selected-design { margin-bottom: 1.2rem; display: flex; gap: 1rem; align-items: center; }
.selected-art { display: grid; width: 86px; height: 86px; place-items: center; border-radius: .65rem; color: #a36b25; background: #f5dfaf; font-size: 2.8rem; }
.selected-design > div:last-child { display: grid; }
.selected-design small { color: var(--muted); font-size: .54rem; font-weight: 800; letter-spacing: .1em; }
.selected-design strong { font-family: Georgia, serif; font-size: 1.55rem; font-weight: 500; }
.selected-design span { color: var(--muted); font-size: .72rem; }
.licence-card { overflow: hidden; border: 1px solid var(--mint-deep); border-radius: .8rem; }
.licence-head { padding: 1rem; display: flex; gap: .8rem; align-items: center; background: #edf6f1; }
.check-circle { display: grid; width: 2.1rem; height: 2.1rem; place-items: center; border-radius: 50%; color: #fff; background: var(--teal); }
.licence-head > div { display: grid; }
.licence-head small { color: var(--muted); }
.safe-pill { margin-left: auto; padding: .3rem .55rem; border-radius: 999px; color: #2f6b57; background: #d9ede3; font-size: .58rem; font-weight: 850; }
.licence-card dl { margin: 0; padding: .3rem 1rem 1rem; }
.licence-card dl > div { padding: .75rem 0; display: grid; grid-template-columns: 130px 1fr; border-bottom: 1px solid var(--line); font-size: .7rem; }
.licence-card dl > div:last-child { border: 0; }
.licence-card dt { color: var(--muted); }
.licence-card dd { margin: 0; font-weight: 750; }

.privacy-section { padding: 7rem 0; color: #f8f3ea; background: var(--ink); }
.privacy-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 7rem; align-items: center; }
.privacy-grid h2 { margin-bottom: 0; }
.privacy-points { display: grid; gap: 1.2rem; }
.privacy-points article { padding: 1.3rem; display: flex; gap: 1rem; border: 1px solid rgba(255,255,255,.13); border-radius: .8rem; background: rgba(255,255,255,.04); }
.privacy-points article > span { display: grid; min-width: 2.4rem; height: 2.4rem; place-items: center; border-radius: 50%; color: var(--ink); background: #94bfb4; }
.privacy-points p { margin: .25rem 0 0; color: #bdcbc7; font-size: .85rem; }

.price-section { padding: 8rem 20px; background: var(--mint); }
.price-shell { width: min(1120px, 100%); margin: 0 auto; }
.price-heading { margin: 0 auto 3rem; text-align: center; }
.price-heading p:last-child { color: var(--muted); }
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; align-items: stretch; }
.price-card { padding: 2.2rem; position: relative; display: flex; flex-direction: column; border: 1px solid rgba(24, 52, 47, .1); border-radius: 1.15rem; text-align: center; background: var(--card); box-shadow: 0 16px 45px rgba(24, 52, 47, .07); }
.price-card.featured { border: 2px solid var(--teal); }
.popular-label { position: absolute; top: -14px; left: 50%; padding: .35rem .75rem; border-radius: 999px; color: #fff; background: var(--teal); font-size: .65rem; font-weight: 850; transform: translateX(-50%); }
.price-card h3 { margin-bottom: 1rem; font-size: 1.05rem; }
.price { margin-bottom: 1rem; display: flex; justify-content: center; align-items: baseline; }
.price > span { font-size: 1.35rem; }
.price strong { font-family: Georgia, serif; font-size: clamp(3.6rem, 6vw, 5rem); font-weight: 500; line-height: 1; }
.price small { margin-left: .5rem; color: var(--muted); }
.price-card > p { min-height: 6.7rem; color: var(--muted); }
.price-card .button { margin-top: auto; }
.price-note { margin: 1.2rem 0 0; color: var(--muted); font-size: .78rem; text-align: center; }

footer { padding: 3rem 20px; color: #bdcbc7; background: var(--ink); text-align: center; font-size: .8rem; }
footer p { margin: .5rem 0 0; }
.footer-brand { color: #fff; font-weight: 850; text-decoration: none; }
.footer-brand span { margin-right: .4rem; color: #94bfb4; }
.footer-links a { color: #dcece4; }

/* Supporting pages */
.preview-banner { padding: .6rem 1rem; color: #fff; background: var(--teal); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-align: center; text-transform: uppercase; }
.intent-main { width: min(760px, calc(100% - 40px)); min-height: calc(100vh - 180px); margin: 0 auto; padding: 6rem 0; display: grid; place-items: center; }
.intent-card { width: 100%; padding: clamp(2.2rem, 6vw, 4.5rem); border: 1px solid var(--line); border-radius: 1.3rem; background: var(--card); box-shadow: var(--shadow); }
.intent-card h1 { margin-bottom: 1.3rem; font-size: clamp(3rem, 7vw, 5.3rem); }
.intent-card > p:not(.eyebrow) { color: var(--ink-soft); font-size: 1.03rem; }
.intent-plan { margin: 1.7rem 0; padding: 1rem 1.15rem; display: flex; gap: .75rem; align-items: center; border-radius: .75rem; color: var(--teal-dark); background: var(--mint); font-weight: 800; }
.intent-plan::before { content: "♡"; font-size: 1.2rem; }
.intent-actions { margin-top: 2rem; display: flex; flex-wrap: wrap; gap: .8rem; }
.intent-fineprint { margin-top: 1.2rem; color: var(--muted); font-size: .78rem !important; }
.coming-soon-list { margin: 1.7rem 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: .65rem; list-style: none; }
.coming-soon-list li { padding: .85rem; border: 1px solid var(--line); border-radius: .65rem; color: var(--ink-soft); background: #fff; font-size: .75rem; text-align: center; }
.privacy-main { width: min(760px, calc(100% - 40px)); margin: 0 auto; padding: 5rem 0 7rem; }
.privacy-main h1 { font-size: clamp(3rem, 7vw, 5rem); }
.privacy-main h2 { margin-top: 2.5rem; font-family: Georgia, serif; font-size: 2rem; font-weight: 500; }
.privacy-main p, .privacy-main li { color: var(--ink-soft); }

/* Search-discovery guides */
.learn-hero { width: min(920px, calc(100% - 40px)); margin: 0 auto; padding: 6rem 0 4rem; text-align: center; }
.learn-hero h1 { font-size: clamp(3.2rem, 7vw, 5.8rem); }
.learn-hero > p:last-child { max-width: 680px; margin-inline: auto; color: var(--ink-soft); font-size: 1.08rem; }
.learn-grid { width: min(1100px, calc(100% - 40px)); margin: 0 auto; padding: 0 0 8rem; display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; }
.learn-card { min-height: 270px; padding: 2rem; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 1rem; color: var(--ink); background: var(--card); box-shadow: 0 16px 45px rgba(24, 52, 47, .06); text-decoration: none; transition: transform .18s ease, border-color .18s ease; }
.learn-card:hover { border-color: var(--teal); transform: translateY(-3px); }
.learn-card span { color: var(--teal); font-family: Georgia, serif; }
.learn-card h2 { margin: 2rem 0 .75rem; font-family: Georgia, serif; font-size: 2rem; font-weight: 500; line-height: 1.05; }
.learn-card p { margin: 0; color: var(--muted); }
.learn-card strong { margin-top: auto; padding-top: 1.5rem; color: var(--teal); }
.article-main { width: min(820px, calc(100% - 40px)); margin: 0 auto; padding: 5.5rem 0 8rem; }
.article-hero { margin-bottom: 3.5rem; }
.article-hero h1 { font-size: clamp(3rem, 7vw, 5.4rem); line-height: .97; }
.article-deck { max-width: 720px; color: var(--ink-soft); font-size: 1.16rem; }
.article-meta { color: var(--muted); font-size: .78rem; }
.article-body h2 { margin: 3.7rem 0 1rem; font-family: Georgia, serif; font-size: 2.35rem; font-weight: 500; letter-spacing: -.025em; line-height: 1.08; }
.article-body h3 { margin: 2.4rem 0 .8rem; font-size: 1.15rem; }
.article-body p, .article-body li { color: var(--ink-soft); font-size: 1.01rem; }
.article-body li + li { margin-top: .6rem; }
.article-body a { color: var(--teal-dark); }
.article-callout { margin: 2.5rem 0; padding: 1.5rem 1.65rem; border-left: 4px solid var(--gold); border-radius: 0 .75rem .75rem 0; background: var(--card); }
.article-callout p:last-child { margin-bottom: 0; }
.guide-visual { margin: 2.7rem 0; padding: 1.25rem; border: 1px solid var(--line); border-radius: 1rem; background: #fff; box-shadow: 0 16px 45px rgba(24, 52, 47, .07); }
.guide-visual figcaption { margin-top: 1rem; color: var(--muted); font-size: .75rem; text-align: center; }
.folder-demo { display: grid; grid-template-columns: 1fr auto 1fr; gap: 1rem; align-items: center; }
.folder-tree { padding: 1.2rem; border-radius: .7rem; background: #f4f7f3; font-size: .78rem; }
.folder-tree strong { display: block; margin-bottom: .7rem; }
.folder-tree span { display: block; margin: .35rem 0; color: var(--ink-soft); }
.folder-tree.good span { padding: .35rem .5rem; border-radius: .35rem; background: #e1eee7; }
.demo-arrow { color: var(--teal); font-size: 1.7rem; }
.preview-demo { display: grid; grid-template-columns: repeat(4, 1fr); gap: .7rem; }
.preview-tile { padding: .6rem; border: 1px solid var(--line); border-radius: .55rem; }
.preview-tile div { height: 100px; display: grid; place-items: center; border-radius: .4rem; color: #5b775f; background: #dce9dc; font-size: 2.7rem; }
.preview-tile strong { display: block; margin-top: .5rem; overflow: hidden; font-size: .62rem; text-overflow: ellipsis; white-space: nowrap; }
.compare-demo { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; }
.compare-demo article { padding: 1rem; border: 1px solid var(--line); border-radius: .7rem; background: #f8faf8; }
.compare-demo strong { display: block; }
.compare-demo span { color: var(--muted); font-size: .72rem; }
.compare-demo .same { border-color: var(--mint-deep); background: #edf6f1; }
.record-demo { overflow: hidden; border: 1px solid var(--mint-deep); border-radius: .7rem; }
.record-demo header { padding: 1rem; color: var(--teal-dark); background: #e5f1eb; font-weight: 850; }
.record-demo dl { margin: 0; padding: .4rem 1rem 1rem; }
.record-demo dl div { padding: .75rem 0; display: grid; grid-template-columns: 160px 1fr; border-bottom: 1px solid var(--line); }
.record-demo dl div:last-child { border: 0; }
.record-demo dt { color: var(--muted); }
.record-demo dd { margin: 0; font-weight: 750; }
.article-cta { margin-top: 4rem; padding: 2.5rem; border-radius: 1rem; color: #f8f3ea; background: var(--ink); }
.article-cta h2 { margin-top: 0; color: #fff; }
.article-cta p { color: #bdcbc7; }
.article-cta .button { border-color: #fff; color: var(--ink); background: #fff; }

@media (max-width: 1050px) {
  .hero { grid-template-columns: 1fr; }
  .hero-copy { max-width: 760px; }
  .hero-window { width: 100%; min-width: 0; transform: none; }
}

@media (max-width: 820px) {
  .feature-row, .feature-row.reverse, .privacy-grid { grid-template-columns: 1fr; gap: 3rem; }
  .feature-row.reverse .feature-copy { order: 0; }
  .problem-grid, .price-grid { grid-template-columns: 1fr; }
  .price-card > p { min-height: auto; }
  .result-art { height: 140px; }
  .coming-soon-list { grid-template-columns: 1fr; }
  .learn-grid { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .site-header, .section-shell { width: min(100% - 28px, 1180px); }
  .site-nav a:not(.header-link) { display: none; }
  .hero { min-height: auto; padding: 3.5rem 0 5rem; }
  h1 { font-size: 3.45rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .app-layout { grid-template-columns: 1fr; }
  .app-sidebar { display: none; }
  .design-grid { grid-template-columns: 1fr 1fr; }
  .design-art { height: 85px; }
  .problem-grid { gap: 2rem; }
  .showcase { padding-top: 5.5rem; }
  .section-heading.centered { margin-bottom: 5rem; }
  .feature-row { margin-bottom: 6rem; }
  .result-grid { grid-template-columns: 1fr; }
  .result-art { height: 150px; }
  .compare-grid { grid-template-columns: 1fr; }
  .same-badge { justify-self: center; }
  .compare-art { height: 120px; }
  .decision-row { display: grid; }
  .licence-card dl > div { grid-template-columns: 1fr; gap: .2rem; }
  .folder-demo { grid-template-columns: 1fr; }
  .demo-arrow { justify-self: center; transform: rotate(90deg); }
  .preview-demo { grid-template-columns: 1fr 1fr; }
  .compare-demo { grid-template-columns: 1fr; }
  .record-demo dl div { grid-template-columns: 1fr; gap: .2rem; }
}
