/* ============================================================
   Hero styles for variations 1–5
   Variant 2 = production: two-column on desktop, stacks on mobile
   ============================================================ */

.hero { position: relative; overflow: hidden; }

/* shared base */
.hero h1 em {
  font-family: var(--font-serif-italic);
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.015em;
}

/* shared CTA row */
.hero-ctas {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
  margin: clamp(20px, 2.5vw, 32px) 0 0;
}
.hero-ctas .btn { padding: 14px 24px; }
@media (max-width: 480px) {
  .hero-ctas { width: 100%; gap: 10px; }
  .hero-ctas .btn { flex: 1 1 auto; justify-content: center; min-width: 0; padding: 13px 18px; font-size: 14.5px; }
}

/* ============================================================
   V2 — Production hero  (asymmetric two-column)
   ============================================================ */

.hero-v2 {
  position: relative;
  isolation: isolate;
  padding-top: clamp(48px, 7vw, 88px);
  padding-bottom: 0;
  background:
    linear-gradient(180deg, #FBF6E9 0%, #F4E8CC 100%);
  overflow: hidden;
}

/* Editorial dot grid */
.hero-v2::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 1px 1px, rgba(20, 20, 20, 0.055) 1px, transparent 0);
  background-size: clamp(20px, 2vw, 28px) clamp(20px, 2vw, 28px);
  mask-image: radial-gradient(120% 80% at 50% 0%, #000 0%, transparent 75%);
  -webkit-mask-image: radial-gradient(120% 80% at 50% 0%, #000 0%, transparent 75%);
  z-index: -1;
  pointer-events: none;
  opacity: 0.55;
}

/* Animated mesh gradient — five drifting orbs */
.hero-v2 .hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.55;
  pointer-events: none;
  z-index: -2;
  will-change: transform;
}
.hero-v2 .hero-orb-a {
  width: clamp(280px, 35vw, 520px);
  height: clamp(280px, 35vw, 520px);
  top: -10%; left: -8%;
  background: radial-gradient(circle, rgba(15, 140, 95, 0.55) 0%, transparent 70%);
  animation: meshOrbA 22s ease-in-out infinite alternate;
}
.hero-v2 .hero-orb-b {
  width: clamp(260px, 30vw, 460px);
  height: clamp(260px, 30vw, 460px);
  top: -6%; right: -8%;
  background: radial-gradient(circle, rgba(230, 138, 25, 0.50) 0%, transparent 70%);
  animation: meshOrbB 26s ease-in-out infinite alternate;
}
.hero-v2 .hero-orb-c {
  width: clamp(220px, 26vw, 380px);
  height: clamp(220px, 26vw, 380px);
  top: 50%; left: 4%;
  background: radial-gradient(circle, rgba(139, 92, 246, 0.35) 0%, transparent 70%);
  animation: meshOrbC 30s ease-in-out infinite alternate;
}
.hero-v2 .hero-orb-d {
  width: clamp(200px, 22vw, 320px);
  height: clamp(200px, 22vw, 320px);
  top: 32%; right: 8%;
  background: radial-gradient(circle, rgba(224, 78, 102, 0.30) 0%, transparent 70%);
  animation: meshOrbD 28s ease-in-out infinite alternate;
}
.hero-v2 .hero-orb-e {
  width: clamp(220px, 24vw, 360px);
  height: clamp(220px, 24vw, 360px);
  top: 55%; left: 42%;
  background: radial-gradient(circle, rgba(15, 140, 95, 0.28) 0%, transparent 70%);
  animation: meshOrbE 32s ease-in-out infinite alternate;
}
@keyframes meshOrbA { 0%{transform:translate3d(0,0,0) scale(1)} 100%{transform:translate3d(70px,50px,0) scale(1.12)} }
@keyframes meshOrbB { 0%{transform:translate3d(0,0,0) scale(1)} 100%{transform:translate3d(-60px,80px,0) scale(1.08)} }
@keyframes meshOrbC { 0%{transform:translate3d(0,0,0) scale(1)} 100%{transform:translate3d(50px,-40px,0) scale(1.10)} }
@keyframes meshOrbD { 0%{transform:translate3d(0,0,0) scale(1)} 100%{transform:translate3d(-40px,40px,0) scale(1.06)} }
@keyframes meshOrbE { 0%{transform:translate3d(0,0,0) scale(1)} 100%{transform:translate3d(30px,-60px,0) scale(1.12)} }

/* Conic shimmer overlay */
.hero-v2 .hero-shimmer {
  position: absolute;
  inset: -20%;
  background: conic-gradient(from 0deg at 50% 40%,
    rgba(255, 255, 255, 0) 0deg,
    rgba(255, 255, 255, 0.18) 90deg,
    rgba(255, 255, 255, 0) 180deg,
    rgba(255, 255, 255, 0.10) 270deg,
    rgba(255, 255, 255, 0) 360deg);
  filter: blur(80px);
  pointer-events: none;
  z-index: -2;
  animation: heroShimmer 40s linear infinite;
}
@keyframes heroShimmer { from{transform:rotate(0deg)} to{transform:rotate(360deg)} }

/* Cursor-aware spotlight */
.hero-v2 .hero-spotlight {
  position: absolute;
  inset: 0;
  background: radial-gradient(420px circle at var(--mx, 50%) var(--my, 30%),
    rgba(255, 255, 255, 0.30) 0%, rgba(255, 255, 255, 0) 60%);
  pointer-events: none;
  z-index: -1;
  mix-blend-mode: soft-light;
}

.hero-v2 .hero-noise {
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' seed='3' /></filter><rect width='200' height='200' filter='url(%23n)' opacity='0.55'/></svg>");
  opacity: 0.03;
  mix-blend-mode: multiply;
  z-index: -1;
  pointer-events: none;
}

@media (prefers-reduced-motion: reduce) {
  .hero-v2 .hero-orb, .hero-v2 .hero-shimmer { animation: none; }
}
@media (max-width: 768px) {
  .hero-v2 .hero-orb-d, .hero-v2 .hero-orb-e,
  .hero-v2 .hero-shimmer, .hero-v2 .hero-spotlight { display: none; }
}

/* ============ TWO-COLUMN LAYOUT ============ */

/* Two-column on 768+, stacks below */
.hero-v2 .hero-v2-wrap {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: clamp(32px, 5vw, 64px);
  align-items: center;
  position: relative;
  z-index: 1;
  padding-bottom: clamp(56px, 8vw, 96px);
}
@media (max-width: 880px) {
  .hero-v2 .hero-v2-wrap {
    grid-template-columns: 1fr;
    gap: clamp(36px, 6vw, 56px);
    text-align: center;
    justify-items: center;
  }
}

/* ---------- LEFT: copy column ---------- */

.hero-v2-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 600px;
}
@media (max-width: 880px) {
  .hero-v2-text { align-items: center; max-width: min(640px, 92%); }
}

/* Eyebrow */
.hero-v2-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: clamp(11.5px, 1vw, 13px);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-mute);
  margin-bottom: clamp(18px, 2.2vw, 28px);
  padding: 7px 14px 7px 12px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(20, 20, 20, 0.06);
  border-radius: 999px;
  backdrop-filter: saturate(180%) blur(8px);
  -webkit-backdrop-filter: saturate(180%) blur(8px);
  box-shadow: 0 2px 10px rgba(20, 20, 20, 0.04);
}
.hero-v2-eyebrow-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--primary);
  box-shadow: 0 0 0 3px rgba(15, 140, 95, 0.18);
  animation: heroTrustPulse 2.4s ease-in-out infinite;
  flex-shrink: 0;
}

/* H1 with rotator */
.hero-v2-h1 {
  font-family: var(--font-display);
  font-weight: 800;
  font-style: normal;
  font-size: clamp(34px, 5.4vw, 72px);
  line-height: 1.04;
  letter-spacing: -0.035em;
  color: var(--ink);
  margin: 0 0 clamp(18px, 2.4vw, 28px);
  text-wrap: balance;
}
.hero-v2-h1 em {
  font-family: var(--font-serif-italic);
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.015em;
  color: var(--ink);
}

.hero-v2-rotator {
  display: inline-block;
  position: relative;
  vertical-align: baseline;
  min-width: 0.5em;
}
.hero-v2-rotator-word {
  display: inline-block;
  font-family: var(--font-display);
  font-weight: 800;
  font-style: normal;
  letter-spacing: -0.04em;
  color: inherit;            /* uses cur.color from JSX inline style */
  animation: rotatorIn 480ms cubic-bezier(0.2, 0.7, 0.2, 1);
}
@keyframes rotatorIn {
  from { opacity: 0; transform: translateY(0.22em); }
  to   { opacity: 1; transform: translateY(0); }
}
.hero-v2-rotator-cursor {
  display: inline-block;
  width: 3px;
  height: 0.75em;
  background: var(--ink);
  opacity: 0.45;
  margin-left: 4px;
  border-radius: 1px;
  animation: cursorBlink 1.05s steps(2, end) infinite;
  vertical-align: -0.05em;
}
@keyframes cursorBlink { 50% { opacity: 0; } }

/* Lead */
.hero-v2-lead {
  font-family: var(--font-body);
  font-size: clamp(15.5px, 1.3vw, 19px);
  line-height: 1.6;
  color: var(--ink-soft);
  margin: 0;
  max-width: 56ch;
  text-wrap: pretty;
}

/* CTAs inside the left column */
.hero-v2-text .hero-ctas {
  margin-top: clamp(24px, 3vw, 36px);
}
@media (max-width: 880px) {
  .hero-v2-text .hero-ctas { justify-content: center; }
}

/* Trust strip — horizontal feature pill */
.hero-v2-trust {
  display: inline-flex;
  align-items: center;
  gap: clamp(10px, 1.4vw, 14px);
  flex-wrap: wrap;
  margin-top: clamp(28px, 3.5vw, 40px);
  padding: clamp(8px, 1vw, 11px) clamp(16px, 2.2vw, 22px);
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(20, 20, 20, 0.06);
  border-radius: 999px;
  font-size: clamp(11.5px, 1vw, 13px);
  color: var(--ink-mute);
  letter-spacing: 0.01em;
  backdrop-filter: saturate(180%) blur(10px);
  -webkit-backdrop-filter: saturate(180%) blur(10px);
  box-shadow: 0 4px 18px rgba(20, 20, 20, 0.05);
}
.hero-v2-trust strong { color: var(--ink); font-weight: 700; }
.hero-trust-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #10B981 0%, #0F8C5F 100%);
  color: #fff;
  box-shadow: 0 2px 6px rgba(15, 140, 95, 0.35);
  flex-shrink: 0;
}
.hero-trust-icon svg { width: 11px; height: 11px; }
.hero-trust-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--primary);
  box-shadow: 0 0 0 4px rgba(15, 140, 95, 0.18);
  animation: heroTrustPulse 2.4s ease-in-out infinite;
  flex-shrink: 0;
}
.hero-trust-sep { width: 1px; height: 14px; background: var(--border); }
@keyframes heroTrustPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(15, 140, 95, 0.35); }
  50%      { box-shadow: 0 0 0 8px rgba(15, 140, 95, 0); }
}
@media (max-width: 640px) {
  .hero-v2-trust { padding: 8px 14px; gap: 8px; font-size: 11.5px; }
  .hero-trust-sep { display: none; }
}

/* ---------- RIGHT: floating browser mock ---------- */

.hero-v2-visual {
  position: relative;
  width: 100%;
  max-width: 560px;
  aspect-ratio: 5 / 4;
  animation: heroVisualIn 800ms cubic-bezier(0.2, 0.7, 0.2, 1) backwards;
  animation-delay: 200ms;
}
@keyframes heroVisualIn {
  from { opacity: 0; transform: translateY(24px) scale(0.96); }
  to   { opacity: 1; transform: translateY(0)    scale(1); }
}
@media (max-width: 880px) {
  .hero-v2-visual { max-width: 480px; }
}
@media (max-width: 480px) {
  .hero-v2-visual { max-width: 100%; aspect-ratio: 4 / 3.2; }
}

/* Browser mock */
.hero-screen {
  position: relative;
  background: var(--surface);
  border-radius: clamp(14px, 1.5vw, 18px);
  overflow: hidden;
  border: 1px solid rgba(20, 20, 20, 0.06);
  box-shadow:
    0 4px 18px rgba(20, 20, 20, 0.08),
    0 30px 60px rgba(20, 20, 20, 0.14),
    0 1px 0 rgba(255, 255, 255, 0.6) inset;
  transform: rotate(-1deg);
  transition: transform 480ms cubic-bezier(0.2, 0.7, 0.2, 1),
              box-shadow 480ms cubic-bezier(0.2, 0.7, 0.2, 1);
  height: 100%;
}
.hero-screen:hover {
  transform: rotate(0deg) translateY(-4px);
  box-shadow:
    0 6px 22px rgba(20, 20, 20, 0.10),
    0 40px 70px rgba(20, 20, 20, 0.18),
    0 1px 0 rgba(255, 255, 255, 0.6) inset;
}
@media (max-width: 880px) {
  .hero-screen { transform: rotate(0deg); }
}

.hero-screen-chrome {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: clamp(10px, 1.2vw, 14px) clamp(14px, 1.6vw, 18px);
  background: linear-gradient(180deg, #F4ECDB 0%, #EAE0CA 100%);
  border-bottom: 1px solid rgba(20, 20, 20, 0.06);
}
.hero-screen-dot {
  display: inline-block;
  width: clamp(9px, 1vw, 11px);
  height: clamp(9px, 1vw, 11px);
  border-radius: 50%;
  flex-shrink: 0;
}
.hero-screen-url {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-left: clamp(8px, 1.2vw, 14px);
  font-family: var(--font-mono);
  font-size: clamp(10.5px, 0.95vw, 12.5px);
  color: var(--ink-mute);
  letter-spacing: 0.02em;
  padding: 4px 10px;
  background: rgba(255, 255, 255, 0.65);
  border-radius: 999px;
  border: 1px solid rgba(20, 20, 20, 0.04);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hero-screen-url svg { flex-shrink: 0; opacity: 0.6; }

.hero-screen-photo {
  position: relative;
  width: 100%;
  height: calc(100% - clamp(38px, 4vw, 50px));
  background-color: var(--cream);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(14px, 2vw, 22px);
  overflow: hidden;
  isolation: isolate;
}

/* Crossfading photo stack — each industry has a full-bleed layer */
.hero-screen-layer {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-color: var(--cream);
  opacity: 0;
  transform: scale(1.06);
  transition:
    opacity 800ms cubic-bezier(0.4, 0, 0.2, 1),
    transform 800ms cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 0;
  will-change: opacity, transform;
}
.hero-screen-layer.is-active {
  opacity: 1;
  transform: scale(1);
  animation: heroPhotoKenBurns 8s ease-in-out 800ms infinite alternate;
}
@keyframes heroPhotoKenBurns {
  from { transform: scale(1)    translate(0, 0); }
  to   { transform: scale(1.06) translate(-1.5%, -1%); }
}
@media (prefers-reduced-motion: reduce) {
  .hero-screen-layer.is-active { animation: none; }
  .hero-screen-layer { transition: opacity 400ms ease; transform: none; }
}

/* Soft dark gradient at the bottom for badge/meta readability */
.hero-screen-tint {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(20,20,20,0.0) 35%, rgba(20,20,20,0.62) 100%);
  z-index: 1;
  pointer-events: none;
}

.hero-screen-badge {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: var(--primary);
  color: #fff;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: clamp(10px, 0.9vw, 12px);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: clamp(5px, 0.7vw, 8px) clamp(10px, 1.2vw, 14px);
  border-radius: 999px;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.25) inset,
    0 6px 16px rgba(20, 20, 20, 0.28);
  animation: heroBadgePop 480ms cubic-bezier(0.2, 0.7, 0.2, 1);
  position: relative;
  z-index: 2;
}
@keyframes heroBadgePop {
  0%   { opacity: 0; transform: scale(0.85) translateY(-6px); }
  60%  { opacity: 1; transform: scale(1.08) translateY(0); }
  100% { opacity: 1; transform: scale(1)    translateY(0); }
}
.hero-screen-badge-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  animation: heroTrustPulse 1.8s ease-in-out infinite;
}

.hero-screen-meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: #fff;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
  align-self: flex-start;
  max-width: 92%;
  position: relative;
  z-index: 2;
  animation: heroMetaIn 540ms cubic-bezier(0.2, 0.7, 0.2, 1);
}
@keyframes heroMetaIn {
  from { opacity: 0; transform: translateY(8px); }
  to   { opacity: 1; transform: translateY(0); }
}
.hero-screen-meta-title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(22px, 2.6vw, 32px);
  line-height: 1.05;
  letter-spacing: -0.025em;
}
.hero-screen-meta-sub {
  font-family: var(--font-serif-italic);
  font-style: italic;
  font-size: clamp(13px, 1.2vw, 17px);
  line-height: 1.2;
  opacity: 0.92;
}

/* ===== Floating chips ===== */
.hero-chip {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 11px;
  background: var(--surface);
  border: 1px solid rgba(20, 20, 20, 0.06);
  border-radius: 14px;
  padding: 11px 16px 11px 12px;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.6) inset,
    0 12px 32px rgba(20, 20, 20, 0.14);
  font-family: var(--font-body);
  color: var(--ink);
  white-space: nowrap;
  z-index: 3;
  animation: heroChipIn 700ms cubic-bezier(0.2, 0.7, 0.2, 1) backwards;
}
.hero-chip div { display: flex; flex-direction: column; gap: 2px; line-height: 1.1; }
.hero-chip strong { font-weight: 700; font-size: clamp(12.5px, 1.1vw, 14.5px); color: var(--ink); }
.hero-chip span { font-size: clamp(10.5px, 0.9vw, 12px); color: var(--ink-mute); }

/* "Live in days" — emerald gradient with check icon */
.hero-chip-rating {
  top: -18px;
  left: -28px;
  animation-delay: 380ms;
}
.hero-chip-rating .hero-chip-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 10px;
  background: linear-gradient(135deg, #10B981 0%, #0F8C5F 100%);
  color: #fff;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.30) inset,
    0 6px 14px rgba(15, 140, 95, 0.40);
  position: relative;
}
.hero-chip-rating .hero-chip-icon svg { width: 16px; height: 16px; }
.hero-chip-rating .hero-chip-icon::after {
  /* subtle glow ring */
  content: "";
  position: absolute;
  inset: -4px;
  border-radius: 14px;
  background: radial-gradient(circle at center, rgba(15, 140, 95, 0.35) 0%, transparent 70%);
  z-index: -1;
  animation: chipGlow 2.4s ease-in-out infinite alternate;
}
@keyframes chipGlow {
  0%   { opacity: 0.4; transform: scale(1); }
  100% { opacity: 0.85; transform: scale(1.15); }
}
.hero-chip-rating strong { color: #0B7349; }

/* "EU-hosted" — with pulsing dot */
.hero-chip-fast {
  bottom: -14px;
  right: -24px;
  animation-delay: 520ms;
}
.hero-chip-fast .hero-chip-pulse {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--primary);
  box-shadow: 0 0 0 4px rgba(15, 140, 95, 0.18);
  animation: heroTrustPulse 2s ease-in-out infinite;
  flex-shrink: 0;
  margin: 0 4px;
}

@keyframes heroChipIn {
  from { opacity: 0; transform: translateY(12px) scale(0.92); }
  to   { opacity: 1; transform: translateY(0)    scale(1); }
}

@media (max-width: 480px) {
  .hero-chip-rating { left: -8px; top: -14px; padding: 8px 12px 8px 10px; }
  .hero-chip-rating .hero-chip-icon { width: 28px; height: 28px; }
  .hero-chip-fast { right: -8px; bottom: -10px; padding: 8px 14px 8px 10px; }
}
@media (max-width: 360px) {
  .hero-chip-rating, .hero-chip-fast { display: none; }
}

/* ============ Industry marquee (bottom) ============ */
.hero-marquee {
  position: relative;
  width: 100%;
  padding: clamp(14px, 1.8vw, 20px) 0;
  border-top: 1px solid rgba(20, 20, 20, 0.08);
  border-bottom: 1px solid rgba(20, 20, 20, 0.08);
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
}
.hero-marquee-track {
  display: flex;
  gap: 0;
  width: max-content;
  animation: heroMarquee 60s linear infinite;
}
.hero-marquee-row {
  display: flex;
  align-items: center;
  gap: clamp(24px, 4vw, 48px);
  padding: 0 clamp(12px, 2vw, 24px);
  flex-shrink: 0;
}
.hero-marquee-item {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(14px, 1.7vw, 22px);
  letter-spacing: -0.02em;
  color: var(--ink);
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: clamp(6px, 1.2vw, 12px);
  opacity: 0.78;
}
.hero-marquee-glyph {
  font-family: var(--font-serif-italic);
  font-style: italic;
  font-weight: 400;
  color: var(--accent);
  font-size: 0.95em;
}
@keyframes heroMarquee { from{transform:translate3d(0,0,0)} to{transform:translate3d(-50%,0,0)} }
@media (prefers-reduced-motion: reduce) { .hero-marquee-track { animation: none; } }
.hero-marquee:hover .hero-marquee-track { animation-play-state: paused; }

/* ============================================================
   V1 — Two-column with photo
   ============================================================ */
.hero-v1 { background: var(--paper); padding-top: 64px; padding-bottom: 96px; }
.hero-v1 .hero-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 56px; align-items: center; }
@media (max-width: 920px) { .hero-v1 .hero-grid { grid-template-columns: 1fr; gap: 40px; } }
.hero-v1 h1 { font-family: var(--font-display); font-weight: 700; font-size: clamp(40px, 5.6vw, 76px); line-height: 1.05; letter-spacing: -0.03em; color: var(--ink); margin: 0 0 22px; }
.hero-v1 .lead { font-size: clamp(15.5px, 1.3vw, 19px); line-height: 1.65; color: var(--ink-soft); margin: 0 0 28px; max-width: 56ch; }
.hero-v1 .hero-meta { display: flex; align-items: center; gap: 12px; margin-top: 28px; color: var(--ink-mute); font-size: 13.5px; }
.hero-v1 .hero-meta span:first-child { color: var(--accent); letter-spacing: 2px; font-size: 14px; }
.hero-v1 .hero-photo-wrap { position: relative; }
.hero-v1 .hero-photo { aspect-ratio: 4 / 5; border-radius: var(--r-xl); background-size: cover; background-position: center; background-color: var(--cream); box-shadow: var(--shadow-lg); }
.hero-v1 .hero-photo-chip { position: absolute; bottom: -18px; right: -8px; background: var(--surface); border-radius: var(--r-pill); padding: 14px 22px; box-shadow: var(--shadow-md); border: 1px solid var(--border); }
.hero-v1 .hero-photo-chip .script-accent { color: var(--accent); font-size: 28px; line-height: 1; }

/* ============================================================
   V3, V4, V5 — kept compact for completeness
   ============================================================ */
.hero-v3, .hero-v4, .hero-v5 { padding: 64px 0 96px; }
.hero-v3 h1, .hero-v4 h1, .hero-v5 h1 { font-family: var(--font-display); font-weight: 700; font-size: clamp(40px, 5.6vw, 76px); line-height: 1.05; letter-spacing: -0.03em; color: var(--ink); margin: 0 0 22px; }
.hero-v3 .lead, .hero-v4 .lead, .hero-v5 .lead { font-size: clamp(15.5px, 1.3vw, 19px); line-height: 1.65; color: var(--ink-soft); margin: 0 0 28px; max-width: 56ch; }
