:root {
    color-scheme: light;
    --ink: #14231b;
    --muted: #647269;
    --forest: #164e38;
    --forest-deep: #0b3022;
    --leaf: #45a66f;
    --lime: #c9f27b;
    --cream: #f5f3ea;
    --paper: #fffef9;
    --line: rgba(20, 35, 27, .13);
    --shadow: 0 24px 70px rgba(15, 48, 34, .12);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: inherit; }
.shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.site-header { position: sticky; z-index: 20; top: 0; border-bottom: 1px solid var(--line); background: rgba(255, 254, 249, .92); backdrop-filter: blur(18px); }
.nav { min-height: 76px; display: flex; align-items: center; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 11px; margin-right: auto; text-decoration: none; font-weight: 850; letter-spacing: -.035em; }
.brand-mark { position: relative; width: 34px; height: 34px; border-radius: 50% 50% 46% 54%; background: var(--forest); box-shadow: inset 0 -7px 0 rgba(0,0,0,.08); }
.brand-mark::before, .brand-mark::after { content: ""; position: absolute; background: var(--lime); border-radius: 999px 999px 999px 2px; transform-origin: bottom left; }
.brand-mark::before { width: 13px; height: 7px; left: 9px; top: 8px; transform: rotate(-18deg); }
.brand-mark::after { width: 12px; height: 7px; left: 17px; top: 15px; transform: rotate(42deg); }
.brand small { display: block; color: var(--muted); font-size: 9px; font-weight: 750; letter-spacing: .16em; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 25px; font-size: 14px; font-weight: 720; }
.nav-links a { text-decoration: none; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--forest); }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 19px; border: 1px solid var(--forest); border-radius: 999px; background: var(--forest); color: #fff; text-decoration: none; font-size: 14px; font-weight: 800; transition: transform .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); background: var(--forest-deep); }
.button.secondary { background: transparent; color: var(--forest); }
.button.light { border-color: rgba(255,255,255,.35); background: #fff; color: var(--forest-deep); }
.eyebrow { margin: 0 0 14px; color: var(--forest); font-size: 12px; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.hero { overflow: hidden; padding: 92px 0 78px; background: radial-gradient(circle at 86% 8%, rgba(201,242,123,.37), transparent 28%), linear-gradient(135deg, var(--paper) 56%, #eef6ed); }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 66px; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 750px; margin-bottom: 22px; font-size: clamp(46px, 6vw, 78px); line-height: .98; letter-spacing: -.065em; }
h2 { margin-bottom: 18px; font-size: clamp(32px, 4vw, 52px); line-height: 1.04; letter-spacing: -.05em; }
h3 { margin-bottom: 10px; font-size: 20px; letter-spacing: -.025em; }
.lede { max-width: 650px; margin-bottom: 30px; color: var(--muted); font-size: clamp(18px, 2vw, 21px); line-height: 1.62; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; }
.trust-line { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 30px; color: var(--muted); font-size: 13px; font-weight: 700; }
.trust-line span::before { content: "✓"; margin-right: 7px; color: var(--leaf); }
.dashboard-card { position: relative; min-height: 475px; padding: 22px; border: 1px solid rgba(255,255,255,.7); border-radius: 28px; background: var(--forest-deep); color: #fff; box-shadow: var(--shadow); transform: rotate(1deg); }
.dash-top { display: flex; align-items: center; justify-content: space-between; padding-bottom: 17px; border-bottom: 1px solid rgba(255,255,255,.13); }
.dash-dots { display: flex; gap: 5px; }
.dash-dots i { width: 7px; height: 7px; border-radius: 50%; background: var(--lime); opacity: .75; }
.status { padding: 7px 10px; border-radius: 999px; background: rgba(201,242,123,.13); color: var(--lime); font-size: 10px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.metric-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 19px 0; }
.metric { padding: 16px; border: 1px solid rgba(255,255,255,.1); border-radius: 15px; background: rgba(255,255,255,.06); }
.metric span { display: block; color: rgba(255,255,255,.6); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.metric strong { display: block; margin-top: 9px; font-size: 21px; }
.chart { display: flex; align-items: end; gap: 9px; height: 155px; padding: 20px 17px 14px; border-radius: 17px; background: rgba(255,255,255,.055); }
.chart i { flex: 1; min-height: 16%; border-radius: 7px 7px 2px 2px; background: linear-gradient(var(--lime), #6bbc7f); opacity: .9; }
.activity { display: grid; gap: 8px; margin-top: 14px; }
.activity div { display: flex; justify-content: space-between; padding: 10px 13px; border-radius: 10px; background: rgba(255,255,255,.05); color: rgba(255,255,255,.72); font-size: 12px; }
.activity strong { color: #fff; }
.section { padding: 92px 0; }
.section.tint { background: var(--cream); }
.section.dark { background: var(--forest-deep); color: #fff; }
.section-heading { max-width: 720px; margin-bottom: 45px; }
.section-heading p { color: var(--muted); font-size: 18px; line-height: 1.65; }
.dark .section-heading p, .dark .eyebrow { color: rgba(255,255,255,.65); }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card { padding: 28px; border: 1px solid var(--line); border-radius: 22px; background: var(--paper); }
.card p { margin-bottom: 0; color: var(--muted); line-height: 1.6; }
.icon { display: grid; width: 42px; height: 42px; margin-bottom: 22px; place-items: center; border-radius: 13px; background: #e6f4e8; color: var(--forest); font-weight: 900; }
.canopy { display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; align-items: center; }
.canopy-map { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.canopy-node { padding: 22px; border: 1px solid rgba(255,255,255,.13); border-radius: 18px; background: rgba(255,255,255,.055); }
.canopy-node small { color: var(--lime); font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.canopy-node strong { display: block; margin-top: 8px; font-size: 18px; }
.page-hero { padding: 80px 0 64px; background: linear-gradient(140deg, #edf5ec, var(--paper) 70%); }
.page-hero h1 { max-width: 850px; }
.feature-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.feature-row { padding: 30px; border: 1px solid var(--line); border-radius: 20px; }
.feature-row ul, .plan ul { margin: 18px 0 0; padding: 0; list-style: none; color: var(--muted); }
.feature-row li, .plan li { position: relative; margin-top: 10px; padding-left: 22px; line-height: 1.45; }
.feature-row li::before, .plan li::before { content: ""; position: absolute; left: 0; top: .48em; width: 8px; height: 8px; border-radius: 50%; background: var(--leaf); }
.plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch; }
.plan { display: flex; flex-direction: column; padding: 30px; border: 1px solid var(--line); border-radius: 24px; background: #fff; }
.plan.featured { border: 2px solid var(--forest); box-shadow: var(--shadow); transform: translateY(-8px); }
.plan-name { color: var(--forest); font-size: 13px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.price { margin: 15px 0 5px; font-size: 31px; font-weight: 850; letter-spacing: -.045em; }
.price-note { min-height: 44px; color: var(--muted); line-height: 1.45; }
.plan ul { flex: 1; margin-bottom: 28px; }
.note-box { margin-top: 34px; padding: 25px; border-radius: 18px; background: #eaf3e9; color: var(--forest-deep); }
.demo-wrap { display: grid; grid-template-columns: 230px 1fr; min-height: 610px; overflow: hidden; border: 1px solid var(--line); border-radius: 26px; background: #fff; box-shadow: var(--shadow); }
.demo-side { padding: 22px; background: var(--forest-deep); color: #fff; }
.demo-side strong { display: block; margin-bottom: 24px; }
.demo-tab { width: 100%; margin: 3px 0; padding: 12px 14px; border: 0; border-radius: 10px; background: transparent; color: rgba(255,255,255,.65); text-align: left; font: inherit; font-size: 13px; font-weight: 750; cursor: pointer; }
.demo-tab.active { background: rgba(201,242,123,.14); color: var(--lime); }
.demo-main { padding: 30px; background: #f8faf7; }
.demo-banner { display: flex; justify-content: space-between; gap: 20px; margin-bottom: 24px; padding: 13px 16px; border: 1px solid #d8e6d9; border-radius: 12px; background: #f0f7ee; color: var(--forest); font-size: 12px; font-weight: 700; }
.demo-panel { display: none; }
.demo-panel.active { display: block; }
.demo-kpis { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 22px 0; }
.demo-kpi, .demo-table { padding: 20px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.demo-kpi span { color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.demo-kpi strong { display: block; margin-top: 8px; font-size: 25px; }
.demo-table { display: grid; gap: 0; }
.demo-table div { display: grid; grid-template-columns: 1.5fr 1fr .7fr; gap: 10px; padding: 13px 4px; border-bottom: 1px solid var(--line); font-size: 13px; }
.demo-table div:last-child { border: 0; }
.demo-table span:last-child { text-align: right; font-weight: 800; }
.cta { padding: 55px; border-radius: 28px; background: linear-gradient(125deg, var(--forest), var(--forest-deep)); color: #fff; }
.cta p { max-width: 640px; color: rgba(255,255,255,.7); font-size: 18px; line-height: 1.6; }
.site-footer { padding: 48px 0; border-top: 1px solid var(--line); }
.footer-grid { display: flex; justify-content: space-between; gap: 30px; color: var(--muted); font-size: 13px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 20px; }
.footer-links a { text-decoration: none; }
@media (max-width: 850px) {
    .nav-links a:not(.button) { display: none; }
    .hero { padding-top: 60px; }
    .hero-grid, .canopy { grid-template-columns: 1fr; }
    .dashboard-card { min-height: 420px; transform: none; }
    .cards, .plans { grid-template-columns: 1fr; }
    .feature-list { grid-template-columns: 1fr; }
    .plan.featured { transform: none; }
    .demo-wrap { grid-template-columns: 1fr; }
    .demo-side { display: flex; gap: 5px; overflow-x: auto; }
    .demo-side strong { display: none; }
    .demo-tab { width: auto; white-space: nowrap; }
}
@media (max-width: 560px) {
    .shell { width: min(100% - 26px, 1180px); }
    .nav { min-height: 66px; }
    .nav .button { min-height: 40px; padding-inline: 14px; }
    h1 { font-size: 45px; }
    .section { padding: 68px 0; }
    .metric-grid, .demo-kpis { grid-template-columns: 1fr; }
    .metric-grid { gap: 7px; }
    .metric { padding: 11px; }
    .metric strong { font-size: 17px; }
    .canopy-map { grid-template-columns: 1fr; }
    .demo-main { padding: 18px; }
    .demo-table div { grid-template-columns: 1fr .6fr; }
    .demo-table div span:nth-child(2) { display: none; }
    .cta { padding: 32px 25px; }
    .footer-grid { flex-direction: column; }
}
/* Public SIMIAN brand layer */
:root {
    --ink: #171612;
    --muted: #6f6b60;
    --forest: #243a2e;
    --forest-deep: #111b16;
    --leaf: #557760;
    --lime: #d7c59d;
    --cream: #f2eee3;
    --paper: #fffefa;
    --line: rgba(23, 22, 18, .13);
    --shadow: 0 24px 70px rgba(23, 22, 18, .13);
}
.nav-shell { min-height: 78px; display: flex; align-items: center; gap: 28px; }
.brand { width: 152px; height: 55px; overflow: hidden; flex: 0 0 auto; }
.brand img { display: block; width: 100%; height: 100%; object-fit: contain; }
.nav-shell nav { display: flex; align-items: center; gap: 26px; margin-left: auto; }
.nav-shell nav a { position: relative; text-decoration: none; font-size: 14px; font-weight: 760; }
.nav-shell nav a::after { content: ""; position: absolute; right: 0; bottom: -10px; left: 0; height: 2px; background: #b69655; transform: scaleX(0); transition: transform .2s ease; }
.nav-shell nav a:hover::after, .nav-shell nav a.active::after { transform: scaleX(1); }
.button-small { min-height: 41px; padding-inline: 17px; }
.button-dark, .button-primary { border-color: var(--ink); background: var(--ink); color: #fff; }
.button-dark:hover, .button-primary:hover { background: #000; }
.button-ghost { border-color: rgba(23,22,18,.23); background: transparent; color: var(--ink); }
.button-ghost:hover { border-color: var(--ink); background: var(--ink); color: #fff; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; }
.hero { background: radial-gradient(circle at 86% 8%, rgba(215,197,157,.45), transparent 28%), linear-gradient(135deg, var(--paper) 56%, #f0ede5); }
.hero h1 em { display: block; color: #98783b; font-family: Georgia, serif; font-weight: 500; }
.product-frame { overflow: hidden; border: 1px solid rgba(255,255,255,.55); border-radius: 26px; background: var(--forest-deep); color: #fff; box-shadow: var(--shadow); transform: rotate(1deg); }
.frame-top { display: flex; align-items: center; gap: 6px; min-height: 43px; padding: 0 16px; border-bottom: 1px solid rgba(255,255,255,.1); }
.frame-top span { width: 7px; height: 7px; border-radius: 50%; background: #d7c59d; opacity: .7; }
.frame-top b { margin-left: auto; color: rgba(255,255,255,.6); font-size: 10px; letter-spacing: .06em; }
.frame-body { display: grid; grid-template-columns: 52px 1fr; min-height: 430px; }
.frame-body aside { display: flex; flex-direction: column; align-items: center; gap: 23px; padding-top: 20px; border-right: 1px solid rgba(255,255,255,.08); }
.frame-body aside strong { display: grid; width: 27px; height: 27px; place-items: center; border-radius: 8px; background: #d7c59d; color: var(--ink); }
.frame-body aside i { width: 15px; height: 3px; border-radius: 3px; background: rgba(255,255,255,.25); }
.mock-main { padding: 24px 20px; }
.mock-heading { display: flex; align-items: start; justify-content: space-between; gap: 15px; }
.mock-heading small, .chart-panel small, .activity-panel small { color: rgba(255,255,255,.5); font-size: 9px; font-style: normal; letter-spacing: .12em; }
.mock-heading h3 { margin-top: 5px; }
.mock-heading > span { padding: 6px 9px; border-radius: 999px; background: rgba(215,197,157,.12); color: #d7c59d; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.metric-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 9px; margin: 18px 0; }
.metric-row article, .chart-panel, .activity-panel { padding: 14px; border: 1px solid rgba(255,255,255,.09); border-radius: 14px; background: rgba(255,255,255,.05); }
.metric-row small { display: block; color: rgba(255,255,255,.5); font-size: 8px; }
.metric-row b { display: block; margin: 8px 0 5px; font-size: 18px; }
.metric-row em { color: #d7c59d; font-size: 10px; font-style: normal; }
.mock-panels { display: grid; grid-template-columns: 1.15fr .85fr; gap: 9px; }
.bars { display: flex; align-items: end; gap: 6px; height: 105px; padding-top: 15px; }
.bars i { flex: 1; border-radius: 5px 5px 2px 2px; background: linear-gradient(#d7c59d,#577562); }
.bars i:nth-child(1) { height: 35%; } .bars i:nth-child(2) { height: 55%; } .bars i:nth-child(3) { height: 43%; } .bars i:nth-child(4) { height: 72%; } .bars i:nth-child(5) { height: 61%; } .bars i:nth-child(6) { height: 84%; } .bars i:nth-child(7) { height: 96%; }
.activity-panel p { display: flex; justify-content: space-between; gap: 8px; margin: 15px 0 0; color: rgba(255,255,255,.55); font-size: 9px; }
.activity-panel p b { color: #fff; }
.three-up { display: grid; grid-template-columns: repeat(3,1fr); gap: 32px; }
.three-up article { padding-top: 24px; border-top: 1px solid var(--line); }
.three-up article > b, .feature-number { color: #a78747; font-size: 12px; letter-spacing: .12em; }
.three-up p { color: var(--muted); line-height: 1.6; }
.centered { margin-right: auto; margin-left: auto; text-align: center; }
.canopy-section { background: var(--forest-deep); color: #fff; }
.canopy-section .section-heading p { color: rgba(255,255,255,.62); }
.canopy-section .eyebrow { color: #d7c59d; }
.canopy { position: relative; display: grid; grid-template-columns: repeat(4,1fr); gap: 13px; padding-bottom: 150px; }
.canopy article { position: relative; padding: 22px; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; background: rgba(255,255,255,.055); }
.canopy article::after { content: ""; position: absolute; left: 50%; top: 100%; width: 1px; height: 35px; background: rgba(215,197,157,.35); }
.canopy article span { color: #d7c59d; font-size: 10px; letter-spacing: .12em; }
.canopy article h3 { margin: 7px 0; }
.canopy article p { margin: 0; color: rgba(255,255,255,.58); font-size: 13px; line-height: 1.5; }
.trunk { position: absolute; bottom: 0; left: 50%; display: grid; width: 230px; height: 95px; place-content: center; border: 1px solid rgba(215,197,157,.35); border-radius: 60px 60px 8px 8px; background: #1e3027; text-align: center; transform: translateX(-50%); }
.trunk strong { font-size: 22px; letter-spacing: .08em; }
.trunk span { color: #d7c59d; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.origin-section { background: var(--cream); }
.origin-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.origin-grid p { color: var(--muted); font-size: 17px; line-height: 1.72; }
.text-link { font-weight: 850; text-decoration: none; }
.text-link span { color: #a78747; }
.cta-section { padding: 34px 0 90px; }
.cta-panel { display: flex; align-items: center; justify-content: space-between; gap: 35px; padding: 48px 52px; border-radius: 27px; background: var(--ink); color: #fff; }
.cta-panel h2 { max-width: 800px; margin-bottom: 0; font-size: clamp(28px,3.6vw,44px); }
.cta-panel .eyebrow { color: #d7c59d; }
.cta-panel .button-primary { flex: 0 0 auto; border-color: #d7c59d; background: #d7c59d; color: var(--ink); }
.narrow { max-width: 850px; }
.feature-list { display: grid; grid-template-columns: 1fr; }
.feature-row { display: grid; grid-template-columns: 50px .9fr 1.1fr; gap: 24px; align-items: start; }
.feature-row > div p { color: var(--muted); line-height: 1.6; }
.feature-row ul { margin-top: 0; }
.plan-label { color: #a78747; font-size: 11px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.plan > p { min-height: 96px; color: var(--muted); line-height: 1.6; }
.plan .button { margin-top: auto; }
.popular { align-self: start; margin: -48px 0 20px; padding: 7px 12px; border-radius: 999px; background: var(--ink); color: #fff; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.pricing-section { padding-top: 60px; }
.pricing-note { display: flex; gap: 18px; margin-top: 38px; padding: 22px 26px; border-radius: 16px; background: var(--cream); }
.pricing-note p { margin: 0; color: var(--muted); }
.demo-heading { padding-bottom: 35px; }
.demo-app { display: grid; grid-template-columns: 215px 1fr; min-height: 610px; overflow: hidden; border: 1px solid var(--line); border-radius: 26px; background: #fff; box-shadow: var(--shadow); }
.demo-nav { display: flex; flex-direction: column; padding: 25px 18px; background: var(--forest-deep); color: #fff; }
.demo-nav > strong { font-size: 21px; letter-spacing: .08em; }
.demo-nav > small { margin: 4px 0 24px; color: #d7c59d; font-size: 8px; letter-spacing: .13em; }
.demo-nav button { padding: 12px 14px; border: 0; border-radius: 10px; background: transparent; color: rgba(255,255,255,.62); text-align: left; font: inherit; font-size: 13px; font-weight: 750; cursor: pointer; }
.demo-nav button.active { background: rgba(215,197,157,.14); color: #e5d5b0; }
.read-only { margin-top: auto; color: rgba(255,255,255,.4); font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.demo-content { padding: 30px; background: #f7f6f1; }
.demo-top { display: flex; align-items: start; justify-content: space-between; gap: 20px; }
.demo-top small { color: #a78747; font-weight: 850; letter-spacing: .12em; }
.demo-top h2 { margin-top: 6px; font-size: 34px; }
.demo-top > span { padding: 8px 11px; border-radius: 999px; background: #ebe7dc; color: var(--muted); font-size: 11px; font-weight: 750; }
.demo-panel { display: block; }
.demo-metrics { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin: 15px 0 22px; }
.demo-metrics article { padding: 20px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.demo-metrics small, .demo-metrics b, .demo-metrics em { display: block; }
.demo-metrics small { color: var(--muted); font-size: 10px; letter-spacing: .08em; }
.demo-metrics b { margin: 9px 0 5px; font-size: 25px; }
.demo-metrics em { color: #59715f; font-size: 11px; font-style: normal; }
.demo-table { padding: 10px 20px; }
.demo-table-head, .demo-table p { display: grid; grid-template-columns: 1.2fr 1fr .7fr; gap: 15px; align-items: center; padding: 15px 2px; border-bottom: 1px solid var(--line); }
.demo-table-head span { grid-column: 3; color: var(--muted); text-align: right; font-size: 10px; text-transform: uppercase; }
.demo-table p { margin: 0; font-size: 13px; }
.demo-table p span { color: var(--muted); }
.demo-table p em { text-align: right; font-style: normal; font-weight: 750; }
.brand-footer { width: 165px; height: 64px; margin-bottom: 8px; }
.provenance { display: flex; flex-direction: column; text-align: right; }
.provenance strong { color: var(--ink); }
.footer-base { display: flex; justify-content: space-between; margin-top: 30px; padding-top: 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; }
@media (max-width: 850px) {
    .nav-shell nav { display: none; }
    .product-frame { transform: none; }
    .three-up, .origin-grid { grid-template-columns: 1fr; gap: 22px; }
    .canopy { grid-template-columns: repeat(2,1fr); }
    .feature-row { grid-template-columns: 38px 1fr; }
    .feature-row ul { grid-column: 2; }
    .cta-panel { align-items: start; flex-direction: column; }
}
@media (max-width: 560px) {
    .nav-shell { min-height: 68px; gap: 12px; }
    .brand { width: 116px; height: 44px; }
    .button-small { padding-inline: 12px; font-size: 12px; }
    .frame-body { grid-template-columns: 1fr; }
    .frame-body aside { display: none; }
    .mock-main { padding: 18px 12px; }
    .metric-row, .mock-panels, .canopy, .demo-metrics { grid-template-columns: 1fr; }
    .canopy { padding-bottom: 125px; }
    .canopy article::after { display: none; }
    .feature-row { grid-template-columns: 1fr; }
    .feature-row ul { grid-column: 1; }
    .cta-panel { padding: 34px 25px; }
    .pricing-note { flex-direction: column; }
    .demo-app { grid-template-columns: 1fr; }
    .demo-nav { flex-direction: row; align-items: center; gap: 3px; overflow-x: auto; }
    .demo-nav > strong, .demo-nav > small, .read-only { display: none; }
    .demo-nav button { white-space: nowrap; }
    .demo-content { padding: 20px 14px; }
    .demo-table-head, .demo-table p { grid-template-columns: 1fr .7fr; }
    .demo-table-head span { grid-column: 2; }
    .demo-table p span { display: none; }
    .footer-grid { display: grid; }
    .provenance { text-align: left; }
}

