/* home.css — hero slider (Chris's slide art shipped 1:1 — IGC ASSETS 2.0,
   2026-07-21) + editorial rows + trust rail + reserve.
   The slides ARE Chris's full-frame artwork: copy, imagery, and layout are
   baked into each frame, so everything scales as one block and the page adds
   no effects of its own — no overlays, no loops, no particles, no sheen. */

.hc {
  background: #040404;
  position: relative;
}
/* slides stack in one grid cell; both frames share the 1672×940 ratio, so the
   track height follows the art exactly (CLS 0) */
.hc-track {
  display: grid;
  max-width: 1672px; /* the art's native width — Chris's pixels never upscale */
  margin-inline: auto;
}
.hc-slide {
  grid-area: 1 / 1;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s var(--ease), visibility 0s 0.5s;
}
.hc-slide.is-active {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s var(--ease);
}
@media (prefers-reduced-motion: reduce) {
  .hc-slide,
  .hc-slide.is-active {
    transition: none;
  }
}
.hc-link {
  display: block;
}
.hc-link:focus-visible {
  outline: 3px solid var(--gold-bright);
  outline-offset: -3px;
}
.hc-slide img {
  display: block;
  width: 100%;
  height: auto;
}

/* Slide controls — TOP RIGHT per Aidan 8/25 (supersedes the 8/10 measured
   bottom-band placement; the luminance sweep note lives in git history).
   Attached rail ABOVE the art, right-aligned, all viewports — an overlay was
   tried first but covers baked art on 2 of 3 frames (slide 2's headline,
   slide 3's BACK US TODAY badge), so the rail never sits on Chris's pixels.
   Overlay revert = position:absolute; top:14px in a ≥1024px block. */
.hc {
  display: flex;
  flex-direction: column;
}
.hc-controls {
  order: -1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  padding-block: 10px;
  /* pin to the art box's right edge when the track maxes at 1672px */
  padding-inline: max(14px, calc((100% - 1672px) / 2 + 14px));
  border-bottom: 1px solid var(--line-faint);
}
.hc-arrow,
.hc-pause {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  background: rgba(4, 4, 4, 0.55);
  border: 1px solid rgba(201, 162, 75, 0.45);
  border-radius: 50%;
  color: var(--gold-bright);
}
.hc-arrow:hover,
.hc-pause:hover {
  border-color: var(--gold-bright);
  background: rgba(4, 4, 4, 0.75);
}
.hc-dots {
  display: flex;
  gap: 2px;
  padding: 0 8px;
  border-radius: 999px;
  background: rgba(4, 4, 4, 0.45);
}
.hc-dots button {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  background: none;
  border: none;
  padding: 0;
}
.hc-dots button span {
  position: relative;
  overflow: hidden;
  width: 22px;
  height: 4px;
  border-radius: 2px;
  background: rgba(201, 162, 75, 0.28);
}
.hc-dots button:hover span {
  background: rgba(232, 192, 104, 0.6);
}
.hc-dots button[aria-current] span {
  width: 40px;
  background: var(--gold-bright);
}
/* progress: while autoplay runs (.hc-run set by carousel.js), the active dash
   becomes a dim track whose fill shows time left on this slide. Duration must
   mirror INTERVAL in carousel.js. Paused/hover/reduced-motion → no .hc-run,
   dash falls back to solid gold above. */
.hc-dots button span::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 0;
  border-radius: inherit;
  background: var(--gold-bright);
}
.hc-run .hc-dots button[aria-current] span {
  background: rgba(201, 162, 75, 0.35);
}
.hc-run .hc-dots button[aria-current] span::after {
  animation: hc-fill 8s linear forwards;
}
@keyframes hc-fill {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.hc-pause .hc-ic-play {
  display: none;
}
.hc-pause.paused .hc-ic-play {
  display: block;
}
.hc-pause.paused .hc-ic-pause {
  display: none;
}

/* ── editorial rows (Chris's v2.0 module photography below-fold) ──────────── */
.rows {
  background: #050505;
  padding-block: clamp(40px, 5.5vw, 72px);
}
.rows-stack {
  display: grid;
  gap: 12px;
}
.row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.06fr);
  min-height: 244px;
  border: 1px solid rgba(201, 162, 75, 0.45);
  border-radius: 8px;
  overflow: hidden;
  background: linear-gradient(180deg, #0d0c0a, #080706);
}
.row--flip {
  grid-template-columns: minmax(0, 1.06fr) minmax(0, 1fr);
}
.row-media {
  position: relative;
  min-height: 200px;
}
.row-media svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.row-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.row-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 13px;
  padding: clamp(26px, 3.6vw, 52px);
}
.row-icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(201, 162, 75, 0.5);
  border-radius: 6px;
  color: var(--gold);
}
.row-icon svg {
  width: 26px;
  height: 26px;
}
.row-text h2 {
  font-weight: 700;
  font-size: clamp(1.15rem, 1.5vw, 1.5rem);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text);
}
.row-text p {
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.65;
  max-width: 54ch;
}
.row-more {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 22px;
  margin-top: 2px;
  border: 1px solid rgba(201, 162, 75, 0.55);
  border-radius: 6px;
  font-weight: 600;
  font-size: 0.76rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--gold-bright);
  transition: background 0.2s var(--ease), border-color 0.2s var(--ease);
}
.row-more:hover {
  background: rgba(232, 192, 104, 0.1);
  border-color: var(--gold-bright);
}
@media (max-width: 899px) {
  .row,
  .row--flip {
    grid-template-columns: 1fr;
  }
  .row-media {
    min-height: 190px;
  }
}

/* ── trust rail (refs, bottom strip) ─────────────────────────────────────── */
.trust {
  background: #070605;
  border-top: 1px solid var(--line-faint);
  padding-block: clamp(26px, 3.4vw, 42px);
}
.trust-rail {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.trust-rail li {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  padding-inline: 12px;
  border-left: 1px solid rgba(201, 162, 75, 0.25);
}
.trust-rail li:first-child {
  border-left: none;
}
.trust-rail svg {
  width: 38px;
  height: 38px;
  flex: none;
  color: var(--gold);
}
.trust-rail span {
  font-weight: 600;
  font-size: 0.76rem;
  letter-spacing: 0.09em;
  line-height: 1.4;
  text-transform: uppercase;
  color: var(--text);
}
@media (max-width: 899px) {
  .trust-rail {
    grid-template-columns: 1fr 1fr;
    gap: 18px 0;
  }
  .trust-rail li {
    justify-content: flex-start;
    border-left: none;
  }
  .trust-rail li:last-child {
    grid-column: 1 / -1;
  }
}

/* ── reserve ─────────────────────────────────────────────────────────────── */
.reserve-inner {
  max-width: 720px;
  text-align: center;
  margin-inline: auto;
}
.reserve-inner h2 {
  font-size: var(--fs-h2);
  margin-top: var(--s2);
}
.reserve-body {
  color: var(--muted);
  margin-top: var(--s3);
}
.notify-form {
  margin-top: var(--s5);
  text-align: left;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: var(--s4);
  background: rgba(244, 239, 228, 0.02);
}
.notify-form label {
  display: block;
  font-size: var(--fs-small);
  color: var(--muted);
  margin-bottom: var(--s2);
}
.notify-row {
  display: flex;
  gap: var(--s2);
  flex-wrap: wrap;
}
.notify-row input {
  flex: 1 1 240px;
  min-height: 48px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: var(--bg);
  color: var(--text);
}
.notify-row input:focus {
  outline: 2px solid var(--gold-bright);
  outline-offset: 2px;
}
.preview-note {
  margin-top: var(--s2);
  font-size: var(--fs-small);
  color: var(--faint);
}
.preview-note.done {
  color: var(--success);
}
.fine-print {
  margin-top: var(--s4);
  font-size: var(--fs-small);
  color: var(--faint);
}
