/* ============================================================
   Page styles — Home + shared section pieces
   ============================================================ */

.head-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; }
.head-row .section-head { margin-bottom: clamp(28px, 3.5vw, 48px); }
.head-row-btn { flex: none; margin-bottom: clamp(28px, 3.5vw, 48px); }

/* ---------- HERO ---------- */
.hero {
  position: relative; min-height: 100svh; display: flex; align-items: flex-end;
  color: var(--white); overflow: hidden; isolation: isolate;
}
.hero-media { position: absolute; inset: 0; z-index: -2; }
.hero-media image-slot {
  --slot-bg: linear-gradient(160deg, var(--navy-900) 0%, var(--navy-700) 50%, oklch(0.42 0.07 235) 100%);
}
.hero-scrim {
  position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(180deg, oklch(0.16 0.03 250 / 0.55) 0%, transparent 28%, oklch(0.14 0.03 250 / 0.35) 55%, oklch(0.12 0.03 250 / 0.86) 100%);
}
.hero-inner { padding-block: 130px 88px; max-width: 920px; }
.hero-eyebrow { color: var(--brass-soft); }
.hero-eyebrow::before { background: var(--brass-soft); }
.hero-title {
  color: var(--white); font-size: clamp(44px, 7.4vw, 104px); line-height: 0.98;
  letter-spacing: -0.03em; margin-top: 22px;
}
.hero-title em { font-style: normal; color: var(--brass-soft); }
.hero-lead { margin-top: 26px; font-size: clamp(17px, 1.8vw, 22px); max-width: 56ch; color: oklch(0.92 0.012 235); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 36px; }
.hero-ghost { color: var(--white); border-color: oklch(1 0 0 / 0.4); }
.hero-ghost:hover { border-color: var(--white); background: oklch(1 0 0 / 0.1); }
.hero-stats { display: flex; gap: clamp(24px, 4vw, 64px); margin-top: 54px; flex-wrap: wrap; }
.hero-stat { display: flex; flex-direction: column; gap: 4px; }
.hs-num { font-family: var(--font-display); font-size: clamp(28px, 3.4vw, 42px); font-weight: 700; letter-spacing: -0.02em; white-space: nowrap; }
.hs-lab { font-size: 13px; letter-spacing: 0.04em; color: oklch(0.85 0.015 235); }
.hero-scroll {
  position: absolute; right: var(--gutter); bottom: 40px; z-index: 2;
  background: none; border: none; color: var(--white); display: flex; flex-direction: column;
  align-items: center; gap: 10px; opacity: 0.85;
}
.hero-scroll .hs-line { width: 1px; height: 46px; background: linear-gradient(var(--brass-soft), transparent); animation: scrolldot 2.2s infinite; }
@keyframes scrolldot { 0% { transform: scaleY(0.2); transform-origin: top; opacity: 0.4; } 50% { transform: scaleY(1); opacity: 1; } 100% { transform: scaleY(0.2); transform-origin: bottom; opacity: 0.4; } }

/* ---------- TRUST BAR ---------- */
.trust-bar { background: var(--navy-900); color: oklch(0.86 0.02 240); overflow: hidden; padding-block: 18px; }
.trust-track { display: flex; gap: 0; width: max-content; animation: marquee 32s linear infinite; }
.trust-bar:hover .trust-track { animation-play-state: paused; }
.trust-item { display: inline-flex; align-items: center; gap: 14px; padding-inline: 30px; font-size: 14px; letter-spacing: 0.02em; white-space: nowrap; }
.ti-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--brass); }
@keyframes marquee { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .trust-track { animation: none; flex-wrap: wrap; width: auto; justify-content: center; } }

/* ---------- SPLIT (sell teaser) ---------- */
.split { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(36px, 5vw, 80px); align-items: center; }
.split-media { aspect-ratio: 5 / 6; min-height: 420px; }
.split-media .slot-wrap { height: 100%; }
.split-title { font-size: clamp(28px, 3.6vw, 46px); margin-top: 16px; }
.split-lead { margin-top: 20px; font-size: 17px; color: var(--slate-500); }
.pkg-mini { list-style: none; padding: 0; margin: 28px 0 32px; display: flex; flex-direction: column; }
.pkg-mini li { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; padding: 14px 0; border-bottom: 1px solid var(--line-soft); }
.pm-title { font-weight: 500; font-size: 16px; }
.pm-price { font-family: var(--font-display); font-weight: 700; color: var(--navy-900); }

/* ---------- PROCESS ---------- */
.process-sec { background: var(--paper-2); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(20px, 2.4vw, 36px); }
.process-step { position: relative; padding-top: 28px; border-top: 2px solid var(--navy-800); }
.ps-num { font-family: var(--font-display); font-size: 14px; font-weight: 700; letter-spacing: 0.1em; color: var(--brass); }
.ps-title { font-size: 20px; margin-top: 14px; }
.ps-desc { margin-top: 12px; font-size: 15px; color: var(--slate-500); }

/* ---------- DETAILING BAND ---------- */
.detail-band { position: relative; color: var(--white); overflow: hidden; isolation: isolate; }
.detail-band-media { position: absolute; inset: 0; z-index: -2; }
.detail-band-media image-slot { --slot-bg: linear-gradient(135deg, var(--navy-900), var(--navy-700)); }
.detail-band-scrim { position: absolute; inset: 0; z-index: -1; background: linear-gradient(105deg, oklch(0.14 0.03 250 / 0.92) 0%, oklch(0.16 0.03 250 / 0.78) 45%, oklch(0.16 0.03 250 / 0.5) 100%); }
.detail-band-inner { padding-block: clamp(72px, 9vw, 130px); max-width: 760px; }
.detail-band-title { color: var(--white); font-size: clamp(30px, 4.2vw, 50px); margin-top: 18px; }
.detail-band-lead { margin-top: 20px; font-size: 18px; color: oklch(0.88 0.015 235); max-width: 52ch; }
.detail-band-tiers { display: flex; flex-wrap: wrap; gap: 14px; margin: 34px 0 34px; }
.dbt { display: flex; flex-direction: column; gap: 4px; padding: 16px 22px; border: 1px solid oklch(1 0 0 / 0.18); border-radius: var(--r-md); background: oklch(1 0 0 / 0.05); backdrop-filter: blur(4px); }
.dbt-name { font-size: 13px; letter-spacing: 0.04em; color: oklch(0.86 0.02 235); }
.dbt-price { font-family: var(--font-display); font-size: 22px; font-weight: 700; }

/* ---------- CTA BAND ---------- */
.cta-band { background: var(--navy-800); color: var(--white); }
.cta-inner { padding-block: clamp(72px, 9vw, 120px); text-align: center; }
.cta-title { color: var(--white); font-size: clamp(32px, 5vw, 60px); }
.cta-lead { margin: 20px auto 36px; font-size: 19px; color: oklch(0.88 0.015 235); max-width: 50ch; }
.cta-ghost { color: var(--white); border-color: oklch(1 0 0 / 0.4); }
.cta-ghost:hover { border-color: var(--white); background: oklch(1 0 0 / 0.1); }

/* responsive */
@media (max-width: 980px) {
  .split { grid-template-columns: 1fr; }
  .split-media { aspect-ratio: 16/10; min-height: 0; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .head-row { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 560px) {
  .process-grid { grid-template-columns: 1fr; }
}
