/* ============================================================
   ELYON DUBAI — OF01 Offer Page  (pixel-match rebuild)
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400&family=Inter:wght@300;400;500;600;700&display=swap');

*, *::before, *::after { box-sizing: border-box; }
html { font-size: 16px; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  background: #fff;
  color: #1a1a1a;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }
p { margin: 0; line-height: 1.6; }
h1,h2,h3,h4 { margin: 0; font-family: 'EB Garamond', Georgia, serif; font-weight: 700; line-height: 1.1; }

/* ── STICKY TOP WRAP ── */
.sticky-top-wrap {
  position: sticky;
  top: 0;
  z-index: 300;
}

/* ── TOP BANNER ── */
.top-banner {
  width: 100%;
  line-height: 0;
  display: flex;
  justify-content: center;
  background: #fff;
}
.top-banner img {
  width: 100%;
  max-width: 800px;
  height: auto;
  display: block;
}

/* ── ANNOUNCEMENT BAR ── */
.announce-bar {
  background: #fff;
  border-bottom: 1px solid #e8e8e8;
  position: sticky;
  top: 0;
  z-index: 210;
  padding: 9px 20px;
}
.announce-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}
.announce-tp {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.tp-logo-svg { width: 20px; height: 20px; flex-shrink: 0; }
.announce-stars { color: #00b67a; font-size: 0.78rem; letter-spacing: 1px; }
.announce-score { font-size: 0.78rem; color: #111; }
.announce-score strong { font-weight: 700; }
.announce-divider { color: #ccc; font-size: 0.78rem; }
.announce-count { font-size: 0.78rem; color: #555; }
.announce-link {
  font-size: 0.72rem;
  font-weight: 600;
  color: #00b67a;
  text-decoration: none;
  white-space: nowrap;
  letter-spacing: 0.02em;
}
.announce-link:hover { text-decoration: underline; }

/* ── HEADER (dark, sticky) ── */
.site-header {
  background: #fff;
  position: relative;
  z-index: 200;
}
.header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
  height: 58px;
  border-bottom: none;
}
.header-spacer { width: 140px; }
.nav-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1px;
}
.nav-logo img {
  height: 52px;
  width: auto;
  object-fit: contain;
}
.nav-logo-sub {
  font-size: 0.44rem;
  font-weight: 600;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.3);
}
.header-badge {
  width: 140px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 5px;
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
}
.header-badge-dot {
  width: 4px; height: 4px;
  background: rgba(255,255,255,0.3);
  border-radius: 50%;
}
/* Handmade sub-bar */
.handmade-bar {
  background: #0d0d0d;
  padding: 7px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
}
.handmade-icon { font-size: 0.85rem; opacity: 0.5; }

/* ── HERO LAYOUT ── */
.hero-wrap {
  display: grid;
  grid-template-columns: 55fr 45fr;
  max-width: 1100px;
  margin: 0 auto;
  align-items: start;
}

/* ── LEFT: GALLERY ── */
.hero-gallery {
  position: sticky;
  top: 90px;
  align-self: flex-start;
  display: flex;
  flex-direction: column;
  background: #fff;
  overflow: hidden;
  border-right: 1px solid #f0f0f0;
}
.gallery-main-area {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  width: 100%;
}
.gallery-main-area .swiper.is-main {
  width: 100%;
  height: 100%;
}
.swiper.is-main .swiper-slide {
  background: #0f0f0f;
  overflow: hidden;
}
.swiper.is-main .swiper-slide img,
.swiper.is-main .swiper-slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
/* Arrows */
.gallery-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 34px; height: 34px;
  background: rgba(255,255,255,0.9);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: box-shadow 180ms;
  color: #333;
  box-shadow: 0 1px 6px rgba(0,0,0,0.1);
}
.gallery-nav:hover { box-shadow: 0 3px 12px rgba(0,0,0,0.15); }
.gallery-nav-prev { left: 12px; }
.gallery-nav-next { right: 12px; }
.gallery-nav svg { width: 13px; height: 13px; }

/* Thumbnail strip */
.gallery-thumbs-area {
  flex-shrink: 0;
  padding: 8px 10px 9px;
  background: #fff;
  border-top: 1px solid #efefef;
  display: flex;
  align-items: center;
  gap: 6px;
}
.swiper-thumbs-inner { flex: 1; overflow: hidden; }
.swiper.is-thumbs .swiper-slide {
  aspect-ratio: 1;
  border: 2px solid transparent;
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
  opacity: 0.48;
  transition: opacity 180ms, border-color 180ms;
  background: #e8e8e8;
}
.swiper.is-thumbs .swiper-slide-thumb-active {
  border-color: #1a1a1a;
  opacity: 1;
}
.swiper.is-thumbs .swiper-slide:hover { opacity: 0.82; }
.swiper.is-thumbs .swiper-slide img,
.swiper.is-thumbs .swiper-slide video {
  width: 100%; height: 100%;
  object-fit: cover; display: block; pointer-events: none;
}

/* Slide video */
.slide-video-wrap { position: relative; width: 100%; height: 100%; }
.slide-play-btn {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  background: rgba(0,0,0,0.18);
  cursor: pointer; transition: background 200ms;
}
.slide-play-btn:hover { background: rgba(0,0,0,0.3); }
.slide-play-btn svg { width: 50px; height: 50px; fill: #fff; filter: drop-shadow(0 2px 6px rgba(0,0,0,0.4)); }
.slide-sound-btn {
  position: absolute; top: 12px; right: 12px;
  background: rgba(0,0,0,0.52); backdrop-filter: blur(8px);
  color: #fff; border: none; padding: 6px 13px; border-radius: 20px;
  font-size: 0.7rem; font-weight: 600; cursor: pointer;
  display: none; align-items: center; gap: 5px;
}

/* ── RIGHT: PRODUCT PANEL ── */
.hero-panel {
  padding: 24px 32px 80px;
}

/* Sale bar — GOLD */
.panel-sale-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(135deg, #c9a84c 0%, #a87d2a 100%);
  border-radius: 8px;
  padding: 14px 0 14px 16px;
  margin-bottom: 18px;
  overflow: hidden;
  position: relative;
  min-height: 62px;
}
.panel-sale-text strong {
  display: block;
  color: #fff;
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-shadow: 0 1px 3px rgba(0,0,0,0.18);
  font-family: 'Inter', sans-serif;
}
.panel-sale-text span {
  display: block;
  color: rgba(255,255,255,0.8);
  font-size: 0.68rem;
  font-weight: 500;
  margin-top: 2px;
  letter-spacing: 0.02em;
}
.panel-sale-img {
  width: 72px;
  flex-shrink: 0;
  align-self: stretch;
  overflow: hidden;
}
.panel-sale-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center top;
}

/* Social proof */
.panel-proof {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}
.proof-avatar {
  width: 36px; height: 36px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  position: relative;
}
.proof-avatar img { width: 100%; height: 100%; object-fit: cover; }
.proof-avatar-tp { background: transparent; border: none; box-shadow: none; border-radius: 0; width: auto; height: 1.2em; overflow: visible; }
.proof-avatar-tp img { width: auto; height: 100%; display: block; object-fit: contain; }
.proof-check {
  position: absolute; bottom: -1px; right: -1px;
  width: 13px; height: 13px;
  background: #1877f2; border-radius: 50%;
  border: 1.5px solid #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.38rem; color: #fff; font-weight: 900; line-height: 1;
}
.proof-text { font-size: 0.73rem; color: #444; line-height: 1.4; }
.proof-text strong { color: #1a1a1a; font-weight: 700; }

/* Title */
.panel-title {
  font-family: 'EB Garamond', Georgia, serif;
  font-size: clamp(2.2rem, 4vw, 3rem);
  font-weight: 800;
  color: #1a1a1a;
  line-height: 1;
  margin-bottom: 8px;
  letter-spacing: -0.01em;
}

/* Rating — Trustpilot */
.panel-rating {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 10px;
}
.tp-stars-wrap { display: flex; gap: 2px; }
.tp-star {
  width: 20px; height: 20px;
  background: #00b67a;
  border-radius: 0;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.tp-star svg { width: 12px; height: 12px; fill: #fff; }
.tp-star.half { background: linear-gradient(90deg, #00b67a 55%, #ddd 55%); }
.rating-reviews {
  font-size: 0.76rem;
  color: #444;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 3px;
}
.rating-caret { font-size: 0.58rem; color: #888; }

/* Tagline */
.panel-tagline {
  font-size: 0.85rem;
  color: #555;
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #ebebeb;
  line-height: 1.65;
}
.panel-tagline-sub {
  font-size: 0.78rem;
  color: #888;
  font-style: italic;
  letter-spacing: 0.03em;
}
.panel-sub-volume {
  font-size: 0.78rem;
  color: #888;
  font-style: italic;
  letter-spacing: 0.03em;
  margin: 4px 0 14px;
}

/* ── TABS ── */
.panel-tabs { margin-bottom: 18px; }
.tabs-nav {
  display: flex;
  gap: 0;
  margin-bottom: 14px;
}
.tab-btn {
  flex: 1;
  height: 36px;
  background: transparent;
  border: none;
  border-radius: 100px;
  font-family: 'Inter', sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #999;
  cursor: pointer;
  transition: background 160ms, color 160ms;
  padding: 0 6px;
}
.tab-btn.active { background: #1a1a1a; color: #fff; }
.tab-btn:hover:not(.active) { color: #555; }
.tab-pane { display: none; }
.tab-pane.active { display: block; }

/* Benefits list */
.benefits-list { list-style: none; margin: 0 0 14px; padding: 0; }
.benefits-list li {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 7px 0;
  font-size: 0.82rem;
  color: #1a1a1a;
  font-weight: 500;
  border-bottom: 1px solid #f5f5f5;
}
.benefits-list li:last-child { border-bottom: none; }
.check-icon {
  width: 18px; height: 18px;
  background: #1a1a1a;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.check-icon svg { width: 9px; height: 9px; }

/* Tab testimonial */
.tab-testimonial {
  display: flex;
  gap: 10px;
  background: #f9f9f7;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  padding: 12px;
}
.testi-avatar { width: 38px; height: 38px; border-radius: 50%; overflow: hidden; flex-shrink: 0; }
.testi-avatar img { width: 100%; height: 100%; object-fit: cover; }
.testi-name { font-size: 0.72rem; font-weight: 700; color: #1a1a1a; margin-bottom: 4px; }
.testi-quote { font-size: 0.78rem; color: #555; line-height: 1.6; font-style: italic; }

/* Tab video */
.tab-video-wrap { display: flex; justify-content: center; padding: 0 0 12px; }
.tab-video-inner {
  position: relative; width: 100%; max-width: 230px;
  border-radius: 10px; overflow: hidden; background: #000;
  aspect-ratio: 9 / 16;
}
.tab-video-inner video { width: 100%; height: 100%; object-fit: cover; display: block; }
.tab-play-btn {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  width: 56px; height: 56px;
  background: rgba(255,255,255,0.95); backdrop-filter: blur(10px);
  border: none; border-radius: 50%; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 18px rgba(0,0,0,0.22);
  transition: transform 200ms;
}
.tab-play-btn:hover { transform: translate(-50%,-50%) scale(1.06); }
.tab-play-btn svg { width: 18px; height: 18px; margin-left: 3px; }
.tab-unmute-btn {
  position: absolute; top: 12px; left: 50%; transform: translateX(-50%);
  background: rgba(0,0,0,0.55); backdrop-filter: blur(8px);
  color: #fff; border: none; padding: 6px 14px; border-radius: 20px;
  font-size: 0.7rem; font-weight: 600; cursor: pointer;
  display: none; align-items: center; gap: 5px; white-space: nowrap;
}
.tab-unmute-btn.visible { display: flex; }
.tab-pane p { font-size: 0.83rem; color: #555; line-height: 1.8; margin-bottom: 10px; }

/* ── INSTALLMENTS ── */
.panel-installments {
  font-size: 0.75rem;
  color: #555;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}
.afterpay-badge {
  display: inline-flex;
  align-items: center;
  background: #b2fce4;
  color: #000;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  padding: 3px 10px;
  border-radius: 20px;
  line-height: 1;
}

/* ── PRICE ── */
.panel-price-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 14px;
  flex-wrap: wrap;
}
.price-compare {
  font-family: 'EB Garamond', Georgia, serif;
  font-size: 1.2rem;
  color: #aaa;
  text-decoration: line-through;
  font-weight: 500;
}
.price-sale {
  font-family: 'EB Garamond', Georgia, serif;
  font-size: 2.1rem;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1;
}
.price-save-badge {
  background: #fff3e0;
  color: #b35a00;
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 4px 9px;
  border-radius: 4px;
  border: 1px solid #f5c07a;
  align-self: center;
  white-space: nowrap;
}

/* ── CTA ── */
.panel-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 54px;
  background: #1a1a1a;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: none;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  text-decoration: none;
  transition: background 200ms;
  margin-bottom: 12px;
  position: relative;
}
.panel-cta:hover { background: #2d2d2d; }
.panel-cta:active { transform: scale(0.99); }
.cta-lock {
  position: absolute;
  right: 16px;
  display: flex;
  align-items: center;
  opacity: 0.8;
}

/* ── PAYMENT ICONS ── */
.panel-payments {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
  flex-wrap: nowrap;
  overflow-x: auto;
  margin-bottom: 11px;
  scrollbar-width: none;
}
.panel-payments::-webkit-scrollbar { display: none; }
.pay-icon {
  width: 52px;
  height: 34px;
  flex-shrink: 0;
  object-fit: contain;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  padding: 4px 6px;
  background: #fff;
}
.pay-icon-wordmark {
  width: 52px;
  height: 34px;
  flex-shrink: 0;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  padding: 0;
  border-radius: 4px;
}

/* ── SHIPS BY ── */
.panel-ships {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 0.76rem;
  color: #555;
  font-weight: 500;
  margin-bottom: 16px;
}
.ships-truck { width: 18px; height: 18px; flex-shrink: 0; color: #555; }
.ships-date { font-weight: 700; color: #1a1a1a; }

/* ── GUARANTEE ── */
.dhl-banner {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  margin-bottom: 16px;
}

.panel-guarantee {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 15px;
  background: #f9f9f7;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  margin-bottom: 24px;
}
.guarantee-icon-wrap {
  width: 32px; height: 32px; flex-shrink: 0;
  border: 1.5px solid #bbb;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: #555;
}
.guarantee-icon-wrap svg { width: 15px; height: 15px; }
.guarantee-text strong { display: block; font-size: 0.77rem; font-weight: 700; color: #1a1a1a; margin-bottom: 3px; }
.guarantee-text span { font-size: 0.72rem; color: #666; line-height: 1.55; }

/* ── FAQ ── */
.faq-title {
  font-size: 0; /* hidden — FAQ items speak for themselves */
  height: 0;
}
.faq-wrap { border-top: 1px solid #e8e8e8; }
.faq-item { border-bottom: 1px solid #e8e8e8; }
.faq-q {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  background: none; border: none;
  font-family: 'Inter', sans-serif;
  font-size: 0.82rem;
  font-weight: 500;
  color: #1a1a1a;
  text-align: left;
  cursor: pointer;
  gap: 16px;
}
.faq-q:hover { color: #555; }
.faq-icon { width: 18px; height: 18px; position: relative; flex-shrink: 0; color: #888; }
.faq-icon::before, .faq-icon::after {
  content: '';
  position: absolute;
  background: currentColor;
  border-radius: 2px;
  transition: transform 220ms, opacity 220ms;
}
.faq-icon::before { width: 1.5px; height: 11px; top: 3.5px; left: 8.25px; }
.faq-icon::after  { width: 11px; height: 1.5px; top: 8.25px; left: 3.5px; }
.faq-q[aria-expanded="true"] .faq-icon::before { transform: rotate(90deg); opacity: 0; }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 320ms ease; }
.faq-a.open { max-height: 600px; }
.faq-a-inner { font-size: 0.8rem; color: #666; line-height: 1.9; padding: 0 0 14px; }

/* ── TRUST MARQUEE (GOLD background, dark text) ── */
.trust-marquee {
  overflow: hidden;
  background: #c9a84c;
  padding: 10px 0;
}
.marquee-track {
  display: flex;
  width: max-content;
  animation: marquee-slide 30s linear infinite;
  align-items: center;
}
.marquee-item {
  font-size: 0.56rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(0,0,0,0.5);
  white-space: nowrap;
  padding: 0 16px;
}
.marquee-sep { color: rgba(0,0,0,0.22); font-size: 0.4rem; padding: 0 2px; }
@keyframes marquee-slide {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ── FEATURES ── */
.features-section { padding: 70px 0 80px; background: #f7f4ef; }
.features-container { max-width: 1100px; margin: 0 auto; padding: 0 40px; }
.features-head { text-align: center; margin-bottom: 44px; }
.features-eyebrow {
  display: inline-block;
  font-size: 0.56rem; font-weight: 700; letter-spacing: 0.28em;
  text-transform: uppercase; color: #c9a84c; margin-bottom: 10px;
}
.features-head h2 { font-size: clamp(1.8rem, 3vw, 2.5rem); color: #1a1a1a; margin-bottom: 7px; }
.features-head p { font-size: 0.85rem; color: #888; }
.features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.feature-card {
  background: #fff; border: 1px solid #e8e8e8; border-radius: 12px;
  overflow: hidden; transition: box-shadow 250ms, transform 250ms;
}
.feature-card:hover { box-shadow: 0 10px 32px rgba(0,0,0,0.08); transform: translateY(-3px); }
.feature-video-wrap { position: relative; aspect-ratio: 4/3; overflow: hidden; background: #111; }
.feature-video-wrap video { width: 100%; height: 100%; object-fit: cover; display: block; }
.feature-num {
  position: absolute; top: 10px; left: 10px;
  width: 24px; height: 24px;
  background: rgba(0,0,0,0.6); backdrop-filter: blur(6px);
  color: #fff; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.64rem; font-weight: 800;
}
.feature-body { padding: 18px 18px 20px; }
.feature-body h3 { font-size: 1.3rem; font-weight: 700; color: #1a1a1a; margin-bottom: 6px; }
.feature-body p { font-size: 0.79rem; color: #666; line-height: 1.7; }

/* ── 10 REASONS ── */
.reasons-section { background: #fff; padding: 80px 0 100px; }
.reasons-container { max-width: 1100px; margin: 0 auto; padding: 0 40px; }

.reasons-head { text-align: center; margin-bottom: 60px; max-width: 720px; margin-left: auto; margin-right: auto; }
.reasons-eyebrow {
  display: inline-block;
  font-size: 0.56rem; font-weight: 700; letter-spacing: 0.28em;
  text-transform: uppercase; color: #c9a84c; margin-bottom: 12px;
}
.reasons-head h2 { font-size: clamp(1.8rem, 3.5vw, 2.8rem); color: #111; margin-bottom: 10px; line-height: 1.15; }
.reasons-sub { font-size: 1rem; color: #c9a84c; font-style: italic; margin-bottom: 20px; }
.reasons-intro { font-size: 0.88rem; color: #666; line-height: 1.8; text-align: left; }

/* Reason blocks */
.reasons-list { display: flex; flex-direction: column; gap: 0; }
.reason-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 340px;
  border-bottom: 1px solid #f0f0f0;
}
.reason-block-reverse { direction: rtl; }
.reason-block-reverse > * { direction: ltr; }

.reason-media {
  background: #1a1a1a;
  position: relative;
  overflow: hidden;
}
.reason-media-placeholder {
  background: linear-gradient(135deg, #f0ece4 0%, #e8e2d8 100%);
  display: flex; align-items: center; justify-content: center;
}
.reason-media-placeholder::after {
  content: '';
  width: 48px; height: 48px;
  border: 2px solid rgba(201,168,76,0.4);
  border-radius: 50%;
}
.reason-media video,
.reason-media img {
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.reason-tp-img {
  object-fit: contain;
  border-radius: 12px;
}

.reason-content {
  padding: 48px 52px;
  display: flex; flex-direction: column; justify-content: center;
  background: #fff;
}
.reason-label {
  font-size: 0.56rem; font-weight: 700; letter-spacing: 0.28em;
  text-transform: uppercase; color: #c9a84c; margin-bottom: 12px;
}
.reason-content h3 {
  font-size: clamp(1.3rem, 2vw, 1.75rem); color: #111;
  margin-bottom: 16px; line-height: 1.2;
}
.reason-content p { font-size: 0.85rem; color: #666; line-height: 1.85; }

/* Invitation */
.invitation-block { margin-top: 80px; }
.invitation-head { text-align: center; margin-bottom: 40px; }
.invitation-head h2 { font-size: clamp(1.6rem, 3vw, 2.4rem); color: #111; margin-bottom: 8px; }
.invitation-head p { font-size: 0.85rem; color: #888; }
.invitation-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }

.invitation-card {
  background: #f9f7f3;
  border: 1px solid #e8e4dc;
  border-radius: 14px;
  padding: 32px 28px;
  display: flex; flex-direction: column; gap: 10px;
  transition: border-color 200ms;
}
.invitation-card:hover { border-color: #c9a84c; }
.invitation-card-featured {
  background: #fdf8ec;
  border-color: #c9a84c;
}
.inv-num {
  width: 32px; height: 32px;
  border: 1px solid rgba(201,168,76,0.4);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.72rem; font-weight: 700; color: #c9a84c;
  margin-bottom: 6px;
}
.invitation-card h3 { font-size: 1.3rem; color: #111; }
.invitation-card p { font-size: 0.8rem; color: #777; line-height: 1.7; flex: 1; }
.inv-cta {
  display: inline-flex; align-items: center;
  margin-top: 8px;
  padding: 13px 20px;
  background: #c9a84c; color: #000;
  font-size: 0.75rem; font-weight: 700; letter-spacing: 0.04em;
  border-radius: 7px; border: none; cursor: pointer;
  text-decoration: none; transition: opacity 150ms;
  text-align: center; justify-content: center;
}
.inv-cta:hover { opacity: 0.88; }
.invitation-card-featured .inv-cta { background: #c9a84c; }

/* ── PRODUCT GRID ── */
.prod-grid-section { background: #f7f4ef; padding: 72px 0 88px; }
.prod-grid-container { max-width: 1100px; margin: 0 auto; padding: 0 40px; }
.prod-grid-head { text-align: center; margin-bottom: 44px; }
.prod-grid-eyebrow {
  display: inline-block;
  font-size: 0.56rem; font-weight: 700; letter-spacing: 0.28em;
  text-transform: uppercase; color: #c9a84c; margin-bottom: 10px;
}
.prod-grid-head h2 { font-size: clamp(1.7rem, 3vw, 2.4rem); color: #111; margin-bottom: 8px; }
.prod-grid-head p { font-size: 0.85rem; color: #888; }

.prod-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.prod-card {
  background: #fff;
  border: 1px solid #e8e4dc;
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: box-shadow 220ms, transform 220ms;
}
.prod-card:hover { box-shadow: 0 12px 36px rgba(0,0,0,0.09); transform: translateY(-3px); }
.prod-card-featured { border-color: #c9a84c; }

.prod-card-tag {
  position: absolute; top: 12px; left: 12px;
  background: #c9a84c; color: #000;
  font-size: 0.56rem; font-weight: 800; letter-spacing: 0.16em;
  text-transform: uppercase; padding: 4px 10px; border-radius: 100px;
  z-index: 2;
}

.prod-card-img-wrap {
  display: block;
  aspect-ratio: 1/1;
  overflow: hidden;
  background: #f0ece4;
}
.prod-card-img-wrap img {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
  transition: transform 400ms;
}
.prod-card:hover .prod-card-img-wrap img { transform: scale(1.04); }

.prod-card-body {
  padding: 18px 18px 22px;
  display: flex; flex-direction: column; flex: 1;
}
.prod-card-num {
  font-size: 0.56rem; font-weight: 700; letter-spacing: 0.22em;
  color: #c9a84c; text-transform: uppercase; margin-bottom: 5px;
}
.prod-card-body h3 { font-size: 1.3rem; color: #111; margin-bottom: 7px; }
.prod-card-body p { font-size: 0.78rem; color: #777; line-height: 1.65; flex: 1; margin-bottom: 14px; }
.prod-card-price { font-size: 1rem; font-weight: 700; color: #111; margin-bottom: 14px; }
.prod-card-cta {
  display: block;
  background: #111; color: #fff;
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.04em;
  padding: 11px 16px; border-radius: 7px;
  text-align: center; text-decoration: none;
  transition: background 150ms;
}
.prod-card-cta:hover { background: #c9a84c; color: #000; }
.prod-card-featured .prod-card-cta { background: #c9a84c; color: #000; }
.prod-card-featured .prod-card-cta:hover { background: #b8973e; }

/* ── HERO CARD ── */
.hero-card-section {
  background: #f7f4ef;
  padding: 60px 20px 80px;
  display: flex;
  justify-content: center;
}
/* ── HERO CARD (mobile first) ── */
.hero-card {
  background: #f0ece3;
  border-radius: 24px;
  max-width: 380px;
  width: 100%;
  display: grid;
  grid-template-areas:
    "content"
    "img"
    "btn";
  grid-template-rows: auto 1fr auto;
  overflow: hidden;
  box-shadow: 0 4px 32px rgba(0,0,0,0.07);
}
.hero-card-content {
  grid-area: content;
  padding: 32px 28px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.hero-card-img {
  grid-area: img;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 16px 28px 0;
}
.hero-card-img img {
  width: 100%;
  max-width: 280px;
  display: block;
  object-fit: contain;
}
.hero-card-btn {
  grid-area: btn;
  display: block;
  padding: 20px;
  background: #1a3d2e;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: center;
  text-decoration: none;
  transition: background 150ms;
}
.hero-card-btn:hover { background: #0f2a1e; }

.hero-card-editors {
  font-size: 0.88rem;
  font-weight: 700;
  color: #111;
  margin-bottom: 10px;
}
.hero-card-stars {
  display: flex;
  gap: 4px;
  margin-bottom: 6px;
}
.hc-star {
  width: 28px; height: 28px;
  background: #00b67a;
  color: #fff;
  border-radius: 5px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1rem;
  line-height: 1;
}
.hero-card-rating {
  font-size: 0.8rem;
  color: #555;
  margin-bottom: 16px;
}
.hero-card-title {
  font-size: 2rem;
  font-weight: 800;
  color: #0a0a0a;
  margin-bottom: 18px;
  font-family: 'EB Garamond', Georgia, serif;
}
.hero-card-list {
  list-style: none;
  padding: 0; margin: 0;
  display: flex; flex-direction: column; gap: 10px;
  text-align: left; width: 100%;
}
.hero-card-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.88rem;
  color: #333;
  line-height: 1.5;
}
.hc-check { width: 20px; height: 20px; flex-shrink: 0; margin-top: 1px; }
.hc-check svg { width: 100%; height: 100%; display: block; }

/* ── desktop: side-by-side ── */
@media (min-width: 768px) {
  .hero-card {
    max-width: 760px;
    grid-template-areas:
      "img content"
      "img btn";
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr auto;
  }
  .hero-card-content {
    align-items: flex-start;
    text-align: left;
    padding: 40px 40px 24px;
  }
  .hero-card-img {
    padding: 0;
    align-items: flex-end;
  }
  .hero-card-img img {
    max-width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom center;
  }
  .hero-card-btn {
    border-radius: 0 0 24px 0;
    padding: 22px 40px;
    text-align: left;
  }
}

/* ── FOOTER ── */
.site-footer {
  background: #111; color: rgba(255,255,255,0.35);
  text-align: center; padding: 20px 24px; font-size: 0.68rem;
}
.site-footer a { color: rgba(255,255,255,0.5); }

/* ── RESPONSIVE ── */
@media (max-width: 960px) {
  .hero-wrap { grid-template-columns: 1fr; }
  .hero-gallery { position: relative; top: 0; }
  .gallery-main-area { aspect-ratio: 1 / 0.85; }
  .hero-panel { padding: 20px 20px 60px; }
  .features-grid { grid-template-columns: 1fr; gap: 14px; }
  .features-container { padding: 0 20px; }
  .panel-sale-img { display: none; }
  .header-main { padding: 0 20px; max-width: 100%; }
  .header-spacer, .header-badge { width: auto; }
  .reason-block { grid-template-columns: 1fr; min-height: auto; }
  .reason-block-reverse { direction: ltr; }
  .reason-media { aspect-ratio: 1/1; min-height: unset; }
  .reason-content { padding: 32px 24px; }
  .invitation-grid { grid-template-columns: 1fr; }
  .reasons-container { padding: 0 20px; }
  .prod-grid { grid-template-columns: repeat(2, 1fr); }
  .prod-grid-container { padding: 0 20px; }
}
@media (max-width: 480px) {
  .gallery-main-area { aspect-ratio: 1 / 0.95; }
  .panel-title { font-size: 2rem; }
  .price-sale { font-size: 1.8rem; }
  .reason-content { padding: 24px 20px; }
  .prod-grid { grid-template-columns: 1fr; }
}
