/* =====================================================================
   VIVID × Databricks — Data + AI Summit landing page
   Page-specific styles. Loaded ONLY by databricks.html (after style.css).
   Everything here reuses tokens + components from style.css; nothing here
   overrides the main site.
   ===================================================================== */

/* ---- Header CTA (compact primary button over the hero) ------------- */
.site-header .btn { font-size: 0.92rem; padding: 0.4rem 0.45rem 0.4rem 1.25rem; box-shadow: 0 4px 14px rgba(243, 111, 33, 0.28); }
.site-header .btn__icon { width: 36px; height: 36px; }
.site-header .btn__icon svg { width: 16px; height: 16px; }

/* ---- Hero additions (lead, actions, event meta) ------------------- */
.hero__lead {
  margin-top: 1.5rem; max-width: 48ch;
  font-size: var(--fs-lead); line-height: 1.6;
  color: rgba(255, 255, 255, 0.88);
}
.hero .actions { margin-top: 2.1rem; }
.hero .actions .link-arrow { color: #fff; }
.hero .actions .link-arrow:hover { color: var(--accent); }
.hero__meta {
  margin-top: 2.3rem; display: flex; flex-wrap: wrap; gap: 0.55rem 1.5rem;
  font-size: var(--fs-small); letter-spacing: 0.04em; color: rgba(255, 255, 255, 0.74);
}
.hero__meta span { display: inline-flex; align-items: center; gap: 0.55em; }
.hero__meta span::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--accent); flex-shrink: 0; }
/* Reserve room for the absolute header so the bottom-aligned hero content
   never rides up under the logo on short / narrow screens. (border-box:
   this eats into the content area without changing the hero's height.) */
.hero { padding-top: clamp(104px, 16vw, 132px); }
/* The corridor photo is bright behind the headline — darken the scrim for
   legibility (overrides the shared .hero::after; databricks page only).
   Strongest on the left/bottom where the text sits; lets the image still
   show through on the right so it doesn't flatten to a black box. */
.hero::after {
  background:
    linear-gradient(95deg, rgba(18, 16, 12, 0.82) 0%, rgba(18, 16, 12, 0.58) 40%, rgba(18, 16, 12, 0.28) 74%, rgba(18, 16, 12, 0.12) 100%),
    linear-gradient(180deg, rgba(18, 16, 12, 0.45) 0%, rgba(18, 16, 12, 0.30) 34%, rgba(18, 16, 12, 0.46) 64%, rgba(18, 16, 12, 0.92) 100%);
}

/* ---- Approach: three pillars -------------------------------------- */
.pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(28px, 3vw, 52px); margin-top: clamp(44px, 5vw, 68px); }
.pillar { padding-top: 1.6rem; border-top: 1px solid var(--line); }
.pillar__icon { width: 52px; height: 52px; border-radius: 50%; display: grid; place-items: center; background: rgba(243, 111, 33, 0.12); color: var(--accent); margin-bottom: 1.3rem; }
.pillar__icon svg { width: 25px; height: 25px; }
.pillar h3 { font-size: var(--fs-h3); font-weight: 500; letter-spacing: -0.02em; line-height: 1.2; margin-bottom: 0.7rem; }
.pillar p { font-size: var(--fs-body); }

/* ---- "Three paths" — execs / talent / everyone -------------------- */
.paths { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(18px, 2.2vw, 26px); margin-top: clamp(38px, 4.5vw, 60px); }
.path { display: flex; flex-direction: column; background: var(--white); border: 1px solid var(--line); border-radius: 14px; padding: clamp(24px, 2.6vw, 36px); transition: transform .3s cubic-bezier(.2, .7, .2, 1), box-shadow .3s ease; }
.path:hover { transform: translateY(-4px); box-shadow: 0 22px 48px rgba(36, 35, 30, 0.10); }
.path .eyebrow { margin-bottom: 1rem; }
.path h3 { font-size: clamp(1.2rem, 1.6vw, 1.45rem); font-weight: 500; letter-spacing: -0.02em; line-height: 1.22; margin-bottom: 0.7rem; }
.path p { font-size: var(--fs-body); margin-bottom: 1.5rem; }
.path .link-arrow { margin-top: auto; }

/* ---- Closing "connect" band (dark, image-backed, centered) -------- */
.connect { text-align: center; }
.connect__inner { max-width: 56ch; margin-inline: auto; display: flex; flex-direction: column; align-items: center; }
.connect .eyebrow { color: rgba(255, 255, 255, 0.6); }
.connect h2 { font-size: var(--fs-h2); font-weight: 500; letter-spacing: -0.025em; line-height: 1.12; margin: 1rem 0 1.1rem; }
.connect p { color: var(--body-dark); font-size: var(--fs-lead); max-width: 46ch; margin-bottom: 2rem; }

/* ---- Hiring banner (loud, on-brand) ------------------------------- */
.hiring { background: var(--accent); color: var(--black); overflow: hidden; }

/* scrolling ticker strip */
.hiring__ticker { background: var(--black); color: #fff; padding: 0.6rem 0; overflow: hidden; white-space: nowrap; }
.hiring__track { display: inline-flex; align-items: center; gap: 1.4rem; padding-left: 1.4rem; animation: hiring-ticker 30s linear infinite; will-change: transform; }
.hiring:hover .hiring__track { animation-play-state: paused; }
.hiring__tick { font-size: 0.9rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; }
.hiring__dot { color: var(--accent); font-size: 0.6rem; }
@keyframes hiring-ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* main message */
.hiring__inner { display: flex; align-items: center; justify-content: space-between; gap: clamp(28px, 4vw, 64px); padding-block: clamp(40px, 5vw, 64px); }
.hiring__pill { display: inline-flex; align-items: center; gap: 0.55rem; background: var(--black); color: #fff; font-size: 0.78rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; padding: 0.45rem 0.95rem; border-radius: 100px; margin-bottom: 1.1rem; }
.hiring__pulse { width: 9px; height: 9px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7); animation: hiring-pulse 1.8s ease-out infinite; }
@keyframes hiring-pulse { 0% { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6); } 70% { box-shadow: 0 0 0 9px rgba(255, 255, 255, 0); } 100% { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); } }
.hiring__title { font-size: clamp(1.85rem, 4.2vw, 3.4rem); font-weight: 700; text-transform: uppercase; letter-spacing: -0.02em; line-height: 1.02; color: var(--black); max-width: 18ch; }
.hiring__sub { color: rgba(36, 35, 30, 0.82); font-size: var(--fs-lead); line-height: 1.5; margin-top: 1.1rem; max-width: 50ch; }
.hiring__badge { display: inline-flex; align-items: center; gap: 0.95rem; margin-top: 1.7rem; background: var(--paper); border-radius: 14px; padding: 0.6rem 1.4rem 0.6rem 1.25rem; box-shadow: 0 10px 26px rgba(0, 0, 0, 0.18); }
.hiring__badge-label { font-size: 0.74rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: var(--body); }
.hiring__badge img { height: 72px; width: auto; }
.hiring__cta { flex-shrink: 0; }

/* dark CTA variant — high contrast on the orange band */
.btn--dark { background: var(--black); color: #fff; box-shadow: 0 8px 22px rgba(0, 0, 0, 0.28); }
.btn--dark .btn__icon { background: var(--accent); color: var(--black); }
.btn--dark:hover { background: #000; box-shadow: 0 14px 32px rgba(0, 0, 0, 0.36); }
.btn--dark:active { background: #000; }

/* ---- Responsive --------------------------------------------------- */
@media (max-width: 860px) {
  .pillars { grid-template-columns: 1fr; gap: 30px; }
  .paths { grid-template-columns: 1fr; }
  .hiring__inner { flex-direction: column; align-items: flex-start; }
  .hiring__cta { width: 100%; }
  .hiring__cta .btn { width: 100%; justify-content: space-between; }
}
@media (max-width: 460px) {
  /* keep the header logo + CTA on one line on small phones */
  .site-header .btn { font-size: 0.85rem; padding-left: 1.05rem; gap: 0.5rem; }
  .site-header .btn__icon { width: 32px; height: 32px; }
  .brand img { height: 22px; }
}
