.climate-main { width: min(1120px, calc(100% - 36px)); margin-inline: auto; }
.climate-hero { display: grid; grid-template-columns: 1.25fr .75fr; gap: clamp(32px, 7vw, 88px); align-items: center; min-height: 560px; margin-bottom: 88px; padding: clamp(34px, 7vw, 76px); overflow: hidden; border-radius: 32px; background: linear-gradient(145deg, color-mix(in srgb, var(--sea) 14%, var(--surface)), color-mix(in srgb, var(--sun) 15%, var(--surface))); box-shadow: var(--shadow); }
.climate-hero h1 { max-width: 8ch; font-size: clamp(3.4rem, 8vw, 7rem); letter-spacing: -.075em; line-height: .86; }
.climate-lead { max-width: 650px; margin: 24px 0 0; color: var(--muted); font-size: clamp(1.05rem, 2vw, 1.3rem); }
.climate-orbit { position: relative; display: grid; width: min(330px, 100%); aspect-ratio: 1; place-items: center; overflow: hidden; border-radius: 50%; background: var(--sea-deep); color: #fff; }
.climate-orbit b { position: relative; z-index: 2; font-size: clamp(5rem, 10vw, 8rem); letter-spacing: -.08em; line-height: .8; }
.climate-orbit small { position: relative; z-index: 2; margin-top: -28%; font-weight: 800; text-transform: uppercase; }
.climate-orbit-sun { position: absolute; top: 12%; right: 14%; width: 28%; aspect-ratio: 1; border-radius: 50%; background: var(--sun); }
.climate-orbit-sea { position: absolute; right: -15%; bottom: -2%; left: -15%; height: 40%; border-radius: 50% 50% 0 0; background: var(--sea); transform: rotate(-7deg); }
.climate-dashboard { margin-bottom: 92px; }
.climate-dashboard-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 28px; }
.climate-period { margin: 0; color: var(--muted); font-size: .84rem; }
.climate-tabs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 18px; }
.climate-tab { padding: 10px 15px; border: 1px solid var(--line); border-radius: 999px; background: var(--surface); color: var(--muted); cursor: pointer; font: inherit; font-weight: 760; }
.climate-tab:hover { color: var(--text); }
.climate-tab.is-active { border-color: var(--sea-deep); background: var(--sea-deep); color: #fff; }
.climate-chart-shell { position: relative; padding: clamp(18px, 4vw, 34px); border: 1px solid var(--line); border-radius: 30px; background: var(--surface); box-shadow: var(--shadow); }
.climate-chart { display: block; width: 100%; height: auto; overflow: visible; }
.climate-grid-line { stroke: var(--line); stroke-width: 1; }
.climate-axis-label { fill: var(--muted); font-size: 18px; }
.climate-line { fill: none; stroke-width: 7; stroke-linecap: round; stroke-linejoin: round; }
.climate-area { opacity: .09; }
.climate-dot { stroke: var(--surface); stroke-width: 5; cursor: pointer; }
.climate-chart-legend { display: flex; flex-wrap: wrap; gap: 12px 20px; min-height: 24px; margin-bottom: 8px; color: var(--muted); font-size: .78rem; }
.climate-chart-legend span { display: inline-flex; align-items: center; gap: 7px; }
.climate-chart-legend i { width: 24px; height: 4px; border-radius: 9px; }
.climate-chart-tooltip { position: absolute; z-index: 4; min-width: 130px; padding: 10px 12px; border-radius: 14px; background: var(--text); color: var(--surface); font-size: .76rem; pointer-events: none; box-shadow: var(--shadow); transform: translate(-50%, -110%); }
.climate-status { margin: 13px 4px 0; color: var(--muted); font-size: .76rem; }
.climate-months { margin-bottom: 92px; }
.climate-month-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.climate-month { min-height: 185px; padding: 22px; border: 1px solid var(--line); border-radius: 23px; background: var(--surface); }
.climate-month.is-warm { background: linear-gradient(145deg, color-mix(in srgb, var(--sun) 22%, var(--surface)), var(--surface)); }
.climate-month time { color: var(--sea-deep); font-size: .74rem; font-weight: 850; text-transform: uppercase; }
.climate-month strong { display: block; margin: 30px 0 8px; font-size: 2.1rem; letter-spacing: -.05em; }
.climate-month dl { display: grid; gap: 5px; margin: 0; color: var(--muted); font-size: .76rem; }
.climate-month dl div { display: flex; justify-content: space-between; gap: 8px; }
.climate-month dd { margin: 0; color: var(--text); font-weight: 750; }
.climate-best { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(30px, 7vw, 74px); margin-bottom: 92px; padding: clamp(30px, 6vw, 58px); border-radius: 30px; background: var(--sea-deep); color: #fff; }
.climate-best .section-kicker { color: var(--sun); }
.climate-best h2 { color: #fff; }
.climate-best-intro > p:last-child { color: color-mix(in srgb, #fff 70%, transparent); }
.climate-best-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.climate-best-grid article { display: grid; min-height: 150px; align-content: space-between; padding: 22px; border: 1px solid color-mix(in srgb, #fff 18%, transparent); border-radius: 22px; background: color-mix(in srgb, #fff 7%, transparent); }
.climate-best-grid span { color: var(--sun); font-size: 1.6rem; }
.climate-best-grid small { color: color-mix(in srgb, #fff 62%, transparent); }
.climate-best-grid strong { font-size: 1.4rem; }
.climate-method { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(30px, 7vw, 76px); margin-bottom: 76px; padding: clamp(28px, 6vw, 52px); border: 1px solid var(--line); border-radius: 28px; background: var(--surface); }
.climate-method p { color: var(--muted); }
.climate-small { font-size: .78rem; }
@media (max-width: 800px) { .climate-hero, .climate-best, .climate-method { grid-template-columns: 1fr; } .climate-hero { min-height: 0; margin-bottom: 62px; border-radius: 24px; } .climate-orbit { width: min(260px, 75%); } .climate-month-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .climate-main { width: min(100% - 24px, 1120px); } .climate-dashboard-heading { align-items: flex-start; flex-direction: column; } .climate-chart-shell { padding: 14px 8px; border-radius: 22px; } .climate-axis-label { font-size: 24px; } .climate-month-grid, .climate-best-grid { grid-template-columns: 1fr; } }
