/* Virgin Islands Platinum News - Cruise + Weather service pages v3.4.1 */
.vipn-service-page .vipn-main{padding-top:34px}.vipn-service-main{min-height:70vh}.vipn-service-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:32px;align-items:start}.vipn-weather-layout{margin-top:0}.vipn-service-sidebar{position:sticky;top:92px}.vipn-service-card,.vipn-day-card,.vipn-weather-info-card,.vipn-weather-synopsis-card,.vipn-service-empty{border:1px solid var(--vipn-border);border-radius:var(--vipn-radius-lg);background:var(--vipn-card-bg);box-shadow:var(--vipn-shadow-soft)}
.vipn-section-kicker{display:block;margin-bottom:5px;color:var(--vipn-accent);font-size:.72rem;font-weight:950;letter-spacing:.12em;text-transform:uppercase}.vipn-mini-note{color:var(--vipn-muted);font-size:.84rem;font-weight:800}.vipn-service-card{padding:24px;margin-bottom:28px}.vipn-link{color:var(--vipn-accent);font-weight:900;text-decoration:none}.vipn-link:hover{text-decoration:underline}.vipn-service-empty{padding:32px;color:var(--vipn-text-soft)}.vipn-service-empty strong{display:block;color:var(--vipn-text);font-size:1.1rem;margin-bottom:7px}.vipn-service-empty p{margin:0;color:var(--vipn-muted)}
/* Shared ad/sidebar hardening */
.vipn-service-sidebar .vipn-side-card{border-radius:24px}.vipn-service-sidebar .vipn-side-ad{min-height:0;padding:12px;border-radius:20px;background:var(--vipn-surface-2);border:1px solid var(--vipn-border);display:flex;align-items:center;justify-content:center;overflow:hidden}.vipn-service-sidebar .vipn-side-ad img,.vipn-service-sidebar .vipn-side-ad iframe,.vipn-service-sidebar .vipn-side-ad ins{display:block;max-width:100%;width:auto;height:auto;margin:auto;border-radius:14px}.vipn-service-sidebar .vipn-side-ad iframe{width:300px;max-width:100%;min-height:250px}.vipn-service-notes p{margin:0 0 12px;color:var(--vipn-text-soft);font-weight:650;line-height:1.55}.vipn-service-notes p:last-child{margin-bottom:0}.vipn-side-links{display:grid;gap:10px}.vipn-side-links a{display:flex;justify-content:space-between;gap:10px;padding:13px 14px;border:1px solid var(--vipn-border);border-radius:14px;color:var(--vipn-text-soft);background:var(--vipn-surface-2);text-decoration:none;font-weight:850}.vipn-side-links a:hover{color:var(--vipn-accent);border-color:var(--vipn-accent-border)}
/* Weather */
.vipn-weather-primary{display:grid;gap:24px}.vipn-weather-hero-premium{display:grid;grid-template-columns:minmax(0,1fr) 260px;gap:28px;align-items:center;min-height:250px;padding:clamp(26px,4.2vw,52px);border:1px solid var(--vipn-border-strong);border-radius:28px;background:radial-gradient(circle at 14% 12%,rgba(61,147,215,.25),transparent 25rem),radial-gradient(circle at 95% 8%,rgba(51,102,153,.15),transparent 22rem),linear-gradient(135deg,rgba(255,255,255,.08),rgba(255,255,255,.025)),var(--vipn-hero-bg);box-shadow:var(--vipn-shadow);position:relative;overflow:hidden}.vipn-weather-hero-premium:before{content:"";position:absolute;inset:auto -10% -48% 40%;height:300px;background:radial-gradient(circle,rgba(51,102,153,.18),transparent 68%);pointer-events:none}.vipn-weather-hero-copy{position:relative;z-index:1}.vipn-weather-hero-copy h1{margin:12px 0 12px;color:var(--vipn-text);font-size:clamp(2.6rem,5.8vw,5.6rem);line-height:.92;letter-spacing:-.075em;font-weight:950}.vipn-weather-valid{max-width:780px;color:var(--vipn-text-soft);font-size:clamp(1rem,1.6vw,1.22rem);line-height:1.6;margin:0}.vipn-weather-current-card{position:relative;z-index:1;display:grid;grid-template-columns:auto 1fr;gap:16px;align-items:center;padding:22px;border:1px solid var(--vipn-border-strong);border-radius:24px;background:rgba(255,255,255,.07);box-shadow:var(--vipn-shadow-soft);backdrop-filter:blur(14px)}[data-theme="light"] .vipn-weather-current-card{background:rgba(255,255,255,.74)}.vipn-weather-icon{width:74px;height:74px;display:grid;place-items:center;border-radius:20px;border:1px solid var(--vipn-border);background:var(--vipn-surface-2);font-size:2.1rem}.vipn-weather-current-card span{display:block;color:var(--vipn-muted);font-size:.78rem;font-weight:900;text-transform:uppercase;letter-spacing:.09em}.vipn-weather-current-card strong{display:block;color:var(--vipn-text);font-size:clamp(2rem,4vw,3.4rem);line-height:1;font-weight:950;letter-spacing:-.07em}.vipn-weather-current-card small{display:block;margin-top:6px;color:var(--vipn-text-soft);font-weight:850}.vipn-weather-alert-strip{display:grid;grid-template-columns:210px 1fr;gap:20px;padding:18px 22px;border:1px solid rgba(233,71,71,.42);border-radius:22px;background:linear-gradient(135deg,rgba(233,71,71,.15),rgba(233,71,71,.055));box-shadow:var(--vipn-shadow-soft)}.vipn-weather-alert-strip strong{color:var(--vipn-text);font-weight:950}.vipn-weather-alert-strip p{margin:0 0 5px;color:var(--vipn-text-soft);font-weight:700}.vipn-weather-alert-strip span{color:var(--vipn-accent);font-weight:950;text-transform:uppercase;letter-spacing:.08em;font-size:.72rem}.vipn-weather-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.vipn-weather-info-card{padding:24px;min-height:178px}.vipn-weather-card-head{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;margin-bottom:12px}.vipn-weather-card-head span{color:var(--vipn-muted);font-size:.76rem;font-weight:950;letter-spacing:.12em;text-transform:uppercase}.vipn-weather-card-head small{color:var(--vipn-text-soft);font-size:.86rem;font-weight:780;text-align:right}.vipn-weather-info-card h2{margin:0 0 11px;color:var(--vipn-text);font-size:1.12rem;font-weight:950;letter-spacing:-.02em}.vipn-weather-info-card p,.vipn-weather-synopsis-card p{margin:0;color:var(--vipn-text-soft);font-size:1.02rem;line-height:1.68;font-weight:650}.vipn-weather-synopsis-card{padding:24px}.vipn-weather-updates-card .vipn-panel-title{margin-bottom:14px}.vipn-weather-update-list{display:grid}.vipn-weather-update-row{display:grid;grid-template-columns:42px minmax(0,1fr);gap:12px;padding:13px 0;border-top:1px solid var(--vipn-border)}.vipn-weather-update-row:first-child{border-top:0;padding-top:0}.vipn-weather-update-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:12px;background:var(--vipn-surface-2);border:1px solid var(--vipn-border);font-size:1.16rem}.vipn-weather-update-row strong{display:block;color:var(--vipn-text);font-size:1rem;font-weight:950;line-height:1.25}.vipn-weather-update-row small{display:block;margin-top:4px;color:var(--vipn-muted);font-size:.84rem;font-weight:750}.vipn-weather-source-card .vipn-link{display:inline-flex;margin-top:2px}
/* Cruise */
.vipn-cruise-hero{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:28px;align-items:stretch;margin-bottom:32px;padding:clamp(26px,4vw,48px);border:1px solid var(--vipn-border-strong);border-radius:28px;background:radial-gradient(circle at 16% 10%,rgba(61,147,215,.25),transparent 26rem),radial-gradient(circle at 92% 5%,rgba(51,102,153,.18),transparent 24rem),linear-gradient(135deg,rgba(255,255,255,.08),rgba(255,255,255,.025)),var(--vipn-hero-bg);box-shadow:var(--vipn-shadow);overflow:hidden}.vipn-cruise-hero h1{margin:12px 0;color:var(--vipn-text);font-size:clamp(2.6rem,5.4vw,5.8rem);line-height:.9;letter-spacing:-.08em;font-weight:950}.vipn-cruise-hero p{max-width:760px;margin:0;color:var(--vipn-text-soft);font-size:1.08rem;line-height:1.62}.vipn-service-stat-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:28px}.vipn-service-stat-strip div{padding:16px;border:1px solid var(--vipn-border);border-radius:18px;background:rgba(255,255,255,.055)}[data-theme="light"] .vipn-service-stat-strip div{background:rgba(255,255,255,.75)}.vipn-service-stat-strip span{display:block;color:var(--vipn-muted);font-size:.72rem;font-weight:950;text-transform:uppercase;letter-spacing:.1em}.vipn-service-stat-strip strong{display:block;margin-top:6px;color:var(--vipn-text);font-size:1.8rem;font-weight:950;letter-spacing:-.05em;line-height:1}.vipn-next-call-card{padding:24px;border-radius:24px;border:1px solid var(--vipn-border-strong);background:rgba(255,255,255,.07);box-shadow:var(--vipn-shadow-soft);backdrop-filter:blur(14px)}[data-theme="light"] .vipn-next-call-card{background:rgba(255,255,255,.78)}.vipn-next-call-card>span{display:inline-flex;margin-bottom:12px;color:var(--vipn-accent);font-size:.76rem;font-weight:950;text-transform:uppercase;letter-spacing:.12em}.vipn-next-call-card h2{margin:0;color:var(--vipn-text);font-size:clamp(1.5rem,2.3vw,2.15rem);font-weight:950;letter-spacing:-.05em;line-height:1.05}.vipn-next-call-card p{margin:9px 0 18px;color:var(--vipn-muted);font-weight:800}.vipn-next-call-card dl{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:0}.vipn-next-call-card dl div{padding:12px;border-radius:14px;background:var(--vipn-surface-2);border:1px solid var(--vipn-border)}.vipn-next-call-card dt{color:var(--vipn-muted);font-size:.68rem;text-transform:uppercase;letter-spacing:.1em;font-weight:950}.vipn-next-call-card dd{margin:4px 0 0;color:var(--vipn-text);font-size:.95rem;font-weight:900}.vipn-filter-card{margin-bottom:30px}.vipn-filter-grid{display:grid;grid-template-columns:1fr 1fr 180px auto;gap:14px;align-items:end}.vipn-filter-grid label{display:grid;gap:8px;color:var(--vipn-muted);font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;font-weight:850}.vipn-filter-grid select{width:100%;min-height:46px;border:1px solid var(--vipn-border-strong);border-radius:14px;background:var(--vipn-surface-solid);color:var(--vipn-text);padding:0 14px;outline:none;font-weight:750}.vipn-filter-grid select:focus{border-color:var(--vipn-accent-border);box-shadow:0 0 0 4px var(--vipn-accent-soft)}.vipn-schedule-list{display:grid;gap:18px}.vipn-day-card{overflow:hidden}.vipn-day-head{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:22px 24px;border-bottom:1px solid var(--vipn-border);background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.02))}[data-theme="light"] .vipn-day-head{background:linear-gradient(180deg,rgba(255,255,255,.95),rgba(247,250,253,.82))}.vipn-day-eyebrow{display:inline-flex;margin-bottom:7px;color:var(--vipn-accent);font-weight:950;font-size:.72rem;text-transform:uppercase;letter-spacing:.1em}.vipn-day-head h3{margin:0;color:var(--vipn-text);font-weight:950;font-size:clamp(1.25rem,2.4vw,1.75rem);letter-spacing:-.04em}.vipn-day-head p{margin:4px 0 0;color:var(--vipn-muted);font-weight:760}.vipn-day-pill{white-space:nowrap;border:1px solid var(--vipn-border-strong);border-radius:999px;padding:9px 13px;color:var(--vipn-text-soft);background:var(--vipn-surface-2);font-weight:850;font-size:.84rem}.vipn-call-list{display:grid}.vipn-call-row{display:grid;grid-template-columns:118px minmax(0,1fr) minmax(190px,.42fr);gap:18px;align-items:center;padding:18px 24px;border-top:1px solid var(--vipn-border)}.vipn-call-row:first-child{border-top:0}.vipn-call-time strong{display:block;color:var(--vipn-text);font-weight:950;font-size:1.08rem}.vipn-call-time span,.vipn-call-ship p,.vipn-call-port span{display:block;color:var(--vipn-muted);font-size:.9rem;font-weight:720}.vipn-call-ship h4,.vipn-call-port strong{display:block;margin:0;color:var(--vipn-text);font-size:1rem;font-weight:950;letter-spacing:-.02em}.vipn-call-ship p{margin:4px 0 0}.vipn-call-port{text-align:right}.vipn-cruise-mini-stats{display:grid;gap:10px}.vipn-cruise-mini-stats div{padding:13px;border:1px solid var(--vipn-border);border-radius:14px;background:var(--vipn-surface-2)}.vipn-cruise-mini-stats span{display:block;color:var(--vipn-muted);font-size:.72rem;font-weight:950;text-transform:uppercase;letter-spacing:.1em}.vipn-cruise-mini-stats strong{display:block;margin-top:5px;color:var(--vipn-text);font-size:1rem;font-weight:950;line-height:1.25}
@media (max-width:1180px){.vipn-service-layout,.vipn-cruise-hero{grid-template-columns:1fr}.vipn-service-sidebar{position:static;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.vipn-service-sidebar .vipn-side-card:last-child:nth-child(odd){grid-column:1/-1}.vipn-weather-hero-premium{grid-template-columns:1fr}.vipn-weather-current-card{max-width:360px}.vipn-next-call-card{max-width:680px}}
@media (max-width:820px){.vipn-weather-grid,.vipn-filter-grid,.vipn-call-row,.vipn-service-stat-strip,.vipn-service-sidebar{grid-template-columns:1fr}.vipn-call-port{text-align:left}.vipn-day-head{align-items:flex-start;flex-direction:column}.vipn-weather-alert-strip{grid-template-columns:1fr}.vipn-next-call-card dl{grid-template-columns:1fr 1fr}}
@media (max-width:560px){.vipn-weather-hero-premium,.vipn-cruise-hero,.vipn-service-card,.vipn-day-head,.vipn-call-row,.vipn-weather-info-card,.vipn-weather-synopsis-card{padding-left:18px;padding-right:18px}.vipn-weather-hero-copy h1,.vipn-cruise-hero h1{font-size:2.5rem}.vipn-next-call-card dl{grid-template-columns:1fr}.vipn-service-sidebar .vipn-side-ad iframe{width:100%}}


/* v3.9.10 weather text fix: preserve official forecast text without visual truncation. */
.vipn-weather-page .vipn-weather-info-card,
.vipn-weather-page .vipn-weather-synopsis-card,
.vipn-weather-page .vipn-weather-update-row,
.admin-weather-page .card,
.admin-weather-page .list-group-item {
  overflow: visible !important;
  max-height: none !important;
}
.vipn-weather-page .vipn-weather-info-card p,
.vipn-weather-page .vipn-weather-synopsis-card p,
.vipn-weather-page .vipn-weather-update-row p,
.vipn-weather-page .vipn-weather-update-row div,
.admin-weather-page p,
.admin-weather-page .text-muted,
.admin-weather-page .small {
  overflow: visible !important;
  max-height: none !important;
  -webkit-line-clamp: unset !important;
  line-clamp: unset !important;
  white-space: normal !important;
}


/* v3.9.12 public weather polish */
.vipn-weather-page .vipn-service-notes p {
  color: var(--vipn-text-soft);
  line-height: 1.55;
}
.vipn-weather-page .vipn-weather-current-card span {
  letter-spacing: .06em;
}


/* v3.9.16 weather temperature card fix */
.vipn-weather-page .vipn-weather-current-card {
  min-width: 0;
}
.vipn-weather-page .vipn-weather-current-card > div:last-child {
  min-width: 0;
}
.vipn-weather-page .vipn-weather-current-card strong {
  overflow-wrap: normal;
  word-break: normal;
}
.vipn-weather-page .vipn-weather-temp-stack {
  display: grid;
  gap: 10px;
  margin-top: 10px;
}
.vipn-weather-page .vipn-weather-temp-stack div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  padding: 10px 12px;
  border: 1px solid var(--vipn-border);
  border-radius: 14px;
  background: var(--vipn-surface-2);
}
.vipn-weather-page .vipn-weather-temp-stack b {
  color: var(--vipn-muted);
  font-size: .76rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.vipn-weather-page .vipn-weather-temp-stack strong {
  color: var(--vipn-text);
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
  line-height: 1.1;
  font-weight: 950;
  letter-spacing: -.03em;
  text-align: right;
  white-space: nowrap;
}


/* v3.9.17 weather temperature card: keep high/low values readable on the public page */
.vipn-weather-page .vipn-weather-hero-premium {
  grid-template-columns: minmax(0,1fr) minmax(270px,320px);
}
.vipn-weather-page .vipn-weather-current-card {
  width: 100%;
  grid-template-columns: 58px minmax(0,1fr);
  gap: 12px;
  padding: 18px;
}
.vipn-weather-page .vipn-weather-icon {
  width: 58px;
  height: 58px;
  border-radius: 16px;
  font-size: 1.55rem;
}
.vipn-weather-page .vipn-weather-temp-stack {
  width: 100%;
  gap: 8px;
}
.vipn-weather-page .vipn-weather-temp-stack div {
  display: grid !important;
  grid-template-columns: 48px minmax(0,1fr);
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
}
.vipn-weather-page .vipn-weather-temp-stack strong {
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: clip !important;
  word-break: normal;
  overflow-wrap: anywhere;
  text-align: left;
  font-size: clamp(.95rem, 1.35vw, 1.08rem) !important;
  line-height: 1.18 !important;
  letter-spacing: -.02em !important;
}
@media (max-width: 1180px) {
  .vipn-weather-page .vipn-weather-hero-premium { grid-template-columns: 1fr; }
  .vipn-weather-page .vipn-weather-current-card { max-width: 360px; }
}


/* v3.9.38 cruise schedule blue accent alignment */
.vipn-cruise-page {
  --vipn-cruise-blue: var(--vipn-accent, #336699);
  --vipn-cruise-blue-2: var(--vipn-accent-2, #4f86b8);
  --vipn-cruise-blue-soft: rgba(51, 102, 153, .12);
  --vipn-cruise-blue-border: rgba(51, 102, 153, .34);
}
.vipn-cruise-page .vipn-cruise-hero {
  background:
    radial-gradient(circle at 14% 0%, rgba(79,134,184,.38), transparent 27rem),
    radial-gradient(circle at 86% 8%, rgba(51,102,153,.30), transparent 25rem),
    linear-gradient(135deg, rgba(51,102,153,.30), rgba(15,23,42,.30)),
    var(--vipn-hero-bg);
  border-color: var(--vipn-cruise-blue-border);
}
.vipn-cruise-page .vipn-kicker,
.vipn-cruise-page .vipn-section-kicker,
.vipn-cruise-page .vipn-day-eyebrow,
.vipn-cruise-page .vipn-next-call-card > span,
.vipn-cruise-page .vipn-link {
  color: var(--vipn-cruise-blue-2);
}
.vipn-cruise-page .vipn-service-stat-strip div,
.vipn-cruise-page .vipn-next-call-card,
.vipn-cruise-page .vipn-day-pill,
.vipn-cruise-page .vipn-cruise-mini-stats div {
  border-color: var(--vipn-cruise-blue-border);
}
.vipn-cruise-page .vipn-service-stat-strip div {
  background: linear-gradient(180deg, rgba(51,102,153,.18), rgba(51,102,153,.07));
}
.vipn-cruise-page .vipn-filter-grid select:focus {
  border-color: var(--vipn-cruise-blue);
  box-shadow: 0 0 0 4px var(--vipn-cruise-blue-soft);
}
.vipn-cruise-page .vipn-day-head {
  background: linear-gradient(180deg, rgba(51,102,153,.14), rgba(51,102,153,.045));
}
.vipn-cruise-page .vipn-call-row:hover {
  background: linear-gradient(90deg, rgba(51,102,153,.08), transparent);
}
.vipn-cruise-page .vipn-call-time strong {
  color: var(--vipn-cruise-blue-2);
}
.vipn-cruise-page .vipn-next-call-card dl div {
  background: linear-gradient(180deg, rgba(51,102,153,.13), rgba(51,102,153,.045));
  border-color: var(--vipn-cruise-blue-border);
}
[data-theme="light"] .vipn-cruise-page .vipn-cruise-hero {
  background:
    radial-gradient(circle at 14% 0%, rgba(79,134,184,.24), transparent 27rem),
    radial-gradient(circle at 86% 8%, rgba(51,102,153,.20), transparent 25rem),
    linear-gradient(135deg, rgba(255,255,255,.96), rgba(239,246,255,.90));
}
[data-theme="light"] .vipn-cruise-page .vipn-service-stat-strip div,
[data-theme="light"] .vipn-cruise-page .vipn-next-call-card,
[data-theme="light"] .vipn-cruise-page .vipn-next-call-card dl div,
[data-theme="light"] .vipn-cruise-page .vipn-cruise-mini-stats div {
  background: rgba(255,255,255,.86);
}
[data-theme="light"] .vipn-cruise-page .vipn-day-head {
  background: linear-gradient(180deg, rgba(239,246,255,.95), rgba(255,255,255,.88));
}


/* v3.9.89: service sidebar ad square support */
.vipn-service-sidebar .vipn-side-ad{min-height:300px!important}.vipn-service-sidebar .vipn-side-ad iframe{width:300px!important;min-height:300px!important;height:300px!important}.vipn-service-sidebar .vipn-side-ad img{max-width:300px!important;max-height:300px!important;object-fit:contain!important}

/* v3.9.149: public Weather Center fun / autopilot polish */
.vipn-weather-page .vipn-weather-hero-fun{
  grid-template-columns:minmax(0,1fr) minmax(290px,360px);
  min-height:420px;
  padding:clamp(26px,4.8vw,58px);
  background:
    radial-gradient(circle at 15% 8%, rgba(245,196,0,.22), transparent 21rem),
    radial-gradient(circle at 86% 20%, rgba(54,159,255,.32), transparent 25rem),
    radial-gradient(circle at 70% 85%, rgba(26,188,156,.18), transparent 23rem),
    linear-gradient(135deg, rgba(10, 31, 68, .75), rgba(10, 92, 128, .36)),
    var(--vipn-hero-bg);
  isolation:isolate;
}
.vipn-weather-page .vipn-weather-hero-fun:after{
  content:"";
  position:absolute;
  inset:auto 0 0 0;
  height:74px;
  background:
    radial-gradient(100% 64px at 12% 100%, rgba(255,255,255,.13), transparent 72%),
    radial-gradient(120% 58px at 54% 100%, rgba(255,255,255,.10), transparent 70%),
    linear-gradient(180deg, transparent, rgba(6,18,38,.18));
  pointer-events:none;
  z-index:0;
}
[data-theme="light"] .vipn-weather-page .vipn-weather-hero-fun{
  background:
    radial-gradient(circle at 15% 8%, rgba(245,196,0,.26), transparent 21rem),
    radial-gradient(circle at 86% 20%, rgba(54,159,255,.22), transparent 25rem),
    radial-gradient(circle at 70% 85%, rgba(26,188,156,.13), transparent 23rem),
    linear-gradient(135deg, rgba(255,255,255,.96), rgba(230,246,255,.92));
}
.vipn-weather-page .vipn-weather-sky-art{position:absolute;inset:0;overflow:hidden;pointer-events:none;z-index:0}.vipn-weather-page .vipn-weather-sky-art span{position:absolute;display:block}.vipn-weather-page .vipn-sun-orb{width:118px;height:118px;border-radius:999px;right:13%;top:12%;background:radial-gradient(circle at 35% 35%, #fff7bf, #f5c400 55%, rgba(245,196,0,.15) 72%);box-shadow:0 0 52px rgba(245,196,0,.38)}.vipn-weather-page .vipn-cloud{width:145px;height:46px;border-radius:999px;background:rgba(255,255,255,.22);filter:blur(.2px);box-shadow:36px -18px 0 2px rgba(255,255,255,.18),76px 0 0 -4px rgba(255,255,255,.17)}.vipn-weather-page .vipn-cloud-one{left:44%;top:18%;animation:vipnCloudDrift 18s ease-in-out infinite}.vipn-weather-page .vipn-cloud-two{right:10%;bottom:24%;transform:scale(.72);opacity:.62;animation:vipnCloudDrift 23s ease-in-out infinite reverse}.vipn-weather-page .vipn-wave{left:-5%;right:-5%;height:70px;border-radius:50%;background:linear-gradient(90deg, rgba(51,153,204,.28), rgba(26,188,156,.17));bottom:-28px;transform:rotate(-1deg)}.vipn-weather-page .vipn-wave-two{bottom:-46px;opacity:.65;transform:rotate(2deg);background:linear-gradient(90deg, rgba(245,196,0,.18), rgba(51,153,204,.18))}@keyframes vipnCloudDrift{0%,100%{transform:translateX(0)}50%{transform:translateX(18px)}}.vipn-weather-page .vipn-weather-hero-copy,.vipn-weather-page .vipn-weather-current-fun{position:relative;z-index:1}.vipn-weather-page .vipn-weather-badges{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.vipn-weather-page .vipn-weather-auto-badge{display:inline-flex;align-items:center;gap:7px;padding:7px 10px;border-radius:999px;border:1px solid var(--vipn-border);background:rgba(255,255,255,.10);color:var(--vipn-text);font-size:.72rem;font-weight:950;letter-spacing:.08em;text-transform:uppercase}.vipn-weather-page .vipn-weather-auto-badge:before{content:"";width:8px;height:8px;border-radius:999px;background:#8be28b;box-shadow:0 0 0 4px rgba(139,226,139,.14)}.vipn-weather-page .vipn-weather-freshness-due:before,.vipn-weather-page .vipn-weather-freshness-behind:before{background:#f5c400;box-shadow:0 0 0 4px rgba(245,196,0,.16)}.vipn-weather-page .vipn-weather-freshness-stale:before{background:#f05252;box-shadow:0 0 0 4px rgba(240,82,82,.16)}.vipn-weather-page .vipn-weather-hero-fun h1{max-width:780px;margin:14px 0 12px;font-size:clamp(3rem,7vw,6.8rem);line-height:.88;letter-spacing:-.085em}.vipn-weather-page .vipn-weather-mood-line{display:inline-flex;align-items:center;gap:10px;margin:0 0 10px;padding:10px 14px;border-radius:999px;background:rgba(255,255,255,.10);border:1px solid var(--vipn-border);color:var(--vipn-text);font-size:clamp(1rem,1.5vw,1.18rem);font-weight:950}.vipn-weather-page .vipn-weather-valid{max-width:820px}.vipn-weather-page .vipn-weather-quick-strip{display:grid;grid-template-columns:1fr 1fr 1fr;gap:12px;margin-top:26px;max-width:900px}.vipn-weather-page .vipn-weather-quick-strip div{min-width:0;padding:14px 16px;border:1px solid var(--vipn-border);border-radius:18px;background:rgba(255,255,255,.095);backdrop-filter:blur(12px)}[data-theme="light"] .vipn-weather-page .vipn-weather-quick-strip div{background:rgba(255,255,255,.72)}.vipn-weather-page .vipn-weather-quick-strip span{display:block;color:var(--vipn-muted);font-size:.72rem;text-transform:uppercase;letter-spacing:.1em;font-weight:950}.vipn-weather-page .vipn-weather-quick-strip strong{display:block;margin-top:6px;color:var(--vipn-text);font-weight:950;font-size:.98rem;line-height:1.24;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.vipn-weather-page .vipn-weather-current-fun{align-self:stretch;display:flex;flex-direction:column;justify-content:center;gap:18px;border-radius:28px;background:rgba(255,255,255,.105);box-shadow:0 24px 70px rgba(0,0,0,.18)}[data-theme="light"] .vipn-weather-page .vipn-weather-current-fun{background:rgba(255,255,255,.82)}.vipn-weather-page .vipn-weather-current-fun .vipn-weather-icon{width:72px;height:72px;font-size:2rem;border-radius:22px;background:linear-gradient(180deg,rgba(255,255,255,.20),rgba(255,255,255,.08))}.vipn-weather-page .vipn-weather-autopilot-mini{padding:14px 15px;border:1px solid var(--vipn-border);border-radius:18px;background:var(--vipn-surface-2)}.vipn-weather-page .vipn-weather-autopilot-mini b{display:block;color:var(--vipn-text);font-weight:950}.vipn-weather-page .vipn-weather-autopilot-mini span{display:block;margin-top:4px;color:var(--vipn-muted);font-size:.86rem;font-weight:850;text-transform:none;letter-spacing:0}.vipn-weather-page .vipn-weather-island-tips{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.vipn-weather-page .vipn-weather-island-tips article{display:grid;grid-template-columns:46px minmax(0,1fr);gap:12px;align-items:start;padding:18px;border:1px solid var(--vipn-border);border-radius:22px;background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.025)),var(--vipn-card-bg);box-shadow:var(--vipn-shadow-soft)}.vipn-weather-page .vipn-weather-island-tips article>span{width:44px;height:44px;display:grid;place-items:center;border-radius:16px;background:var(--vipn-surface-2);border:1px solid var(--vipn-border);font-size:1.3rem}.vipn-weather-page .vipn-weather-island-tips strong{display:block;color:var(--vipn-text);font-weight:950;letter-spacing:-.02em}.vipn-weather-page .vipn-weather-island-tips p{margin:5px 0 0;color:var(--vipn-text-soft);font-weight:690;line-height:1.45}.vipn-weather-page .vipn-weather-section-head{display:flex;align-items:end;justify-content:space-between;gap:22px;margin-top:2px}.vipn-weather-page .vipn-weather-section-head h2{margin:0;color:var(--vipn-text);font-weight:950;letter-spacing:-.045em;font-size:clamp(1.7rem,3vw,2.55rem)}.vipn-weather-page .vipn-weather-section-head p{max-width:460px;margin:0;color:var(--vipn-text-soft);font-weight:720;line-height:1.45}.vipn-weather-page .vipn-weather-grid-fun{gap:16px}.vipn-weather-page .vipn-weather-info-card-fun{position:relative;overflow:hidden!important;transition:transform .18s ease, border-color .18s ease, box-shadow .18s ease}.vipn-weather-page .vipn-weather-info-card-fun:before{content:"";position:absolute;right:-38px;top:-42px;width:112px;height:112px;border-radius:999px;background:radial-gradient(circle,rgba(245,196,0,.18),transparent 65%);pointer-events:none}.vipn-weather-page .vipn-weather-info-card-fun:hover{transform:translateY(-3px);border-color:var(--vipn-accent-border);box-shadow:var(--vipn-shadow)}.vipn-weather-page .vipn-weather-tropics-card{display:grid;grid-template-columns:78px minmax(0,1fr);gap:18px;align-items:start;padding:24px;border-radius:26px;border:1px solid var(--vipn-border-strong);background:linear-gradient(135deg,rgba(51,153,204,.16),rgba(245,196,0,.08)),var(--vipn-card-bg);box-shadow:var(--vipn-shadow-soft)}.vipn-weather-page .vipn-weather-tropics-icon{width:70px;height:70px;display:grid;place-items:center;border-radius:22px;background:var(--vipn-surface-2);border:1px solid var(--vipn-border);font-size:2.1rem}.vipn-weather-page .vipn-weather-tropics-card h2{margin:0 0 9px;color:var(--vipn-text);font-weight:950;letter-spacing:-.035em}.vipn-weather-page .vipn-weather-tropics-card p{margin:0;color:var(--vipn-text-soft);font-weight:690;line-height:1.55}.vipn-weather-page .vipn-weather-tropics-warn{border-color:rgba(245,196,0,.45)}.vipn-weather-page .vipn-weather-tiny{margin-top:9px!important;color:var(--vipn-muted)!important;font-size:.9rem!important;font-weight:850!important}.vipn-weather-page .vipn-weather-source-pills{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.vipn-weather-page .vipn-weather-source-pills span{display:inline-flex;padding:7px 9px;border-radius:999px;background:var(--vipn-surface-2);border:1px solid var(--vipn-border);color:var(--vipn-text-soft);font-size:.8rem;font-weight:850}.vipn-weather-page .vipn-weather-synopsis-fun{border-radius:26px;background:linear-gradient(180deg,rgba(255,255,255,.065),rgba(255,255,255,.025)),var(--vipn-card-bg)}.vipn-weather-page .vipn-weather-live-status{position:relative;padding:18px;border:1px solid var(--vipn-border);border-radius:18px;background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.025));overflow:hidden}.vipn-weather-page .vipn-weather-live-status:before{content:"";position:absolute;right:-24px;top:-24px;width:70px;height:70px;border-radius:999px;background:rgba(139,226,139,.17)}.vipn-weather-page .vipn-weather-live-status span{display:inline-flex;margin-bottom:9px;color:var(--vipn-accent);font-size:.72rem;font-weight:950;text-transform:uppercase;letter-spacing:.1em}.vipn-weather-page .vipn-weather-live-status strong{display:block;color:var(--vipn-text);font-weight:950;font-size:1.08rem;line-height:1.25}.vipn-weather-page .vipn-weather-live-status p{margin:8px 0 0;color:var(--vipn-text-soft);font-weight:700;line-height:1.45}.vipn-weather-page .vipn-weather-live-status.vipn-weather-freshness-behind:before,.vipn-weather-page .vipn-weather-live-status.vipn-weather-freshness-due:before{background:rgba(245,196,0,.18)}.vipn-weather-page .vipn-weather-live-status.vipn-weather-freshness-stale:before{background:rgba(240,82,82,.18)}
@media (max-width:1180px){.vipn-weather-page .vipn-weather-hero-fun{grid-template-columns:1fr}.vipn-weather-page .vipn-weather-current-fun{max-width:100%}.vipn-weather-page .vipn-weather-quick-strip{grid-template-columns:1fr 1fr 1fr}.vipn-weather-page .vipn-weather-island-tips{grid-template-columns:1fr 1fr}.vipn-weather-page .vipn-weather-section-head{align-items:start;flex-direction:column}.vipn-weather-page .vipn-weather-section-head p{max-width:760px}}
@media (max-width:820px){.vipn-weather-page .vipn-weather-quick-strip,.vipn-weather-page .vipn-weather-island-tips,.vipn-weather-page .vipn-weather-tropics-card{grid-template-columns:1fr}.vipn-weather-page .vipn-weather-hero-fun{min-height:0}.vipn-weather-page .vipn-sun-orb{right:-18px;top:14px;opacity:.72}.vipn-weather-page .vipn-cloud-one{left:12%;top:16%}.vipn-weather-page .vipn-weather-tropics-icon{width:56px;height:56px;font-size:1.65rem}}
@media (max-width:560px){.vipn-weather-page .vipn-weather-hero-fun h1{font-size:2.75rem}.vipn-weather-page .vipn-weather-mood-line{border-radius:18px;align-items:flex-start}.vipn-weather-page .vipn-weather-current-fun{padding:16px}.vipn-weather-page .vipn-weather-island-tips article{grid-template-columns:40px minmax(0,1fr);padding:15px}.vipn-weather-page .vipn-weather-island-tips article>span{width:38px;height:38px;border-radius:14px}.vipn-weather-page .vipn-weather-section-head h2{font-size:1.65rem}}

/* v3.9.150: production-ready public BVI Weather page */
.vipn-weather-production-page {
  --bvi-blue:#336699;
  --bvi-deep:#0b2545;
  --bvi-sea:#1d7ea6;
  --bvi-sand:#f5c400;
  --bvi-calm:rgba(51,102,153,.14);
}
.vipn-weather-production-page .vipn-bvi-weather-layout{align-items:start;}
.vipn-weather-production-page .vipn-bvi-weather-hero{
  position:relative;
  overflow:hidden;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(280px,360px);
  gap:28px;
  align-items:stretch;
  padding:clamp(26px,4.5vw,52px);
  border:1px solid var(--vipn-border-strong);
  border-radius:30px;
  background:
    linear-gradient(135deg, rgba(11,37,69,.92), rgba(51,102,153,.62)),
    radial-gradient(circle at 78% 18%, rgba(245,196,0,.24), transparent 20rem),
    var(--vipn-hero-bg);
  box-shadow:var(--vipn-shadow);
}
.vipn-weather-production-page .vipn-bvi-weather-hero:before{
  content:"";
  position:absolute;
  left:-10%;right:-10%;bottom:-72px;height:150px;
  background:
    radial-gradient(ellipse at center, rgba(255,255,255,.13), transparent 62%),
    linear-gradient(90deg, rgba(29,126,166,.45), rgba(51,102,153,.10), rgba(245,196,0,.18));
  border-radius:50% 50% 0 0;
  pointer-events:none;
}
[data-theme="light"] .vipn-weather-production-page .vipn-bvi-weather-hero{
  background:
    linear-gradient(135deg, rgba(255,255,255,.96), rgba(235,246,255,.94)),
    radial-gradient(circle at 78% 18%, rgba(245,196,0,.20), transparent 20rem);
}
.vipn-weather-production-page .vipn-bvi-weather-hero-copy,
.vipn-weather-production-page .vipn-bvi-current-panel{position:relative;z-index:1;}
.vipn-weather-production-page .vipn-bvi-weather-badges{display:flex;align-items:center;gap:10px;flex-wrap:wrap;}
.vipn-weather-production-page .vipn-bvi-weather-status{
  display:inline-flex;align-items:center;gap:7px;
  padding:7px 10px;border-radius:999px;
  border:1px solid rgba(255,255,255,.22);
  background:rgba(255,255,255,.10);
  color:var(--vipn-text);
  font-size:.72rem;font-weight:950;letter-spacing:.08em;text-transform:uppercase;
}
.vipn-weather-production-page .vipn-bvi-weather-status:before{content:"";width:8px;height:8px;border-radius:999px;background:#46d38a;box-shadow:0 0 0 4px rgba(70,211,138,.18);}
.vipn-weather-production-page .vipn-weather-freshness-due:before,
.vipn-weather-production-page .vipn-weather-freshness-behind:before{background:#f5c400;box-shadow:0 0 0 4px rgba(245,196,0,.18);}
.vipn-weather-production-page .vipn-weather-freshness-stale:before{background:#e94747;box-shadow:0 0 0 4px rgba(233,71,71,.18);}
.vipn-weather-production-page .vipn-bvi-weather-hero h1{
  margin:14px 0 12px;
  max-width:760px;
  color:var(--vipn-text);
  font-size:clamp(2.35rem,5.2vw,5rem);
  line-height:.96;
  letter-spacing:-.07em;
  font-weight:950;
}
.vipn-weather-production-page .vipn-bvi-weather-lead{
  margin:0 0 10px;
  max-width:760px;
  color:var(--vipn-text);
  font-size:clamp(1.16rem,2vw,1.55rem);
  line-height:1.35;
  font-weight:900;
}
.vipn-weather-production-page .vipn-bvi-weather-valid{
  max-width:820px;
  margin:0;
  color:var(--vipn-text-soft);
  font-size:1.02rem;
  line-height:1.68;
  font-weight:680;
}
.vipn-weather-production-page .vipn-bvi-current-panel{
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  gap:16px;
  padding:22px;
  border:1px solid rgba(255,255,255,.20);
  border-radius:26px;
  background:rgba(255,255,255,.10);
  box-shadow:var(--vipn-shadow-soft);
  backdrop-filter:blur(14px);
}
[data-theme="light"] .vipn-weather-production-page .vipn-bvi-current-panel{background:rgba(255,255,255,.82);border-color:rgba(51,102,153,.18);}
.vipn-weather-production-page .vipn-bvi-current-top span,
.vipn-weather-production-page .vipn-bvi-temp-grid span,
.vipn-weather-production-page .vipn-bvi-mini-source span{
  display:block;color:var(--vipn-muted);font-size:.72rem;font-weight:950;letter-spacing:.10em;text-transform:uppercase;
}
.vipn-weather-production-page .vipn-bvi-current-top strong{
  display:block;margin-top:8px;color:var(--vipn-text);font-size:clamp(1.55rem,2.5vw,2.15rem);line-height:1.05;font-weight:950;letter-spacing:-.04em;
}
.vipn-weather-production-page .vipn-bvi-temp-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;}
.vipn-weather-production-page .vipn-bvi-temp-grid div{
  padding:13px 14px;border:1px solid var(--vipn-border);border-radius:18px;background:var(--vipn-surface-2);
}
.vipn-weather-production-page .vipn-bvi-temp-grid strong{display:block;margin-top:5px;color:var(--vipn-text);font-size:1.02rem;font-weight:950;line-height:1.25;}
.vipn-weather-production-page .vipn-bvi-mini-source{padding:14px;border:1px solid var(--vipn-border);border-radius:18px;background:var(--vipn-surface-2);}
.vipn-weather-production-page .vipn-bvi-mini-source strong{display:block;margin-top:5px;color:var(--vipn-text);font-size:.98rem;font-weight:900;}
.vipn-weather-production-page .vipn-bvi-weather-snapshot{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;}
.vipn-weather-production-page .vipn-bvi-weather-snapshot article,
.vipn-weather-production-page .vipn-bvi-planning-card,
.vipn-weather-production-page .vipn-bvi-tropics-card,
.vipn-weather-production-page .vipn-bvi-synopsis-card,
.vipn-weather-production-page .vipn-bvi-forecast-card{
  border:1px solid var(--vipn-border);
  background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.025)),var(--vipn-card-bg);
  box-shadow:var(--vipn-shadow-soft);
}
.vipn-weather-production-page .vipn-bvi-weather-snapshot article{padding:18px;border-radius:22px;}
.vipn-weather-production-page .vipn-bvi-weather-snapshot span,
.vipn-weather-production-page .vipn-bvi-planning-card span{display:block;color:var(--vipn-accent);font-size:.72rem;font-weight:950;letter-spacing:.10em;text-transform:uppercase;}
.vipn-weather-production-page .vipn-bvi-weather-snapshot strong{display:block;margin-top:7px;color:var(--vipn-text);font-size:1rem;line-height:1.45;font-weight:850;}
.vipn-weather-production-page .vipn-bvi-section-head{display:flex;justify-content:space-between;align-items:end;gap:24px;}
.vipn-weather-production-page .vipn-bvi-section-head h2{margin:0;color:var(--vipn-text);font-weight:950;font-size:clamp(1.45rem,2.8vw,2.25rem);letter-spacing:-.045em;line-height:1.06;}
.vipn-weather-production-page .vipn-bvi-section-head p{max-width:540px;margin:0;color:var(--vipn-text-soft);font-weight:700;line-height:1.55;}
.vipn-weather-production-page .vipn-bvi-planning-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;}
.vipn-weather-production-page .vipn-bvi-planning-card{padding:20px;border-radius:24px;}
.vipn-weather-production-page .vipn-bvi-planning-card h3{margin:8px 0 8px;color:var(--vipn-text);font-size:1.12rem;font-weight:950;letter-spacing:-.025em;}
.vipn-weather-production-page .vipn-bvi-planning-card p{margin:0;color:var(--vipn-text-soft);line-height:1.56;font-weight:680;}
.vipn-weather-production-page .vipn-bvi-planning-good{border-color:rgba(70,211,138,.32);}
.vipn-weather-production-page .vipn-bvi-planning-watch{border-color:rgba(245,196,0,.42);}
.vipn-weather-production-page .vipn-bvi-planning-caution{border-color:rgba(233,71,71,.36);}
.vipn-weather-production-page .vipn-bvi-forecast-grid{gap:16px;}
.vipn-weather-production-page .vipn-bvi-forecast-card{border-radius:24px;}
.vipn-weather-production-page .vipn-bvi-forecast-card h2{font-size:1.08rem;}
.vipn-weather-production-page .vipn-bvi-forecast-card p{font-size:1rem;line-height:1.62;}
.vipn-weather-production-page .vipn-bvi-tropics-card{display:grid;grid-template-columns:minmax(0,1fr) minmax(220px,.35fr);gap:20px;align-items:center;padding:24px;border-radius:26px;background:linear-gradient(135deg,rgba(51,102,153,.17),rgba(29,126,166,.08)),var(--vipn-card-bg);}
.vipn-weather-production-page .vipn-bvi-tropics-card h2{margin:3px 0 9px;color:var(--vipn-text);font-size:1.4rem;font-weight:950;letter-spacing:-.035em;}
.vipn-weather-production-page .vipn-bvi-tropics-card p{margin:0;color:var(--vipn-text-soft);font-size:1rem;line-height:1.6;font-weight:680;}
.vipn-weather-production-page .vipn-bvi-tropics-card small{display:block;margin-top:10px;color:var(--vipn-muted);font-weight:850;}
.vipn-weather-production-page .vipn-bvi-live-status{padding:16px;border:1px solid var(--vipn-border);border-radius:18px;background:var(--vipn-surface-2);}
.vipn-weather-production-page .vipn-bvi-live-status span{display:inline-flex;margin-bottom:8px;color:var(--vipn-accent);font-size:.72rem;font-weight:950;letter-spacing:.10em;text-transform:uppercase;}
.vipn-weather-production-page .vipn-bvi-live-status strong{display:block;color:var(--vipn-text);font-weight:950;line-height:1.25;}
.vipn-weather-production-page .vipn-bvi-live-status p{margin:8px 0 0;color:var(--vipn-text-soft);font-weight:680;line-height:1.5;}
.vipn-weather-production-page .vipn-bvi-highlight-row{grid-template-columns:1fr;padding:13px 0;}
.vipn-weather-production-page .vipn-weather-source-pills{justify-content:flex-end;}
@media (max-width:1180px){
  .vipn-weather-production-page .vipn-bvi-weather-hero{grid-template-columns:1fr;}
  .vipn-weather-production-page .vipn-bvi-current-panel{max-width:620px;}
  .vipn-weather-production-page .vipn-bvi-planning-grid{grid-template-columns:1fr 1fr;}
  .vipn-weather-production-page .vipn-bvi-tropics-card{grid-template-columns:1fr;}
  .vipn-weather-production-page .vipn-weather-source-pills{justify-content:flex-start;}
}
@media (max-width:820px){
  .vipn-weather-production-page .vipn-bvi-weather-snapshot,
  .vipn-weather-production-page .vipn-bvi-planning-grid,
  .vipn-weather-production-page .vipn-bvi-section-head{grid-template-columns:1fr;display:grid;}
  .vipn-weather-production-page .vipn-bvi-section-head{gap:10px;}
  .vipn-weather-production-page .vipn-bvi-temp-grid{grid-template-columns:1fr;}
}
@media (max-width:560px){
  .vipn-weather-production-page .vipn-bvi-weather-hero{padding:22px;border-radius:24px;}
  .vipn-weather-production-page .vipn-bvi-weather-hero h1{font-size:2.25rem;}
  .vipn-weather-production-page .vipn-bvi-current-panel,
  .vipn-weather-production-page .vipn-bvi-weather-snapshot article,
  .vipn-weather-production-page .vipn-bvi-planning-card,
  .vipn-weather-production-page .vipn-bvi-tropics-card{border-radius:20px;}
}

/* v3.9.165 - Official BVI four-day weather cards */
.vipn-weather-production-page .vipn-bvi-four-day-head{margin-top:8px;}
.vipn-weather-production-page .vipn-bvi-four-day-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
  margin-bottom:8px;
}
.vipn-weather-production-page .vipn-bvi-four-day-card{
  position:relative;
  overflow:hidden;
  padding:20px;
  border:1px solid var(--vipn-border);
  border-radius:26px;
  background:
    radial-gradient(circle at top right,rgba(245,196,0,.18),transparent 38%),
    linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.025)),
    var(--vipn-card-bg);
  box-shadow:var(--vipn-shadow-soft);
}
.vipn-weather-production-page .vipn-bvi-four-day-top{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:12px;}
.vipn-weather-production-page .vipn-bvi-four-day-top span{color:var(--vipn-accent);font-size:.76rem;font-weight:950;letter-spacing:.10em;text-transform:uppercase;}
.vipn-weather-production-page .vipn-bvi-four-day-top strong{font-size:2rem;line-height:1;filter:drop-shadow(0 10px 20px rgba(0,0,0,.18));}
.vipn-weather-production-page .vipn-bvi-four-day-card h3{margin:0 0 9px;color:var(--vipn-text);font-size:1.12rem;line-height:1.15;font-weight:950;letter-spacing:-.03em;}
.vipn-weather-production-page .vipn-bvi-four-day-card p{min-height:58px;margin:0 0 16px;color:var(--vipn-text-soft);font-weight:720;line-height:1.5;}
.vipn-weather-production-page .vipn-bvi-four-day-facts{display:grid;gap:8px;}
.vipn-weather-production-page .vipn-bvi-four-day-facts div{display:flex;justify-content:space-between;gap:10px;align-items:start;padding:9px 10px;border:1px solid var(--vipn-border);border-radius:15px;background:var(--vipn-surface-2);}
.vipn-weather-production-page .vipn-bvi-four-day-facts span{color:var(--vipn-muted);font-size:.68rem;font-weight:950;letter-spacing:.08em;text-transform:uppercase;}
.vipn-weather-production-page .vipn-bvi-four-day-facts strong{max-width:68%;color:var(--vipn-text);font-size:.86rem;line-height:1.35;font-weight:900;text-align:right;}
@media (max-width:1180px){.vipn-weather-production-page .vipn-bvi-four-day-grid{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media (max-width:640px){.vipn-weather-production-page .vipn-bvi-four-day-grid{grid-template-columns:1fr;}.vipn-weather-production-page .vipn-bvi-four-day-card p{min-height:auto;}}

/* v3.9.165 - Platinum Weather product polish */
.vipn-weather-product-page{
  --weather-product-blue:#0b4f8a;
  --weather-product-sky:#dff2ff;
  --weather-product-sea:#0f7fa4;
  --weather-product-sand:#f6c944;
  --weather-product-rain:#4c8fd4;
  --weather-product-storm:#20314d;
  --weather-product-ok:#23a36f;
}
.vipn-weather-product-page.vipn-weather-theme-showers{
  --weather-hero-a:rgba(35,94,148,.95);
  --weather-hero-b:rgba(86,157,210,.78);
  --weather-hero-c:rgba(246,201,68,.26);
}
.vipn-weather-product-page.vipn-weather-theme-storm{
  --weather-hero-a:rgba(22,31,52,.98);
  --weather-hero-b:rgba(58,75,115,.92);
  --weather-hero-c:rgba(246,201,68,.18);
}
.vipn-weather-product-page.vipn-weather-theme-marine,
.vipn-weather-product-page.vipn-weather-theme-breeze{
  --weather-hero-a:rgba(8,77,112,.97);
  --weather-hero-b:rgba(12,139,169,.82);
  --weather-hero-c:rgba(155,226,241,.24);
}
.vipn-weather-product-page.vipn-weather-theme-clouds{
  --weather-hero-a:rgba(53,88,120,.96);
  --weather-hero-b:rgba(136,171,203,.70);
  --weather-hero-c:rgba(255,255,255,.28);
}
.vipn-weather-product-page.vipn-weather-theme-sunny{
  --weather-hero-a:rgba(15,88,150,.94);
  --weather-hero-b:rgba(46,154,206,.72);
  --weather-hero-c:rgba(246,201,68,.36);
}
.vipn-weather-product-page .vipn-weather-product-layout{align-items:start;}
.vipn-weather-product-page .vipn-weather-product-hero{
  position:relative;
  overflow:hidden;
  isolation:isolate;
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);
  gap:26px;
  padding:clamp(28px,4.6vw,58px);
  border:1px solid rgba(255,255,255,.18);
  border-radius:34px;
  background:
    radial-gradient(circle at 84% 12%, var(--weather-hero-c,rgba(246,201,68,.30)), transparent 26rem),
    linear-gradient(135deg,var(--weather-hero-a,rgba(15,88,150,.94)),var(--weather-hero-b,rgba(46,154,206,.72))),
    var(--vipn-hero-bg);
  box-shadow:0 30px 80px rgba(11,37,69,.22);
}
[data-theme="light"] .vipn-weather-product-page .vipn-weather-product-hero{border-color:rgba(51,102,153,.18);}
.vipn-weather-product-page .vipn-weather-product-hero:after{
  content:"";
  position:absolute;
  left:-12%;right:-12%;bottom:-96px;height:190px;
  background:
    radial-gradient(ellipse at center,rgba(255,255,255,.25),transparent 64%),
    linear-gradient(90deg,rgba(255,255,255,.10),rgba(58,177,214,.28),rgba(246,201,68,.18));
  border-radius:50% 50% 0 0;
  z-index:-1;
}
.vipn-weather-product-page .vipn-weather-hero-atmosphere{position:absolute;inset:0;pointer-events:none;z-index:-1;}
.vipn-weather-product-page .vipn-weather-orb{position:absolute;display:block;border-radius:999px;opacity:.72;filter:blur(.2px);}
.vipn-weather-product-page .vipn-weather-orb-sun{right:8%;top:13%;width:92px;height:92px;background:radial-gradient(circle,#fff3aa 0,#f7c948 58%,rgba(247,201,72,0) 70%);box-shadow:0 0 60px rgba(246,201,68,.46);}
.vipn-weather-product-page .vipn-weather-orb-cloud{right:21%;top:32%;width:180px;height:62px;background:rgba(255,255,255,.18);border-radius:999px;}
.vipn-weather-product-page .vipn-weather-orb-cloud:before,.vipn-weather-product-page .vipn-weather-orb-cloud:after{content:"";position:absolute;background:rgba(255,255,255,.18);border-radius:999px;}
.vipn-weather-product-page .vipn-weather-orb-cloud:before{width:88px;height:88px;left:28px;top:-42px;}
.vipn-weather-product-page .vipn-weather-orb-cloud:after{width:72px;height:72px;right:28px;top:-30px;}
.vipn-weather-product-page .vipn-weather-orb-rain{left:8%;bottom:16%;width:230px;height:120px;background:linear-gradient(135deg,rgba(255,255,255,.10),rgba(255,255,255,0));transform:skew(-16deg);}
.vipn-weather-product-page.vipn-weather-theme-storm .vipn-weather-orb-rain,
.vipn-weather-product-page.vipn-weather-theme-showers .vipn-weather-orb-rain{background:repeating-linear-gradient(115deg,rgba(255,255,255,.0) 0 14px,rgba(255,255,255,.30) 15px 17px,rgba(255,255,255,0) 18px 28px);}
.vipn-weather-product-page .vipn-weather-product-copy,.vipn-weather-product-page .vipn-weather-now-card{position:relative;z-index:1;}
.vipn-weather-product-page .vipn-weather-product-badges{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:14px;}
.vipn-weather-product-page .vipn-weather-updated-pill{display:inline-flex;align-items:center;gap:7px;padding:7px 11px;border-radius:999px;border:1px solid rgba(255,255,255,.22);background:rgba(255,255,255,.13);color:#fff;font-size:.72rem;font-weight:950;letter-spacing:.07em;text-transform:uppercase;}
[data-theme="light"] .vipn-weather-product-page .vipn-weather-updated-pill{color:var(--vipn-text);background:rgba(255,255,255,.64);border-color:rgba(51,102,153,.16);}
.vipn-weather-product-page .vipn-weather-product-hero h1{max-width:760px;margin:0 0 14px;color:#fff;font-size:clamp(3.2rem,7vw,6.6rem);line-height:.86;letter-spacing:-.085em;font-weight:950;text-wrap:balance;}
[data-theme="light"] .vipn-weather-product-page .vipn-weather-product-hero h1{color:var(--vipn-text);}
.vipn-weather-product-page .vipn-weather-product-lead{max-width:760px;margin:0;color:#fff;font-size:clamp(1.25rem,2.2vw,1.9rem);font-weight:950;letter-spacing:-.03em;line-height:1.18;}
[data-theme="light"] .vipn-weather-product-page .vipn-weather-product-lead{color:var(--vipn-text);}
.vipn-weather-product-page .vipn-weather-product-valid{max-width:760px;margin:14px 0 0;color:rgba(255,255,255,.86);font-size:1.05rem;font-weight:700;line-height:1.65;}
[data-theme="light"] .vipn-weather-product-page .vipn-weather-product-valid{color:var(--vipn-text-soft);}
.vipn-weather-product-page .vipn-weather-product-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px;}
.vipn-weather-product-page .vipn-weather-product-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:9px 14px;border:1px solid rgba(255,255,255,.24);border-radius:999px;background:rgba(255,255,255,.14);color:#fff;text-decoration:none;font-size:.82rem;font-weight:900;box-shadow:0 12px 30px rgba(11,37,69,.12);transition:.2s ease;}
.vipn-weather-product-page .vipn-weather-product-actions a:hover{transform:translateY(-1px);background:rgba(255,255,255,.22);}
[data-theme="light"] .vipn-weather-product-page .vipn-weather-product-actions a{color:var(--vipn-text);background:rgba(255,255,255,.68);border-color:rgba(51,102,153,.18);}
.vipn-weather-product-page .vipn-weather-now-card{display:flex;flex-direction:column;gap:16px;padding:24px;border:1px solid rgba(255,255,255,.24);border-radius:30px;background:rgba(255,255,255,.15);backdrop-filter:blur(18px);box-shadow:0 24px 60px rgba(11,37,69,.18);}
[data-theme="light"] .vipn-weather-product-page .vipn-weather-now-card{background:rgba(255,255,255,.84);border-color:rgba(51,102,153,.18);}
.vipn-weather-product-page .vipn-weather-now-icon{width:76px;height:76px;display:grid;place-items:center;border-radius:25px;background:rgba(255,255,255,.18);font-size:2.65rem;box-shadow:inset 0 0 0 1px rgba(255,255,255,.18),0 18px 36px rgba(11,37,69,.14);}
.vipn-weather-product-page .vipn-weather-card-kicker{display:block;margin-bottom:7px;color:var(--vipn-accent);font-size:.72rem;font-weight:950;letter-spacing:.10em;text-transform:uppercase;}
.vipn-weather-product-page .vipn-weather-now-card strong{display:block;color:var(--vipn-text);font-size:clamp(1.45rem,2.4vw,2.05rem);line-height:1.05;font-weight:950;letter-spacing:-.045em;}
.vipn-weather-product-page .vipn-weather-now-card p{margin:8px 0 0;color:var(--vipn-text-soft);font-weight:750;line-height:1.55;}
.vipn-weather-product-page .vipn-weather-now-metrics{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;}
.vipn-weather-product-page .vipn-weather-now-metrics div{padding:13px;border:1px solid var(--vipn-border);border-radius:18px;background:var(--vipn-surface-2);}
.vipn-weather-product-page .vipn-weather-now-metrics span,.vipn-weather-product-page .vipn-weather-side-metrics span{display:block;color:var(--vipn-muted);font-size:.68rem;font-weight:950;letter-spacing:.09em;text-transform:uppercase;}
.vipn-weather-product-page .vipn-weather-now-metrics strong,.vipn-weather-product-page .vipn-weather-side-metrics strong{display:block;margin-top:5px;color:var(--vipn-text);font-size:.92rem;line-height:1.32;font-weight:900;}
.vipn-weather-product-page .vipn-weather-condition-board{display:grid;grid-template-columns:1.2fr repeat(3,minmax(0,1fr));gap:14px;}
.vipn-weather-product-page .vipn-weather-condition-board article{padding:19px;border:1px solid var(--vipn-border);border-radius:24px;background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.025)),var(--vipn-card-bg);box-shadow:var(--vipn-shadow-soft);}
.vipn-weather-product-page .vipn-weather-condition-board span{display:block;color:var(--vipn-accent);font-size:.72rem;font-weight:950;letter-spacing:.1em;text-transform:uppercase;}
.vipn-weather-product-page .vipn-weather-condition-board strong{display:block;margin-top:7px;color:var(--vipn-text);font-size:1.02rem;line-height:1.35;font-weight:950;}
.vipn-weather-product-page .vipn-weather-condition-board p{margin:8px 0 0;color:var(--vipn-text-soft);font-size:.95rem;line-height:1.5;font-weight:700;}
.vipn-weather-product-page .vipn-weather-product-section-head{scroll-margin-top:110px;}
.vipn-weather-product-page .vipn-weather-four-day-product-card{transition:.22s ease;}
.vipn-weather-product-page .vipn-weather-four-day-product-card:hover,.vipn-weather-product-page .vipn-weather-four-day-product-card.is-selected{transform:translateY(-3px);border-color:rgba(51,102,153,.46);box-shadow:0 22px 48px rgba(11,37,69,.16);}
.vipn-weather-product-page .vipn-weather-day-button{appearance:none;border:0;background:transparent;padding:0;margin:0 0 12px;width:100%;display:flex;align-items:center;justify-content:space-between;text-align:left;cursor:pointer;color:inherit;}
.vipn-weather-product-page .vipn-weather-day-button span{color:var(--vipn-accent);font-size:.76rem;font-weight:950;letter-spacing:.10em;text-transform:uppercase;}
.vipn-weather-product-page .vipn-weather-day-button strong{font-size:2rem;line-height:1;filter:drop-shadow(0 10px 20px rgba(0,0,0,.18));}
.vipn-weather-product-page .vipn-weather-four-day-product-card.is-selected:before{content:"Selected";position:absolute;right:14px;bottom:14px;padding:5px 8px;border-radius:999px;background:rgba(51,102,153,.12);color:var(--vipn-accent);font-size:.66rem;font-weight:950;text-transform:uppercase;letter-spacing:.07em;}
.vipn-weather-product-page .vipn-weather-planner{border:1px solid var(--vipn-border);border-radius:28px;background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.025)),var(--vipn-card-bg);box-shadow:var(--vipn-shadow-soft);padding:18px;}
.vipn-weather-product-page .vipn-weather-planner-tabs{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:14px;}
.vipn-weather-product-page .vipn-weather-planner-tabs button{border:1px solid var(--vipn-border);background:var(--vipn-surface-2);color:var(--vipn-text-soft);border-radius:999px;padding:10px 16px;font-weight:950;font-size:.85rem;transition:.2s ease;}
.vipn-weather-product-page .vipn-weather-planner-tabs button.is-active,.vipn-weather-product-page .vipn-weather-planner-tabs button:hover{background:var(--vipn-accent);border-color:var(--vipn-accent);color:#fff;box-shadow:0 12px 28px rgba(51,102,153,.18);}
.vipn-weather-product-page .vipn-weather-planner-panel{display:none;padding:22px;border:1px solid var(--vipn-border);border-radius:24px;background:var(--vipn-surface-2);}
.vipn-weather-product-page .vipn-weather-planner-panel.is-active{display:block;}
.vipn-weather-product-page .vipn-weather-planner-panel span{display:block;color:var(--vipn-accent);font-size:.72rem;font-weight:950;letter-spacing:.1em;text-transform:uppercase;}
.vipn-weather-product-page .vipn-weather-planner-panel h3{margin:8px 0;color:var(--vipn-text);font-size:1.35rem;font-weight:950;letter-spacing:-.035em;}
.vipn-weather-product-page .vipn-weather-planner-panel p{margin:0;color:var(--vipn-text-soft);font-size:1.02rem;line-height:1.65;font-weight:720;}
.vipn-weather-product-page .vipn-weather-product-tropics .vipn-weather-source-pills span{font-size:.74rem;}
.vipn-weather-product-page .vipn-weather-side-metrics{display:grid;gap:10px;}
.vipn-weather-product-page .vipn-weather-side-metrics div{padding:13px;border:1px solid var(--vipn-border);border-radius:16px;background:var(--vipn-surface-2);}
.vipn-weather-product-page .vipn-weather-disclaimer-card{border-color:rgba(233,71,71,.18);}
.vipn-weather-product-page .vipn-weather-disclaimer-card p{font-size:.92rem;line-height:1.56;}
.vipn-weather-product-page .vipn-weather-disclaimer-card strong{color:var(--vipn-text);}
@media (max-width:1180px){
  .vipn-weather-product-page .vipn-weather-product-hero{grid-template-columns:1fr;}
  .vipn-weather-product-page .vipn-weather-now-card{max-width:720px;}
  .vipn-weather-product-page .vipn-weather-condition-board{grid-template-columns:1fr 1fr;}
}
@media (max-width:720px){
  .vipn-weather-product-page .vipn-weather-product-hero{padding:24px;border-radius:26px;}
  .vipn-weather-product-page .vipn-weather-product-hero h1{font-size:3.1rem;}
  .vipn-weather-product-page .vipn-weather-condition-board,.vipn-weather-product-page .vipn-weather-now-metrics{grid-template-columns:1fr;}
  .vipn-weather-product-page .vipn-weather-product-actions a{width:100%;}
  .vipn-weather-product-page .vipn-weather-now-icon{width:66px;height:66px;font-size:2.2rem;}
}

/* v3.9.166 - Public Platinum Weather production finish */
.vipn-weather-product-page .vipn-weather-product-hero{
  grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);
  min-height:520px;
  align-items:center;
  background:
    radial-gradient(circle at 82% 16%, rgba(255,255,255,.52), transparent 0 90px, transparent 220px),
    radial-gradient(circle at 12% 92%, rgba(102,212,238,.35), transparent 260px),
    linear-gradient(145deg, rgba(6,64,99,.98) 0%, rgba(14,126,166,.90) 58%, rgba(83,183,203,.74) 100%);
  border-color:rgba(255,255,255,.26);
}
.vipn-weather-product-page .vipn-weather-product-hero:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg, rgba(3,23,48,.36), rgba(3,23,48,.06) 54%, rgba(255,255,255,.10)),
    radial-gradient(circle at 72% 72%, rgba(255,255,255,.16), transparent 260px);
  pointer-events:none;
  z-index:-1;
}
.vipn-weather-product-page .vipn-weather-product-copy .vipn-kicker,
.vipn-weather-product-page .vipn-weather-brand-pill{
  color:#06365e !important;
  background:rgba(255,255,255,.90) !important;
  border:1px solid rgba(255,255,255,.66) !important;
  box-shadow:0 12px 28px rgba(3,23,48,.12);
}
.vipn-weather-product-page .vipn-weather-product-location{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:7px 12px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.24);
  background:rgba(255,255,255,.12);
  color:rgba(255,255,255,.92);
  font-size:.72rem;
  font-weight:950;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.vipn-weather-product-page .vipn-weather-product-hero h1,
[data-theme="light"] .vipn-weather-product-page .vipn-weather-product-hero h1{
  color:#fff;
  text-shadow:0 18px 48px rgba(0,0,0,.22);
  font-size:clamp(3.35rem,6.4vw,5.75rem);
  line-height:.92;
  letter-spacing:-.075em;
}
.vipn-weather-product-page .vipn-weather-product-lead,
[data-theme="light"] .vipn-weather-product-page .vipn-weather-product-lead{
  color:#fff;
  max-width:680px;
}
.vipn-weather-product-page .vipn-weather-product-valid,
[data-theme="light"] .vipn-weather-product-page .vipn-weather-product-valid{
  color:rgba(255,255,255,.88);
  max-width:680px;
}
.vipn-weather-product-page .vipn-weather-hero-metrics{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
  margin-top:24px;
  max-width:760px;
}
.vipn-weather-product-page .vipn-weather-hero-metrics div{
  min-height:78px;
  padding:13px 14px;
  border:1px solid rgba(255,255,255,.22);
  border-radius:18px;
  background:rgba(255,255,255,.13);
  backdrop-filter:blur(14px);
}
.vipn-weather-product-page .vipn-weather-hero-metrics span{
  display:block;
  color:rgba(255,255,255,.74);
  font-size:.66rem;
  font-weight:950;
  letter-spacing:.10em;
  text-transform:uppercase;
}
.vipn-weather-product-page .vipn-weather-hero-metrics strong{
  display:block;
  margin-top:6px;
  color:#fff;
  font-size:.94rem;
  font-weight:920;
  line-height:1.32;
}
.vipn-weather-product-page .vipn-weather-now-card{
  padding:26px;
  background:linear-gradient(180deg,rgba(255,255,255,.95),rgba(246,251,255,.88));
  border-color:rgba(255,255,255,.72);
  box-shadow:0 26px 70px rgba(3,23,48,.22);
}
.vipn-weather-product-page .vipn-weather-now-topline{display:flex;align-items:center;gap:15px;}
.vipn-weather-product-page .vipn-weather-now-summary{padding:0 0 2px;margin:0;color:var(--vipn-text-soft);font-weight:760;line-height:1.58;}
.vipn-weather-product-page .vipn-weather-metric-wide{grid-column:1 / -1;}
.vipn-weather-product-page .vipn-weather-condition-board article:first-child{
  background:linear-gradient(135deg,rgba(15,127,164,.14),rgba(246,201,68,.08)),var(--vipn-card-bg);
}
.vipn-weather-product-page .vipn-weather-four-day-product-grid{
  grid-template-columns:repeat(4,minmax(0,1fr));
  align-items:stretch;
}
.vipn-weather-product-page .vipn-weather-four-day-product-card{
  min-height:100%;
  border-radius:26px;
}
.vipn-weather-product-page .vipn-weather-four-day-product-card.is-selected:before{content:"In focus";}
.vipn-weather-product-page .vipn-weather-selected-day-panel{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(320px,.95fr);
  gap:18px;
  align-items:center;
  padding:22px;
  border:1px solid rgba(51,102,153,.20);
  border-radius:28px;
  background:linear-gradient(135deg,rgba(51,102,153,.12),rgba(255,255,255,.04)),var(--vipn-card-bg);
  box-shadow:var(--vipn-shadow-soft);
}
.vipn-weather-product-page .vipn-weather-selected-day-panel h3{
  margin:6px 0 8px;
  color:var(--vipn-text);
  font-size:1.45rem;
  line-height:1.1;
  letter-spacing:-.035em;
  font-weight:950;
}
.vipn-weather-product-page .vipn-weather-selected-day-panel p{margin:0;color:var(--vipn-text-soft);font-weight:720;line-height:1.6;}
.vipn-weather-product-page .vipn-weather-selected-day-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;}
.vipn-weather-product-page .vipn-weather-selected-day-facts div{padding:13px;border:1px solid var(--vipn-border);border-radius:17px;background:var(--vipn-surface-2);}
.vipn-weather-product-page .vipn-weather-selected-day-facts span{display:block;color:var(--vipn-muted);font-size:.68rem;font-weight:950;letter-spacing:.09em;text-transform:uppercase;}
.vipn-weather-product-page .vipn-weather-selected-day-facts strong{display:block;margin-top:5px;color:var(--vipn-text);font-size:.94rem;font-weight:900;line-height:1.34;}
.vipn-weather-product-page .vipn-weather-full-disclaimer{
  display:grid;
  grid-template-columns:minmax(240px,.6fr) minmax(0,1fr);
  gap:18px;
  padding:22px;
  border:1px solid rgba(233,71,71,.18);
  border-radius:26px;
  background:linear-gradient(135deg,rgba(233,71,71,.06),rgba(246,201,68,.06)),var(--vipn-card-bg);
  box-shadow:var(--vipn-shadow-soft);
  scroll-margin-top:110px;
}
.vipn-weather-product-page .vipn-weather-full-disclaimer h2{margin:4px 0 0;color:var(--vipn-text);font-size:1.35rem;font-weight:950;letter-spacing:-.035em;line-height:1.1;}
.vipn-weather-product-page .vipn-weather-full-disclaimer p{margin:0;color:var(--vipn-text-soft);font-weight:700;line-height:1.6;}
.vipn-weather-product-page .vipn-weather-full-disclaimer p + p{margin-top:10px;}
.vipn-weather-product-page .vipn-weather-disclaimer-card a{color:var(--vipn-accent);font-weight:900;text-decoration:none;}
@media (max-width:1180px){
  .vipn-weather-product-page .vipn-weather-product-hero{grid-template-columns:1fr;min-height:auto;}
  .vipn-weather-product-page .vipn-weather-hero-metrics{grid-template-columns:repeat(2,minmax(0,1fr));}
  .vipn-weather-product-page .vipn-weather-selected-day-panel{grid-template-columns:1fr;}
  .vipn-weather-product-page .vipn-weather-four-day-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media (max-width:720px){
  .vipn-weather-product-page .vipn-weather-product-hero h1{font-size:3.25rem;}
  .vipn-weather-product-page .vipn-weather-hero-metrics,
  .vipn-weather-product-page .vipn-weather-selected-day-facts,
  .vipn-weather-product-page .vipn-weather-full-disclaimer{grid-template-columns:1fr;}
  .vipn-weather-product-page .vipn-weather-four-day-product-grid{grid-template-columns:1fr;}
}

/* v3.9.167 - Weather hero aligned with the homepage hero language */
.vipn-weather-product-page .vipn-weather-homepage-hero{
  grid-template-columns:minmax(0,1.08fr) minmax(330px,.82fr);
  gap:28px;
  min-height:500px;
  border-radius:30px;
  background:
    radial-gradient(circle at 15% 8%,rgba(255,255,255,.16),transparent 280px),
    radial-gradient(circle at 88% 13%,rgba(245,196,0,.26),transparent 230px),
    linear-gradient(135deg,rgba(6,40,72,.98),rgba(10,96,135,.92) 52%,rgba(64,167,195,.72)),
    var(--vipn-hero-bg);
}
.vipn-weather-product-page .vipn-weather-homepage-hero .vipn-weather-product-copy{
  min-height:100%;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.vipn-weather-product-page .vipn-weather-homepage-hero .vipn-weather-product-badges{margin-bottom:16px;}
.vipn-weather-product-page .vipn-weather-homepage-pill{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:7px 12px;
  border-radius:999px;
  color:rgba(255,255,255,.92);
  border:1px solid rgba(255,255,255,.22);
  background:rgba(255,255,255,.11);
  font-size:.72rem;
  font-weight:950;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.vipn-weather-product-page .vipn-weather-homepage-hero h1,
[data-theme="light"] .vipn-weather-product-page .vipn-weather-homepage-hero h1{
  max-width:760px;
  font-size:clamp(3.1rem,6.1vw,5.9rem);
  letter-spacing:-.08em;
  line-height:.88;
}
.vipn-weather-product-page .vipn-weather-homepage-hero .vipn-weather-product-lead{
  font-size:clamp(1.22rem,2vw,1.72rem);
  max-width:650px;
}
.vipn-weather-product-page .vipn-weather-homepage-hero .vipn-weather-product-valid{max-width:680px;}
.vipn-weather-product-page .vipn-weather-homepage-hero .vipn-weather-now-card{
  align-self:stretch;
  justify-content:center;
  border-radius:28px;
  background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(241,249,255,.90));
  transform:translateY(0);
}
.vipn-weather-product-page .vipn-weather-homepage-hero .vipn-weather-now-topline{
  padding-bottom:16px;
  border-bottom:1px solid var(--vipn-border);
}
.vipn-weather-product-page .vipn-weather-homepage-hero .vipn-weather-now-icon{
  background:linear-gradient(135deg,rgba(51,102,153,.14),rgba(245,196,0,.12));
}
.vipn-weather-product-page .vipn-weather-homepage-hero .vipn-weather-hero-metrics div{
  min-height:72px;
  background:rgba(255,255,255,.12);
}
@media (max-width:1180px){.vipn-weather-product-page .vipn-weather-homepage-hero{grid-template-columns:1fr;min-height:auto}.vipn-weather-product-page .vipn-weather-homepage-hero .vipn-weather-now-card{max-width:none;}}
@media (max-width:720px){.vipn-weather-product-page .vipn-weather-homepage-hero h1{font-size:3.05rem}.vipn-weather-product-page .vipn-weather-homepage-pill{width:100%;justify-content:center}.vipn-weather-product-page .vipn-weather-homepage-hero .vipn-weather-product-badges{align-items:stretch}.vipn-weather-product-page .vipn-weather-homepage-hero .vipn-weather-product-badges>*{justify-content:center}}

/* v3.9.168 - Weather page production finish and homepage-aligned hero */
.vipn-weather-product-page .vipn-weather-homepage-hero{
  display:grid;
  grid-template-columns:minmax(260px,.72fr) minmax(360px,1.08fr) minmax(260px,.76fr);
  gap:0;
  overflow:hidden;
  min-height:390px;
  padding:0;
  border:1px solid var(--vipn-border-strong);
  border-radius:var(--vipn-radius-xl,30px);
  background:var(--vipn-hero-bg);
  box-shadow:var(--vipn-shadow);
}
.vipn-weather-product-page .vipn-weather-home-visual{
  min-height:390px;
  position:relative;
  overflow:hidden;
  display:flex;
  align-items:stretch;
  padding:0;
  background:
    radial-gradient(circle at 24% 20%,rgba(255,255,255,.28),transparent 145px),
    radial-gradient(circle at 70% 78%,rgba(245,196,0,.22),transparent 200px),
    linear-gradient(135deg,rgba(20,118,154,.95),rgba(42,165,194,.82));
}
.vipn-weather-product-page .vipn-weather-home-visual:after{
  content:"";
  position:absolute;
  left:-18%;
  right:-18%;
  bottom:-78px;
  height:165px;
  border-radius:50%;
  background:rgba(255,255,255,.22);
}
.vipn-weather-product-page .vipn-weather-home-visual-inner{
  position:relative;
  z-index:1;
  width:100%;
  padding:34px 30px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  gap:10px;
  color:#fff;
}
.vipn-weather-product-page .vipn-weather-home-visual-kicker{
  width:max-content;
  padding:7px 10px;
  border-radius:999px;
  background:rgba(255,255,255,.18);
  border:1px solid rgba(255,255,255,.22);
  font-size:.68rem;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-weight:850;
}
.vipn-weather-product-page .vipn-weather-home-visual-icon{
  width:86px;
  height:86px;
  display:grid;
  place-items:center;
  border-radius:26px;
  background:rgba(255,255,255,.18);
  border:1px solid rgba(255,255,255,.22);
  font-size:2.7rem;
  box-shadow:0 20px 45px rgba(5,24,42,.18);
}
.vipn-weather-product-page .vipn-weather-home-visual strong{
  max-width:12ch;
  font-size:clamp(1.55rem,2vw,2.25rem);
  line-height:.98;
  letter-spacing:-.055em;
  font-weight:850;
}
.vipn-weather-product-page .vipn-weather-home-visual small{
  color:rgba(255,255,255,.82);
  font-size:.86rem;
  font-weight:650;
}
.vipn-weather-product-page .vipn-weather-home-copy{
  padding:44px 40px;
  border-right:1px solid var(--vipn-border);
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.vipn-weather-product-page .vipn-weather-hero-meta-row{
  justify-content:flex-start;
  flex-wrap:wrap;
  margin-bottom:18px;
}
.vipn-weather-product-page .vipn-weather-homepage-hero h1,
[data-theme="light"] .vipn-weather-product-page .vipn-weather-homepage-hero h1{
  max-width:15.5ch;
  font-size:clamp(2rem,3vw,3.05rem);
  line-height:1.03;
  letter-spacing:-.055em;
  color:var(--vipn-text);
}
.vipn-weather-product-page .vipn-weather-homepage-hero .vipn-weather-product-lead{
  margin:16px 0 0;
  color:var(--vipn-text);
  font-size:1.12rem;
  line-height:1.35;
  font-weight:850;
  max-width:52ch;
}
.vipn-weather-product-page .vipn-weather-homepage-hero .vipn-weather-product-valid{
  margin:8px 0 0;
  color:var(--vipn-text-soft);
  font-size:.95rem;
  line-height:1.5;
  font-weight:600;
  max-width:58ch;
}
.vipn-weather-product-page .vipn-weather-hero-metrics{
  margin-top:22px;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
}
.vipn-weather-product-page .vipn-weather-homepage-hero .vipn-weather-hero-metrics div{
  min-height:70px;
  background:var(--vipn-surface-2);
  border:1px solid var(--vipn-border);
  color:var(--vipn-text);
}
.vipn-weather-product-page .vipn-weather-hero-metrics strong,
.vipn-weather-product-page .vipn-weather-now-metrics strong,
.vipn-weather-product-page .vipn-weather-side-metrics strong,
.vipn-weather-product-page .vipn-bvi-four-day-facts strong{
  font-weight:750;
}
.vipn-weather-product-page .vipn-weather-product-actions{margin-top:20px;}
.vipn-weather-product-page .vipn-weather-now-card{
  align-self:stretch;
  max-width:none;
  border-radius:0;
  border:0;
  border-left:0;
  background:var(--vipn-surface);
  transform:none;
  padding:32px 28px;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
}
.vipn-weather-product-page .vipn-weather-now-card .vipn-panel-title{margin-bottom:16px;}
.vipn-weather-product-page .vipn-weather-now-card .vipn-panel-title h3{margin:0;font-size:1.05rem;}
.vipn-weather-product-page .vipn-weather-update-row strong{font-weight:800;}
.vipn-weather-product-page .vipn-weather-condition-board strong,
.vipn-weather-product-page .vipn-weather-info-card h2,
.vipn-weather-product-page .vipn-bvi-four-day-card h3,
.vipn-weather-product-page .vipn-bvi-tropics-card h2,
.vipn-weather-product-page .vipn-weather-synopsis-card p{
  font-weight:750;
}
.vipn-weather-product-page .vipn-weather-product-section-head h2{font-weight:850;}
.vipn-weather-product-page .vipn-weather-disclaimer-card .vipn-service-notes p{
  font-size:.84rem;
  line-height:1.48;
  color:var(--vipn-text-soft);
  font-weight:600;
}
.vipn-weather-product-page .vipn-weather-disclaimer-card .vipn-service-notes p + p{margin-top:10px;}
.vipn-weather-product-page .vipn-weather-disclaimer-card .vipn-service-notes strong{color:var(--vipn-text);font-weight:850;}
.vipn-weather-product-page .vipn-weather-source-note{font-size:.78rem!important;color:var(--vipn-muted)!important;}
@media (max-width:1180px){
  .vipn-weather-product-page .vipn-weather-homepage-hero{grid-template-columns:1fr;min-height:auto;}
  .vipn-weather-product-page .vipn-weather-home-visual{min-height:260px;}
  .vipn-weather-product-page .vipn-weather-home-copy{border-right:0;border-bottom:1px solid var(--vipn-border);}
  .vipn-weather-product-page .vipn-weather-now-card{border-radius:0;}
}
@media (max-width:720px){
  .vipn-weather-product-page .vipn-weather-home-copy{padding:30px 24px;}
  .vipn-weather-product-page .vipn-weather-homepage-hero h1{font-size:2.35rem;}
  .vipn-weather-product-page .vipn-weather-hero-metrics{grid-template-columns:1fr;}
}

/* v3.9.170 - Weather page hero matched to the homepage hero pattern */
.vipn-weather-product-page .vipn-weather-news-hero{
  display:grid;
  grid-template-columns:minmax(300px,.98fr) minmax(390px,1.08fr) minmax(260px,.76fr);
  gap:0;
  overflow:hidden;
  min-height:390px;
  padding:0;
  border:1px solid var(--vipn-border-strong);
  border-radius:var(--vipn-radius-xl);
  background:var(--vipn-hero-bg);
  box-shadow:var(--vipn-shadow);
}
.vipn-weather-product-page .vipn-weather-news-hero .vipn-weather-hero-media{
  min-height:390px;
  background:var(--vipn-surface-2);
  overflow:hidden;
}
.vipn-weather-product-page .vipn-weather-hero-art{
  position:relative;
  width:100%;
  height:100%;
  min-height:390px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  gap:12px;
  padding:34px 30px;
  color:#fff;
  background:
    radial-gradient(circle at 24% 20%,rgba(255,255,255,.34),transparent 145px),
    radial-gradient(circle at 78% 78%,rgba(245,196,0,.30),transparent 210px),
    linear-gradient(135deg,#0d4772,#37a8c5 62%,#a5d8db);
  overflow:hidden;
}
.vipn-weather-product-page .vipn-weather-hero-art:before{
  content:"";
  position:absolute;
  inset:auto -20% -92px -20%;
  height:190px;
  border-radius:50%;
  background:rgba(255,255,255,.22);
}
.vipn-weather-product-page .vipn-weather-hero-art:after{
  content:"";
  position:absolute;
  right:-70px;
  top:-70px;
  width:190px;
  height:190px;
  border-radius:50%;
  background:rgba(255,255,255,.18);
  box-shadow:0 0 70px rgba(255,255,255,.28);
}
.vipn-weather-product-page .vipn-weather-hero-art > *{position:relative;z-index:1;}
.vipn-weather-product-page .vipn-weather-hero-art-kicker{
  width:max-content;
  padding:7px 10px;
  border-radius:999px;
  background:rgba(255,255,255,.18);
  border:1px solid rgba(255,255,255,.25);
  font-size:.68rem;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-weight:850;
}
.vipn-weather-product-page .vipn-weather-hero-art-icon{
  width:78px;
  height:78px;
  display:grid;
  place-items:center;
  border-radius:24px;
  background:rgba(255,255,255,.20);
  border:1px solid rgba(255,255,255,.24);
  font-size:2.35rem;
  box-shadow:0 20px 45px rgba(5,24,42,.18);
}
.vipn-weather-product-page .vipn-weather-hero-art strong{
  max-width:12ch;
  font-size:clamp(1.55rem,2vw,2.25rem);
  line-height:1;
  letter-spacing:-.055em;
  font-weight:800;
}
.vipn-weather-product-page .vipn-weather-hero-art small{
  max-width:26ch;
  color:rgba(255,255,255,.86);
  font-size:.88rem;
  line-height:1.42;
  font-weight:600;
}
.vipn-weather-product-page .vipn-weather-news-hero .vipn-weather-hero-copy{
  padding:44px 40px;
  border-right:1px solid var(--vipn-border);
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.vipn-weather-product-page .vipn-weather-news-hero h1,
[data-theme="light"] .vipn-weather-product-page .vipn-weather-news-hero h1{
  margin:0;
  max-width:15.5ch;
  color:var(--vipn-text);
  font-size:clamp(1.85rem,2.55vw,2.85rem);
  line-height:1.05;
  letter-spacing:-.052em;
  font-weight:900;
}
.vipn-weather-product-page .vipn-weather-news-hero .vipn-weather-product-lead{
  margin:18px 0 0;
  max-width:58ch;
  color:var(--vipn-text-soft);
  font-size:1rem;
  line-height:1.55;
  font-weight:600;
}
.vipn-weather-product-page .vipn-weather-news-hero .vipn-weather-product-lead strong{
  color:var(--vipn-text);
  font-weight:800;
}
.vipn-weather-product-page .vipn-weather-news-hero .vipn-weather-hero-metrics{
  margin-top:22px;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
}
.vipn-weather-product-page .vipn-weather-news-hero .vipn-weather-hero-metrics div{
  min-height:68px;
  padding:11px 12px;
  border:1px solid var(--vipn-border);
  border-radius:16px;
  background:var(--vipn-surface-2);
}
.vipn-weather-product-page .vipn-weather-news-hero .vipn-weather-hero-metrics span{
  display:block;
  color:var(--vipn-muted);
  font-size:.67rem;
  letter-spacing:.08em;
  text-transform:uppercase;
  font-weight:900;
}
.vipn-weather-product-page .vipn-weather-news-hero .vipn-weather-hero-metrics strong{
  display:block;
  margin-top:6px;
  color:var(--vipn-text);
  font-size:.94rem;
  line-height:1.24;
  font-weight:750;
}
.vipn-weather-product-page .vipn-weather-news-hero .vipn-weather-product-actions{
  margin-top:22px;
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}
.vipn-weather-product-page .vipn-weather-hero-briefing{
  padding:32px 28px;
  background:transparent;
}
.vipn-weather-product-page .vipn-weather-hero-briefing .vipn-story-list a{
  text-decoration:none;
}
.vipn-weather-product-page .vipn-weather-hero-briefing .vipn-story-list strong{
  color:var(--vipn-text);
  font-weight:750;
  font-size:.96rem;
  line-height:1.28;
}
.vipn-weather-product-page .vipn-weather-hero-briefing .vipn-story-list span{
  font-size:.82rem;
}
.vipn-weather-product-page .vipn-weather-condition-board strong,
.vipn-weather-product-page .vipn-weather-info-card h2,
.vipn-weather-product-page .vipn-bvi-four-day-card h3,
.vipn-weather-product-page .vipn-bvi-tropics-card h2,
.vipn-weather-product-page .vipn-weather-synopsis-card p{
  font-weight:700;
}
@media (max-width:1180px){
  .vipn-weather-product-page .vipn-weather-news-hero{grid-template-columns:1fr 1fr;min-height:auto;}
  .vipn-weather-product-page .vipn-weather-hero-briefing{grid-column:1 / -1;}
}
@media (max-width:820px){
  .vipn-weather-product-page .vipn-weather-news-hero{grid-template-columns:1fr;}
  .vipn-weather-product-page .vipn-weather-news-hero .vipn-weather-hero-media,.vipn-weather-product-page .vipn-weather-hero-art{min-height:285px;}
  .vipn-weather-product-page .vipn-weather-news-hero .vipn-weather-hero-copy{padding:30px 24px;border-right:0;border-bottom:1px solid var(--vipn-border);}
}
@media (max-width:520px){
  .vipn-weather-product-page .vipn-weather-news-hero .vipn-weather-hero-metrics{grid-template-columns:1fr;}
  .vipn-weather-product-page .vipn-weather-news-hero h1{font-size:2.25rem;}
}


/* v3.9.170 - Weather product hero corrected to match homepage layout */
.vipn-weather-page-shell{display:block;}
.vipn-weather-page-shell > .vipn-weather-news-hero{margin:0 0 34px;}
.vipn-weather-product-page .vipn-weather-page-shell > .vipn-weather-news-hero{
  display:grid;
  grid-template-columns:minmax(300px,.98fr) minmax(390px,1.08fr) minmax(260px,.76fr);
  gap:0;
  overflow:hidden;
  min-height:410px;
  padding:0;
  border:1px solid var(--vipn-border-strong);
  border-radius:var(--vipn-radius-xl);
  background:var(--vipn-hero-bg);
  box-shadow:var(--vipn-shadow);
}
.vipn-weather-product-page .vipn-weather-page-shell > .vipn-weather-news-hero .vipn-weather-hero-media{min-height:410px;background:var(--vipn-surface-2);overflow:hidden;}
.vipn-weather-product-page .vipn-weather-page-shell > .vipn-weather-news-hero .vipn-weather-hero-art{
  min-height:410px;
  height:100%;
  width:100%;
  padding:34px 30px;
  justify-content:flex-end;
  color:#fff;
  background:
    linear-gradient(180deg,rgba(5,22,38,.08),rgba(5,22,38,.30)),
    radial-gradient(circle at 22% 18%,rgba(255,255,255,.42),transparent 130px),
    radial-gradient(circle at 80% 76%,rgba(245,196,0,.28),transparent 220px),
    linear-gradient(135deg,#0a4169 0%,#1a86ae 48%,#8fd5cf 100%);
}
.vipn-weather-product-page.vipn-weather-theme-showers .vipn-weather-hero-art,
.vipn-weather-product-page.vipn-weather-theme-storm .vipn-weather-hero-art{background:linear-gradient(180deg,rgba(5,22,38,.05),rgba(5,22,38,.34)),radial-gradient(circle at 22% 18%,rgba(255,255,255,.38),transparent 130px),radial-gradient(circle at 80% 76%,rgba(245,196,0,.20),transparent 220px),linear-gradient(135deg,#0b4268 0%,#238bad 52%,#a6d5cf 100%);}
.vipn-weather-product-page .vipn-weather-page-shell > .vipn-weather-news-hero .vipn-weather-hero-copy{padding:44px 40px;border-right:1px solid var(--vipn-border);display:flex;flex-direction:column;justify-content:center;}
.vipn-weather-product-page .vipn-weather-page-shell > .vipn-weather-news-hero h1{font-size:clamp(1.85rem,2.55vw,2.85rem);line-height:1.05;letter-spacing:-.052em;max-width:15.5ch;font-weight:900;color:var(--vipn-text);}
.vipn-weather-product-page .vipn-weather-page-shell > .vipn-weather-news-hero .vipn-weather-product-lead{margin:18px 0 26px;color:var(--vipn-text-soft);font-size:1rem;line-height:1.55;font-weight:600;max-width:58ch;}
.vipn-weather-product-page .vipn-weather-page-shell > .vipn-weather-news-hero .vipn-weather-product-lead strong{font-weight:800;color:var(--vipn-text);}
.vipn-weather-product-page .vipn-weather-page-shell > .vipn-weather-news-hero .vipn-weather-hero-metrics{margin:0 0 22px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;}
.vipn-weather-product-page .vipn-weather-page-shell > .vipn-weather-news-hero .vipn-weather-hero-metrics div{min-height:68px;padding:11px 12px;border:1px solid var(--vipn-border);border-radius:16px;background:var(--vipn-surface-2);overflow:visible;}
.vipn-weather-product-page .vipn-weather-page-shell > .vipn-weather-news-hero .vipn-weather-hero-metrics strong{display:block;margin-top:6px;font-size:.93rem;line-height:1.25;font-weight:750;white-space:normal;overflow:visible;}
.vipn-weather-product-page .vipn-weather-page-shell > .vipn-weather-news-hero .vipn-weather-product-actions{margin-top:0;}
.vipn-weather-product-page .vipn-weather-page-shell > .vipn-weather-news-hero .vipn-weather-hero-briefing{padding:32px 28px;background:transparent;}
.vipn-weather-product-page .vipn-weather-page-shell > .vipn-weather-news-hero .vipn-weather-briefing-list a{min-height:auto;padding:14px 0;border-bottom:1px solid var(--vipn-border);}
.vipn-weather-product-page .vipn-weather-page-shell > .vipn-weather-news-hero .vipn-weather-briefing-list a:last-child{border-bottom:0;}
.vipn-weather-product-page .vipn-weather-page-shell > .vipn-weather-news-hero .vipn-weather-briefing-list strong{display:block;color:var(--vipn-text);font-size:.96rem;font-weight:800;line-height:1.25;}
.vipn-weather-product-page .vipn-weather-page-shell > .vipn-weather-news-hero .vipn-weather-briefing-list span{display:block;margin-top:5px;color:var(--vipn-muted);font-size:.83rem;line-height:1.38;font-weight:600;}
.vipn-weather-product-page .vipn-weather-layout{align-items:start;}
.vipn-weather-product-page .vipn-weather-condition-board{margin-top:0;}
.vipn-weather-product-page .vipn-weather-disclaimer-card .vipn-service-notes p{font-size:.82rem;line-height:1.48;}
@media (max-width:1180px){.vipn-weather-product-page .vipn-weather-page-shell > .vipn-weather-news-hero{grid-template-columns:1fr 1fr;min-height:auto}.vipn-weather-product-page .vipn-weather-page-shell > .vipn-weather-news-hero .vipn-weather-hero-briefing{grid-column:1 / -1}.vipn-weather-product-page .vipn-weather-page-shell > .vipn-weather-news-hero .vipn-weather-hero-copy{border-right:0;}}
@media (max-width:820px){.vipn-weather-product-page .vipn-weather-page-shell > .vipn-weather-news-hero{grid-template-columns:1fr}.vipn-weather-product-page .vipn-weather-page-shell > .vipn-weather-news-hero .vipn-weather-hero-media,.vipn-weather-product-page .vipn-weather-page-shell > .vipn-weather-news-hero .vipn-weather-hero-art{min-height:285px}.vipn-weather-product-page .vipn-weather-page-shell > .vipn-weather-news-hero .vipn-weather-hero-copy{padding:30px 24px;border-bottom:1px solid var(--vipn-border)}.vipn-weather-product-page .vipn-weather-page-shell > .vipn-weather-news-hero .vipn-weather-hero-metrics{grid-template-columns:1fr}}

/* v3.9.171 - Platinum Weather production cleanup and Intelligence */
.vipn-weather-product-page .vipn-weather-page-shell > .vipn-weather-news-hero{
  grid-template-columns:minmax(360px,1.05fr) minmax(420px,1.08fr) minmax(300px,.78fr)!important;
  min-height:430px;
  border-radius:34px;
  background:var(--vipn-hero-bg);
}
.vipn-weather-product-page .vipn-weather-page-shell > .vipn-weather-news-hero .vipn-weather-hero-art{
  min-height:430px;
  justify-content:flex-end;
  padding:38px 34px;
}
.vipn-weather-product-page .vipn-weather-page-shell > .vipn-weather-news-hero .vipn-weather-hero-copy{padding:50px 44px;}
.vipn-weather-product-page .vipn-weather-page-shell > .vipn-weather-news-hero h1{font-size:clamp(2.25rem,3.4vw,4rem);max-width:9.6ch;line-height:.95;letter-spacing:-.06em;}
.vipn-weather-product-page .vipn-weather-page-shell > .vipn-weather-news-hero .vipn-weather-product-lead{max-width:46ch;margin:16px 0 24px;font-size:1.04rem;line-height:1.45;font-weight:650;}
.vipn-weather-product-page .vipn-weather-page-shell > .vipn-weather-news-hero .vipn-weather-hero-metrics{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;}
.vipn-weather-product-page .vipn-weather-page-shell > .vipn-weather-news-hero .vipn-weather-hero-metrics div{min-height:86px;padding:13px 14px;display:flex;flex-direction:column;justify-content:center;}
.vipn-weather-product-page .vipn-weather-page-shell > .vipn-weather-news-hero .vipn-weather-hero-metrics strong{font-size:1rem;line-height:1.25;font-weight:800;overflow:visible;white-space:normal;}
.vipn-weather-intelligence-rail{padding:34px 28px;background:linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,255,255,.015));}
.vipn-weather-intelligence-rail .vipn-panel-title{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px;}
.vipn-weather-intelligence-rail .vipn-panel-title h2{font-size:.84rem;letter-spacing:.09em;text-transform:uppercase;color:var(--vipn-muted);margin:0;}
.vipn-weather-intel-status{display:inline-flex;align-items:center;min-height:26px;padding:6px 10px;border-radius:999px;border:1px solid var(--vipn-border);font-size:.7rem;font-weight:900;text-transform:uppercase;letter-spacing:.06em;}
.vipn-weather-intel-good{background:rgba(37,166,107,.12);color:#16804f;border-color:rgba(37,166,107,.24);}
.vipn-weather-intel-watch{background:rgba(245,196,0,.16);color:#8a6200;border-color:rgba(245,196,0,.32);}
.vipn-weather-intel-caution{background:rgba(239,118,39,.14);color:#a85117;border-color:rgba(239,118,39,.28);}
.vipn-weather-intel-copy h3{margin:0;color:var(--vipn-text);font-size:clamp(1.25rem,1.8vw,1.75rem);line-height:1.05;letter-spacing:-.04em;font-weight:900;}
.vipn-weather-intel-copy p{margin:12px 0 0;color:var(--vipn-text-soft);font-size:.94rem;line-height:1.52;font-weight:600;}
.vipn-weather-intel-chips{display:grid;gap:9px;margin-top:20px;}
.vipn-weather-intel-chips span{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 12px;border:1px solid var(--vipn-border);border-radius:14px;background:var(--vipn-surface-2);font-weight:800;color:var(--vipn-text);}
.vipn-weather-intel-chips b{color:var(--vipn-muted);font-size:.68rem;letter-spacing:.08em;text-transform:uppercase;}
.vipn-weather-intelligence-panel{margin-bottom:28px;padding:0;}
.vipn-weather-intelligence-panel .vipn-bvi-section-head{margin-bottom:16px;}
.vipn-weather-intelligence-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;}
.vipn-weather-intelligence-card{min-height:128px;padding:20px;border:1px solid var(--vipn-border);border-radius:22px;background:var(--vipn-surface);box-shadow:var(--vipn-shadow-soft);}
.vipn-weather-intelligence-card span{display:block;margin-bottom:10px;color:var(--vipn-accent);font-size:.72rem;letter-spacing:.09em;text-transform:uppercase;font-weight:950;}
.vipn-weather-intelligence-card p{margin:0;color:var(--vipn-text);font-size:.98rem;line-height:1.48;font-weight:650;}
.vipn-weather-intel-card-caution{border-color:rgba(239,118,39,.35);}
.vipn-weather-intel-card-watch{border-color:rgba(245,196,0,.42);}
.vipn-weather-intel-card-good{border-color:rgba(37,166,107,.28);}
.vipn-weather-product-page .vipn-weather-condition-board,.vipn-weather-product-page .vipn-weather-updates-card,.vipn-weather-product-page .vipn-weather-at-glance-card{display:none!important;}
.vipn-weather-product-page .vipn-weather-disclaimer-card .vipn-service-notes p{font-size:.86rem;line-height:1.55;font-weight:600;}
.vipn-weather-product-page .vipn-bvi-four-day-head p,.vipn-weather-product-page .vipn-weather-product-section-head p{font-size:.96rem;line-height:1.45;font-weight:600;}
@media (max-width:1180px){
  .vipn-weather-product-page .vipn-weather-page-shell > .vipn-weather-news-hero{grid-template-columns:1fr 1fr!important;}
  .vipn-weather-product-page .vipn-weather-page-shell > .vipn-weather-news-hero .vipn-weather-intelligence-rail{grid-column:1 / -1;}
}
@media (max-width:820px){
  .vipn-weather-product-page .vipn-weather-page-shell > .vipn-weather-news-hero{grid-template-columns:1fr!important;}
  .vipn-weather-product-page .vipn-weather-page-shell > .vipn-weather-news-hero h1{font-size:2.65rem;max-width:12ch;}
  .vipn-weather-product-page .vipn-weather-page-shell > .vipn-weather-news-hero .vipn-weather-hero-metrics{grid-template-columns:1fr;}
  .vipn-weather-intelligence-grid{grid-template-columns:1fr;}
}


/* v3.9.172 - Public Weather: consumer layout cleanup, no public Intelligence branding */
.vipn-weather-product-page .vipn-weather-intelligence-panel{display:none!important;}
.vipn-weather-product-page .vipn-weather-page-shell > .vipn-weather-news-hero{
  grid-template-columns:minmax(300px,.88fr) minmax(420px,1.22fr) minmax(280px,.76fr)!important;
  min-height:400px;
}
.vipn-weather-product-page .vipn-weather-page-shell > .vipn-weather-news-hero h1{
  max-width:13ch;
  font-size:clamp(2.1rem,3vw,3.45rem);
  line-height:.98;
}
.vipn-weather-product-page .vipn-weather-page-shell > .vipn-weather-news-hero .vipn-weather-product-lead{
  max-width:45ch;
  margin:14px 0 22px;
  color:var(--vipn-text);
  font-size:1.02rem;
  line-height:1.42;
  font-weight:680;
}
.vipn-weather-product-page .vipn-weather-page-shell > .vipn-weather-news-hero .vipn-weather-hero-metrics{
  grid-template-columns:repeat(2,minmax(0,1fr));
  max-width:390px;
}
.vipn-weather-product-page .vipn-weather-page-shell > .vipn-weather-news-hero .vipn-weather-hero-metrics div{
  min-height:76px;
}
.vipn-weather-product-page .vipn-weather-intelligence-rail{
  padding:32px 28px;
  background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.02));
}
.vipn-weather-product-page .vipn-weather-intelligence-rail .vipn-panel-title h2{
  color:var(--vipn-muted);
  font-size:.78rem;
  letter-spacing:.10em;
  text-transform:uppercase;
}
.vipn-weather-product-page .vipn-weather-intel-copy h3{
  font-size:clamp(1.22rem,1.65vw,1.6rem);
  line-height:1.08;
  letter-spacing:-.035em;
}
.vipn-weather-product-page .vipn-weather-intel-copy p{
  font-size:.93rem;
  line-height:1.48;
  font-weight:600;
}
.vipn-weather-product-page .vipn-weather-intel-chips span{
  padding:10px 12px;
  min-height:42px;
}
.vipn-weather-product-page .vipn-bvi-four-day-head,
.vipn-weather-product-page .vipn-weather-product-section-head{
  align-items:flex-end;
}
.vipn-weather-product-page .vipn-weather-disclaimer-card .vipn-service-notes p{
  font-size:.82rem;
  line-height:1.5;
}
@media (max-width:1180px){
  .vipn-weather-product-page .vipn-weather-page-shell > .vipn-weather-news-hero{grid-template-columns:1fr 1fr!important;}
  .vipn-weather-product-page .vipn-weather-page-shell > .vipn-weather-news-hero .vipn-weather-intelligence-rail{grid-column:1 / -1;}
}
@media (max-width:820px){
  .vipn-weather-product-page .vipn-weather-page-shell > .vipn-weather-news-hero{grid-template-columns:1fr!important;}
  .vipn-weather-product-page .vipn-weather-page-shell > .vipn-weather-news-hero .vipn-weather-hero-metrics{grid-template-columns:1fr 1fr;max-width:none;}
}
@media (max-width:520px){
  .vipn-weather-product-page .vipn-weather-page-shell > .vipn-weather-news-hero .vipn-weather-hero-metrics{grid-template-columns:1fr;}
}

/* v3.9.173 - Platinum Weather final layout tightening and hurricane season focus */
.vipn-weather-product-page .vipn-weather-page-shell > .vipn-weather-news-hero{
  grid-template-columns:minmax(260px,.72fr) minmax(420px,1.22fr) minmax(260px,.64fr)!important;
  min-height:340px!important;
  border-radius:30px!important;
  overflow:hidden;
}
.vipn-weather-product-page .vipn-weather-page-shell > .vipn-weather-news-hero .vipn-weather-hero-art{
  min-height:340px!important;
  padding:28px 28px!important;
}
.vipn-weather-product-page .vipn-weather-page-shell > .vipn-weather-news-hero .vipn-weather-hero-copy{
  padding:34px 34px!important;
}
.vipn-weather-product-page .vipn-weather-page-shell > .vipn-weather-news-hero h1{
  font-size:clamp(2rem,2.65vw,3.05rem)!important;
  max-width:15ch!important;
  line-height:1!important;
  letter-spacing:-.055em!important;
  margin-bottom:10px!important;
}
.vipn-weather-product-page .vipn-weather-page-shell > .vipn-weather-news-hero .vipn-weather-product-lead{
  max-width:42ch!important;
  margin:10px 0 18px!important;
  font-size:.98rem!important;
  line-height:1.42!important;
  font-weight:650!important;
}
.vipn-weather-product-page .vipn-weather-page-shell > .vipn-weather-news-hero .vipn-weather-hero-metrics{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  max-width:360px!important;
  gap:10px!important;
  margin-bottom:18px!important;
}
.vipn-weather-product-page .vipn-weather-page-shell > .vipn-weather-news-hero .vipn-weather-hero-metrics div{
  min-height:66px!important;
  padding:11px 12px!important;
  overflow:hidden!important;
}
.vipn-weather-product-page .vipn-weather-page-shell > .vipn-weather-news-hero .vipn-weather-hero-metrics strong{
  font-size:.98rem!important;
  line-height:1.22!important;
}
.vipn-weather-product-page .vipn-weather-product-actions{
  gap:8px!important;
  margin-top:0!important;
}
.vipn-weather-product-page .vipn-weather-product-actions .vipn-btn{
  min-height:36px!important;
  padding:8px 13px!important;
  font-size:.78rem!important;
}
.vipn-weather-product-page .vipn-weather-intelligence-rail{
  padding:28px 24px!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
}
.vipn-weather-product-page .vipn-weather-intelligence-rail .vipn-panel-title{
  display:flex!important;
  align-items:flex-start!important;
  justify-content:space-between!important;
  gap:10px!important;
  margin-bottom:14px!important;
}
.vipn-weather-product-page .vipn-weather-intelligence-rail .vipn-panel-title h2{
  min-width:0!important;
  line-height:1.25!important;
}
.vipn-weather-product-page .vipn-weather-intel-status{
  flex:0 0 auto!important;
  max-width:130px!important;
  white-space:normal!important;
  text-align:center!important;
  line-height:1.1!important;
  padding:6px 10px!important;
  font-size:.64rem!important;
}
.vipn-weather-product-page .vipn-weather-intel-copy h3{
  font-size:clamp(1.15rem,1.45vw,1.45rem)!important;
  line-height:1.08!important;
}
.vipn-weather-product-page .vipn-weather-intel-copy p{
  font-size:.88rem!important;
  line-height:1.44!important;
  margin-top:10px!important;
}
.vipn-weather-product-page .vipn-weather-intel-chips{
  margin-top:14px!important;
  gap:8px!important;
}
.vipn-weather-product-page .vipn-weather-intel-chips span{
  min-height:38px!important;
  padding:9px 11px!important;
  font-size:.82rem!important;
}
.vipn-weather-product-page .vipn-weather-four-day-product-card{
  position:relative;
  padding-bottom:18px!important;
}
.vipn-weather-product-page .vipn-weather-four-day-product-card.is-selected:before{
  display:none!important;
  content:""!important;
}
.vipn-weather-product-page .vipn-weather-four-day-product-card.is-selected{
  outline:2px solid rgba(51,102,153,.38);
  outline-offset:2px;
}
.vipn-weather-product-page .vipn-weather-tropical-focus{
  margin:24px 0 28px;
  display:grid;
  grid-template-columns:minmax(0,1.18fr) minmax(300px,.82fr);
  gap:18px;
  padding:24px;
  border:1px solid rgba(51,102,153,.22);
  border-radius:30px;
  background:
    radial-gradient(circle at 88% 20%,rgba(245,196,0,.16),transparent 220px),
    linear-gradient(135deg,rgba(51,102,153,.12),rgba(255,255,255,.035)),
    var(--vipn-card-bg);
  box-shadow:var(--vipn-shadow-soft);
}
.vipn-weather-product-page .vipn-weather-tropical-focus-main h2,
.vipn-weather-product-page .vipn-weather-tropical-focus-side strong{
  margin:6px 0 8px;
  color:var(--vipn-text);
  font-weight:950;
  letter-spacing:-.04em;
  line-height:1.05;
}
.vipn-weather-product-page .vipn-weather-tropical-focus-main h2{font-size:clamp(1.65rem,2.6vw,2.7rem);}
.vipn-weather-product-page .vipn-weather-tropical-focus-main p,
.vipn-weather-product-page .vipn-weather-tropical-focus-side p{
  margin:0;
  color:var(--vipn-text-soft);
  font-weight:650;
  line-height:1.55;
}
.vipn-weather-product-page .vipn-weather-tropical-focus-main small{display:block;margin-top:12px;color:var(--vipn-muted);font-weight:800;}
.vipn-weather-product-page .vipn-weather-tropical-focus-side{
  padding:18px;
  border:1px solid var(--vipn-border);
  border-radius:24px;
  background:var(--vipn-surface-2);
}
.vipn-weather-product-page .vipn-weather-tropical-focus-side > span{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:7px 10px;
  border-radius:999px;
  background:rgba(239,118,39,.12);
  color:#a85117;
  border:1px solid rgba(239,118,39,.20);
  font-size:.68rem;
  font-weight:950;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.vipn-weather-product-page .vipn-weather-storm-names{
  grid-column:1 / -1;
  border:1px solid var(--vipn-border);
  border-radius:20px;
  background:rgba(255,255,255,.05);
  overflow:hidden;
}
.vipn-weather-product-page .vipn-weather-storm-names summary{
  cursor:pointer;
  padding:12px 14px;
  color:var(--vipn-text);
  font-weight:900;
  list-style:none;
}
.vipn-weather-product-page .vipn-weather-storm-names summary::-webkit-details-marker{display:none;}
.vipn-weather-product-page .vipn-weather-storm-names div{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  padding:0 14px 14px;
}
.vipn-weather-product-page .vipn-weather-storm-names span{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:6px 10px;
  border:1px solid var(--vipn-border);
  border-radius:999px;
  background:var(--vipn-surface-2);
  color:var(--vipn-text-soft);
  font-size:.78rem;
  font-weight:850;
}
.vipn-weather-product-page .vipn-weather-tropical-offseason{
  grid-template-columns:minmax(0,1fr) auto;
}
.vipn-weather-product-page .vipn-weather-tropical-offseason .vipn-weather-storm-names{
  grid-column:1 / -1;
  margin-top:14px;
}
@media (max-width:1180px){
  .vipn-weather-product-page .vipn-weather-page-shell > .vipn-weather-news-hero{grid-template-columns:1fr 1fr!important;}
  .vipn-weather-product-page .vipn-weather-page-shell > .vipn-weather-news-hero .vipn-weather-intelligence-rail{grid-column:1 / -1;}
  .vipn-weather-product-page .vipn-weather-tropical-focus{grid-template-columns:1fr;}
}
@media (max-width:820px){
  .vipn-weather-product-page .vipn-weather-page-shell > .vipn-weather-news-hero{grid-template-columns:1fr!important;}
  .vipn-weather-product-page .vipn-weather-page-shell > .vipn-weather-news-hero .vipn-weather-hero-art{min-height:260px!important;}
  .vipn-weather-product-page .vipn-weather-page-shell > .vipn-weather-news-hero .vipn-weather-hero-copy{padding:28px 22px!important;}
  .vipn-weather-product-page .vipn-weather-page-shell > .vipn-weather-news-hero .vipn-weather-hero-metrics{max-width:none!important;}
}
@media (max-width:520px){
  .vipn-weather-product-page .vipn-weather-page-shell > .vipn-weather-news-hero .vipn-weather-hero-metrics{grid-template-columns:1fr!important;}
  .vipn-weather-product-page .vipn-weather-intelligence-rail .vipn-panel-title{display:block!important;}
  .vipn-weather-product-page .vipn-weather-intel-status{margin-top:8px;}
}


/* v3.9.174 - Weather page four-day card temperature cleanup */
.vipn-weather-product-page .vipn-bvi-four-day-grid{
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
}
.vipn-weather-product-page .vipn-weather-four-day-product-card{
  padding:18px 18px 20px!important;
  border-radius:30px!important;
}
.vipn-weather-product-page .vipn-weather-four-day-product-card h3{
  margin:0 0 8px;
  font-size:clamp(1.55rem,1.8vw,1.95rem);
  line-height:1.03;
  letter-spacing:-.04em;
}
.vipn-weather-product-page .vipn-weather-four-day-product-card p{
  margin:0 0 14px;
  min-height:4.35em;
  font-size:.98rem;
  line-height:1.42;
  font-weight:700;
  color:var(--vipn-text-soft);
}
.vipn-weather-product-page .vipn-bvi-four-day-facts{gap:10px;}
.vipn-weather-product-page .vipn-bvi-four-day-facts div{
  padding:10px 12px;
  border-radius:16px;
}
.vipn-weather-product-page .vipn-bvi-four-day-facts strong{
  max-width:72%;
  font-size:.98rem;
  line-height:1.22;
}
.vipn-weather-product-page .vipn-bvi-four-day-temp-row strong{
  max-width:74%;
  display:flex;
  flex-direction:column;
  gap:4px;
  text-align:right;
}
.vipn-weather-product-page .vipn-bvi-four-day-temp-row strong em{font-style:normal;display:block;}
.vipn-weather-product-page .vipn-bvi-four-day-temp-row strong b{font-weight:950;display:inline-block;margin-right:4px;}
.vipn-weather-product-page .vipn-weather-selected-day-panel{margin-top:18px;}
@media (max-width:1200px){
  .vipn-weather-product-page .vipn-bvi-four-day-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media (max-width:640px){
  .vipn-weather-product-page .vipn-bvi-four-day-grid{grid-template-columns:1fr;}
  .vipn-weather-product-page .vipn-weather-four-day-product-card p{min-height:0;}
}


/* v3.9.175 - Weather page layout refinement */
.vipn-weather-product-page .vipn-bvi-four-day-head{align-items:end;gap:18px;margin-top:6px;}
.vipn-weather-product-page .vipn-bvi-four-day-head h2{font-size:clamp(1.65rem,2.4vw,2.45rem);}
.vipn-weather-product-page .vipn-bvi-four-day-head p{font-size:.9rem;line-height:1.45;max-width:46ch;}
.vipn-weather-product-page .vipn-weather-four-day-product-card{padding:16px 16px 18px!important;}
.vipn-weather-product-page .vipn-weather-day-button{margin-bottom:10px;}
.vipn-weather-product-page .vipn-weather-day-button span{font-size:.68rem;letter-spacing:.12em;}
.vipn-weather-product-page .vipn-weather-day-button strong{font-size:1.55rem;}
.vipn-weather-product-page .vipn-weather-four-day-product-card h3{font-size:1.35rem!important;line-height:1.08!important;margin-bottom:7px!important;}
.vipn-weather-product-page .vipn-weather-four-day-product-card p{font-size:.86rem!important;line-height:1.36!important;min-height:3.55em!important;margin-bottom:12px!important;}
.vipn-weather-product-page .vipn-bvi-four-day-facts{gap:8px!important;}
.vipn-weather-product-page .vipn-bvi-four-day-facts div{padding:8px 9px!important;border-radius:13px!important;}
.vipn-weather-product-page .vipn-bvi-four-day-facts span{font-size:.59rem!important;letter-spacing:.08em;}
.vipn-weather-product-page .vipn-bvi-four-day-facts strong{font-size:.78rem!important;line-height:1.18!important;max-width:72%;}
.vipn-weather-product-page .vipn-bvi-four-day-temp-row strong{gap:2px;}
.vipn-weather-product-page .vipn-weather-selected-day-panel{display:none!important;}
.vipn-weather-product-page .vipn-weather-disclaimer-card .vipn-service-notes p{font-size:.82rem;line-height:1.48;}
@media (max-width:640px){
  .vipn-weather-product-page .vipn-weather-four-day-product-card p{min-height:0!important;}
}


/* v3.9.176 - Four-day forecast readability tightening */
.vipn-weather-product-page .vipn-weather-four-day-product-card h3{
  font-size:1.22rem!important;
  line-height:1.08!important;
  margin-bottom:7px!important;
}
.vipn-weather-product-page .vipn-weather-four-day-product-card p{
  font-size:.86rem!important;
  line-height:1.32!important;
  min-height:0!important;
  margin-bottom:12px!important;
  font-weight:700!important;
}
.vipn-weather-product-page .vipn-bvi-four-day-facts div{
  padding:8px 10px!important;
  border-radius:14px!important;
  align-items:center!important;
}
.vipn-weather-product-page .vipn-bvi-four-day-facts span{
  font-size:.62rem!important;
  letter-spacing:.08em!important;
}
.vipn-weather-product-page .vipn-bvi-four-day-facts strong{
  font-size:.82rem!important;
  line-height:1.18!important;
  font-weight:800!important;
}
.vipn-weather-product-page .vipn-bvi-four-day-temp-row strong{
  gap:2px!important;
}
.vipn-weather-product-page .vipn-bvi-four-day-temp-row strong em{
  display:block!important;
  font-size:.82rem!important;
  line-height:1.16!important;
}


/* v3.9.188 - Weather unit toggle (C/F and km/h/mph) */
.vipn-weather-product-page .vipn-weather-unit-toggle{
  display:inline-flex;
  align-items:center;
  gap:6px;
  margin:12px 0 2px;
  padding:6px;
  width:max-content;
  max-width:100%;
  border:1px solid rgba(148,163,184,.32);
  border-radius:999px;
  background:rgba(255,255,255,.76);
  box-shadow:0 12px 30px rgba(15,23,42,.08);
  backdrop-filter:blur(12px);
}
.vipn-weather-product-page .vipn-weather-unit-toggle span{
  padding:0 8px 0 10px;
  color:var(--vipn-text-soft);
  font-size:.72rem;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.vipn-weather-product-page .vipn-weather-unit-toggle button{
  border:0;
  border-radius:999px;
  padding:7px 12px;
  background:transparent;
  color:var(--vipn-text-soft);
  font-size:.82rem;
  font-weight:900;
  line-height:1;
  cursor:pointer;
  transition:background .18s ease,color .18s ease,box-shadow .18s ease,transform .18s ease;
}
.vipn-weather-product-page .vipn-weather-unit-toggle button:hover{
  color:var(--vipn-text);
  background:rgba(15,23,42,.06);
}
.vipn-weather-product-page .vipn-weather-unit-toggle button.is-active,
.vipn-weather-product-page .vipn-weather-unit-toggle button[aria-pressed="true"]{
  background:var(--vipn-blue,#0d6efd);
  color:#fff;
  box-shadow:0 10px 24px rgba(13,110,253,.24);
}
.vipn-weather-product-page .vipn-weather-unit-toggle button:focus-visible{
  outline:3px solid rgba(13,110,253,.28);
  outline-offset:2px;
}
@media (max-width:640px){
  .vipn-weather-product-page .vipn-weather-unit-toggle{
    width:100%;
    justify-content:space-between;
    border-radius:22px;
    flex-wrap:wrap;
  }
  .vipn-weather-product-page .vipn-weather-unit-toggle span{width:100%;padding:4px 8px 2px;}
  .vipn-weather-product-page .vipn-weather-unit-toggle button{flex:1 1 0;}
}

/* v3.9.189 - Weather display toggle placement cleanup */
.vipn-weather-product-page .vipn-weather-hero-tool-row{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:10px;
  max-width:360px;
  margin:-4px 0 16px;
}
.vipn-weather-product-page .vipn-weather-page-shell > .vipn-weather-news-hero .vipn-weather-hero-metrics{
  margin-bottom:12px!important;
}
.vipn-weather-product-page .vipn-weather-news-hero .vipn-weather-unit-toggle{
  margin:0!important;
  padding:4px!important;
  box-shadow:none!important;
  background:var(--vipn-surface-2)!important;
  border-color:var(--vipn-border)!important;
}
.vipn-weather-product-page .vipn-weather-news-hero .vipn-weather-unit-toggle span{
  padding:0 7px 0 9px!important;
  font-size:.64rem!important;
  letter-spacing:.075em!important;
  white-space:nowrap;
}
.vipn-weather-product-page .vipn-weather-news-hero .vipn-weather-unit-toggle button{
  padding:6px 10px!important;
  font-size:.76rem!important;
}
@media (max-width:820px){
  .vipn-weather-product-page .vipn-weather-hero-tool-row{
    max-width:none;
    margin:0 0 16px;
  }
}
@media (max-width:640px){
  .vipn-weather-product-page .vipn-weather-news-hero .vipn-weather-unit-toggle{
    width:100%!important;
  }
  .vipn-weather-product-page .vipn-weather-news-hero .vipn-weather-unit-toggle span{
    width:100%;
  }
}

/* v5.7.0: NOAA/NHC Atlantic & Caribbean intelligence panel */
.vipn-nhc-intel{position:relative;overflow:hidden;padding:clamp(20px,3vw,30px);border:1px solid var(--vipn-border-strong);border-radius:28px;background:radial-gradient(circle at 5% 0%,rgba(51,102,153,.18),transparent 28rem),linear-gradient(135deg,rgba(255,255,255,.08),rgba(255,255,255,.025)),var(--vipn-card-bg);box-shadow:var(--vipn-shadow-soft)}
.vipn-nhc-intel:before{content:"";position:absolute;right:-110px;top:-120px;width:280px;height:280px;border-radius:999px;background:radial-gradient(circle,rgba(245,196,0,.18),transparent 70%);pointer-events:none}.vipn-nhc-intel-head{position:relative;z-index:1;display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:18px}.vipn-nhc-intel-head h2{margin:6px 0 8px;color:var(--vipn-text);font-size:clamp(1.35rem,2.3vw,2rem);font-weight:950;letter-spacing:-.045em}.vipn-nhc-intel-head p{max-width:850px;margin:0;color:var(--vipn-text-soft);font-size:1rem;line-height:1.6;font-weight:700}.vipn-nhc-intel-head small{display:inline-block;margin-top:10px;color:var(--vipn-muted);font-weight:850}.vipn-nhc-status{flex:0 0 auto;display:inline-flex;align-items:center;gap:8px;padding:10px 13px;border-radius:999px;border:1px solid var(--vipn-border);background:var(--vipn-surface-2);color:var(--vipn-text);font-weight:950;font-size:.78rem;text-transform:uppercase;letter-spacing:.08em}.vipn-nhc-status:before{content:"";width:9px;height:9px;border-radius:999px;background:#3da5ff;box-shadow:0 0 0 4px rgba(61,165,255,.14)}.vipn-nhc-intel-alert .vipn-nhc-status:before{background:#f05252;box-shadow:0 0 0 4px rgba(240,82,82,.16)}.vipn-nhc-intel-watch .vipn-nhc-status:before{background:#f5c400;box-shadow:0 0 0 4px rgba(245,196,0,.16)}.vipn-nhc-intel-caution .vipn-nhc-status:before{background:#f59e0b;box-shadow:0 0 0 4px rgba(245,158,11,.16)}.vipn-nhc-intel-quiet .vipn-nhc-status:before{background:#22c55e;box-shadow:0 0 0 4px rgba(34,197,94,.16)}.vipn-nhc-chips{position:relative;z-index:1;display:flex;gap:10px;flex-wrap:wrap;margin:0 0 18px}.vipn-nhc-chips span{display:inline-flex;align-items:center;gap:8px;padding:9px 12px;border:1px solid var(--vipn-border);border-radius:999px;background:var(--vipn-surface-2);color:var(--vipn-text-soft);font-size:.86rem;font-weight:850}.vipn-nhc-chips b{color:var(--vipn-text);font-size:.72rem;text-transform:uppercase;letter-spacing:.08em}.vipn-nhc-card-grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.vipn-nhc-card{min-width:0;padding:17px;border:1px solid var(--vipn-border);border-radius:22px;background:rgba(255,255,255,.065);box-shadow:var(--vipn-shadow-soft)}[data-theme="light"] .vipn-nhc-card{background:rgba(255,255,255,.78)}.vipn-nhc-card-top{display:grid;grid-template-columns:46px minmax(0,1fr);gap:12px;align-items:start;margin-bottom:12px}.vipn-nhc-icon{width:44px;height:44px;display:grid;place-items:center;border-radius:16px;border:1px solid var(--vipn-border);background:var(--vipn-surface-2);font-size:1.22rem}.vipn-nhc-card strong{display:block;color:var(--vipn-text);font-size:1rem;font-weight:950;line-height:1.22;letter-spacing:-.02em}.vipn-nhc-card small{display:block;margin-top:4px;color:var(--vipn-muted);font-size:.79rem;font-weight:850}.vipn-nhc-card p{margin:0;color:var(--vipn-text-soft);font-size:.94rem;line-height:1.55;font-weight:690}.vipn-nhc-card-foot{display:flex;gap:8px;flex-wrap:wrap;margin-top:14px}.vipn-nhc-card-foot span{display:inline-flex;align-items:center;padding:6px 9px;border:1px solid var(--vipn-border);border-radius:999px;background:var(--vipn-surface-2);color:var(--vipn-muted);font-size:.72rem;font-weight:950;text-transform:uppercase;letter-spacing:.08em}.vipn-nhc-card-alert{border-color:rgba(240,82,82,.42);box-shadow:0 18px 45px rgba(240,82,82,.08)}.vipn-nhc-card-watch,.vipn-nhc-card-caution{border-color:rgba(245,196,0,.35)}.vipn-nhc-card-quiet{border-color:rgba(34,197,94,.25)}@media (max-width:980px){.vipn-nhc-intel-head{flex-direction:column}.vipn-nhc-card-grid{grid-template-columns:1fr}.vipn-nhc-status{align-self:flex-start}}@media (max-width:620px){.vipn-nhc-intel{padding:18px;border-radius:22px}.vipn-nhc-chips span{width:100%;justify-content:space-between}.vipn-nhc-card-top{grid-template-columns:40px minmax(0,1fr)}.vipn-nhc-icon{width:38px;height:38px;border-radius:14px}}

/* v5.7.1 — Public weather page production polish (hero intentionally untouched) */
.vipn-weather-product-page .vipn-weather-product-layout{
  align-items:start;
  gap:30px;
  margin-top:26px;
}
.vipn-weather-product-page .vipn-weather-primary{
  display:flex;
  flex-direction:column;
  gap:28px;
  min-width:0;
}
.vipn-weather-product-page .vipn-weather-product-sidebar{
  position:sticky;
  top:92px;
  display:flex;
  flex-direction:column;
  gap:18px;
}
.vipn-weather-product-page .vipn-weather-tropical-focus{
  margin:26px 0 0;
  padding:26px;
  border-radius:32px;
  border-color:rgba(51,102,153,.18);
  background:
    radial-gradient(circle at 89% 12%,rgba(245,196,0,.22),transparent 250px),
    linear-gradient(135deg,rgba(255,255,255,.78),rgba(239,247,255,.68)),
    var(--vipn-card-bg);
  box-shadow:0 24px 70px rgba(15,23,42,.08);
}
.vipn-weather-product-page .vipn-weather-tropical-focus-main h2{
  max-width:780px;
  font-size:clamp(1.95rem,3.2vw,3.3rem);
}
.vipn-weather-product-page .vipn-weather-tropical-focus-main p{
  max-width:860px;
  font-size:1.02rem;
  line-height:1.6;
}
.vipn-weather-product-page .vipn-weather-tropical-focus-side{
  background:rgba(255,255,255,.76);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.7);
}
.vipn-weather-product-page .vipn-weather-storm-names{
  background:rgba(255,255,255,.72);
}
.vipn-weather-product-page .vipn-weather-product-section-head{
  margin:0;
  padding:0 2px;
}
.vipn-weather-product-page .vipn-weather-product-section-head h2{
  font-size:clamp(1.7rem,2.7vw,2.65rem);
  letter-spacing:-.055em;
}
.vipn-weather-product-page .vipn-weather-product-section-head p{
  max-width:50ch;
  font-size:.95rem;
}
.vipn-weather-product-page .vipn-bvi-four-day-grid{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:18px!important;
}
.vipn-weather-product-page .vipn-weather-four-day-product-card{
  min-height:0;
  padding:20px!important;
  border-radius:28px!important;
  background:linear-gradient(180deg,rgba(255,255,255,.9),rgba(255,255,255,.72));
  border:1px solid rgba(51,102,153,.16)!important;
  box-shadow:0 20px 55px rgba(15,23,42,.07)!important;
}
.vipn-weather-product-page .vipn-weather-four-day-product-card h3{
  font-size:1.42rem!important;
  line-height:1.08!important;
}
.vipn-weather-product-page .vipn-weather-four-day-product-card p{
  font-size:.92rem!important;
  line-height:1.42!important;
}
.vipn-weather-product-page .vipn-weather-four-day-product-card.is-selected{
  outline:0;
  border-color:rgba(51,102,153,.42)!important;
  box-shadow:0 24px 70px rgba(51,102,153,.13)!important;
}
.vipn-weather-product-page .vipn-bvi-four-day-facts{
  display:grid;
  grid-template-columns:1fr;
}
.vipn-weather-product-page .vipn-bvi-four-day-facts div{
  background:rgba(246,250,255,.86)!important;
  border:1px solid rgba(51,102,153,.12)!important;
}
.vipn-weather-product-page .vipn-weather-product-detail-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}
.vipn-weather-product-page .vipn-weather-product-detail-card{
  padding:22px!important;
  border-radius:26px!important;
  background:rgba(255,255,255,.82)!important;
  border:1px solid rgba(51,102,153,.15)!important;
  box-shadow:0 18px 50px rgba(15,23,42,.06)!important;
}
.vipn-weather-product-page .vipn-weather-product-detail-card h2{
  font-size:1.15rem!important;
  letter-spacing:-.02em;
}
.vipn-weather-product-page .vipn-weather-product-detail-card p{
  color:var(--vipn-text-soft);
  font-size:.98rem!important;
  line-height:1.6!important;
}
.vipn-weather-product-page .vipn-weather-official-monitor{
  padding:24px;
  border-radius:30px;
  background:
    radial-gradient(circle at 92% 0%,rgba(245,196,0,.14),transparent 260px),
    linear-gradient(135deg,rgba(255,255,255,.88),rgba(238,247,255,.76)),
    var(--vipn-card-bg);
  border:1px solid rgba(51,102,153,.17);
  box-shadow:0 24px 70px rgba(15,23,42,.08);
}
.vipn-weather-product-page .vipn-official-monitor-head{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(230px,300px);
  gap:18px;
  align-items:stretch;
}
.vipn-weather-product-page .vipn-official-monitor-head h2{
  font-size:clamp(1.65rem,2.7vw,2.65rem);
  line-height:1.03;
}
.vipn-weather-product-page .vipn-official-monitor-head p{
  max-width:72ch;
  font-size:.98rem;
}
.vipn-weather-product-page .vipn-official-signal-card{
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:7px;
  padding:18px;
  border:1px solid rgba(51,102,153,.16);
  border-radius:24px;
  background:#fff;
  box-shadow:0 16px 45px rgba(15,23,42,.06);
}
.vipn-weather-product-page .vipn-official-signal-card span{
  color:var(--vipn-muted);
  font-size:.72rem;
  font-weight:950;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.vipn-weather-product-page .vipn-official-signal-card strong{
  color:var(--vipn-text);
  font-size:1.15rem;
  font-weight:950;
  line-height:1.15;
}
.vipn-weather-product-page .vipn-official-signal-card em{
  color:var(--vipn-text-soft);
  font-size:.82rem;
  font-style:normal;
  font-weight:700;
  line-height:1.45;
}
.vipn-weather-product-page .vipn-official-monitor-chips{
  margin-top:2px;
  margin-bottom:16px;
}
.vipn-weather-product-page .vipn-official-monitor-chips span{
  background:#fff;
  border-color:rgba(51,102,153,.13);
}
.vipn-weather-product-page .vipn-official-product-grid{
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}
.vipn-weather-product-page .vipn-official-product-card{
  padding:16px;
  border-radius:22px;
  background:#fff!important;
  border-color:rgba(51,102,153,.14);
  box-shadow:0 14px 42px rgba(15,23,42,.055);
}
.vipn-weather-product-page .vipn-official-product-card p{
  font-size:.9rem;
  line-height:1.52;
}
.vipn-weather-product-page .vipn-official-product-card .vipn-nhc-card-foot span{
  background:rgba(246,250,255,.9);
}
.vipn-weather-product-page .vipn-weather-sponsored{
  margin:0;
}
.vipn-weather-product-page .vipn-weather-sponsored .vipn-ad-slot,
.vipn-weather-product-page .vipn-weather-sponsored .vipn-ad-placeholder{
  border-radius:18px;
  overflow:hidden;
}
.vipn-weather-product-page .vipn-weather-alert-strip{
  margin:0;
  border-radius:24px;
}
.vipn-weather-product-page .vipn-weather-product-synopsis{
  padding:24px!important;
  border-radius:28px!important;
  background:linear-gradient(135deg,rgba(255,255,255,.9),rgba(244,249,255,.75))!important;
  border:1px solid rgba(51,102,153,.16)!important;
  box-shadow:0 20px 55px rgba(15,23,42,.07)!important;
}
.vipn-weather-product-page .vipn-weather-product-synopsis p{
  color:var(--vipn-text-soft);
  font-size:1rem;
  line-height:1.65;
  font-weight:700;
}
.vipn-weather-product-page .vipn-weather-product-sidebar .vipn-side-card{
  border-radius:24px;
  background:rgba(255,255,255,.86);
  border:1px solid rgba(51,102,153,.14);
  box-shadow:0 18px 50px rgba(15,23,42,.07);
}
.vipn-weather-product-page .vipn-weather-disclaimer-card .vipn-panel-title h3,
.vipn-weather-product-page .vipn-side-card .vipn-panel-title h3{
  font-size:1.02rem;
  letter-spacing:-.015em;
}
.vipn-weather-product-page .vipn-weather-disclaimer-card .vipn-service-notes p{
  color:var(--vipn-text-soft);
  font-size:.86rem;
  line-height:1.56;
}
.vipn-weather-product-page .vipn-side-links a{
  border-radius:15px;
  font-weight:900;
}
@media (min-width:1181px){
  .vipn-weather-product-page .vipn-weather-product-layout{
    grid-template-columns:minmax(0,1fr) 300px;
  }
}
@media (max-width:1180px){
  .vipn-weather-product-page .vipn-weather-product-sidebar{
    position:static;
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .vipn-weather-product-page .vipn-weather-product-sidebar .vipn-weather-disclaimer-card,
  .vipn-weather-product-page .vipn-weather-product-sidebar .vipn-side-card:last-child{
    grid-column:auto;
  }
}
@media (max-width:900px){
  .vipn-weather-product-page .vipn-official-monitor-head,
  .vipn-weather-product-page .vipn-official-product-grid,
  .vipn-weather-product-page .vipn-weather-product-detail-grid,
  .vipn-weather-product-page .vipn-bvi-four-day-grid{
    grid-template-columns:1fr!important;
  }
}
@media (max-width:720px){
  .vipn-weather-product-page .vipn-weather-product-sidebar{
    grid-template-columns:1fr;
  }
  .vipn-weather-product-page .vipn-weather-tropical-focus,
  .vipn-weather-product-page .vipn-weather-official-monitor,
  .vipn-weather-product-page .vipn-weather-product-synopsis{
    border-radius:24px;
    padding:20px;
  }
  .vipn-weather-product-page .vipn-weather-tropical-focus-side{
    padding:16px;
  }
}

/* v5.7.2 — Weather page production layout polish below the unchanged hero */
.vipn-weather-product-page .vipn-weather-reader-strip,
.vipn-weather-product-page .vipn-weather-briefing-deck,
.vipn-weather-product-page .vipn-weather-public-section{
  max-width:100%;
}
.vipn-weather-product-page .vipn-weather-reader-strip{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(260px,360px);
  gap:20px;
  align-items:stretch;
  margin:28px 0 18px;
  padding:24px;
  border:1px solid rgba(114,139,164,.22);
  border-radius:28px;
  background:linear-gradient(135deg,rgba(255,255,255,.96),rgba(242,248,255,.92) 68%,rgba(255,248,213,.72));
  box-shadow:0 24px 60px rgba(18,45,75,.10);
}
.vipn-weather-product-page .vipn-weather-reader-strip-copy h2{
  margin:6px 0 10px;
  color:var(--vipn-text);
  font-size:clamp(1.7rem,2.6vw,2.9rem);
  line-height:.98;
  letter-spacing:-.055em;
  font-weight:950;
}
.vipn-weather-product-page .vipn-weather-reader-strip-copy p{
  max-width:76ch;
  margin:0;
  color:var(--vipn-text-soft);
  font-size:1rem;
  font-weight:720;
  line-height:1.55;
}
.vipn-weather-product-page .vipn-weather-reader-strip-copy small{
  display:block;
  margin-top:12px;
  color:var(--vipn-muted);
  font-weight:850;
}
.vipn-weather-product-page .vipn-weather-reader-strip-status{
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:8px;
  padding:20px;
  border:1px solid rgba(245,196,0,.24);
  border-radius:24px;
  background:rgba(255,255,255,.82);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.9),0 16px 34px rgba(18,45,75,.08);
}
.vipn-weather-product-page .vipn-weather-reader-strip-status span{
  color:#9a5a10;
  font-size:.72rem;
  font-weight:950;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.vipn-weather-product-page .vipn-weather-reader-strip-status strong{
  color:var(--vipn-text);
  font-size:1.25rem;
  font-weight:950;
  line-height:1.1;
}
.vipn-weather-product-page .vipn-weather-reader-strip-status p{
  margin:0;
  color:var(--vipn-text-soft);
  font-weight:700;
  line-height:1.45;
}
.vipn-weather-product-page .vipn-weather-storm-names-slim{
  grid-column:1/-1;
  margin:2px 0 0;
  padding:13px 16px;
  border-radius:18px;
  background:rgba(255,255,255,.78);
  border:1px solid rgba(114,139,164,.18);
}
.vipn-weather-product-page .vipn-weather-briefing-deck{
  display:grid;
  grid-template-columns:1.15fr .92fr .92fr;
  gap:16px;
  margin:0 0 26px;
}
.vipn-weather-product-page .vipn-weather-brief-card{
  min-width:0;
  padding:20px;
  border:1px solid rgba(114,139,164,.20);
  border-radius:24px;
  background:rgba(255,255,255,.92);
  box-shadow:0 16px 40px rgba(18,45,75,.08);
}
.vipn-weather-product-page .vipn-weather-brief-card-primary{
  background:linear-gradient(135deg,#0f5e8a,#1e83b2 56%,#64ac9b);
  border-color:rgba(255,255,255,.28);
  color:#fff;
}
.vipn-weather-product-page .vipn-weather-brief-card span{
  display:block;
  margin-bottom:8px;
  color:var(--vipn-muted);
  font-size:.72rem;
  font-weight:950;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.vipn-weather-product-page .vipn-weather-brief-card-primary span,
.vipn-weather-product-page .vipn-weather-brief-card-primary p{color:rgba(255,255,255,.78);}
.vipn-weather-product-page .vipn-weather-brief-card strong{
  display:block;
  margin-bottom:8px;
  color:var(--vipn-text);
  font-size:1.15rem;
  font-weight:950;
  line-height:1.1;
  letter-spacing:-.025em;
}
.vipn-weather-product-page .vipn-weather-brief-card-primary strong{color:#fff;}
.vipn-weather-product-page .vipn-weather-brief-card p{
  margin:0;
  color:var(--vipn-text-soft);
  font-weight:700;
  line-height:1.45;
}
.vipn-weather-product-page .vipn-weather-v572-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) 300px;
  gap:26px;
  align-items:start;
  margin-top:0;
}
.vipn-weather-product-page .vipn-weather-v572-main{
  display:grid;
  gap:24px;
  min-width:0;
}
.vipn-weather-product-page .vipn-weather-public-section{
  padding:22px;
  border:1px solid rgba(114,139,164,.20);
  border-radius:28px;
  background:rgba(255,255,255,.94);
  box-shadow:0 20px 58px rgba(18,45,75,.09);
  overflow:hidden;
}
.vipn-weather-product-page .vipn-weather-section-row{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:18px;
  margin-bottom:18px;
}
.vipn-weather-product-page .vipn-weather-section-row h2{
  margin:4px 0 0;
  color:var(--vipn-text);
  font-size:clamp(1.55rem,2.4vw,2.45rem);
  line-height:1;
  letter-spacing:-.055em;
  font-weight:950;
}
.vipn-weather-product-page .vipn-weather-section-row p{
  max-width:42ch;
  margin:0;
  color:var(--vipn-text-soft);
  font-weight:680;
  line-height:1.45;
}
.vipn-weather-product-page .vipn-weather-today-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
}
.vipn-weather-product-page .vipn-weather-public-detail-card{
  min-height:0;
  padding:18px;
  border-radius:22px;
  box-shadow:none;
  background:linear-gradient(180deg,#fff,#f8fbff);
}
.vipn-weather-product-page .vipn-weather-public-detail-card h3{
  margin:6px 0 8px;
  color:var(--vipn-text);
  font-size:1.03rem;
  line-height:1.18;
  font-weight:950;
  letter-spacing:-.02em;
}
.vipn-weather-product-page .vipn-weather-public-detail-card p{
  margin:0;
  color:var(--vipn-text-soft);
  font-weight:720;
  line-height:1.45;
}
.vipn-weather-product-page .vipn-weather-public-synopsis{
  margin-top:16px;
  padding:18px;
  border-radius:22px;
  background:linear-gradient(135deg,#f8fbff,#fff);
  box-shadow:none;
}
.vipn-weather-product-page .vipn-weather-public-synopsis p{
  margin:0;
  color:var(--vipn-text-soft);
  font-weight:720;
  line-height:1.55;
}
.vipn-weather-product-page .vipn-weather-public-fourday-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}
.vipn-weather-product-page .vipn-weather-public-fourday-card{
  min-height:0!important;
  padding:16px!important;
  border-radius:22px!important;
  box-shadow:0 12px 30px rgba(18,45,75,.07)!important;
}
.vipn-weather-product-page .vipn-weather-public-fourday-card p{
  min-height:50px!important;
  font-size:.86rem!important;
}
.vipn-weather-product-page .vipn-weather-public-fourday-card .vipn-weather-day-button{
  margin-bottom:10px;
}
.vipn-weather-product-page .vipn-weather-public-fourday-card h3{
  font-size:1rem!important;
}
.vipn-weather-product-page .vipn-weather-public-fourday-card .vipn-bvi-four-day-facts div{
  padding:7px 8px!important;
}
.vipn-weather-product-page .vipn-weather-public-fourday-card .vipn-bvi-four-day-facts strong{
  font-size:.72rem!important;
  line-height:1.15!important;
}
.vipn-weather-product-page .vipn-weather-official-public{
  background:linear-gradient(135deg,rgba(255,255,255,.97),rgba(243,249,255,.94));
}
.vipn-weather-product-page .vipn-weather-official-title-row{
  align-items:stretch;
}
.vipn-weather-product-page .vipn-weather-official-title-row > div:first-child{
  min-width:0;
}
.vipn-weather-product-page .vipn-weather-official-title-row small{
  display:block;
  margin-top:10px;
  color:var(--vipn-muted);
  font-weight:850;
}
.vipn-weather-product-page .vipn-official-signal-card-public{
  width:260px;
  flex:0 0 260px;
  border:1px solid rgba(245,196,0,.28);
  border-radius:22px;
  background:#fff;
  box-shadow:0 12px 32px rgba(18,45,75,.08);
}
.vipn-weather-product-page .vipn-weather-public-chips{
  margin:0 0 18px;
}
.vipn-weather-product-page .vipn-weather-public-chips span{
  background:#fff;
}
.vipn-weather-product-page .vipn-weather-public-official-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}
.vipn-weather-product-page .vipn-weather-public-official-card{
  padding:16px;
  min-height:0;
  border-radius:22px;
  background:#fff;
  box-shadow:0 12px 30px rgba(18,45,75,.07);
}
.vipn-weather-product-page .vipn-weather-public-official-card p{
  min-height:0;
  margin:12px 0 14px;
  color:var(--vipn-text-soft);
  font-weight:700;
  line-height:1.45;
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.vipn-weather-product-page .vipn-weather-public-sponsored{
  padding:0;
  border:0;
  background:transparent;
  box-shadow:none;
}
.vipn-weather-product-page .vipn-weather-v572-sidebar{
  display:grid;
  gap:16px;
}
.vipn-weather-product-page .vipn-weather-side-status-list{
  display:grid;
  gap:10px;
}
.vipn-weather-product-page .vipn-weather-side-status-list span{
  display:flex;
  justify-content:space-between;
  gap:12px;
  padding:12px;
  border:1px solid rgba(114,139,164,.18);
  border-radius:15px;
  background:#f8fbff;
  color:var(--vipn-text);
  font-size:.84rem;
  font-weight:850;
  line-height:1.25;
}
.vipn-weather-product-page .vipn-weather-side-status-list b{
  color:var(--vipn-muted);
  font-size:.67rem;
  font-weight:950;
  letter-spacing:.1em;
  text-transform:uppercase;
}
@media (max-width:1180px){
  .vipn-weather-product-page .vipn-weather-v572-layout{grid-template-columns:1fr;}
  .vipn-weather-product-page .vipn-weather-v572-sidebar{position:static;grid-template-columns:repeat(3,minmax(0,1fr));}
  .vipn-weather-product-page .vipn-weather-v572-sidebar .vipn-side-card:first-child{grid-column:auto;}
  .vipn-weather-product-page .vipn-weather-public-fourday-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media (max-width:900px){
  .vipn-weather-product-page .vipn-weather-reader-strip{grid-template-columns:1fr;padding:20px;}
  .vipn-weather-product-page .vipn-weather-briefing-deck{grid-template-columns:1fr;}
  .vipn-weather-product-page .vipn-weather-section-row{display:block;}
  .vipn-weather-product-page .vipn-weather-section-row p{margin-top:8px;}
  .vipn-weather-product-page .vipn-weather-official-title-row{display:block;}
  .vipn-weather-product-page .vipn-official-signal-card-public{width:auto;margin-top:14px;}
  .vipn-weather-product-page .vipn-weather-v572-sidebar{grid-template-columns:1fr;}
}
@media (max-width:680px){
  .vipn-weather-product-page .vipn-weather-reader-strip{border-radius:22px;margin-top:20px;}
  .vipn-weather-product-page .vipn-weather-public-section{padding:18px;border-radius:24px;}
  .vipn-weather-product-page .vipn-weather-today-grid,
  .vipn-weather-product-page .vipn-weather-public-fourday-grid,
  .vipn-weather-product-page .vipn-weather-public-official-grid{grid-template-columns:1fr;}
}
[data-theme="dark"] .vipn-weather-product-page .vipn-weather-reader-strip,
[data-bs-theme="dark"] .vipn-weather-product-page .vipn-weather-reader-strip,
[data-theme="dark"] .vipn-weather-product-page .vipn-weather-public-section,
[data-bs-theme="dark"] .vipn-weather-product-page .vipn-weather-public-section,
[data-theme="dark"] .vipn-weather-product-page .vipn-weather-brief-card:not(.vipn-weather-brief-card-primary),
[data-bs-theme="dark"] .vipn-weather-product-page .vipn-weather-brief-card:not(.vipn-weather-brief-card-primary){
  background:rgba(13,27,42,.86);
  border-color:rgba(155,186,215,.18);
}
[data-theme="dark"] .vipn-weather-product-page .vipn-weather-reader-strip-status,
[data-bs-theme="dark"] .vipn-weather-product-page .vipn-weather-reader-strip-status,
[data-theme="dark"] .vipn-weather-product-page .vipn-weather-public-detail-card,
[data-bs-theme="dark"] .vipn-weather-product-page .vipn-weather-public-detail-card,
[data-theme="dark"] .vipn-weather-product-page .vipn-weather-public-official-card,
[data-bs-theme="dark"] .vipn-weather-product-page .vipn-weather-public-official-card,
[data-theme="dark"] .vipn-weather-product-page .vipn-official-signal-card-public,
[data-bs-theme="dark"] .vipn-weather-product-page .vipn-official-signal-card-public{
  background:rgba(18,37,58,.92);
}

/* v5.8.6.12 weather center tabs polish: keep hero, reduce page clutter, remove squeezed sidebar */
.vipn-weather-product-page .vipn-weather-tabbed-console{
  margin-top:28px;
  border:1px solid rgba(114,139,164,.20);
  border-radius:28px;
  background:rgba(255,255,255,.86);
  box-shadow:0 22px 60px rgba(18,45,75,.10);
  overflow:hidden;
}
.vipn-weather-product-page .vipn-weather-tab-head{
  display:flex;
  justify-content:space-between;
  gap:22px;
  align-items:flex-end;
  padding:24px 26px 18px;
  border-bottom:1px solid rgba(114,139,164,.14);
  background:linear-gradient(135deg,rgba(255,255,255,.94),rgba(245,249,253,.86));
}
.vipn-weather-product-page .vipn-weather-tab-head h2{
  margin:2px 0 6px;
  color:var(--vipn-text);
  font-size:clamp(1.35rem,2.1vw,2rem);
  line-height:1.05;
  letter-spacing:-.055em;
  font-weight:950;
}
.vipn-weather-product-page .vipn-weather-tab-head p{
  max-width:720px;
  margin:0;
  color:var(--vipn-text-soft);
  font-weight:720;
  line-height:1.45;
}
.vipn-weather-product-page .vipn-weather-tab-summary{
  min-width:210px;
  padding:12px 14px;
  border:1px solid rgba(51,102,153,.18);
  border-radius:18px;
  background:#fff;
  box-shadow:0 12px 26px rgba(18,45,75,.06);
}
.vipn-weather-product-page .vipn-weather-tab-summary span,
.vipn-weather-product-page .vipn-weather-tab-summary strong{display:block;}
.vipn-weather-product-page .vipn-weather-tab-summary span{
  color:var(--vipn-muted);
  font-size:.68rem;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.1em;
}
.vipn-weather-product-page .vipn-weather-tab-summary strong{
  margin-top:4px;
  color:var(--vipn-text);
  font-size:1rem;
  font-weight:950;
}
.vipn-weather-product-page .vipn-weather-tab-nav{
  display:flex;
  gap:10px;
  align-items:center;
  padding:14px 18px;
  overflow-x:auto;
  background:#fff;
  border-bottom:1px solid rgba(114,139,164,.14);
  -webkit-overflow-scrolling:touch;
}
.vipn-weather-product-page .vipn-weather-tab-nav button{
  appearance:none;
  border:1px solid rgba(114,139,164,.22);
  border-radius:999px;
  background:#fff;
  color:var(--vipn-text);
  padding:10px 15px;
  white-space:nowrap;
  font-weight:920;
  font-size:.92rem;
  line-height:1;
  box-shadow:0 8px 18px rgba(18,45,75,.04);
  transition:background .18s ease,border-color .18s ease,box-shadow .18s ease,transform .18s ease;
}
.vipn-weather-product-page .vipn-weather-tab-nav button:hover{
  transform:translateY(-1px);
  border-color:rgba(51,102,153,.32);
  box-shadow:0 12px 26px rgba(18,45,75,.08);
}
.vipn-weather-product-page .vipn-weather-tab-nav button.is-active{
  border-color:rgba(51,102,153,.72);
  color:#fff;
  background:linear-gradient(135deg,#0f6fd8,#2a88e6);
  box-shadow:0 12px 28px rgba(51,102,153,.22);
}
.vipn-weather-product-page .vipn-weather-tab-panels{padding:24px;}
.vipn-weather-product-page .vipn-weather-tab-panel{display:none;}
.vipn-weather-product-page .vipn-weather-tab-panel.is-active{display:block;}
.vipn-weather-product-page .vipn-weather-tab-panel[hidden]{display:none!important;}
.vipn-weather-product-page .vipn-weather-tab-panel.is-active[hidden]{display:block!important;}
.vipn-weather-product-page .vipn-weather-tab-briefing{margin:0 0 18px;}
.vipn-weather-product-page .vipn-weather-overview-grid{display:grid;gap:18px;}
.vipn-weather-product-page .vipn-weather-tab-panels .vipn-weather-public-section,
.vipn-weather-product-page .vipn-weather-tab-panels .vipn-weather-reader-strip{
  margin:0;
  box-shadow:0 12px 30px rgba(18,45,75,.06);
}
.vipn-weather-product-page .vipn-weather-tab-panels .vipn-weather-today-grid,
.vipn-weather-product-page .vipn-weather-tab-panels .vipn-weather-public-fourday-grid,
.vipn-weather-product-page .vipn-weather-tab-panels .vipn-weather-public-official-grid{
  gap:16px;
}
.vipn-weather-product-page .vipn-weather-official-tabs-grid{
  grid-template-columns:repeat(2,minmax(0,1fr));
}
.vipn-weather-product-page .vipn-weather-planning-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
}
.vipn-weather-product-page .vipn-weather-planning-grid .vipn-side-card{
  margin:0;
  border:1px solid rgba(114,139,164,.18);
  border-radius:22px;
  background:#fff;
  box-shadow:0 12px 30px rgba(18,45,75,.06);
}
.vipn-weather-product-page .vipn-weather-tab-links{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
}
.vipn-weather-product-page .vipn-weather-tab-links a{
  min-height:48px;
  display:flex;
  align-items:center;
  justify-content:space-between;
}
.vipn-weather-product-page .vipn-weather-tab-ad{
  max-width:340px;
  margin:0 auto;
}
.vipn-weather-product-page .vipn-weather-tabs-sponsored{
  margin-top:22px;
}
.vipn-weather-product-page .vipn-weather-alert-strip{
  margin-top:22px;
}
@media (max-width:980px){
  .vipn-weather-product-page .vipn-weather-tab-head{display:block;}
  .vipn-weather-product-page .vipn-weather-tab-summary{margin-top:16px;min-width:0;}
  .vipn-weather-product-page .vipn-weather-planning-grid{grid-template-columns:1fr;}
}
@media (max-width:720px){
  .vipn-weather-product-page .vipn-weather-tabbed-console{border-radius:24px;margin-top:22px;}
  .vipn-weather-product-page .vipn-weather-tab-head{padding:20px 18px 16px;}
  .vipn-weather-product-page .vipn-weather-tab-nav{padding:12px;gap:8px;}
  .vipn-weather-product-page .vipn-weather-tab-nav button{padding:9px 12px;font-size:.85rem;}
  .vipn-weather-product-page .vipn-weather-tab-panels{padding:14px;}
  .vipn-weather-product-page .vipn-weather-official-tabs-grid,
  .vipn-weather-product-page .vipn-weather-tab-links{grid-template-columns:1fr;}
}
[data-theme="dark"] .vipn-weather-product-page .vipn-weather-tabbed-console,
[data-bs-theme="dark"] .vipn-weather-product-page .vipn-weather-tabbed-console,
[data-theme="dark"] .vipn-weather-product-page .vipn-weather-tab-head,
[data-bs-theme="dark"] .vipn-weather-product-page .vipn-weather-tab-head,
[data-theme="dark"] .vipn-weather-product-page .vipn-weather-tab-nav,
[data-bs-theme="dark"] .vipn-weather-product-page .vipn-weather-tab-nav,
[data-theme="dark"] .vipn-weather-product-page .vipn-weather-tab-summary,
[data-bs-theme="dark"] .vipn-weather-product-page .vipn-weather-tab-summary,
[data-theme="dark"] .vipn-weather-product-page .vipn-weather-planning-grid .vipn-side-card,
[data-bs-theme="dark"] .vipn-weather-product-page .vipn-weather-planning-grid .vipn-side-card{
  background:rgba(13,27,42,.90);
  border-color:rgba(155,186,215,.18);
}
[data-theme="dark"] .vipn-weather-product-page .vipn-weather-tab-nav button,
[data-bs-theme="dark"] .vipn-weather-product-page .vipn-weather-tab-nav button{
  background:rgba(18,37,58,.92);
  color:#edf6ff;
  border-color:rgba(155,186,215,.18);
}
[data-theme="dark"] .vipn-weather-product-page .vipn-weather-tab-nav button.is-active,
[data-bs-theme="dark"] .vipn-weather-product-page .vipn-weather-tab-nav button.is-active{
  background:linear-gradient(135deg,#0f6fd8,#2a88e6);
  color:#fff;
}

/* v5.8.6.14 Weather page hybrid polish: visible sidebar + anchor-style tab links */
.vipn-weather-product-page .vipn-weather-link-console{
  margin:0 0 20px;
  padding:20px 22px;
  border:1px solid var(--vipn-border);
  border-radius:26px;
  background:var(--vipn-card-bg);
  box-shadow:var(--vipn-shadow-soft);
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:18px;
  align-items:center;
}
.vipn-weather-product-page .vipn-weather-link-console h2{
  margin:2px 0 5px;
  color:var(--vipn-text);
  font-size:1.35rem;
  line-height:1.05;
  letter-spacing:-.045em;
  font-weight:900;
}
.vipn-weather-product-page .vipn-weather-link-console p{
  margin:0;
  color:var(--vipn-muted);
  font-size:.93rem;
  line-height:1.45;
  font-weight:650;
  max-width:720px;
}
.vipn-weather-product-page .vipn-weather-link-tabs{
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-end;
  gap:8px;
}
.vipn-weather-product-page .vipn-weather-link-tabs a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  padding:9px 14px;
  border:1px solid var(--vipn-border);
  border-radius:999px;
  background:var(--vipn-surface-1);
  color:var(--vipn-text);
  font-size:.86rem;
  line-height:1;
  font-weight:850;
  text-decoration:none;
  white-space:nowrap;
  box-shadow:0 8px 20px rgba(15, 23, 42, .04);
}
.vipn-weather-product-page .vipn-weather-link-tabs a:hover{
  transform:translateY(-1px);
  border-color:rgba(51,102,153,.35);
  color:var(--vipn-accent);
}
.vipn-weather-product-page .vipn-weather-smart-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(320px,380px);
  gap:24px;
  align-items:start;
}
.vipn-weather-product-page .vipn-weather-smart-main{
  display:flex;
  flex-direction:column;
  gap:20px;
  min-width:0;
}
.vipn-weather-product-page .vipn-weather-smart-sidebar{
  display:flex;
  flex-direction:column;
  gap:18px;
  min-width:0;
  position:sticky;
  top:92px;
}
.vipn-weather-product-page .vipn-weather-smart-sidebar .vipn-side-card{
  padding:20px;
  border-radius:24px;
  background:var(--vipn-card-bg);
  border:1px solid var(--vipn-border);
  box-shadow:var(--vipn-shadow-soft);
}
.vipn-weather-product-page .vipn-weather-smart-sidebar .vipn-panel-title h3{
  margin:0;
  font-size:1rem;
  line-height:1.15;
  font-weight:900;
  letter-spacing:-.035em;
}
.vipn-weather-product-page .vipn-weather-side-status-list{
  display:grid;
  gap:10px;
  margin-top:14px;
}
.vipn-weather-product-page .vipn-weather-side-status-list span{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:12px 14px;
  border:1px solid var(--vipn-border);
  border-radius:16px;
  background:var(--vipn-surface-1);
  color:var(--vipn-text-soft);
  font-size:.84rem;
  line-height:1.25;
  font-weight:750;
}
.vipn-weather-product-page .vipn-weather-side-status-list b{
  color:var(--vipn-text);
  text-transform:uppercase;
  letter-spacing:.075em;
  font-size:.68rem;
}
.vipn-weather-product-page .vipn-weather-smart-briefing,
.vipn-weather-product-page .vipn-weather-smart-focus,
.vipn-weather-product-page .vipn-weather-smart-section{
  margin:0!important;
}
.vipn-weather-product-page .vipn-weather-smart-briefing{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
}
.vipn-weather-product-page .vipn-weather-smart-focus{
  padding:24px;
  border-radius:28px;
  border:1px solid var(--vipn-border);
  background:var(--vipn-card-bg);
  box-shadow:var(--vipn-shadow-soft);
}
.vipn-weather-product-page .vipn-weather-smart-section{
  padding:24px;
  border-radius:28px;
  border:1px solid var(--vipn-border);
  background:var(--vipn-card-bg);
  box-shadow:var(--vipn-shadow-soft);
}
.vipn-weather-product-page .vipn-weather-smart-forecast-grid,
.vipn-weather-product-page .vipn-weather-smart-fourday-grid,
.vipn-weather-product-page .vipn-weather-smart-official-grid{
  gap:14px!important;
}
.vipn-weather-product-page .vipn-weather-public-section .vipn-weather-section-row{
  margin-bottom:18px;
}
.vipn-weather-product-page .vipn-weather-public-sponsored{
  margin:24px 0 0;
}
.vipn-weather-product-page .vipn-weather-tab-ad .platinum-ad-slot,
.vipn-weather-product-page .vipn-weather-tab-ad img,
.vipn-weather-product-page .vipn-weather-tab-ad iframe{
  max-width:100%;
}
@media (max-width:1180px){
  .vipn-weather-product-page .vipn-weather-link-console{grid-template-columns:1fr;}
  .vipn-weather-product-page .vipn-weather-link-tabs{justify-content:flex-start;}
  .vipn-weather-product-page .vipn-weather-smart-layout{grid-template-columns:minmax(0,1fr) minmax(300px,340px);gap:18px;}
}
@media (max-width:980px){
  .vipn-weather-product-page .vipn-weather-smart-layout{grid-template-columns:1fr;}
  .vipn-weather-product-page .vipn-weather-smart-sidebar{position:static;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));}
  .vipn-weather-product-page .vipn-weather-smart-sidebar .vipn-weather-disclaimer-card{grid-column:1 / -1;}
}
@media (max-width:720px){
  .vipn-weather-product-page .vipn-weather-link-console{padding:18px;border-radius:22px;}
  .vipn-weather-product-page .vipn-weather-link-tabs{display:grid;grid-template-columns:1fr 1fr;width:100%;}
  .vipn-weather-product-page .vipn-weather-link-tabs a{min-height:40px;padding:10px 11px;}
  .vipn-weather-product-page .vipn-weather-smart-briefing{grid-template-columns:1fr;}
  .vipn-weather-product-page .vipn-weather-smart-section,
  .vipn-weather-product-page .vipn-weather-smart-focus{padding:18px;border-radius:22px;}
  .vipn-weather-product-page .vipn-weather-smart-sidebar{display:flex;}
}

/* v5.8.6.22 weather body/sidebar final polish */
.vipn-weather-product-page .vipn-weather-smart-layout{grid-template-columns:minmax(0,1fr) minmax(360px,430px);gap:28px;}
.vipn-weather-product-page .vipn-weather-smart-sidebar{top:104px;}
.vipn-weather-product-page .vipn-weather-smart-sidebar .vipn-side-card{padding:22px;border-radius:26px;}
.vipn-weather-product-page .vipn-weather-link-console{border-radius:28px;padding:22px 24px;}
.vipn-weather-product-page .vipn-weather-link-tabs a{background:#fff;}
.vipn-weather-product-page .vipn-weather-smart-section,.vipn-weather-product-page .vipn-weather-smart-focus{border-radius:30px;}
@media(max-width:1220px){.vipn-weather-product-page .vipn-weather-smart-layout{grid-template-columns:minmax(0,1fr) minmax(320px,380px);}}
@media(max-width:980px){.vipn-weather-product-page .vipn-weather-smart-layout{grid-template-columns:1fr;}.vipn-weather-product-page .vipn-weather-smart-sidebar{position:static;}}
