/* ============================================================
   HOUSE OF GATSBY USA — story.css
   Story page: origin narrative, NYC section, decorative elements
   ============================================================ */

/* ============================================================
   STORY SECTION
   ============================================================ */

.story {
  position: relative;
  padding: var(--space-16) var(--space-6);
  overflow: hidden;
}

.story__bg-overlay {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.story__bg-overlay img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.08;
}

.story__inner {
  position: relative;
  z-index: 1;
  max-width: var(--container-max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: var(--space-8);
  align-items: start;
}

.story__content {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}

.story__headline {
  font-family: var(--font-display);
  font-size: var(--text-3xl);
  font-weight: 400;
  color: var(--color-ivory);
  line-height: var(--leading-tight);
  margin-bottom: var(--space-2);
}

.story__body {
  font-family: var(--font-body);
  font-size: var(--text-base);
  font-weight: 300;
  color: var(--color-text);
  line-height: var(--leading-loose);
  opacity: 0.85;
}

.story__manifesto {
  font-family: var(--font-display-alt);
  font-size: var(--text-lg);
  font-weight: 300;
  font-style: italic;
  color: var(--color-gold);
  line-height: var(--leading-normal);
  padding-left: var(--space-4);
  border-left: 2px solid var(--color-gold);
  margin: var(--space-4) 0;
}

/* ============================================================
   PULL QUOTE BOX
   ============================================================ */

.story__pull-quote {
  position: relative;
  padding: var(--space-6);
  border: 1px solid var(--color-border);
  background: rgba(201, 168, 76, 0.03);
  align-self: start;
  margin-top: var(--space-6);
}

.story__pull-quote::before {
  content: '\201C';
  position: absolute;
  top: -0.15em;
  left: var(--space-3);
  font-family: var(--font-display-alt);
  font-size: 6rem;
  line-height: 1;
  color: var(--color-gold);
  opacity: 0.25;
  pointer-events: none;
}

.story__pull-quote p {
  font-family: var(--font-display-alt);
  font-size: var(--text-xl);
  font-weight: 300;
  font-style: italic;
  color: var(--color-ivory);
  line-height: var(--leading-normal);
  position: relative;
  z-index: 1;
}

.story__pull-quote cite {
  display: block;
  margin-top: var(--space-3);
  font-family: var(--font-body);
  font-size: var(--text-xs);
  font-weight: 600;
  font-style: normal;
  letter-spacing: var(--tracking-caps);
  text-transform: uppercase;
  color: var(--color-gold);
}

/* ============================================================
   ORIGIN MARKS
   ============================================================ */

.story__origins {
  display: flex;
  gap: var(--space-8);
  margin-top: var(--space-6);
  padding-top: var(--space-4);
  border-top: 1px solid var(--color-border);
}

.story__origin-group {
  display: flex;
  flex-direction: column;
  gap: var(--space-1);
}

.story__origin-cities {
  font-family: var(--font-body);
  font-size: var(--text-sm);
  font-weight: 300;
  color: var(--color-text);
  letter-spacing: var(--tracking-wide);
  opacity: 0.7;
}

.story__origin-label {
  font-family: var(--font-body);
  font-size: var(--text-xs);
  font-weight: 600;
  letter-spacing: var(--tracking-caps);
  text-transform: uppercase;
  color: var(--color-gold);
}

/* ============================================================
   NYC / CHRYSLER BUILDING SECTION
   ============================================================ */

.nyc {
  position: relative;
  padding: var(--space-16) var(--space-6);
  overflow: hidden;
  background: var(--color-black-soft);
}

.nyc__bg-overlay {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.nyc__bg-overlay img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.08;
}

/* Corner Art Deco fan */
.nyc__fan {
  position: absolute;
  bottom: 0;
  right: 0;
  width: clamp(100px, 14vw, 200px);
  height: clamp(100px, 14vw, 200px);
  z-index: 1;
  transform: rotate(180deg);
  opacity: 0.5;
  pointer-events: none;
}

.nyc__inner {
  position: relative;
  z-index: 2;
  max-width: var(--container-max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-8);
  align-items: center;
}

.nyc__content {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}

.nyc__headline {
  font-family: var(--font-display);
  font-size: var(--text-3xl);
  font-weight: 400;
  color: var(--color-ivory);
  line-height: var(--leading-tight);
}

.nyc__address {
  font-family: var(--font-body);
  font-size: var(--text-sm);
  font-weight: 600;
  letter-spacing: var(--tracking-wide);
  text-transform: uppercase;
  color: var(--color-gold);
  opacity: 0.8;
}

.nyc__body {
  font-family: var(--font-body);
  font-size: var(--text-base);
  font-weight: 300;
  color: var(--color-text);
  line-height: var(--leading-loose);
  opacity: 0.85;
}

.nyc__tagline {
  font-family: var(--font-display-alt);
  font-size: var(--text-lg);
  font-weight: 300;
  font-style: italic;
  color: var(--color-gold);
  line-height: var(--leading-normal);
  padding-left: var(--space-4);
  border-left: 2px solid var(--color-gold);
  margin: var(--space-2) 0;
}

.nyc__cta {
  margin-top: var(--space-2);
}

/* Decorative SVG skyline */
.nyc__skyline-wrap {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-top: var(--space-8);
}

.nyc__skyline {
  width: 100%;
  max-width: 520px;
  height: auto;
  opacity: 0.18;
}

/* ============================================================
   RESPONSIVE — TABLET (960px)
   ============================================================ */

@media (max-width: 960px) {

  .story__inner {
    grid-template-columns: 1fr;
    gap: var(--space-6);
  }

  .story__pull-quote {
    margin-top: 0;
  }

  .story__origins {
    flex-direction: column;
    gap: var(--space-4);
  }

  .nyc__inner {
    grid-template-columns: 1fr;
    gap: var(--space-6);
  }

  .nyc__skyline-wrap {
    padding-top: var(--space-4);
  }

  .nyc__fan {
    width: 100px;
    height: 100px;
  }

}

/* ============================================================
   RESPONSIVE — MOBILE (≤ 768px)
   ============================================================ */

@media (max-width: 768px) {

  .story {
    padding: var(--space-12) var(--space-4);
    padding-top: calc(var(--space-12) + 70px);
  }

  .story__headline {
    font-size: var(--text-2xl);
  }

  .nyc {
    padding: var(--space-12) var(--space-4);
  }

  .nyc__headline {
    font-size: var(--text-2xl);
  }

  .nyc__skyline {
    max-width: 240px;
  }

}

/* ============================================================
   RESPONSIVE — SMALL MOBILE (≤ 480px)
   ============================================================ */

@media (max-width: 480px) {

  .story__manifesto {
    font-size: var(--text-base);
  }

  .nyc__tagline {
    font-size: var(--text-base);
  }

}
