/* ==========================================================================
   Home page — redesign (hm- prefix). Dark ground, orange accent.
   No WebGL: the hero is a DOM "live order board" driven by GSAP; every
   animation here is transform/opacity only. Degrades to a static page
   without JS or under prefers-reduced-motion.
   ========================================================================== */

:root {
  --hm-bg: #0c0d10; --hm-bg2: #121316; --hm-surface: #17181c;
  --hm-line: rgba(255, 255, 255, 0.08); --hm-line2: rgba(255, 255, 255, 0.14);
  --hm-orange: #f26b21; --hm-orange2: #fb8c3c; --hm-deep: #b54110;
  --hm-gray: #9aa0ab; --hm-gray2: #6b7280;
  --hm-ease: cubic-bezier(0.16, 1, 0.3, 1);
}
body.hm-page { background: var(--hm-bg); }
.hm-page ::selection { background: rgba(242, 107, 33, 0.35); color: #fff; }

/* ---------- shared ---------- */
.hm-wrap { position: relative; margin: 0 auto; max-width: 80rem; padding-left: 1.25rem; padding-right: 1.25rem; }
@media (min-width: 1024px) { .hm-wrap { padding-left: 2rem; padding-right: 2rem; } }
.hm-sec { position: relative; padding: 5.5rem 0; }
@media (min-width: 1024px) { .hm-sec { padding: 7rem 0; } }
.hm-sec.is-alt { background: var(--hm-bg2); }
.hm-sheen { position: absolute; left: 0; right: 0; top: 0; height: 1px; pointer-events: none; background: linear-gradient(90deg, transparent 5%, rgba(249, 134, 58, 0.45) 35%, rgba(56, 189, 248, 0.3) 65%, transparent 95%); }
.hm-eyebrow { display: inline-flex; align-items: center; gap: 0.6rem; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; color: var(--hm-orange2); }
.hm-eyebrow::before { content: ""; width: 1.75rem; height: 1px; background: linear-gradient(90deg, transparent, var(--hm-orange)); }
.hm-h2 { margin-top: 0.9rem; font-family: "Sora", "Inter", sans-serif; font-weight: 800; letter-spacing: -0.03em; line-height: 1.02; font-size: clamp(2rem, 4.6vw, 3.4rem); color: #fff; }
.hm-h2 em, .hm-h1 em { font-style: normal; background: linear-gradient(92deg, #fbae72 0%, var(--hm-orange) 45%, var(--hm-deep) 100%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hm-lead { margin-top: 1.1rem; font-size: 1.08rem; line-height: 1.65; color: var(--hm-gray); }
.hm-head { max-width: 40rem; }
.hm-head.is-center { margin: 0 auto; text-align: center; }
.hm-head-row { display: flex; flex-direction: column; gap: 1.5rem; align-items: flex-start; justify-content: space-between; }
@media (min-width: 768px) { .hm-head-row { flex-direction: row; align-items: flex-end; } }
.hm-link { display: inline-flex; align-items: center; gap: 0.5rem; font-weight: 600; font-size: 0.92rem; color: #fff; transition: color 0.3s; }
.hm-link svg { width: 1rem; height: 1rem; transition: transform 0.4s var(--hm-ease); }
.hm-link:hover { color: var(--hm-orange2); }
.hm-link:hover svg { transform: translateX(3px); }
.hm-btn { position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 0.6rem; border-radius: 9999px; padding: 1rem 1.9rem; font-weight: 600; font-size: 0.95rem; line-height: 1; transition: transform 0.5s var(--hm-ease), box-shadow 0.5s var(--hm-ease), background 0.3s; will-change: transform; }
.hm-btn-primary { background: linear-gradient(135deg, var(--hm-orange2), var(--hm-deep)); color: #121316; box-shadow: 0 14px 34px -10px rgba(242, 107, 33, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.35); }
.hm-btn-primary:hover { box-shadow: 0 20px 44px -10px rgba(242, 107, 33, 0.75), inset 0 1px 0 rgba(255, 255, 255, 0.45); }
.hm-btn-ghost { color: #fff; border: 1px solid var(--hm-line2); background: rgba(255, 255, 255, 0.03); }
.hm-btn-ghost:hover { background: rgba(255, 255, 255, 0.08); }
.hm-btn svg { width: 1.1rem; height: 1.1rem; transition: transform 0.4s var(--hm-ease); }
.hm-btn:hover svg { transform: translateX(3px); }
.hm-halo { position: fixed; left: 0; top: 0; width: 220px; height: 220px; margin: -110px 0 0 -110px; border-radius: 50%; pointer-events: none; z-index: 5; opacity: 0; mix-blend-mode: screen; transition: opacity 0.6s; background: radial-gradient(circle, rgba(242, 107, 33, 0.16), rgba(242, 107, 33, 0.04) 45%, transparent 70%); will-change: transform; }
html.hm-fine .hm-halo { opacity: 1; }

/* ---------- Hero ---------- */
.hm-hero { position: relative; overflow: hidden; background: radial-gradient(1100px 600px at 85% -10%, rgba(242, 107, 33, 0.16), transparent 60%), radial-gradient(700px 500px at -10% 110%, rgba(181, 65, 16, 0.14), transparent 60%), var(--hm-bg); }
.hm-hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px); background-size: 56px 56px; mask-image: radial-gradient(ellipse 80% 70% at 50% 40%, #000 20%, transparent 100%); -webkit-mask-image: radial-gradient(ellipse 80% 70% at 50% 40%, #000 20%, transparent 100%); }
.hm-hero::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(520px circle at var(--mx, 70%) var(--my, 40%), rgba(242, 107, 33, 0.13), transparent 60%); }
.hm-hero-inner { position: relative; z-index: 2; display: grid; gap: 3rem; align-items: center; padding-top: 8rem; padding-bottom: 4rem; }
.hm-hero-inner > * { min-width: 0; }
@media (min-width: 1024px) { .hm-hero-inner { grid-template-columns: 1.05fr 0.95fr; padding-top: 9.5rem; padding-bottom: 6rem; gap: 4rem; } }
.hm-line { display: block; overflow: hidden; padding-bottom: 0.06em; }
.hm-line-inner { display: block; will-change: transform; }
.hm-h1 { margin-top: 1.3rem; font-family: "Sora", "Inter", sans-serif; font-weight: 800; font-size: clamp(2.6rem, 5.8vw, 4.5rem); line-height: 0.98; letter-spacing: -0.04em; color: #fff; }
.hm-cycle-line { margin-top: 1.3rem; display: flex; flex-wrap: wrap; align-items: baseline; gap: 0 0.5rem; font-family: "Sora", "Inter", sans-serif; font-weight: 600; font-size: 1.15rem; color: var(--hm-gray); }
.hm-cycle { display: inline-block; overflow: hidden; vertical-align: bottom; min-width: 9.5ch; color: var(--hm-orange2); }
.hm-cycle-word { display: inline-block; will-change: transform; }
.hm-hero-copy { margin-top: 1.4rem; max-width: 34rem; font-size: 1.12rem; line-height: 1.7; color: var(--hm-gray); }
.hm-hero-cta { margin-top: 2rem; display: flex; flex-wrap: wrap; gap: 0.8rem; }
.hm-hero-note { margin-top: 1rem; max-width: 34rem; font-size: 0.85rem; line-height: 1.6; color: var(--hm-gray2); }
.hm-chips { margin-top: 2rem; display: flex; flex-wrap: wrap; gap: 0.5rem; }
.hm-chip { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.35rem 0.85rem; border-radius: 9999px; background: rgba(255, 255, 255, 0.04); box-shadow: inset 0 0 0 1px var(--hm-line2); font-size: 0.75rem; font-weight: 500; color: #cbd5e1; white-space: nowrap; }
.hm-dot { width: 6px; height: 6px; border-radius: 999px; flex: none; background: #38bdf8; box-shadow: 0 0 8px rgba(56, 189, 248, 0.9); animation: hm-pulse 2.2s ease-in-out infinite; }
.hm-dot.is-gold { background: var(--hm-orange2); box-shadow: 0 0 8px rgba(249, 134, 58, 0.9); animation-delay: 0.8s; }
@keyframes hm-pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.35; } }
.hm-trusted { margin-top: 1rem; font-size: 0.88rem; color: var(--hm-gray); }
.hm-trusted b { color: #fff; font-weight: 600; }
.hm-giant { position: absolute; left: 0; right: 0; bottom: -0.2em; z-index: 1; overflow: hidden; pointer-events: none; font-family: "Sora", "Inter", sans-serif; font-weight: 800; font-size: clamp(6rem, 20vw, 18rem); line-height: 1; letter-spacing: -0.04em; white-space: nowrap; color: transparent; -webkit-text-stroke: 1px rgba(255, 255, 255, 0.06); user-select: none; }
.hm-giant span { display: inline-block; will-change: transform; }

/* live order board */
.hm-board { position: relative; border-radius: 1.5rem; border: 1px solid var(--hm-line2); background: linear-gradient(180deg, #1a1b20, #0f1013); box-shadow: 0 50px 90px -40px rgba(0, 0, 0, 0.9), inset 0 1px 0 rgba(255, 255, 255, 0.06); padding: 1.2rem 1.2rem 1.3rem; }
@media (min-width: 640px) { .hm-board { padding: 1.4rem 1.6rem 1.6rem; } }
.hm-board::before { content: ""; position: absolute; left: 10%; right: 10%; top: -1px; height: 1px; background: linear-gradient(90deg, transparent, var(--hm-orange2), transparent); }
.hm-board-head { display: flex; align-items: center; justify-content: space-between; gap: 1rem; font-size: 0.68rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--hm-gray2); }
.hm-board-live { display: inline-flex; align-items: center; gap: 0.5rem; color: #fff; font-weight: 700; }
.hm-board-live i { width: 0.5rem; height: 0.5rem; border-radius: 50%; background: #34d399; box-shadow: 0 0 0 0 rgba(52, 211, 153, 0.6); animation: hm-live 2s infinite; }
@keyframes hm-live { 70% { box-shadow: 0 0 0 0.5rem rgba(52, 211, 153, 0); } 100% { box-shadow: 0 0 0 0 rgba(52, 211, 153, 0); } }
.hm-board-id { font-variant-numeric: tabular-nums; color: var(--hm-gray); }
.hm-order { margin-top: 1rem; display: flex; align-items: center; gap: 0.9rem; padding: 0.85rem 1rem; border-radius: 1rem; background: rgba(255, 255, 255, 0.04); border: 1px solid var(--hm-line); }
.hm-order-ic { flex: none; display: grid; place-items: center; width: 2.8rem; height: 2.8rem; border-radius: 0.85rem; background: rgba(242, 107, 33, 0.14); color: var(--hm-orange2); }
.hm-order-ic svg { width: 1.35rem; height: 1.35rem; }
.hm-order-txt { min-width: 0; }
.hm-order b { display: block; font-family: "Sora", "Inter", sans-serif; font-weight: 700; font-size: 0.98rem; color: #fff; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.hm-order small { display: block; margin-top: 0.15rem; font-size: 0.76rem; color: var(--hm-gray); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.hm-order-eta { margin-left: auto; flex: none; padding: 0.35rem 0.65rem; border-radius: 9999px; font-size: 0.64rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--hm-orange2); background: rgba(242, 107, 33, 0.12); border: 1px solid rgba(242, 107, 33, 0.3); white-space: nowrap; }
@media (max-width: 400px) { .hm-order-eta { display: none; } }
@media (max-width: 480px) { .hm-track-nodes li { font-size: 0.56rem; letter-spacing: 0.04em; } .hm-track { margin-left: 0.2rem; margin-right: 0.9rem; } }
.hm-track { position: relative; margin-top: 1.7rem; padding-top: 1.6rem; }
.hm-track-line { position: relative; height: 3px; margin: 0 1rem; border-radius: 2px; background: rgba(255, 255, 255, 0.1); }
.hm-track-line i { position: absolute; left: 0; top: 0; bottom: 0; width: 0; border-radius: 2px; background: linear-gradient(90deg, var(--hm-orange2), var(--hm-orange)); box-shadow: 0 0 12px rgba(242, 107, 33, 0.6); }
.hm-track-parcel { position: absolute; top: 0; left: 1rem; width: 2rem; height: 2rem; margin-left: -1rem; display: grid; place-items: center; color: #fff; filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.6)); will-change: transform; }
.hm-track-parcel svg { width: 1.4rem; height: 1.4rem; }
.hm-track-nodes { list-style: none; margin: 0.6rem 0 0; padding: 0; display: flex; justify-content: space-between; }
.hm-track-nodes li { display: flex; flex-direction: column; align-items: center; gap: 0.4rem; width: 2rem; font-size: 0.62rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--hm-gray2); white-space: nowrap; transition: color 0.4s; }
.hm-track-nodes li i { width: 0.8rem; height: 0.8rem; border-radius: 50%; border: 2px solid rgba(255, 255, 255, 0.18); background: var(--hm-bg2); transition: border-color 0.4s, background 0.4s, box-shadow 0.4s; }
.hm-track-nodes li.is-on { color: #fff; }
.hm-track-nodes li.is-on i { border-color: var(--hm-orange2); background: var(--hm-orange); box-shadow: 0 0 0 4px rgba(242, 107, 33, 0.18); }
.hm-feed { list-style: none; margin: 1.4rem 0 0; padding: 0; display: grid; gap: 0.45rem; min-height: 9.6rem; align-content: start; }
.hm-feed li { display: flex; gap: 0.75rem; align-items: flex-start; padding: 0.55rem 0.75rem; border-radius: 0.7rem; background: rgba(255, 255, 255, 0.03); border: 1px solid var(--hm-line); font-size: 0.8rem; line-height: 1.4; color: #d1d5db; opacity: 0; transform: translateY(8px); transition: opacity 0.5s var(--hm-ease), transform 0.5s var(--hm-ease); }
.hm-feed li.is-in { opacity: 1; transform: none; }
.hm-feed li.is-in.is-old { opacity: 0.45; }
.hm-feed-t { flex: none; min-width: 3.2rem; padding-top: 0.1rem; font-size: 0.7rem; font-variant-numeric: tabular-nums; color: var(--hm-gray2); }
.hm-feed-ok { margin-left: auto; flex: none; color: #34d399; }
.hm-feed-ok svg { width: 0.9rem; height: 0.9rem; }
.hm-board-foot { margin-top: 1.2rem; display: flex; align-items: center; gap: 0.7rem; font-family: "Sora", "Inter", sans-serif; font-weight: 800; font-size: 0.8rem; color: var(--hm-gray); }
.hm-board-foot i { position: relative; flex: 1; height: 2px; border-radius: 2px; background: rgba(255, 255, 255, 0.1); overflow: hidden; }
.hm-board-foot i::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--hm-orange2), var(--hm-orange)); transform: scaleX(var(--p, 0)); transform-origin: left; transition: transform 0.8s var(--hm-ease); }
.hm-board-foot em { font-style: normal; min-width: 2.6rem; text-align: right; font-variant-numeric: tabular-nums; color: #fff; }
.hm-board-note { margin-top: 0.8rem; text-align: center; font-size: 0.72rem; letter-spacing: 0.04em; color: var(--hm-gray2); }

/* ---------- Ticker ---------- */
.hm-ticker { position: relative; padding: 2.4rem 0; border-top: 1px solid var(--hm-line); border-bottom: 1px solid var(--hm-line); background: var(--hm-bg2); }
.hm-ticker-label { text-align: center; font-size: 0.68rem; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; color: var(--hm-gray2); }
.hm-ticker .marquee-mask { margin-top: 1.4rem; }
.hm-ticker .marquee { align-items: center; font-family: "Sora", "Inter", sans-serif; font-weight: 700; font-size: 1.5rem; }
.hm-ticker .marquee-mask:hover .marquee { animation-play-state: paused; }

/* ---------- Stats ---------- */
.hm-stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2rem 1.5rem; padding: 4rem 0 1rem; }
@media (min-width: 1024px) { .hm-stats { grid-template-columns: repeat(4, 1fr); padding: 5rem 0 1.5rem; } }
.hm-stat { position: relative; padding-top: 1.2rem; }
.hm-stat::before { content: ""; position: absolute; left: 0; top: 0; width: 2.5rem; height: 2px; background: linear-gradient(90deg, var(--hm-orange2), transparent); }
.hm-stat b { display: block; font-family: "Sora", "Inter", sans-serif; font-weight: 800; font-size: clamp(2.2rem, 4vw, 3.2rem); line-height: 1; letter-spacing: -0.03em; color: #fff; font-variant-numeric: tabular-nums; }
.hm-stat span { display: block; margin-top: 0.6rem; font-size: 0.85rem; color: var(--hm-gray); }

/* ---------- On the ground: field feed ---------- */
.hm-ground-grid { display: grid; gap: 3rem; }
@media (min-width: 1024px) { .hm-ground-grid { grid-template-columns: 0.9fr 1.1fr; gap: 5rem; } .hm-ground-side { position: sticky; top: 6.5rem; align-self: start; } }
.hm-stages { margin-top: 2rem; display: grid; gap: 0.6rem; }
.hm-stage { position: relative; display: grid; grid-template-columns: 2.6rem 1fr; gap: 0.9rem; padding: 1rem 1.1rem; border-radius: 1rem; border: 1px solid var(--hm-line); background: rgba(255, 255, 255, 0.025); opacity: 0.5; transition: opacity 0.5s, border-color 0.5s, background 0.5s, transform 0.6s var(--hm-ease); }
.hm-stage.is-on { opacity: 1; border-color: rgba(242, 107, 33, 0.45); background: rgba(242, 107, 33, 0.06); }
@media (min-width: 1024px) { .hm-stage.is-on { transform: translateX(6px); } }
.hm-stage-num { display: grid; place-items: center; width: 2.6rem; height: 2.6rem; border-radius: 0.8rem; background: var(--hm-surface); box-shadow: inset 0 0 0 1px var(--hm-line2); font-family: "Sora", "Inter", sans-serif; font-weight: 800; font-size: 0.8rem; color: var(--hm-orange2); }
.hm-stage.is-on .hm-stage-num { background: var(--hm-orange); color: #121316; box-shadow: none; }
.hm-stage b { display: block; font-family: "Sora", "Inter", sans-serif; font-weight: 700; font-size: 1rem; color: #fff; }
.hm-stage small { display: block; margin-top: 0.25rem; font-size: 0.8rem; line-height: 1.5; color: var(--hm-gray); }
.hm-stage-k { display: block; font-size: 0.64rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--hm-gray2); margin-bottom: 0.2rem; }
.hm-clocks { margin-top: 1.4rem; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 0.6rem; padding: 1rem 1.1rem; border-radius: 1rem; border: 1px solid var(--hm-line2); background: linear-gradient(180deg, #1a1b20, #121316); }
.hm-clock small { display: block; font-size: 0.62rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--hm-gray2); }
.hm-clock b { display: block; margin-top: 0.2rem; font-family: "Sora", "Inter", sans-serif; font-weight: 800; font-size: 1.35rem; letter-spacing: -0.02em; color: #fff; font-variant-numeric: tabular-nums; }
.hm-clock b i { font-style: normal; color: var(--hm-orange2); animation: hm-blink 1s steps(2, start) infinite; }
@keyframes hm-blink { to { visibility: hidden; } }
.hm-clock span { display: block; margin-top: 0.15rem; font-size: 0.72rem; color: var(--hm-gray); }
.hm-clock.is-gz b { color: var(--hm-orange2); }
.hm-clock-gap { display: grid; place-items: center; width: 2.4rem; height: 2.4rem; border-radius: 50%; border: 1px solid var(--hm-line2); font-size: 0.66rem; font-weight: 800; color: #fff; font-variant-numeric: tabular-nums; }
.hm-clocks-note { margin-top: 0.8rem; font-size: 0.8rem; line-height: 1.5; color: var(--hm-gray); }
.hm-clocks-note b { color: #fff; font-weight: 600; }

.hm-feedcol { position: relative; padding-left: 2.2rem; }
@media (min-width: 640px) { .hm-feedcol { padding-left: 2.8rem; } }
.hm-feed-line { position: absolute; left: 0.55rem; top: 0.5rem; bottom: 0.5rem; width: 2px; background: rgba(255, 255, 255, 0.08); border-radius: 2px; }
.hm-feed-line i { position: absolute; inset: 0; background: linear-gradient(180deg, var(--hm-orange2), var(--hm-orange)); transform: scaleY(0); transform-origin: top; box-shadow: 0 0 12px rgba(242, 107, 33, 0.5); }
.hm-report { position: relative; margin-bottom: 1.1rem; border-radius: 1.3rem; border: 1px solid var(--hm-line2); background: linear-gradient(180deg, #1a1b20, #121316); box-shadow: 0 30px 60px -36px rgba(0, 0, 0, 0.9); padding: 1.1rem 1.2rem 1.2rem; }
@media (min-width: 640px) { .hm-report { padding: 1.3rem 1.5rem 1.4rem; } }
.hm-report::before { content: ""; position: absolute; left: -1.75rem; top: 1.45rem; width: 0.85rem; height: 0.85rem; border-radius: 50%; background: var(--hm-bg2); border: 2px solid rgba(255, 255, 255, 0.2); transition: border-color 0.4s, background 0.4s, box-shadow 0.4s; }
@media (min-width: 640px) { .hm-report::before { left: -2.35rem; } }
.hm-report.is-in::before { border-color: var(--hm-orange2); background: var(--hm-orange); box-shadow: 0 0 0 4px rgba(242, 107, 33, 0.18); }
.hm-report-head { display: flex; align-items: center; gap: 0.7rem; }
.hm-report-ava { flex: none; width: 2.1rem; height: 2.1rem; border-radius: 50%; overflow: hidden; border: 1px solid rgba(242, 107, 33, 0.5); }
.hm-report-ava img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hm-report-who { min-width: 0; font-size: 0.8rem; color: var(--hm-gray); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.hm-report-who b { color: #fff; font-weight: 600; }
.hm-report-time { margin-left: auto; flex: none; font-size: 0.66rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--hm-orange2); padding: 0.3rem 0.6rem; border-radius: 9999px; border: 1px solid rgba(242, 107, 33, 0.3); background: rgba(242, 107, 33, 0.08); }
.hm-report h3 { margin-top: 0.9rem; font-family: "Sora", "Inter", sans-serif; font-weight: 700; font-size: 1.1rem; color: #fff; }
.hm-report-list { margin: 0.7rem 0 0; padding: 0; list-style: none; display: grid; gap: 0.4rem; }
.hm-report-list li { display: flex; align-items: flex-start; gap: 0.55rem; font-size: 0.88rem; line-height: 1.45; color: #d1d5db; }
.hm-report-list svg { flex: none; width: 1rem; height: 1rem; margin-top: 0.15rem; color: #34d399; }
.hm-report-list svg path { stroke-dasharray: 24; stroke-dashoffset: 24; transition: stroke-dashoffset 0.6s var(--hm-ease); }
.hm-report.is-in .hm-report-list svg path { stroke-dashoffset: 0; }
.hm-report.is-in .hm-report-list li:nth-child(2) svg path { transition-delay: 0.2s; }
.hm-report.is-in .hm-report-list li:nth-child(3) svg path { transition-delay: 0.4s; }
.hm-report p { margin-top: 0.6rem; font-size: 0.88rem; line-height: 1.55; color: var(--hm-gray); }
.hm-report-visual { margin-top: 1rem; }
/* visual: photo tiles */
.hm-tiles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.5rem; }
.hm-tile { position: relative; aspect-ratio: 4 / 3; border-radius: 0.7rem; overflow: hidden; border: 1px solid var(--hm-line); background: radial-gradient(120% 90% at 30% 20%, rgba(242, 107, 33, 0.22), transparent 60%), #1c1d22; display: grid; place-items: center; color: var(--hm-orange2); transform: translateY(8px); opacity: 0; transition: transform 0.6s var(--hm-ease), opacity 0.6s; }
.hm-tile svg { width: 1.5rem; height: 1.5rem; }
.hm-tile span { position: absolute; left: 0.45rem; bottom: 0.35rem; font-size: 0.58rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #cbd5e1; }
.hm-report.is-in .hm-tile { transform: none; opacity: 1; }
.hm-report.is-in .hm-tile:nth-child(2) { transition-delay: 0.12s; }
.hm-report.is-in .hm-tile:nth-child(3) { transition-delay: 0.24s; }
/* visual: stamp */
.hm-stamp { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.45rem 0.85rem; border: 2px solid #34d399; border-radius: 0.6rem; color: #34d399; font-family: "Sora", "Inter", sans-serif; font-weight: 800; font-size: 0.78rem; letter-spacing: 0.18em; text-transform: uppercase; transform: rotate(-4deg) scale(1.6); opacity: 0; transition: transform 0.5s cubic-bezier(0.2, 1.6, 0.4, 1), opacity 0.3s; }
.hm-stamp svg { width: 0.95rem; height: 0.95rem; }
.hm-report.is-in .hm-stamp { transform: rotate(-4deg) scale(1); opacity: 1; transition-delay: 0.45s; }
/* visual: gauge */
.hm-gauge { display: flex; align-items: center; gap: 1rem; }
.hm-gauge svg { flex: none; width: 4.6rem; height: 4.6rem; transform: rotate(-90deg); }
.hm-gauge circle { fill: none; stroke-width: 6; }
.hm-gauge .hm-gauge-bg { stroke: rgba(255, 255, 255, 0.08); }
.hm-gauge .hm-gauge-fg { stroke: #34d399; stroke-linecap: round; stroke-dasharray: 251.2; stroke-dashoffset: 251.2; transition: stroke-dashoffset 1.4s var(--hm-ease) 0.2s; }
.hm-report.is-in .hm-gauge-fg { stroke-dashoffset: calc(251.2 * (1 - var(--p, 0.986))); }
.hm-gauge-txt b { display: block; font-family: "Sora", "Inter", sans-serif; font-weight: 800; font-size: 1.5rem; letter-spacing: -0.02em; color: #fff; font-variant-numeric: tabular-nums; }
.hm-gauge-txt span { display: block; margin-top: 0.15rem; font-size: 0.8rem; color: var(--hm-gray); }
.hm-gauge-txt em { font-style: normal; color: #fbbf24; font-weight: 600; }
/* visual: video */
.hm-video { display: flex; align-items: center; gap: 0.9rem; padding: 0.75rem 0.9rem; border-radius: 0.9rem; border: 1px solid var(--hm-line); background: rgba(255, 255, 255, 0.03); }
.hm-video-play { flex: none; display: grid; place-items: center; width: 2.4rem; height: 2.4rem; border-radius: 50%; background: var(--hm-orange); color: #121316; }
.hm-video-play svg { width: 1rem; height: 1rem; margin-left: 2px; }
.hm-video-bars { display: flex; align-items: center; gap: 3px; height: 1.6rem; flex: 1; }
.hm-video-bars i { flex: 1; height: 30%; border-radius: 2px; background: rgba(255, 255, 255, 0.35); transform-origin: center; }
.hm-report.is-in .hm-video-bars i { animation: hm-bar 1.1s ease-in-out infinite alternate; }
.hm-video-bars i:nth-child(3n) { animation-delay: 0.2s; height: 70%; }
.hm-video-bars i:nth-child(3n+1) { animation-delay: 0.45s; height: 45%; }
.hm-video-bars i:nth-child(4n) { animation-delay: 0.6s; height: 90%; }
@keyframes hm-bar { from { transform: scaleY(0.35); } to { transform: scaleY(1); } }
.hm-video small { flex: none; font-size: 0.72rem; color: var(--hm-gray); font-variant-numeric: tabular-nums; }
/* visual: container */
.hm-cont { display: flex; align-items: center; gap: 0.9rem; }
.hm-cont svg { flex: none; width: 5.2rem; height: auto; }
.hm-cont-seal { padding: 0.45rem 0.7rem; border-radius: 0.6rem; border: 1px dashed rgba(251, 191, 36, 0.6); background: rgba(251, 191, 36, 0.08); font-family: "Sora", "Inter", sans-serif; font-weight: 700; font-size: 0.74rem; letter-spacing: 0.08em; color: #fbbf24; opacity: 0; transform: translateY(6px); transition: opacity 0.5s 0.5s, transform 0.5s var(--hm-ease) 0.5s; }
.hm-report.is-in .hm-cont-seal { opacity: 1; transform: none; }
.hm-cont-seal small { display: block; font-weight: 500; letter-spacing: 0.02em; color: var(--hm-gray); font-size: 0.68rem; }
/* visual: delivered */
.hm-done { display: flex; align-items: center; gap: 0.8rem; padding: 0.8rem 1rem; border-radius: 0.9rem; background: rgba(52, 211, 153, 0.08); border: 1px solid rgba(52, 211, 153, 0.35); color: #d1fae5; font-size: 0.88rem; }
.hm-done-ic { flex: none; display: grid; place-items: center; width: 2rem; height: 2rem; border-radius: 50%; background: #34d399; color: #062b1e; transform: scale(0); transition: transform 0.5s cubic-bezier(0.2, 1.6, 0.4, 1) 0.3s; }
.hm-done-ic svg { width: 1rem; height: 1rem; }
.hm-report.is-in .hm-done-ic { transform: scale(1); }
.hm-founder { margin-top: 2.5rem; display: flex; flex-wrap: wrap; align-items: center; gap: 1.2rem; padding: 1.3rem 1.5rem; border-radius: 1.25rem; border: 1px solid var(--hm-line2); background: rgba(255, 255, 255, 0.03); }
.hm-founder img { width: 3.5rem; height: 3.5rem; border-radius: 50%; object-fit: cover; border: 2px solid rgba(242, 107, 33, 0.5); }
.hm-founder p { flex: 1 1 18rem; font-size: 0.95rem; line-height: 1.6; color: var(--hm-gray); }
.hm-founder p b { color: #fff; font-weight: 600; }
@media (prefers-reduced-motion: reduce) { .hm-clock b i, .hm-video-bars i { animation: none !important; } .hm-stage, .hm-tile, .hm-stamp, .hm-gauge-fg, .hm-cont-seal, .hm-done-ic { transition: none; } }

/* ---------- Cards (services, why, quotes) ---------- */
.hm-card { position: relative; display: flex; flex-direction: column; border-radius: 1.25rem; padding: 1.6rem; background: var(--hm-surface); border: 1px solid var(--hm-line); overflow: hidden; color: inherit; transition: transform 0.5s var(--hm-ease), border-color 0.4s; }
.hm-card::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(360px circle at var(--x, 50%) var(--y, 50%), rgba(242, 107, 33, 0.14), transparent 60%); opacity: 0; transition: opacity 0.5s; }
.hm-card:hover { transform: translateY(-4px); border-color: rgba(242, 107, 33, 0.4); }
.hm-card:hover::before { opacity: 1; }
.hm-card > * { position: relative; }
.hm-card-ic { display: grid; place-items: center; width: 2.9rem; height: 2.9rem; border-radius: 0.85rem; background: rgba(242, 107, 33, 0.12); color: var(--hm-orange2); border: 1px solid rgba(242, 107, 33, 0.22); transition: transform 0.45s var(--hm-ease), background 0.3s, color 0.3s; }
.hm-card-ic svg { width: 1.35rem; height: 1.35rem; }
.hm-card:hover .hm-card-ic { transform: rotate(-6deg) scale(1.06); background: var(--hm-orange); color: #121316; }
.hm-card h3 { margin-top: 1.1rem; font-family: "Sora", "Inter", sans-serif; font-weight: 700; font-size: 1.05rem; color: #fff; }
.hm-card p { margin-top: 0.5rem; font-size: 0.86rem; line-height: 1.55; color: var(--hm-gray); }
.hm-card .hm-go { margin-top: auto; padding-top: 1.2rem; display: inline-flex; align-items: center; gap: 0.4rem; font-size: 0.82rem; font-weight: 600; color: var(--hm-orange2); }
.hm-card .hm-go svg { width: 0.95rem; height: 0.95rem; transition: transform 0.4s var(--hm-ease); }
.hm-card:hover .hm-go svg { transform: translateX(3px); }
.hm-services-grid { margin-top: 3rem; display: grid; gap: 1rem; grid-template-columns: repeat(2, 1fr); }
@media (min-width: 1024px) { .hm-services-grid { grid-template-columns: repeat(4, 1fr); } }
.hm-services-grid > * { min-width: 0; }
.hm-card.is-feat { grid-column: span 2; background: linear-gradient(135deg, #1e1f26, #141519); border-color: var(--hm-line2); }
.hm-card.is-feat h3 { font-size: 1.5rem; }
.hm-card.is-feat p { font-size: 0.95rem; max-width: 28rem; }
.hm-card.is-feat .hm-feat-bg { position: absolute; right: -1rem; bottom: -1.2rem; font-family: "Sora", "Inter", sans-serif; font-weight: 800; font-size: 7rem; line-height: 1; letter-spacing: -0.05em; color: transparent; -webkit-text-stroke: 1px rgba(255, 255, 255, 0.07); pointer-events: none; }
.hm-card.is-all { grid-column: span 2; flex-direction: row; align-items: center; justify-content: space-between; gap: 1rem; background: linear-gradient(135deg, var(--hm-orange2), var(--hm-deep)); border-color: transparent; color: #121316; }
@media (min-width: 1024px) { .hm-card.is-all { grid-column: span 4; } }
.hm-card.is-all::before { display: none; }
.hm-card.is-all h3 { margin: 0; color: #121316; font-size: 1.25rem; }
.hm-card.is-all p { color: rgba(18, 19, 22, 0.72); }
.hm-card.is-all .hm-go { padding: 0; color: #121316; }
@media (max-width: 480px) { .hm-services-grid { grid-template-columns: 1fr; } .hm-card.is-feat, .hm-card.is-all { grid-column: span 1; } }

/* ---------- How it works: stacking steps ---------- */
.hm-how-grid { display: grid; gap: 3rem; }
@media (min-width: 1024px) { .hm-how-grid { grid-template-columns: 0.9fr 1.1fr; gap: 5rem; } .hm-how-side { position: sticky; top: 7rem; align-self: start; } }
.hm-steps { position: relative; padding-bottom: 2rem; }
.hm-step { position: sticky; top: calc(6rem + var(--i, 0) * 2.4rem); margin-bottom: 1rem; border-radius: 1.4rem; border: 1px solid var(--hm-line2); background: linear-gradient(180deg, #1c1d22, #121316); padding: 1.6rem 1.7rem; box-shadow: 0 30px 60px -30px rgba(0, 0, 0, 0.85); transform-origin: 50% 0; will-change: transform; overflow: hidden; }
.hm-step::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(420px circle at var(--x, 20%) var(--y, 0%), rgba(242, 107, 33, 0.12), transparent 60%); opacity: 0; transition: opacity 0.5s; }
.hm-step:hover::before { opacity: 1; }
.hm-step > * { position: relative; }
.hm-step-dim { position: absolute !important; inset: 0; border-radius: inherit; background: #0c0d10; opacity: 0; pointer-events: none; z-index: 2; }
.hm-step-head { display: flex; align-items: center; gap: 1rem; }
.hm-step-num { font-family: "Sora", "Inter", sans-serif; font-weight: 800; font-size: 2.2rem; line-height: 1; color: transparent; -webkit-text-stroke: 1px rgba(251, 140, 60, 0.8); }
.hm-step-when { margin-left: auto; flex: none; padding: 0.35rem 0.7rem; border-radius: 9999px; font-size: 0.64rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--hm-orange2); border: 1px solid rgba(242, 107, 33, 0.3); background: rgba(242, 107, 33, 0.08); }
.hm-step h3 { margin-top: 1rem; font-family: "Sora", "Inter", sans-serif; font-weight: 700; font-size: 1.3rem; color: #fff; }
.hm-step p { margin-top: 0.6rem; font-size: 0.95rem; line-height: 1.6; color: var(--hm-gray); }
.hm-step-tags { margin-top: 1rem; display: flex; flex-wrap: wrap; gap: 0.4rem; }
.hm-step-tags span { padding: 0.3rem 0.65rem; border-radius: 9999px; font-size: 0.72rem; color: #cbd5e1; background: rgba(255, 255, 255, 0.05); border: 1px solid var(--hm-line); }

/* ---------- Why us ---------- */
.hm-why-grid { margin-top: 3rem; display: grid; gap: 1rem; }
@media (min-width: 640px) { .hm-why-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .hm-why-grid { grid-template-columns: repeat(3, 1fr); } }
.hm-why-grid .hm-card { background: rgba(255, 255, 255, 0.03); }
.hm-why-grid .hm-card svg.h-6 { width: 1.35rem; height: 1.35rem; }

/* ---------- Industries: expanding gallery ---------- */
.hm-ind-head { display: flex; flex-direction: column; gap: 1.2rem; align-items: flex-start; justify-content: space-between; }
@media (min-width: 768px) { .hm-ind-head { flex-direction: row; align-items: flex-end; } }
.hm-acc { margin-top: 2.5rem; display: flex; flex-direction: column; gap: 0.6rem; }
@media (min-width: 768px) { .hm-acc { flex-direction: row; height: 31rem; } }
.hm-acc-item { position: relative; flex: 1 1 0; min-height: 3.9rem; overflow: hidden; border-radius: 1.2rem; border: 1px solid var(--hm-line2); background: var(--hm-surface); cursor: pointer; transition: flex-grow 0.85s var(--hm-ease), min-height 0.85s var(--hm-ease), border-color 0.4s; will-change: flex-grow; }
.hm-acc-item.is-on { flex-grow: 4.2; min-height: 19rem; border-color: rgba(242, 107, 33, 0.45); cursor: default; }
@media (min-width: 768px) { .hm-acc-item.is-on { flex-grow: 5; min-height: 0; } }
@media (min-width: 1280px) { .hm-acc-item.is-on { flex-grow: 6.5; } }
.hm-acc-item img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: grayscale(0.85) brightness(0.45); transform: scale(1.06); transition: filter 0.9s var(--hm-ease), transform 1.4s var(--hm-ease); }
.hm-acc-item.is-on img { filter: none; transform: scale(1); }
.hm-acc-item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(12, 13, 16, 0.1) 30%, rgba(12, 13, 16, 0.88) 100%); pointer-events: none; }
@media (max-width: 767px) { .hm-acc-item.is-on::after { background: linear-gradient(180deg, rgba(12, 13, 16, 0.12) 15%, rgba(12, 13, 16, 0.94) 62%); } }
.hm-acc-bar { position: absolute; left: 0; top: 0; z-index: 3; height: 3px; width: 0; background: linear-gradient(90deg, var(--hm-orange2), var(--hm-orange)); box-shadow: 0 0 10px rgba(242, 107, 33, 0.7); }
.hm-acc-item.is-on .hm-acc-bar { animation: hm-acc-bar var(--hm-acc-dur, 4.2s) linear forwards; }
.hm-acc.is-paused .hm-acc-item.is-on .hm-acc-bar { animation-play-state: paused; }
@keyframes hm-acc-bar { to { width: 100%; } }
.hm-acc-hit { position: absolute; inset: 0; z-index: 2; width: 100%; height: 100%; background: none; border: 0; padding: 0; cursor: pointer; color: transparent; font-size: 0; }
.hm-acc-hit:focus-visible { outline: 2px solid var(--hm-orange2); outline-offset: -3px; border-radius: 1.2rem; }
.hm-acc-item.is-on .hm-acc-hit { display: none; }
.hm-acc-tab { position: absolute; z-index: 2; left: 1.1rem; bottom: 1rem; display: flex; align-items: center; gap: 0.7rem; font-family: "Sora", "Inter", sans-serif; font-weight: 700; font-size: 0.92rem; color: #fff; white-space: nowrap; pointer-events: none; transition: opacity 0.4s; }
.hm-acc-tab i { font-style: normal; font-size: 0.7rem; font-weight: 800; letter-spacing: 0.08em; color: var(--hm-orange2); }
@media (min-width: 768px) { .hm-acc-tab { left: 50%; bottom: 1.4rem; transform: translateX(-50%) rotate(180deg); writing-mode: vertical-rl; } }
.hm-acc-item.is-on .hm-acc-tab { opacity: 0; }
.hm-acc-body { position: absolute; z-index: 2; left: 0; right: 0; bottom: 0; padding: 1.4rem 1.5rem 1.5rem; opacity: 0; transform: translateY(14px); transition: opacity 0.6s var(--hm-ease) 0.25s, transform 0.7s var(--hm-ease) 0.25s; pointer-events: none; }
@media (min-width: 768px) { .hm-acc-body { padding: 2rem 2.2rem 2rem; max-width: 34rem; } }
.hm-acc-item.is-on .hm-acc-body { opacity: 1; transform: none; pointer-events: auto; }
.hm-acc-num { font-family: "Sora", "Inter", sans-serif; font-weight: 800; font-size: 0.72rem; letter-spacing: 0.2em; color: var(--hm-orange2); }
.hm-acc-body h3 { margin-top: 0.4rem; font-family: "Sora", "Inter", sans-serif; font-weight: 800; font-size: clamp(1.4rem, 2.4vw, 1.9rem); letter-spacing: -0.02em; line-height: 1.05; color: #fff; }
.hm-acc-body p { margin-top: 0.6rem; font-size: 0.92rem; line-height: 1.55; color: #d1d5db; }
.hm-acc-tags { margin-top: 0.9rem; display: flex; flex-wrap: wrap; gap: 0.4rem; }
.hm-acc-tags span { padding: 0.3rem 0.65rem; border-radius: 9999px; font-size: 0.7rem; font-weight: 600; color: #e5e7eb; background: rgba(12, 13, 16, 0.55); border: 1px solid rgba(255, 255, 255, 0.18); }
.hm-acc-go { margin-top: 1.1rem; display: inline-flex; align-items: center; gap: 0.5rem; font-size: 0.85rem; font-weight: 700; color: var(--hm-orange2); }
.hm-acc-go svg { width: 1rem; height: 1rem; transition: transform 0.4s var(--hm-ease); }
.hm-acc-go:hover svg { transform: translateX(4px); }
.hm-acc-dots { margin-top: 1rem; display: flex; justify-content: center; gap: 0.4rem; }
.hm-acc-dots button { width: 0.5rem; height: 0.5rem; border-radius: 50%; border: 0; padding: 0; background: rgba(255, 255, 255, 0.18); cursor: pointer; transition: transform 0.3s, background 0.3s; }
.hm-acc-dots button.is-on { background: var(--hm-orange); transform: scale(1.3); }
@media (prefers-reduced-motion: reduce) { .hm-acc-item, .hm-acc-item img, .hm-acc-body { transition: none; } .hm-acc-item.is-on .hm-acc-bar { animation: none; width: 100%; } }

/* ---------- Global reach ---------- */
.hm-reach .gr-map { margin-top: 2.5rem; }
.hm-countries { margin-top: 1.5rem; display: flex; flex-wrap: wrap; justify-content: center; gap: 0.5rem; }
.hm-countries span { padding: 0.35rem 0.8rem; border-radius: 9999px; font-size: 0.82rem; color: #cbd5e1; background: rgba(255, 255, 255, 0.04); border: 1px solid var(--hm-line); }
.hm-countries span.is-more { color: var(--hm-orange2); border-color: rgba(242, 107, 33, 0.35); background: rgba(242, 107, 33, 0.1); font-weight: 600; }

/* ---------- Quotes ---------- */
.hm-quotes { margin-top: 3rem; display: grid; gap: 1rem; }
@media (min-width: 768px) { .hm-quotes { grid-template-columns: repeat(2, 1fr); } }
.hm-quotes .hm-card { padding: 1.8rem; }
.hm-quotes .hm-card blockquote p { font-size: 0.95rem; color: #d1d5db; }

/* ---------- CTA ---------- */
.hm-cta { position: relative; overflow: hidden; border-radius: 2rem; padding: 3.5rem 1.5rem; text-align: center; background: linear-gradient(135deg, #1c1d23, #101114); border: 1px solid var(--hm-line2); }
@media (min-width: 640px) { .hm-cta { padding: 5rem 3rem; } }
.hm-cta::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(700px 320px at 50% -10%, rgba(242, 107, 33, 0.28), transparent 60%); }
.hm-cta::after { content: ""; position: absolute; left: 20%; right: 20%; top: -1px; height: 1px; background: linear-gradient(90deg, transparent, var(--hm-orange2), transparent); }
.hm-cta > * { position: relative; }
.hm-cta .hm-h2 { margin-left: auto; margin-right: auto; max-width: 40rem; }
.hm-cta .hm-lead { margin-left: auto; margin-right: auto; max-width: 34rem; }
.hm-cta-btns { margin-top: 2rem; display: flex; flex-wrap: wrap; justify-content: center; gap: 0.8rem; }
.hm-cta-note { margin-top: 1.4rem; font-size: 0.82rem; color: var(--hm-gray2); }
.hm-cta-note a { color: #fff; font-weight: 600; }

/* ---------- Reveal defaults & motion ---------- */
html.hm-gsap [data-hm] { opacity: 0; }
@media (prefers-reduced-motion: reduce) {
  .hm-dot, .hm-board-live i, .hm-ticker .marquee { animation: none !important; }
  .hm-line-inner, .hm-cycle-word { transform: none !important; }
}
