/* Ooh La La Boutique — featured origin case study */

.ooh-case {
  --ooh-peach: #e8a090;
  --ooh-gold: #c9a227;
  --ooh-ink: #1a1412;
  --ooh-cream: #f7f1eb;
}

.ooh-hero {
  position: relative;
  min-height: min(72vh, 640px);
  overflow: hidden;
  background: #111;
}

.ooh-hero > img {
  width: 100%;
  height: 100%;
  min-height: min(72vh, 640px);
  object-fit: cover;
  display: block;
  filter: saturate(1.05) contrast(1.02);
}

.ooh-hero-scrim {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  padding: 3.5rem 0 2.75rem;
  background: linear-gradient(
    180deg,
    rgba(10, 8, 8, 0.15) 0%,
    rgba(10, 8, 8, 0.35) 45%,
    rgba(10, 8, 8, 0.88) 100%
  );
  color: #fff;
}

.ooh-kicker {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--ooh-peach);
  margin: 0 0 0.75rem;
}

.ooh-hero h1 {
  font-family: "Syne", sans-serif;
  font-size: clamp(2.4rem, 6vw, 4.2rem);
  letter-spacing: -0.04em;
  margin: 0 0 0.75rem;
  line-height: 1.05;
}

.ooh-hero-lead {
  max-width: 36rem;
  margin: 0;
  font-size: 1.15rem;
  line-height: 1.55;
  opacity: 0.92;
}

.ooh-metrics-bar {
  background: var(--ooh-ink);
  color: #f7f1eb;
  padding: 1.75rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.ooh-metrics-bar span {
  color: rgba(247, 241, 235, 0.82);
  opacity: 1;
}

.ooh-metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}

.ooh-metrics article {
  display: grid;
  gap: 0.35rem;
}

.ooh-metrics strong {
  font-family: "Syne", sans-serif;
  font-size: clamp(1.6rem, 3vw, 2.1rem);
  color: var(--ooh-peach);
  letter-spacing: -0.03em;
}

.ooh-metrics span {
  font-size: 0.88rem;
  line-height: 1.4;
  opacity: 0.78;
}

.ooh-intro {
  padding-top: 4rem;
  background: var(--ooh-cream);
  color: var(--ooh-ink);
}

.ooh-intro h2,
.ooh-portraits h2,
.ooh-bridge h2,
.ooh-case .ooh-intro h2,
.ooh-case .ooh-portraits h2,
.ooh-case .ooh-bridge h2 {
  color: var(--ooh-ink) !important;
}

.ooh-intro .lead,
.ooh-intro p,
.ooh-bridge .lead,
.ooh-bridge p,
.ooh-portraits figcaption,
.ooh-intro figcaption,
.ooh-bridge figcaption,
.ooh-case .ooh-intro p,
.ooh-case .ooh-intro .lead,
.ooh-case .ooh-bridge p,
.ooh-case .ooh-bridge .lead,
.ooh-case .ooh-portraits figcaption {
  color: rgba(26, 20, 18, 0.82) !important;
}

.ooh-intro .eyebrow,
.ooh-bridge .eyebrow,
.ooh-portraits .eyebrow {
  color: #a45c4a;
}

.ooh-story .eyebrow {
  color: var(--ooh-peach);
}

.ooh-intro-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2.5rem;
  align-items: center;
}

.ooh-couple {
  margin: 0;
}

.ooh-couple img,
.ooh-portrait-grid img,
.ooh-wide img {
  width: 100%;
  display: block;
  border-radius: 18px;
  object-fit: cover;
}

.ooh-couple figcaption,
.ooh-portrait-grid figcaption,
.ooh-wide figcaption {
  margin-top: 0.75rem;
  font-size: 0.9rem;
}

.ooh-portraits {
  padding-top: 0;
  background: var(--ooh-cream);
  color: var(--ooh-ink);
}

.ooh-portrait-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

.ooh-portrait-grid figure {
  margin: 0;
}

.ooh-portrait-grid figcaption {
  display: grid;
  gap: 0.2rem;
}

.ooh-portrait-grid strong {
  font-family: "Syne", sans-serif;
  font-size: 1.15rem;
  color: var(--ooh-ink);
  opacity: 1;
}

.ooh-story,
.ooh-case .ooh-story,
.ooh-case .ooh-story.section {
  background: #0f0f0f;
  color: #f5f1ea !important;
}

.ooh-story .case-deep,
.ooh-case .ooh-story .case-deep,
.ooh-case .ooh-story .container.case-deep {
  display: grid;
  gap: 2.75rem;
  max-width: 820px;
  color: #f5f1ea !important;
}

/* Beat any light-theme body/p/h2/#111 inheritance on dark chapters */
.ooh-case .ooh-story h2,
.ooh-case .ooh-story .reveal h2,
.ooh-story h2 {
  color: #ffffff !important;
}

.ooh-case .ooh-story p,
.ooh-case .ooh-story .lead,
.ooh-case .ooh-story li,
.ooh-case .ooh-story ol,
.ooh-case .ooh-story ul,
.ooh-case .ooh-story figcaption,
.ooh-case .ooh-story .case-steps,
.ooh-case .ooh-story .case-steps li,
.ooh-case .ooh-story .reveal p,
.ooh-case .ooh-story .reveal li,
.ooh-case .ooh-story cite,
.ooh-story p,
.ooh-story .lead,
.ooh-story li,
.ooh-story figcaption,
.ooh-story .case-steps {
  color: rgba(255, 255, 255, 0.92) !important;
}

.ooh-case .ooh-story strong,
.ooh-case .ooh-story .reveal strong,
.ooh-story strong {
  color: #ffffff !important;
}

.ooh-case .ooh-story a,
.ooh-story a {
  color: var(--ooh-peach) !important;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.ooh-case .ooh-story .ooh-wide figcaption,
.ooh-story .ooh-wide figcaption {
  color: rgba(245, 241, 234, 0.72) !important;
}

.ooh-wide {
  margin: 0;
}

.ooh-wide img {
  max-height: 420px;
  width: 100%;
  object-fit: cover;
}

.ooh-callout,
.ooh-case .ooh-story .ooh-callout,
.ooh-case .ooh-callout {
  border-left: 3px solid var(--ooh-peach);
  padding: 0.25rem 0 0.25rem 1.25rem;
  color: #f5f1ea !important;
}

.ooh-callout p,
.ooh-case .ooh-story .ooh-callout p,
.ooh-case .ooh-callout p {
  font-family: "Syne", sans-serif;
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  line-height: 1.35;
  letter-spacing: -0.02em;
  margin: 0 0 0.75rem;
  color: #ffffff !important;
}

.ooh-callout cite,
.ooh-case .ooh-story .ooh-callout cite,
.ooh-case .ooh-callout cite {
  font-style: normal;
  font-size: 0.9rem;
  color: rgba(245, 241, 234, 0.78) !important;
}

.ooh-timeline {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin: 1.5rem 0;
}

.ooh-timeline article {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 1.25rem;
}

.ooh-timeline strong {
  display: block;
  font-family: "Syne", sans-serif;
  margin-bottom: 0.5rem;
  color: var(--ooh-peach);
}

.ooh-timeline p,
.ooh-case .ooh-story .ooh-timeline p {
  margin: 0;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.92) !important;
}

.ooh-bridge {
  background: var(--ooh-cream);
  color: var(--ooh-ink);
}

.ooh-bridge-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  gap: 2rem;
  align-items: start;
}

.ooh-aside {
  background: #1a1412;
  color: #fff;
  border-radius: 18px;
  padding: 1.5rem;
}

.ooh-aside h3 {
  margin: 0 0 1rem;
  font-family: "Syne", sans-serif;
  color: var(--ooh-peach);
}

.ooh-aside ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ooh-aside li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.7rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.92rem;
}

.ooh-aside li span {
  opacity: 0.65;
}

.ooh-aside li strong {
  text-align: right;
  font-weight: 600;
}

/* Featured homepage strip */
.ooh-feature {
  background: linear-gradient(135deg, #1a1412 0%, #2a1c18 55%, #1a1412 100%);
  color: #f7f1eb;
  padding: 4.5rem 0;
}

.ooh-feature-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 2.5rem;
  align-items: center;
}

.ooh-feature .eyebrow {
  color: var(--ooh-peach);
}

.ooh-feature h2 {
  font-family: "Syne", sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  letter-spacing: -0.03em;
  margin: 0.4rem 0 1rem;
  line-height: 1.1;
  color: #fff;
}

.ooh-feature .lead,
.ooh-feature p {
  color: rgba(247, 241, 235, 0.9);
  max-width: 34rem;
  opacity: 1;
}

.ooh-feature-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 1.5rem 0;
}

.ooh-feature-stats span {
  border: 1px solid rgba(232, 160, 144, 0.35);
  background: rgba(232, 160, 144, 0.08);
  border-radius: 999px;
  padding: 0.45rem 0.9rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: #f7f1eb;
}

.ooh-feature-media {
  position: relative;
  margin: 0;
}

.ooh-feature-media img {
  width: 100%;
  border-radius: 20px;
  display: block;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

@media (max-width: 900px) {
  .ooh-metrics,
  .ooh-intro-grid,
  .ooh-portrait-grid,
  .ooh-timeline,
  .ooh-bridge-grid,
  .ooh-feature-grid {
    grid-template-columns: 1fr;
  }

  .ooh-hero {
    min-height: 520px;
  }

  .ooh-hero > img {
    min-height: 520px;
  }
}

.ahq-case-link {
  margin: 0 0 1rem;
}

.ahq-case-link a,
.ahq-case-cta {
  color: #fc815b;
  font-weight: 700;
  text-decoration: none;
}

.ahq-case-link a:hover,
.ahq-case-cta:hover {
  text-decoration: underline;
}

.ahq-case-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: #fc815b;
  color: #1a1412 !important;
  padding: 0.7rem 1.15rem;
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 800;
  cursor: pointer;
  text-decoration: none !important;
  box-shadow: 0 8px 24px rgba(252, 129, 91, 0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ahq-case-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(252, 129, 91, 0.38);
  text-decoration: none !important;
}

.ahq-case-link--snap {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.85rem;
  margin: 0;
}

.ahq-tab--linked.active {
  box-shadow: 0 0 0 2px #fc815b;
}

.ahq-panel--linked .ahq-clickable {
  cursor: pointer;
}

.ahq-stats.ahq-clickable:hover,
.ahq-collage.ahq-clickable:hover {
  outline: 2px solid rgba(252, 129, 91, 0.55);
  outline-offset: 2px;
}

.ahq-collage.ahq-clickable img {
  transition: transform 0.35s ease;
}

.ahq-collage.ahq-clickable:hover img {
  transform: scale(1.03);
}

.ooh-feature-media a {
  display: block;
  cursor: pointer;
  border-radius: 20px;
  overflow: hidden;
}

.ooh-feature-media a:hover img {
  transform: scale(1.02);
}

.ooh-feature-media a img {
  transition: transform 0.4s ease;
}
