/* ==========================================================================
   Monster Airmars G10 — Section-Specific Layouts
   Mobile-first | Breakpoints: 768px → 1024px → 1440px
   ========================================================================== */

/* ── Global Section ── */
.section {
  padding: var(--space-xl) var(--margin-mobile);
}

.section-dark {
  background: var(--color-bg-secondary);
}

.section-title {
  font-family: var(--font-heading);
  font-size: 36px;
  line-height: 1.1;
  color: var(--color-text);
  margin-bottom: var(--space-lg);
}

.section-title-bordered {
  border-left: 4px solid var(--color-primary);
  padding-left: var(--space-md);
}

.section-title-center {
  text-align: center;
}

/* ── Header ── */
.site-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: var(--z-header);
  background: rgba(244, 247, 250, 0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--color-border);
  height: var(--header-height);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 var(--margin-mobile);
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.05);
}

.site-header .logo {
  font-family: var(--font-heading);
  font-size: 20px;
  color: var(--color-primary);
  letter-spacing: -0.02em;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: var(--space-sm);
}

.site-header .logo img {
  height: 32px;
  width: auto;
}

.site-header .header-phone {
  color: var(--color-primary);
  text-decoration: none;
  font-size: 24px;
  display: flex;
  align-items: center;
  transition: transform var(--transition-fast);
}

.site-header .header-phone:active {
  transform: scale(0.9);
}

/* ── Hero Section ── */
.section-hero {
  padding: calc(var(--header-height) + var(--space-xl)) var(--margin-mobile) var(--space-xl);
  text-align: center;
  background: var(--color-bg);
  overflow: hidden;
}

.hero-eyebrow {
  font-family: var(--font-heading);
  font-size: 20px;
  color: var(--color-text-muted);
  letter-spacing: 0.1em;
  margin-bottom: var(--space-sm);
}

.hero-title {
  font-family: var(--font-heading);
  font-size: 48px;
  line-height: 1;
  letter-spacing: 0.02em;
  color: var(--color-text);
  margin-bottom: var(--space-lg);
  text-shadow: 0 2px 10px rgba(0, 102, 204, 0.05);
}

.hero-tagline {
  font-family: var(--font-body);
  font-size: 18px;
  color: var(--color-text-muted);
  margin-bottom: var(--space-lg);
}

.hero-image {
  width: 100%;
  max-height: 50vh;
  object-fit: contain;
  margin: var(--space-lg) auto;
  filter: drop-shadow(0 10px 30px rgba(0, 102, 204, 0.15));
}

.hero-price {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-md);
  margin-bottom: var(--space-md);
  flex-wrap: wrap;
}

.hero-hotline {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-sm);
  margin-top: var(--space-lg);
  color: var(--color-text-muted);
  font-size: 14px;
}

.hero-hotline a {
  color: var(--color-primary);
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
}

/* ── Feature Marquee ── */
.section-marquee {
  background: var(--color-bg-card);
  padding: var(--space-md) 0;
  overflow: hidden;
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
}

.marquee-track {
  display: flex;
  white-space: nowrap;
}

.marquee-content {
  display: flex;
  align-items: center;
  gap: var(--space-lg);
  padding-right: var(--space-lg);
  font-family: var(--font-heading);
  font-size: 18px;
  color: var(--color-primary);
  letter-spacing: 0.05em;
}

.marquee-dot {
  font-size: 8px;
  opacity: 0.5;
}

/* ── Sound Quality ── */
.section-sound {
  padding: var(--space-xl) var(--margin-mobile);
  background: var(--color-bg);
  text-align: center;
}

.sound-visualizer {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 4px;
  height: 80px;
  margin: var(--space-lg) auto;
}

.sound-visualizer .bar {
  width: 6px;
  background: var(--gradient-cta);
  border-radius: 3px 3px 0 0;
}

.sound-specs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-md);
  margin-top: var(--space-lg);
  text-align: left;
}

.sound-spec-item {
  font-size: 14px;
  color: var(--color-text-muted);
  display: flex;
  align-items: center;
  gap: var(--space-sm);
}

.sound-spec-item strong {
  color: var(--color-text);
}

/* ── LED RGB Section ── */
.section-led {
  padding: var(--space-xl) var(--margin-mobile);
  background: var(--color-bg-secondary);
  text-align: center;
}

.led-image-wrapper {
  position: relative;
  display: inline-block;
  padding: 4px;
  border: 3px solid transparent;
  border-radius: var(--radius-xl);
  margin: var(--space-lg) auto;
  max-width: 100%;
}

.led-image-wrapper img {
  width: 100%;
  border-radius: var(--radius-lg);
  display: block;
}

.led-description {
  font-size: 16px;
  line-height: 1.6;
  color: var(--color-text-muted);
  max-width: 600px;
  margin: 0 auto;
}

/* ── Spec Cards Grid ── */
.section-specs {
  padding: var(--space-xl) var(--margin-mobile);
}

.specs-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--gutter);
}

/* ── Countdown ── */
.section-countdown {
  padding: var(--space-xl) var(--margin-mobile);
  background: var(--color-bg-secondary);
  text-align: center;
}

.countdown-grid {
  display: flex;
  justify-content: center;
  gap: 12px;
}

.countdown-subtitle {
  font-size: 18px;
  line-height: 1.6;
  color: var(--color-text);
  margin-bottom: var(--space-lg);
}

/* ── Video Demo ── */
.section-video {
  padding: var(--space-xl) var(--margin-mobile);
}

.video-wrapper {
  position: relative;
  aspect-ratio: 16 / 9;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--color-bg-card);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.video-wrapper img,
.video-wrapper iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-wrapper .play-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: background var(--transition-normal);
}

.video-wrapper .play-overlay:hover {
  background: rgba(0, 0, 0, 0.1);
}

/* ── Reviews ── */
.section-reviews {
  padding: var(--space-xl) var(--margin-mobile);
  background: var(--color-bg);
}

.reviews-list {
  display: flex;
  flex-direction: column;
  gap: var(--space-lg);
}

/* ── Gallery ── */
.section-gallery {
  padding: var(--space-xl) 0;
}

.section-gallery .section-title {
  padding-left: var(--margin-mobile);
  padding-right: var(--margin-mobile);
}

.gallery-track {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: var(--gutter);
  padding: 0 var(--margin-mobile);
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.gallery-track::-webkit-scrollbar {
  display: none;
}

.gallery-slide {
  flex: 0 0 85%;
  scroll-snap-align: center;
  aspect-ratio: 1 / 1;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: var(--color-bg-card);
}

.gallery-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-dots {
  display: flex;
  justify-content: center;
  gap: var(--space-sm);
  margin-top: var(--space-lg);
}

.gallery-dot {
  width: 8px;
  height: 4px;
  border-radius: 2px;
  background: var(--color-border);
  border: none;
  padding: 0;
  cursor: pointer;
  transition: all var(--transition-normal);
}

.gallery-dot.active {
  width: 32px;
  background: var(--color-primary);
}

/* ── Order Form ── */
.section-order {
  padding: var(--space-xl) var(--margin-mobile);
  background: var(--color-bg-form);
  border-top: 4px solid;
  border-image: var(--gradient-cta) 1;
}

.order-qty-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--color-bg-secondary);
  padding: var(--space-md);
  border-radius: var(--radius-lg);
  margin-bottom: var(--space-lg);
}

.order-qty-label {
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--color-text-muted);
}

.order-trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-sm);
  margin-top: var(--space-lg);
  opacity: 0.7;
}

.order-trust-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 4px;
}

.order-trust-item .trust-icon {
  font-size: 24px;
  color: var(--color-primary);
}

.order-trust-item .trust-text {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* ── Trust Signals ── */
.section-trust {
  padding: var(--space-xl) var(--margin-mobile);
}

.trust-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--gutter);
}

/* ── FAQ ── */
.section-faq {
  padding: var(--space-xl) var(--margin-mobile);
}

/* ── FAQ List ── */
.faq-list {
  max-width: 700px;
  margin: 0 auto;
}

/* ── Price Section ── */
.section-price {
  background: var(--color-bg);
  text-align: center;
  padding: var(--space-xl) var(--margin-mobile);
}

.price-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-md);
  margin-bottom: var(--space-lg);
}

.hero-hotline-text {
  color: var(--color-text-muted);
  font-size: 14px;
  margin-top: var(--space-lg);
  text-align: center;
}

.hero-hotline-text a {
  color: var(--color-primary);
  text-decoration: none;
  font-weight: 700;
}

/* ── CTA Primary (full-width block) ── */
.cta-primary {
  display: block;
  width: 100%;
  background: var(--gradient-cta);
  color: var(--color-text);
  font-family: var(--font-heading);
  font-size: 22px;
  letter-spacing: 0.02em;
  text-align: center;
  text-decoration: none;
  padding: 18px 32px;
  border-radius: var(--radius-lg);
  border: none;
  cursor: pointer;
  box-shadow: var(--shadow-glow);
  transition: transform var(--transition-fast), box-shadow var(--transition-fast);
  -webkit-tap-highlight-color: transparent;
}

.cta-primary:hover {
  box-shadow: 0 0 50px rgba(255, 75, 31, 0.5);
}

.cta-primary:active {
  transform: scale(0.97);
}

/* ── Hero Features Grid ── */
.hero-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-md);
  max-width: 360px;
  margin: 0 auto var(--space-lg);
}

.hero-feature-item {
  display: flex;
  align-items: center;
  gap: var(--space-sm);
  background: rgba(0, 102, 204, 0.06);
  padding: 10px 14px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(0, 102, 204, 0.12);
}

.hero-feature-icon {
  font-size: 20px;
}

.hero-feature-text {
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 700;
  color: var(--color-text);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* ── Hero Image Secondary ── */
.hero-image--secondary {
  max-height: 35vh;
  opacity: 0.8;
}

/* ── Hero Radial Overlay ── */
.hero-radial-overlay {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 120%;
  height: 50%;
  background: radial-gradient(ellipse at center top, rgba(0, 102, 204, 0.06) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

.section-hero {
  position: relative;
}

.section-subtitle {
  font-family: var(--font-body);
  font-size: 16px;
  color: var(--color-text-muted);
  text-align: center;
  margin-bottom: var(--space-lg);
}

/* ── Timeline (Zigzag) ── */
.section-timeline {
  background: var(--color-bg-secondary);
}

.timeline {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
  padding: var(--space-lg) 0;
}

/* Center line */
.timeline::before {
  content: '';
  position: absolute;
  left: 24px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--color-border);
}

.timeline-step {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: var(--space-md);
  margin-bottom: var(--space-xl);
  padding-left: 56px;
}

.timeline-step:last-child {
  margin-bottom: 0;
}

.step-number {
  position: absolute;
  left: 8px;
  width: 34px;
  height: 34px;
  background: var(--gradient-cta);
  color: var(--color-text);
  font-family: var(--font-heading);
  font-size: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  box-shadow: 0 0 12px rgba(255, 75, 31, 0.4);
}

.step-content h3 {
  font-family: var(--font-heading);
  font-size: 20px;
  color: var(--color-text);
  margin-bottom: var(--space-xs);
}

.step-content p {
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--color-text-muted);
  line-height: 1.5;
}

/* ── Order Section (Light Background) ── */
.order-section--light {
  background: var(--color-bg-light);
  padding: var(--space-xl) var(--margin-mobile);
}

.order-section--light .container {
  max-width: 600px;
  margin: 0 auto;
}

.section-title--dark {
  color: var(--color-text-dark);
}

.section-subtitle--dark {
  font-family: var(--font-body);
  font-size: 16px;
  color: var(--color-text-dark-muted);
  text-align: center;
  margin-bottom: var(--space-lg);
}

/* Order Summary Light */
.order-summary--light {
  background: var(--color-bg-light-card);
  padding: var(--space-lg);
  border-radius: var(--radius-lg);
  border: 1px solid var(--color-border-light);
  margin-bottom: var(--space-lg);
  border-left: 3px solid var(--color-primary);
}

.order-product {
  display: flex;
  align-items: center;
  gap: var(--space-md);
  padding-bottom: var(--space-md);
  border-bottom: 1px solid var(--color-border-light);
}

.order-thumb {
  width: 60px;
  height: 60px;
  object-fit: contain;
  border-radius: var(--radius);
  background: var(--color-bg-light);
}

.order-product-info {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.order-product-name {
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 700;
  color: var(--color-text-dark);
}

.order-product-variant {
  font-size: 13px;
  color: var(--color-text-dark-muted);
}

.order-product-price {
  font-family: var(--font-price);
  font-size: 20px;
  font-weight: 700;
  color: var(--color-primary);
}

.order-shipping {
  padding: var(--space-sm) 0;
  font-size: 14px;
  color: var(--color-text-dark-muted);
}

.order-shipping strong {
  color: var(--color-text-dark);
}

.order-total-row {
  padding-top: var(--space-md);
  border-top: 1px solid var(--color-border-light);
  font-family: var(--font-heading);
  font-size: 20px;
  color: var(--color-text-dark);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.order-total-value {
  font-family: var(--font-price);
  font-size: 28px;
  font-weight: 700;
  color: var(--color-primary);
}

/* Quantity Control (Light) */
.qty-control {
  display: flex;
  align-items: center;
  gap: var(--space-md);
  background: var(--color-bg-light-card);
  padding: var(--space-md);
  border-radius: var(--radius-lg);
  border: 1px solid var(--color-border-light);
  margin-bottom: var(--space-lg);
}

.qty-control label {
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 700;
  color: var(--color-text-dark);
  flex: 1;
}

.qty-control .qty-btn {
  width: 36px;
  height: 36px;
  border: 1px solid var(--color-border-light);
  border-radius: var(--radius-lg);
  background: var(--color-bg-light);
  color: var(--color-text-dark);
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background var(--transition-fast);
}

.qty-control .qty-btn:active {
  background: rgba(255, 75, 31, 0.1);
}

.qty-control input[type="number"] {
  width: 48px;
  text-align: center;
  font-family: var(--font-price);
  font-size: 20px;
  font-weight: 700;
  color: var(--color-text-dark);
  border: none;
  background: transparent;
  -moz-appearance: textfield;
  outline: none;
}

.qty-control input[type="number"]::-webkit-outer-spin-button,
.qty-control input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Form Inputs Light */
.form-input--light {
  width: 100%;
  padding: 14px 16px;
  font-family: var(--font-body);
  font-size: 16px;
  color: var(--color-text-dark);
  background: var(--color-bg-light-card);
  border: 1px solid var(--color-border-light);
  border-radius: var(--radius-lg);
  outline: none;
  transition: border-color var(--transition-normal), box-shadow var(--transition-normal);
}

.form-input--light:focus {
  border-color: var(--color-primary);
  box-shadow: 0 0 0 3px rgba(255, 75, 31, 0.1);
}

.form-input--light::placeholder {
  color: var(--color-text-dark-muted);
}

/* Error messages */
.error-msg {
  display: block;
  font-size: 12px;
  color: var(--color-sale-red);
  margin-top: 4px;
  min-height: 16px;
}

/* CTA Submit */
.cta-submit {
  margin-top: var(--space-md);
  font-size: 20px;
}

.btn-loading {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

/* Order Trust (Light Section) */
.order-trust {
  display: flex;
  justify-content: center;
  gap: var(--space-lg);
  margin-top: var(--space-lg);
  font-size: 13px;
  color: var(--color-text-dark-muted);
}

/* ── Inline CTA Sections (scattered throughout page) ── */
.section-cta-inline {
  background: var(--color-bg);
  text-align: center;
  padding: var(--space-lg) var(--margin-mobile);
  border-top: 1px solid var(--color-border-subtle);
  border-bottom: 1px solid var(--color-border-subtle);
}

.section-cta-inline .cta-primary {
  max-width: 500px;
  margin: 0 auto;
  font-weight: 800;
}

.cta-sub {
  font-family: var(--font-body);
  font-size: 13px;
  color: var(--color-text-muted);
  margin-top: var(--space-md);
  text-transform: none;
  letter-spacing: 0;
  font-weight: 400;
}

.cta-sub a {
  color: var(--color-primary);
  text-decoration: none;
  font-weight: 700;
}

.cta-sub s {
  color: var(--color-text-dim);
}

/* ── Anti-Bot Captcha ── */
.captcha-group {
  margin-top: var(--space-sm);
}

.captcha-label {
  display: block;
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 700;
  color: var(--color-text-dark);
  margin-bottom: var(--space-sm);
  padding: 12px 16px;
  background: rgba(255, 75, 31, 0.06);
  border-left: 3px solid var(--color-primary);
  border-radius: 0 var(--radius) var(--radius) 0;
}

.captcha-group input[type="number"] {
  -moz-appearance: textfield;
}

.captcha-group input[type="number"]::-webkit-outer-spin-button,
.captcha-group input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* ── Footer ── */
.site-footer {
  padding: var(--space-xl) var(--margin-mobile);
  background: var(--color-bg);
  border-top: 1px solid var(--color-border);
  text-align: center;
}

.footer-logo {
  height: 48px;
  width: auto;
  margin-bottom: var(--space-md);
  filter: grayscale(1) brightness(2);
}

.footer-hotline {
  font-family: var(--font-heading);
  font-size: 24px;
  color: var(--color-primary);
  letter-spacing: 0.1em;
  margin-bottom: var(--space-md);
}

.footer-hotline a {
  color: inherit;
  text-decoration: none;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--space-md);
  padding: var(--space-md) 0;
}

.footer-links a {
  color: var(--color-text-muted);
  text-decoration: none;
  font-size: 14px;
  transition: color var(--transition-fast);
}

.footer-links a:hover {
  color: var(--color-primary);
}

.footer-copyright {
  font-size: 14px;
  color: var(--color-text-dim);
  margin-top: var(--space-md);
}

/* ── Sticky Bottom Bar ── */
.sticky-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: var(--z-bottom-bar);
  background: rgba(10, 10, 10, 0.95);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-top: 2px solid var(--color-border);
  box-shadow: var(--shadow-bottom);
  height: var(--bottom-bar-height);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 var(--margin-mobile);
}

.sticky-bottom .price-col {
  display: flex;
  flex-direction: column;
}

.sticky-bottom .price-col .current-label {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--color-text-muted);
  letter-spacing: 0.05em;
}

.sticky-bottom .price-col .current-price {
  font-family: var(--font-price);
  font-size: 24px;
  font-weight: 700;
  color: var(--color-primary);
}

.sticky-bottom .actions-col {
  display: flex;
  gap: var(--space-sm);
}

.sticky-bottom .btn-sticky {
  font-family: var(--font-heading);
  font-size: 18px;
  padding: 10px 20px;
  border-radius: var(--radius-lg);
}

.sticky-bottom .btn-sticky-primary {
  background: var(--gradient-cta);
  color: var(--color-text);
  border: none;
  box-shadow: var(--shadow-glow);
}

.sticky-bottom .btn-sticky-outline {
  background: transparent;
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-decoration: none;
  display: flex;
  align-items: center;
}

/* ── Responsive: Tablet (768px+) ── */
@media (min-width: 768px) {
  .section {
    padding: var(--space-2xl) 40px;
  }

  .section-hero {
    padding-left: 40px;
    padding-right: 40px;
  }

  .hero-title {
    font-size: 72px;
  }

  .hero-eyebrow {
    font-size: 24px;
  }

  .specs-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .trust-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .reviews-list {
    flex-direction: row;
    gap: var(--space-md);
  }

  .reviews-list .card-review {
    flex: 1;
  }

  .gallery-slide {
    flex: 0 0 45%;
  }

  .countdown-value {
    width: 80px;
    height: 96px;
    font-size: 48px;
  }

  .order-trust-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .site-header {
    padding: 0 40px;
  }

  .site-header .logo {
    font-size: 24px;
  }

  .sticky-bottom {
    padding: 0 40px;
  }

  /* Timeline: center line on tablet+ */
  .timeline::before {
    left: 50%;
    transform: translateX(-50%);
  }

  .timeline-step {
    width: 50%;
    padding-left: 0;
  }

  .timeline-step.left {
    padding-right: var(--space-xl);
    text-align: right;
  }

  .timeline-step.left .step-number {
    left: auto;
    right: -17px;
  }

  .timeline-step.right {
    margin-left: 50%;
    padding-left: var(--space-xl);
  }

  .timeline-step.right .step-number {
    left: -17px;
  }

  .hero-features {
    max-width: 500px;
  }

  .order-section--light {
    padding: var(--space-2xl) 40px;
  }
}

/* ── Responsive: Desktop (1024px+) ── */
@media (min-width: 1024px) {
  .section {
    padding: 80px var(--margin-desktop);
  }

  .section-hero {
    padding-left: var(--margin-desktop);
    padding-right: var(--margin-desktop);
  }

  .hero-title {
    font-size: 96px;
  }

  .hero-eyebrow {
    font-size: 28px;
  }

  .marquee-content {
    font-size: 24px;
  }

  .gallery-slide {
    flex: 0 0 30%;
  }

  .section-order {
    max-width: 600px;
    margin: 0 auto;
    border-radius: var(--radius-xl);
  }

  .site-header {
    padding: 0 var(--margin-desktop);
  }

  .sticky-bottom {
    display: none; /* Hide on desktop — full page is visible */
  }

  .site-footer {
    padding: 80px var(--margin-desktop);
  }

  .timeline {
    max-width: 800px;
  }

  .order-section--light {
    padding: 80px var(--margin-desktop);
  }

  .order-section--light .container {
    max-width: 540px;
  }
}

/* ── Responsive: Large (1440px+) ── */
@media (min-width: 1440px) {
  .hero-title {
    font-size: 120px;
  }

  .section {
    padding: 100px 200px;
  }
}
