/* ============================================
   BOLDBLACK DESIGNS — HOME PAGE
   Clean, bright, professional — matches services
   ============================================ */

.light-page {
  background: #ffffff;
  color: #0a0a0a;
}

/* ---- Shared buttons ---- */
.h-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 30px;
  background: #0a0a0a;
  color: #fff;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.04em;
  border: 2px solid #0a0a0a;
  text-decoration: none;
  transition: all 0.25s var(--ease);
  cursor: pointer;
}
.h-btn-primary:hover {
  background: var(--accent-2);
  border-color: var(--accent-2);
  color: #0a0a0a;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}

.h-btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 30px;
  background: transparent;
  color: rgba(255,255,255,0.85);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.04em;
  border: 2px solid rgba(255,255,255,0.45);
  text-decoration: none;
  transition: all 0.25s var(--ease);
  backdrop-filter: blur(6px);
}
.h-btn-outline:hover {
  border-color: #fff;
  color: #fff;
  background: rgba(255,255,255,0.08);
}

.h-btn-wht {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 30px;
  background: transparent;
  color: #fff;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.04em;
  border: 2px solid rgba(255,255,255,0.45);
  text-decoration: none;
  transition: all 0.25s var(--ease);
}
.h-btn-wht:hover {
  background: rgba(255,255,255,0.1);
  border-color: #fff;
}

/* Shared eyebrow */
.h-eyebrow {
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent-2);
  display: block;
  margin-bottom: 12px;
}

/* Shared section header */
.h-section-header {
  text-align: center;
  margin-bottom: 52px;
}
.h-section-header h2 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(28px, 4vw, 44px);
  color: #0a0a0a;
  letter-spacing: -0.02em;
  margin-bottom: 12px;
}
.h-section-sub {
  font-size: 16px;
  color: #666;
  max-width: 440px;
  margin: 0 auto;
  line-height: 1.7;
}

/* ============================================
   HERO — IMAGE WITH OVERLAY
   ============================================ */
.home-hero {
  position: relative;
  min-height: 680px;
  display: flex;
  align-items: flex-end;
  padding-bottom: 80px;
  overflow: hidden;
  margin-top: var(--nav-h);  /* push hero below fixed nav */
}

.home-hero-bg {
  position: absolute;
  inset: 0;
}
.home-hero-bg img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 30%;
  display: block;
}
.home-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(10,10,10,0.3) 0%,
    rgba(10,10,10,0.52) 50%,
    rgba(10,10,10,0.88) 100%
  );
}

.home-hero-content {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 60px 48px 0;
}

.home-breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 18px;
  border: 1px solid rgba(200,169,110,0.45);
  background: rgba(200,169,110,0.1);
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent-2);
  margin-bottom: 28px;
  backdrop-filter: blur(10px);
  animation: fadeUp 0.8s var(--ease) 0.15s both;
}
.home-badge-dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--accent-2);
  flex-shrink: 0;
  animation: pulse 2s ease infinite;
}

.home-hero-title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(40px, 7vw, 78px);
  line-height: 1.02;
  letter-spacing: -0.03em;
  color: #fff;
  margin-bottom: 20px;
  max-width: 700px;
  animation: fadeUp 0.8s var(--ease) 0.3s both;
}
.home-title-gold { color: var(--accent-2); }

.home-hero-sub {
  font-size: clamp(16px, 2vw, 18px);
  color: rgba(255,255,255,0.7);
  max-width: 500px;
  line-height: 1.8;
  margin-bottom: 36px;
  font-weight: 300;
  animation: fadeUp 0.8s var(--ease) 0.45s both;
}
.home-hero-sub strong { color: var(--accent-2); font-weight: 600; }

.home-hero-btns {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 32px;
  animation: fadeUp 0.8s var(--ease) 0.6s both;
}

.home-trust-chips {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  animation: fadeUp 0.8s var(--ease) 0.72s both;
}
.home-trust-chips span {
  padding: 7px 15px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.2);
  backdrop-filter: blur(8px);
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 600;
  color: rgba(255,255,255,0.8);
  letter-spacing: 0.04em;
}

/* Scroll cue */
.home-hero-scroll {
  position: absolute;
  bottom: 36px; left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  animation: fadeIn 1s ease 1.2s both;
}
.home-hero-scroll span {
  font-family: var(--font-display);
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.35);
}
.scroll-mouse {
  width: 22px; height: 36px;
  border: 1.5px solid rgba(255,255,255,0.25);
  border-radius: 11px;
  display: flex;
  justify-content: center;
  padding-top: 6px;
}
.scroll-wheel {
  width: 3px; height: 8px;
  border-radius: 2px;
  background: var(--accent-2);
  opacity: 0.8;
  animation: scrollWheel 1.8s ease infinite;
}
@keyframes scrollWheel {
  0%,100% { opacity:.8; transform: translateY(0); }
  50%      { opacity:0;  transform: translateY(9px); }
}

/* ============================================
   TRUST BAR — BLACK
   ============================================ */
.home-trust-bar {
  background: #0a0a0a;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 32px;
  gap: 24px;
  flex-wrap: wrap;
}
.h-trust-item {
  display: flex;
  align-items: center;
  gap: 9px;
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: rgba(255,255,255,0.75);
}
.h-trust-item svg { stroke: var(--accent-2); flex-shrink: 0; }
.h-trust-sep { color: rgba(255,255,255,0.2); font-size: 18px; }

/* ============================================
   SPLIT SECTIONS — WHITE / GREY ALT
   ============================================ */
.home-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 540px;
  background: #ffffff;
  border-bottom: 1px solid #ebebeb;
}
.home-split-alt {
  background: #f7f7f5;
}
.home-split-alt .home-split-img { order: 2; }
.home-split-alt .home-split-text { order: 1; }

/* Image col */
.home-split-img {
  position: relative;
  overflow: hidden;
  min-height: 460px;
}
.home-split-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s var(--ease);
}
.home-split:hover .home-split-img img { transform: scale(1.04); }

.home-split-img-badge {
  position: absolute;
  bottom: 24px; right: 24px;
  background: #0a0a0a;
  border: 1px solid var(--accent-2);
  padding: 14px 20px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.15);
}
.home-split-img-badge strong {
  display: block;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 16px;
  color: var(--accent-2);
  margin-bottom: 3px;
}
.home-split-img-badge span {
  font-size: 12px;
  color: rgba(255,255,255,0.55);
  letter-spacing: 0.05em;
}

/* Text col */
.home-split-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 72px 60px;
}
.home-split-text h2 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(28px, 3vw, 40px);
  color: #0a0a0a;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
}
.h-lead {
  font-size: 16px;
  color: #555;
  line-height: 1.85;
  margin-bottom: 14px;
}
.h-body {
  font-size: 15px;
  color: #666;
  line-height: 1.8;
  margin-bottom: 28px;
}
.h-lead strong, .h-body strong { color: #0a0a0a; }

.home-stats-row {
  display: flex;
  align-items: center;
  gap: 0;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 28px;
}
.h-stat {
  flex: 1;
  padding: 18px 0;
  text-align: center;
  transition: background 0.2s;
}
.h-stat:hover { background: #f7f7f5; }
.h-stat strong {
  display: block;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 30px;
  color: #0a0a0a;
  line-height: 1;
  margin-bottom: 4px;
}
.h-stat span { font-size: 12px; color: #888; letter-spacing: 0.05em; text-transform: uppercase; }
.h-stat-div { width: 1px; height: 40px; background: #e8e8e8; flex-shrink: 0; }

/* Check list */
.h-check-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 28px;
}
.h-check-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  color: #444;
  font-family: var(--font-display);
  font-weight: 600;
}
.h-check {
  width: 24px; height: 24px;
  background: #0a0a0a;
  color: #fff;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background 0.2s;
}
.h-check-list li:hover .h-check { background: var(--accent-2); color: #0a0a0a; }

/* ============================================
   SERVICES SNAPSHOT
   ============================================ */
.home-services-snap {
  background: #f7f7f5;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  padding: 88px 0;
}
.home-services-snap-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 48px;
}

.h-svc-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: #e0e0e0;
  border: 1px solid #e0e0e0;
}

.h-svc-card {
  background: #fff;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: #0a0a0a;
  transition: transform 0.35s var(--ease), box-shadow 0.35s;
  position: relative;
  overflow: hidden;
}
.h-svc-card::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 3px;
  background: #0a0a0a;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s var(--ease);
}
.h-svc-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.1);
  z-index: 2;
}
.h-svc-card:hover::after { transform: scaleX(1); }

.h-svc-img {
  overflow: hidden;
  aspect-ratio: 16/9;
}
.h-svc-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s var(--ease);
  filter: grayscale(10%);
}
.h-svc-card:hover .h-svc-img img {
  transform: scale(1.07);
  filter: grayscale(0%);
}

.h-svc-body { padding: 22px 20px; flex: 1; display: flex; flex-direction: column; }
.h-svc-icon {
  width: 38px; height: 38px;
  border: 1px solid #e0e0e0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #444;
  margin-bottom: 12px;
  transition: all 0.2s;
}
.h-svc-card:hover .h-svc-icon { border-color: #0a0a0a; color: #0a0a0a; }
.h-svc-body h3 { font-size: 17px; font-weight: 700; margin-bottom: 8px; color: #0a0a0a; font-family: var(--font-display); }
.h-svc-body p { font-size: 13px; color: #666; line-height: 1.65; flex: 1; margin-bottom: 14px; }
.h-svc-link {
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #0a0a0a;
  transition: color 0.2s, letter-spacing 0.2s;
}
.h-svc-card:hover .h-svc-link { color: var(--accent-2); letter-spacing: 0.1em; }

.h-svc-cta { text-align: center; margin-top: 40px; }

/* ============================================
   PORTFOLIO PREVIEW
   ============================================ */
.home-portfolio-snap {
  background: #fff;
  padding: 88px 0;
  border-top: 1px solid #e8e8e8;
}
.h-port-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 48px;
}
.h-port-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 3px;
  background: #e0e0e0;
}
.h-port-col { display: flex; flex-direction: column; gap: 3px; }

.h-port-card {
  display: block;
  position: relative;
  overflow: hidden;
  text-decoration: none;
}
.h-port-card img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  filter: grayscale(15%);
  transition: transform 0.5s var(--ease), filter 0.4s;
}
.h-port-card.h-port-large { min-height: 480px; }
.h-port-col .h-port-card { min-height: 235px; }

.h-port-card:hover img { transform: scale(1.05); filter: grayscale(0%); }

.h-port-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(10,10,10,0.82) 0%, rgba(10,10,10,0.05) 55%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
  opacity: 0.75;
  transition: opacity 0.3s;
}
.h-port-card:hover .h-port-overlay { opacity: 1; }

.h-port-tag {
  font-family: var(--font-display);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent-2);
  display: block;
  margin-bottom: 5px;
}
.h-port-overlay h3 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  margin-bottom: 8px;
}
.h-port-view {
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--accent-2);
  opacity: 0;
  transform: translateY(4px);
  transition: opacity 0.3s, transform 0.3s;
  display: block;
}
.h-port-card:hover .h-port-view { opacity: 1; transform: translateY(0); }

/* ============================================
   TESTIMONIALS
   ============================================ */
.home-testimonials-snap {
  background: #f7f7f5;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  padding: 88px 0;
}
.h-test-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 48px;
}
.h-test-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: #e0e0e0;
  border: 1px solid #e0e0e0;
}
.h-test-card {
  background: #fff;
  padding: 36px;
  transition: background 0.25s, box-shadow 0.3s, transform 0.3s var(--ease);
  position: relative;
}
.h-test-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: #0a0a0a;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s var(--ease);
}
.h-test-card:hover {
  background: #fafaf8;
  box-shadow: 0 12px 32px rgba(0,0,0,0.08);
  transform: translateY(-4px);
  z-index: 2;
}
.h-test-card:hover::before { transform: scaleX(1); }

.h-test-avatar {
  width: 56px; height: 56px;
  border-radius: 50%;
  object-fit: cover;
  object-position: top;
  border: 2px solid #e8e8e8;
  margin-bottom: 14px;
  display: block;
  transition: border-color 0.2s;
}
.h-test-card:hover .h-test-avatar { border-color: var(--accent-2); }

.h-stars {
  color: var(--accent-2);
  font-size: 14px;
  letter-spacing: 3px;
  margin-bottom: 14px;
}
.h-test-card p {
  font-size: 15px;
  color: #555;
  line-height: 1.8;
  font-style: italic;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e8e8e8;
}
.h-test-card strong {
  display: block;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 14px;
  color: #0a0a0a;
  margin-bottom: 2px;
}
.h-test-card span { font-size: 12px; color: #999; }

/* ============================================
   FINAL CTA — IMAGE BG
   ============================================ */
.home-cta-final {
  position: relative;
  padding: 120px 48px;
  overflow: hidden;
  text-align: center;
}
.h-cta-bg {
  position: absolute;
  inset: 0;
}
.h-cta-bg img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center;
}
.h-cta-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(10,10,10,0.88) 0%,
    rgba(10,10,10,0.78) 50%,
    rgba(10,10,10,0.92) 100%
  );
}
.h-cta-content {
  position: relative;
  z-index: 2;
  max-width: 620px;
  margin: 0 auto;
}
.h-cta-content h2 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(28px, 4vw, 50px);
  color: #fff;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
}
.h-cta-content p {
  font-size: 17px;
  color: rgba(255,255,255,0.65);
  line-height: 1.8;
  margin-bottom: 36px;
}
.h-cta-btns {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 1024px) {
  .home-split { grid-template-columns: 1fr; min-height: auto; }
  .home-split-alt .home-split-img { order: 1; }
  .home-split-alt .home-split-text { order: 2; }
  .home-split-img { min-height: 340px; }
  .home-split-text { padding: 48px 40px; }
  .h-svc-grid { grid-template-columns: repeat(2, 1fr); }
  .h-port-grid { grid-template-columns: 1fr; }
  .h-port-card.h-port-large { min-height: 340px; }
  .h-port-col { flex-direction: row; }
  .h-port-col .h-port-card { flex: 1; min-height: 220px; }
  .h-test-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  .home-hero { min-height: 520px; padding-bottom: 56px; }
  .home-hero-content { padding: calc(var(--nav-h) + 36px) 24px 0; }
  .home-hero-btns { flex-direction: column; }
  .home-trust-chips { gap: 8px; }
  .home-trust-chips span { font-size: 11px; padding: 6px 12px; }
  .home-trust-bar { gap: 14px; padding: 18px 20px; }
  .h-trust-sep { display: none; }
  .home-split-text { padding: 36px 24px; }
  .h-svc-grid { grid-template-columns: 1fr; }
  .h-test-grid { grid-template-columns: 1fr; }
  .h-port-col { flex-direction: column; }
  .h-port-col .h-port-card { min-height: 220px; }
  .home-cta-final { padding: 80px 24px; }
  .h-cta-btns { flex-direction: column; align-items: center; }
  .home-services-snap-inner,
  .h-port-inner,
  .h-test-inner { padding: 0 24px; }
  .home-services-snap,
  .home-portfolio-snap,
  .home-testimonials-snap { padding: 64px 0; }
}

@media (max-width: 480px) {
  .home-hero-title { font-size: 36px; }
  .home-split-text { padding: 28px 20px; }
  .h-stat strong { font-size: 24px; }
}

/* ============================================
   SCROLLING TICKER STRIP
   ============================================ */
.home-ticker-strip {
  background: #0a0a0a;
  border-top: 1px solid rgba(200,169,110,0.25);
  border-bottom: 1px solid rgba(200,169,110,0.25);
  overflow: hidden;
  padding: 14px 0;
  position: relative;
}

/* Fade edges */
.home-ticker-strip::before,
.home-ticker-strip::after {
  content: '';
  position: absolute;
  top: 0; bottom: 0;
  width: 120px;
  z-index: 2;
  pointer-events: none;
}
.home-ticker-strip::before {
  left: 0;
  background: linear-gradient(to right, #0a0a0a, transparent);
}
.home-ticker-strip::after {
  right: 0;
  background: linear-gradient(to left, #0a0a0a, transparent);
}

.home-ticker-track {
  display: flex;
  align-items: center;
  white-space: nowrap;
  animation: homeTicker 28s linear infinite;
  width: max-content;
}
.home-ticker-track:hover {
  animation-play-state: paused;
}

.ticker-word {
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.65);
  padding: 0 24px;
  transition: color 0.2s;
}
.ticker-word:hover { color: var(--accent-2); }

.ticker-dot {
  color: var(--accent-2);
  font-size: 10px;
  flex-shrink: 0;
  opacity: 0.6;
}

@keyframes homeTicker {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}