.editorial-home {
  --paper: #f7f8f2; --white: #fff; --ink: #202923; --muted: #60695f;
  --green: #126448; --green-dark: #104b38; --line: #dce1d7; --soft: #e8eee3;
  --shell-bg: var(--paper); --shell-surface: var(--white); --shell-surface-raised: var(--soft);
  --shell-border: var(--line); --shell-border-strong: #a2b3a3; --shell-text: var(--ink);
  --shell-text-muted: var(--muted); --shell-info: var(--green); --accent-text: var(--green);
  margin: 0; background: var(--paper); color: var(--ink); font: 15px/1.65 Onest, Arial, sans-serif;
  -webkit-font-smoothing: antialiased; color-scheme: light;
}
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
.editorial-home [hidden] { display: none !important; }
.editorial-home a { color: inherit; text-decoration: none; }
.editorial-home button { cursor: pointer; }
.editorial-home h1,.editorial-home h2,.editorial-home h3,.editorial-home p { margin: 0; }
.editorial-home h1,.editorial-home h2,.editorial-home h3 { font-weight: 500; }
.editorial-home h2 { font-size: clamp(31px, 3.4vw, 47px); letter-spacing: -2px; line-height: 1.13; }
.editorial-home h2 span { color: var(--green); }
.editorial-home :focus-visible { outline: 3px solid var(--green); outline-offset: 5px; }
.e-wrap { width: min(1220px, calc(100% - 96px)); margin-inline: auto; }
.e-eyebrow { font-size: 11px; font-weight: 600; letter-spacing: .055em; color: var(--muted); }
.e-dot { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: var(--green); margin-right: 8px; }
.e-button { display: inline-flex; align-items: center; justify-content: center; gap: 25px; min-height: 52px; padding: 14px 22px; border: 1px solid var(--green); border-radius: 7px; background: var(--green); color: white !important; font: 500 13px/1.4 Onest,Arial,sans-serif; transition: background .18s, transform .18s; }
.e-button:hover { background: var(--green-dark); transform: translateY(-2px); }
.e-button:active { transform: translateY(0); }
.e-button span { font-size: 20px; line-height: 1; }
.e-button-full { width: 100%; justify-content: space-between; }
.e-button-outline { background: var(--white); color: var(--ink) !important; border-color: var(--line); justify-content: center; }
.e-button-outline:hover { background: var(--soft); }
.e-text-link { display: inline-flex; gap: 18px; align-items: center; min-height: 44px; font-size: 12px; font-weight: 500; }
.e-text-link:hover { color: var(--green); text-decoration: underline; text-underline-offset: 5px; }
.e-text-link span { font-size: 18px; }

/* The shared navigation retains its existing behavior; the homepage supplies its light theme. */
.editorial-home .site-header { background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: none; position: sticky; top: 0; }
.editorial-home .site-header.scrolled { background: var(--paper); box-shadow: 0 4px 20px #20292305; }
.editorial-home .site-nav { max-width: 1220px; width: calc(100% - 96px); padding-inline: 0; min-height: 80px; }
.editorial-home .site-header .site-logo { color: var(--ink); font-family: Onest,Arial,sans-serif; letter-spacing: -1.6px; font-size: 28px; font-weight: 800; }
.editorial-home .site-header .site-link { color: var(--muted); font: 500 12px Onest,Arial,sans-serif; }
.editorial-home .site-header .site-link:hover,.editorial-home .site-header .site-link[aria-current="page"] { color: var(--ink); background: transparent; }
.editorial-home .site-header .site-login,.editorial-home .site-header .site-kit { color: var(--ink); border-color: transparent; font: 500 12px Onest,Arial,sans-serif; }
.editorial-home .site-header .site-login:hover,.editorial-home .site-header .site-kit:hover { background: var(--soft); }
.editorial-home .site-header .site-cta { background: var(--green); color: white; border: 0; border-radius: 6px; font: 500 12px Onest,Arial,sans-serif; padding: 13px 18px; }
.editorial-home .site-header .site-cta:hover { background: var(--green-dark); }
.editorial-home .site-drop { background: var(--white); border-color: var(--line); box-shadow: 0 12px 30px #20292312; }
.editorial-home .site-header .site-drop strong { color: var(--ink); }
.editorial-home .site-header .site-drop span { color: var(--muted); }
.editorial-home .site-header .site-drop a:hover,.editorial-home .site-header .site-drop a[aria-current="page"] { background: var(--soft); }
.editorial-home .site-header .site-burger { background: transparent; border-color: var(--line); }
.editorial-home .site-header .site-burger span { background: var(--ink); }
.editorial-home .site-header .site-skip { color: white; background: var(--green); }

.e-hero { display: grid; grid-template-columns: 1fr 1.08fr; gap: 48px; padding-top: 52px; padding-bottom: 56px; align-items: center; }
.e-hero-copy { padding-bottom: 8px; }
.e-hero h1 { font-size: clamp(48px, 5.6vw, 78px); line-height: 1.06; letter-spacing: -.065em; margin: 0 0 27px; }
.e-title-line { display: block; overflow: hidden; padding: .06em .08em .1em 0; margin-bottom: -.16em; }
.e-title-line > span { display: block; }
.e-title-accent { color: var(--green); font-family: Georgia,serif; font-style: italic; font-weight: 400; letter-spacing: -.065em; font-size: 1.12em; line-height: 1.03; padding-bottom: .18em; margin-bottom: -.08em; }
.e-hero .e-lead { max-width: 355px; font-size: 17px; line-height: 1.55; letter-spacing: -.3px; }
.e-intro { max-width: 390px; color: var(--muted); font-size: 13px; line-height: 1.85; margin-top: 12px !important; }
.e-hero-actions { display: flex; align-items: center; gap: 25px; margin-top: 29px; flex-wrap: wrap; }
.e-purchase-note { margin-top: 17px !important; font-size: 10px; color: var(--muted); display: flex; gap: 9px; align-items: center; flex-wrap: wrap; }
.e-purchase-note > span:first-child { color: var(--green); }
.e-kit-scene { margin: 0; position: relative; height: 600px; border: 1px solid #dde5d5; border-radius: 18px; background: #e9eee2; padding: 25px; isolation: isolate; }
.e-scene-top { display: flex; justify-content: space-between; align-items: center; gap: 12px; color: #566550; font-size: 9px; }
.e-scene-top span:first-child { font-weight: 700; letter-spacing: .12em; }
.e-guide { position: absolute; top: 67px; left: 42px; width: 65%; height: 350px; padding: 25px 28px; border-radius: 3px 9px 9px 3px; background: #1e503d; color: #fbfbed; transform: rotate(-5deg); box-shadow: -4px 2px 0 #cbd4c2, -7px 4px 0 #d7dece, 0 18px 28px #2a45201a; }
.e-guide::before { content: ''; position: absolute; top: 0; bottom: 0; left: 7px; width: 1px; background: #ffffff16; }
.e-guide-top,.e-guide-bottom { display: flex; justify-content: space-between; align-items: center; }
.e-guide-top b { font-size: 22px; letter-spacing: -1.5px; }
.e-guide-top span { font-size: 7px; letter-spacing: .08em; }
.e-guide-title { font: 43px/1.02 Georgia,serif; letter-spacing: -1.5px; margin-top: 25px; }
.e-guide-title em { color: #d3e6b6; font-weight: normal; }
.e-guide p { font-size: 8px; line-height: 1.5; margin-top: 20px; color: #d8e5d5; }
.e-guide-bottom { margin-top: 22px; border-top: 1px solid #b4cfbd50; padding-top: 12px; font-size: 7px; letter-spacing: .15em; }
.e-guide-bottom span:last-child { font-size: 20px; }
.e-library { position: absolute; top: 308px; left: 84px; right: 25px; background: #fff; padding: 14px 20px; border: 1px solid #dce3d7; border-radius: 10px; box-shadow: 0 20px 36px #1c3c231c, 0 3px 6px #1c3c2306; transform: rotate(1.5deg); }
.e-library-head { display: flex; align-items: center; gap: 8px; font-size: 12px; }
.e-library-head b { font-weight: 600; }
.e-library-icon { color: var(--green); font-size: 18px; line-height: 1; }
.e-library-count { margin-left: auto; font-size: 9px; color: var(--green); background: var(--soft); padding: 2px 7px; border-radius: 4px; }
.e-library-line { padding: 6px 0 8px; border-bottom: 1px solid var(--line); font-size: 9px; color: var(--muted); }
.e-library-row { display: flex; align-items: center; gap: 10px; padding: 7px 0; border-bottom: 1px solid #edf0e9; }
.e-mini-icon { width: 27px; height: 29px; border-radius: 5px; background: var(--paper); color: #526f52; display: grid; place-items: center; font-size: 14px; }
.e-library-row b { display: block; font-size: 11px; font-weight: 500; line-height: 1.4; }
.e-library-row small { display: block; font-size: 8px; line-height: 1.35; margin-top: 3px; color: var(--muted); }
.e-library-row > span:last-child { font-size: 13px; margin-left: auto; color: var(--muted); }
.e-library-foot { display: flex; justify-content: space-between; margin-top: 10px; font-size: 7px; color: var(--muted); gap: 7px; }
.e-library-foot i { display: inline-block; width: 4px; height: 4px; border-radius: 50%; background: var(--green); margin-right: 3px; }
.e-kit-scene figcaption { position: absolute; bottom: 22px; left: 27px; right: 20px; font-size: 9px; color: #52644e; display: flex; align-items: center; gap: 9px; }
.e-caption-line { width: 23px; height: 1px; background: #74866a; }
.e-compatible { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding-block: 26px; display: flex; gap: 50px; align-items: center; }
.e-compatible p { font-size: 10px; color: var(--muted); line-height: 1.7; min-width: 170px; }
.e-compatible > div { display: flex; flex: 1; justify-content: space-between; align-items: center; gap: 24px; flex-wrap: wrap; }
.e-compatible span { font-size: 22px; font-weight: 500; letter-spacing: -1px; color: #536051; }
.e-compatible span:nth-child(2) { font-family: Georgia,serif; font-size: 25px; }
.e-compatible .e-notion-brand { font-weight: 700; }
.e-compatible .e-excel-brand { font-size: 16px; letter-spacing: -.5px; }
.e-section { padding-top: 96px; padding-bottom: 96px; }
.e-section-heading { display: flex; justify-content: space-between; gap: 50px; align-items: flex-end; margin-bottom: 43px; }
.e-section-heading h2 { margin-top: 15px; }
.e-section-heading > p { color: var(--muted); max-width: 280px; font-size: 12px; line-height: 1.9; }
.e-contents { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 33px; }
.e-item-art { background: var(--soft); height: 141px; margin-bottom: 25px; border-radius: 9px; }
.e-content-item h3 { font-size: 20px; letter-spacing: -.7px; margin: 8px 0 11px; }
.e-content-item > p:not(.e-kicker) { font-size: 12px; color: var(--muted); line-height: 1.85; max-width: 335px; }
.e-content-item .e-text-link { margin-top: 13px; }
.e-kicker { font-size: 8px; font-weight: 600; color: var(--muted); letter-spacing: .08em; }
.e-method-art { display: flex; align-items: center; justify-content: center; gap: 7px; }
.e-method-art span { width: 52px; height: 65px; background: #fff; border: 1px solid #dce1d7; border-radius: 5px; display: grid; place-items: center; font-size: 30px; color: var(--green); box-shadow: 0 3px 0 #d5dece; }
.e-method-art span:nth-child(2) { transform: translateY(-8px) rotate(-5deg); }
.e-method-art span:nth-child(4) { transform: rotate(6deg); background: var(--green); color: white; }
.e-prompt-art { display: grid; grid-template-columns: 105px 105px; place-content: center; gap: 10px; background: #eeeee6; }
.e-prompt-art span { background: #fafbf6; border: 1px solid #dddfd3; border-radius: 5px; padding: 8px 12px; font-size: 10px; }
.e-prompt-art span:nth-child(2) { transform: rotate(5deg); }
.e-notion-art { background: #ecefe9; padding: 24px 29px; }
.e-notion-art > div { display: flex; align-items: center; gap: 12px; margin-bottom: 11px; font-size: 11px; }
.e-notion-art b { font: bold 24px Georgia,serif; background: white; border: 1px solid var(--ink); line-height: 28px; width: 28px; text-align: center; border-radius: 3px; }
.e-notion-art > span { display: block; font-size: 9px; line-height: 1.8; padding-left: 40px; color: var(--muted); }
.e-lab-band { background: #edf1e8; border-block: 1px solid var(--line); padding-block: 80px; }
.e-lab-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.e-lab-copy h2 { margin-top: 17px; font-size: clamp(30px,3.2vw,43px); }
.e-lab-copy > p:not(.e-eyebrow) { font-size: 12px; color: var(--muted); max-width: 325px; margin-top: 22px; }
.e-method-key { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 24px; margin-bottom: 22px; }
.e-method-key span { font-size: 10px; color: var(--muted); }
.e-method-key b { color: var(--green); margin-right: 4px; }
.e-demo { border-radius: 12px; background: var(--white); border: 1px solid #d7dfd0; box-shadow: 0 9px 25px #334a2510; overflow: hidden; }
.e-demo-tabs { display: flex; gap: 12px; padding: 14px 20px; border-bottom: 1px solid var(--line); background: #f9faf6; }
.e-demo-tabs button { min-height: 37px; padding: 7px 15px; font-size: 11px; border: 0; background: transparent; color: var(--muted); border-radius: 5px; }
.e-demo-tabs button[aria-pressed="true"] { background: var(--green); color: white; }
.e-demo-tabs button:hover:not([aria-pressed="true"]) { background: var(--soft); }
.e-demo-body { padding: 26px; }
.e-vague { font-size: 20px; letter-spacing: -.5px; margin-top: 9px !important; min-height: 60px; }
.e-demo-divider { display: flex; gap: 15px; align-items: center; justify-content: space-between; padding-top: 18px; border-top: 1px solid var(--line); font-size: 8px; letter-spacing: .07em; color: var(--muted); }
.e-demo-divider > span:last-child { font-size: 16px; }
.e-demo-structure { margin: 16px 0 22px; display: grid; gap: 10px; }
.e-demo-structure > div { display: flex; align-items: center; gap: 12px; min-height: 34px; }
.e-demo-structure dt { font-size: 12px; background: var(--soft); border-radius: 5px; width: 28px; height: 29px; display: grid; place-items: center; color: var(--green); flex-shrink: 0; }
.e-demo-structure dd { font-size: 11px; margin: 0; }
.e-demo-note { color: var(--muted); font-size: 8px; border-top: 1px solid var(--line); padding-top: 14px; }
.e-steps { margin: 0; list-style: none; padding: 0; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 42px; }
.e-steps li { position: relative; padding-top: 24px; border-top: 1px solid #aabb9f; }
.e-step-number { color: var(--green); font-size: 12px; }
.e-steps h3 { margin: 12px 0 10px; font-size: 21px; letter-spacing: -.6px; }
.e-steps p { color: var(--muted); font-size: 12px; max-width: 300px; }
.e-calculator { margin-top: 38px; border-block: 1px solid var(--line); }
.e-calculator summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; gap: 20px; padding-block: 20px; font-size: 13px; }
.e-calculator summary::-webkit-details-marker { display: none; }
.e-calculator summary > span:last-child { color: var(--green); font-size: 20px; }
.e-calculator[open] summary > span:last-child { transform: rotate(45deg); }
.e-calc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; padding: 10px 0 30px; }
.e-calc-grid p { font-size: 12px; color: var(--muted); }
.e-calc-grid label { display: flex; justify-content: space-between; font-size: 12px; margin-top: 20px; gap: 10px; }
.e-calc-grid output { color: var(--green); white-space: nowrap; }
.e-calc-grid input[type="range"] { display: block; width: 100%; padding: 0; border: 0; background: transparent; accent-color: var(--green); }
.e-calc-results { background: var(--soft); border-radius: 8px; padding: 24px; align-self: stretch; }
.e-calc-results > span { font-size: 9px; color: var(--muted); letter-spacing: .06em; }
.e-calc-results > strong { display: block; color: var(--green); font-size: 27px; line-height: 1.3; margin: 15px 0; font-weight: 500; letter-spacing: -1px; }
.e-calc-results small { display: block; font-size: 10px; margin-top: 14px; color: var(--muted); }
@media (max-width: 600px) { .e-calc-grid { grid-template-columns: 1fr; gap: 25px; } }
.e-offer-section { border-radius: 17px; background: #e5ecde; padding: 64px; display: grid; grid-template-columns: 1.12fr 1fr; gap: 70px; align-items: center; }
.e-offer-copy h2 { margin-top: 22px; font-size: clamp(33px,3.8vw,51px); }
.e-offer-copy > p:not(.e-eyebrow) { font-size: 12px; color: var(--muted); margin-top: 22px; max-width: 330px; }
.e-offer-assurance { margin-top: 37px; display: flex; gap: 13px; align-items: flex-start; }
.e-offer-assurance > span { border: 1px solid #b5c4aa; width: 35px; height: 35px; border-radius: 50%; display: grid; place-items: center; color: var(--green); font-size: 21px; }
.e-offer-assurance b { font-weight: 500; font-size: 11px; }
.e-offer-assurance p { font-size: 9px; color: var(--muted); margin-top: 3px; }
.e-price-card { background: var(--white); padding: 30px; border-radius: 11px; border: 1px solid #d5dfcd; }
.e-price-top { display: flex; justify-content: space-between; align-items: center; gap: 12px; font-size: 9px; }
.e-price-top > span:first-child { font-weight: 700; letter-spacing: .08em; }
.e-price-top > span:last-child { color: var(--green); background: var(--soft); padding: 4px 8px; border-radius: 4px; font-size: 8px; }
.e-price { display: flex; align-items: center; gap: 8px; margin-top: 22px; }
.e-price > small { font-size: 21px; align-self: flex-start; margin-top: 13px; }
.e-price > strong { font-size: 83px; line-height: 1.2; font-weight: 500; letter-spacing: -6px; }
.e-price > span { font-size: 9px; margin-left: 20px; color: var(--muted); }
.e-price-card ul { list-style: none; margin: 19px 0 26px; padding: 20px 0 0; border-top: 1px solid var(--line); font-size: 11px; line-height: 2.4; }
.e-price-card li::before { content: '✓'; color: var(--green); margin-right: 11px; }
.e-payment { text-align: center; color: var(--muted); font-size: 9px; margin-top: 13px !important; }
.e-certificate { font-size: 8px; color: var(--muted); text-align: center; border-top: 1px solid var(--line); padding-top: 16px; margin-top: 18px !important; }
.e-free { padding-block: 58px; display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 30px; border-bottom: 1px solid var(--line); align-items: center; }
.e-free h2 { font-size: 23px; letter-spacing: -.8px; margin-top: 9px; }
.e-free > a { padding: 17px 0; display: flex; align-items: center; gap: 18px; justify-content: space-between; border-bottom: 1px solid #b9c7b1; }
.e-free b { display: block; font-size: 13px; font-weight: 500; }
.e-free small { display: block; font-size: 9px; color: var(--muted); margin-top: 4px; max-width: 195px; }
.e-free > a:hover b { color: var(--green); text-decoration: underline; text-underline-offset: 4px; }
.e-faq { display: grid; grid-template-columns: 1fr 1.15fr; gap: 85px; }
.e-faq h2 { margin-top: 15px; font-size: clamp(30px,3vw,40px); }
.e-faq > div > p:not(.e-eyebrow) { color: var(--muted); font-size: 11px; margin-top: 20px; }
.e-faq > div > p a { color: var(--green); text-decoration: underline; text-underline-offset: 4px; display: inline-block; padding-block: 5px; }
.e-faq details { border-bottom: 1px solid var(--line); }
.e-faq details:first-child { border-top: 1px solid var(--line); }
.e-faq summary { list-style: none; min-height: 67px; display: flex; align-items: center; justify-content: space-between; padding: 17px 0; gap: 20px; cursor: pointer; font-size: 12px; font-weight: 500; }
.e-faq summary::-webkit-details-marker { display: none; }
.e-faq summary span { font-size: 20px; color: var(--green); transition: transform .18s; }
.e-faq details[open] summary span { transform: rotate(45deg); }
.e-faq details p { padding: 0 30px 20px 0; font-size: 12px; color: var(--muted); }
.e-footer { padding: 45px 0 21px; background: #eef1e8; border-top: 1px solid var(--line); }
.e-footer-main { display: flex; align-items: flex-start; gap: 70px; padding-bottom: 35px; }
.e-logo { font-size: 35px; font-weight: 800; line-height: 1; letter-spacing: -2px; }
.e-logo span { color: var(--green); }
.e-footer-main p { font-size: 11px; line-height: 1.6; color: var(--muted); }
.e-footer-main > div { margin-left: auto; display: flex; gap: 29px; align-items: center; font-size: 11px; }
.e-footer a:hover { color: var(--green); }
.e-footer-main > div a { padding-block: 12px; }
.e-footer-bottom { display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); padding-top: 20px; color: var(--muted); font-size: 8px; }
.has-member-dialog { overflow: hidden; }
.e-member-overlay { position: fixed; inset: 0; z-index: 2000; background: #172c24a3; display: grid; place-items: center; padding: 20px; overflow-y: auto; }
.e-member-panel { position: relative; width: min(440px,100%); max-height: calc(100dvh - 40px); overflow-y: auto; padding: 38px; border-radius: 14px; background: var(--paper); }
.e-dialog-close { position: absolute; top: 8px; right: 8px; width: 44px; min-height: 44px; border: 0; background: transparent; color: var(--ink); font-size: 25px; }
.e-member-panel h2 { font-size: 33px; margin-top: 8px; }
.e-member-panel > p:not(.e-eyebrow) { font-size: 12px; margin: 13px 0 22px; color: var(--muted); }
.e-member-divider { text-align: center; font-size: 10px !important; margin: 15px 0 !important; }
.e-member-panel label { display: block; font-size: 12px; margin-bottom: 5px; }
.e-member-panel input { display: block; width: 100%; margin-bottom: 15px; background: white; font-size: 14px; }
.e-member-toggle { display: block; margin: 10px auto 0; border: 0; background: transparent; color: var(--green); font-size: 12px; }
.e-member-panel #member-access-error:not([hidden]) { padding: 12px; border: 1px solid #e2b8af; background: #fff3ef; color: #853628; }
@media (min-width: 1600px) { .e-hero { padding-top: 88px; padding-bottom: 82px; } }
@media (max-width: 1100px) {
  .e-wrap { width: calc(100% - 64px); }
  .editorial-home .site-nav { width: calc(100% - 64px); }
  .e-hero { gap: 25px; padding-top: 50px; padding-bottom: 50px; }
  .e-hero h1 { letter-spacing: -3.2px; }
  .e-kit-scene { height: 580px; }
  .e-scene-top { font-size: 7px; }
  .e-guide { left: 26px; width: 68%; padding: 21px; height: 325px; }
  .e-guide-title { font-size: 37px; }
  .e-library { left: 40px; right: 20px; top: 290px; padding: 15px; }
  .e-library-head { font-size: 11px; }
  .e-library-row { gap: 7px; padding: 7px 0; }
  .e-library-row b { font-size: 10px; }
  .e-library-foot > span:last-child { display: none; }
  .e-kit-scene figcaption { font-size: 8px; bottom: 18px; }
  .e-hero-actions { gap: 12px; }
  .e-hero-actions .e-button { font-size: 12px; padding-inline: 15px; gap: 14px; }
  .e-section { padding-block: 72px; }
  .e-lab-layout { gap: 40px; }
  .e-offer-section { padding: 40px; gap: 35px; }
  .e-price-card { padding: 24px; }
  .e-price > span { margin-left: 8px; }
  .e-compatible { gap: 30px; }
  .e-compatible p { min-width: 130px; }
  .e-compatible span { font-size: 19px; }
  .e-compatible span:nth-child(2) { font-size: 22px; }
  .e-free { grid-template-columns: 1fr 1fr; }
  .e-free > div { grid-column: 1/-1; }
  .e-faq { gap: 45px; }
}
@media (max-width: 1024px) {
  .editorial-home .site-menu { background: var(--paper); border-color: var(--line); box-shadow: 0 12px 22px #172c2410; }
  .editorial-home .site-menu { inset-block-start: 80px; max-height: calc(100dvh - 80px); }
  .editorial-home .site-actions { border-color: var(--line); }
}
@media (max-width: 780px) {
  .e-hero { grid-template-columns: 1fr; gap: 37px; padding-top: 39px; }
  .e-hero h1 { font-size: 67px; }
  .e-hero h1 .e-title-line:not(:first-child) { display: inline-block; }
  .e-hero .e-lead { max-width: 440px; }
  .e-intro { max-width: 450px; }
  .e-kit-scene { width: min(550px,100%); justify-self: center; height: 580px; }
  .e-guide { width: 62%; left: 38px; }
  .e-library { left: 90px; right: 25px; top: 290px; padding: 18px; }
  .e-library-row b { font-size: 10px; }
  .e-library-row small { font-size: 8px; }
  .e-library-head { font-size: 11px; }
  .e-kit-scene figcaption { font-size: 9px; }
  .e-compatible { gap: 20px; }
  .e-compatible > div { gap: 15px 25px; justify-content: flex-start; }
  .e-compatible span,.e-compatible span:nth-child(2) { font-size: 19px; }
  .e-compatible .e-excel-brand { font-size: 14px; }
  .e-section-heading { gap: 25px; align-items: flex-start; flex-direction: column; }
  .e-section-heading > p { max-width: 420px; }
  .e-contents { gap: 23px; }
  .e-content-item h3 { font-size: 18px; }
  .e-item-art { height: 115px; }
  .e-method-art { gap: 4px; }
  .e-method-art span { width: 33px; height: 45px; font-size: 22px; }
  .e-prompt-art { grid-template-columns: 73px 73px; gap: 7px; }
  .e-prompt-art span { padding: 5px 7px; font-size: 8px; }
  .e-notion-art { padding: 18px 14px; }
  .e-notion-art > div { font-size: 8px; gap: 7px; }
  .e-notion-art > span { padding-left: 0; font-size: 8px; }
  .e-lab-layout { grid-template-columns: 1fr; }
  .e-lab-copy h2 br { display: none; }
  .e-lab-copy h2 { max-width: 470px; }
  .e-lab-copy > p:not(.e-eyebrow) { max-width: 450px; }
  .e-demo { max-width: 550px; width: 100%; }
  .e-demo-tabs button { min-height: 44px; }
  .e-demo-structure dd { font-size: 13px; }
  .e-demo-note { font-size: 10px; }
  .e-steps { gap: 24px; }
  .e-steps h3 { font-size: 18px; }
  .e-offer-section { grid-template-columns: 1fr; padding: 35px; }
  .e-offer-copy h2 br { display: none; }
  .e-offer-copy h2 { max-width: 430px; }
  .e-offer-copy > p:not(.e-eyebrow) { max-width: 440px; }
  .e-offer-assurance { margin-top: 25px; }
  .e-price-card { max-width: 480px; width: 100%; }
  .e-faq { grid-template-columns: 1fr; gap: 30px; }
  .e-footer-main { gap: 30px; flex-wrap: wrap; }
  .e-footer-main > div { margin-left: 0; }
}
@media (max-width: 520px) {
  html { scroll-padding-top: 85px; }
  .e-wrap { width: calc(100% - 40px); }
  .editorial-home .site-nav { width: calc(100% - 40px); min-height: 68px; }
  .editorial-home .site-menu { inset-block-start: 68px; max-height: calc(100dvh - 68px); }
  .e-eyebrow { font-size: 10px; }
  .e-hero { padding-top: 30px; gap: 27px; padding-bottom: 32px; }
  .e-hero h1 { font-size: clamp(44px,12.5vw,63px); letter-spacing: -2.7px; margin: 0 0 20px; }
  .e-hero h1 .e-title-line:not(:first-child) { display: block; }
  .e-hero .e-lead { font-size: 17px; max-width: 330px; }
  .e-intro { font-size: 13px; max-width: 350px; line-height: 1.8; }
  .e-hero-actions { align-items: flex-start; flex-direction: column; gap: 4px; margin-top: 23px; }
  .e-hero-actions .e-button { font-size: 13px; padding-inline: 20px; gap: 28px; }
  .e-text-link { font-size: 12px; }
  .e-purchase-note { margin-top: 8px !important; gap: 6px; font-size: 9px; }
  .e-kit-scene { height: 505px; padding: 18px; border-radius: 12px; }
  .e-scene-top { font-size: 7px; }
  .e-guide { top: 52px; left: 25px; height: 268px; width: 70%; padding: 19px; }
  .e-guide-top b { font-size: 18px; }
  .e-guide-top span { font-size: 6px; }
  .e-guide-title { font-size: 32px; margin-top: 20px; }
  .e-guide p { font-size: 7px; margin-top: 15px; }
  .e-guide-bottom { margin-top: 13px; padding-top: 8px; font-size: 6px; }
  .e-library { top: 244px; left: 26px; right: 16px; padding: 13px; border-radius: 7px; }
  .e-library-head { font-size: 10px; gap: 6px; }
  .e-library-count { font-size: 7px; padding: 2px 5px; }
  .e-library-line { font-size: 8px; padding-block: 7px; }
  .e-library-row { padding-block: 8px; gap: 7px; }
  .e-library-row b { font-size: 9px; }
  .e-library-row small { font-size: 7px; margin-top: 2px; }
  .e-mini-icon { width: 20px; height: 25px; font-size: 11px; }
  .e-library-row > span:last-child { font-size: 10px; }
  .e-library-foot { margin-top: 9px; font-size: 6px; }
  .e-kit-scene figcaption { left: 20px; bottom: 15px; font-size: 7px; }
  .e-caption-line { width: 16px; }
  .e-compatible { padding-block: 21px; align-items: flex-start; gap: 18px; flex-direction: column; }
  .e-compatible p br { display: none; }
  .e-compatible p { font-size: 10px; }
  .e-compatible > div { gap: 15px 23px; }
  .e-compatible span,.e-compatible span:nth-child(2) { font-size: 18px; }
  .e-section { padding-block: 55px; }
  .editorial-home h2 { font-size: 31px; letter-spacing: -1.2px; }
  .e-section-heading { margin-bottom: 29px; gap: 16px; }
  .e-section-heading > p { font-size: 13px; }
  .e-contents { grid-template-columns: 1fr; gap: 35px; }
  .e-content-item h3 { font-size: 23px; }
  .e-content-item > p:not(.e-kicker) { font-size: 13px; }
  .e-kicker { font-size: 9px; }
  .e-item-art { height: 155px; margin-bottom: 21px; }
  .e-method-art { gap: 10px; }
  .e-method-art span { width: 48px; height: 64px; font-size: 31px; }
  .e-prompt-art { grid-template-columns: 100px 100px; gap: 12px; }
  .e-prompt-art span { font-size: 10px; padding: 8px 12px; }
  .e-notion-art { padding: 26px 38px; }
  .e-notion-art > div { font-size: 12px; gap: 14px; }
  .e-notion-art > span { font-size: 10px; padding-left: 42px; }
  .e-lab-band { padding-block: 48px; }
  .e-lab-layout { gap: 25px; }
  .e-lab-copy > p:not(.e-eyebrow) { font-size: 13px; }
  .e-method-key { gap: 13px; margin-bottom: 10px; }
  .e-demo-tabs { gap: 2px; padding: 10px; }
  .e-demo-tabs button { flex: 1; padding-inline: 8px; font-size: 11px; }
  .e-demo-body { padding: 20px; }
  .e-vague { font-size: 18px; }
  .e-demo-structure dd { font-size: 12px; }
  .e-demo-divider { font-size: 7px; }
  .e-steps { grid-template-columns: 1fr; gap: 25px; }
  .e-steps li { padding-top: 18px; }
  .e-steps h3 { margin-top: 8px; font-size: 22px; }
  .e-steps p { font-size: 13px; }
  .e-offer-section { padding: 27px 20px; gap: 28px; }
  .e-offer-copy .e-eyebrow { font-size: 9px; }
  .e-offer-copy h2 { font-size: 35px; }
  .e-price-card { padding: 20px; }
  .e-price-top { font-size: 8px; gap: 5px; }
  .e-price-top > span:last-child { font-size: 7px; }
  .e-price > strong { font-size: 71px; }
  .e-price > small { font-size: 17px; }
  .e-price > span { font-size: 8px; }
  .e-price-card ul { font-size: 10px; }
  .e-price-card .e-button { font-size: 12px; padding-inline: 14px; }
  .e-payment { font-size: 8px; }
  .e-free { grid-template-columns: 1fr; gap: 16px; padding-block: 43px; }
  .e-free h2 { font-size: 27px; }
  .e-free small { font-size: 11px; max-width: 260px; }
  .e-free > a { padding-block: 12px; }
  .e-faq summary { font-size: 13px; }
  .e-faq details p { font-size: 13px; padding-right: 0; }
  .e-faq > div > p:not(.e-eyebrow) { font-size: 12px; }
  .e-footer-main { gap: 25px 38px; }
  .e-footer-main > div { width: 100%; gap: 23px; flex-wrap: wrap; }
  .e-footer-bottom { flex-wrap: wrap; gap: 10px 20px; font-size: 9px; }
  .e-footer-bottom > span:nth-child(2) { display: none; }
  .e-member-panel { padding: 34px 24px; }
}
/* Banners share the editorial palette, with a clearer frame and hierarchy. */
.editorial-home .e-hero-signal { position: relative; display: inline-flex; align-items: center; gap: 12px; max-width: 100%; min-height: 44px; padding: 7px 8px 7px 14px; border: 1px solid #bdcebf; border-radius: 8px; background: #eef3e9; color: var(--green-dark); font-size: 11px; font-weight: 500; letter-spacing: .015em; box-shadow: inset 0 1px 0 #fff; }
.e-signal-mark { position: relative; display: grid; place-items: center; flex: 0 0 18px; width: 18px; height: 18px; }
.e-signal-mark > span { width: 6px; height: 6px; background: var(--green); border-radius: 50%; }
.e-signal-mark::after { position: absolute; content: ''; inset: 1px; border: 1px solid #75a18b; border-radius: 50%; opacity: .45; }
.e-signal-arrow { display: grid; place-items: center; width: 28px; height: 28px; flex: 0 0 28px; margin-left: 5px; background: #fff; border: 1px solid #d4dfd0; border-radius: 5px; font-size: 17px; }
.e-compatible { position: relative; padding: 26px 28px; gap: 34px; border: 1px solid var(--line); border-radius: 12px; background: #f0f3eb; }
.e-compatible p { min-width: 172px; }
.e-compatible p b { display: block; color: var(--ink); font-size: 13px; font-weight: 500; margin-bottom: 4px; }
.e-compatible > div { gap: 12px 22px; }
.e-compatible > div > span { color: #334936; }
.e-banner-rule { position: absolute; bottom: -1px; left: 28px; width: 56px; height: 2px; background: var(--green); transform-origin: left; }
.e-compatible > div { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)) auto auto; gap: 18px; }
.e-compatible .e-tool-brand { display: flex; align-items: center; gap: 8px; font-size: 18px; letter-spacing: -.65px; }
.e-brand-orb { display: block; width: 56px; height: 56px; flex: 0 0 56px; overflow: hidden; }
.e-brand-orb iframe { display: block; border: 0; width: 56px; height: 56px; pointer-events: none; }
@media (max-width: 1200px) {
  .e-compatible { flex-direction: column; align-items: flex-start; gap: 18px; }
  .e-compatible > div { width: 100%; }
  .e-compatible p br { display: none; }
}
@media (max-width: 600px) {
  .e-compatible > div { grid-template-columns: repeat(6,minmax(0,1fr)); }
  .e-compatible > div > span { grid-column: span 2; text-align: center; }
  .e-compatible > div > .e-tool-brand { flex-direction: column; gap: 2px; font-size: 16px; }
  .e-compatible > div > .e-notion-brand,.e-compatible > div > .e-excel-brand { grid-column: span 3; font-size: 13px; letter-spacing: -.2px; }
}
.e-free { gap: 22px; }
.e-free > a { position: relative; align-self: stretch; padding: 24px; background: #eef2e8; border: 1px solid #d5dfcd; border-radius: 10px; }
.e-free > a:nth-of-type(2) { background: #eeefea; }
.e-free b { font-size: 15px; letter-spacing: -.25px; }
.e-free small { font-size: 11px; margin-top: 7px; line-height: 1.65; }
.e-free > a > span:last-child { display: grid; place-items: center; flex: 0 0 36px; width: 36px; height: 36px; background: #fff; border: 1px solid #d6dfcf; border-radius: 50%; color: var(--green); font-size: 19px; }
.e-free > a:hover b { text-decoration: none; }
@media (max-width: 1100px) { .e-compatible { gap: 24px; padding: 24px; } .e-compatible > div > span { font-size: 19px; } .e-compatible > div > .e-excel-brand { font-size: 14px; } }
@media (max-width: 780px) { .e-compatible { align-items: flex-start; flex-direction: column; gap: 20px; } .e-compatible p br { display: none; } .e-compatible > div { width: 100%; justify-content: space-between; } }
@media (max-width: 520px) { .editorial-home .e-hero-signal { gap: 8px; padding-left: 10px; font-size: 10px; letter-spacing: 0; } .e-signal-arrow { margin-left: 0; } .e-compatible { padding: 21px; } .e-compatible > div { justify-content: flex-start; gap: 14px 24px; } .e-compatible > div > span { font-size: 19px; } .e-free > a { padding: 21px; } }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .editorial-home *, .editorial-home *::before, .editorial-home *::after { animation: none !important; transition: none !important; }
}
