/* Version 2 private concept: one visual hero and four cut-out experience scenes. */
.hero-v2 {
  position: relative;
  min-height: min(840px, calc(100vh - 105px));
  overflow: hidden;
  isolation: isolate;
  background: var(--navy-deep);
}

.hero-v2-image {
  position: absolute;
  inset: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.hero-v2-shade {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(2, 21, 39, .84) 0%, rgba(2, 25, 46, .66) 31%, rgba(3, 27, 49, .12) 64%, transparent 100%),
    linear-gradient(0deg, rgba(2, 21, 39, .32), transparent 42%);
}

.hero-v2-panel {
  width: min(700px, 48vw);
  min-height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2.4rem, 5vw, 6.5rem);
  color: #fff;
}

.hero-v2-panel .eyebrow { color: var(--gold-soft); }
.hero-v2-panel h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(4rem, 7vw, 7.8rem);
  line-height: .72;
  letter-spacing: -.055em;
  text-transform: uppercase;
  text-shadow: 0 2px 22px rgba(0, 0, 0, .18);
}
.hero-v2-panel h1 span {
  display: block;
  font-family: var(--serif);
  font-size: .72em;
  font-weight: 500;
  letter-spacing: -.035em;
}
.hero-v2-panel .hero-line { color: #fff; margin: 2rem 0 1rem; }
.hero-v2-panel .hero-intro { max-width: 600px; }
.hero-v2-panel .hero-facts { grid-template-columns: 1.3fr .65fr; margin-bottom: 1.45rem; }
.hero-v2-panel .hero-facts div:last-child { grid-column: 1 / -1; }
.hero-v2-panel .hero-facts dd { color: #fff; }
.hero-v2-panel .button-quiet { border-color: rgba(255,255,255,.72); color: #fff; }
.hero-v2-panel .button-quiet:hover,
.hero-v2-panel .button-quiet:focus-visible { background: #fff; color: var(--navy); }
.hero-v2-panel .art-note { color: rgba(255,255,255,.82); border-left-color: var(--gold-soft); }

.date-ribbon-v2 {
  display: grid;
  grid-template-columns: minmax(230px, .85fr) minmax(600px, 2.15fr);
  gap: 1.5rem 3rem;
  align-items: end;
  padding: clamp(2.8rem, 5vw, 5.2rem) clamp(1.5rem, 6vw, 7rem);
  color: #fff;
  background: var(--navy);
}
.date-ribbon-v2 h2 {
  margin: 0;
  max-width: 560px;
  color: #fff;
  font-family: var(--serif);
  font-size: clamp(2.25rem, 4.3vw, 4.8rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -.035em;
}
.date-ribbon-v2 .eyebrow { color: var(--gold-soft); }
.date-ribbon-v2 ol {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255,255,255,.35);
}
.date-ribbon-v2 li {
  min-height: 162px;
  padding: 1rem 1.1rem;
  border-left: 1px solid rgba(255,255,255,.22);
  display: flex;
  flex-direction: column;
}
.date-ribbon-v2 li:first-child { border-left: 0; }
.date-ribbon-v2 li span {
  color: var(--gold-soft);
  font-family: var(--serif);
  font-size: clamp(2.6rem, 4vw, 4.5rem);
  line-height: 1;
}
.date-ribbon-v2 li strong { font-size: 1rem; letter-spacing: .08em; text-transform: uppercase; }
.date-ribbon-v2 li em {
  align-self: flex-start;
  margin-top: auto;
  color: var(--gold-soft);
  font-size: .72rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.date-ribbon-v2 > p {
  grid-column: 2;
  max-width: 820px;
  margin: -.4rem 0 0;
  color: #d9e5ed;
}

.experience-v2 {
  padding: clamp(4rem, 8vw, 8rem) clamp(1.5rem, 7vw, 8rem) 2rem;
  overflow: hidden;
  background: linear-gradient(180deg, #fff 0%, #f4f8fa 100%);
}
.experience-v2 > .section-heading { max-width: 920px; margin: 0 auto clamp(4rem, 8vw, 8rem); text-align: center; }
.experience-stories { max-width: 1500px; margin: 0 auto; }
.experience-story {
  position: relative;
  min-height: 520px;
  display: grid;
  grid-template-columns: minmax(420px, 1.12fr) minmax(330px, .88fr);
  align-items: center;
  gap: clamp(2rem, 6vw, 8rem);
  padding: clamp(2rem, 4vw, 4.5rem) 0;
}
.experience-story + .experience-story { border-top: 1px solid var(--line); }
.experience-story:nth-child(even) { grid-template-columns: minmax(330px, .88fr) minmax(420px, 1.12fr); }
.experience-story:nth-child(even) figure { grid-column: 2; grid-row: 1; }
.experience-story:nth-child(even) .experience-copy { grid-column: 1; grid-row: 1; padding-left: clamp(0rem, 4vw, 4rem); }
.experience-story figure {
  position: relative;
  align-self: stretch;
  min-height: 430px;
  margin: 0;
}
.experience-story figure::after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 10%;
  right: 10%;
  bottom: 7%;
  height: 19%;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(6,39,69,.15), transparent 70%);
  filter: blur(8px);
}
.experience-story img {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
}
.experience-copy { max-width: 560px; }
.experience-number {
  margin: 0 0 .7rem;
  color: #9c690d;
  font-size: .75rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.experience-copy h3 {
  margin: 0 0 .7rem;
  color: var(--navy);
  font-family: var(--serif);
  font-size: clamp(3.2rem, 6vw, 6.5rem);
  font-weight: 500;
  line-height: .95;
  letter-spacing: -.04em;
}
.experience-copy p:not(.experience-number) { max-width: 500px; font-size: 1.13rem; }
.experience-copy a { display: inline-block; margin-top: .7rem; color: var(--navy); font-weight: 800; text-underline-offset: 4px; }
.cars-story figure { min-height: 390px; }
.workshops-story figure { min-height: 470px; }

@media (max-width: 1050px) {
  .hero-v2 { min-height: 780px; }
  .hero-v2-image { object-position: 60% center; }
  .hero-v2-shade { background: linear-gradient(90deg, rgba(2,21,39,.9) 0%, rgba(2,25,46,.72) 48%, rgba(3,27,49,.14) 100%); }
  .hero-v2-panel { width: min(660px, 64vw); padding: 3.5rem 2rem; }
  .date-ribbon-v2 { grid-template-columns: 1fr; align-items: start; }
  .date-ribbon-v2 > p { grid-column: 1; margin-top: 0; }
  .experience-story,
  .experience-story:nth-child(even) { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .experience-story:nth-child(even) figure { grid-column: 2; }
  .experience-story:nth-child(even) .experience-copy { grid-column: 1; padding-left: 0; }
}

@media (max-width: 720px) {
  .hero-v2 { min-height: 0; padding-top: 56vw; background: var(--navy-deep); }
  .hero-v2-image { height: 56vw; object-position: center center; }
  .hero-v2-shade { height: 56vw; background: linear-gradient(0deg, rgba(3,27,49,.24), transparent 55%); }
  .hero-v2-panel { width: 100%; min-height: 0; padding: 2.6rem 1.25rem 3rem; background: var(--navy-deep); }
  .hero-v2-panel h1 { font-size: clamp(4rem, 19vw, 6.2rem); }
  .hero-v2-panel .hero-facts { grid-template-columns: 1fr 1fr; }
  .hero-v2-panel .hero-actions { display: grid; }
  .date-ribbon-v2 { padding: 3rem 1.25rem; }
  .date-ribbon-v2 ol { grid-template-columns: 1fr 1fr; border-top: 0; }
  .date-ribbon-v2 li { min-height: 145px; border-top: 1px solid rgba(255,255,255,.3); }
  .date-ribbon-v2 li:nth-child(odd) { border-left: 0; }
  .experience-v2 { padding: 4rem 1.25rem 1rem; }
  .experience-v2 > .section-heading { margin-bottom: 2rem; text-align: left; }
  .experience-story,
  .experience-story:nth-child(even) { grid-template-columns: 1fr; gap: 0; min-height: 0; padding: 2.8rem 0 3.5rem; }
  .experience-story figure,
  .experience-story:nth-child(even) figure { grid-column: 1; grid-row: 1; min-height: min(92vw, 480px); }
  .experience-story .experience-copy,
  .experience-story:nth-child(even) .experience-copy { grid-column: 1; grid-row: 2; padding: 0; }
  .cars-story figure { min-height: min(62vw, 350px); }
  .experience-copy h3 { font-size: clamp(3.4rem, 17vw, 5.3rem); }
}

@media (max-width: 420px) {
  .hero-v2-panel .hero-facts { grid-template-columns: 1fr; }
  .hero-v2-panel .hero-facts div:last-child { grid-column: auto; }
  .hero-v2-panel .hero-line { display: block; line-height: 1.65; }
  .date-ribbon-v2 ol { grid-template-columns: 1fr; }
  .date-ribbon-v2 li { min-height: 128px; border-left: 0; }
}
