@font-face {
  font-family: "Viento Fallback";
  src: url("../fonts/plus-jakarta-sans-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}

:root {
  color-scheme: dark;
  --background: #080a0c;
  --surface: #101315;
  --text: #f5f6f7;
  --secondary: #a7aaae;
  --line: #2c2f32;
  --ease: cubic-bezier(.22, 1, .36, 1);
  font-family: "Avenir Next", Avenir, "Viento Fallback", sans-serif;
  color: var(--text);
  background: var(--background);
  font-synthesis: none;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; font-size: 16px; line-height: 1.6; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; cursor: pointer; }
img { display: block; max-width: 100%; }
button, input, summary, a { touch-action: manipulation; }
button:focus-visible, a:focus-visible, summary:focus-visible, [tabindex="0"]:focus-visible { outline: 2px solid currentColor; outline-offset: 6px; }
[hidden] { display: none !important; }
figure, h1, h2, h3, p { margin: 0; }
h1, h2, h3 { font-weight: 400; line-height: 1.16; text-wrap: balance; }
h2 { font-size: 48px; font-weight: 300; }
h3 { font-size: 19px; }
.wrap { width: min(1120px, calc(100% - 80px)); margin-inline: auto; }
.section { padding-block: 116px; }
.muted { color: var(--secondary); }
.eyebrow { font-size: 13px; color: var(--secondary); margin-bottom: 22px; }
.section-description { color: var(--secondary); font-size: 17px; line-height: 1.8; max-width: 470px; margin-top: 26px; text-wrap: pretty; }
.section-heading { text-align: center; }
.section-heading .section-description { margin-inline: auto; max-width: 480px; }
.small-note { color: var(--secondary); font-size: 13px; line-height: 1.7; }
.small-note a { color: var(--text); }
.icon { flex: 0 0 auto; width: 18px; height: 18px; filter: invert(1); }
.skip-link { position: fixed; left: 20px; top: -100px; background: #fff; color: #000; padding: 12px 18px; z-index: 100; }
.skip-link:focus { top: 15px; }

.site-header { height: 76px; position: sticky; top: 0; background: rgb(8 10 12 / 91%); backdrop-filter: blur(18px); z-index: 30; border-bottom: 1px solid rgb(255 255 255 / 7%); }
.navigation { display: flex; align-items: center; justify-content: space-between; height: 100%; gap: 28px; }
.brand { display: flex; align-items: center; gap: 10px; font-size: 23px; }
.brand img { border-radius: 8px; }
.navigation-links { display: flex; align-items: center; gap: 32px; font-size: 13px; color: #b9bcc0; }
.navigation-links a { transition: color .2s ease; }
.navigation-links a:hover { color: #fff; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 10px; padding: 11px 20px; min-height: 44px; border-radius: 6px; border: 1px solid #575b60; transition: background .2s ease, transform .2s ease; }
.button-small { font-size: 12px; padding: 8px 16px; }
.button:hover { background: #24272a; }
.button:active, .store-link:active { transform: scale(.97); }
.button .icon, .text-link .icon { transition: transform .3s var(--ease); }
.button:hover .icon, .text-link:hover .icon { transform: translate(2px, -2px); }
.store-link { display: inline-block; transition: opacity .2s ease, transform .2s ease; }
.store-link:hover { opacity: .8; }
.store-link img { width: 150px; height: 50px; }
.navigation .store-link { flex-shrink: 0; line-height: 0; }

.hero { padding: 36px 24px 24px; text-align: center; overflow: hidden; }
.hero-copy .eyebrow { margin: 0 0 8px; font-size: 12px; }
.hero h1 { font-size: 104px; font-weight: 200; line-height: 1.1; }
.hero-tagline { font-size: 24px; font-weight: 400; margin: 12px auto 21px; text-wrap: balance; }
.hero-note { font-size: 11px; color: var(--secondary); margin-top: 9px; }
.hero-devices { display: flex; justify-content: center; align-items: flex-end; gap: 30px; height: min(390px, 43svh); margin: 32px auto 0; }
.phone { position: relative; aspect-ratio: 1350 / 2760; flex-shrink: 0; }
.phone-screen { position: absolute; left: 4.3764%; top: 2.0319%; width: 91.2472%; height: 95.9362%; object-fit: cover; border-radius: 15.83% / 7.3645%; }
.phone-frame { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; }
.hero-phone { height: 100%; width: auto; filter: drop-shadow(0 20px 24px rgb(0 0 0 / 24%)); }
.hero-phone-side { height: 85%; margin-bottom: 0; }
.hero-explore { display: inline-flex; gap: 10px; align-items: center; font-size: 11px; color: #b9bcc0; margin-top: 25px; }
.hero-explore .icon { width: 13px; height: 13px; opacity: .75; }
.essentials-bar { border-block: 1px solid var(--line); }
.essentials-inner { display: flex; justify-content: space-between; gap: 20px; padding-block: 24px; font-size: 12px; color: var(--secondary); }

.forecast-section { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 84px; }
.forecast-copy { max-width: 500px; }
.forecast-visual { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 22px; padding-inline: 24px; }
.forecast-phone, .places-phone { width: 300px; }
.forecast-tabs { display: flex; flex-wrap: wrap; gap: 0 18px; margin-top: 40px; border-bottom: 1px solid var(--line); }
.forecast-tabs button { border: 0; border-bottom: 1px solid transparent; margin-bottom: -1px; padding: 10px 0 15px; background: transparent; font-size: 13px; min-height: 44px; color: var(--secondary); white-space: nowrap; transition: color .25s ease, border-color .25s ease; }
.forecast-tabs button:hover, .forecast-tabs button[aria-selected="true"] { color: var(--text); }
.forecast-tabs button[aria-selected="true"] { border-bottom-color: var(--text); }
.forecast-caption { min-height: 136px; padding-top: 27px; }
.forecast-caption h3 { font-size: 18px; }
.forecast-caption p { color: var(--secondary); font-size: 14px; line-height: 1.8; max-width: 410px; margin-top: 12px; }
.forecast-copy > .small-note { margin-top: 18px; }
#forecast-image { transition: opacity .16s ease; }
.forecast-tabs button:disabled { color: var(--secondary); opacity: .45; cursor: default; }
.appearance-toggle { display: inline-flex; flex-shrink: 0; padding: 3px; border: 1px solid var(--line); border-radius: 7px; }
.appearance-toggle button { width: 78px; min-height: 40px; padding: 7px 12px; border: 0; border-radius: 4px; background: transparent; color: var(--secondary); font-size: 12px; transition: color .25s ease, background .3s ease, transform .2s ease; }
.appearance-toggle button[aria-pressed="true"] { background: #272b2e; color: var(--text); }
.appearance-toggle button:hover:not(:disabled) { color: var(--text); }
.appearance-toggle button:active:not(:disabled) { transform: scale(.95); }
.appearance-toggle button:disabled { opacity: .4; cursor: default; }

.light-section { color-scheme: light; --background: #f0f2f4; --text: #15181b; --secondary: #65696e; --line: #d4d7da; background: var(--background); color: var(--text); }
.light-section .icon { filter: none; }
.widget-composition { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; max-width: 800px; margin: 60px auto 0; align-items: start; }
.widget-left { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.widget-composition img { width: 100%; height: auto; filter: drop-shadow(0 14px 20px rgb(19 26 34 / 7%)); }
.widget-medium { grid-column: 1 / -1; }
.widget-note { font-size: 13px; color: var(--secondary); text-align: center; margin-top: 38px; }
.widget-note a { color: var(--text); text-decoration: underline; text-underline-offset: 3px; }

.places-section { display: grid; grid-template-columns: 1fr 1fr; gap: 84px; align-items: center; }
.places-visual { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 22px; }
.feature-lines { margin-top: 32px; }
.feature-lines > div { border-top: 1px solid var(--line); padding: 22px 0; }
.feature-lines h3 { font-size: 16px; line-height: 1.6; }
.feature-lines p { font-size: 14px; line-height: 1.75; color: var(--secondary); margin-top: 9px; }
.plus-label { font-size: 11px; color: var(--secondary); white-space: nowrap; display: inline-block; margin-left: 5px; }
.details-section { background: var(--surface); }
.details-layout { display: grid; grid-template-columns: 240px minmax(240px, 300px) 240px; justify-content: space-between; align-items: center; gap: 32px; margin-top: 60px; }
.detail-device .phone { width: 100%; }
.detail-device figcaption { text-align: center; margin-top: 20px; color: var(--secondary); font-size: 13px; }
.details-copy > div + div { margin-top: 35px; }
.details-copy h3 { font-size: 20px; line-height: 1.4; }
.details-copy p { margin-top: 15px; font-size: 14px; color: var(--secondary); line-height: 1.8; }
.details-copy > .small-note { font-size: 12px; margin-top: 28px; }

.plans { display: grid; grid-template-columns: 1fr 1fr; margin: 64px auto 0; max-width: 950px; }
.plan { padding: 0 48px 0 0; }
.plan-plus { border-left: 1px solid var(--line); padding: 0 0 0 48px; }
.plan h3 { font-size: 42px; font-weight: 300; }
.wordmark-plus { font-weight: 200; }
.plan-price { font-size: 16px; margin-top: 12px; }
.plan-description { font-size: 14px; color: var(--secondary); margin-top: 15px; min-height: 46px; }
.feature-list { list-style: none; padding: 0; margin: 25px 0 30px; font-size: 14px; color: #4d5359; }
.feature-list li { padding: 10px 0 10px 25px; background: url("../../images/viento/check.svg") no-repeat left 14px / 14px; }
.text-link { display: inline-flex; align-items: center; gap: 12px; font-size: 14px; min-height: 44px; text-decoration: underline; text-decoration-color: var(--line); text-underline-offset: 6px; transition: text-decoration-color .2s ease; }
.text-link:hover { text-decoration-color: currentColor; }
.subscription-note { font-size: 12px; color: var(--secondary); max-width: 650px; margin: 50px auto 0; text-align: center; line-height: 1.8; }
.faq-section { display: grid; grid-template-columns: 1fr 1.5fr; gap: 70px; }
.faq-heading h2 { font-size: 40px; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list details:first-child { border-top: 1px solid var(--line); }
.faq-list summary { list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-block: 23px; font-size: 15px; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary .icon { opacity: .65; transition: transform .25s ease; }
.faq-list details[open] summary .icon { transform: rotate(45deg); }
.faq-list details p { color: var(--secondary); font-size: 14px; line-height: 1.85; padding: 0 35px 25px 0; }
.download-section { text-align: center; padding-top: 20px; padding-bottom: 96px; }
.download-icon { margin: 0 auto 28px; border-radius: 20%; }
.download-section h2 { font-size: 52px; }
.download-section .store-link { margin-top: 32px; }
.download-section .small-note { margin-top: 24px; }
.footer { border-top: 1px solid var(--line); padding: 34px 0 26px; }
.footer-top { display: flex; justify-content: space-between; align-items: center; gap: 25px; }
.footer-brand { font-size: 24px; }
.footer nav { display: flex; gap: 30px; font-size: 12px; color: var(--secondary); }
.footer a:hover { color: var(--text); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 26px; font-size: 11px; color: var(--secondary); }
.footer-bottom a { text-decoration: underline; text-underline-offset: 3px; }
.weather-attribution { display: inline; white-space: nowrap; }
.weather-attribution img { display: inline-block; vertical-align: -1px; opacity: .7; }
.weather-attribution:hover img { opacity: 1; }
.reveal { opacity: 1; }
.reveal-pending { opacity: 0; transform: translateY(26px); }
.reveal-visible { opacity: 1; transform: translateY(0); transition: opacity .85s ease, transform .85s var(--ease); }

@keyframes arrive {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes phone-arrive {
  from { opacity: 0; transform: translateY(56px); }
  to { opacity: 1; transform: translateY(0); }
}
@media (prefers-reduced-motion: no-preference) {
  .hero-copy > * { animation: arrive .95s var(--ease) both; }
  .hero-copy h1 { animation-delay: .05s; }
  .hero-tagline { animation-delay: .1s; }
  .hero-note { animation-delay: .15s; }
  .hero-phone { animation: phone-arrive 1.25s var(--ease) both; translate: 0 var(--hero-shift, 0px); }
  .hero-phone:first-child { animation-delay: .3s; }
  .hero-phone-main { animation-delay: .16s; translate: 0 calc(var(--hero-shift, 0px) * 1.65); }
  .hero-phone:last-child { animation-delay: .44s; }
  .hero-explore { animation: arrive 1s .6s var(--ease) both; }
  .widget-composition.reveal-visible img { animation: arrive .9s var(--ease) both; }
  .widget-composition.reveal-visible .widget-small:nth-child(2) { animation-delay: .1s; }
  .widget-composition.reveal-visible .widget-medium { animation-delay: .2s; }
  .widget-composition.reveal-visible .widget-large { animation-delay: .3s; }
  .reveal-visible .feature-lines > div { animation: arrive .8s var(--ease) both; }
  .reveal-visible .feature-lines > div:nth-child(2) { animation-delay: .1s; }
  .reveal-visible .feature-lines > div:nth-child(3) { animation-delay: .2s; }
  .faq-list details::details-content { transition: opacity .25s ease; }
}
@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  .widget-composition img { transition: translate .65s var(--ease); }
  .widget-composition img:hover { translate: 0 -5px; }
}

@media (min-width: 1500px) and (min-height: 900px) {
  .hero { padding-top: 55px; }
  .hero-devices { height: min(480px, 43svh); margin-top: 42px; gap: 38px; }
}
@media (max-width: 1000px) {
  .wrap { width: calc(100% - 56px); }
  .section { padding-block: 88px; }
  h2 { font-size: 40px; }
  .forecast-section, .places-section { gap: 40px; }
  .forecast-tabs { gap: 0 12px; }
  .forecast-tabs button { font-size: 12px; }
  .forecast-phone, .places-phone { width: 270px; }
  .details-layout { grid-template-columns: minmax(160px, 220px) minmax(180px, 260px) minmax(160px, 220px); gap: 25px; }
  .plan { padding-right: 30px; }
  .plan-plus { padding-left: 30px; padding-right: 0; }
  .faq-section { gap: 38px; }
}
@media (max-width: 760px) {
  .wrap { width: calc(100% - 40px); }
  .section { padding-block: 70px; }
  .site-header { height: 68px; }
  .navigation { gap: 16px; }
  .navigation-links { gap: 18px; font-size: 12px; }
  .navigation-links a:first-child { display: none; }
  .brand { font-size: 21px; gap: 7px; }
  .brand img { width: 30px; height: 30px; }
  .button-small { padding-inline: 12px; }
  .hero { padding: 32px 20px 23px; }
  .hero h1 { font-size: 82px; }
  .hero-tagline { font-size: 20px; max-width: 340px; margin-top: 14px; }
  .hero-devices { height: min(340px, 40svh); gap: 15px; margin-top: 30px; }
  .hero-phone-side { height: 80%; }
  .essentials-inner { flex-wrap: wrap; justify-content: center; padding-block: 18px; gap: 6px 20px; font-size: 11px; }
  .essentials-inner span:last-child { display: none; }
  h2 { font-size: 36px; }
  .section-description { font-size: 15px; margin-top: 22px; }
  .eyebrow { font-size: 12px; margin-bottom: 18px; }
  .forecast-section { grid-template-columns: 1fr; gap: 28px; }
  .forecast-copy { max-width: 530px; margin-inline: auto; width: 100%; }
  .forecast-tabs { margin-top: 30px; gap: 0; justify-content: space-between; }
  .forecast-tabs button { font-size: 13px; padding-inline: 5px; }
  .forecast-caption { min-height: 122px; }
  .forecast-phone, .places-phone { width: 260px; }
  .forecast-visual { padding-inline: 0; }
  .widget-composition { max-width: 530px; gap: 16px; margin-top: 40px; }
  .widget-left { gap: 16px; }
  .widget-note { max-width: 310px; margin: 28px auto 0; font-size: 12px; }
  .places-section { grid-template-columns: 1fr; gap: 35px; }
  .places-copy { grid-row: 1; max-width: 530px; margin-inline: auto; }
  .places-visual { grid-row: 2; }
  .feature-lines > div { padding-block: 18px; }
  .details-layout { grid-template-columns: 1fr 1fr; gap: 24px; max-width: 530px; margin: 35px auto 0; }
  .details-copy { grid-row: 1; grid-column: 1 / -1; }
  .details-copy > div + div { margin-top: 24px; }
  .details-copy > .small-note { margin-top: 20px; }
  .detail-device { max-width: 230px; width: 100%; justify-self: center; }
  .plans { margin-top: 42px; gap: 35px; grid-template-columns: 1fr; max-width: 530px; }
  .plan, .plan-plus { padding: 0; border: 0; }
  .plan-plus { padding-top: 35px; border-top: 1px solid var(--line); }
  .plan h3 { font-size: 36px; }
  .plan-description { min-height: 0; }
  .feature-list { margin-block: 20px; }
  .subscription-note { text-align: left; max-width: 530px; margin-top: 32px; }
  .faq-section { grid-template-columns: 1fr; gap: 30px; }
  .faq-heading h2 { font-size: 36px; }
  .download-section { padding-top: 10px; }
  .download-section h2 { font-size: 38px; }
  .footer-bottom { flex-wrap: wrap; justify-content: flex-start; gap: 9px 20px; }
}
@media (max-width: 480px) {
  .navigation-links { display: none; }
  .hero-copy .eyebrow { font-size: 11px; }
  .hero h1 { font-size: 76px; }
  .hero-tagline { max-width: 290px; }
  .hero-devices { gap: 8px; height: min(300px, 37svh); width: 100%; }
  .hero-phone-side { height: 76%; }
  .hero-explore { margin-top: 22px; }
  .widget-composition { max-width: 340px; grid-template-columns: 1fr; gap: 20px; }
  .widget-left { gap: 18px; }
  .widget-large { max-width: 290px; justify-self: center; }
  .section-heading .section-description { max-width: 320px; }
  .details-layout { gap: 18px; }
  .footer nav { gap: 20px; }
}
@media (max-width: 360px) {
  .wrap { width: calc(100% - 32px); }
  h2, .download-section h2 { font-size: 32px; }
  .hero-devices { height: 260px; gap: 4px; }
  .hero-phone-side { height: 68%; }
  .forecast-tabs button { font-size: 12px; }
  .footer-top { align-items: flex-start; gap: 14px; }
  .footer nav { gap: 14px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal, .reveal-pending, .reveal-visible { opacity: 1; transform: none; }
  .hero-phone { translate: none; }
}
