.trust-item .trust-icon { display: none; }

/* Homepage 2026 — modern conversion-focused layout */

/* ── Hero: full-bleed stage, engine locked to the right ── */
.hero--modern {
  min-height: min(100svh, 900px);
  display: flex;
  align-items: flex-end;
  background: rgb(var(--ink));
  animation: none;
  isolation: isolate;
  position: relative;
  overflow: hidden;
}
.hero--modern::before,
.hero--modern::after {
  display: none;
}
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Push the engine mass to the right half of the frame */
  object-position: 82% 42%;
  transform: scale(1.06);
  animation: bePineDrift 42s cubic-bezier(0.16, 1, 0.3, 1) infinite alternate;
  filter: saturate(0.9) contrast(1.08) brightness(0.92);
}
.hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    /* Clear reading stage on the left; open the photo on the right */
    linear-gradient(
      90deg,
      rgb(var(--ink) / 0.97) 0%,
      rgb(var(--ink) / 0.92) 28%,
      rgb(var(--ink) / 0.55) 48%,
      rgb(var(--ink) / 0.18) 68%,
      rgb(var(--ink) / 0.08) 100%
    ),
    linear-gradient(to top, var(--surface-base) 0%, transparent 28%),
    linear-gradient(to bottom, rgb(var(--ink) / 0.55) 0%, transparent 22%);
}
.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  align-items: end;
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-top: clamp(96px, 14vw, 140px);
  padding-bottom: clamp(40px, 7vw, 72px);
}
.hero-grid--single {
  max-width: var(--container);
  margin-right: auto;
  margin-left: auto;
}
.hero-content {
  max-width: min(34rem, 92vw);
  padding-bottom: 8px;
}
.hero-brand {
  margin: 0 0 14px;
  font-family: var(--font-display);
  font-size: clamp(44px, 8vw, 78px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 0.92;
  color: var(--heading);
  text-shadow: none;
}
.hero--seo .hero-content h1,
.hero--modern h1 {
  margin: 0 0 18px;
  max-width: 18ch;
  font-family: var(--font-display);
  font-size: clamp(26px, 3.6vw, 40px);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.15;
  color: var(--accent);
  text-transform: none;
  text-shadow: none;
}
.hero--seo .hero-lead,
.hero-lead {
  max-width: 36rem;
  margin: 0 0 28px;
  padding-left: 0;
  border-left: none;
  color: rgba(245, 236, 210, 0.84);
  font-size: clamp(15px, 1.55vw, 17px);
  line-height: 1.7;
}
.hero-lead strong {
  color: #fff;
  font-weight: 600;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-bottom: 0;
}
.hero--seo .hero-bg img {
  object-position: 82% 42%;
}
@media (max-width: 900px) {
  .hero--modern {
    min-height: min(92svh, 760px);
    align-items: flex-end;
  }
  .hero-bg img {
    object-position: 70% 38%;
  }
  .hero-bg::after {
    background:
      linear-gradient(180deg, rgb(var(--ink) / 0.55) 0%, rgb(var(--ink) / 0.35) 28%, rgb(var(--ink) / 0.88) 62%, rgb(var(--ink) / 0.96) 100%),
      linear-gradient(90deg, rgb(var(--ink) / 0.7) 0%, transparent 55%);
  }
  .hero-grid {
    align-items: end;
    padding-top: 88px;
  }
  .hero-grid--single {
    max-width: none;
  }
  .hero-content {
    max-width: none;
  }
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--surface-base);
  background: var(--gradient-accent);
  padding: 8px 16px;
  border-radius: var(--radius-pill);
  margin: 0 0 22px;
  box-shadow: 0 4px 20px rgb(var(--accent-rgb) / 0.35);
}
.hero-eyebrow::before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--surface-base);
  opacity: 0.5;
}
.btn-accent {
  background: var(--gradient-accent);
  color: #080706;
  box-shadow: 0 8px 28px rgb(var(--accent-rgb) / 0.35);
}
.btn-accent:hover {
  color: #050403;
  box-shadow: 0 12px 36px rgb(var(--accent-rgb) / 0.45);
}
.btn-ghost {
  background: rgb(255 255 255 / 0.06);
  color: #fff;
  border: 1.5px solid rgb(var(--accent-rgb) / 0.45);
  backdrop-filter: blur(10px);
}
.btn-ghost:hover {
  background: rgb(var(--accent-rgb) / 0.12);
  color: #fff;
  border-color: var(--accent);
}
.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.hero-trust li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.88);
}
.hero-trust li::before {
  content: '✓';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgb(var(--accent-rgb) / 0.22);
  color: var(--accent);
  font-size: 11px;
  font-weight: 800;
}
.hero-visual {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.hero-panel {
  width: min(100%, 420px);
  background: rgb(255 255 255 / 0.06);
  border: 1px solid rgb(255 255 255 / 0.14);
  border-radius: var(--radius-xl);
  padding: 28px;
  backdrop-filter: blur(20px);
  box-shadow: 0 24px 64px rgb(var(--ink) / 0.35);
}
.hero-panel h2 {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 0 0 20px;
  opacity: 0.75;
}
.hero-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.hero-stat {
  background: rgb(255 255 255 / 0.06);
  border-radius: var(--radius-md);
  padding: 18px 16px;
  border: 1px solid rgb(255 255 255 / 0.08);
}
.hero-stat strong {
  display: block;
  font-size: clamp(26px, 3vw, 34px);
  font-weight: 800;
  color: var(--accent);
  letter-spacing: -0.03em;
  line-height: 1;
  margin-bottom: 6px;
}
.hero-stat span {
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.35;
}
.hero-panel-cta {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgb(255 255 255 / 0.1);
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.5;
}
.hero-panel-cta a {
  color: var(--accent);
  font-weight: 700;
}

/* ── Trust strip ── */
.trust-strip {
  position: relative;
  z-index: 2;
  margin-top: -36px;
  padding-bottom: 8px;
}
.trust-strip-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  background: linear-gradient(145deg, var(--surface-elevated), var(--surface-pure));
  border-radius: var(--radius-xl);
  padding: 24px 28px;
  box-shadow: 0 24px 64px rgb(0 0 0 / 0.4), 0 0 0 1px rgb(var(--brand-rgb) / 0.12);
  border: 1px solid var(--border);
}
.trust-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 4px 8px;
}
.trust-icon {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgb(var(--brand-rgb) / 0.12);
  color: var(--brand);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  border: 1px solid rgb(var(--brand-rgb) / 0.2);
}
.trust-item h3 {
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 4px;
  color: var(--heading);
}
.trust-item p {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
  color: var(--text);
}

/* ── Categories bento ── */
.section-categories {
  padding-top: 72px;
}
.section-categories--more {
  padding-top: 48px;
}
.categories-bento {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 18px;
}
.categories-bento .category-card {
  min-height: 320px;
  border-radius: var(--radius-lg);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.category-engine-names {
  position: relative;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  list-style: none;
  margin: 0;
  padding: 0 16px 16px;
  max-height: 7.5rem;
  overflow: hidden;
}
.category-engine-names li a {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #fff8e7 !important;
  text-decoration: none !important;
  background: rgb(0 0 0 / 0.45);
  border: 1px solid rgb(var(--accent-rgb) / 0.35);
  padding: 4px 8px;
  border-radius: var(--radius-sm);
  backdrop-filter: blur(6px);
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.category-engine-names li a:hover {
  background: rgb(var(--brand-rgb) / 0.55);
  border-color: var(--accent);
  color: #fff !important;
}
.categories-bento .category-card--wide {
  grid-column: span 6;
  min-height: 340px;
}
.categories-bento .category-card--tall {
  grid-column: span 4;
  min-height: 360px;
}
.category-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: var(--radius-pill);
  background: var(--gradient-accent);
  color: var(--heading);
  box-shadow: var(--shadow-sm);
}
.category-meta {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 24px;
  margin: 0;
}
.category-meta h3 {
  font-size: 20px;
  margin: 0 0 6px;
  color: #fff;
}
.category-meta h3 a { color: #fff; }
.category-meta h3 a:hover { color: var(--accent); }
.category-meta p {
  margin: 0;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.4;
}

/* ── Process steps ── */
.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  counter-reset: step;
}
.process-step {
  position: relative;
  background: linear-gradient(160deg, var(--surface-elevated), var(--surface-pure));
  border-radius: var(--radius-lg);
  padding: 28px 24px 24px;
  border: 1px solid var(--border);
  box-shadow: 0 12px 32px rgb(0 0 0 / 0.25);
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease), border-color 0.3s var(--ease);
}
.process-step:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 48px rgb(0 0 0 / 0.35);
  border-color: rgb(var(--brand-rgb) / 0.3);
}
.process-step::before {
  counter-increment: step;
  content: counter(step, decimal-leading-zero);
  display: block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: var(--brand);
  margin-bottom: 14px;
}
.process-step h3 {
  font-size: 17px;
  margin-bottom: 10px;
}
.process-step p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: var(--text);
}

/* ── Value showcase (redesigned) ── */
.value-showcase--modern {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.value-showcase--modern .value-card {
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--surface-pure);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
  transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease);
}
.value-showcase--modern .value-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-md);
}
.value-showcase--modern .value-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.value-showcase--modern .value-card-body {
  padding: 22px 24px 26px;
}
.value-showcase--modern .value-card-body h3 {
  font-size: 18px;
  margin-bottom: 10px;
}
.value-showcase--modern .value-card-body p {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
}

/* ── Split feature ── */
.feature-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}
.feature-split--reverse {
  direction: rtl;
}
.feature-split--reverse > * {
  direction: ltr;
}
.feature-media {
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--border);
}
.feature-media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.feature-copy h2 {
  font-size: clamp(26px, 3vw, 34px);
  margin-bottom: 16px;
}
.feature-list {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}
.feature-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 1.55;
  color: var(--text);
}
.feature-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 10px;
  height: 10px;
  border-radius: 3px;
  background: var(--gradient-brand);
}

/* ── CTA banner ── */
.cta-banner {
  background: linear-gradient(135deg, #080706 0%, #1A1508 45%, #8A7020 100%);
  border-radius: var(--radius-xl);
  padding: clamp(40px, 6vw, 64px);
  text-align: center;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgb(var(--brand-rgb) / 0.2);
  box-shadow: 0 24px 64px rgb(0 0 0 / 0.4), inset 0 1px 0 rgb(255 255 255 / 0.05);
}
.cta-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 15% 50%, rgb(var(--accent-rgb) / 0.18), transparent 45%),
    radial-gradient(circle at 85% 30%, rgb(255 255 255 / 0.08), transparent 40%);
  pointer-events: none;
}
.cta-banner .container {
  position: relative;
  z-index: 1;
}
.cta-banner h2 {
  color: #fff;
  font-size: clamp(26px, 3.5vw, 38px);
  margin-bottom: 12px;
}
.cta-banner p {
  color: rgba(255, 255, 255, 0.88);
  max-width: 560px;
  margin: 0 auto 28px;
  font-size: 17px;
}
.cta-banner .hero-actions {
  justify-content: center;
  margin-bottom: 0;
}

/* ── Testimonials modern ── */
.testimonials-grid--modern {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.testimonials-grid--modern .testimonial-card {
  background: var(--surface-pure);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 28px;
  box-shadow: var(--shadow-xs);
  transition: box-shadow 0.3s var(--ease), transform 0.3s var(--ease);
}
.testimonials-grid--modern .testimonial-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-3px);
}
.testimonials-grid--modern .stars {
  color: var(--accent);
  font-size: 15px;
  letter-spacing: 2px;
  margin-bottom: 14px;
}
.testimonials-grid--modern h6 {
  margin: 16px 0 0;
  font-size: 13px;
  font-weight: 700;
  color: var(--text-strong);
}

/* ── Responsive ── */
@media (max-width: 1024px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .hero-visual {
    justify-content: flex-start;
  }
  .hero-panel {
    width: 100%;
    max-width: 480px;
  }
  .trust-strip-inner {
    grid-template-columns: repeat(2, 1fr);
  }
  .categories-bento .category-card--wide,
  .categories-bento .category-card--tall {
    grid-column: span 6;
  }
  .process-grid,
  .value-showcase--modern,
  .testimonials-grid--modern {
    grid-template-columns: repeat(2, 1fr);
  }
  .feature-split {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .feature-split--reverse {
    direction: ltr;
  }
}

@media (max-width: 640px) {
  .hero--modern {
    min-height: auto;
  }
  .trust-strip {
    margin-top: -20px;
  }
  .trust-strip-inner {
    grid-template-columns: 1fr;
    padding: 20px;
  }
  .categories-bento .category-card--wide,
  .categories-bento .category-card--tall {
    grid-column: span 12;
    min-height: 220px;
  }
  .process-grid,
  .value-showcase--modern,
  .testimonials-grid--modern {
    grid-template-columns: 1fr;
  }
  .hero-actions {
    flex-direction: column;
  }
  .hero-actions .btn {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-bg img {
    animation: none;
  }
}

/* ── Engine comparison grid ── */
.engine-compare-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.engine-compare-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-lg);
  padding: 24px 22px 26px;
  display: flex;
  flex-direction: column;
  transition: border-color 0.3s var(--ease), transform 0.3s var(--ease);
}
.engine-compare-card:hover {
  border-color: rgb(var(--accent-rgb) / 0.35);
  transform: translateY(-4px);
}
.engine-compare-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--surface-base);
  background: var(--gradient-accent);
  padding: 5px 10px;
  border-radius: var(--radius-pill);
  margin-bottom: 14px;
  align-self: flex-start;
}
.engine-compare-card h3 {
  font-size: 20px;
  margin: 0 0 6px;
}
.engine-compare-card h3 a {
  color: #fff;
  text-decoration: none;
}
.engine-compare-card h3 a:hover { color: var(--accent); }
.engine-compare-models {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.65);
  margin: 0 0 16px;
}
.engine-compare-card ul {
  margin: 0 0 18px;
  padding: 0 0 0 18px;
  flex: 1;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.85);
}
.engine-compare-card li { margin-bottom: 8px; }
.engine-compare-card strong { color: #fff; }
.engine-compare-link {
  font-size: 14px;
  font-weight: 700;
  color: var(--accent) !important;
  text-decoration: none !important;
}
.engine-compare-link:hover { color: #fff !important; }

/* ── Order guide ── */
.order-guide {
  display: grid;
  gap: 16px;
  max-width: 820px;
  margin: 0 auto;
}
.order-guide-step {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 20px;
  align-items: start;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-lg);
  padding: 24px 26px;
}
.order-guide-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--gradient-brand);
  color: #fff;
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 800;
  box-shadow: 0 4px 16px rgb(var(--brand-rgb) / 0.35);
}
.order-guide-step h3 {
  font-size: 18px;
  margin: 0 0 8px;
  color: #fff;
}
.order-guide-step p {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.88);
}
.order-guide-step a {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 3px;
  font-weight: 600;
}

/* ── Warranty grid ── */
.warranty-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.warranty-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-lg);
  padding: 26px 22px;
  border-top: 3px solid var(--accent);
}
.warranty-card h3 {
  font-size: 17px;
  margin: 0 0 12px;
  color: #fff;
}
.warranty-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.85);
}
.warranty-card a {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* ── Worldwide doorstep shipping ── */
.home-worldwide {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(28px, 4vw, 52px);
  align-items: center;
  margin-bottom: clamp(36px, 5vw, 56px);
}
.home-worldwide__media {
  margin: 0;
}
.home-worldwide__frame {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 2px 18px 2px 18px;
  aspect-ratio: 4 / 3;
  background: #050403;
  box-shadow:
    0 3px 0 0 var(--accent),
    0 28px 56px rgb(0 0 0 / 0.35),
    inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}
.home-worldwide__frame img,
.home-worldwide__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 1 !important;
  transform: scale(1.06);
  filter: saturate(1.08) contrast(1.05) brightness(1.04);
  animation: homeLongguideKen 28s ease-in-out infinite alternate;
}
.home-worldwide__badge {
  position: absolute;
  left: 14px;
  top: 14px;
  z-index: 2;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgb(0 0 0 / 0.72);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, 0.18);
}
.home-worldwide__media figcaption {
  margin-top: 12px;
  font-size: 0.9rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.72);
}
.home-worldwide__copy .home-draw__eyebrow {
  color: var(--accent);
}
.home-worldwide__lead {
  margin: 0 0 18px;
  font-size: 1.05rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.88);
}
.home-worldwide__points {
  margin: 0 0 18px;
  padding-left: 1.15rem;
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.65;
}
.home-worldwide__points li {
  margin-bottom: 10px;
}
.home-worldwide__satisfy {
  margin: 0 0 22px;
  padding: 14px 16px;
  border-left: 3px solid var(--accent);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.65;
}
@media (max-width: 900px) {
  .home-worldwide {
    grid-template-columns: 1fr;
  }
  .home-worldwide__media { order: -1; }
  .home-worldwide__frame {
    aspect-ratio: 16 / 10;
  }
}
@media (prefers-reduced-motion: reduce) {
  .home-worldwide__frame img,
  .home-worldwide__img {
    animation: none !important;
  }
}

/* ── Shipping regions ── */
.shipping-regions {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-bottom: 24px;
}
.shipping-region {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-md);
  padding: 22px 24px;
}
.shipping-region h3 {
  font-size: 16px;
  margin: 0 0 8px;
  color: var(--accent);
}
.shipping-region p {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.82);
}
.shipping-note {
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.85);
}
.shipping-note a {
  color: var(--accent);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 1024px) {
  .engine-compare-grid,
  .warranty-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .engine-compare-grid,
  .warranty-grid,
  .shipping-regions {
    grid-template-columns: 1fr;
  }
  .order-guide-step {
    grid-template-columns: 1fr;
    text-align: left;
  }
  .order-guide-num {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
}

/* ── Payment methods ── */
.payment-section {
  background: linear-gradient(180deg, #14110A 0%, #080706 100%);
  border-block: 1px solid rgba(255, 255, 255, 0.06);
}
.payment-methods-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-bottom: 28px;
}
.payment-method-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-xl);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: border-color 0.3s var(--ease), transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
}
.payment-method-card:hover {
  border-color: rgb(var(--accent-rgb) / 0.35);
  transform: translateY(-5px);
  box-shadow: 0 20px 48px rgb(0 0 0 / 0.35);
}
.payment-method-img {
  aspect-ratio: 1;
  overflow: hidden;
  background: #080706;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.payment-method-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.payment-method-body {
  padding: 24px 22px 28px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.payment-method-body h3 {
  font-size: 20px;
  margin: 0 0 12px;
  color: var(--accent);
}
.payment-method-body p {
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.88);
}
.payment-method-body ul {
  margin: 0;
  padding: 0 0 0 18px;
  font-size: 13px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.78);
  flex: 1;
}
.payment-method-body li { margin-bottom: 6px; }
.payment-method-body strong { color: #fff; }
.payment-method-body a {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.payment-footnote {
  text-align: center;
  max-width: 680px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.82);
  padding: 20px 24px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-lg);
}
.payment-footnote a {
  color: var(--accent);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 1024px) {
  .payment-methods-grid {
    grid-template-columns: 1fr;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* ── Classic editorial guide sections (10 chapters) ── */
.home-classic {
  padding: clamp(80px, 11vw, 120px) 0;
  overflow: clip;
  position: relative;
}
.home-classic:not(.section-muted) {
  background:
    radial-gradient(ellipse 55% 45% at 0% 50%, rgb(var(--brand-rgb) / 0.07), transparent 70%),
    linear-gradient(180deg, #080706 0%, #14110A 100%);
}
.home-classic.section-muted {
  background:
    radial-gradient(ellipse 55% 45% at 100% 50%, rgb(var(--accent-rgb) / 0.05), transparent 70%),
    linear-gradient(180deg, #14110A 0%, #080706 100%);
}
.home-classic__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.08fr);
  gap: clamp(36px, 5.5vw, 72px);
  align-items: center;
}
.home-classic__layout--reverse {
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 1fr);
}
.home-classic__layout--reverse .home-classic__media { order: 2; }
.home-classic__layout--reverse .home-classic__copy { order: 1; }

.home-classic__media {
  margin: 0;
  position: relative;
}
.home-classic__frame {
  position: relative;
  aspect-ratio: 4 / 3;
  border-radius: 2px 18px 2px 18px;
  overflow: hidden;
  isolation: isolate;
  background: #050403;
  box-shadow:
    0 4px 0 0 rgb(var(--accent-rgb) / 0.55),
    0 28px 56px rgb(var(--ink) / 0.5),
    inset 0 0 0 1px rgba(255, 255, 255, 0.08);
  transition: box-shadow 0.45s var(--ease), transform 0.45s var(--ease);
}
.home-classic__frame::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(to top, rgb(var(--ink) / 0.55) 0%, transparent 42%),
    linear-gradient(120deg, rgb(var(--brand-rgb) / 0.12) 0%, transparent 50%);
}
.home-classic__frame::after {
  content: '';
  position: absolute;
  top: 14px;
  left: 14px;
  right: 14px;
  bottom: 14px;
  z-index: 2;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 1px 12px 1px 12px;
  opacity: 0.7;
}
.home-classic__frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.03);
  transition: transform 0.8s var(--ease);
  filter: saturate(1.06) contrast(1.05);
}
.home-classic:hover .home-classic__frame {
  transform: translateY(-4px);
  box-shadow:
    0 4px 0 0 var(--accent),
    0 36px 64px rgb(var(--ink) / 0.55),
    inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}
.home-classic:hover .home-classic__frame img,
.home-classic:hover .home-classic__frame img.img-motion-ken.is-visible {
  transform: scale(1.08);
  animation-play-state: paused;
}
.home-spot:hover .home-spot__frame img,
.home-spot:hover .home-spot__frame img.img-motion-ken.is-visible {
  transform: scale(1.09);
  animation-play-state: paused;
}
/* ken default moved to image-shakes.css */

.home-classic__media figcaption {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
  padding: 0 2px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.48);
  font-style: normal;
}
.home-classic__media figcaption::before {
  content: '';
  flex: 0 0 28px;
  height: 1px;
  background: rgb(var(--accent-rgb) / 0.7);
}

.home-classic__copy {
  position: relative;
  max-width: 620px;
  z-index: 1;
}
.home-classic__num {
  position: absolute;
  top: -36px;
  right: -8px;
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(72px, 10vw, 108px);
  font-weight: 800;
  line-height: 0.85;
  letter-spacing: -0.05em;
  color: transparent;
  -webkit-text-stroke: 1px rgb(var(--brand-rgb) / 0.22);
  pointer-events: none;
  user-select: none;
  z-index: 0;
}
.home-classic__eyebrow {
  position: relative;
  display: inline-block;
  margin: 0 0 16px;
  padding: 0 0 0 16px;
  border-left: 2px solid var(--accent);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent);
}
.home-classic__title {
  position: relative;
  margin: 0 0 20px;
  font-family: var(--font-display);
  font-size: clamp(26px, 3.1vw, 38px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: var(--heading);
  text-align: left;
  max-width: 22ch;
}
.home-classic__title::after {
  content: '';
  display: block;
  width: 48px;
  height: 2px;
  margin-top: 18px;
  background: linear-gradient(90deg, var(--accent) 0%, rgb(var(--accent-rgb) / 0) 100%);
}
.home-classic__body {
  font-size: 15.5px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.78);
}
.home-classic__body p {
  margin: 0 0 15px;
}
.home-classic__body p:first-child {
  font-size: 16.5px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.9);
}
.home-classic__body p:last-child {
  margin-bottom: 0;
}
.home-classic__body a {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 900px) {
  .home-classic {
    padding: 64px 0;
  }
  .home-classic__layout,
  .home-classic__layout--reverse {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .home-classic__layout--reverse .home-classic__media,
  .home-classic__layout--reverse .home-classic__copy {
    order: unset;
  }
  .home-classic__media { order: -1; }
  .home-classic__frame {
    border-radius: 2px 14px 2px 14px;
  }
  .home-classic__frame::after {
    inset: 10px;
  }
  .home-classic__num {
    top: -18px;
    right: 0;
    font-size: 64px;
  }
  .home-classic__title {
    max-width: none;
  }
  .home-classic__copy {
    max-width: none;
  }
}

/* ── Strategic spotlight sections ── */
.home-spot {
  padding: clamp(72px, 10vw, 112px) 0;
  position: relative;
  overflow: clip;
}
.home-spot--accent {
  background:
    radial-gradient(ellipse 60% 50% at 8% 30%, rgb(var(--brand-rgb) / 0.16), transparent 60%),
    radial-gradient(ellipse 45% 40% at 92% 70%, rgb(var(--accent-rgb) / 0.07), transparent 55%),
    linear-gradient(180deg, #0E0C08 0%, #080706 100%);
}
.home-spot.section-muted {
  background:
    radial-gradient(ellipse 50% 45% at 90% 40%, rgb(var(--brand-rgb) / 0.1), transparent 60%),
    linear-gradient(180deg, #14110A 0%, #080706 100%);
}
.home-spot__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(32px, 5vw, 64px);
  align-items: center;
}
.home-spot__layout--reverse {
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
}
.home-spot__layout--reverse .home-spot__media { order: 2; }
.home-spot__layout--reverse .home-spot__copy { order: 1; }

.home-spot__media { margin: 0; }
.home-spot__frame {
  position: relative;
  aspect-ratio: 4 / 3;
  border-radius: 18px 2px 22px 2px;
  overflow: hidden;
  isolation: isolate;
  background: #050403;
  box-shadow:
    0 0 0 1px rgb(var(--accent-rgb) / 0.28),
    0 32px 64px rgb(var(--ink) / 0.5);
  transition: transform 0.5s var(--ease), box-shadow 0.45s var(--ease);
}
.home-spot__frame::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(to top, rgb(var(--ink) / 0.5) 0%, transparent 45%),
    linear-gradient(135deg, rgb(var(--accent-rgb) / 0.1) 0%, transparent 40%);
}
.home-spot:hover .home-spot__frame {
  transform: translateY(-5px);
  box-shadow:
    0 0 0 1px rgb(var(--accent-rgb) / 0.45),
    0 40px 72px rgb(var(--ink) / 0.55);
}
.home-spot__frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.04);
  transition: transform 0.85s var(--ease);
  filter: saturate(1.08) contrast(1.04);
}

.home-spot__badge {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 3;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgb(var(--ink));
  background: var(--accent);
  padding: 7px 12px;
  border-radius: 2px;
  box-shadow: 0 8px 20px rgb(var(--accent-rgb) / 0.35);
}
.home-spot__media figcaption {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 14px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.48);
  font-style: normal;
}
.home-spot__media figcaption::before {
  content: '';
  flex: 0 0 28px;
  height: 1px;
  background: rgb(var(--accent-rgb) / 0.7);
}

.home-spot__copy {
  max-width: 600px;
  position: relative;
}
.home-spot__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
}
.home-spot__eyebrow::before {
  content: '';
  width: 20px;
  height: 2px;
  background: var(--accent);
}
.home-spot__title {
  margin: 0 0 18px;
  font-family: var(--font-display);
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: var(--heading);
  text-align: left;
  max-width: 20ch;
}
.home-spot__body {
  font-size: 15.5px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.78);
}
.home-spot__body p { margin: 0 0 14px; }
.home-spot__body p:first-child {
  font-size: 16.5px;
  color: rgba(255, 255, 255, 0.9);
}
.home-spot__body p:last-child { margin-bottom: 0; }
.home-spot__cta {
  margin: 26px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}
.home-spot__cta .btn {
  min-height: 48px;
  padding-inline: 22px;
  box-shadow: 0 10px 28px rgb(var(--accent-rgb) / 0.28);
}

@media (max-width: 900px) {
  .home-spot {
    padding: 60px 0;
  }
  .home-spot__layout,
  .home-spot__layout--reverse {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .home-spot__layout--reverse .home-spot__media,
  .home-spot__layout--reverse .home-spot__copy {
    order: unset;
  }
  .home-spot__media { order: -1; }
  .home-spot:hover .home-spot__frame {
    transform: none;
  }
  .home-spot__title,
  .home-spot__copy {
    max-width: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-classic__frame,
  .home-classic__frame img,
  .home-spot__frame,
  .home-spot__frame img {
    transition: none;
  }
  .home-classic:hover .home-classic__frame,
  .home-classic:hover .home-classic__frame img,
  .home-spot:hover .home-spot__frame,
  .home-spot:hover .home-spot__frame img {
    transform: none;
  }
}


/* Long FAQ grid */
.faq-list--long {
  display: grid;
  gap: 10px;
  max-width: 900px;
  margin: 0 auto;
}
.faq-list--long .faq-item {
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius-md);
  background: rgba(255,255,255,0.03);
  padding: 0 18px;
}
.faq-list--long .faq-item summary {
  cursor: pointer;
  font-weight: 650;
  padding: 16px 0;
  color: var(--heading);
  list-style: none;
}
.faq-list--long .faq-item summary::-webkit-details-marker { display: none; }
.faq-list--long .faq-body {
  padding: 0 0 18px;
  color: var(--text);
  line-height: 1.75;
}
.faq-list--long .faq-body p { margin: 0 0 12px; }
.home-classic__cta { margin-top: 20px; }

/* Conversion / interest sections */
.home-draw__eyebrow {
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent);
}
.home-draw__compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 36px;
}
.home-draw__col {
  padding: 28px 28px 24px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.home-draw__col--muted {
  background: rgba(255, 255, 255, 0.03);
}
.home-draw__col--accent {
  background: rgb(var(--brand-rgb) / 0.16);
  border-color: rgb(var(--brand-rgb) / 0.35);
}
.home-draw__col h3 {
  margin: 0 0 16px;
  font-size: 20px;
  color: var(--heading);
}
.home-draw__col ul {
  margin: 0;
  padding: 0 0 0 18px;
  color: var(--text);
}
.home-draw__col li { margin-bottom: 10px; }
.home-draw__cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 22px 0 0;
}
.home-paths__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 36px;
}
.home-path h3 {
  margin: 0 0 12px;
  font-size: 22px;
  color: var(--heading);
}
.home-path p {
  margin: 0 0 16px;
  color: var(--text);
  line-height: 1.7;
}
.home-path__link {
  font-weight: 700;
  color: var(--accent);
  text-decoration: none;
}
.home-path__link:hover { color: #fff; }
.home-crate__layout {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px;
  align-items: center;
}
.home-crate__list {
  margin: 20px 0 0;
  padding: 0 0 0 18px;
  color: var(--text);
}
.home-crate__list li { margin-bottom: 8px; }
.home-crate__media img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.home-crate__media figcaption {
  margin-top: 10px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
}
.home-proof__blocks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px 36px;
  margin-top: 32px;
}
.home-proof__blocks h3 {
  margin: 0 0 10px;
  font-size: 18px;
  color: var(--heading);
}
.home-proof__blocks p {
  margin: 0;
  color: var(--text);
  line-height: 1.7;
}
.home-proof__cta {
  text-align: center;
  margin: 36px 0 0;
}
button.text-link {
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  color: var(--accent);
  font-weight: 700;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.home-draw__long,
.home-paths__long,
.home-crate__long {
  margin-top: 36px;
  max-width: 52rem;
}
.home-draw__long h3,
.home-paths__long h3,
.home-crate__long h3 {
  font-family: var(--font-display);
  font-size: clamp(22px, 3vw, 28px);
  margin: 0 0 12px;
  letter-spacing: -0.02em;
}
.home-draw__long p,
.home-paths__long p,
.home-crate__long p {
  margin: 0 0 16px;
  line-height: 1.7;
  color: var(--text-muted, #5c5650);
}
.home-longguide {
  padding-top: clamp(48px, 8vw, 80px);
  padding-bottom: clamp(48px, 8vw, 80px);
  background:
    linear-gradient(180deg, rgb(var(--ink) / 0.03), transparent 28%),
    var(--surface-base, #f7f4ef);
}
.home-longguide__layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.92fr) minmax(0, 1.18fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: start;
}
.home-longguide__media {
  min-width: 0;
}
.home-longguide__sticky {
  position: sticky;
  top: 96px;
}
.home-longguide__frame {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 2px 18px 2px 18px;
  aspect-ratio: 4 / 5;
  max-height: min(78vh, 720px);
  background: rgb(var(--ink));
  box-shadow:
    0 3px 0 0 var(--accent),
    0 28px 56px rgb(var(--ink) / 0.45),
    inset 0 0 0 1px rgba(255, 255, 255, 0.1);
  isolation: isolate;
}
.home-longguide__frame::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(180deg, transparent 42%, rgb(var(--ink) / 0.42) 100%),
    linear-gradient(115deg, rgb(var(--brand-rgb) / 0.12), transparent 55%);
}
.home-longguide__frame img,
.home-longguide__frame .home-longguide__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 38%;
  opacity: 1 !important;
  transform: scale(1.1);
  filter: saturate(1.1) contrast(1.08) brightness(1.06);
  will-change: transform;
  animation: homeLongguideKen 26s ease-in-out 0.2s infinite alternate;
}
.home-longguide__sticky:hover .home-longguide__frame {
  box-shadow:
    0 4px 0 0 var(--accent),
    0 36px 64px rgb(var(--ink) / 0.55),
    inset 0 0 0 1px rgba(255, 255, 255, 0.14);
  transform: translateY(-3px);
  transition: transform 0.55s var(--ease), box-shadow 0.55s var(--ease);
}
.home-longguide__sticky:hover .home-longguide__frame img {
  animation-play-state: paused;
  transform: scale(1.16);
  transition: transform 0.9s var(--ease);
}
.home-longguide__badge {
  position: absolute;
  left: 14px;
  top: 14px;
  z-index: 3;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgb(var(--ink) / 0.78);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(8px);
}
.home-longguide__scan {
  position: absolute;
  left: 0;
  right: 0;
  height: 28%;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    transparent,
    rgb(255 255 255 / 0.14),
    transparent
  );
  animation: homeLongguideScan 7.5s ease-in-out infinite;
  mix-blend-mode: screen;
  opacity: 0.55;
}
.home-longguide__cap {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  z-index: 3;
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.92);
  text-shadow: 0 1px 12px rgb(0 0 0 / 0.55);
}
.home-longguide__media-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}
.home-longguide__inner {
  max-width: none;
  min-width: 0;
}
.home-longguide__inner > h2 {
  font-size: clamp(28px, 4.5vw, 40px);
  letter-spacing: -0.03em;
  margin: 8px 0 18px;
}
.home-longguide__inner h3 {
  margin-top: 32px;
}
@keyframes homeLongguideKen {
  0% { transform: scale(1.08) translate3d(0, 0, 0); }
  35% { transform: scale(1.14) translate3d(-1.6%, 1%, 0); }
  70% { transform: scale(1.12) translate3d(1.4%, -1.2%, 0); }
  100% { transform: scale(1.16) translate3d(-0.8%, 0.6%, 0); }
}
@keyframes homeLongguideScan {
  0% { top: -20%; opacity: 0; }
  15% { opacity: 0.55; }
  50% { top: 72%; opacity: 0.35; }
  85% { opacity: 0.5; }
  100% { top: 110%; opacity: 0; }
}
@media (max-width: 980px) {
  .home-longguide__layout {
    grid-template-columns: 1fr;
  }
  .home-longguide__sticky {
    position: relative;
    top: auto;
  }
  .home-longguide__frame {
    aspect-ratio: 16 / 10;
    max-height: 420px;
    border-radius: 2px 14px 2px 14px;
  }
  .home-longguide__media { order: -1; }
}
@media (prefers-reduced-motion: reduce) {
  .home-longguide__frame img,
  .home-longguide__frame .home-longguide__img,
  .home-longguide__scan {
    animation: none !important;
  }
}
.home-proof__blocks {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (max-width: 900px) {
  .home-draw__compare,
  .home-paths__grid,
  .home-crate__layout,
  .home-proof__blocks {
    grid-template-columns: 1fr;
  }
}

/* Innovative motion strips after early conversion sections */
.home-innov {
  margin: 40px 0 0;
  width: 100%;
  max-width: none;
}
.home-innov__frame {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 4px 22px 4px 22px;
  aspect-ratio: 21 / 9;
  min-height: 220px;
  max-height: min(52vh, 520px);
  background: rgb(var(--ink));
  box-shadow:
    0 3px 0 0 var(--accent),
    0 24px 48px rgb(var(--ink) / 0.4),
    inset 0 0 0 1px rgba(255, 255, 255, 0.1);
  isolation: isolate;
}
.home-innov__frame::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgb(var(--ink) / 0.55) 0%, transparent 38%, transparent 62%, rgb(var(--ink) / 0.35) 100%),
    linear-gradient(180deg, transparent 50%, rgb(var(--ink) / 0.45) 100%),
    linear-gradient(125deg, rgb(var(--brand-rgb) / 0.18), transparent 50%);
}
.home-innov__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
  opacity: 1 !important;
  transform: scale(1.12);
  filter: saturate(1.12) contrast(1.06) brightness(1.04);
  will-change: transform;
  animation: homeInnovKen 22s ease-in-out 0.15s infinite alternate;
}
.home-innov:hover .home-innov__frame {
  transform: translateY(-4px);
  box-shadow:
    0 4px 0 0 var(--accent),
    0 32px 60px rgb(var(--ink) / 0.5),
    inset 0 0 0 1px rgba(255, 255, 255, 0.14);
  transition: transform 0.55s var(--ease, ease), box-shadow 0.55s var(--ease, ease);
}
.home-innov:hover .home-innov__img {
  animation-play-state: paused;
  transform: scale(1.18);
  transition: transform 0.9s var(--ease, ease);
}
.home-innov__glow {
  position: absolute;
  inset: -20% -10%;
  z-index: 1;
  pointer-events: none;
  background: radial-gradient(ellipse at 30% 40%, rgb(var(--brand-rgb) / 0.35), transparent 55%);
  animation: homeInnovGlow 8s ease-in-out infinite alternate;
  mix-blend-mode: soft-light;
}
.home-innov__scan {
  position: absolute;
  left: -10%;
  top: 0;
  width: 28%;
  height: 100%;
  z-index: 3;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.14), transparent);
  animation: homeInnovScan 5.5s ease-in-out infinite;
}
.home-innov__badge {
  position: absolute;
  left: 16px;
  bottom: 16px;
  z-index: 4;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgb(var(--ink) / 0.82);
  color: #fff;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
}
.home-innov__cap {
  margin: 12px 0 0;
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.62);
  letter-spacing: 0.01em;
}
.home-innov--inline {
  margin: 0;
}
.home-crate__layout .home-innov--inline .home-innov__frame {
  aspect-ratio: 4 / 3;
  max-height: none;
  min-height: 0;
  border-radius: 12px;
}
@media (max-width: 760px) {
  .home-innov__frame {
    aspect-ratio: 16 / 10;
    border-radius: 12px;
  }
  .home-innov__badge {
    left: 12px;
    bottom: 12px;
    font-size: 10px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .home-innov__img,
  .home-innov__scan,
  .home-innov__glow {
    animation: none !important;
  }
  .home-innov__img {
    transform: none;
  }
}
@keyframes homeInnovKen {
  from { transform: scale(1.08) translate3d(0, 0, 0); }
  to { transform: scale(1.16) translate3d(-2.2%, 1.2%, 0); }
}
@keyframes homeInnovScan {
  0% { transform: translateX(0); opacity: 0; }
  12% { opacity: 0.9; }
  55% { opacity: 0.55; }
  100% { transform: translateX(380%); opacity: 0; }
}
@keyframes homeInnovGlow {
  from { opacity: 0.45; transform: translate3d(0, 0, 0) scale(1); }
  to { opacity: 0.85; transform: translate3d(6%, -4%, 0) scale(1.08); }
}

/* Unify cinematic hero mood across spots, classics, innov bands */
.home-innov-band {
  padding-top: clamp(28px, 5vw, 48px);
  padding-bottom: clamp(28px, 5vw, 48px);
}
.home-innov-band .home-innov {
  margin: 0;
}
.home-spot__frame,
.home-classic__frame {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: #0a0a0a;
}
.home-spot__frame::before,
.home-classic__frame::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(180deg, transparent 40%, rgb(0 0 0 / 0.55) 100%),
    linear-gradient(115deg, rgb(var(--brand-rgb) / 0.16), transparent 50%),
    radial-gradient(ellipse at 20% 30%, rgb(180 20 30 / 0.22), transparent 55%);
}
.home-spot__glow,
.home-classic__glow {
  position: absolute;
  inset: -25% -15%;
  z-index: 1;
  pointer-events: none;
  background: radial-gradient(ellipse at 35% 40%, rgb(var(--brand-rgb) / 0.32), transparent 58%);
  animation: homeInnovGlow 9s ease-in-out infinite alternate;
  mix-blend-mode: soft-light;
}
.home-spot__scan,
.home-classic__scan {
  position: absolute;
  left: -12%;
  top: 0;
  width: 26%;
  height: 100%;
  z-index: 3;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.12), transparent);
  animation: homeInnovScan 6.2s ease-in-out infinite;
}
.home-spot__frame img,
.home-classic__frame img {
  filter: saturate(1.08) contrast(1.08) brightness(1.02);
}
.home-spot:hover .home-spot__frame,
.home-classic:hover .home-classic__frame {
  box-shadow:
    0 3px 0 0 var(--accent),
    0 28px 50px rgb(0 0 0 / 0.45);
}
.home-proof,
.home-seo-prose {
  position: relative;
}
.category-card {
  overflow: hidden;
}
.category-card-cover {
  filter: saturate(1.05) contrast(1.06);
  transition: transform 0.9s var(--ease, ease), filter 0.5s ease;
}
.category-card:hover .category-card-cover {
  transform: scale(1.08);
  filter: saturate(1.15) contrast(1.1) brightness(1.05);
}
.home-paths__grid {
  position: relative;
}
.home-path {
  background: linear-gradient(165deg, rgba(196, 160, 53, 0.14), rgba(14, 12, 8, 0.65));
  border: 1px solid rgba(196, 160, 53, 0.28);
  border-radius: var(--radius-lg, 12px);
  padding: 22px 20px;
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}
.home-path:hover {
  transform: translateY(-4px);
  border-color: rgba(230, 195, 90, 0.55);
  box-shadow: 0 18px 40px rgb(0 0 0 / 0.4);
}
@media (prefers-reduced-motion: reduce) {
  .home-spot__scan,
  .home-classic__scan,
  .home-spot__glow,
  .home-classic__glow {
    animation: none !important;
  }
}


@keyframes bePineDrift {
  from { transform: scale(1.04) translate3d(0, 0, 0); }
  to { transform: scale(1.1) translate3d(-1.2%, 0.8%, 0); }
}
