/* Static feature pages share the homepage's typography, colours and controls. */
.feature-main { max-width: 1320px; padding-top: 112px; }
.breadcrumbs { color: var(--text-soft); font-size: .9rem; margin-bottom: 48px; }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 10px; padding: 0; margin: 0; list-style: none; }
.breadcrumbs li + li::before { content: "/"; margin-right: 10px; color: var(--text-faint); }
.feature-hero { display: grid; grid-template-columns: 1.1fr 1fr; align-items: center; gap: clamp(32px, 6vw, 96px); padding-bottom: 72px; border-bottom: 1px solid var(--line); }
.feature-hero h1 { font-size: clamp(2.6rem, 4.8vw, 4.8rem); line-height: 1.03; letter-spacing: -.045em; }
.feature-lead { margin: 26px 0; color: var(--text-soft); font-size: 1.15rem; line-height: 1.65; max-width: 52ch; }
.feature-note, .feature-figure figcaption, .feature-credit { color: var(--text-soft); font-size: .88rem; line-height: 1.6; }
.feature-note { margin-top: 18px; }
.feature-figure { min-width: 0; text-align: center; }
.feature-figure img { display: block; width: auto; max-width: 100%; max-height: 460px; height: auto; margin-inline: auto; object-fit: contain; }
.feature-figure figcaption { margin: 18px auto 0; max-width: 46ch; }
.feature-copy { max-width: 760px; margin: 64px auto; font-size: 1.08rem; line-height: 1.8; }
.feature-copy section + section { margin-top: 52px; }
.feature-copy h2, .feature-related h2, .feature-download h2 { font-size: clamp(1.65rem, 3vw, 2.3rem); line-height: 1.2; letter-spacing: -.035em; margin-bottom: 22px; }
.feature-copy h3 { font-size: 1.25rem; margin-top: 26px; }
.feature-copy p + p { margin-top: 18px; }
.feature-copy p, .feature-copy li, .feature-copy dd { color: var(--text-soft); }
.feature-copy a, .feature-credit a { color: var(--text); }
.feature-copy ol { padding-left: 1.5em; }
.feature-copy li + li { margin-top: 16px; }
.feature-copy dt { font-weight: 700; margin-top: 24px; }
.feature-copy dd { margin: 6px 0 0; }
.comparison-scroll { overflow-x: auto; margin-block: 24px; }
.feature-copy table { width: 100%; border-collapse: collapse; font-size: .95rem; line-height: 1.6; text-align: left; }
.feature-copy caption { text-align: left; font-weight: 700; margin-bottom: 12px; }
.feature-copy th, .feature-copy td { padding: 14px 12px; border-bottom: 1px solid var(--line); vertical-align: top; }
.feature-copy thead { background: var(--fill-soft); }
.feature-related { border-top: 1px solid var(--line); padding-top: 40px; }
.feature-related ul { display: flex; flex-wrap: wrap; gap: 12px 36px; padding: 0; list-style: none; }
.feature-related a { display: inline-block; padding-block: 10px; }
.feature-download { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 28px; padding: 56px 0 36px; }
.feature-download h2 { margin-bottom: 12px; }
.feature-download p { color: var(--text-soft); line-height: 1.6; }
.feature-credit { padding-bottom: 48px; }
/* Frame the supplied screenshots in CSS; the captured widget remains untouched. */
.notes-hero-frame { display: block; overflow: hidden; aspect-ratio: 8 / 5; border-radius: 12px; }
.notes-hero .feature-figure img { width: 100%; height: 100%; max-height: none; object-fit: cover; object-position: 50% 47%; transform: scale(1.4); transform-origin: 50% 47%; }
.notes-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; margin-top: 28px; }
.notes-gallery a { display: block; overflow: hidden; aspect-ratio: 4 / 3; border-radius: 12px; }
.notes-gallery img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 50% 47%; transform: scale(1.6); transform-origin: 50% 47%; }
.notes-gallery figcaption { margin-top: 12px; color: var(--text-soft); font-size: .9rem; line-height: 1.6; }
@media (max-width: 720px) {
    .feature-main { padding-top: 92px; }
    .breadcrumbs { margin-bottom: 32px; }
    .feature-hero { grid-template-columns: 1fr; gap: 36px; padding-bottom: 40px; }
    .feature-hero h1 { max-width: 15ch; }
    .feature-figure img { max-height: 360px; }
    .feature-copy { margin-block: 40px; }
    .feature-related ul { display: block; }
}
@media (max-width: 480px) { .notes-gallery { grid-template-columns: 1fr; } }
