/* =========================================================================
   juliarossgroup.com — site-specific layout (built on shared design system)
   ========================================================================= */

/* ---------- Brand logo (header + footer) ---------- */
.brand--logo { display: inline-flex; align-items: center; }
.brand--logo img { height: 26px; width: auto; display: block; }
.site-header.scrolled .brand--logo img { height: 24px; }
.footer-logo { height: 30px; width: auto; margin-bottom: 0.4rem; }

/* ---------- HERO (full-bleed banner) ---------- */
.hero--banner {
  position: relative;
  min-height: min(92vh, 820px);
  display: grid;
  align-items: center;
  padding-top: clamp(9rem, 8rem + 5vw, 13rem);
  padding-bottom: clamp(4rem, 3rem + 5vw, 8rem);
  overflow: hidden;
  isolation: isolate;
}
.hero__bg { position: absolute; inset: 0; z-index: -2; }
.hero__bg img { width: 100%; height: 100%; object-fit: cover; object-position: 78% center; }
/* Light scrim so charcoal text stays legible over the bright left of the banner */
.hero--banner::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(90deg,
      rgba(255,255,255,0.92) 0%,
      rgba(255,255,255,0.72) 34%,
      rgba(255,255,255,0.28) 58%,
      rgba(255,255,255,0) 78%),
    linear-gradient(0deg, rgba(255,255,255,0.35), rgba(255,255,255,0) 40%);
}
.hero--banner .hero__inner {
  position: relative; z-index: 1;
  max-width: 620px; margin-inline: 0; text-align: left;
}
.hero__title { font-size: clamp(3rem, 2rem + 4.6vw, 6rem); line-height: 0.98; margin: 1.4rem 0 1.6rem; text-wrap: balance; }
.hero__title .italic { color: var(--accent-strong); }
.hero--banner .lead { max-width: 34rem; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 1rem; justify-content: flex-start; margin-top: 2.2rem; }

@media (max-width: 720px) {
  .hero__bg img { object-position: 70% center; }
  .hero--banner::before {
    background:
      linear-gradient(90deg, rgba(255,255,255,0.94) 0%, rgba(255,255,255,0.72) 55%, rgba(255,255,255,0.4) 100%),
      linear-gradient(0deg, rgba(255,255,255,0.45), rgba(255,255,255,0) 45%);
  }
}

/* ---------- STORY ---------- */
.story__grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.story__media { border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 4 / 5; box-shadow: var(--shadow); }
.story__media img { width: 100%; height: 100%; object-fit: cover; }
.accolades { display: flex; flex-wrap: wrap; gap: 0.7rem; padding-top: 1.6rem; margin-top: 0.6rem; border-top: 1px solid var(--line); }
.accolade {
  font-family: var(--font-body); font-size: 0.74rem; letter-spacing: 0.06em;
  padding: 0.55rem 1rem; border: 1px solid var(--line-strong); border-radius: 100px; color: var(--muted);
}

/* ---------- Section head ---------- */
.section-head { max-width: 760px; margin-bottom: clamp(2.5rem, 4vw, 4rem); }
.section-head h2 { margin: 1rem 0 1.2rem; }
.section-head.text-center { margin-inline: auto; }
.venture-card__tag {
  font-family: var(--font-body); font-size: 0.68rem; font-weight: 500;
  letter-spacing: 0.24em; text-transform: uppercase; color: var(--faint);
  display: block; margin-bottom: 0.5rem;
}

/* ---------- MILESTONES / TIMELINE ---------- */
.milestones .section-head h2 { color: var(--cream); }
.timeline { list-style: none; padding: 0; margin: 0; counter-reset: none; }
.timeline__item {
  display: grid; grid-template-columns: minmax(120px, 180px) 1fr; gap: clamp(1.5rem, 4vw, 4rem);
  padding: clamp(1.6rem, 3vw, 2.6rem) 0;
  border-top: 1px solid rgba(243,235,225,0.16);
  align-items: baseline;
}
.timeline__item:last-child { border-bottom: 1px solid rgba(243,235,225,0.16); }
.timeline__year {
  font-family: var(--font-display); font-weight: 500;
  font-size: clamp(2.4rem, 1.6rem + 3vw, 4.2rem); line-height: 1;
  color: var(--rose);
}
.timeline__body h4 { color: var(--cream); margin-bottom: 0.5rem; }
.timeline__body h4 em { color: var(--rose); font-size: 0.72em; }
.timeline__body p { color: rgba(243,235,225,0.72); max-width: 54ch; }

/* (media grid + portrait gallery live in shared/css/components.css) */

/* ---------- GIVING ---------- */
.giving__logos { margin-top: 3rem; }

/* ---------- CONTACT ---------- */
.contact__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2.5rem, 5vw, 5rem); align-items: start; }
.contact__meta { list-style: none; padding: 0; display: flex; gap: 2rem; }
.contact__form .btn { justify-content: center; margin-top: 0.5rem; }
.section--ink .field input, .section--ink .field textarea {
  background: rgba(255,255,255,0.04); border-color: rgba(243,235,225,0.22); color: var(--cream);
}
.section--ink .field label { color: var(--rose); }
.section--ink .field input:focus, .section--ink .field textarea:focus {
  border-color: var(--rose); box-shadow: 0 0 0 3px rgba(201,138,130,0.2);
}
.section--ink .form-note { color: var(--rose); }

/* ---------- Responsive ---------- */
@media (max-width: 960px) {
  .story__grid, .contact__grid { grid-template-columns: 1fr; }
  .story__media { order: -1; max-width: 460px; margin-inline: auto; }
}
@media (max-width: 560px) {
  .timeline__item { grid-template-columns: 1fr; gap: 0.4rem; }
  .contact__meta { gap: 1.2rem; }
}
