/* Claude-inspired editorial product site. Hallmark critique: P5 H5 E4 S5 R5 V4 */
:root {
    --cl-paper: #f8fcf9;
    --cl-paper-deep: #edf7f0;
    --cl-white: #ffffff;
    --cl-ink: #17231c;
    --cl-muted: #617268;
    --cl-faint: #8a9c91;
    --cl-line: #d5e3da;
    --cl-accent: #159b61;
    --cl-accent-dark: #0c7147;
    --cl-green: #2d7553;
    --cl-max: 1240px;
    --cl-display: Georgia, "Songti SC", "STSong", serif;
    --cl-body: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body { margin: 0; color: var(--cl-ink); background: var(--cl-paper); font-family: var(--cl-body); line-height: 1.65; -webkit-font-smoothing: antialiased; overflow-x: clip; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.cl-shell { width: min(var(--cl-max), calc(100% - 64px)); margin: 0 auto; }

.cl-header { position: sticky; top: 0; z-index: 20; background: color-mix(in srgb, var(--cl-paper) 94%, transparent); border-bottom: 1px solid var(--cl-line); backdrop-filter: blur(14px); }
.cl-nav { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.cl-brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.cl-brand-mark { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid var(--cl-ink); border-radius: 50%; color: var(--cl-paper); background: var(--cl-ink); font-family: var(--cl-display); font-size: 18px; }
.cl-brand-word { font-family: var(--cl-display); font-size: 20px; letter-spacing: -.025em; }
.cl-brand-note { margin-left: 8px; color: var(--cl-faint); font-size: 12px; }
.cl-nav-links { display: flex; align-items: center; gap: 29px; margin: 0; padding: 0; list-style: none; }
.cl-nav-links a { display: inline-flex; align-items: center; gap: 7px; color: var(--cl-muted); font-size: 14px; text-decoration: none; }
.cl-nav-home-icon { color: var(--cl-accent); font-size: 13px; line-height: 1; }
.cl-nav-product-icon { width: 19px; height: 19px; flex: 0 0 auto; border: 1px solid var(--cl-line); border-radius: 6px; object-fit: cover; background: var(--cl-white); }
.cl-nav-link-label { display: inline-flex; align-items: center; }
.cl-nav-label-short { display: none; }
.cl-nav-links a:hover, .cl-nav-links a:focus-visible, .cl-nav-links a[aria-current="page"] { color: var(--cl-ink); }
.cl-nav-cta { padding: 9px 15px; border: 1px solid var(--cl-green); border-radius: 999px; color: var(--cl-green) !important; }
.cl-nav-cta:hover, .cl-nav-cta:focus-visible { color: var(--cl-paper) !important; background: var(--cl-green); }

.cl-hero { padding: clamp(92px, 12vw, 162px) 0 130px; }
.cl-hero-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr); gap: clamp(60px, 9vw, 138px); align-items: center; }
.cl-overline { display: block; margin-bottom: 24px; color: var(--cl-accent-dark); font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.cl-hero h1, .cl-product-hero h1 { max-width: 720px; margin: 0; font-family: var(--cl-display); font-size: clamp(47px, 6.4vw, 83px); font-weight: 400; line-height: .99; letter-spacing: -.055em; text-wrap: balance; }
.cl-hero h1 .cl-accent, .cl-product-hero h1 .cl-accent { color: var(--cl-accent); }
.cl-lede { max-width: 550px; margin: 30px 0 0; color: var(--cl-muted); font-size: 18px; line-height: 1.8; }
.cl-hero-paths { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 22px; }
.cl-hero-paths a { color: var(--cl-accent-dark); font-size: 13px; text-decoration: none; border-bottom: 1px solid currentColor; }
.cl-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 35px; }
.cl-button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 18px; border: 1px solid var(--cl-ink); border-radius: 999px; color: var(--cl-ink); font-size: 14px; text-decoration: none; transition: color .2s ease, background-color .2s ease; }
.cl-button:hover, .cl-button:focus-visible { border-color: var(--cl-green); color: var(--cl-paper); background: var(--cl-green); }
.cl-button-solid { border-color: var(--cl-accent); color: var(--cl-white); background: var(--cl-accent); }
.cl-button-solid:hover, .cl-button-solid:focus-visible { border-color: var(--cl-accent-dark); background: var(--cl-accent-dark); }
.cl-note { margin: 26px 0 0; color: var(--cl-faint); font-size: 12px; }

.cl-hero-gallery { position: relative; min-height: 590px; }
.cl-gallery-large, .cl-gallery-small { position: absolute; overflow: hidden; border: 1px solid var(--cl-line); background: var(--cl-white); }
.cl-gallery-large { top: 0; right: 0; width: min(78%, 440px); height: 560px; transform: rotate(2deg); }
.cl-gallery-large img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.cl-gallery-small { width: 190px; height: 280px; box-shadow: 0 18px 38px rgba(31, 30, 26, .12); }
.cl-gallery-small img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.cl-gallery-small.is-top { top: 34px; left: 0; transform: rotate(-4deg); }
.cl-gallery-small.is-bottom { right: 2px; bottom: 0; transform: rotate(4deg); }

.cl-section { padding: 126px 0; border-top: 1px solid var(--cl-line); }
.cl-section-head { display: grid; grid-template-columns: minmax(260px, .8fr) minmax(0, 1.2fr); gap: 60px; align-items: start; margin-bottom: 72px; }
.cl-section-head h2 { max-width: 600px; margin: 0; font-family: var(--cl-display); font-size: clamp(36px, 4.8vw, 64px); font-weight: 400; line-height: 1.02; letter-spacing: -.05em; text-wrap: balance; }
.cl-section-head p { max-width: 470px; margin: 12px 0 0; color: var(--cl-muted); font-size: 17px; }
.cl-product-row { display: grid; grid-template-columns: 92px minmax(0, 1fr); gap: 34px; align-items: start; padding: 50px 0 62px; border-top: 1px solid var(--cl-line); }
.cl-product-index { display: grid; gap: 6px; color: var(--cl-faint); font-size: 11px; letter-spacing: .04em; text-transform: uppercase; }
.cl-product-number { color: var(--cl-accent); font-family: var(--cl-display); font-size: 25px; letter-spacing: 0; }
.cl-product-card { min-width: 0; }
.cl-product-card-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; padding-bottom: 22px; }
.cl-product-kicker { display: block; margin-bottom: 10px; color: var(--cl-accent-dark); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.cl-product-card h3 { margin: 0; font-family: var(--cl-display); font-size: 38px; font-weight: 400; line-height: 1.03; letter-spacing: -.045em; }
.cl-product-row-icon { width: 52px; height: 52px; flex: 0 0 auto; border: 1px solid var(--cl-line); border-radius: 15px; object-fit: cover; background: var(--cl-white); }
.cl-product-figure { margin: 0; }
.cl-product-row-shot { display: block; width: 100%; aspect-ratio: 1.7 / 1; object-fit: cover; object-position: top center; border: 1px solid var(--cl-line); border-radius: 24px; background: var(--cl-white); }
.cl-product-row figcaption, .cl-figure figcaption { margin-top: 10px; color: var(--cl-faint); font-size: 12px; }
.cl-product-card-copy { display: flex; align-items: flex-start; justify-content: space-between; gap: 28px; padding-top: 21px; }
.cl-product-card-copy p { max-width: 580px; margin: 0; color: var(--cl-muted); font-size: 15px; }
.cl-text-link { display: inline-block; margin-top: 24px; color: var(--cl-accent-dark); font-size: 14px; text-decoration: none; border-bottom: 1px solid currentColor; }
.cl-product-card-copy .cl-text-link { flex: 0 0 auto; margin-top: 0; }
.cl-text-link:hover { color: var(--cl-ink); }
.cl-quiet-band { padding: 90px 0; background: var(--cl-paper-deep); }
.cl-quiet-band p { max-width: 760px; margin: 0; font-family: var(--cl-display); font-size: clamp(31px, 4vw, 54px); line-height: 1.1; letter-spacing: -.045em; }
.cl-quiet-band p span { color: var(--cl-accent); }

.cl-product-hero { padding: 92px 0 116px; }
.cl-product-hero-grid { display: grid; grid-template-columns: minmax(0, .84fr) minmax(420px, 1.16fr); gap: clamp(56px, 9vw, 130px); align-items: center; }
.cl-product-icon { width: 62px; height: 62px; margin-bottom: 28px; border: 1px solid var(--cl-line); border-radius: 16px; object-fit: cover; }
.cl-product-hero h1 { font-size: clamp(52px, 7vw, 92px); }
.cl-product-hero .cl-lede { margin-top: 26px; }
.cl-screenshot-main { width: 100%; max-height: 690px; object-fit: contain; object-position: top center; border: 1px solid var(--cl-line); border-radius: 22px; background: var(--cl-white); }
.cl-screenshot-tall { max-width: 430px; margin: 0 auto; }
.cl-screenshot-wide { max-height: 520px; object-fit: cover; object-position: top center; }
.cl-figure { margin: 0; }
.cl-rule-title { display: grid; grid-template-columns: 92px minmax(0, 1fr); gap: 34px; align-items: start; margin-bottom: 58px; }
.cl-rule-title .cl-overline { margin: 4px 0 0; }
.cl-rule-title h2 { max-width: 730px; margin: 0; font-family: var(--cl-display); font-size: clamp(36px, 4.7vw, 63px); font-weight: 400; line-height: 1.03; letter-spacing: -.05em; text-wrap: balance; }
.cl-copy-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.cl-copy-item { padding-top: 18px; border-top: 2px solid var(--cl-accent); }
.cl-copy-item h3 { margin: 0 0 10px; font-family: var(--cl-display); font-size: 23px; font-weight: 400; }
.cl-copy-item p { margin: 0; color: var(--cl-muted); font-size: 14px; }
.cl-split { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(48px, 9vw, 125px); align-items: center; }
.cl-split h2 { margin: 0; font-family: var(--cl-display); font-size: clamp(36px, 4.5vw, 59px); font-weight: 400; line-height: 1.03; letter-spacing: -.05em; }
.cl-split p { color: var(--cl-muted); font-size: 16px; }
.cl-feature-intro { padding: 26px 28px 28px 0; }
.cl-feature-intro .cl-overline { margin-bottom: 18px; }
.cl-feature-intro h2 { margin-bottom: 22px; }
.cl-feature-intro p { margin: 0 0 16px; }
.cl-feature-intro .cl-feature-lede { color: var(--cl-ink); font-size: 18px; line-height: 1.75; }
.cl-split .cl-actions { margin-top: 26px; }
.cl-shot-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; align-items: start; }
.cl-shot-grid img { width: 100%; height: 420px; object-fit: cover; object-position: top center; border: 1px solid var(--cl-line); background: var(--cl-white); }
.cl-shot-grid .cl-battery-shot { height: 560px; object-fit: cover; object-position: center 14%; border-radius: 24px; }
.cl-shot-grid .cl-battery-shot[src*="trend-analysis"] { object-position: center 24%; }
.cl-shot-grid .cl-battery-shot[src*="weekly-report"] { object-position: center 18%; }
.cl-shot-grid .cl-monitor-shot { height: 560px; object-fit: contain; object-position: top center; border-radius: 24px; }
.cl-monitor-shot-grid figure:nth-child(2), .cl-monitor-shot-grid figure:nth-child(3) { margin-top: 0; }
.cl-report-shot-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 900px; }
.cl-report-shot-grid figure:nth-child(2) { margin-top: 0; }
.cl-feature-caption { display: block; margin-top: 18px; padding-top: 15px; border-top: 2px solid var(--cl-accent); }
.cl-feature-caption strong { display: block; color: var(--cl-ink); font-family: var(--cl-display); font-size: 22px; font-weight: 400; line-height: 1.15; }
.cl-feature-caption p { margin: 7px 0 0; color: var(--cl-muted); font-size: 14px; line-height: 1.7; }
.cl-split .cl-figure figcaption, .cl-product-hero .cl-figure figcaption { color: var(--cl-muted); font-size: 13px; }
.cl-shot-grid figure:nth-child(2) { margin-top: 52px; }
.cl-shot-grid figure:nth-child(3) { margin-top: 104px; }
.cl-disclaimer { max-width: 760px; margin: 22px 0 0; color: var(--cl-faint); font-size: 12px; }

.cl-privacy { padding: 92px 0 126px; }
.cl-privacy-head { max-width: 780px; padding-bottom: 58px; border-bottom: 1px solid var(--cl-line); }
.cl-privacy-head h1 { margin: 0; font-family: var(--cl-display); font-size: clamp(52px, 7vw, 90px); font-weight: 400; line-height: .98; letter-spacing: -.06em; }
.cl-privacy-head p { max-width: 650px; margin: 24px 0 0; color: var(--cl-muted); font-size: 17px; }
.cl-privacy-grid { display: grid; grid-template-columns: 190px minmax(0, 700px); gap: 82px; padding-top: 58px; }
.cl-privacy-index { position: sticky; top: 104px; align-self: start; display: grid; gap: 10px; color: var(--cl-faint); font-size: 12px; }
.cl-privacy-index a { text-decoration: none; }
.cl-privacy-index a:hover { color: var(--cl-accent-dark); }
.cl-policy { padding: 0 0 38px; }
.cl-policy + .cl-policy { padding-top: 38px; border-top: 1px solid var(--cl-line); }
.cl-policy h2 { margin: 0 0 12px; font-family: var(--cl-display); font-size: 26px; font-weight: 400; letter-spacing: -.03em; }
.cl-policy p, .cl-policy li { color: var(--cl-muted); font-size: 15px; }
.cl-policy p { margin: 0 0 13px; }
.cl-policy ul { display: grid; gap: 8px; margin: 0; padding-left: 21px; }

/* Shared editorial treatment for the support pages. */
.cl-support-main { padding: 92px 0 126px; }
.stars { display: none; }
.cl-support-main > .container { width: min(var(--cl-max), calc(100% - 64px)); margin: 0 auto; padding: 0; }
.cl-support-intro { max-width: 820px; padding-bottom: 54px; border-bottom: 1px solid var(--cl-line); }
.cl-support-intro h1 { margin: 0; font-family: var(--cl-display); font-size: clamp(52px, 7vw, 90px); font-weight: 400; line-height: .98; letter-spacing: -.06em; }
.cl-support-intro p { max-width: 650px; margin: 24px 0 0; color: var(--cl-muted); font-size: 17px; }
.cl-support-main .qa-list { max-width: 900px; margin: 0; }
.cl-support-main .qa-item { margin: 0; padding: 0; overflow: visible; border: 0; border-bottom: 1px solid var(--cl-line); border-radius: 0; background: transparent; }
.cl-support-main .qa-header { padding: 29px 0 16px; border: 0; background: transparent; }
.cl-support-main .qa-num { width: auto; height: auto; border-radius: 0; color: var(--cl-accent); background: transparent; font-family: var(--cl-display); font-size: 24px; font-weight: 400; }
.cl-support-main .qa-question { padding-top: 0; color: var(--cl-ink); font-family: var(--cl-display); font-size: 25px; font-weight: 400; line-height: 1.2; }
.cl-support-main .qa-body { padding: 0 0 34px 58px; }
.cl-support-main .qa-summary { margin-bottom: 21px; padding: 16px 20px; border-left: 2px solid var(--cl-accent); border-radius: 0; color: var(--cl-ink); background: var(--cl-paper-deep); font-size: 15px; }
.cl-support-main .qa-answer { color: var(--cl-muted); font-size: 15px; line-height: 1.85; }
.cl-support-main .qa-answer p { margin: 0 0 14px; }
.cl-support-main .qa-answer .highlight { color: var(--cl-accent-dark); font-weight: 600; }
.cl-support-privacy { padding-top: 92px; }
.cl-support-privacy > .container { width: min(var(--cl-max), calc(100% - 64px)); margin: 0 auto; padding: 0; }
.cl-support-privacy .privacy-content { max-width: 700px; margin: 0; padding: 58px 0 0; border: 0; border-radius: 0; background: transparent; }
.cl-support-privacy .privacy-section { margin: 0; padding: 0 0 38px; }
.cl-support-privacy .privacy-section + .privacy-section { padding-top: 38px; border-top: 1px solid var(--cl-line); }
.cl-support-privacy .privacy-section h2 { margin: 0 0 12px; padding: 0; border: 0; color: var(--cl-ink); font-family: var(--cl-display); font-size: 26px; font-weight: 400; letter-spacing: -.03em; }
.cl-support-privacy .privacy-section p, .cl-support-privacy .privacy-section li { color: var(--cl-muted); font-size: 15px; line-height: 1.8; }
.cl-support-privacy .privacy-section p { margin: 0 0 13px; }
.cl-support-privacy .privacy-section ul { display: grid; gap: 8px; margin: 0; padding-left: 21px; list-style: disc; }
.cl-support-privacy .privacy-section li { margin: 0; padding: 0; }
.cl-support-privacy .privacy-section li::before { display: none; }
.cl-support-privacy .back-btn { display: inline-flex; align-items: center; gap: 10px; margin-top: 6px; padding: 0; border: 0; border-bottom: 1px solid currentColor; border-radius: 0; color: var(--cl-accent-dark); background: transparent; font-size: 14px; font-weight: 400; text-decoration: none; }
.cl-support-privacy .back-btn:hover { color: var(--cl-ink); background: transparent; transform: none; }

.cl-footer { padding: 42px 0 32px; border-top: 1px solid var(--cl-line); }
.cl-footer-inner { display: flex; justify-content: space-between; gap: 24px; color: var(--cl-muted); font-size: 12px; }
.cl-footer-links { display: flex; gap: 20px; }
.cl-footer a { text-decoration: none; }
.cl-footer a:hover { color: var(--cl-accent-dark); }

:focus-visible { outline: 3px solid color-mix(in srgb, var(--cl-accent) 70%, white); outline-offset: 4px; }
@media (max-width: 900px) {
    .cl-hero-grid, .cl-product-hero-grid, .cl-split { grid-template-columns: 1fr; }
    .cl-hero-grid { gap: 72px; }
    .cl-hero-gallery { max-width: 640px; width: 100%; margin: 0 auto; }
    .cl-product-hero-grid { gap: 64px; }
    .cl-product-hero-copy { max-width: 720px; }
    .cl-product-row { grid-template-columns: 64px minmax(0, 1fr); gap: 24px; }
    .cl-privacy-grid { grid-template-columns: 1fr; gap: 27px; }
    .cl-privacy-index { position: static; display: flex; flex-wrap: wrap; gap: 10px 18px; }
}
@media (max-width: 620px) {
    .cl-shell { width: min(var(--cl-max), calc(100% - 32px)); }
    .cl-nav { min-height: 68px; gap: 12px; }
    .cl-brand-note, .cl-brand-word { display: none; }
    .cl-nav-links { gap: 12px; }
    .cl-nav-link-label { display: none; }
    .cl-nav-product-icon { width: 22px; height: 22px; border-radius: 7px; }
    .cl-nav-label-full { display: none; }
    .cl-nav-label-short { display: inline; }
    .cl-nav-links .cl-nav-cta { display: none; }
    .cl-nav-links a { font-size: 12px; }
    .cl-nav-cta { padding: 7px 11px; }
    .cl-hero { padding: 76px 0 88px; }
    .cl-hero h1, .cl-product-hero h1 { font-size: clamp(46px, 14vw, 64px); }
    .cl-lede { font-size: 16px; }
    .cl-hero-gallery { min-height: 445px; }
    .cl-gallery-large { width: 72%; height: 420px; }
    .cl-gallery-small { width: 145px; height: 215px; }
    .cl-gallery-small.is-top { top: 28px; }
    .cl-gallery-small.is-bottom { bottom: 0; }
    .cl-section { padding: 84px 0; }
    .cl-section-head { grid-template-columns: 1fr; gap: 22px; margin-bottom: 48px; }
    .cl-product-row { grid-template-columns: 1fr; gap: 18px; padding: 36px 0 46px; }
    .cl-product-index { display: flex; align-items: baseline; gap: 10px; }
    .cl-product-number { font-size: 20px; }
    .cl-product-card h3 { font-size: 31px; }
    .cl-product-card-head { gap: 14px; padding-bottom: 17px; }
    .cl-product-row-icon { width: 44px; height: 44px; border-radius: 13px; }
    .cl-product-row-shot { aspect-ratio: 1.35 / 1; border-radius: 19px; }
    .cl-product-card-copy { flex-direction: column; gap: 17px; padding-top: 18px; }
    .cl-product-card-copy .cl-text-link { align-self: flex-start; }
    .cl-quiet-band { padding: 67px 0; }
    .cl-product-hero { padding: 66px 0 84px; }
    .cl-product-icon { width: 56px; height: 56px; margin-bottom: 22px; }
    .cl-screenshot-main { max-height: 560px; }
    .cl-rule-title { grid-template-columns: 1fr; gap: 16px; margin-bottom: 40px; }
    .cl-copy-grid { grid-template-columns: 1fr; gap: 30px; }
    .cl-split { gap: 38px; }
    .cl-shot-grid { grid-template-columns: 1fr; gap: 24px; }
    .cl-report-shot-grid { grid-template-columns: 1fr; max-width: none; }
    .cl-shot-grid figure:nth-child(2), .cl-shot-grid figure:nth-child(3) { margin-top: 0; }
    .cl-shot-grid img { height: 520px; }
    .cl-shot-grid .cl-battery-shot { height: 620px; }
    .cl-shot-grid .cl-monitor-shot { height: 650px; }
    .cl-privacy { padding: 65px 0 84px; }
    .cl-privacy-head h1 { font-size: 58px; }
    .cl-privacy-head p { font-size: 16px; }
    .cl-support-main { padding: 65px 0 84px; }
    .cl-support-main > .container { width: min(var(--cl-max), calc(100% - 32px)); }
    .cl-support-intro { padding-bottom: 40px; }
    .cl-support-intro h1 { font-size: 58px; }
    .cl-support-intro p { font-size: 16px; }
    .cl-support-main .qa-header { gap: 13px; }
    .cl-support-main .qa-num { font-size: 20px; }
    .cl-support-main .qa-question { font-size: 22px; }
    .cl-support-main .qa-body { padding-left: 33px; }
    .cl-support-privacy { padding-top: 65px; }
    .cl-support-privacy > .container { width: min(var(--cl-max), calc(100% - 32px)); }
    .cl-support-privacy .privacy-content { padding-top: 40px; }
    .cl-footer-inner { align-items: flex-start; flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { transition-duration: .01ms !important; }
}

/* Image-first product composition: the screens remain complete and unframed. */
.cl-home-hero-copy h1 { max-width: 630px; font-size: clamp(43px, 5.15vw, 68px); }
.cl-download-actions { max-width: 620px; }
.cl-hero-gallery { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(160px, .56fr); align-items: center; gap: clamp(18px, 3vw, 42px); min-height: 540px; }
.cl-gallery-large, .cl-gallery-small { position: static; width: auto; height: auto; overflow: visible; border: 0; background: transparent; box-shadow: none; transform: none; }
.cl-gallery-large img { width: auto; max-width: 100%; height: min(540px, 42vw); margin-left: auto; object-fit: contain; border-radius: 24px; }
.cl-gallery-small img { width: auto; max-width: 100%; height: min(370px, 30vw); margin: 0 auto; object-fit: contain; border-radius: 20px; }
.cl-gallery-small.is-top { position: static; transform: none; }

.cl-product-sheet { display: grid; grid-template-columns: 92px minmax(0, .92fr) minmax(245px, .58fr); gap: clamp(30px, 5vw, 82px); align-items: center; padding: 66px 0; border-top: 1px solid var(--cl-line); }
.cl-product-sheet-copy { min-width: 0; }
.cl-product-title { display: flex; align-items: flex-start; gap: 15px; }
.cl-product-title h3 { margin: 0; font-family: var(--cl-display); font-size: clamp(33px, 3.5vw, 48px); font-weight: 400; line-height: 1.03; letter-spacing: -.045em; }
.cl-product-title .cl-product-kicker { margin: 1px 0 9px; }
.cl-product-sheet-copy > p { max-width: 430px; margin: 26px 0 0; color: var(--cl-muted); font-size: 16px; line-height: 1.75; }
.cl-product-sheet-screen { display: grid; justify-items: center; margin: 0; }
.cl-product-sheet-screen img { width: auto; max-width: 100%; height: min(500px, 38vw); object-fit: contain; border-radius: 22px; }
.cl-product-sheet-screen figcaption, .cl-flow-screen figcaption, .cl-battery-hero-screens figcaption, .cl-monitor-hero-screen figcaption { width: min(100%, 310px); margin-top: 10px; color: var(--cl-faint); font-size: 12px; }

.cl-screenshot-main { border: 0; background: transparent; }
.cl-shot-grid img { border: 0; background: transparent; object-fit: contain; border-radius: 22px; }
.cl-screenshot-wide { object-fit: contain; }
.cl-battery-hero-screens { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(0, .78fr); gap: clamp(18px, 3vw, 38px); align-items: center; }
.cl-battery-hero-screens figure { display: grid; justify-items: center; margin: 0; }
.cl-battery-hero-screens img { width: auto; max-width: 100%; height: min(550px, 44vw); object-fit: contain; border-radius: 24px; }
.cl-battery-hero-screens figure:nth-child(2) img { height: min(430px, 35vw); }
.cl-monitor-hero-screen { display: grid; justify-items: center; margin: 0; }
.cl-monitor-hero-screen img { width: auto; max-width: 100%; height: min(610px, 48vw); object-fit: contain; border-radius: 24px; }

.cl-workflow .cl-section-head { margin-bottom: 34px; }
.cl-flow-step { display: grid; grid-template-columns: 72px minmax(0, .84fr) minmax(240px, .62fr); gap: clamp(28px, 5vw, 82px); align-items: center; padding: 76px 0; border-top: 1px solid var(--cl-line); }
.cl-flow-index { align-self: start; padding-top: 6px; color: var(--cl-accent); font-family: var(--cl-display); font-size: 26px; }
.cl-flow-copy { min-width: 0; }
.cl-flow-copy .cl-product-kicker { margin-bottom: 13px; }
.cl-flow-copy h3 { max-width: 500px; margin: 0; font-family: var(--cl-display); font-size: clamp(30px, 3.6vw, 48px); font-weight: 400; line-height: 1.05; letter-spacing: -.045em; }
.cl-flow-copy p { max-width: 470px; margin: 21px 0 0; color: var(--cl-muted); font-size: 16px; line-height: 1.8; }
.cl-flow-screen { display: grid; justify-items: center; margin: 0; }
.cl-flow-screen img { width: auto; max-width: 100%; height: min(570px, 43vw); object-fit: contain; border-radius: 24px; }
.cl-flow-step-reverse { grid-template-columns: 72px minmax(240px, .62fr) minmax(0, .84fr); }
.cl-flow-step-reverse .cl-flow-copy { grid-column: 3; }
.cl-flow-step-reverse .cl-flow-screen { grid-column: 2; grid-row: 1; }

@media (max-width: 900px) {
    .cl-hero-gallery { max-width: 600px; grid-template-columns: minmax(0, 1fr) minmax(140px, .54fr); min-height: 470px; }
    .cl-gallery-large img { height: 500px; }
    .cl-gallery-small img { height: 330px; }
    .cl-product-sheet { grid-template-columns: 64px minmax(0, 1fr) minmax(210px, .55fr); gap: 28px; }
    .cl-product-sheet-screen img { height: 430px; }
    .cl-flow-step, .cl-flow-step-reverse { grid-template-columns: 64px minmax(0, 1fr) minmax(205px, .56fr); gap: 28px; }
    .cl-flow-step-reverse .cl-flow-copy { grid-column: 3; }
    .cl-flow-step-reverse .cl-flow-screen { grid-column: 2; }
}

@media (max-width: 620px) {
    .cl-nav-home-label { display: none; }
    .cl-nav-home-icon { font-size: 18px; }
    .cl-home-hero-copy h1 { font-size: clamp(40px, 12vw, 56px); }
    .cl-download-actions { gap: 9px; }
    .cl-download-actions .cl-button { flex: 1 1 100%; }
    .cl-hero-gallery { grid-template-columns: minmax(0, 1fr) minmax(108px, .52fr); min-height: 360px; gap: 14px; }
    .cl-gallery-large img { height: 365px; border-radius: 20px; }
    .cl-gallery-small img { height: 245px; border-radius: 17px; }
    .cl-product-sheet { grid-template-columns: 1fr; gap: 25px; padding: 48px 0 56px; }
    .cl-product-sheet .cl-product-index { display: flex; align-items: baseline; gap: 10px; }
    .cl-product-title h3 { font-size: 34px; }
    .cl-product-sheet-copy > p { margin-top: 20px; font-size: 15px; }
    .cl-product-sheet-screen { justify-items: start; }
    .cl-product-sheet-screen img { height: 440px; max-width: 100%; }
    .cl-product-sheet-screen figcaption, .cl-flow-screen figcaption, .cl-battery-hero-screens figcaption, .cl-monitor-hero-screen figcaption { width: 100%; }
    .cl-battery-hero-screens { grid-template-columns: 1fr 1fr; gap: 12px; }
    .cl-battery-hero-screens img { height: 350px; border-radius: 18px; }
    .cl-battery-hero-screens figure:nth-child(2) img { height: 300px; }
    .cl-monitor-hero-screen { justify-items: start; }
    .cl-monitor-hero-screen img { height: 540px; border-radius: 20px; }
    .cl-flow-step, .cl-flow-step-reverse { grid-template-columns: 1fr; gap: 22px; padding: 58px 0; }
    .cl-flow-index { padding: 0; font-size: 22px; }
    .cl-flow-step-reverse .cl-flow-copy, .cl-flow-step-reverse .cl-flow-screen { grid-column: auto; grid-row: auto; }
    .cl-flow-copy h3 { font-size: 33px; }
    .cl-flow-copy p { margin-top: 17px; font-size: 15px; }
    .cl-flow-screen { justify-items: start; }
    .cl-flow-screen img { height: 500px; border-radius: 20px; }
}

/* Final visual refinements for the navigation and product hero screens. */
.cl-nav-links { gap: 25px; }
.cl-nav { min-height: 86px; }
.cl-nav-links a { gap: 9px; font-size: 15px; }
.cl-nav-home-icon { display: grid; width: 30px; height: 30px; place-items: center; color: var(--cl-accent); font-size: 23px; line-height: 1; }
.cl-nav-product-icon { width: 30px; height: 30px; border-radius: 9px; }
.cl-download-button { min-height: 48px; padding: 7px 13px 7px 8px; gap: 9px; }
.cl-download-button img { width: 30px; height: 30px; flex: 0 0 auto; border-radius: 9px; object-fit: cover; }
.cl-download-button span { white-space: nowrap; }
.cl-download-button small { padding: 1px 6px; border: 1px solid currentColor; border-radius: 999px; font-size: 10px; line-height: 1.45; opacity: .74; }
.cl-button-solid.cl-download-button small { border-color: rgba(255, 255, 255, .52); }

.cl-home-showcase { grid-template-columns: minmax(0, 1.18fr) minmax(180px, .67fr); gap: clamp(24px, 3vw, 46px); min-height: 565px; }
.cl-home-battery-pair { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(12px, 2vw, 22px); align-items: center; }
.cl-home-battery-pair figure, .cl-home-monitor-frame { display: grid; justify-items: center; margin: 0; }
.cl-home-battery-pair img { width: auto; max-width: 100%; height: min(465px, 37vw); object-fit: contain; border-radius: 22px; }
.cl-home-monitor-frame { align-self: center; }
.cl-home-monitor-frame img { width: auto; max-width: 100%; height: min(550px, 43vw); object-fit: contain; border-radius: 24px; }
.cl-home-showcase .cl-gallery-large, .cl-home-showcase .cl-gallery-small { display: none; }

.cl-home-hero-copy h1, .cl-product-hero h1 { letter-spacing: -.035em; line-height: 1.04; }
.cl-product-hero h1 { max-width: 650px; font-size: clamp(46px, 5.8vw, 74px); }
.cl-battery-hero-screens { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(16px, 2.5vw, 30px); align-items: start; }
.cl-battery-hero-screens img, .cl-battery-hero-screens figure:nth-child(2) img { height: min(510px, 39vw); }
.cl-product-sheet-screen figcaption, .cl-flow-screen figcaption, .cl-battery-hero-screens figcaption, .cl-monitor-hero-screen figcaption { display: none; }

@media (max-width: 900px) {
    .cl-nav-links { gap: 18px; }
    .cl-home-showcase { grid-template-columns: minmax(0, 1.12fr) minmax(145px, .61fr); min-height: 480px; }
    .cl-home-battery-pair img { height: 395px; }
    .cl-home-monitor-frame img { height: 470px; }
    .cl-battery-hero-screens img, .cl-battery-hero-screens figure:nth-child(2) img { height: 480px; }
}

@media (max-width: 620px) {
    .cl-nav { min-height: 68px; }
    .cl-nav-links { gap: 7px; }
    .cl-nav-home-icon { width: 22px; height: 22px; font-size: 18px; }
    .cl-nav-product-icon { width: 22px; height: 22px; border-radius: 7px; }
    .cl-download-actions .cl-button { justify-content: flex-start; }
    .cl-home-showcase { grid-template-columns: minmax(0, 1fr) minmax(104px, .58fr); min-height: 390px; gap: 14px; }
    .cl-home-battery-pair { gap: 10px; }
    .cl-home-battery-pair img { height: 315px; border-radius: 17px; }
    .cl-home-monitor-frame img { height: 385px; border-radius: 20px; }
    .cl-product-hero h1 { font-size: clamp(42px, 11.5vw, 56px); line-height: 1.02; }
    .cl-battery-hero-screens { gap: 12px; }
    .cl-battery-hero-screens img, .cl-battery-hero-screens figure:nth-child(2) img { height: 340px; border-radius: 18px; }
}
