/* GrandLuxe homepage sections. Style ID b824d9. Layout: asymmetric-grid. */

.b824d9-section-title {
  font-size: clamp(1.4rem, 2.6vw, 2rem);
  margin-bottom: 28px;
  position: relative;
  padding-bottom: 12px;
}
.b824d9-section-title::after {
  content: ""; position: absolute; left: 0; bottom: 0;
  width: 56px; height: 3px; background: var(--b824d9-accent);
}

/* ---------- Slide-in-from-left reveal ---------- */
[data-reveal] {
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
[data-reveal].is-visible {
  opacity: 1;
  transform: translateX(0);
}

/* =========================================================
   1. CATEGORY BAND DARK
   ========================================================= */
.b824d9-band-dark {
  background: var(--b824d9-bg-dark);
  color: var(--b824d9-text-light);
  padding: 72px 24px;
}
.b824d9-band-inner {
  max-width: var(--b824d9-maxw); margin: 0 auto;
  display: grid; grid-template-columns: 1fr 2fr; gap: 56px; align-items: center;
}
.b824d9-band-kicker {
  font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.18em;
  color: var(--b824d9-accent); font-weight: 700;
}
.b824d9-band-quote p {
  font-family: var(--b824d9-display);
  font-size: clamp(1.4rem, 2.4vw, 2rem);
  line-height: 1.35; margin-top: 18px; font-style: italic;
}
.b824d9-band-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.b824d9-band-item { display: block; }
.b824d9-band-thumb { aspect-ratio: 4/5; overflow: hidden; background: #2a2725; margin-bottom: 12px; }
.b824d9-band-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
.b824d9-band-item:hover .b824d9-band-thumb img { transform: scale(1.06); }
.b824d9-band-cat { font-size: 0.68rem; text-transform: uppercase; letter-spacing: 0.13em; color: var(--b824d9-accent); font-weight: 700; }
.b824d9-band-item h3 { font-size: 1.05rem; margin-top: 6px; color: var(--b824d9-text-light); }

/* =========================================================
   2. FEATURE 2COL 40-60
   ========================================================= */
.b824d9-feature { padding: 80px 24px; }
.b824d9-feature-grid { display: grid; grid-template-columns: 40fr 60fr; gap: 48px; align-items: start; }
.b824d9-feature-list { display: flex; flex-direction: column; }
.b824d9-feature-item {
  display: block; padding: 20px 0; border-bottom: 1px solid var(--b824d9-border);
  transition: padding-left 0.25s;
}
.b824d9-feature-item:first-of-type { padding-top: 0; }
.b824d9-feature-item:hover { padding-left: 8px; }
.b824d9-feature-item h3 { font-size: 1.3rem; margin: 8px 0; }
.b824d9-feature-big-link { display: block; background: var(--b824d9-card); border: 1px solid var(--b824d9-border); height: 100%; }
.b824d9-feature-big-img { aspect-ratio: 16/11; overflow: hidden; background: #e7e5e4; }
.b824d9-feature-big-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
.b824d9-feature-big-link:hover .b824d9-feature-big-img img { transform: scale(1.04); }
.b824d9-feature-big-body { padding: 32px; }
.b824d9-feature-big-body h2 { font-size: clamp(1.6rem, 3vw, 2.4rem); margin: 10px 0 12px; }
.b824d9-feature-big-body p { color: var(--b824d9-muted); }

/* =========================================================
   3. TIMELINE STRIP
   ========================================================= */
.b824d9-timeline { padding: 0 24px 80px; }
.b824d9-timeline-track {
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 0;
  border-top: 2px solid var(--b824d9-text);
}
.b824d9-timeline-node {
  padding: 22px 20px 28px; border-right: 1px solid var(--b824d9-border);
  position: relative; transition: background 0.25s;
}
.b824d9-timeline-node:last-child { border-right: 0; }
.b824d9-timeline-node::before {
  content: ""; position: absolute; top: -7px; left: 20px;
  width: 12px; height: 12px; border-radius: 50%; background: var(--b824d9-accent);
}
.b824d9-timeline-node:hover { background: #ececeb; }
.b824d9-timeline-num { font-family: var(--b824d9-display); font-size: 1.6rem; font-weight: 900; color: var(--b824d9-border); }
.b824d9-timeline-date { display: block; font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.12em; color: var(--b824d9-accent); margin: 8px 0 6px; font-weight: 700; }
.b824d9-timeline-node h4 { font-size: 1rem; line-height: 1.3; }

/* =========================================================
   4. HERO OVERLAY
   ========================================================= */
.b824d9-hero-overlay {
  background-size: cover; background-position: center;
  color: var(--b824d9-text-light);
  padding: 120px 24px;
  margin: 0 0 80px;
}
.b824d9-hero-overlay-inner { max-width: 760px; margin: 0 auto; text-align: center; }
.b824d9-hero-kicker { font-size: 0.74rem; text-transform: uppercase; letter-spacing: 0.2em; color: #f5d3a8; font-weight: 700; }
.b824d9-hero-overlay h2 { font-size: clamp(2rem, 5vw, 3.6rem); margin: 16px 0 18px; color: #fff; }
.b824d9-hero-overlay p { font-size: 1.1rem; color: #e7e0d8; margin-bottom: 30px; }
.b824d9-cta {
  display: inline-block; background: var(--b824d9-accent); color: #fff;
  padding: 14px 34px; font-size: 0.82rem; text-transform: uppercase;
  letter-spacing: 0.12em; font-weight: 700; transition: background 0.25s, transform 0.25s;
}
.b824d9-cta:hover { background: #92400e; transform: translateY(-2px); }

/* =========================================================
   5. ALTERNATING 3
   ========================================================= */
.b824d9-alt { padding: 0 24px 80px; }
.b824d9-alt-row {
  display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center;
  margin-bottom: 56px;
}
.b824d9-alt-row:last-child { margin-bottom: 0; }
.b824d9-alt-right { direction: rtl; }
.b824d9-alt-right > * { direction: ltr; }
.b824d9-alt-img { display: block; aspect-ratio: 3/2; overflow: hidden; background: #e7e5e4; }
.b824d9-alt-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
.b824d9-alt-img:hover img { transform: scale(1.05); }
.b824d9-alt-body h3 { font-size: clamp(1.5rem, 3vw, 2.2rem); margin: 10px 0 12px; }
.b824d9-alt-body p { color: var(--b824d9-muted); margin-bottom: 14px; }

/* =========================================================
   6. VIDEO FEATURE
   ========================================================= */
.b824d9-video { padding: 0 24px 60px; }
.b824d9-video-kicker { display: block; }
.b824d9-video-frame {
  display: flex; align-items: center; justify-content: center;
  position: relative; aspect-ratio: 16/9; background-size: cover; background-position: center;
  border: 1px solid var(--b824d9-border);
}
.b824d9-play {
  width: 86px; height: 86px; border-radius: 50%;
  background: rgba(245,245,244,0.92); display: flex; align-items: center; justify-content: center;
  transition: transform 0.25s, background 0.25s;
}
.b824d9-video-frame:hover .b824d9-play { transform: scale(1.1); background: var(--b824d9-accent); }
.b824d9-play-tri {
  width: 0; height: 0; border-style: solid;
  border-width: 14px 0 14px 24px; border-color: transparent transparent transparent var(--b824d9-text);
  margin-left: 6px; transition: border-color 0.25s;
}
.b824d9-video-frame:hover .b824d9-play-tri { border-left-color: #fff; }
.b824d9-video-caption { position: absolute; left: 32px; bottom: 28px; }
.b824d9-video-caption h3 { color: #fff; font-size: clamp(1.3rem, 2.6vw, 2rem); margin-top: 6px; }

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 1024px) {
  .b824d9-band-inner { grid-template-columns: 1fr; gap: 36px; }
  .b824d9-feature-grid { grid-template-columns: 1fr; gap: 36px; }
  .b824d9-timeline-track { grid-template-columns: repeat(2, 1fr); }
  .b824d9-timeline-node:nth-child(2) { border-right: 0; }
}
@media (max-width: 768px) {
  .b824d9-band-grid { grid-template-columns: 1fr; }
  .b824d9-timeline-track { grid-template-columns: 1fr; }
  .b824d9-timeline-node { border-right: 0; border-bottom: 1px solid var(--b824d9-border); }
  .b824d9-alt-row, .b824d9-alt-right { grid-template-columns: 1fr; direction: ltr; gap: 20px; }
  .b824d9-hero-overlay { padding: 80px 24px; }
  /* keep reveal subtle on mobile */
  [data-reveal] { transform: translateX(-20px); }
}
