/*
Theme Name: Waystate Landingpage
Theme URI: https://waystate.com/
Author: OckhamOne LLC
Author URI: https://waystate.com/
Description: Waystate brand and product website with Kickstarter campaign mode, editable product cards, MailPoet updates, and WooCommerce retail support.
Version: 2.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: Proprietary
Text Domain: waystate-landingpage
*/

:root {
  --ink: #112b45;
  --blue: #1d55d8;
  --orange: #f27b27;
  --green: #119a72;
  --paper: #f9f9f9;
  --paper-deep: #e9e5dd;
  --line: #d8dedf;
  --muted: #586b79;
  --soft: #eef1ef;
  --shadow: 0 18px 48px rgba(17, 43, 69, 0.13);
  --section-y: 72px;
  --section-y-mobile: 48px;
  --block-gap: 14px;
  --cta-gradient: linear-gradient(100deg, #08c8ef 0%, #153cff 100%);
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Metropolis", Arial, Helvetica, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
}

body.admin-bar .topbar {
  top: 32px;
}

img,
video {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 16px;
  z-index: 1200;
  transform: translateY(-150%);
  padding: 10px 14px;
  color: #fff;
  background: var(--ink);
  border-radius: 999px;
  font-weight: 900;
}

.skip-link:focus {
  transform: translateY(0);
}

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 1000;
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0 5vw;
  color: var(--ink);
  background: rgba(249, 249, 249, 0.94);
  border-bottom: 1px solid #ccd3d5;
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  line-height: 0;
}

.brand:focus-visible {
  outline: 3px solid rgba(29, 85, 216, 0.25);
  outline-offset: 5px;
}

.brand-logo {
  display: block;
  width: 118px;
  max-width: 42vw;
  height: auto;
  object-fit: contain;
}

.topbar-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--ink);
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid currentColor;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 900;
  white-space: nowrap;
}

.external-link::after {
  content: "↗";
  display: inline-block;
  font-size: 0.9em;
  font-weight: 900;
  line-height: 1;
  transform: translateY(-0.08em);
}

.topbar > span,
.topbar-status {
  display: none !important;
}

.prelaunch-page {
  overflow: hidden;
}

.hero,
.section {
  width: min(1080px, 88vw);
  margin: auto;
}

.hero {
  padding: 64px 0 88px;
  text-align: center;
}

.hero-media-first {
  padding: 0 0 8px;
}

.tag,
.kicker {
  margin: 0;
  color: var(--blue);
  font-size: 0.69rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.path.free .kicker {
  color: var(--orange);
}

.path.vip .kicker {
  color: var(--green);
}

.hero h1,
.section h2 {
  letter-spacing: 0;
}

.hero h1 {
  margin: 25px 0;
  font-size: clamp(2.75rem, 7vw, 5.25rem);
  line-height: 0.95;
}

.hero h1 em {
  color: var(--blue);
  font-style: normal;
}

.lead {
  max-width: 650px;
  margin: 0 auto 30px;
  color: #526575;
  font-size: 1.06rem;
  line-height: 1.65;
}

.image-slot {
  position: relative;
  display: block;
  margin: 0;
  overflow: hidden;
  background: #e9ecea;
  box-shadow: var(--shadow);
}

.image-slot img {
  display: block;
  width: 100%;
  height: auto;
}

.hero-shot {
  max-width: 1080px;
  margin: 0 auto clamp(18px, 2.4vw, 28px);
}

.hero-video {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin: 0 auto var(--section-y);
  overflow: hidden;
  background: #000;
  box-shadow: var(--shadow);
}

.hero-video iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.lead-form {
  max-width: 760px;
  margin: auto;
  text-align: left;
}

.lead-form label {
  display: block;
  margin: 8px 0;
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 900;
}

.lead-form-title {
  max-width: 760px;
  margin: 0 0 18px;
  color: var(--ink);
  font-size: clamp(1.75rem, 3.8vw, 2.45rem);
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: 0;
}

.form-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
}

.form-row input,
.btn {
  min-height: 56px;
  border-radius: 999px;
}

.form-row input {
  width: 100%;
  padding: 0 18px;
  color: var(--ink);
  background: #fff;
  border: 1px solid #aeb9bf;
  border-radius: 999px;
}

.form-row input::placeholder {
  color: #7a8b98;
}

.form-row input:focus {
  outline: 3px solid rgba(29, 85, 216, 0.18);
  border-color: var(--blue);
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 0 18px;
  color: #fff;
  background: var(--blue);
  border: 0;
  font-weight: 900;
  text-align: center;
  cursor: pointer;
}

.btn:hover,
.btn:focus-visible {
  filter: brightness(0.95);
}

.form-note,
.lead-form small {
  display: block;
  margin: 8px 0;
  color: #71808a;
  font-size: 0.88rem;
}

.form-note.success {
  padding: 18px;
  color: #087652;
  background: #e1f3eb;
  font-weight: 900;
}

.form-note.error {
  color: #b44d07;
  font-weight: 900;
}

.lead-form.is-loading .btn {
  opacity: 0.72;
  pointer-events: none;
}

.launch-only-signup {
  display: grid;
  grid-template-columns: minmax(260px, 0.85fr) minmax(440px, 1.15fr);
  gap: clamp(28px, 5vw, 60px);
  align-items: center;
  margin-top: 32px;
  padding: 0;
}

.launch-only-signup h3 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.35rem, 2.2vw, 1.8rem);
  line-height: 1.16;
  letter-spacing: -0.02em;
}

.launch-only-signup .lead-form {
  width: 100%;
  max-width: none;
}

.launch-only-signup .btn {
  background: var(--cta-gradient);
}

.ghost {
  width: min(760px, 100%);
  margin: 10px auto 0;
  color: var(--ink);
  background: transparent;
  border: 1px solid #9ca9b0;
}

.hero-kickstarter-followup {
  max-width: 760px;
  margin: 0 auto;
}

.hero-kickstarter-followup .kickstarter-follow {
  color: #fff;
  background: #05ce78;
  border-color: #05ce78;
}

.launch-time {
  display: grid;
  gap: 6px;
  margin: 0 0 18px;
  color: var(--ink);
  text-align: center;
}

.launch-time span {
  color: var(--blue);
  font-size: 0.69rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-transform: uppercase;
}

.launch-time strong {
  color: var(--ink);
  font-size: clamp(1.35rem, 2.8vw, 2rem);
  line-height: 1.15;
  font-weight: 900;
}

.section {
  margin-bottom: var(--section-y);
  padding: 0;
}

.hero + .section,
.section + .section {
  padding-top: 0;
}

.section h2 {
  margin: 16px 0 32px;
  font-size: clamp(2.2rem, 5vw, 3.75rem);
  line-height: 1.08;
}

.reveal-ready .prelaunch-page > .section,
.reveal-ready .prelaunch-page > .footer-signup-section,
.reveal-ready .site-footer {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 320ms ease-out, transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

.reveal-ready .prelaunch-page > .section.is-visible,
.reveal-ready .prelaunch-page > .footer-signup-section.is-visible,
.reveal-ready .site-footer.is-visible {
  opacity: 1;
  transform: none;
  will-change: auto;
}

@media (prefers-reduced-motion: reduce) {
  .reveal-ready .prelaunch-page > .section,
  .reveal-ready .prelaunch-page > .footer-signup-section,
  .reveal-ready .site-footer {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.cards,
.steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--block-gap);
}

.steps > div {
  min-width: 0;
}

.cards article {
  padding: 22px 12px 24px;
  border-top: 1px solid var(--line);
}

.cards b,
.steps > div > span {
  color: var(--orange);
  font-size: 0.69rem;
  text-transform: uppercase;
}

.cards h3,
.steps h3 {
  margin: 12px 0 8px;
  font-size: 1.38rem;
  line-height: 1.14;
}

.cards p,
.steps p,
.copy,
.path p {
  color: var(--muted);
  line-height: 1.6;
}

.product-range {
  background: var(--paper);
}

.product-detail-list {
  display: grid;
  gap: var(--section-y);
  width: 100%;
}

.product-detail-item {
  min-width: 0;
}

.product-model-title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 18px;
  color: var(--ink);
  font-size: clamp(1.2rem, 2.2vw, 1.55rem);
  line-height: 1.2;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.product-model-title::before {
  content: "";
  flex: 0 0 28px;
  height: 3px;
  background: var(--blue);
}

.product-detail-crop {
  position: relative;
  width: 100%;
  aspect-ratio: var(--detail-width) / var(--detail-crop-height);
  margin: 0;
  overflow: hidden;
  background: #000;
}

.product-detail-crop img {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
}

.product-detail-crop picture {
  display: block;
}

@media (min-width: 768px) {
  .product-detail-crop {
    aspect-ratio: var(--detail-desktop-width) / var(--detail-desktop-crop-height);
  }
}

.product-comparison-media {
  margin-top: var(--section-y);
}

.compatibility-section {
  background: var(--paper);
}

.compatibility-media {
  width: 100%;
  margin: 0;
  overflow: hidden;
  background: #f5f7f8;
}

.compatibility-media img {
  display: block;
  width: 100%;
  height: auto;
}

.anywhere-section {
  display: block;
}

.anywhere-section > div:first-child {
  max-width: none;
  margin: 0 0 32px;
  text-align: left;
}

.anywhere-section .copy {
  color: var(--muted);
}

.anywhere-section .image-slot img {
  width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
}

.anywhere-section .image-slot + .image-slot {
  margin-top: 0;
}

.media-stack {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--block-gap);
  align-items: start;
  width: 100%;
  max-width: none;
  margin: 0 auto;
}

.media-stack .image-slot img {
  width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
}

.feature-section {
  background: var(--paper);
}

.section-copy {
  max-width: 820px;
  margin: -12px 0 32px;
  color: var(--muted);
  font-size: clamp(1rem, 1.45vw, 1.12rem);
  line-height: 1.65;
}

.feature-list {
  display: grid;
  gap: var(--section-y);
}

.feature-item {
  min-width: 0;
}

.feature-item h3 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 18px;
  color: var(--ink);
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  line-height: 1.2;
  letter-spacing: -0.01em;
}

.feature-item h3::before {
  content: "";
  flex: 0 0 28px;
  height: 3px;
  background: var(--blue);
}

.feature-media {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin: 0;
  overflow: hidden;
  background: #f5f7f8;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.feature-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.editorial-section {
  background: var(--paper);
}

.editorial-media {
  width: 100%;
  margin: 0;
  overflow: hidden;
  background: #f5f7f8;
}

.editorial-media img {
  display: block;
  width: 100%;
  height: auto;
}

.editorial-gallery {
  display: grid;
  gap: var(--block-gap);
  align-items: start;
}

.editorial-gallery-two,
.editorial-gallery-support {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.editorial-gallery-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.editorial-gallery-support .editorial-media:first-child {
  grid-column: 1 / -1;
}

.steps .image-slot {
  margin-bottom: 0;
}

.steps h3 {
  margin: 8px 0 14px;
}

.steps p {
  margin: 0 0 14px;
}

.product-stage {
  position: relative;
  margin-top: 6px;
  padding: 0 12%;
}

.product-image {
  display: block;
  width: 100%;
  max-width: 860px;
  height: auto;
  margin: 0 auto;
}

.product-callout {
  position: absolute;
  width: 190px;
  padding: 12px 14px;
  color: var(--ink);
  background: #fff;
  border-left: 3px solid var(--blue);
  box-shadow: 0 8px 24px rgba(17, 43, 69, 0.1);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 1.35;
  text-align: left;
  text-transform: uppercase;
}

.product-callout::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 54px;
  border-top: 1px solid #7990a1;
}

.pc1 {
  left: 0;
  top: 18%;
}

.pc2 {
  right: 0;
  top: 18%;
}

.pc3 {
  left: 0;
  bottom: 16%;
}

.pc4 {
  right: 0;
  bottom: 16%;
}

.pc1::after,
.pc3::after {
  left: 100%;
}

.pc2::after,
.pc4::after {
  right: 100%;
}

.center {
  margin: 16px 0 0;
  color: #687985;
  text-align: center;
}

.footer-signup-section {
  width: 100%;
  margin: 0;
  padding: var(--section-y) 6vw;
  background: var(--paper);
  text-align: center;
}

.kickstarter-notice {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: min(680px, 100%);
  margin: 22px auto 0;
  padding: 0;
  background: transparent;
  border: 0;
  text-align: center;
}

.kickstarter-notice-icon {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  display: inline-grid;
  place-items: center;
  color: #fff;
  background: var(--blue);
  border-radius: 50%;
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1;
}

.kickstarter-notice p {
  max-width: 680px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(0.94rem, 1.25vw, 1.04rem);
  font-weight: 600;
  line-height: 1.45;
}

.footer-signup-inner {
  width: min(720px, 100%);
  margin: 0 auto;
}

.footer-signup-section h2 {
  max-width: 620px;
  margin: 0 auto 14px;
  color: var(--ink);
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.06;
  letter-spacing: -0.035em;
}

.footer-signup-section > .footer-signup-inner > p {
  max-width: 650px;
  margin: 0 auto 34px;
  color: var(--muted);
  font-size: clamp(1rem, 1.7vw, 1.2rem);
  line-height: 1.35;
}

.footer-vip-cta {
  width: min(100%, 540px);
  min-height: 62px;
  margin: 0 auto;
  background: linear-gradient(100deg, #3021ff 0%, #116bff 52%, #10c6e9 100%);
  box-shadow: 0 12px 28px rgba(29, 85, 216, 0.24);
  font-size: 1.08rem;
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.footer-vip-cta:hover,
.footer-vip-cta:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(29, 85, 216, 0.3);
}

.footer-vip-cta:focus-visible {
  outline: 3px solid rgba(29, 85, 216, 0.25);
  outline-offset: 4px;
}

.footer-signup-divider {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 14px;
  width: min(560px, 100%);
  margin: 38px auto 28px;
  color: #7a8994;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-signup-divider::before,
.footer-signup-divider::after {
  content: "";
  height: 1px;
  background: var(--line);
}

.footer-signup-section h3 {
  margin: 0 auto 20px;
  color: var(--ink);
  font-size: clamp(1.2rem, 2vw, 1.5rem);
  line-height: 1.2;
}

.footer-signup-form {
  width: min(640px, 100%);
  max-width: none;
  margin: 0 auto;
}

.footer-signup-form .form-row {
  grid-template-columns: 1fr;
  gap: 14px;
}

.footer-signup-form .form-row input,
.footer-signup-form .form-row .btn {
  min-height: 64px;
}

.footer-signup-form .form-row input {
  background: #f3f4f5;
  border: 0;
  font-size: 1rem;
  text-align: center;
}

.footer-signup-form .btn {
  background: var(--cta-gradient);
  font-size: 1.05rem;
}

.footer-signup-form .form-note:empty {
  display: none;
}

.conversion,
.vip-section {
  max-width: none;
}

.path {
  margin-top: var(--block-gap);
  padding: 28px;
  background: #fff;
  border: 1px solid var(--line);
}

.vip-section .path {
  margin-top: 0;
}

.path h2,
.path h3 {
  margin: 15px 0;
  font-size: clamp(1.75rem, 3.8vw, 2.45rem);
  line-height: 1.12;
  letter-spacing: 0;
}

.path.free {
  border-top: 5px solid var(--orange);
}

.path.vip {
  border-top: 5px solid var(--green);
}

.path .btn {
  width: 100%;
  margin-top: 20px;
}

.kickstarter-follow {
  width: 100%;
  margin: 0 auto;
}

.kickstarter-note {
  margin: 10px 0 0;
  color: #60727f;
  font-size: 0.92rem;
  text-align: center;
}

.orange {
  background: var(--orange);
}

.green {
  background: var(--green);
}

.keypad-image {
  display: block;
  width: 100%;
  height: auto;
  margin: 16px 0;
}

.vip-rewards {
  width: 100%;
}

.rewards-image {
  width: 100%;
  height: auto;
}

.vip-rewards-cta,
.extra-benefits-cta {
  width: min(100%, 540px);
  background: linear-gradient(100deg, #3021ff 0%, #116bff 52%, #10c6e9 100%);
  box-shadow: 0 12px 28px rgba(29, 85, 216, 0.24);
  font-size: 1.08rem;
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.vip-rewards-cta {
  margin: 22px auto 0;
}

.extra-benefits-cta {
  margin: var(--section-y) auto 0;
}

.vip-rewards-cta:hover,
.vip-rewards-cta:focus-visible,
.extra-benefits-cta:hover,
.extra-benefits-cta:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(29, 85, 216, 0.3);
}

.vip-rewards-cta:focus-visible,
.extra-benefits-cta:focus-visible {
  outline: 3px solid rgba(29, 85, 216, 0.25);
  outline-offset: 4px;
}

.vip-rewards-cta,
.footer-vip-cta {
  animation: vip-cta-attention 5.2s cubic-bezier(0.22, 1, 0.36, 1) 1.2s infinite;
  transform-origin: center;
}

.footer-vip-cta {
  animation-delay: 2s;
}

.vip-rewards-cta:hover,
.vip-rewards-cta:focus-visible,
.footer-vip-cta:hover,
.footer-vip-cta:focus-visible {
  animation: none;
}

@keyframes vip-cta-attention {
  0%,
  7%,
  14%,
  100% {
    transform: translateY(0) scale(1);
  }

  3.5% {
    transform: translateY(-5px) scale(1.012);
  }

  10.5% {
    transform: translateY(-2px) scale(1.006);
  }
}

@media (prefers-reduced-motion: reduce) {
  .vip-rewards-cta,
  .footer-vip-cta {
    animation: none;
  }
}

.legal {
  display: block;
  margin-top: 10px;
  color: #6c7b84;
  line-height: 1.5;
}

.site-footer {
  clear: both;
  width: 100%;
  margin: 0;
  padding: 46px 6vw 48px;
  color: var(--ink);
  background: var(--paper);
  border-top: 1px solid var(--line);
  text-align: center;
}

.footer-main {
  display: grid;
  justify-items: center;
  gap: 14px;
  max-width: 1120px;
  margin: 0 auto;
}

.footer-logo {
  display: inline-flex;
  line-height: 0;
}

.footer-logo .brand-logo {
  width: 128px;
}

.site-footer p {
  max-width: 520px;
  margin: 0;
  color: var(--muted);
}

.site-footer a {
  color: var(--blue);
  font-weight: 700;
}

.footer-contact {
  font-size: 0.95rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 24px;
  margin-top: 10px;
}

.footer-links button {
  padding: 8px 14px;
  color: #405361;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 500;
  line-height: 1.4;
}

.footer-links button:hover,
.footer-links button:focus-visible {
  color: var(--blue);
}

.company-info {
  margin-top: 18px !important;
  color: #697987 !important;
  font-size: 0.82rem;
}

.policy-modal {
  position: fixed;
  inset: 0;
  z-index: 1300;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.policy-modal.is-open {
  display: flex;
}

.policy-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7, 19, 31, 0.72);
}

.policy-dialog {
  position: relative;
  z-index: 1;
  width: min(780px, 100%);
  max-height: min(760px, calc(100vh - 48px));
  overflow: auto;
  padding: 36px;
  color: var(--ink);
  background: #fff;
  box-shadow: 0 28px 80px rgba(7, 19, 31, 0.3);
}

.policy-close {
  position: sticky;
  top: 0;
  float: right;
  margin: -18px -18px 18px 18px;
  padding: 9px 13px;
  color: var(--ink);
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 900;
}

.policy-panel {
  display: none;
}

.policy-panel.is-active {
  display: block;
}

.policy-panel h2 {
  margin: 0 0 18px;
  font-size: 2rem;
  line-height: 1.05;
}

.policy-panel h3 {
  margin: 24px 0 8px;
  font-size: 1rem;
  line-height: 1.2;
}

.policy-panel p {
  margin: 0 0 14px;
  color: #435563;
  line-height: 1.65;
}

.policy-panel a {
  color: var(--blue);
  font-weight: 900;
}

body.modal-open {
  overflow: hidden;
}

.wp-content-shell {
  display: flow-root;
  width: min(960px, calc(100vw - 32px));
  margin: 0 auto;
  padding: 48px 0;
}

.wp-content-shell a {
  color: var(--blue);
}

.wp-content-shell .button,
.wp-content-shell button,
.wp-content-shell input[type="submit"] {
  border-radius: 999px;
}

.commerce-shell {
  display: flow-root;
  color: var(--ink);
}

.waystate-commerce.single-product .commerce-shell {
  width: min(1120px, calc(100vw - 32px));
  padding: 56px 0;
}

.waystate-commerce.single-product div.product {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: start;
}

.waystate-commerce.single-product div.product::before,
.waystate-commerce.single-product div.product::after {
  display: none;
}

.waystate-commerce.single-product div.product div.images,
.waystate-commerce.single-product div.product div.summary {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
}

.waystate-commerce.single-product div.product div.summary {
  min-width: 0;
}

.waystate-commerce.single-product .woocommerce-product-gallery {
  position: relative;
  min-width: 0;
  opacity: 1 !important;
}

.waystate-commerce.single-product .woocommerce-product-gallery__wrapper {
  display: flex !important;
  width: 100%;
  margin: 0 !important;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  overscroll-behavior-x: contain;
  scrollbar-width: none;
  touch-action: pan-x pan-y pinch-zoom;
  cursor: grab;
  -webkit-overflow-scrolling: touch;
}

.waystate-commerce.single-product .woocommerce-product-gallery__wrapper::-webkit-scrollbar {
  display: none;
}

.waystate-commerce.single-product .woocommerce-product-gallery__wrapper.is-dragging {
  scroll-snap-type: none;
  scroll-behavior: auto;
  cursor: grabbing;
  user-select: none;
}

.waystate-commerce.single-product .woocommerce-product-gallery__wrapper:focus-visible {
  outline: 3px solid rgba(29, 85, 216, 0.25);
  outline-offset: 4px;
}

.waystate-commerce.single-product div.product div.images .woocommerce-product-gallery__image,
.waystate-commerce.single-product div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
  display: flex !important;
  flex: 0 0 100%;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  aspect-ratio: 1 / 1;
  margin: 0 !important;
  overflow: hidden;
  background: #fff;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.waystate-commerce.single-product .woocommerce-product-gallery__image > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  cursor: inherit;
}

.waystate-commerce.single-product .woocommerce-product-gallery__image img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  object-fit: contain;
  pointer-events: none;
}

.waystate-commerce.single-product .flex-control-nav,
.waystate-commerce.single-product .flex-control-thumbs {
  display: none !important;
}

.waystate-product-gallery-controls {
  display: grid;
  grid-template-columns: 44px minmax(62px, auto) 44px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 14px;
}

.waystate-product-gallery-controls button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  min-height: 44px;
  padding: 0;
  color: var(--ink);
  background: #fff;
  border: 1px solid #aeb9bf;
  border-radius: 50%;
}

.waystate-product-gallery-controls button:hover,
.waystate-product-gallery-controls button:focus-visible {
  color: #fff;
  background: var(--ink);
  border-color: var(--ink);
}

.waystate-product-gallery-controls button:focus-visible {
  outline: 3px solid rgba(29, 85, 216, 0.25);
  outline-offset: 3px;
}

.waystate-product-gallery-controls button:disabled {
  color: #9aa7af;
  background: #f5f7f8;
  border-color: var(--line);
  cursor: default;
}

.waystate-product-gallery-controls svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.waystate-product-gallery-count {
  min-width: 62px;
  padding: 7px 12px;
  color: var(--muted);
  background: var(--soft);
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
}

.waystate-commerce.single-product div.product .product_title {
  margin: 0 0 18px;
  color: var(--ink);
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.2;
  letter-spacing: 0;
}

.waystate-commerce.single-product div.product p.price {
  margin: 0 0 20px;
  color: #b5aa00;
  font-size: 1.1rem;
}

.waystate-commerce.single-product div.product form.cart {
  margin: 18px 0;
}

@media (max-width: 900px) {
  .waystate-commerce.single-product .commerce-shell {
    padding: 32px 0 44px;
  }

  .waystate-commerce.single-product div.product {
    grid-template-columns: 1fr;
  }
}

.waystate-commerce .quantity,
.waystate-commerce .product_meta,
.waystate-commerce .woocommerce-tabs,
.waystate-commerce .woocommerce-Reviews,
.waystate-commerce #reviews,
.waystate-commerce .reviews_tab,
.waystate-commerce .woocommerce-Tabs-panel--reviews {
  display: none !important;
}

.waystate-commerce .single_add_to_cart_button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  width: 100%;
  padding: 0 28px;
  border: 0;
  border-radius: 999px;
  font-weight: 900;
}

.waystate-commerce input[type="text"],
.waystate-commerce input[type="email"],
.waystate-commerce input[type="tel"],
.waystate-commerce input[type="number"],
.waystate-commerce input[type="password"],
.waystate-commerce textarea,
.waystate-commerce select,
.waystate-commerce .input-text,
.waystate-commerce .select2-selection,
.waystate-commerce .wc-block-components-text-input input,
.waystate-commerce .wc-block-components-textarea,
.waystate-commerce .wc-block-components-combobox-control input,
.waystate-commerce .components-combobox-control__input {
  color: #101719 !important;
  background: #fff !important;
  border-color: #d5dfdd !important;
}

.waystate-commerce input::placeholder,
.waystate-commerce textarea::placeholder,
.waystate-commerce .wc-block-components-text-input input::placeholder,
.waystate-commerce .wc-block-components-textarea::placeholder,
.waystate-commerce .wc-block-components-combobox-control input::placeholder,
.waystate-commerce .components-combobox-control__input::placeholder {
  color: #657170 !important;
  opacity: 1 !important;
}

.waystate-commerce .wc-block-components-text-input label,
.waystate-commerce .wc-block-components-combobox-control label,
.waystate-commerce .wc-block-components-address-form__address_2-toggle,
.waystate-commerce .select2-selection__rendered {
  color: #536160 !important;
  opacity: 1 !important;
}

.waystate-commerce .wc-block-components-checkbox label,
.waystate-commerce .wc-block-components-checkbox__label,
.waystate-commerce .woocommerce-form__label,
.waystate-commerce .woocommerce form .form-row label {
  color: var(--ink);
}

.waystate-commerce .wc-block-components-checkout-step__heading,
.waystate-commerce .wc-block-components-title,
.waystate-commerce .wc-block-components-checkout-step__description,
.waystate-commerce .wc-block-components-payment-method-label,
.waystate-commerce .woocommerce-billing-fields h3,
.waystate-commerce #order_review_heading {
  color: var(--ink);
}

@media (max-width: 720px) {
  body.admin-bar .topbar {
    top: 46px;
  }

  .topbar {
    min-height: 56px;
    padding: 0 16px;
  }

  .hero,
  .section {
    width: calc(100% - 32px);
  }

  .hero {
    padding: 36px 0 var(--section-y-mobile);
  }

  .hero-media-first {
    padding: 0 0 8px;
  }

  .hero h1 {
    font-size: 2.94rem;
  }

  .launch-time strong {
    font-size: clamp(0.95rem, 4.1vw, 1.15rem);
    letter-spacing: -0.025em;
    white-space: nowrap;
  }

  .lead {
    font-size: 0.94rem;
  }

  .hero-shot {
    margin-bottom: 16px;
  }

  .hero-video {
    margin-bottom: var(--section-y-mobile);
  }

  .lead-form-title {
    margin-bottom: 18px;
    font-size: clamp(2rem, 8vw, 2.38rem);
    line-height: 1.1;
  }

  .form-note {
    margin-top: 10px;
    line-height: 1.55;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .form-row input,
  .form-row .btn {
    width: 100%;
  }

  .section {
    margin-bottom: var(--section-y-mobile);
    padding: 0;
  }

  .kickstarter-notice {
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
    width: 100%;
    margin-top: 18px;
    padding: 0;
    text-align: left;
  }

  .kickstarter-notice p {
    font-size: 0.9rem;
    line-height: 1.48;
  }

  .section.pricing-section {
    width: 100%;
  }

  .pricing-section .kicker {
    margin-right: 16px;
    margin-left: 16px;
  }

  .section.pricing-section h2 {
    margin-right: 16px;
    margin-left: 16px;
  }

  .pricing-section .editorial-gallery {
    gap: 24px;
  }

  .section h2 {
    margin: 12px 0 24px;
    font-size: clamp(2rem, 8vw, 2.55rem);
    line-height: 1.09;
  }

  .section-copy {
    margin: -8px 0 24px;
    font-size: 0.96rem;
    line-height: 1.58;
  }

  .footer-signup-section {
    padding: var(--section-y-mobile) 16px;
  }

  .footer-signup-section h2 {
    max-width: 390px;
    margin-bottom: 14px;
    font-size: clamp(1.95rem, 8.4vw, 2.45rem);
    line-height: 1.08;
  }

  .footer-signup-section > .footer-signup-inner > p {
    margin-bottom: 32px;
    font-size: 1rem;
    line-height: 1.35;
  }

  .footer-vip-cta {
    min-height: 56px;
    padding-inline: 22px;
    font-size: 1rem;
  }

  .footer-signup-divider {
    margin: 32px auto 24px;
  }

  .footer-signup-section h3 {
    max-width: none;
    margin-bottom: 18px;
    font-size: clamp(0.82rem, 4vw, 1rem);
    line-height: 1.2;
    letter-spacing: -0.02em;
    white-space: nowrap;
  }

  .cards,
  .steps {
    grid-template-columns: 1fr;
  }

  .cards,
  .steps {
    gap: 0;
  }

  .steps > div + div {
    margin-top: 32px;
  }

  .steps h3 {
    margin-bottom: 6px;
  }

  .cards article {
    padding: 22px 8px 28px;
  }

  .cards h3,
  .steps h3 {
    font-size: 1.35rem;
    line-height: 1.14;
  }

  .anywhere-section {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .anywhere-section > div:first-child {
    max-width: 460px;
    margin: 0;
    text-align: left;
  }

  .anywhere-section .image-slot + .image-slot {
    margin-top: var(--block-gap);
  }

  .media-stack {
    grid-template-columns: 1fr;
    max-width: 860px;
    margin: 0;
  }

  .media-stack .image-slot img {
    height: auto !important;
    object-fit: contain !important;
  }

  .editorial-gallery-two,
  .editorial-gallery-three,
  .editorial-gallery-support {
    grid-template-columns: 1fr;
  }

  .editorial-gallery-support .editorial-media:first-child {
    grid-column: auto;
  }

  .feature-list,
  .product-detail-list {
    gap: var(--section-y-mobile);
  }

  .feature-item h3,
  .product-model-title {
    gap: 10px;
    margin-bottom: 14px;
  }

  .feature-item h3::before,
  .product-model-title::before {
    flex-basis: 22px;
  }

  .product-comparison-media {
    margin-top: var(--section-y-mobile);
  }

  .product-stage {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 0;
  }

  .product-image {
    grid-column: 1 / -1;
  }

  .product-callout {
    position: relative;
    inset: auto;
    width: auto;
    border: 1px solid var(--line);
    border-left: 3px solid var(--blue);
    box-shadow: none;
    font-size: 0.63rem;
  }

  .product-callout::after {
    display: none;
  }

  .path {
    padding: 24px 18px;
  }

  .path h2,
  .path h3 {
    margin: 12px 0 18px;
    font-size: clamp(2rem, 8vw, 2.38rem);
    line-height: 1.1;
  }

  .vip-rewards-cta,
  .extra-benefits-cta {
    min-height: 54px;
    padding-inline: 22px;
    font-size: 1rem;
  }

  .vip-rewards-cta {
    margin-top: 18px;
  }

  .extra-benefits-cta {
    margin-top: var(--section-y-mobile);
  }

  .launch-only-signup {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 28px;
    padding: 0;
  }

  .launch-only-signup h3 {
    font-size: 1.45rem;
  }

  .footer-main {
    gap: 14px;
  }

  .footer-links {
    justify-content: center;
    gap: 10px 18px;
  }

  .policy-modal {
    align-items: flex-end;
    padding: 0;
  }

  .policy-dialog {
    max-height: calc(100vh - 44px);
    padding: 28px 18px calc(28px + env(safe-area-inset-bottom));
  }

  .policy-panel h2 {
    font-size: 1.75rem;
  }

}

@media (max-width: 360px) {
  .topbar {
    gap: 8px;
    padding: 0 10px;
  }

  .brand-logo {
    width: 92px;
  }

  .topbar-link {
    min-height: 38px;
    padding: 0 12px;
    font-size: 0.66rem;
  }
}

@media (max-width: 360px) {
  .hero h1 {
    font-size: 2.55rem;
  }

  .section h2 {
    font-size: 2.1rem;
  }

  .product-stage {
    grid-template-columns: 1fr;
  }

}
