/* Masquerading landing preview v2 — local demo only */

@font-face {
  font-family: "TheBoldFont";
  src: url("fonts/theboldfont.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Hero";
  src: url("fonts/hero-regular-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Hero";
  src: url("fonts/hero-light-200.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Hero";
  src: url("fonts/hero-bold-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --green: #97c12f;
  --green-hover: #86aa29;
  --red: #e11d48;
  --dark: #0f172a;
  --dark-mid: #1e293b;
  --light: #ffffff;
  --light-alt: #f8fafc;
  --max: 1200px;
  --inner: 1024px;
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: "Hero", Georgia, serif;
  color: var(--dark);
  background: var(--light);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

.font-heading {
  font-family: "TheBoldFont", Impact, sans-serif;
  font-weight: normal;
  letter-spacing: 0.02em;
}

.preview-banner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  background: #b45309;
  color: #fff;
  text-align: center;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 0.45rem 0.75rem;
}

.site-header {
  position: sticky;
  top: 1.75rem;
  z-index: 100;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid #e2e8f0;
}

.site-header__inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0.85rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.site-header__logo {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  text-decoration: none;
  color: var(--dark);
}

.site-header__logo img { height: 2.25rem; width: auto; }

.site-nav { display: none; gap: 1.25rem; }
.site-nav a {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--dark);
}
.site-nav a:hover { color: var(--green); }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.85rem 1.75rem;
  font-family: "TheBoldFont", Impact, sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: transform 0.2s, background 0.2s;
  border-radius: 9999px;
}
.btn:hover { transform: scale(1.03); }
.btn--green { background: var(--green); color: #000; }
.btn--green:hover { background: var(--green-hover); }
.btn--ghost-dark {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.35);
}
.btn--ghost-dark:hover { border-color: var(--green); color: var(--green); }

.menu-toggle {
  display: flex;
  width: 2.5rem;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
  border: 1px solid #e2e8f0;
  background: #fff;
  border-radius: 0.5rem;
  cursor: pointer;
}

.mobile-nav {
  display: none;
  flex-direction: column;
  gap: 0.25rem;
  padding: 0 1.25rem 1rem;
  max-width: var(--max);
  margin: 0 auto;
}
.mobile-nav.is-open { display: flex; }
.mobile-nav a {
  padding: 0.6rem 0.75rem;
  font-weight: 700;
  text-decoration: none;
  color: var(--dark);
  border-radius: 0.5rem;
}

main { padding-top: 1.75rem; }

/* Alternating section shells */
.lp-section {
  padding: 4.5rem 1.25rem;
}
.lp-section--dark {
  background: var(--dark);
  color: #fff;
}
.lp-section--light {
  background: var(--light);
  color: var(--dark);
}
.lp-section--light-alt {
  background: var(--light-alt);
  color: var(--dark);
}

.lp-inner {
  max-width: var(--max);
  margin: 0 auto;
}

.lp-eyebrow {
  display: inline-block;
  margin-bottom: 1rem;
  padding: 0.35rem 1rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  border-radius: 9999px;
}
.lp-section--dark .lp-eyebrow {
  background: rgba(151, 193, 47, 0.15);
  border: 1px solid rgba(151, 193, 47, 0.35);
  color: var(--green);
}
.lp-section--light .lp-eyebrow,
.lp-section--light-alt .lp-eyebrow {
  background: rgba(151, 193, 47, 0.12);
  border: 1px solid rgba(151, 193, 47, 0.3);
  color: #4d7c0f;
}

.lp-title {
  font-family: "TheBoldFont", Impact, sans-serif;
  font-size: clamp(2rem, 6vw, 4.25rem);
  line-height: 0.95;
  text-transform: uppercase;
  margin: 0 0 1rem;
}
.lp-lead {
  font-size: clamp(1.05rem, 2.5vw, 1.35rem);
  max-width: 42rem;
  margin: 0 auto 1.5rem;
  line-height: 1.5;
}
.lp-section--dark .lp-lead { color: #cbd5e1; }
.lp-section--light .lp-lead,
.lp-section--light-alt .lp-lead { color: #475569; }

.lp-center { text-align: center; }

.lp-grid-2 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: center;
}

.lp-grid-2--reverse-md .lp-grid-2__visual { order: -1; }

/* Hero */
.lp-hero__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: center;
}
.lp-hero__title {
  font-size: clamp(2.5rem, 8vw, 5.5rem);
  line-height: 0.9;
  margin: 0 0 1rem;
}
.lp-hero__tagline {
  font-size: clamp(1.15rem, 3vw, 1.65rem);
  color: var(--green);
  font-weight: 700;
  margin: 0 0 1rem;
}
.lp-hero__body {
  font-size: 1.1rem;
  color: #94a3b8;
  max-width: 34rem;
  margin: 0 0 1.75rem;
}
.lp-pass-callout {
  margin: 0 0 1.75rem;
  padding: 1rem 1.25rem;
  border-radius: 1rem;
  border: 2px solid rgba(151, 193, 47, 0.35);
  background: rgba(151, 193, 47, 0.08);
  max-width: 28rem;
}
.lp-pass-callout strong { color: #fff; display: block; font-size: 1.05rem; margin-bottom: 0.35rem; }
.lp-pass-callout span { color: #94a3b8; font-size: 0.92rem; }

.lp-hero__images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
}
.lp-hero__tile {
  --parallax-y: 0px;
  opacity: 0;
  transform: translateY(1.75rem) scale(0.94);
  transition:
    opacity 0.65s ease,
    transform 0.65s ease,
    box-shadow 0.35s ease;
  will-change: transform;
}
.lp-hero__tile.is-inview {
  opacity: 1;
  transform: translateY(var(--parallax-y)) scale(1);
}
.lp-hero__tile:nth-child(1) { transition-delay: 0ms; margin-top: 0.5rem; }
.lp-hero__tile:nth-child(2) { transition-delay: 100ms; margin-bottom: 0.5rem; }
.lp-hero__tile:nth-child(3) { transition-delay: 200ms; margin-bottom: 0.75rem; }
.lp-hero__tile:nth-child(4) { transition-delay: 300ms; margin-top: 0.25rem; }
.lp-hero__tile img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 1rem;
  border: 2px solid rgba(151, 193, 47, 0.35);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
  transition: transform 0.4s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}
.lp-hero__tile.is-inview:hover img {
  transform: scale(1.04) rotate(-0.5deg);
  border-color: rgba(151, 193, 47, 0.75);
  box-shadow: 0 0 0 1px rgba(151, 193, 47, 0.45), 0 20px 44px rgba(0, 0, 0, 0.45);
}
.lp-hero__tile:nth-child(even).is-inview:hover img {
  transform: scale(1.04) rotate(0.5deg);
}

/* Scroll reveal */
.lp-reveal {
  opacity: 0;
  transform: translateY(2.25rem);
  transition: opacity 0.75s ease, transform 0.75s ease;
}
.lp-reveal.is-inview {
  opacity: 1;
  transform: translateY(0);
}
.lp-reveal--from-left {
  transform: translateX(-2rem);
}
.lp-reveal--from-left.is-inview {
  transform: translateX(0);
}
.lp-split__visual.lp-reveal {
  transform: translateX(2rem) scale(0.97);
}
.lp-split__visual.lp-reveal.is-inview {
  transform: translateX(0) scale(1);
}
.lp-reveal--delay-1.is-inview { transition-delay: 0.1s; }
.lp-reveal--delay-2.is-inview { transition-delay: 0.22s; }
.lp-split__copy.lp-reveal.is-inview { transition-delay: 0.05s; }
.lp-split__visual.lp-reveal.is-inview { transition-delay: 0.15s; }

@media (prefers-reduced-motion: reduce) {
  .lp-reveal,
  .lp-hero__tile {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .lp-hero__tile img,
  .lp-hero__tile.is-inview:hover img {
    transform: none;
  }
}

/* Hero pass ticker (matches live editorial-hero tape) */
#hero {
  padding-bottom: 0;
  overflow: hidden;
}
.lp-hero-ticker-wrap {
  margin-top: 2.5rem;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  background: #fff;
  border-top: 1px solid #e2e8f0;
  overflow: hidden;
  padding: 0.85rem 0;
}
.lp-hero-ticker {
  display: flex;
  width: max-content;
  animation: lp-hero-ticker-scroll 28s linear infinite;
}
.lp-hero-ticker span {
  flex-shrink: 0;
  padding: 0 2rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--dark);
  white-space: nowrap;
}
@keyframes lp-hero-ticker-scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .lp-hero-ticker {
    animation: none;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
}

/* Contrast cards */
.lp-contrast {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  max-width: var(--inner);
  margin: 2rem auto 0;
}
.lp-contrast__card {
  border-radius: 1.5rem;
  padding: 2rem;
}
.lp-contrast__card--old {
  background: var(--dark-mid);
  border: 1px solid #334155;
}
.lp-contrast__card--new {
  background: #fff;
  color: var(--dark);
  border: 2px solid rgba(151, 193, 47, 0.45);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
}
.lp-contrast__card h3 {
  font-family: "TheBoldFont", Impact, sans-serif;
  font-size: 1.5rem;
  text-align: center;
  margin: 0 0 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(148, 163, 184, 0.25);
}
.lp-contrast__card--new h3 { border-color: #e2e8f0; color: var(--dark); }
.lp-contrast__item { margin-bottom: 1.25rem; }
.lp-contrast__item h4 { margin: 0 0 0.35rem; font-size: 1.05rem; }
.lp-contrast__item p { margin: 0; font-size: 0.95rem; line-height: 1.55; }
.lp-contrast__card--old .lp-contrast__item p { color: #94a3b8; }
.lp-contrast__card--new .lp-contrast__item p { color: #475569; }

/* Video */
.lp-video {
  max-width: 900px;
  margin: 2rem auto 0;
  border-radius: 1.5rem;
  overflow: hidden;
  border: 4px solid rgba(151, 193, 47, 0.35);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.12);
  background: #000;
}
.lp-video__ratio { position: relative; padding-bottom: 56.25%; height: 0; }
.lp-video__ratio iframe,
.lp-video__facade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  cursor: pointer;
  padding: 0;
  background: #000;
}
.lp-video__facade img { width: 100%; height: 100%; object-fit: cover; }
.lp-video__play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.35);
}

/* Split feature */
.lp-split__visual img {
  width: 100%;
  max-width: 420px;
  height: auto;
  display: block;
  margin: 0 auto;
  filter: drop-shadow(0 20px 40px rgba(15, 23, 42, 0.15));
}
.lp-section--dark .lp-split__visual img {
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.45));
}
.lp-feature-list { list-style: none; padding: 0; margin: 1.5rem 0 0; }
.lp-feature-list li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.85rem;
  color: inherit;
}
.lp-feature-list li::before {
  content: "✦";
  position: absolute;
  left: 0;
  color: var(--green);
}
.lp-section--light .lp-split__copy h3,
.lp-section--light-alt .lp-split__copy h3 {
  font-family: "TheBoldFont", Impact, sans-serif;
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  line-height: 1;
  text-transform: uppercase;
  margin: 0 0 1rem;
}
.lp-section--dark .lp-split__copy h3 {
  font-family: "TheBoldFont", Impact, sans-serif;
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  line-height: 1;
  text-transform: uppercase;
  margin: 0 0 1rem;
}

/* Lanyard flip */
.lanyard-flip-card {
  background: transparent;
  width: 100%;
  max-width: 420px;
  margin: 2rem auto 0;
  perspective: 1500px;
  cursor: pointer;
}
.lanyard-flip-card-inner {
  position: relative;
  width: 100%;
  transition: transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transform-style: preserve-3d;
}
.lanyard-flip-card.flipped .lanyard-flip-card-inner { transform: rotateY(180deg); }
.lanyard-flip-card-front,
.lanyard-flip-card-back {
  width: 100%;
  backface-visibility: hidden;
}
.lanyard-flip-card-back {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  transform: rotateY(180deg);
}
.lanyard-flip-card img {
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 24px 48px rgba(0, 0, 0, 0.4));
}
.lp-lanyard-hint {
  text-align: center;
  margin-top: 1rem;
  font-size: 0.85rem;
  color: #94a3b8;
}

/* Testimonials */
.lp-quotes {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-top: 2rem;
}
.lp-quote {
  border-radius: 1.5rem;
  padding: 2rem;
  border: 2px solid #e2e8f0;
  background: #fff;
}
.lp-quote__head {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
.lp-quote__head img {
  width: 4rem;
  height: 4rem;
  border-radius: 9999px;
  object-fit: cover;
  border: 3px solid var(--green);
}
.lp-quote blockquote {
  margin: 0;
  font-style: italic;
  color: #475569;
  font-size: 1.05rem;
}

/* Pricing */
.lp-pricing {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  max-width: 900px;
  margin: 2rem auto 0;
}
.lp-price-card {
  border-radius: 1.5rem;
  padding: 2rem;
  border: 2px solid rgba(151, 193, 47, 0.35);
  background: var(--dark-mid);
}
.lp-price-card--paid {
  border-color: #334155;
  background: rgba(255, 255, 255, 0.04);
}
.lp-price-card h3 {
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #94a3b8;
  margin: 0 0 0.5rem;
}
.lp-price-card .amount {
  font-family: "TheBoldFont", Impact, sans-serif;
  font-size: 2.75rem;
  line-height: 1;
  margin-bottom: 0.75rem;
}
.lp-price-card ul {
  list-style: none;
  padding: 0;
  margin: 1rem 0 1.5rem;
  color: #cbd5e1;
  font-size: 0.95rem;
}
.lp-price-card li { margin-bottom: 0.5rem; }
.lp-price-card li::before { content: "✓ "; color: var(--green); }

.lp-pricing-toggle {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}
.lp-pricing-toggle__btn {
  font-family: "Hero", system-ui, sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  padding: 0.55rem 1.25rem;
  border-radius: 999px;
  border: 1px solid #475569;
  background: rgba(255, 255, 255, 0.06);
  color: #cbd5e1;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.lp-pricing-toggle__btn.is-active {
  background: var(--green);
  border-color: var(--green);
  color: #0f172a;
}
.lp-pricing-toggle__save {
  display: inline-block;
  margin-left: 0.35rem;
  padding: 0.1rem 0.45rem;
  border-radius: 999px;
  background: rgba(151, 193, 47, 0.2);
  color: var(--green);
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.lp-pricing-toggle__btn.is-active .lp-pricing-toggle__save {
  background: rgba(15, 23, 42, 0.15);
  color: #0f172a;
}
.lp-pricing-plan.is-hidden { display: none; }
.lp-pricing-savings {
  margin: 0 0 0.35rem;
  color: var(--green);
  font-weight: 700;
  font-size: 0.95rem;
}
.lp-pricing-note {
  margin: 0 0 0.75rem;
  color: #94a3b8;
  font-size: 0.88rem;
}
.lp-price-card .amount span {
  font-size: 1rem;
  color: #94a3b8;
  font-family: "Hero", system-ui, sans-serif;
  font-weight: 400;
}

/* FAQ */
.lp-faq { max-width: 800px; margin: 2rem auto 0; }
.lp-faq-item {
  border-radius: 1rem;
  margin-bottom: 0.75rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
}
.lp-faq-item button {
  width: 100%;
  text-align: left;
  padding: 1.25rem 1.5rem;
  background: transparent;
  border: none;
  color: inherit;
  font-family: "TheBoldFont", Impact, sans-serif;
  font-size: 1.1rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.lp-faq-item .answer {
  display: none;
  padding: 0 1.5rem 1.25rem;
  color: #94a3b8;
  font-size: 0.98rem;
}
.lp-faq-item.is-open .answer { display: block; }
.lp-faq-item.is-open button span { transform: rotate(180deg); }

/* Final CTA */
.lp-final-cta {
  text-align: center;
  max-width: 640px;
  margin: 0 auto;
}
.lp-final-cta .lp-title { font-size: clamp(2rem, 5vw, 3rem); }

.site-footer {
  background: var(--dark);
  color: #64748b;
  padding: 2rem 1.25rem;
  font-size: 0.8rem;
  border-top: 1px solid #334155;
}
.site-footer__inner {
  max-width: var(--max);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
}
.site-footer a { color: #94a3b8; text-decoration: none; }
.site-footer a:hover { color: var(--green); }

.text-green { color: var(--green); }
.text-red { color: var(--red); }

.lp-lead--left { margin-left: 0; text-align: left; }
.lp-lead--on-dark { color: #cbd5e1; }
.lp-split__title {
  font-family: "TheBoldFont", Impact, sans-serif;
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  line-height: 0.95;
  text-transform: uppercase;
  margin: 0 0 1rem;
}
.lp-reg { font-size: 0.45em; vertical-align: super; }
.lp-dating-visual {
  border-radius: 1.5rem;
  border: 2px solid rgba(225, 29, 72, 0.35);
}
.lp-quote__role { color: #64748b; font-size: 0.9rem; }
.lp-btn--block { width: 100%; }
.lp-btn--cta { font-size: 0.9rem; padding: 1rem 2.5rem; }
.lp-final-cta__note {
  margin-top: 1rem;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #64748b;
}
.lp-split__cta { margin-top: 1.5rem; }

body.landing-v2 main { padding-top: 0; }

@media (min-width: 768px) {
  .site-nav { display: flex; }
  .menu-toggle { display: none; }
  .lp-section { padding: 5.5rem 2rem; }
  .lp-grid-2 { grid-template-columns: 1fr 1fr; gap: 3.5rem; }
  .lp-grid-2--reverse-md .lp-grid-2__visual { order: 2; }
  .lp-hero__grid { grid-template-columns: 1.1fr 0.9fr; }
  .lp-contrast { grid-template-columns: 1fr 1fr; }
  .lp-quotes { grid-template-columns: 1fr 1fr; }
  .lp-pricing { grid-template-columns: 1fr 1fr; }
  .lp-split__visual img { margin-left: auto; margin-right: 0; }
  .lp-grid-2--reverse-md .lp-split__visual img { margin-left: 0; margin-right: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .lanyard-flip-card-inner { transition: none; }
}
