/* Home mockup overrides — loaded AFTER home-mockup.css */

/* Brand tagline under logo */
.home-root .brand {
  flex-direction: column !important;
  justify-content: center;
  align-items: flex-start !important;
  gap: 3px;
  display: flex !important;
}
.home-root .brand-tagline {
  font-family: var(--font-geist-mono), ui-monospace, monospace;
  letter-spacing: 0.085em;
  text-transform: uppercase;
  color: #3c4246;
  white-space: nowrap;
  font-size: 7px;
  font-weight: 700;
  line-height: 1;
}
.home-root .brand-tagline em {
  color: var(--orange);
  font-style: normal;
}
@media (width <= 820px) {
  .home-root .brand { gap: 2px; }
  .home-root .brand-tagline { letter-spacing: 0.055em; font-size: 5.8px; }
}

/* Hero: AI + Company both orange */
.home-root .hero h1 .hero-ai,
.home-root .hero h1 .hero-highlight {
  color: var(--orange);
  font-style: normal;
}
.home-root .hero h1 .hero-ai {
  white-space: nowrap;
  align-items: flex-start;
  display: inline-flex;
  position: relative;
}
.home-root .hero h1 .hero-ai svg {
  width: 0.48em;
  height: 0.48em;
  fill: var(--orange);
  margin-top: -0.13em;
  margin-left: 0.04em;
}

/* ATHENA two-panel */
.home-root .ai-core {
  text-align: left !important;
  color: #fff;
  isolation: isolate;
  background: #07090b !important;
  min-height: auto !important;
  padding: 0 !important;
  position: relative;
  overflow: hidden;
  display: grid !important;
  grid-template-columns: 1fr 1fr;
}
.home-root .ai-core-panel {
  min-height: 640px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}
.home-root .ai-core-copy-panel {
  background: #07090b;
  color: #fff;
  justify-content: center;
  align-items: center;
  padding: 100px 5vw;
}
.home-root .ai-core-visual-panel {
  background: #fff;
  color: #111;
  justify-content: center;
  padding: 80px 5vw;
}
.home-root .ai-core-copy {
  max-width: 560px;
  width: 100%;
  text-align: left;
}
.home-root .ai-core .ai-core-title-group {
  position: relative;
  display: inline-block;
  max-width: 100%;
  margin: 0 0 22px;
  padding-top: 28px;
}
.home-root .ai-core .ai-core-eyebrow {
  font-family: var(--font-geist-mono), ui-monospace, monospace;
  letter-spacing: 0.18em;
  color: var(--orange);
  margin: 0;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}
.home-root .ai-core h2 {
  letter-spacing: -0.06em !important;
  max-width: none !important;
  margin: 0 !important;
  font-size: clamp(52px, 6.2vw, 92px) !important;
  font-weight: 650 !important;
  line-height: 0.95 !important;
  color: var(--orange) !important;
  text-align: left !important;
}
.home-root .ai-core .ai-word {
  position: relative;
  display: inline-block;
  color: var(--orange);
}
.home-root .ai-core .ai-word svg {
  position: absolute;
  top: -0.35em;
  right: -0.55em;
  width: 0.55em;
  height: 0.55em;
  fill: var(--orange);
}
.home-root .ai-core .ai-kicker {
  font-family: var(--font-geist-mono), ui-monospace, monospace;
  letter-spacing: 0.2em;
  color: var(--orange);
  margin: 0 0 22px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}
.home-root .ai-core .ai-line {
  color: #fff;
  max-width: 520px;
  margin: 0 0 22px;
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.45;
  text-align: left;
}
.home-root .ai-core .ai-line:last-child,
.home-root .ai-core .ai-line-final { margin-bottom: 0; }
.home-root .ai-core .ai-line strong {
  color: #fff;
  font-weight: 700;
}
.home-root .ai-core .ai-line-final strong {
  font-weight: 800;
  letter-spacing: 0.04em;
}
.home-root .ai-core-visual {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.home-root .ai-core-icon-wrap {
  position: relative;
  display: inline-block;
}
.home-root .ai-core-visual img {
  width: min(420px, 72vw);
  height: auto;
  display: block;
}
.home-root .ai-core-visual strong {
  font-family: var(--font-geist-mono), ui-monospace, monospace;
  letter-spacing: 0.22em;
  font-size: clamp(22px, 2.2vw, 28px);
  font-weight: 700;
  color: #111;
}
.home-root .ai-core-caption {
  font-family: var(--font-geist-mono), ui-monospace, monospace;
  letter-spacing: 0.18em;
  color: var(--orange);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (width <= 1050px) {
  .home-root .ai-core { grid-template-columns: 1fr !important; }
  .home-root .ai-core-panel { min-height: auto; }
  .home-root .ai-core-copy-panel { padding: 110px 28px 70px; }
  .home-root .ai-core-visual-panel { padding: 60px 28px 80px; }
}

/*
  Metrics full-bleed to viewport LEFT edge.
  Avoid ::before bleed (clipped by .home-main overflow-x:clip).
  Make the section/grid themselves flush left.
*/
.home-root .metrics {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
  display: block !important;
  background: #f4f5f5;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  isolation: isolate;
  overflow: visible !important;
  position: relative;
  box-sizing: border-box;
}
.home-root .metrics-inner {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: grid !important;
  grid-template-columns: minmax(480px, 2fr) repeat(3, minmax(0, 1fr)) !important;
  min-height: 470px;
  box-sizing: border-box;
}
.home-root .metrics-head {
  color: #fff;
  background: #0b0d0f;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  padding: 70px clamp(28px, 4vw, 64px) !important;
  min-width: 0;
  overflow: visible !important;
  position: relative;
}
.home-root .metrics-head h2 {
  letter-spacing: -0.06em;
  margin: 18px 0 0;
  font-size: clamp(38px, 4vw, 64px) !important;
  line-height: 1.08 !important;
  font-weight: 650;
  overflow: visible !important;
  white-space: normal !important;
  overflow-wrap: anywhere;
  word-break: normal;
  max-width: none;
}
.home-root .metrics .metric {
  background: #fff;
  border-left: 1px solid var(--line);
  padding: 48px 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  overflow: visible;
}
@media (width <= 1050px) {
  .home-root .metrics {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
  }
  .home-root .metrics-inner { grid-template-columns: 1fr 1fr !important; }
  .home-root .metrics-head { grid-column: 1 / -1; min-height: 280px; }
}
@media (width <= 820px) {
  .home-root .metrics-inner { grid-template-columns: 1fr !important; }
  .home-root .metrics .metric { border-left: 0; border-top: 1px solid var(--line); }
}

/* Testimonials heading ≈ Difference h3; quote ≈ readable body scale */
.home-root .testimonial-section .section-label {
  font-size: clamp(22px, 2.2vw, 32px) !important;
  letter-spacing: -0.025em !important;
  font-family: var(--font-geist-sans), Arial, sans-serif !important;
  font-weight: 650 !important;
  color: var(--black) !important;
  text-transform: uppercase;
  line-height: 1.05;
}
.home-root .testimonial-section .testimonial-quote,
.home-root .testimonial-section blockquote {
  font-size: clamp(16px, 1.45vw, 20px) !important;
  letter-spacing: -0.015em !important;
  line-height: 1.55 !important;
  max-width: 820px !important;
  margin: 28px 0 40px !important;
  font-weight: 450;
}
@media (width <= 820px) {
  .home-root .testimonial-section .testimonial-quote,
  .home-root .testimonial-section blockquote {
    font-size: 16px !important;
  }
}
