/* =====================================================
   HOLDING OUR OWN — cautionary tale subpage
   Builds on ../css/style.css
   Parallel architecture to /the-cost/cost.css
   ===================================================== */

.holding-body {
  background: #050505;
}

/* --- Gate / intro --- */
.gate {
  padding: 130px 0 50px;
  text-align: center;
  background: #050505;
}
.gate__rule {
  height: 1px;
  width: min(560px, 80%);
  margin: 0 auto;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  opacity: 0.5;
}
.gate__eyebrow {
  font-family: 'Inter', sans-serif;
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 28px 0 18px;
}
.gate__title {
  font-family: 'Bebas Neue', Impact, sans-serif;
  font-size: clamp(3.2rem, 8vw, 6rem);
  line-height: 0.95;
  color: #F4EFE8;
  letter-spacing: 0.02em;
  margin: 0 0 28px;
  text-transform: uppercase;
}
.gate__title em {
  font-style: italic;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  color: var(--gold);
  font-size: 0.78em;
  letter-spacing: 0;
  text-transform: none;
}
.gate__warn {
  max-width: 640px;
  margin: 0 auto 28px;
  font-size: 1.02rem;
  line-height: 1.7;
  color: rgba(244, 239, 232, 0.72);
}

/* --- Generic scene section base --- */
.storm, .transmission, .silence {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: flex-end;
  padding: 80px 0;
  overflow: hidden;
}
.storm__bg, .transmission__bg, .silence__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.storm__bg img, .transmission__bg img, .silence__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(15%) contrast(1.06);
}
.storm__bg::after, .transmission__bg::after, .silence__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5,5,5,0.55) 0%, rgba(5,5,5,0.25) 35%, rgba(5,5,5,0.92) 100%);
}
.storm__content, .transmission__content, .silence__content {
  position: relative;
  z-index: 1;
  max-width: 780px;
}
.storm__label, .transmission__label, .silence__label {
  font-family: 'Inter', sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 22px;
}
.storm__title, .transmission__title, .silence__title {
  font-family: 'Bebas Neue', Impact, sans-serif;
  font-size: clamp(2.4rem, 5.6vw, 4.4rem);
  line-height: 0.98;
  color: #F4EFE8;
  letter-spacing: 0.015em;
  margin: 0 0 28px;
  text-transform: uppercase;
}
.storm__title em, .transmission__title em, .silence__title em {
  font-style: italic;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  color: var(--gold);
  font-size: 0.82em;
  letter-spacing: 0;
  text-transform: none;
}
.storm__body, .transmission__body, .silence__body {
  font-size: 1.06rem;
  line-height: 1.75;
  color: rgba(244, 239, 232, 0.86);
  margin: 0 0 22px;
  max-width: 680px;
}
.storm__body em, .transmission__body em, .silence__body em {
  font-style: italic;
  font-family: 'Cormorant Garamond', serif;
  color: var(--gold);
  font-weight: 500;
}
.transmission__body--tight {
  margin-top: 26px;
}

/* The pullquote — McSorley's final line */
.transmission__pullquote {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 500;
  font-size: clamp(1.7rem, 3.4vw, 2.4rem);
  line-height: 1.3;
  color: var(--gold);
  margin: 36px 0;
  padding: 18px 28px;
  border-left: 2px solid var(--gold);
  background: rgba(0,0,0,0.35);
  max-width: 580px;
}
.transmission__pullquote em {
  font-style: italic;
}

/* --- I'M GOOD — translation section --- */
.im-good {
  padding: 110px 0 80px;
  background: #080808;
  position: relative;
}
.im-good::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(201,169,97,0.4), transparent);
}
.im-good__inner {
  max-width: 920px;
  margin: 0 auto;
}
.im-good__title {
  font-family: 'Bebas Neue', Impact, sans-serif;
  font-size: clamp(2.4rem, 5.2vw, 4rem);
  line-height: 1;
  color: #F4EFE8;
  letter-spacing: 0.012em;
  margin: 12px 0 28px;
  text-transform: uppercase;
}
.im-good__title em {
  font-style: italic;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  color: var(--gold);
  font-size: 0.8em;
  letter-spacing: 0;
  text-transform: none;
}
.im-good__lead p {
  font-size: 1.12rem;
  line-height: 1.75;
  color: rgba(244, 239, 232, 0.82);
  margin: 0 0 36px;
}
.im-good__lead em {
  font-style: italic;
  font-family: 'Cormorant Garamond', serif;
  color: var(--gold);
}

.im-good__scenes {
  display: grid;
  gap: 28px;
  margin: 32px 0 44px;
}
.scene {
  border-left: 2px solid rgba(201,169,97,0.42);
  padding: 18px 24px 18px 26px;
  background: rgba(255,255,255,0.018);
}
.scene__tag {
  font-family: 'Inter', sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 12px;
}
.scene p {
  font-size: 1.02rem;
  line-height: 1.72;
  color: rgba(244, 239, 232, 0.84);
  margin: 0;
}
.scene em {
  font-style: italic;
  font-family: 'Cormorant Garamond', serif;
  color: var(--gold);
  font-weight: 500;
}

.im-good__closing {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1.25rem;
  line-height: 1.65;
  color: rgba(244, 239, 232, 0.92);
  border-top: 1px solid rgba(201,169,97,0.25);
  padding-top: 28px;
  margin-top: 8px;
}

/* --- WINDOW (upstream of the wave) --- */
.window {
  padding: 110px 0;
  background: #050505;
}
.window__inner {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}
.window .section__title em {
  font-style: italic;
  font-family: 'Cormorant Garamond', serif;
  color: var(--gold);
}
.window .section__lead {
  font-size: 1.1rem;
  line-height: 1.78;
  color: rgba(244,239,232,0.8);
  margin: 18px 0;
}
.window .section__lead em {
  font-style: italic;
  font-family: 'Cormorant Garamond', serif;
  color: var(--gold);
}

/* --- TOGETHER / CTA --- */
.together {
  padding: 120px 0 100px;
  text-align: center;
  background: linear-gradient(180deg, #050505 0%, #0a0a0a 100%);
  position: relative;
}
.together::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  opacity: 0.5;
}
.together__inner {
  max-width: 800px;
  margin: 0 auto;
}
.together__title {
  font-family: 'Bebas Neue', Impact, sans-serif;
  font-size: clamp(2.8rem, 6.4vw, 5rem);
  line-height: 0.98;
  color: #F4EFE8;
  letter-spacing: 0.015em;
  margin: 14px 0 28px;
  text-transform: uppercase;
}
.together__title em {
  font-style: italic;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  color: var(--gold);
  font-size: 0.78em;
  letter-spacing: 0;
  text-transform: none;
}
.together__body {
  font-size: 1.1rem;
  line-height: 1.75;
  color: rgba(244,239,232,0.85);
  margin: 0 auto 22px;
  max-width: 640px;
}
.together__body em {
  font-style: italic;
  font-family: 'Cormorant Garamond', serif;
  color: var(--gold);
}
.together__body--small {
  font-size: 1rem;
  color: rgba(244,239,232,0.72);
}
.together__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  margin: 36px 0 28px;
}
.together__crisis {
  margin: 24px auto 0;
  max-width: 580px;
  padding: 14px 20px;
  border: 1px solid rgba(201,169,97,0.35);
  border-radius: 4px;
  background: rgba(201,169,97,0.04);
  font-size: 0.92rem;
  line-height: 1.55;
  color: rgba(244,239,232,0.85);
}
.together__crisis strong {
  color: var(--gold);
  font-weight: 600;
}
.together__back {
  margin-top: 32px;
}
.together__back a {
  font-family: 'Inter', sans-serif;
  font-size: 0.85rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(244,239,232,0.55);
  text-decoration: none;
  transition: color 0.25s ease;
}
.together__back a:hover {
  color: var(--gold);
}

/* --- Mobile tuning --- */
@media (max-width: 720px) {
  .storm, .transmission, .silence {
    min-height: 80vh;
    padding: 60px 0;
  }
  .transmission__pullquote {
    padding: 14px 18px;
    margin: 26px 0;
  }
  .im-good { padding: 80px 0 60px; }
  .window { padding: 80px 0; }
  .together { padding: 90px 0 80px; }
}
