.weathertab-main { padding: 28px 0 44px; }
.weathertab-hero { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); align-items: center; gap: 56px; padding: 18px 0 64px; }
.weathertab-intro .eyebrow { color: #f7d387; font-size: .8125rem; }
.weathertab-intro h1 { margin: 18px 0 24px; font-size: clamp(2.75rem, 4.4vw, 3.75rem); line-height: 1.08; letter-spacing: -.04em; }
.weathertab-intro h1 span { color: #b9d9f9; }
.weathertab-lead { font-size: 1.1875rem; line-height: 1.65; }
.weathertab-description { max-width: 420px; margin: 18px 0 28px; }
.weathertab-install { gap: 12px; min-height: 50px; }
.weathertab-install img { flex-shrink: 0; }
.weathertab-install > span { margin-left: 4px; }
.weathertab-install-note { margin-top: 12px; font-size: .8125rem; }
.weathertab-preview { min-width: 0; }
.weathertab-browser { overflow: hidden; border: 1px solid #576574; border-radius: 10px; background: #1c2733; box-shadow: 0 24px 56px rgba(0, 0, 0, .25); }
.weathertab-browser-bar { display: flex; align-items: center; gap: 16px; height: 46px; padding: 8px 16px 0; background: #1c2733; }
.weathertab-window-dots { display: flex; align-self: flex-start; gap: 5px; padding-top: 9px; }
.weathertab-window-dots i { width: 7px; height: 7px; border-radius: 50%; background: #677686; }
.weathertab-browser-tab { display: flex; align-items: center; gap: 8px; align-self: stretch; width: 180px; padding: 0 12px; border-radius: 7px 7px 0 0; background: #334150; color: #e0e9f2; font-size: .75rem; }
.weathertab-browser-tab > span { margin-left: auto; color: #b8c7d6; font-size: 1rem; }
.weathertab-new-tab { align-self: flex-start; padding-top: 3px; color: #b8c7d6; }
.weathertab-screenshot { display: block; width: 100%; height: auto; }
.weathertab-preview figcaption { margin-top: 14px; color: var(--muted); text-align: center; font-size: .8125rem; }
.weathertab-features { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 40px; padding: 34px 0 40px; border-top: 1px solid var(--border); }
.weathertab-feature-label { color: #f7d387; font-size: .9375rem; font-weight: 600; }
.weathertab-feature-label span { margin-left: 12px; color: var(--muted); font-size: .8125rem; font-weight: 400; }
.weathertab-features h2 { margin: 14px 0 12px; font-size: 1.25rem; }
.weathertab-features .muted { font-size: .9375rem; }
.weathertab-ready { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 28px 30px; }
.weathertab-ready h2 { margin-bottom: 8px; font-size: 1.375rem; line-height: 1.35; }
.weathertab-ready .muted { font-size: .9375rem; }
.weathertab-ready .button { flex-shrink: 0; }
.weathertab-notes { margin-top: 24px; font-size: .8125rem; line-height: 1.75; }
.weathertab-notes p + p { margin-top: 4px; }

@media (max-width: 1000px) {
    .weathertab-hero { gap: 32px; }
    .weathertab-intro h1 { font-size: clamp(2.5rem, 4.5vw, 3.25rem); }
    .weathertab-lead { font-size: 1.0625rem; }
    .weathertab-features { gap: 28px; }
    .weathertab-ready { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 760px) {
    .weathertab-main { padding-top: 18px; }
    .weathertab-hero { grid-template-columns: 1fr; gap: 36px; padding: 12px 0 38px; }
    .weathertab-intro h1 { font-size: clamp(2.5rem, 7vw, 3.5rem); }
    .weathertab-description { max-width: 520px; }
    .weathertab-preview { width: min(100%, 600px); justify-self: center; }
    .weathertab-features { grid-template-columns: 1fr; gap: 26px; padding: 28px 0 32px; }
    .weathertab-features > div + div { padding-top: 26px; border-top: 1px solid var(--border); }
    .weathertab-features h2 { margin-top: 10px; }
}

@media (max-width: 620px) {
    .weathertab-page .site-header { align-items: center; gap: 20px; }
    .weathertab-page .site-header nav { justify-content: flex-end; gap: 12px 18px; }
    .weathertab-page .site-header nav .button { display: none; }
    .weathertab-ready { padding: 24px 20px; }
    .weathertab-ready h2 { font-size: 1.25rem; }
    .weathertab-ready .button { width: 100%; }
}

@media (max-width: 360px) {
    .weathertab-install { gap: 8px; padding-inline: 12px; font-size: .9375rem; }
}

/* WeatherTab 2.0: actual extension captures and a focused companion link. */
.weathertab-showcase { padding: 35px 0 48px; }
.weathertab-section-heading { max-width: 660px; margin: 0 auto 32px; text-align: center; }
.weathertab-section-heading h2 { margin: 14px 0; font-size: clamp(1.8rem, 3vw, 2.4rem); letter-spacing: -.035em; }
.weathertab-section-heading .muted { font-size: .9375rem; line-height: 1.75; }
.weathertab-gallery { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 36px 28px; }
.weathertab-gallery figure { min-width: 0; margin: 0; }
.weathertab-gallery .image-preview-trigger { overflow: hidden; border-radius: 14px; border: 1px solid var(--border); box-shadow: 0 14px 32px #0002; }
.weathertab-gallery img { display: block; width: 100%; height: auto; }
.weathertab-gallery figcaption { padding: 18px 3px 0; }
.weathertab-gallery h3 { margin: 0 0 8px; font-size: 1.125rem; }
.weathertab-gallery .muted { margin: 0; font-size: .875rem; line-height: 1.7; }
.weathertab-companion { display: flex; align-items: center; gap: 24px; padding: 28px; margin: 0 0 24px; }
.weathertab-companion > img { flex-shrink: 0; }
.weathertab-companion h2 { margin: 9px 0; font-size: 1.35rem; }
.weathertab-companion .muted { font-size: .875rem; line-height: 1.7; }
.weathertab-companion .button { flex-shrink: 0; font-size: .8125rem; }
@media (max-width: 900px) { .weathertab-companion { flex-wrap: wrap; } .weathertab-companion > div { flex: 1; } .weathertab-companion .button { margin-left: 76px; } }
@media (max-width: 620px) { .weathertab-gallery { grid-template-columns: 1fr; gap: 30px; } .weathertab-showcase { padding-top: 24px; } .weathertab-companion { padding: 22px; gap: 15px; } .weathertab-companion > img { width: 40px; height: 40px; } .weathertab-companion .button { margin: 0; width: 100%; } }
