.weather-guide{background:var(--clr-dark-900);color:var(--clr-text);overflow:hidden}.weather-guide__hero{min-height:620px;position:relative;display:flex;align-items:flex-end;padding:calc(var(--header-h) + 72px) 0 72px;background:var(--clr-dark-950)}.weather-guide__hero-image,.weather-guide__hero-overlay{position:absolute;inset:0;width:100%;height:100%}.weather-guide__hero-image{object-fit:cover;object-position:center 45%}.weather-guide__hero-overlay{background:linear-gradient(90deg,rgba(5,8,12,.9) 0%,rgba(5,8,12,.5) 46%,rgba(5,8,12,.16) 100%),linear-gradient(0deg,rgba(5,8,12,.92) 0%,transparent 55%)}.weather-guide__hero-content{position:relative;z-index:1}.weather-guide__eyebrow{color:var(--clr-tropical-300);font-size:var(--text-xs);font-weight:800;letter-spacing:.12em;text-transform:uppercase}.weather-guide h1,.weather-guide h2,.weather-guide h3{font-family:var(--font-serif);letter-spacing:-.02em}.weather-guide h1{max-width:780px;margin:14px 0 20px;font-size:clamp(3.1rem,7vw,6.4rem);line-height:.94}.weather-guide h1 em{color:var(--clr-sand-300);font-style:normal}.weather-guide__hero-lead{max-width:610px;color:rgba(240,236,228,.78);font-size:var(--text-xl);line-height:1.45}.weather-guide__hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.weather-guide__button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border-radius:var(--radius-full);font-size:var(--text-sm);font-weight:800;transition:transform var(--transition-fast),background var(--transition-fast),border-color var(--transition-fast)}.weather-guide__button:hover{transform:translateY(-2px)}.weather-guide__button--primary{background:var(--clr-tropical-500);color:var(--clr-dark-950)}.weather-guide__button--primary:hover{background:var(--clr-tropical-300);color:var(--clr-dark-950)}.weather-guide__button--ghost{border:1px solid rgba(255,255,255,.28);color:var(--clr-text);background:rgba(10,15,24,.28)}.weather-guide__button--ghost:hover{border-color:var(--clr-tropical-300);color:var(--clr-text)}.weather-guide__hero-note{position:absolute;right:var(--container-pad);bottom:28px;z-index:1;color:rgba(240,236,228,.58);font-size:var(--text-xs)}.weather-guide__toc{position:sticky;top:var(--header-h);z-index:10;border-bottom:1px solid var(--clr-border);background:rgba(10,15,24,.84);backdrop-filter:var(--glass-blur-sm);-webkit-backdrop-filter:var(--glass-blur-sm)}.weather-guide__toc .container{display:flex;gap:28px;overflow:auto}.weather-guide__toc a{padding:15px 0;color:var(--clr-text-muted);font-size:var(--text-sm);font-weight:700;white-space:nowrap}.weather-guide__toc a:hover{color:var(--clr-tropical-300)}.weather-guide__body{padding-top:var(--space-16);padding-bottom:var(--space-20)}.weather-guide__section{padding:var(--space-12) 0}.weather-guide__section-heading{max-width:760px;margin-bottom:var(--space-8)}.weather-guide__section-heading h2{margin-top:8px;font-size:var(--text-4xl);line-height:1.02}.weather-guide__section-heading>p:last-child{margin-top:14px;color:var(--clr-text-muted);font-size:var(--text-md);line-height:1.55}.weather-guide__intro-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(300px,.95fr);gap:var(--space-10);align-items:start}.weather-guide__lead{max-width:690px;color:var(--clr-text-muted);font-size:var(--text-lg);line-height:1.7}.weather-guide__facts{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.weather-guide__facts article{min-height:130px;padding:18px;border:1px solid var(--clr-border);border-radius:var(--radius-md);background:var(--glass-bg)}.weather-guide__facts strong{display:block;color:var(--clr-sand-200);font-size:var(--text-xl);line-height:1.1}.weather-guide__facts span{display:block;margin-top:10px;color:var(--clr-text-muted);font-size:var(--text-xs);line-height:1.35}.weather-guide__month-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.weather-month-card{padding:20px;border:1px solid var(--clr-border);border-radius:var(--radius-lg);background:linear-gradient(145deg,rgba(255,255,255,.07),rgba(255,255,255,.025));transition:transform var(--transition-base),border-color var(--transition-base),opacity var(--transition-base)}.weather-month-card:hover{transform:translateY(-4px);border-color:var(--clr-tropical-500)}.weather-month-card.is-dimmed{opacity:.28}.weather-month-card__top{display:flex;align-items:start;justify-content:space-between;gap:8px}.weather-month-card h3{font-size:var(--text-xl);line-height:1}.weather-month-card__top span{padding:4px 7px;border-radius:var(--radius-full);background:rgba(20,184,166,.14);color:var(--clr-tropical-300);font-size:10px;font-weight:800;line-height:1.2;text-align:right}.weather-month-card__temps{display:grid;grid-template-columns:auto 1fr auto 1fr;gap:4px 8px;align-items:end;margin:24px 0 14px}.weather-month-card__temps strong{color:var(--clr-sand-200);font-size:var(--text-xl);line-height:1}.weather-month-card__temps span{align-self:end;color:var(--clr-text-subtle);font-size:var(--text-xs)}.weather-month-card p{min-height:68px;color:var(--clr-text-muted);font-size:var(--text-sm);line-height:1.5}.weather-month-card dl{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:16px 0 0;padding-top:14px;border-top:1px solid var(--clr-border)}.weather-month-card dl div{display:flex;flex-direction:column;gap:3px}.weather-month-card dt{color:var(--clr-text-subtle);font-size:var(--text-xs)}.weather-month-card dd{margin:0;color:var(--clr-text);font-size:var(--text-sm);font-weight:800}.weather-guide__rental-cta{display:flex;align-items:center;justify-content:space-between;gap:32px;margin:var(--space-8) 0;padding:30px 34px;border:1px solid rgba(94,234,212,.3);border-radius:var(--radius-xl);background:linear-gradient(120deg,rgba(20,184,166,.2),rgba(17,24,39,.9));box-shadow:var(--shadow-glow)}.weather-guide__rental-cta h2{margin-top:8px;font-size:var(--text-2xl);line-height:1.05}.weather-guide__rental-cta p:not(.weather-guide__eyebrow){max-width:620px;margin-top:10px;color:var(--clr-text-muted)}.weather-guide__rental-actions{display:flex;align-items:center;flex-wrap:wrap;justify-content:flex-end;gap:18px;flex-shrink:0}.weather-guide__button--light{background:var(--clr-sand-200);color:var(--clr-dark-950)}.weather-guide__button--light:hover{background:var(--clr-sand-50);color:var(--clr-dark-950)}.weather-guide__text-link{color:var(--clr-tropical-300);font-size:var(--text-sm);font-weight:800;white-space:nowrap}.weather-guide__filters{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:10px}.weather-guide__filters button{padding:10px 14px;border:1px solid var(--clr-border-hover);border-radius:var(--radius-full);color:var(--clr-text-muted);font-size:var(--text-sm);font-weight:700}.weather-guide__filters button:hover,.weather-guide__filters button.is-active{border-color:var(--clr-tropical-500);background:rgba(20,184,166,.16);color:var(--clr-tropical-300)}.weather-guide__filter-status{margin:0 0 12px;color:var(--clr-text-subtle);font-size:var(--text-xs)}.weather-guide__table-wrap{overflow-x:auto;border:1px solid var(--clr-border);border-radius:var(--radius-lg);background:rgba(17,24,39,.7)}.weather-guide__table{width:100%;min-width:700px;border-collapse:collapse;text-align:left}.weather-guide__table th,.weather-guide__table td{padding:15px 18px;border-bottom:1px solid var(--clr-border);font-size:var(--text-sm);white-space:nowrap}.weather-guide__table thead th{color:var(--clr-text-subtle);font-size:var(--text-xs);font-weight:800;letter-spacing:.06em;text-transform:uppercase}.weather-guide__table tbody tr{transition:background var(--transition-fast),opacity var(--transition-fast)}.weather-guide__table tbody tr:hover,.weather-guide__table tbody tr.is-selected{background:rgba(20,184,166,.09)}.weather-guide__table tbody tr:last-child th,.weather-guide__table tbody tr:last-child td{border-bottom:0}.weather-guide__table tbody th{color:var(--clr-text);font-weight:800}.weather-guide__table td{color:var(--clr-text-muted)}.weather-guide__table tr.is-hidden{display:none}.weather-guide__season{display:inline-flex;padding:4px 8px;border-radius:var(--radius-full);background:rgba(20,184,166,.14);color:var(--clr-tropical-300);font-size:var(--text-xs);font-weight:800}.weather-guide__season--dozhdi{background:rgba(96,165,250,.15);color:#93c5fd}.weather-guide__season--zhara{background:rgba(249,115,22,.15);color:#fdba74}.weather-guide__tips{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.weather-guide__tips article{padding:24px;border:1px solid var(--clr-border);border-radius:var(--radius-lg);background:var(--clr-dark-800)}.weather-guide__tips article>span{color:var(--clr-warm-400);font-family:var(--font-mono);font-size:var(--text-sm);font-weight:800}.weather-guide__tips h3{margin:16px 0 7px;font-size:var(--text-xl)}.weather-guide__tips p{color:var(--clr-text-muted);font-size:var(--text-sm);line-height:1.55}.weather-guide__faq{max-width:850px;border-top:1px solid var(--clr-border)}.weather-guide__faq details{padding:20px 0;border-bottom:1px solid var(--clr-border)}.weather-guide__faq summary{cursor:pointer;color:var(--clr-text);font-size:var(--text-md);font-weight:800;list-style:none}.weather-guide__faq summary::-webkit-details-marker{display:none}.weather-guide__faq summary:after{float:right;color:var(--clr-tropical-300);content:'+';font-size:1.4rem;font-weight:400}.weather-guide__faq details[open] summary:after{content:'−'}.weather-guide__faq p{max-width:780px;padding:12px 36px 0 0;color:var(--clr-text-muted);font-size:var(--text-sm);line-height:1.65}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media (max-width:1100px){.weather-guide__month-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.weather-guide__intro-grid{grid-template-columns:1fr}.weather-guide__facts{max-width:760px}}@media (max-width:760px){.weather-guide__hero{min-height:650px;padding:calc(var(--header-h) + 60px) 0 54px}.weather-guide__hero-image{object-position:58% center}.weather-guide__hero-overlay{background:linear-gradient(180deg,rgba(5,8,12,.2) 0%,rgba(5,8,12,.76) 48%,rgba(5,8,12,.96) 100%)}.weather-guide__hero-note{right:var(--space-4);bottom:18px;max-width:220px;text-align:right}.weather-guide__body{padding-top:var(--space-8)}.weather-guide__section{padding:var(--space-8) 0}.weather-guide__section-heading h2{font-size:var(--text-3xl)}.weather-guide__month-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.weather-month-card{padding:15px}.weather-month-card__top{display:block}.weather-month-card__top span{display:inline-block;margin-top:8px}.weather-month-card p{min-height:0;font-size:var(--text-xs)}.weather-month-card__temps{grid-template-columns:auto 1fr;gap:5px 8px;margin:16px 0 12px}.weather-month-card__temps span{grid-column:2}.weather-guide__facts{grid-template-columns:1fr}.weather-guide__rental-cta{display:block;padding:24px}.weather-guide__rental-actions{justify-content:flex-start;margin-top:22px}.weather-guide__tips{grid-template-columns:1fr}.weather-guide__table th,.weather-guide__table td{padding:12px 13px}}@media (max-width:460px){.weather-guide h1{font-size:clamp(2.7rem,14vw,4rem)}.weather-guide__hero-lead{font-size:var(--text-lg)}.weather-guide__hero-actions{display:grid;grid-template-columns:1fr}.weather-guide__button{width:100%}.weather-guide__month-grid{grid-template-columns:1fr}.weather-guide__toc .container{gap:20px}}@media (prefers-reduced-motion:reduce){.weather-guide *{scroll-behavior:auto!important;transition:none!important;animation:none!important}.weather-month-card:hover,.weather-guide__button:hover{transform:none}}
.weather-guide{background:#f2f7f5;color:#173638}.weather-guide__toc{background:rgba(242,247,245,.94);border-color:#1736381c}.weather-guide__toc a{color:#456667}.weather-guide__section-heading>p:last-child,.weather-guide__lead,.weather-month-card p,.weather-guide__rental-cta p:not(.weather-guide__eyebrow),.weather-guide__tips p,.weather-guide__faq p{color:#557071}.weather-guide__section-heading h2,.weather-guide__section-heading h3,.weather-month-card h3,.weather-guide__faq summary{color:#173638}.weather-guide__facts article,.weather-month-card,.weather-guide__tips article{border-color:#1736381c;background:#fff;box-shadow:0 8px 24px rgba(19,54,56,.06)}.weather-guide__facts strong,.weather-month-card__temps strong{color:#0f7770}.weather-guide__facts span,.weather-month-card dt{color:#6c8585}.weather-month-card dd,.weather-guide__table tbody th{color:#173638}.weather-guide__table-wrap{border-color:#1736381c;background:#fff;box-shadow:0 8px 24px rgba(19,54,56,.06)}.weather-guide__table{min-width:0;table-layout:fixed}.weather-guide__table th,.weather-guide__table td{padding:12px 10px;white-space:normal}.weather-guide__table thead th{color:#6c8585}.weather-guide__table td{color:#557071}.weather-guide__table th:first-child{width:18%}.weather-guide__table th:nth-child(2),.weather-guide__table th:nth-child(3){width:13%}.weather-guide__table th:nth-child(4),.weather-guide__table th:nth-child(5){width:14%}.weather-guide__table th:last-child{width:28%}.weather-guide__season{white-space:normal;text-align:center}.weather-guide__faq{border-color:#1736381c}.weather-guide__faq details{border-color:#1736381c}@media (max-width:760px){.weather-guide__month-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.weather-month-card{padding:10px 9px;border-radius:14px}.weather-month-card h3{font-size:1.05rem}.weather-month-card__top span{padding:3px 5px;font-size:9px}.weather-month-card__temps{gap:3px 5px;margin:10px 0 8px}.weather-month-card__temps strong{font-size:1rem}.weather-month-card p{font-size:.72rem;line-height:1.35}.weather-month-card dl{gap:5px;margin-top:9px;padding-top:8px}.weather-month-card dt,.weather-month-card dd{font-size:.7rem}.weather-guide__table th,.weather-guide__table td{padding:8px 5px;font-size:.72rem;line-height:1.25}.weather-guide__table thead th{font-size:.62rem;letter-spacing:0}.weather-guide__season{padding:3px 4px;font-size:.64rem}}@media (max-width:460px){.weather-guide__month-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
.weather-guide__hero h1{color:#fff;text-shadow:0 3px 18px rgba(0,0,0,.48)}.weather-guide__hero h1 em{color:#f5dfb7;text-shadow:0 3px 18px rgba(0,0,0,.42)}
.weather-guide:not(.weather-guide__hero) .weather-guide__eyebrow,.weather-guide__section .weather-guide__eyebrow{color:#0f766e}.weather-guide__hero .weather-guide__eyebrow{color:#6ff5df;text-shadow:0 2px 12px rgba(0,0,0,.4)}.weather-guide__toc a:hover,.weather-guide__text-link{color:#0f766e}.weather-guide__season{background:#d5f3ec;color:#0f766e}.weather-guide__season--dozhdi{background:#e3effc;color:#2563a8}.weather-guide__season--zhara{background:#fff0df;color:#b45309}.weather-guide__faq summary:after{color:#0f766e}
.weather-month-card__top span{color:#0f766e;background:#d5f3ec}.weather-month-card__temps span{color:#789292}.weather-month-card dt{color:#6b8585}
