/* ══════════════════════════════════════════════════════════════
   HOME V2 — sitewide design system, scoped under .home-v2 (wraps
   every page template). Layout/style reference: user-supplied
   mockup. Font: Manrope + Inter (free stand-in for Gilroy, not
   available as a free web font). Accent: #ea573f, used sparingly.
══════════════════════════════════════════════════════════════ */

.home-v2 {
  --hv-bg: #141414;
  --hv-surface: #232323;
  --hv-fg: #ffffff;
  --hv-muted: #8a8a8a;
  --hv-accent: #ea573f;
  --hv-border: rgba(255,255,255,0.08);
  --hv-ease: cubic-bezier(0.19, 1, 0.22, 1);

  background: var(--hv-bg);
  color: var(--hv-fg);
  font-family: "Inter", ui-sans-serif, system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.home-v2 * { box-sizing: border-box; }
.home-v2 img { max-width: 100%; display: block; }
.home-v2 a { color: inherit; text-decoration: none; }
.home-v2 ::selection { background: var(--hv-accent); color: #fff; }

.home-v2 .hv-display { font-family: "Manrope", ui-sans-serif, system-ui, sans-serif; }

/* Line-mask reveal (shared site-wide class, see style.css) clips tightly to
   line-height, which is fine for the all-caps Bebas Neue headings it was
   built for, but crops descenders (g, p, y) on Manrope's mixed-case text —
   made worse by the tight line-heights (0.9–1) used on these headings. Add
   room below each line, scoped to this experiment only. */
.home-v2 .line-mask { padding-bottom: 0.189em; }
.home-v2 .hv-accent { color: var(--hv-accent); }

@keyframes hv-entrance { from { opacity: 0; transform: translateY(40px); } to { opacity: 1; transform: translateY(0); } }
@keyframes hv-line { from { transform: scaleX(0); transform-origin: left; } to { transform: scaleX(1); transform-origin: left; } }
@keyframes hv-marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.home-v2 .hv-animate-heavy { animation: hv-entrance 1.1s var(--hv-ease) both; }
.home-v2 .hv-animate-line { animation: hv-line 1.4s var(--hv-ease) both; }
.home-v2 .hv-animate-marquee { animation: hv-marquee 34s linear infinite; }

/* HERO */
.home-v2 .hv-hero {
  position: relative; min-height: 604px;
  min-height: calc(100vh - 116px); min-height: calc(100dvh - 116px);
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 0 24px 96px; overflow: hidden;
}
.home-v2 .hv-hero-bg { position: absolute; inset: 0; z-index: 0; }
.home-v2 .hv-hero-bg img { width: 100%; height: 100%; object-fit: cover; filter: brightness(0.55); }
.home-v2 .hv-hero-bg::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(to top, var(--hv-bg), rgba(26,26,26,0.4), transparent);
}
.home-v2 .hv-hero-content { position: relative; z-index: 10; max-width: 1152px; margin: 0 auto; width: 100%; }
.home-v2 .hv-hero-kicker { font-size: 12px; text-transform: uppercase; letter-spacing: 0.3em; color: rgba(255,255,255,0.6); margin-bottom: 24px; }
.home-v2 .hv-hero-title {
  font-family: "Manrope", sans-serif; font-weight: 800; line-height: 0.9;
  letter-spacing: -0.04em; margin-bottom: 32px; font-size: clamp(36px, 6vw, 72px);
}
.home-v2 .hv-hero-body { font-size: 18px; color: rgba(255,255,255,0.7); max-width: 672px; line-height: 1.6; margin-bottom: 40px; }
.home-v2 .hv-hero-actions { display: flex; flex-wrap: wrap; gap: 16px; }
.home-v2 .hv-btn-primary {
  background: var(--hv-accent); color: #fff; font-family: "Manrope", sans-serif;
  font-weight: 800; padding: 16px 32px; font-size: 13.6px;
  text-transform: uppercase; letter-spacing: 0.15em; transition: background .3s, color .3s;
}
.home-v2 .hv-btn-primary:hover { background: #fff; color: var(--hv-bg); }
.home-v2 .hv-btn-secondary {
  border: 1px solid rgba(255,255,255,0.25); padding: 16px 32px;
  font-size: 13.6px; text-transform: uppercase; letter-spacing: 0.15em; font-weight: 500;
  transition: border-color .3s;
}
.home-v2 .hv-btn-secondary:hover { border-color: #fff; }

/* STATS */
.home-v2 .hv-stats { border-top: 1px solid rgba(255,255,255,0.05); border-bottom: 1px solid rgba(255,255,255,0.05); padding: 0; }
.home-v2 .hv-stats-inner { max-width: 1400px; margin: 0 auto; display: grid; grid-template-columns: repeat(2, 1fr); }
.home-v2 .hv-stats-inner > div { padding: 40px 32px; border-right: 1px solid rgba(255,255,255,0.08); border-bottom: 1px solid rgba(255,255,255,0.08); }
.home-v2 .hv-stats-inner > div:nth-child(2n) { border-right: none; }
.home-v2 .hv-stats-value { font-family: "Manrope", sans-serif; font-size: clamp(32px, 5vw, 56px); font-weight: 800; letter-spacing: -0.04em; margin-bottom: 8px; }
.home-v2 .hv-stats-label { font-size: 10px; text-transform: uppercase; letter-spacing: 0.3em; color: var(--hv-muted); }
.home-v2 .hv-stats-desc { font-size: 13.5px; color: rgba(255,255,255,0.55); line-height: 1.6; margin-top: 12px; }

/* Three-column stats-bar variant — About page differentiators. Only the
   bordered layout is borrowed from the home page stats bar; the text
   inside keeps the original hv-strip typography (small number, plain
   uppercase heading, muted paragraph), not the big stat-value look.
   Full-bleed to the viewport edge rather than the site's usual 1400px
   max-width.

   Both classes are chained (.hv-stats-inner.hv-stats-inner--three) to
   raise specificity above the plain .hv-stats-inner rules. The home
   page's 4-column rule lives in a later @media block, so at equal
   specificity source order would win and force a 4-column grid — three
   items in four tracks, leaving a quarter of the row empty. */
.home-v2 .hv-stats-inner.hv-stats-inner--three { grid-template-columns: 1fr; max-width: none; }
.home-v2 .hv-stats-inner.hv-stats-inner--three > div { border-right: none; }
.home-v2 .hv-stats-inner.hv-stats-inner--three h4 { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; margin: 0 0 12px; }
.home-v2 .hv-stats-inner.hv-stats-inner--three p { font-size: 13.5px; color: rgba(255,255,255,0.55); line-height: 1.6; margin: 0; }
@media (min-width: 900px) {
  .home-v2 .hv-stats-inner.hv-stats-inner--three { grid-template-columns: repeat(3, 1fr); }
  .home-v2 .hv-stats-inner.hv-stats-inner--three > div { border-bottom: none; border-right: 1px solid rgba(255,255,255,0.08); }
  .home-v2 .hv-stats-inner.hv-stats-inner--three > div:last-child { border-right: none; }
}

/* MARQUEE */
.home-v2 .hv-marquee { border-top: 1px solid rgba(255,255,255,0.05); border-bottom: 1px solid rgba(255,255,255,0.05); overflow: hidden; padding: 16px 0; background: var(--hv-bg); }
.home-v2 .hv-marquee-track { display: flex; white-space: nowrap; gap: 64px; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.3em; color: rgba(255,255,255,0.4); }
.home-v2 .hv-marquee-track > div { display: flex; gap: 64px; flex-shrink: 0; }

/* SECTION SHELL */
.home-v2 .hv-section { padding: 128px 24px; }
.home-v2 .hv-section-inner { max-width: 1400px; margin: 0 auto; }
.home-v2 .hv-section-kicker { font-size: 12px; text-transform: uppercase; letter-spacing: 0.4em; color: var(--hv-accent); margin-bottom: 48px; text-align: center; }

/* PROBLEM */
.home-v2 .hv-problem-h2 {
  font-size: clamp(32px, 4.5vw, 56px); font-weight: 800; letter-spacing: -0.03em;
  line-height: 1.1; text-align: center; max-width: 800px; margin: 0 auto 32px;
}
.home-v2 .hv-problem-statement {
  font-family: "Inter", sans-serif; font-size: clamp(16px, 1.6vw, 19px); font-weight: 400;
  line-height: 1.6; text-align: center; max-width: 720px; margin: 0 auto; color: rgba(255,255,255,0.7);
}
.home-v2 .hv-problem-list {
  display: grid; grid-template-columns: 1fr; max-width: 1000px; margin: 80px auto 0;
  border-top: 1px solid rgba(255,255,255,0.08); border-left: 1px solid rgba(255,255,255,0.08);
}
.home-v2 .hv-problem-item {
  padding: 28px 24px;
  border-right: 1px solid rgba(255,255,255,0.08); border-bottom: 1px solid rgba(255,255,255,0.08);
}
.home-v2 .hv-problem-item-title { font-family: "Manrope", sans-serif; font-size: 16px; font-weight: 700; color: var(--hv-fg); margin: 0 0 8px; }
.home-v2 .hv-problem-item-desc { font-size: 14px; font-weight: 300; color: var(--hv-muted); line-height: 1.5; margin: 0; }

/* MODELS (Build/Optimise) */
.home-v2 .hv-models { display: flex; flex-direction: column; border-top: 1px solid rgba(255,255,255,0.05); }
.home-v2 .hv-model { display: block; flex: 1; padding: 40px; border-bottom: 1px solid rgba(255,255,255,0.05); transition: background .3s; }
.home-v2 .hv-model:hover { background: rgba(35,35,35,0.5); }
.home-v2 .hv-model-kicker { color: var(--hv-accent); font-family: "Manrope", sans-serif; font-size: 12px; font-weight: 800; letter-spacing: 0.25em; margin-bottom: 24px; display: block; }
.home-v2 .hv-model-title { font-family: "Manrope", sans-serif; font-size: clamp(28px, 4.2vw, 48px); font-weight: 800; line-height: 1; white-space: nowrap; margin-bottom: 32px; }
.home-v2 .hv-model-body { color: rgba(255,255,255,0.6); max-width: 448px; line-height: 1.6; margin-bottom: 32px; }
.home-v2 .hv-model-img { overflow: hidden; margin-bottom: 32px; }
.home-v2 .hv-model-img img { width: 100%; aspect-ratio: 16/8.1; object-fit: cover; filter: grayscale(1); transition: transform .7s ease, filter .7s ease; }
.home-v2 .hv-model:hover .hv-model-img img { filter: grayscale(0); transform: scale(1.05); }
.home-v2 .hv-model-list { list-style: none; padding: 0; margin: 0; }
.home-v2 .hv-model-list li { display: flex; gap: 16px; font-size: 14.4px; color: rgba(255,255,255,0.7); margin-bottom: 12px; }
.home-v2 .hv-model-list li span { color: var(--hv-accent); font-weight: 700; }
.home-v2 .hv-model-cta {
  display: inline-block; margin-top: 32px; font-family: "Manrope", sans-serif;
  font-size: 13px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--hv-accent); border-bottom: 1px solid var(--hv-accent); padding-bottom: 4px;
  transition: color .3s ease, border-color .3s ease;
}
.home-v2 .hv-model:hover .hv-model-cta { color: #fff; border-color: #fff; }
.home-v2 .hv-model-cta-arrow { display: inline-block; transition: transform .3s ease; }
.home-v2 .hv-model:hover .hv-model-cta-arrow { transform: translateX(6px); }

/* CAPABILITIES — scroll-lock reveal. See main.js: the wrap div's height
   creates extra scroll distance; the pin div sticks below the nav for that
   distance while JS reveals cards one by one based on scroll progress,
   then both release and normal scrolling continues. */
.home-v2 .hv-cap-scroll-wrap { position: relative; }
@media (min-width: 901px) {
  .home-v2 .hv-cap-scroll-wrap { height: 280vh; }
  .home-v2 .hv-cap-pin { position: sticky; top: 116px; }
}
.home-v2 .hv-capabilities { background: rgba(35,35,35,0.3); border-top: 1px solid rgba(255,255,255,0.05); }
.home-v2 .hv-cap-header { display: flex; flex-direction: column; gap: 24px; margin-bottom: 80px; }
.home-v2 .hv-cap-eyebrow { font-size: 12px; text-transform: uppercase; letter-spacing: 0.3em; color: var(--hv-accent); margin: 0 0 16px; }
.home-v2 .hv-cap-title { font-family: "Manrope", sans-serif; font-size: clamp(40px, 5vw, 64px); font-weight: 800; letter-spacing: -0.04em; line-height: 0.95; margin: 0; }
.home-v2 .hv-cap-actions { display: flex; flex-wrap: wrap; gap: 16px; }
.home-v2 .hv-cap-grid { display: grid; grid-template-columns: 1fr; gap: 56px 48px; position: relative; }
.home-v2 .hv-cap-card {
  border-top: 1px solid rgba(255,255,255,0.1); padding: 24px 20px; margin: 0 -20px; cursor: default;
  opacity: 0; transform: translateY(60px);
  transition: background .3s ease, opacity .5s ease, transform .5s ease;
}
.home-v2 .hv-cap-card:hover { background: rgba(255,255,255,0.03); }
.home-v2 .hv-cap-card.is-revealed { opacity: 1; transform: translateY(0); }
@media (max-width: 900px) {
  .home-v2 .hv-cap-card { opacity: 1; transform: none; }
}
@media (prefers-reduced-motion: reduce) {
  .home-v2 .hv-cap-card { opacity: 1; transform: none; transition: background .3s ease; }
}
.home-v2 .hv-cap-n { color: var(--hv-accent); font-size: 12px; font-weight: 800; letter-spacing: 0.15em; margin-bottom: 12px; display: block; }
.home-v2 .hv-cap-card h4 { font-family: "Manrope", sans-serif; font-size: 20px; font-weight: 600; margin: 0 0 12px; }
.home-v2 .hv-cap-card p { font-size: 14.4px; color: rgba(255,255,255,0.5); line-height: 1.6; margin: 0; }

/* Cursor-following capability preview thumbnail — JS (main.js) drives the
   transform every frame (position + scale together, lerped for a soft
   trailing feel), so only opacity is left for CSS to transition. */
.home-v2 .hv-cap-preview {
  position: fixed; top: 0; left: 0; width: 220px; height: 160px;
  pointer-events: none; z-index: 500; overflow: hidden;
  opacity: 0; transition: opacity .3s ease;
  box-shadow: 0 20px 50px rgba(0,0,0,0.5);
  will-change: transform;
}
.home-v2 .hv-cap-preview.is-visible { opacity: 1; }
.home-v2 .hv-cap-preview img { width: 100%; height: 100%; object-fit: cover; }
@media (max-width: 900px) { .home-v2 .hv-cap-preview { display: none; } }

/* PROJECTS */
.home-v2 .hv-projects { border-top: 1px solid rgba(255,255,255,0.05); overflow-x: hidden; }
.home-v2 .hv-projects-header { margin-bottom: 64px; }
.home-v2 .hv-projects-title { font-family: "Manrope", sans-serif; font-size: clamp(40px, 5vw, 64px); font-weight: 800; letter-spacing: -0.04em; margin: 0; }
.home-v2 .hv-projects-grid { display: grid; grid-template-columns: 1fr; gap: 32px; }
.home-v2 .hv-project {
  cursor: pointer; display: block;
  opacity: 0; transform: translateX(100vw);
  transition: opacity .8s var(--hv-ease), transform .8s var(--hv-ease);
}
.home-v2 .hv-project.is-revealed { opacity: 1; transform: translateX(0); }
@media (prefers-reduced-motion: reduce) {
  .home-v2 .hv-project { opacity: 1; transform: none; transition: none; }
}
.home-v2 .hv-project-img { position: relative; width: 100%; aspect-ratio: 4/5; background: var(--hv-surface); overflow: hidden; }
.home-v2 .hv-project-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.home-v2 .hv-project:hover .hv-project-img img { transform: scale(1.05); }
.home-v2 .hv-project-img::after { content: ""; position: absolute; inset: 0; background: rgba(26,26,26,0.3); transition: background .3s; }
.home-v2 .hv-project:hover .hv-project-img::after { background: rgba(26,26,26,0); }
.home-v2 .hv-project-meta { margin-top: 24px; display: flex; justify-content: space-between; align-items: flex-end; }
.home-v2 .hv-project-meta h4 { font-family: "Manrope", sans-serif; font-size: 18.4px; font-weight: 700; margin: 0; }
.home-v2 .hv-project-meta p { font-size: 10px; color: var(--hv-muted); text-transform: uppercase; letter-spacing: 0.2em; margin: 4px 0 0; }
.home-v2 .hv-project-meta .hv-arrow { color: var(--hv-accent); font-size: 20px; display: inline-block; transition: transform .3s ease; }
.home-v2 .hv-project:hover .hv-project-meta .hv-arrow { transform: translateX(8px); }

/* GLOBAL PARTNERS — dark, matching the other grey sections (capabilities). */
.home-v2 .hv-partners { background: rgba(35,35,35,0.3); border-top: 1px solid rgba(255,255,255,0.05); color: var(--hv-fg); }
.home-v2 .hv-partners .hv-section-inner { max-width: 1000px; }
.home-v2 .hv-partners-header { margin-bottom: 48px; padding-bottom: 40px; border-bottom: 1px solid rgba(255,255,255,0.08); }
.home-v2 .hv-partners-eyebrow { font-size: 12px; text-transform: uppercase; letter-spacing: 0.3em; color: var(--hv-accent); margin: 0 0 16px; }
.home-v2 .hv-partners-header-row { display: flex; flex-direction: column; gap: 24px; }
.home-v2 .hv-partners-title { font-family: "Manrope", sans-serif; font-size: clamp(32px, 4.5vw, 52px); font-weight: 800; letter-spacing: -0.04em; line-height: 0.95; margin: 0; }
.home-v2 .hv-partners-intro { font-size: 16px; color: rgba(255,255,255,0.6); line-height: 1.6; max-width: 420px; margin: 0; }
.home-v2 .hv-partner-row {
  display: grid; grid-template-columns: 1fr; gap: 24px;
  padding: 40px 0; border-bottom: 1px solid rgba(255,255,255,0.08);
}
.home-v2 .hv-partner-row:last-child { border-bottom: none; }
.home-v2 .hv-partner-name { font-family: "Manrope", sans-serif; font-size: clamp(24px, 3vw, 34px); font-weight: 800; letter-spacing: -0.02em; margin: 0; }
.home-v2 .hv-partner-logo { height: 58px; width: auto; margin-top: 20px; }
.home-v2 .hv-partner-desc { font-size: 15px; color: rgba(255,255,255,0.6); line-height: 1.7; max-width: 560px; margin: 0 0 32px; }
.home-v2 .hv-partner-stats { display: flex; flex-wrap: wrap; gap: 32px; margin-bottom: 32px; }
.home-v2 .hv-partner-stat-num { display: block; font-size: 28px; font-weight: 800; color: var(--hv-accent); letter-spacing: -0.02em; }
.home-v2 .hv-partner-stat-label { font-size: 11px; text-transform: uppercase; letter-spacing: 0.1em; color: var(--hv-muted); }
.home-v2 .hv-partner-quote {
  font-size: 15px; font-style: italic; color: rgba(255,255,255,0.75);
  border-left: 2px solid var(--hv-accent); padding-left: 16px; margin: 0;
}
@media (min-width: 768px) {
  .home-v2 .hv-partners-header-row { flex-direction: row; justify-content: space-between; align-items: flex-end; }
  .home-v2 .hv-partner-row { grid-template-columns: 280px 1fr; gap: 48px; }
}

/* Testimonials */
.home-v2 .hv-testimonials { border-top: 1px solid rgba(255,255,255,0.05); }
.home-v2 .hv-testimonial-grid { display: grid; grid-template-columns: 1fr; gap: 48px; }
.home-v2 .hv-testimonial { display: flex; flex-direction: column; }
.home-v2 .hv-testimonial-quote {
  font-family: "Manrope", sans-serif; font-size: 19px; font-weight: 600; line-height: 1.45;
  color: var(--hv-fg); margin: 0 0 28px;
}
.home-v2 .hv-testimonial-author { display: flex; flex-direction: column; gap: 2px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.1); }
.home-v2 .hv-testimonial-name { font-size: 13px; font-weight: 700; color: var(--hv-fg); }
.home-v2 .hv-testimonial-role { font-size: 12px; color: var(--hv-muted); }
@media (min-width: 900px) {
  .home-v2 .hv-testimonial-grid { grid-template-columns: repeat(3, 1fr); gap: 56px; }
}

/* CTA */
.home-v2 .hv-cta { position: relative; padding: 160px 24px; text-align: center; display: flex; flex-direction: column; align-items: center; border-top: 1px solid rgba(255,255,255,0.05); overflow: hidden; }
.home-v2 .hv-cta-bg { position: absolute; inset: 0; z-index: 0; }
.home-v2 .hv-cta-bg img { width: 100%; height: 100%; object-fit: cover; opacity: .25; }
.home-v2 .hv-cta-bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to bottom, var(--hv-bg), rgba(26,26,26,0.6), var(--hv-bg)); }
.home-v2 .hv-cta-content { position: relative; z-index: 10; max-width: 896px; }
.home-v2 .hv-cta-line { width: 64px; height: 4px; background: var(--hv-accent); margin: 0 auto 40px; }
.home-v2 .hv-cta-title { font-family: "Manrope", sans-serif; font-size: clamp(40px, 6vw, 72px); font-weight: 800; letter-spacing: -0.04em; line-height: 0.9; margin: 0 0 48px; }
.home-v2 .hv-cta-body { color: rgba(255,255,255,0.6); max-width: 512px; margin: 0 auto 48px; line-height: 1.6; }
.home-v2 .hv-cta-note { margin-top: 56px; font-size: 10px; text-transform: uppercase; letter-spacing: 0.3em; color: rgba(255,255,255,0.3); }

@media (min-width: 768px) {
  .home-v2 .hv-stats-inner { grid-template-columns: repeat(4, 1fr); }
  .home-v2 .hv-stats-inner > div { border-bottom: none; }
  .home-v2 .hv-stats-inner > div:nth-child(2n) { border-right: 1px solid rgba(255,255,255,0.08); }
  .home-v2 .hv-stats-inner > div:nth-child(4n) { border-right: none; }
  .home-v2 .hv-problem-list { grid-template-columns: repeat(3, 1fr); }
  .home-v2 .hv-models { flex-direction: row; }
  .home-v2 .hv-model { padding: 64px; }
  .home-v2 .hv-model:first-child { border-right: 1px solid rgba(255,255,255,0.05); border-bottom: none; }
  .home-v2 .hv-model:last-child { border-bottom: none; }
  .home-v2 .hv-cap-header { flex-direction: row; justify-content: space-between; align-items: flex-end; }
  .home-v2 .hv-cap-grid { grid-template-columns: repeat(2, 1fr); }
  .home-v2 .hv-projects-grid { grid-template-columns: repeat(3, 1fr); }
  .home-v2 .hv-section { padding: 160px 40px; }
  .home-v2 .hv-hero { padding: 0 40px 96px; }
}
@media (min-width: 1024px) {
  .home-v2 .hv-cap-grid { grid-template-columns: repeat(3, 1fr); }
  .home-v2 .hv-model { padding: 96px; }
}

/* ══════════════════════════════════════════════════════════════
   INNER PAGES — shared component vocabulary for every non-home
   page (Performance System, Solutions, Business Sales, Sectors,
   About, Contact, Projects, single Project).
══════════════════════════════════════════════════════════════ */

/* Page hero — shorter than the home hero, image on the right. */
.home-v2 .hv-page-hero {
  position: relative; padding: 180px 24px 96px; display: flex; flex-direction: column; gap: 48px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
.home-v2 .hv-page-hero-inner { max-width: 1400px; margin: 0 auto; width: 100%; display: grid; grid-template-columns: 1fr; gap: 48px; align-items: center; }
.home-v2 .hv-page-hero-kicker { font-size: 12px; text-transform: uppercase; letter-spacing: 0.3em; color: var(--hv-accent); margin-bottom: 24px; }
.home-v2 .hv-page-hero-title { font-family: "Manrope", sans-serif; font-size: clamp(40px, 6vw, 68px); font-weight: 800; letter-spacing: -0.03em; line-height: 0.98; margin: 0 0 24px; }
.home-v2 .hv-page-hero-body { font-size: 16px; color: rgba(255,255,255,0.6); max-width: 520px; line-height: 1.7; margin: 0; }
.home-v2 .hv-page-hero-actions { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 32px; }
.home-v2 .hv-page-hero-img { overflow: hidden; aspect-ratio: 4/3; }
.home-v2 .hv-page-hero-img img { width: 100%; height: 100%; object-fit: cover; }
@media (min-width: 900px) {
  .home-v2 .hv-page-hero-inner { grid-template-columns: 1fr 1fr; gap: 64px; }
}

/* Solutions header — image runs the section's full height with zero
   top/bottom padding and bleeds to the viewport's right edge, instead
   of sitting inset inside the max-width container. The text column
   keeps the hero's normal padding; the image column has none, and
   flexbox stretch makes it match the text column's natural height. */
.home-v2 .hv-page-hero--bleed { padding: 0; border-bottom: 1px solid rgba(255,255,255,0.05); }
.home-v2 .hv-page-hero--bleed .hv-page-hero-inner { max-width: none; gap: 0; }
.home-v2 .hv-page-hero--bleed .hv-page-hero-inner > div:first-child { padding: 96px 24px; }
@media (min-width: 900px) {
  .home-v2 .hv-page-hero--bleed .hv-page-hero-inner { display: flex; align-items: stretch; min-height: 640px; }
  .home-v2 .hv-page-hero--bleed .hv-page-hero-inner > div:first-child {
    flex: 1 1 50%; display: flex; flex-direction: column; justify-content: center;
    padding: 64px 48px 64px max(24px, calc((100vw - 1400px) / 2 + 24px));
  }
  .home-v2 .hv-page-hero--bleed .hv-page-hero-img { flex: 1 1 50%; aspect-ratio: auto; }
}

/* Generic CTA band — plain version of .hv-cta without a bg image. */
.home-v2 .hv-cta-plain { position: relative; padding: 128px 24px; text-align: center; border-top: 1px solid rgba(255,255,255,0.05); }
.home-v2 .hv-cta-plain-inner { max-width: 720px; margin: 0 auto; }
.home-v2 .hv-cta-plain-title { font-family: "Manrope", sans-serif; font-size: clamp(32px, 4.5vw, 52px); font-weight: 800; letter-spacing: -0.03em; line-height: 1.05; margin: 0 0 24px; }
.home-v2 .hv-cta-plain-body { color: rgba(255,255,255,0.6); line-height: 1.6; margin: 0 auto 40px; max-width: 460px; }

/* Numbered pillar rows — Performance System page. Full-bleed section
   (no max-width container) so the row's border/hover bg run edge to
   edge; the row itself keeps left/right padding so its content stays
   inset. Hover lightens the row bg and nudges the title/body/tags
   right; the last row keeps the same padding as the rest, just drops
   the trailing divider before the CTA. */
.home-v2 .hv-pillars-section { padding: 0; }
.home-v2 .hv-pillars { display: flex; flex-direction: column; }
.home-v2 .hv-pillar {
  display: grid; grid-template-columns: 56px 1fr; gap: 24px; padding: 40px 24px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  transition: background .3s ease, opacity .7s ease-out, transform .7s ease-out;
}
.home-v2 .hv-pillar:last-child { border-bottom: none; }
.home-v2 .hv-pillar:hover { background: rgba(255,255,255,0.03); }
.home-v2 .hv-pillar-n { font-family: "Manrope", sans-serif; font-size: 40px; font-weight: 800; color: rgba(255,255,255,0.12); line-height: 1; }
.home-v2 .hv-pillar-title { font-family: "Manrope", sans-serif; font-size: clamp(24px, 3vw, 32px); font-weight: 800; margin: 0 0 12px; }
.home-v2 .hv-pillar-body { color: rgba(255,255,255,0.6); line-height: 1.6; max-width: 560px; margin: 0 0 20px; }
.home-v2 .hv-pillar-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.home-v2 .hv-pillar > div:nth-child(2), .home-v2 .hv-pillar-tags { transition: transform .35s ease; }
.home-v2 .hv-pillar:hover > div:nth-child(2), .home-v2 .hv-pillar:hover .hv-pillar-tags { transform: translateX(10px); }
.home-v2 .hv-tag { font-size: 11px; text-transform: uppercase; letter-spacing: 0.08em; padding: 8px 14px; border: 1px solid rgba(255,255,255,0.12); color: rgba(255,255,255,0.6); }
@media (min-width: 900px) {
  .home-v2 .hv-pillar { grid-template-columns: 80px 1fr 1fr; gap: 40px; align-items: center; padding: 40px 40px; }
}

/* Solutions list — full-bleed rows, image flush to the row's top/bottom
   edges, text columns keep their own inset padding. */
.home-v2 .hv-sol-section { padding: 0; }
.home-v2 .hv-sol-list { display: flex; flex-direction: column; }
.home-v2 .hv-sol-entry {
  display: grid; grid-template-columns: 1fr; gap: 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  transition: background .35s ease;
}
.home-v2 .hv-sol-entry:hover { background: rgba(255,255,255,0.035); }
.home-v2 .hv-sol-img { aspect-ratio: 16/9; overflow: hidden; }
.home-v2 .hv-sol-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.home-v2 .hv-sol-entry:hover .hv-sol-img img { transform: scale(1.06); }
.home-v2 .hv-sol-meta { padding: 32px 24px 0; }
.home-v2 .hv-sol-copy { padding: 0 24px 32px; }
.home-v2 .hv-sol-kicker { font-size: 12px; text-transform: uppercase; letter-spacing: 0.25em; color: var(--hv-accent); margin: 0 0 12px; }
.home-v2 .hv-sol-title { font-family: "Manrope", sans-serif; font-size: clamp(22px, 2.8vw, 30px); font-weight: 800; margin: 0 0 16px; }
.home-v2 .hv-sol-body { color: rgba(255,255,255,0.6); line-height: 1.6; margin: 0 0 20px; }
@media (min-width: 900px) {
  .home-v2 .hv-sol-entry { grid-template-columns: 1fr 1fr 1fr; align-items: stretch; }
  .home-v2 .hv-sol-img { aspect-ratio: auto; }
  .home-v2 .hv-sol-meta { padding: 40px 32px 40px 56px; display: flex; flex-direction: column; justify-content: center; }
  .home-v2 .hv-sol-copy { padding: 40px 48px 40px 0; display: flex; flex-direction: column; justify-content: center; }
}

/* Horizontal rule used to push tile grids well below a page's intro copy. */
.home-v2 .hv-section-line { height: 1px; background: rgba(255,255,255,0.1); margin-bottom: 160px; }

/* Sector grid — image cards. Hover scale + shift are JS-driven (see
   main.js) so the image can nudge opposite the cursor's entry point;
   the transition here just smooths whatever transform JS sets. */
.home-v2 .hv-sectors-section { padding: 0; }
.home-v2 .hv-sector-grid { display: grid; grid-template-columns: 1fr; gap: 2px; padding: 2px; background: rgba(255,255,255,0.1); }
.home-v2 .hv-sector-item {
  background: var(--hv-bg);
  opacity: 0; transform: translateY(48px);
  transition: opacity .6s ease, transform .6s ease;
}
.home-v2 .hv-sector-item.is-revealed { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) {
  .home-v2 .hv-sector-item { opacity: 1; transform: none; transition: none; }
}
.home-v2 .hv-sector-img { aspect-ratio: 4/3; overflow: hidden; }
.home-v2 .hv-sector-img img { width: 100%; height: 100%; object-fit: cover; }
.home-v2 .hv-sector-body { padding: 28px; }
.home-v2 .hv-sector-body h3 { font-family: "Manrope", sans-serif; font-size: 19px; font-weight: 700; margin: 0 0 8px; }
.home-v2 .hv-sector-body p { font-size: 14px; color: rgba(255,255,255,0.55); line-height: 1.6; margin: 0; }
@media (min-width: 700px) {
  .home-v2 .hv-sector-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1100px) {
  .home-v2 .hv-sector-grid { grid-template-columns: repeat(3, 1fr); }
}

/* Business listings — Business Sales page. */
.home-v2 .hv-listings { display: flex; flex-direction: column; gap: 24px; }
.home-v2 .hv-listing-card {
  display: flex; flex-direction: column; gap: 24px; padding: 32px;
  background: rgba(35,35,35,0.4); border: 1px solid rgba(255,255,255,0.06);
}
.home-v2 .hv-listing-tag { font-size: 10px; text-transform: uppercase; letter-spacing: 0.2em; color: var(--hv-accent); }
.home-v2 .hv-listing-name { font-family: "Manrope", sans-serif; font-size: 22px; font-weight: 700; margin: 10px 0 12px; }
.home-v2 .hv-listing-meta { display: flex; flex-wrap: wrap; gap: 16px; font-size: 12px; color: rgba(255,255,255,0.5); margin-bottom: 16px; }
.home-v2 .hv-listing-points { display: flex; flex-direction: column; gap: 6px; margin-bottom: 8px; }
.home-v2 .hv-listing-points div { font-size: 13px; color: rgba(255,255,255,0.55); }
.home-v2 .hv-listing-price { font-family: "Manrope", sans-serif; font-size: 18px; font-weight: 800; color: var(--hv-accent); margin: 0 0 16px; }
@media (min-width: 800px) {
  .home-v2 .hv-listing-card { flex-direction: row; justify-content: space-between; align-items: center; }
}

/* Whole card is a link; hover lifts the surface and the nested CTA. */
.home-v2 a.hv-listing-card { transition: background .3s ease, border-color .3s ease; }
.home-v2 a.hv-listing-card:hover { background: rgba(35,35,35,0.75); border-color: rgba(255,255,255,0.16); }
.home-v2 a.hv-listing-card:hover .hv-btn-secondary { border-color: #fff; }
.home-v2 .hv-listing-cta { flex-shrink: 0; }

/* ── Single listing detail page ── */
.home-v2 .hv-listing-hero { padding: 180px 24px 64px; border-bottom: 1px solid rgba(255,255,255,0.08); }
.home-v2 .hv-listing-hero-inner { max-width: 1000px; margin: 0 auto; }
.home-v2 .hv-listing-facts { display: grid; grid-template-columns: 1fr; gap: 24px; margin-top: 40px; }
.home-v2 .hv-listing-facts > div { display: flex; flex-direction: column; gap: 6px; }
.home-v2 .hv-listing-fact-label { font-size: 12px; text-transform: uppercase; letter-spacing: 0.2em; color: var(--hv-muted); }
.home-v2 .hv-listing-fact-value { font-family: "Manrope", sans-serif; font-size: 20px; font-weight: 700; }
@media (min-width: 700px) {
  .home-v2 .hv-listing-facts { grid-template-columns: repeat(3, 1fr); }
}

.home-v2 .hv-listing-body-inner { max-width: 1000px; margin: 0 auto; display: grid; grid-template-columns: 1fr; gap: 64px; }
.home-v2 .hv-listing-overview .hv-project-intro { margin-top: 24px; }
.home-v2 .hv-listing-block { margin-bottom: 48px; }
.home-v2 .hv-listing-block:last-child { margin-bottom: 0; }
.home-v2 .hv-listing-list { list-style: none; padding: 0; margin: 24px 0 0; }
.home-v2 .hv-listing-list li { display: flex; gap: 12px; font-size: 15px; color: rgba(255,255,255,0.7); line-height: 1.6; margin-bottom: 10px; }
.home-v2 .hv-listing-list li span { color: var(--hv-accent); flex-shrink: 0; }
.home-v2 .hv-listing-list li.is-sub { margin-left: 28px; font-size: 14px; color: rgba(255,255,255,0.5); }
.home-v2 .hv-listing-list li.is-sub span { color: rgba(255,255,255,0.3); }

.home-v2 .hv-listing-request { max-width: 640px; margin: 0 auto; text-align: center; }
.home-v2 .hv-listing-form { text-align: left; margin-top: 8px; }
.home-v2 .hv-listing-request .hv-form-note { text-align: left; }

/* Two-panel split — sellers / investors, etc. */
.home-v2 .hv-split { display: grid; grid-template-columns: 1fr; border-top: 1px solid rgba(255,255,255,0.05); }
.home-v2 .hv-split-panel {
  display: block; padding: 56px 32px; border-bottom: 1px solid rgba(255,255,255,0.05);
  transition: background .3s ease;
}
.home-v2 .hv-split-panel:hover { background: rgba(255,255,255,0.03); }
.home-v2 .hv-split-panel:last-child { border-bottom: none; }
.home-v2 .hv-split-panel:hover .hv-btn-primary { background: #fff; color: var(--hv-bg); }
.home-v2 .hv-split-panel:hover .hv-btn-secondary { border-color: #fff; }
.home-v2 .hv-split-eyebrow { font-size: 12px; text-transform: uppercase; letter-spacing: 0.25em; color: var(--hv-accent); margin: 0 0 16px; }
.home-v2 .hv-split-title { font-family: "Manrope", sans-serif; font-size: clamp(24px, 3vw, 32px); font-weight: 800; margin: 0 0 16px; }
.home-v2 .hv-split-body { color: rgba(255,255,255,0.6); line-height: 1.6; margin: 0 0 24px; }
/* Bullet gap matches .hv-split-body's 24px bottom margin above it, so the
   list sits with equal breathing room on both sides. */
.home-v2 .hv-split-points { display: flex; flex-direction: column; gap: 8px; margin-bottom: 24px; }
.home-v2 .hv-split-points div { font-size: 13px; color: rgba(255,255,255,0.5); }
@media (min-width: 900px) {
  .home-v2 .hv-split { grid-template-columns: 1fr 1fr; }
  .home-v2 .hv-split-panel { padding: 96px 64px; border-bottom: none; }
  .home-v2 .hv-split-panel:first-child { border-right: 1px solid rgba(255,255,255,0.05); }
}

/* Differentiator / stat-style 3-col strip — About page. */
.home-v2 .hv-strip { display: grid; grid-template-columns: 1fr; gap: 40px; }
.home-v2 .hv-strip-item { padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.1); }
.home-v2 .hv-strip-n { font-family: "Manrope", sans-serif; font-size: 32px; font-weight: 800; color: var(--hv-accent); margin-bottom: 16px; }
.home-v2 .hv-strip-item h4 { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; margin: 0 0 12px; }
.home-v2 .hv-strip-item p { font-size: 13.5px; color: rgba(255,255,255,0.55); line-height: 1.6; margin: 0; }
@media (min-width: 900px) {
  .home-v2 .hv-strip { grid-template-columns: repeat(3, 1fr); gap: 48px; }
}

/* Value-created grid — About page. */
.home-v2 .hv-value-grid { display: grid; grid-template-columns: 1fr; gap: 40px; }
.home-v2 .hv-value-item { padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.1); }
.home-v2 .hv-value-item h4 { font-family: "Manrope", sans-serif; font-size: 19px; font-weight: 700; margin: 0 0 12px; color: var(--hv-fg); }
.home-v2 .hv-value-item p { font-size: 14.5px; color: rgba(255,255,255,0.6); line-height: 1.6; margin: 0; }
@media (min-width: 900px) {
  .home-v2 .hv-value-grid { grid-template-columns: repeat(2, 1fr); gap: 48px 64px; }
}

/* Founder / person feature — About page. The image sits absolutely
   positioned inside its container so the photo's own intrinsic aspect
   ratio never contributes to the grid row's height calculation — only
   the text column does. Without this, a tall/portrait source photo can
   end up dictating the row height instead of stretching to match it. */
.home-v2 .hv-person { display: grid; grid-template-columns: 1fr; gap: 48px; align-items: start; }
.home-v2 .hv-person-img { position: relative; aspect-ratio: 4/5; overflow: hidden; }
.home-v2 .hv-person-img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
@media (min-width: 900px) {
  .home-v2 .hv-person { align-items: stretch; }
  .home-v2 .hv-person-img { aspect-ratio: auto; height: auto; }
}
.home-v2 .hv-person-role { font-size: 12px; text-transform: uppercase; letter-spacing: 0.25em; color: var(--hv-accent); margin: 0 0 12px; }
.home-v2 .hv-person-name { font-family: "Manrope", sans-serif; font-size: clamp(28px, 3.5vw, 40px); font-weight: 800; margin: 0 0 4px; }
.home-v2 .hv-person-title { font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.4); margin: 0 0 24px; }
.home-v2 .hv-person-quote { font-family: "Manrope", sans-serif; font-size: 20px; font-weight: 600; line-height: 1.4; border-left: 2px solid var(--hv-accent); padding-left: 20px; margin: 0 0 24px; color: rgba(255,255,255,0.9); }
.home-v2 .hv-person-body { color: rgba(255,255,255,0.6); line-height: 1.7; margin: 0 0 20px; }
.home-v2 .hv-person-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
@media (min-width: 900px) {
  .home-v2 .hv-person { grid-template-columns: 1fr 1.3fr; gap: 80px; }
}

/* Image strip — About page facility photos. */
.home-v2 .hv-img-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; height: 260px; }
.home-v2 .hv-img-strip img { width: 100%; height: 100%; object-fit: cover; }
@media (min-width: 900px) { .home-v2 .hv-img-strip { height: 360px; } }

/* Contact page. */
.home-v2 .hv-contact { display: grid; grid-template-columns: 1fr; gap: 64px; max-width: 1200px; margin: 0 auto; padding: 180px 24px 120px; }
.home-v2 .hv-contact-meta { display: flex; flex-direction: column; gap: 24px; margin-top: 40px; }
.home-v2 .hv-contact-meta-label { font-size: 12px; text-transform: uppercase; letter-spacing: 0.2em; color: var(--hv-accent); margin: 0 0 6px; }
.home-v2 .hv-contact-meta-value { font-size: 15px; color: rgba(255,255,255,0.65); margin: 0; }
.home-v2 .hv-form-field { margin-bottom: 20px; }
.home-v2 .hv-form-field label { display: block; font-size: 11px; text-transform: uppercase; letter-spacing: 0.15em; color: rgba(255,255,255,0.5); margin-bottom: 10px; }
.home-v2 .hv-form-field input, .home-v2 .hv-form-field textarea, .home-v2 .hv-form-field select {
  width: 100%; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.12);
  color: var(--hv-fg); padding: 14px 16px; font-family: "Inter", sans-serif; font-size: 14px; outline: none;
  transition: border-color .2s;
}
.home-v2 .hv-form-field input:focus, .home-v2 .hv-form-field textarea:focus, .home-v2 .hv-form-field select:focus { border-color: var(--hv-accent); }
.home-v2 .hv-form-field textarea { min-height: 120px; resize: vertical; }
.home-v2 .hv-form-field select option { background: var(--hv-bg); }
.home-v2 .hv-form-note { font-size: 13px; padding: 16px; margin-bottom: 24px; }
.home-v2 .hv-form-note-success { background: rgba(234,87,56,0.1); border-left: 3px solid var(--hv-accent); color: #fff; }
.home-v2 .hv-form-note-error { background: rgba(255,255,255,0.04); border-left: 3px solid rgba(255,255,255,0.3); color: rgba(255,255,255,0.7); }
@media (min-width: 900px) {
  .home-v2 .hv-contact { grid-template-columns: 1fr 1fr; }
}

/* Lead-gen block — Investor Portal "new opportunities" signup. */
.home-v2 .hv-lead-gen { margin-top: 56px; padding: 56px 0; border-top: 1px solid rgba(255,255,255,0.08); text-align: center; }
.home-v2 .hv-lead-gen .hv-page-hero-kicker { margin-bottom: 12px; }
.home-v2 .hv-lead-gen .hv-split-title { margin-bottom: 16px; }
.home-v2 .hv-lead-form { max-width: 480px; margin: 0 auto; }
.home-v2 .hv-lead-form-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.home-v2 .hv-lead-form-row input[type="email"] {
  flex: 1 1 260px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.12);
  color: var(--hv-fg); padding: 14px 16px; font-family: "Inter", sans-serif; font-size: 14px; outline: none;
  transition: border-color .2s;
}
.home-v2 .hv-lead-form-row input[type="email"]:focus { border-color: var(--hv-accent); }
.home-v2 .hv-lead-form-row .hv-btn-primary { border: none; cursor: pointer; flex: 0 0 auto; }
.home-v2 .hv-lead-gen .hv-form-note { text-align: left; max-width: 480px; margin: 0 auto 24px; }

/* Projects grid page. */
.home-v2 .hv-projects-page-grid { display: grid; grid-template-columns: 1fr; gap: 24px; }
.home-v2 .hv-projects-page-grid .hv-project { opacity: 1; transform: none; }
@media (min-width: 700px) { .home-v2 .hv-projects-page-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1100px) { .home-v2 .hv-projects-page-grid { grid-template-columns: repeat(3, 1fr); } }

/* Single project. */
.home-v2 .hv-project-hero { padding: 180px 24px 80px; max-width: 900px; margin: 0 auto; }
.home-v2 .hv-project-hero .hv-page-hero-kicker { margin-bottom: 16px; }
.home-v2 .hv-project-intro { color: rgba(255,255,255,0.65); line-height: 1.8; font-size: 16px; }
.home-v2 .hv-project-intro p { margin: 0 0 20px; }
.home-v2 .hv-project-photo-grid { display: flex; flex-direction: column; gap: 4px; padding: 0 24px 4px; max-width: 1400px; margin: 0 auto; }
.home-v2 .hv-project-photo { overflow: hidden; }
.home-v2 .hv-project-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.home-v2 .hv-project-photo--full { aspect-ratio: 16/8; }
.home-v2 .hv-project-photo--full.hv-project-photo--color { background: var(--hv-surface); }
.home-v2 .hv-project-photo-row { display: grid; grid-template-columns: 1fr 1fr; gap: 4px; }
.home-v2 .hv-project-photo-row .hv-project-photo { aspect-ratio: 4/3; }
.home-v2 .hv-project-gallery { display: grid; grid-template-columns: 1fr; gap: 4px; padding: 0 24px; max-width: 1400px; margin: 0 auto; }
.home-v2 .hv-project-gallery-img { aspect-ratio: 4/3; overflow: hidden; }
.home-v2 .hv-project-gallery-img img { width: 100%; height: 100%; object-fit: cover; }
@media (min-width: 700px) { .home-v2 .hv-project-gallery { grid-template-columns: repeat(3, 1fr); } }

.home-v2 .hv-project-nav { display: grid; grid-template-columns: 1fr; border-top: 1px solid rgba(255,255,255,0.08); }
.home-v2 .hv-project-nav-card { display: grid; grid-template-columns: 96px 1fr; gap: 20px; align-items: center; padding: 32px 24px; border-bottom: 1px solid rgba(255,255,255,0.08); transition: background .3s; }
.home-v2 .hv-project-nav-card:hover { background: rgba(255,255,255,0.03); }
.home-v2 .hv-project-nav-thumb { aspect-ratio: 1/1; overflow: hidden; }
.home-v2 .hv-project-nav-thumb img { width: 100%; height: 100%; object-fit: cover; }
@media (min-width: 700px) {
  .home-v2 .hv-project-nav { grid-template-columns: 1fr 1fr; }
  .home-v2 .hv-project-nav-card:first-child { border-right: 1px solid rgba(255,255,255,0.08); }
  .home-v2 .hv-project-nav-card--next { grid-template-columns: 1fr 96px; }
  .home-v2 .hv-project-nav-card--next .hv-project-nav-meta { text-align: right; order: 1; }
  .home-v2 .hv-project-nav-card--next .hv-project-nav-thumb { order: 2; }
}
