/* ============================================================
   P03 — Continuity Record Hero only
   Graphite · Off-white · Copper
   ============================================================ */

:root {
  --ops-void: #0c0d0f;
  --ops-graphite: #141518;
  --ops-white: #f3f1ec;
  --ops-mute: #9a958e;
  --ops-copper: #b87333;
  --ops-copper-soft: rgba(184, 115, 51, 0.85);
}

body.ops-home {
  background: var(--ops-void);
  color: var(--ops-white);
}

body.ops-home .page-transition {
  display: none !important;
}

/* ---- Nav: quiet briefing chrome ---- */
body.ops-home .nav {
  background: rgba(12, 13, 15, 0.55);
  border: 1px solid rgba(243, 241, 236, 0.08);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

body.ops-home .nav.is-scrolled {
  background: rgba(12, 13, 15, 0.88);
}

body.ops-home .nav__link {
  color: rgba(243, 241, 236, 0.72);
}

body.ops-home .nav__link:hover,
body.ops-home .nav__link.is-active {
  color: var(--ops-white);
}

body.ops-home .nav__link::after {
  background: var(--ops-copper);
  box-shadow: none;
}

body.ops-home .nav__cta .btn--primary {
  background: transparent;
  color: var(--ops-white);
  border: 1px solid rgba(243, 241, 236, 0.28);
  box-shadow: none;
}

body.ops-home .nav__cta .btn--primary:hover {
  border-color: var(--ops-copper);
  color: var(--ops-copper);
  background: transparent;
  transform: translateY(-1px);
  box-shadow: none;
}

body.ops-home .btn__edge {
  display: none !important;
}

/* ---- Hero ---- */
.ops-hero {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  display: grid;
  align-items: end;
  overflow: hidden;
  background: var(--ops-void);
}

.ops-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.ops-hero__photo {
  width: 100%;
  height: 118%;
  object-fit: cover;
  object-position: center 42%;
  transform: translate3d(0, 0, 0);
  will-change: transform, opacity;
  opacity: 0;
  filter: saturate(0.82) contrast(1.05) brightness(0.94);
}

.ops-hero__veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(12, 13, 15, 0.42) 0%,
      rgba(12, 13, 15, 0.12) 28%,
      rgba(12, 13, 15, 0.28) 55%,
      rgba(12, 13, 15, 0.78) 82%,
      rgba(12, 13, 15, 0.94) 100%
    );
  pointer-events: none;
}

.ops-hero__content {
  position: relative;
  z-index: 1;
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
  padding: 0 0 clamp(72px, 12vh, 120px);
  max-width: 18ch;
}

@media (min-width: 900px) {
  .ops-hero__content {
    max-width: min(920px, calc(100% - 48px));
    width: min(1200px, calc(100% - 48px));
  }
}

.ops-hero__label {
  position: relative;
  display: inline-block;
  margin: 0 0 28px;
  padding-bottom: 14px;
  font-family: var(--font-body, 'Manrope', sans-serif);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--ops-mute);
  opacity: 0;
}

.ops-hero__label::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 28px;
  height: 1px;
  background: var(--ops-copper);
  transform: scaleX(0);
  transform-origin: left center;
}

.ops-hero__headline {
  margin: 0 0 28px;
  font-family: var(--font-display, 'Syne', sans-serif);
  font-weight: 600;
  font-size: clamp(2.85rem, 7.6vw, 6.1rem);
  line-height: 0.96;
  letter-spacing: -0.035em;
  color: var(--ops-white);
  max-width: 14ch;
  opacity: 0;
}

.ops-hero__dek {
  margin: 0 0 36px;
  font-family: var(--font-body, 'Manrope', sans-serif);
  font-size: clamp(1.05rem, 1.35vw, 1.2rem);
  font-weight: 400;
  line-height: 1.55;
  color: var(--ops-mute);
  max-width: 36ch;
  opacity: 0;
}

.ops-hero__cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 22px;
  font-family: var(--font-body, 'Manrope', sans-serif);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--ops-void);
  background: var(--ops-white);
  border: 1px solid var(--ops-white);
  border-radius: 2px;
  text-decoration: none;
  opacity: 0;
  transition: color 0.35s ease, background 0.35s ease, border-color 0.35s ease, transform 0.35s ease;
}

.ops-hero__cta:hover {
  background: transparent;
  color: var(--ops-copper);
  border-color: var(--ops-copper);
  transform: translateY(-1px);
}

.ops-hero__cta:focus-visible {
  outline: 1px solid var(--ops-copper);
  outline-offset: 3px;
}

.ops-hero__scroll {
  position: absolute;
  left: 50%;
  bottom: 28px;
  z-index: 2;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: var(--ops-mute);
  opacity: 0;
  transition: color 0.35s ease, opacity 0.35s ease;
}

.ops-hero__scroll:hover {
  color: var(--ops-white);
}

.ops-hero__scroll-label {
  font-size: 9px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.ops-hero__scroll-line {
  width: 1px;
  height: 36px;
  background: linear-gradient(180deg, rgba(243, 241, 236, 0.45), transparent);
  transform-origin: top center;
}

/* Entrance — camera, not spectacle */
.ops-hero.is-ready .ops-hero__photo {
  opacity: 1;
  transition: opacity 1.8s ease;
}

.ops-hero.is-ready .ops-hero__label {
  opacity: 1;
  transition: opacity 1.2s ease 0.55s;
}

.ops-hero.is-ready .ops-hero__label::after {
  transform: scaleX(1);
  transition: transform 1.1s ease 0.85s;
}

.ops-hero.is-ready .ops-hero__headline {
  opacity: 1;
  transition: opacity 1.4s ease 0.85s;
}

.ops-hero.is-ready .ops-hero__dek {
  opacity: 1;
  transition: opacity 1.2s ease 1.15s;
}

.ops-hero.is-ready .ops-hero__cta {
  opacity: 1;
  transition: opacity 1.1s ease 1.4s, color 0.35s ease, background 0.35s ease, border-color 0.35s ease, transform 0.35s ease;
}

.ops-hero.is-ready .ops-hero__scroll {
  opacity: 0.55;
  transition: opacity 1s ease 1.9s, color 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .ops-hero__photo,
  .ops-hero__label,
  .ops-hero__headline,
  .ops-hero__dek,
  .ops-hero__cta,
  .ops-hero__scroll {
    opacity: 1 !important;
    transition: none !important;
    transform: none !important;
  }

  .ops-hero__photo {
    height: 100%;
  }
}

@media (max-width: 768px) {
  .ops-hero__content {
    padding-bottom: 100px;
  }

  .ops-hero__headline {
    max-width: 12ch;
  }

  body.ops-home .nav__cta {
    display: none;
  }
}
