/* Homepage — muted cool slate (reference mock) */

.page-home .site-topbar {
  background: var(--header-surface);
}

.page-home .site-header {
  background: var(--header-surface);
}

.page-home .site-header .nav-link,
.page-home .site-header .icon-btn,
.page-home .site-header .mobile-toggle {
  color: var(--color-text);
}

.page-home .site-header .icon-btn:hover,
.page-home .site-header .mobile-toggle:hover {
  background: rgba(var(--color-primary-rgb), 0.08);
}

.page-home .site-header.scrolled,
.page-home .site-topbar.scrolled .site-header {
  background: var(--header-surface);
  box-shadow: none;
}

.page-home .announce-bar {
  background: var(--color-announce);
}

.page-home .site-topbar.scrolled:not(.mega-menu-open) {
  background: var(--header-surface);
}

.page-home .site-topbar.scrolled .announce-bar {
  background: var(--color-announce);
}

body.page-home {
  padding-top: var(--site-topbar-height);
  --hero-glow: rgba(142, 154, 175, 0.22);
  --hero-glow-soft: rgba(176, 184, 193, 0.28);
  --hero-stats-strip-height: 48px;
  --hero-video-height: 100dvh;
}

/* ── Hero full-bleed video ── */
.hero-video {
  position: relative;
  width: 100%;
  margin-top: calc(-1 * var(--site-topbar-height));
  height: 100vh;
  overflow: hidden;
  background: #000;
  isolation: isolate;
}

.hero-video-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  pointer-events: none;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.page-home .hero-cinematic {
  min-height: calc(100vh - var(--site-topbar-height) - 75px);
  padding-top: 0;
  box-sizing: border-box;
}

/* ── Bright Hero ── */
.hero-cinematic {
  position: relative;
  min-height: calc(100vh - var(--site-topbar-height) - 75px);
  display: flex;
  align-items: center;
  overflow: hidden;
  background: linear-gradient(105deg, var(--header-surface) 0%, var(--color-bg) 50%, var(--pms-657) 100%);
  color: var(--color-text);
}

.hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.5;
  animation: orbFloat 12s ease-in-out infinite;
}

.hero-orb-1 {
  width: 55vw;
  height: 55vw;
  max-width: 680px;
  max-height: 680px;
  top: -15%;
  right: -8%;
  background: radial-gradient(circle, var(--hero-glow) 0%, transparent 70%);
}

.hero-orb-2 {
  width: 45vw;
  height: 45vw;
  max-width: 520px;
  max-height: 520px;
  bottom: -20%;
  left: -10%;
  background: radial-gradient(circle, var(--hero-glow-soft) 0%, transparent 70%);
  animation-delay: -4s;
}

.hero-orb-3 {
  width: 30vw;
  height: 30vw;
  top: 40%;
  left: 35%;
  background: radial-gradient(circle, rgba(176, 184, 193, 0.2) 0%, transparent 70%);
  animation-delay: -7s;
}

.hero-grain {
  position: absolute;
  inset: 0;
  opacity: 0.03;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.hero-cinematic-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 40px;
  align-items: center;
  padding: 64px 48px;
  width: 100%;
  max-width: var(--max-width);
  margin: 0 auto;
}

.hero-content {
  min-width: 0;
  padding-left: 0;
}

.hero-visual-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  width: 100%;
  min-width: 0;
  animation: fadeUp 1s 0.2s ease both;
}

.hero-showcase-card {
  position: relative;
  width: min(100%, 520px);
  margin-left: auto;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  animation: heroRingEnter 1.1s cubic-bezier(0.22, 1, 0.36, 1) 0.15s both;
}

.hero-showcase-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, transparent 50%, rgba(142, 154, 175, 0.08) 100%);
  pointer-events: none;
}

.hero-ring-showcase {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.hero-cinematic .hero-label {
  color: var(--color-text-muted);
  font-weight: 500;
  letter-spacing: 0.12em;
  margin-bottom: 12px;
  animation: fadeUp 0.8s ease both;
}

.hero-cinematic .hero-title {
  color: var(--color-text);
  font-size: clamp(40px, 4.8vw, 64px);
  margin-bottom: 18px;
  animation: fadeUp 0.8s 0.1s ease both;
}

.hero-cinematic .hero-title em {
  color: var(--color-text);
  font-style: italic;
  background: none;
  -webkit-text-fill-color: var(--color-text);
}

.hero-cinematic .hero-text {
  color: var(--color-text-muted);
  max-width: 480px;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 1.65;
  animation: fadeUp 0.8s 0.2s ease both;
}

.hero-cinematic .hero-actions {
  animation: fadeUp 0.8s 0.3s ease both;
}

.hero-cinematic .btn-primary {
  background: var(--color-accent);
  color: var(--color-text-light);
  box-shadow: 0 8px 24px rgba(92, 100, 112, 0.2);
}

.hero-cinematic .btn-primary:hover {
  background: var(--color-primary-light);
  box-shadow: 0 12px 32px rgba(92, 100, 112, 0.28);
}

.hero-cinematic .btn-secondary {
  border-color: var(--color-text);
  color: var(--color-text);
  background: transparent;
}

.hero-cinematic .btn-secondary:hover {
  background: var(--color-text);
  color: var(--color-text-light);
  border-color: var(--color-text);
}

.hero-cinematic .hero-disclaimer {
  position: absolute;
  bottom: -8px;
  right: 0;
  left: 0;
  max-width: 100%;
  color: var(--color-text-muted);
  font-size: 11px;
  line-height: 1.4;
  text-align: center;
  opacity: 0.75;
}

/* Stats strip */
.hero-stats-strip {
  background: #ffffff;
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
  overflow: hidden;
}

.hero-stats-track {
  display: flex;
  gap: 64px;
  padding: 20px 0;
  animation: marquee 30s linear infinite;
  width: max-content;
}

.hero-stat-item {
  display: flex;
  align-items: center;
  gap: 12px;
  white-space: nowrap;
  font-size: 14px;
  color: var(--color-text-muted);
}

.hero-stat-item strong {
  font-family: var(--font-serif);
  font-size: 22px;
  color: var(--color-primary);
  font-weight: 500;
}

/* ── Product showcase ── */
.product-showcase-premium {
  position: relative;
  padding: 100px 0;
  background: linear-gradient(180deg, #ffffff 0%, var(--pms-656) 100%);
  overflow: hidden;
  color: var(--color-text);
}

.product-showcase-premium::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 800px;
  height: 800px;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(142, 154, 175, 0.1) 0%, transparent 60%);
  pointer-events: none;
}

.product-showcase-premium .section-header,
.product-showcase-premium .product-showcase-text h2 {
  color: var(--color-text) !important;
}

.product-showcase-premium .product-showcase-text p {
  color: var(--color-text-muted) !important;
}

.product-showcase-premium .product-tab {
  color: var(--color-text-muted);
}

.product-showcase-premium .product-tab:hover {
  color: var(--color-primary);
}

.product-showcase-premium .product-tab.active {
  color: var(--color-primary);
  border-bottom-color: var(--color-accent);
}

.product-showcase-premium .btn-light {
  background: var(--color-accent);
  color: var(--color-text-light);
}

.product-showcase-premium .btn-light:hover {
  background: var(--color-primary-light);
}

.product-status-badge {
  display: inline-block;
  margin-bottom: 12px;
  padding: 4px 10px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-primary);
  background: rgba(var(--color-primary-rgb), 0.08);
  border: 1px solid rgba(var(--color-primary-rgb), 0.14);
  border-radius: 100px;
}

.product-showcase-premium .btn--soon {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.42);
  color: var(--color-text);
  border: 1px solid rgba(26, 26, 26, 0.14);
}

.product-showcase-premium .btn--soon:hover {
  background: var(--color-accent);
  color: var(--color-text-light);
  border-color: transparent;
}

.product-showcase-image {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}

.product-showcase-image::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, transparent 50%, rgba(142, 154, 175, 0.08) 100%);
  pointer-events: none;
}

.product-showcase-image img {
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.product-tab-panel.active .product-showcase-image img {
  animation: zoomIn 0.8s ease both;
}

/* ── Features — homepage teaser ── */
.features-teaser {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 48px;
  align-items: center;
}

.features-teaser-visual {
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--color-border);
  aspect-ratio: 4 / 3;
  background: var(--pms-657);
}

.features-teaser-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.features-teaser-copy h2 {
  font-family: var(--font-serif);
  font-size: clamp(28px, 3.5vw, 40px);
  font-weight: 500;
  color: var(--color-text);
  margin-bottom: 24px;
  line-height: 1.2;
}

/* ── Features bento (full grid — restore when uncommenting #features-grid-home) ── */
.features-section-premium {
  padding: 120px 0;
  background: var(--color-bg);
  position: relative;
}

.features-section-premium::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--color-accent-light), transparent);
  opacity: 0.6;
}

.features-bento {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: minmax(200px, auto);
  gap: 16px;
}

.features-bento .feature-card {
  aspect-ratio: unset;
  min-height: 280px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--color-border);
  transition: box-shadow 0.4s ease;
  will-change: auto;
}

.features-bento .feature-card:nth-child(1) { grid-column: span 7; min-height: 360px; }
.features-bento .feature-card:nth-child(2) { grid-column: span 5; }
.features-bento .feature-card:nth-child(3) { grid-column: span 4; }
.features-bento .feature-card:nth-child(4) { grid-column: span 4; }
.features-bento .feature-card:nth-child(5) { grid-column: span 4; }
.features-bento .feature-card:nth-child(6) { grid-column: span 12; min-height: 280px; }

.features-bento .feature-card:hover {
  transform: none;
  box-shadow: 0 20px 48px rgba(26, 26, 26, 0.14);
}

.features-bento .feature-card--photo {
  background: var(--pms-662);
}

.features-bento .feature-card--photo img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  transform: none !important;
}

.features-bento .feature-card--photo .feature-card-overlay {
  background: linear-gradient(
    to bottom,
    transparent 0%,
    transparent 58%,
    rgba(26, 26, 26, 0.5) 78%,
    rgba(26, 26, 26, 0.88) 100%
  );
}

.features-bento .feature-card--ui {
  background: var(--pms-656);
}

.features-bento .feature-card--ui img {
  object-fit: contain;
  object-position: center top;
  width: 100%;
  height: 100%;
  transform: none !important;
}

.features-bento .feature-card--ui .feature-card-overlay {
  background: linear-gradient(
    to bottom,
    transparent 0%,
    transparent 55%,
    rgba(26, 26, 26, 0.65) 80%,
    rgba(26, 26, 26, 0.9) 100%
  );
}

.features-bento .feature-card img {
  transition: none;
}

.features-bento .feature-card:hover img {
  transform: none !important;
}

.features-bento .feature-card-overlay {
  background: linear-gradient(transparent 55%, rgba(26, 26, 26, 0.88));
}

.reveal-fade {
  opacity: 0;
  transition: opacity 0.7s ease;
}

.reveal-fade.visible {
  opacity: 1;
}

/* ── Lifestyle ── */
.lifestyle-section-premium {
  padding: 120px 0;
  background: linear-gradient(165deg, #ffffff 0%, var(--pms-656) 50%, var(--pms-657) 100%);
  position: relative;
  overflow: hidden;
  color: var(--color-text);
}

.lifestyle-section-premium .lifestyle-header h2,
.lifestyle-section-premium .lifestyle-header p,
.lifestyle-section-premium .eyebrow {
  color: var(--color-text);
}

.lifestyle-section-premium .lifestyle-header p {
  color: var(--color-text-muted);
}

.lifestyle-section-premium .eyebrow {
  color: var(--color-primary-light);
}

.lifestyle-section-premium::after {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 60%;
  height: 100%;
  background: radial-gradient(ellipse, rgba(142, 154, 175, 0.12) 0%, transparent 60%);
  pointer-events: none;
}

.lifestyle-section-premium .lifestyle-tab {
  color: var(--color-text-muted);
  border-color: var(--color-border);
}

.lifestyle-section-premium .lifestyle-tab.active {
  color: var(--color-primary);
  background: rgba(var(--color-primary-rgb), 0.08);
  border-color: var(--color-accent-light);
}

.lifestyle-main {
  box-shadow: var(--shadow-lg);
  transition: box-shadow 0.5s ease;
}

.lifestyle-main img {
  transition: opacity 0.5s ease, transform 8s ease;
}

.lifestyle-main:hover img {
  transform: scale(1.05);
}

.lifestyle-main img.fading {
  opacity: 0;
  transform: scale(1.02);
}

.lifestyle-thumb.active {
  box-shadow: 0 0 0 2px var(--color-accent);
  transform: scale(1.02);
}

/* ── Testimonials ── */
.testimonials-section-premium {
  padding: 100px 0;
  background: var(--color-bg);
}

.testimonials-section-premium .testimonial-card {
  background: #f5f2ed;
  border: none;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.testimonials-section-premium .testimonial-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 48px rgba(26, 26, 26, 0.1);
}

/* ── Press ── */
.press-section-premium {
  padding: 100px 0;
  background: var(--color-bg);
  color: var(--color-text);
}

.press-section-premium .section-header h2,
.press-section-premium .press-header h2 {
  color: var(--color-text) !important;
}

.press-section-premium .eyebrow {
  color: var(--color-primary-light) !important;
}

.press-section-premium .press-card {
  background: #ffffff;
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow);
}

.press-section-premium .press-card-content h4 {
  color: var(--color-text);
}

.press-section-premium .press-carousel {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  overflow-x: visible;
  margin-inline: 0;
  padding-inline: 0;
  scroll-snap-type: none;
  padding-bottom: 0;
}

.press-section-premium .press-card {
  flex: unset;
  scroll-snap-align: unset;
  min-width: 0;
}

.press-carousel-dots {
  display: none;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
}

.press-carousel-dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: var(--pms-659);
  cursor: pointer;
  transition: background 0.3s ease, transform 0.3s ease;
}

.press-carousel-dot.active {
  background: var(--color-text);
  transform: scale(1.15);
}

/* ── Journal (homepage) ── */
.journal-section-premium {
  padding: 100px 0;
  background: var(--color-bg-alt);
}

.journal-section-premium .journal-header h2 {
  color: var(--color-text);
}

/* ── CTA ── */
.cta-section-premium {
  position: relative;
  padding: 120px 0;
  background: linear-gradient(135deg, var(--pms-660) 0%, var(--pms-662) 100%);
  overflow: hidden;
  color: var(--color-text-light);
}

.cta-section-premium::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, rgba(176, 184, 193, 0.18) 0%, transparent 60%);
}

.cta-section-premium .container {
  position: relative;
  z-index: 1;
}

.cta-section-premium h2,
.cta-section-premium p {
  color: var(--color-text-light);
}

.cta-section-premium h2 {
  font-size: clamp(36px, 4vw, 52px);
}

.cta-section-premium .btn-light {
  background: #ffffff;
  color: var(--color-primary);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
}

.cta-section-premium .btn-light:hover {
  background: var(--pms-656);
}

/* ── Scroll reveal ── */
.reveal {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes heroRingEnter {
  from { opacity: 0; transform: scale(0.94); }
  to { opacity: 1; transform: scale(1); }
}

@keyframes orbFloat {
  0%, 100% { transform: translate(0, 0); }
  33% { transform: translate(20px, -20px); }
  66% { transform: translate(-15px, 15px); }
}

@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

@keyframes zoomIn {
  from { transform: scale(1.05); opacity: 0.8; }
  to { transform: scale(1); opacity: 1; }
}

@media (max-width: 1024px) {
  .page-home .hero-cinematic,
  .hero-cinematic {
    min-height: calc(100dvh - var(--site-topbar-height) - var(--hero-stats-strip-height));
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
  }

  .hero-cinematic-inner {
    grid-template-columns: 1fr;
    text-align: center;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding: clamp(16px, 3vh, 28px) 24px;
    gap: 0;
    min-height: 0;
    width: 100%;
    max-width: none;
  }

  .hero-cinematic .hero-text { margin-left: auto; margin-right: auto; }
  .hero-cinematic .hero-actions { justify-content: center; }
  .hero-visual-wrap {
    order: -1;
    flex: 1.2 1 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 0;
    width: 100%;
    padding: 0;
  }

  .hero-showcase-card {
    width: min(92vw, 440px);
    max-width: 100%;
    margin: 0 auto;
  }

  .hero-content {
    flex-shrink: 0;
  }

  .hero-cinematic .hero-label {
    margin-bottom: clamp(8px, 1.5vh, 14px);
  }

  .hero-cinematic .hero-title {
    margin-bottom: clamp(10px, 2vh, 18px);
  }

  .hero-cinematic .hero-text {
    margin-bottom: clamp(14px, 2.5vh, 22px);
  }

  .hero-cinematic .hero-disclaimer {
    position: static;
    text-align: center;
    margin-top: 12px;
  }

  .features-bento .feature-card,
  .features-bento .feature-card:nth-child(n) {
    grid-column: span 12;
    min-height: 260px;
  }

  .product-showcase-premium,
  .features-section-premium,
  .lifestyle-section-premium {
    padding: 72px 0;
  }

  .press-section-premium .press-carousel {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  body.page-home {
    --hero-stats-strip-height: 46px;
    padding-top: var(--site-topbar-height);
    background: var(--color-bg);
  }

  .page-home .site-topbar,
  .page-home .site-topbar .site-header,
  .page-home .site-topbar .announce-bar {
    background: var(--header-surface);
  }

  .page-home .site-topbar .site-header .nav-link,
  .page-home .site-topbar .site-header .icon-btn,
  .page-home .site-topbar .site-header .mobile-toggle {
    color: var(--color-text);
    border-color: rgba(26, 26, 26, 0.08);
  }

  .page-home .site-topbar .logo-img {
    filter: none;
  }

  .hero-video {
    position: relative;
    width: 100%;
    margin-top: 0;
    height: var(--hero-video-height, calc(100svh - var(--site-topbar-height)));
    min-height: calc(100svh - var(--site-topbar-height));
    max-height: none;
    overflow: hidden;
  }

  .hero-video-media {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: calc(100% + env(safe-area-inset-bottom, 0px));
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    object-position: center center;
  }

  .page-home .hero-cinematic,
  .hero-cinematic {
    min-height: calc(100dvh - var(--site-topbar-height) - var(--hero-stats-strip-height));
    overflow: hidden;
    display: flex;
    flex-direction: column;
  }

  .hero-cinematic-inner {
    padding: clamp(12px, 2.5vh, 24px) 20px;
  }

  .hero-cinematic .hero-label {
    font-size: clamp(11px, 1.6vh, 13px);
    margin-bottom: clamp(8px, 1.5vh, 12px);
  }

  .hero-cinematic .hero-title {
    font-size: clamp(30px, 7.5vw, 42px);
    line-height: 1.1;
    margin-bottom: clamp(10px, 2vh, 16px);
  }

  .hero-cinematic .hero-text {
    max-width: 100%;
    font-size: clamp(13px, 1.9vh, 15px);
    line-height: 1.6;
    margin-bottom: clamp(12px, 2.2vh, 20px);
  }

  .hero-cinematic .hero-actions {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: none;
    margin: 0;
    gap: clamp(8px, 1.5vh, 12px);
  }

  .hero-cinematic .hero-actions .btn {
    width: 100%;
    justify-content: center;
    min-height: clamp(46px, 6.5vh, 52px);
    white-space: normal;
    text-align: center;
    padding: clamp(12px, 1.8vh, 16px) 20px;
  }

  .hero-showcase-card {
    width: min(94vw, 420px);
  }

  .hero-cinematic .hero-disclaimer {
    position: static;
    margin-top: 12px;
    padding: 0 8px;
    text-align: center;
  }

  .hero-stats-strip {
    width: 100%;
    overflow: hidden;
    flex-shrink: 0;
  }

  .hero-stats-track {
    gap: 36px;
    padding: 14px 0;
  }

  .hero-stat-item { font-size: 13px; }
  .hero-stat-item strong { font-size: 17px; }

  .product-showcase-premium { padding: 48px 0; }
  .product-showcase-premium .section-header { margin-bottom: 32px !important; }
  .product-showcase-premium .product-tabs {
    gap: 8px 20px;
    margin-bottom: 32px;
    padding: 0 4px;
  }
  .product-showcase-premium .product-showcase-inner { gap: 24px; }
  .product-showcase-premium .product-showcase-text h2 {
    font-size: clamp(26px, 6vw, 32px);
  }
  .product-showcase-premium .product-showcase-text p { font-size: 15px; }
  .product-showcase-premium .product-showcase-text .btn {
    width: 100%;
    justify-content: center;
  }

  .features-section-premium,
  .lifestyle-section-premium {
    padding: 56px 0;
  }

  .features-teaser {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .features-teaser-copy .btn {
    width: 100%;
    justify-content: center;
  }

  .features-bento .feature-card,
  .features-bento .feature-card:nth-child(n) {
    min-height: 220px;
  }

  .features-bento .feature-card-overlay { padding: 20px; }

  .lifestyle-section-premium .lifestyle-header h2 {
    font-size: clamp(28px, 6vw, 36px);
  }

  .testimonials-section-premium,
  .press-section-premium,
  .journal-section-premium,
  .cta-section-premium {
    padding: 56px 0;
  }

  .press-section-premium .press-header h2 {
    font-size: clamp(26px, 6vw, 32px) !important;
  }

  .journal-section-premium .journal-header .eyebrow {
    font-size: 13px;
    margin-bottom: 10px;
  }

  .journal-section-premium .journal-header h2 {
    font-size: clamp(32px, 7vw, 40px);
    line-height: 1.1;
  }

  .press-section-premium .press-carousel {
    display: flex;
    grid-template-columns: unset;
    gap: 0;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x proximity;
    scroll-behavior: smooth;
    margin-inline: calc(-1 * var(--page-gutter));
    padding-inline: var(--page-gutter);
    scroll-padding-inline: var(--page-gutter);
    overscroll-behavior-x: contain;
    overscroll-behavior-y: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .press-section-premium .press-carousel.is-vertical-scroll {
    overflow-x: hidden;
    scroll-snap-type: none;
  }

  .press-section-premium .press-card.reveal,
  .press-section-premium .press-card.reveal-delay-1,
  .press-section-premium .press-card.reveal-delay-2,
  .press-section-premium .press-card.reveal-delay-3 {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .press-section-premium .press-carousel::-webkit-scrollbar {
    display: none;
  }

  .press-section-premium .press-card {
    flex: 0 0 100%;
    scroll-snap-align: start;
  }

  .press-carousel-dots {
    display: flex;
  }

  .cta-section-premium {
    padding: 64px 0;
  }

  .cta-section-premium .btn-light {
    width: 100%;
    justify-content: center;
    min-height: 48px;
  }
}

@media (max-width: 480px) {
  .hero-cinematic-inner {
    padding: clamp(10px, 2vh, 20px) 16px;
  }

  .hero-showcase-card {
    width: min(96vw, 400px);
  }

  .hero-cinematic .hero-title {
    font-size: clamp(28px, 8vw, 36px);
  }

  .product-showcase-premium,
  .features-section-premium,
  .lifestyle-section-premium,
  .testimonials-section-premium,
  .press-section-premium,
  .journal-section-premium {
    padding: 44px 0;
  }

  .features-bento { gap: 12px; }

  .features-bento .feature-card,
  .features-bento .feature-card:nth-child(n) {
    min-height: 200px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-orb, .hero-showcase-card, .hero-stats-track {
    animation: none;
  }
  .reveal { opacity: 1; transform: none; }
}
