/* ========================================
   PRESS PAGE STYLES
   ======================================== */

/* Top-of-page title banner */
.press-page-title {
  padding: calc(var(--header-plus-bar-mobile) + 2rem) 0 1.25rem;
  text-align: center;
  background: var(--bg-darker);
}

.press-page-title .section-label {
  display: inline-block;
  margin-bottom: 0.6rem;
}

.press-page-title h1 {
  font-family: var(--font-display);
  font-size: clamp(2.25rem, 6vw, 3.75rem);
  line-height: 1.05;
  margin: 0;
  letter-spacing: -0.01em;
}

.press-page-title h1 .text-accent {
  color: var(--accent-gold);
}

@media (min-width: 768px) {
  .press-page-title {
    padding: calc(var(--header-plus-bar) + 2.5rem) 0 1.5rem;
  }
}

.press-hero {
  padding: 2.5rem 0 4rem;
  background: linear-gradient(135deg, var(--bg-dark) 0%, var(--bg-darker) 100%);
}

@media (min-width: 768px) {
  .press-hero {
    padding: 3rem 0 5rem;
  }
}

.press-hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: start;
}

@media (min-width: 968px) {
  .press-hero-grid {
    grid-template-columns: 1fr 1.1fr;
    gap: 4rem;
  }
}

.press-hero-text {
  text-align: left;
}

.press-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 6vw, 4rem);
  font-weight: 700;
  margin: 1rem 0 1.25rem;
  line-height: 1.05;
}

.press-hero h1 .text-accent {
  background: linear-gradient(135deg, var(--accent-gold) 0%, #f0c75a 50%, var(--accent-gold) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-lead {
  color: var(--text-secondary);
  font-size: 1.0625rem;
  line-height: 1.65;
  max-width: 480px;
  margin: 0 0 2rem;
}

.hero-stats {
  list-style: none;
  margin: 0 0 1.75rem;
  padding: 0;
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}

.hero-stats li {
  display: flex;
  flex-direction: column;
}

.hero-stats strong {
  font-family: var(--font-display);
  font-size: 1.625rem;
  font-weight: 700;
  color: var(--accent-gold);
  line-height: 1.1;
}

.hero-stats span {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--text-muted, rgba(255,255,255,0.5));
  margin-top: 4px;
}

.hero-quick {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
}

.quick-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--text-secondary);
  text-decoration: none;
  font-size: 0.875rem;
  transition: color 0.2s ease;
}

.quick-link svg {
  width: 16px;
  height: 16px;
}

.quick-link:hover {
  color: var(--accent-gold);
}

/* Booking pitch list */
.booking-questions {
  list-style: none;
  margin: 0 0 1.5rem;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  max-width: 520px;
}

.booking-questions li {
  position: relative;
  padding-left: 1.5rem;
  color: var(--text-secondary);
  font-size: 0.9375rem;
  line-height: 1.55;
}

.booking-questions li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent-gold);
  box-shadow: 0 0 8px rgba(211, 175, 55, 0.6);
}

.booking-cta-lead {
  font-size: 1rem;
  line-height: 1.55;
  color: var(--text-primary, #fff);
  margin: 0 0 0.75rem;
  font-weight: 500;
}

.booking-actions {
  list-style: decimal inside;
  margin: 0 0 1.75rem;
  padding: 0;
  color: var(--text-secondary);
  font-size: 0.9375rem;
  line-height: 1.7;
  max-width: 520px;
}

.booking-actions li::marker {
  color: var(--accent-gold);
  font-weight: 700;
}

.booking-actions a {
  color: var(--accent-gold);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.booking-actions a:hover {
  color: var(--text-primary, #fff);
}

/* "Jump to form" CTA below the resource grid */
.resources-scroll-cta {
  margin-top: 2.25rem;
  display: flex;
  justify-content: center;
}

.scroll-cta-link {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  color: var(--accent-gold);
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  padding: 0.75rem 1.25rem;
  border: 1px solid rgba(211, 175, 55, 0.4);
  border-radius: 999px;
  transition: all 0.2s ease;
}

.scroll-cta-link svg {
  width: 16px;
  height: 16px;
  transition: transform 0.2s ease;
}

.scroll-cta-link:hover {
  background: rgba(211, 175, 55, 0.08);
  border-color: var(--accent-gold);
}

.scroll-cta-link:hover svg {
  transform: translateY(2px);
}

/* Form column */
.press-hero-form {
  position: relative;
}

.form-card {
  background: rgba(10, 10, 10, 0.78);
  border: 1px solid rgba(211, 175, 55, 0.35);
  border-radius: 16px;
  padding: 1.75rem;
  backdrop-filter: blur(10px);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.4);
}

@media (min-width: 768px) {
  .form-card {
    padding: 2rem;
  }
}

.form-card-title {
  font-family: var(--font-display);
  font-size: 1.375rem;
  font-weight: 600;
  margin: 0 0 0.25rem;
  color: var(--text-primary, #fff);
}

.form-card-sub {
  font-size: 0.8125rem;
  color: var(--text-muted, rgba(255,255,255,0.6));
  margin: 0 0 1.5rem;
}

.press-hero-form .form-grid {
  margin-bottom: 1.25rem;
}

/* Resources section */
.press-resources {
  padding: 4rem 0;
  background: var(--bg-darker);
}

.press-resources .section-header {
  text-align: center;
  margin-bottom: 2.5rem;
}

.press-resources .section-header h2 {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 4vw, 2rem);
  font-weight: 600;
  margin-top: 0.5rem;
}

.resource-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  max-width: 1100px;
  margin: 0 auto;
}

@media (min-width: 640px) {
  .resource-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 968px) {
  .resource-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.resource-card {
  display: flex;
  flex-direction: column;
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: 16px;
  padding: 2rem;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.resource-card:hover {
  border-color: rgba(211, 175, 55, 0.55);
  transform: translateY(-3px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35), 0 0 30px rgba(211, 175, 55, 0.1);
}

.resource-icon {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(211,175,55,0.15) 0%, rgba(135,206,235,0.08) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent-gold);
  margin-bottom: 1.25rem;
}

.resource-icon svg {
  width: 28px;
  height: 28px;
}

.resource-card h3 {
  font-family: var(--font-display);
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0 0 0.5rem;
  color: var(--text-primary, #fff);
}

.resource-card p {
  font-size: 0.875rem;
  line-height: 1.5;
  color: var(--text-secondary);
  margin: 0 0 1.25rem;
}

.resource-meta {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--text-muted, rgba(255,255,255,0.45));
  margin-bottom: 1rem;
}

.resource-action {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--accent-blue);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.resource-action svg {
  width: 16px;
  height: 16px;
  transition: transform 0.25s ease;
}

.resource-card:hover .resource-action {
  color: var(--accent-gold);
}

.resource-card:hover .resource-action svg {
  transform: translateY(2px);
}

/* EPK download (legacy class — keep visible if still referenced anywhere) */
.epk-download {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  background: var(--accent-blue, #00F0FF);
  color: var(--bg-dark, #0a0a0a);
  padding: 0.875rem 1.5rem;
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.9375rem;
  text-decoration: none;
  transition: all 0.3s ease;
}

.epk-download svg { width: 20px; height: 20px; }

.epk-download:hover {
  background: var(--accent-gold);
  color: var(--bg-dark);
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(211, 175, 55, 0.3);
}

/* Press Card */
.press-card {
  background: var(--bg-card);
  border-radius: 16px;
  padding: 2.5rem;
  border: 1px solid var(--border-subtle);
}

.press-card h2 {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  color: var(--accent-gold);
}

/* Bio Section */
.press-bio {
  padding: 3rem 0;
  background: var(--bg-darker);
}

.press-bio-content p {
  color: var(--text-secondary);
  line-height: 1.8;
  margin-bottom: 1rem;
}

.press-bio-content p:last-child {
  margin-bottom: 0;
}

/* Press Photos Section */
.press-photos {
  padding: 4rem 0;
  background: var(--bg-dark);
}

.press-photos .section-header {
  text-align: center;
  margin-bottom: 2rem;
}

.press-photos .section-header h2 {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 4vw, 2rem);
  font-weight: 600;
  margin-top: 0.5rem;
}

.photo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
}

.press-photo {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
}

.press-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.press-photo:hover img {
  transform: scale(1.05);
}

.photo-download {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(0, 0, 0, 0.8);
  color: var(--text-primary);
  padding: 0.5rem 1rem;
  border-radius: 50px;
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 500;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.3s ease;
}

.photo-download svg {
  width: 16px;
  height: 16px;
}

.press-photo:hover .photo-download {
  opacity: 1;
  transform: translateY(0);
}

.photo-download:hover {
  background: var(--accent-gold);
  color: var(--bg-dark);
}

/* Contact strip — slim inline card at the bottom */
.press-contact {
  padding: 2.5rem 0 4rem;
  background: var(--bg-dark);
}

.contact-strip {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  max-width: 880px;
  margin: 0 auto;
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: 12px;
  padding: 1.5rem 2rem;
  text-align: center;
}

@media (min-width: 640px) {
  .contact-strip {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }
}

.contact-strip-text .section-label {
  display: block;
  margin-bottom: 0.25rem;
}

.contact-strip-text p {
  font-size: 0.875rem;
  color: var(--text-muted, rgba(255,255,255,0.6));
  margin: 0;
}

.contact-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--accent-blue);
  text-decoration: none;
  font-weight: 500;
  font-size: 0.9375rem;
  transition: color 0.2s ease;
}

.contact-link svg {
  width: 18px;
  height: 18px;
}

.contact-link:hover {
  color: var(--accent-gold);
}

/* CTA Section */
.press-cta {
  padding: 4rem 0;
  text-align: center;
  background: linear-gradient(135deg, var(--bg-dark) 0%, var(--bg-darker) 100%);
}

.press-cta h2 {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 4vw, 2rem);
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.press-cta p {
  color: var(--text-secondary);
  margin-bottom: 2rem;
}

.press-cta .cta-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.press-cta .btn-primary {
  background: var(--accent-blue);
  color: var(--bg-dark);
  padding: 1rem 2rem;
  border-radius: 50px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.press-cta .btn-primary:hover {
  background: var(--accent-gold);
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(211, 175, 55, 0.3);
}

.press-cta .btn-outline {
  background: transparent;
  color: var(--text-primary);
  padding: 1rem 2rem;
  border-radius: 50px;
  font-weight: 600;
  border: 2px solid var(--accent-gold);
  text-decoration: none;
  transition: all 0.3s ease;
}

.press-cta .btn-outline:hover {
  background: var(--accent-gold);
  color: var(--bg-dark);
}

/* Responsive */
@media (max-width: 768px) {
  .press-hero {
    padding: 7rem 0 3rem;
  }

  .press-hero-grid {
    text-align: center;
  }

  .epk-square {
    width: 180px;
    height: 180px;
  }

  .epk-download {
    padding: 0.875rem 1.5rem;
    font-size: 0.9rem;
  }

  .press-card {
    padding: 1.5rem;
  }

  .photo-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .photo-download {
    opacity: 1;
    transform: translateY(0);
    padding: 0.4rem 0.75rem;
    font-size: 0.75rem;
  }
}

@media (max-width: 480px) {
  .photo-grid {
    grid-template-columns: 1fr;
  }
}

/* ============================================
   PRESS BOOKING FORM
   ============================================ */

.press-booking {
  padding: var(--space-2xl) 0;
}

.press-booking .press-card {
  max-width: 880px;
  margin: 0 auto;
}

.press-booking .section-label {
  display: block;
  margin-bottom: var(--space-xs);
}

.press-booking h2 {
  margin-bottom: var(--space-xs);
}

.press-booking .section-subtitle {
  margin-bottom: var(--space-xl);
}

.press-booking-form {
  margin-top: var(--space-lg);
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-lg);
  margin-bottom: var(--space-xl);
}

@media (min-width: 640px) {
  .form-grid {
    grid-template-columns: 1fr 1fr;
  }
  .form-group-full {
    grid-column: 1 / -1;
  }
}

.form-required {
  color: var(--color-gold);
  margin-left: 2px;
}

.press-booking .btn-submit {
  width: 100%;
  max-width: 320px;
  display: block;
  margin: 0 auto;
}

.press-booking-success {
  text-align: center;
  padding: var(--space-2xl) var(--space-md);
}

.press-booking-success[hidden] {
  display: none;
}

.press-booking-success .success-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto var(--space-md);
  border: 2px solid var(--color-gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-gold);
}

.press-booking-success .success-icon svg {
  width: 32px;
  height: 32px;
}

.press-booking-success h3 {
  margin-bottom: var(--space-xs);
}
