/* ==========================================================================
   Home V2 — cinematic concept homepage (design preview)
   Loaded only by /home-v2/. Shares tokens with main.css.
   ========================================================================== */

/* ------------------------------------------------------------------ hero */
.v2-hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  background: #0b0a08;
  color: var(--white);
}
.v2-hero-slides { position: absolute; inset: 0; }
.v2-hero-slides img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; opacity: 0;
  transform: scale(1.08);
  transition: opacity 1.6s ease;
}
.v2-hero-slides img.on {
  opacity: 1;
  animation: v2drift 9s ease-out forwards;
}
@keyframes v2drift {
  from { transform: scale(1.08); }
  to   { transform: scale(1.0); }
}
.v2-hero-shade {
  position: absolute; inset: 0;
  background:
    radial-gradient(1200px 500px at 50% 118%, rgba(242, 183, 10, 0.32), transparent 62%),
    linear-gradient(100deg, rgba(8, 7, 5, 0.88) 0%, rgba(8, 7, 5, 0.55) 48%, rgba(8, 7, 5, 0.35) 100%),
    linear-gradient(180deg, rgba(8, 7, 5, 0.55) 0%, transparent 30%, transparent 62%, rgba(8, 7, 5, 0.82) 100%);
}
.v2-grain {
  position: absolute; inset: 0; pointer-events: none; opacity: 0.5; mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3CfeColorMatrix values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.06 0'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)'/%3E%3C/svg%3E");
}
.v2-hero-inner {
  position: relative;
  width: min(1180px, 92vw);
  margin: 0 auto;
  padding: 140px 0 170px;
}
.v2-kicker {
  display: inline-flex; align-items: center; gap: 14px;
  font: 700 0.82rem var(--font-body);
  letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--gold);
  opacity: 0;
  animation: v2fade 0.8s ease 0.15s forwards;
}
.v2-kicker::before { content: ""; width: 44px; height: 2px; background: var(--gold); }
.v2-hero h1 {
  margin: 26px 0 0;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(2.4rem, 8.8vw, 6.6rem);
  line-height: 0.98;
  letter-spacing: -0.025em;
  color: var(--white);
}
.v2-rotator {
  display: block;
  transition: transform 0.45s cubic-bezier(0.45, 0, 0.2, 1), opacity 0.45s ease;
}
.v2-rotator.is-out { transform: translateY(-112%); opacity: 0; }
.v2-rotator.is-in { transform: translateY(112%); opacity: 0; transition: none; }
.v2-line { display: block; overflow: hidden; padding-bottom: 0.08em; margin-bottom: -0.08em; }
.v2-line > span {
  display: block;
  transform: translateY(112%);
  animation: v2rise 0.95s cubic-bezier(0.2, 0.7, 0.2, 1) forwards;
}
.v2-line:nth-child(1) > span { animation-delay: 0.25s; }
.v2-line:nth-child(2) > span { animation-delay: 0.42s; }
.v2-line:nth-child(3) > span { animation-delay: 0.59s; }
.v2-line .gold-dot { color: var(--gold); }
@keyframes v2rise { to { transform: translateY(0); } }
@keyframes v2fade { to { opacity: 1; } }
.v2-hero .lede {
  max-width: 34em;
  margin-top: 30px;
  font-size: 1.08rem;
  line-height: 1.75;
  color: #cfc9bd;
  opacity: 0;
  animation: v2fade 0.9s ease 0.95s forwards;
}
.v2-hero-actions {
  display: flex; gap: 14px; flex-wrap: wrap;
  margin-top: 38px;
  opacity: 0;
  animation: v2fade 0.9s ease 1.15s forwards;
}
.v2-hero .btn-ghost { border-color: rgba(255, 255, 255, 0.75); color: var(--white); }
.v2-hero .btn-ghost:hover { background: var(--white); color: var(--ink); border-color: var(--white); }

/* stats bar pinned to hero bottom */
.v2-stats {
  position: absolute; left: 0; right: 0; bottom: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(10, 9, 7, 0.55);
  -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
  opacity: 0;
  animation: v2fade 1s ease 1.5s forwards;
}
.v2-stats-inner {
  width: min(1180px, 92vw); margin: 0 auto;
  display: flex; flex-wrap: wrap; gap: 12px 56px;
  padding: 20px 0 52px;
}
.v2-stat { display: flex; align-items: baseline; gap: 10px; }
.v2-stat strong { font: 800 1.35rem var(--font-display); color: var(--gold); letter-spacing: -0.01em; }
.v2-stat span { font-size: 0.88rem; color: #cfc9bd; }
.v2-scroll-cue {
  position: absolute; right: max(4vw, 24px); bottom: 92px;
  width: 2px; height: 68px; overflow: hidden;
  background: rgba(255, 255, 255, 0.18);
}
.v2-scroll-cue::after {
  content: ""; position: absolute; left: 0; top: -40%;
  width: 100%; height: 40%;
  background: var(--gold);
  animation: v2cue 1.8s ease-in-out infinite;
}
@keyframes v2cue { to { top: 110%; } }

/* -------------------------------------------------------------- marquee */
.v2-marquee {
  background: var(--gold);
  position: relative; z-index: 2;
  overflow: hidden;
  box-shadow: 0 18px 40px -18px rgba(10, 9, 7, 0.5);
}
.v2-marquee-track {
  display: flex; gap: 0; white-space: nowrap;
  width: max-content;
  animation: v2marquee 26s linear infinite;
  padding: 16px 0;
}
.v2-marquee span {
  font: 800 1.15rem var(--font-display);
  letter-spacing: 0.06em; text-transform: uppercase;
  color: var(--ink);
  padding: 0 26px;
  display: inline-flex; align-items: center; gap: 26px;
}
.v2-marquee span::after { content: "\2726"; font-size: 0.8em; opacity: 0.7; }
@keyframes v2marquee { to { transform: translateX(-50%); } }

/* ---------------------------------------------------------- collections */
.v2-collections {
  background: var(--cream);
  padding: 140px 0 110px;
}
.v2-collections .wrap-narrow { width: min(1180px, 92vw); margin: 0 auto; }
.v2-collections-head { max-width: 640px; margin-bottom: 80px; }
.v2-collections-head h2 {
  font-size: clamp(2.2rem, 4.6vw, 3.6rem);
  letter-spacing: -0.02em; line-height: 1.05;
}
.v2-collections-head p { color: var(--ink-soft); margin-top: 18px; font-size: 1.05rem; }
.v2-row {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(24px, 5vw, 72px);
  align-items: center;
  padding: 54px 0;
  border-top: 1px solid rgba(20, 16, 8, 0.12);
  text-decoration: none;
  position: relative;
}
.v2-row:last-of-type { border-bottom: 1px solid rgba(20, 16, 8, 0.12); }
.v2-row:nth-child(even) .v2-row-media { order: -1; }
.v2-row-num {
  position: absolute; top: 28px; right: 0;
  font: 800 clamp(3.4rem, 7vw, 5.6rem) var(--font-display);
  line-height: 1; color: transparent;
  -webkit-text-stroke: 1.5px rgba(20, 16, 8, 0.18);
  pointer-events: none;
  transition: -webkit-text-stroke-color 0.3s ease;
}
.v2-row:hover .v2-row-num { -webkit-text-stroke-color: var(--gold); }
.v2-row-body h3 {
  font-size: clamp(1.8rem, 3.4vw, 2.7rem);
  letter-spacing: -0.015em; line-height: 1.05;
  color: var(--ink);
}
.v2-row-body p { color: var(--ink-soft); margin-top: 14px; max-width: 30em; }
.v2-row-cta {
  display: inline-flex; align-items: center; gap: 10px;
  margin-top: 22px;
  font: 700 0.92rem var(--font-body);
  letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--ink);
}
.v2-row-cta .arr { transition: transform 0.3s ease; color: var(--gold); font-size: 1.1rem; }
.v2-row:hover .v2-row-cta .arr { transform: translateX(8px); }
.v2-row-media {
  overflow: hidden; border-radius: var(--r-xl);
  aspect-ratio: 16 / 11;
  box-shadow: 0 26px 60px -28px rgba(10, 9, 7, 0.45);
}
.v2-row-media img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.v2-row:hover .v2-row-media img { transform: scale(1.06); }

/* ------------------------------------------------------------ quote band */
.v2-quote {
  position: relative;
  padding: 170px 0;
  background-image:
    linear-gradient(rgba(10, 9, 7, 0.78), rgba(10, 9, 7, 0.78)),
    url("/assets/images/plantation-shutters-great-room.jpg");
  background-size: cover;
  background-position: center;
  color: var(--white);
}
@media (min-width: 900px) {
  .v2-quote { background-attachment: fixed; }
}
.v2-quote-inner { width: min(940px, 92vw); margin: 0 auto; text-align: center; }
.v2-quote-mark {
  font: 800 5rem var(--font-display); line-height: 0.6;
  color: var(--gold); display: block; margin-bottom: 26px;
}
.v2-quote blockquote {
  margin: 0;
  font: 700 clamp(1.5rem, 3.2vw, 2.4rem) var(--font-display);
  line-height: 1.3; letter-spacing: -0.01em;
}
.v2-quote figcaption { margin-top: 28px; color: #cfc9bd; font-size: 0.95rem; }
.v2-quote figcaption .v2-stars { color: var(--gold); letter-spacing: 3px; margin-right: 10px; }
.v2-quote-link {
  display: inline-block; margin-top: 18px;
  color: var(--gold); font-weight: 700;
  text-decoration: underline; text-underline-offset: 4px;
}

/* --------------------------------------------------------------- finale */
.v2-finale {
  background: var(--ink);
  color: var(--white);
  padding: 150px 0 140px;
  position: relative; overflow: hidden;
}
.v2-finale::before {
  content: "";
  position: absolute; inset: 0;
  background: radial-gradient(900px 420px at 50% 120%, rgba(242, 183, 10, 0.3), transparent 65%);
}
.v2-finale-inner { position: relative; width: min(1180px, 92vw); margin: 0 auto; text-align: center; }
.v2-finale h2 {
  font-size: clamp(2.6rem, 6.4vw, 5rem);
  letter-spacing: -0.02em; line-height: 1.02;
  color: var(--white);
}
.v2-finale h2 em { font-style: normal; color: var(--gold); }
.v2-finale p { margin: 26px auto 0; max-width: 38em; color: #cfc9bd; font-size: 1.06rem; }
.v2-finale .cta-actions { justify-content: center; margin-top: 40px; display: flex; gap: 14px; flex-wrap: wrap; }
.v2-finale .btn-ghost { border-color: rgba(255, 255, 255, 0.75); color: var(--white); }
.v2-finale .btn-ghost:hover { background: var(--white); color: var(--ink); border-color: var(--white); }

/* ---------------------------------------------------------- photo outro */
.v2-outro {
  background: var(--cream);
  padding: 96px 0 110px;
  overflow: hidden;
}
.v2-outro-head {
  width: min(1180px, 92vw); margin: 0 auto 48px;
  display: flex; align-items: baseline; justify-content: space-between; gap: 20px; flex-wrap: wrap;
}
.v2-outro-head h2 { font-size: clamp(1.9rem, 3.6vw, 2.8rem); letter-spacing: -0.015em; }
.v2-outro-link {
  font: 700 0.92rem var(--font-body); letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--ink); text-decoration: none; white-space: nowrap;
}
.v2-outro-link .arr { color: var(--gold); transition: transform 0.3s ease; display: inline-block; }
.v2-outro-link:hover .arr { transform: translateX(6px); }
.v2-filmstrip { display: flex; width: max-content; gap: 22px; animation: v2film 55s linear infinite; }
.v2-filmstrip:hover { animation-play-state: paused; }
.v2-filmstrip figure {
  width: clamp(240px, 26vw, 380px); aspect-ratio: 4 / 3;
  flex: none; margin: 0; overflow: hidden; border-radius: 18px;
  box-shadow: 0 18px 40px -20px rgba(10, 9, 7, 0.35);
}
.v2-filmstrip img { width: 100%; height: 100%; object-fit: cover; }
@keyframes v2film { to { transform: translateX(-50%); } }

/* ------------------------------------------------------------ responsive */
@media (max-width: 860px) {
  .v2-row { grid-template-columns: 1fr; gap: 22px; padding: 44px 0; }
  .v2-row:nth-child(even) .v2-row-media { order: 0; }
  .v2-row-num { top: 12px; }
  .v2-stats-inner { gap: 10px 28px; }
  .v2-scroll-cue { display: none; }
}

/* --------------------------------------------------------- reduced motion */
@media (prefers-reduced-motion: reduce) {
  .v2-hero-slides img { transition: none; animation: none; transform: none; }
  .v2-line > span, .v2-kicker, .v2-hero .lede, .v2-hero-actions, .v2-stats {
    animation: none; transform: none; opacity: 1;
  }
  .v2-marquee-track { animation: none; }
  .v2-filmstrip { animation: none; }
  .v2-scroll-cue::after { animation: none; }
  .v2-quote { background-attachment: scroll; }
}
