/* Athena Press v1.1.6 — Press & Media page styles.
   Faithful conversion of the approved design, responsive at
   tablet landscape (1119px), tablet portrait (1023px), phone (640px). */

/* ---------- Fragment link offset ----------
   The Breakdance header is position:fixed, so "Contact the Press Team" and
   "Download media kit" put the top of the target section at y=0, behind it.
   The section is then hidden under the header and the page reads as having
   scrolled too far. scroll-margin-top holds the section clear of it.
   --ap-hdr is measured on the page by press.js, because the header is 182px
   on a desktop and 262px on a phone and changes again whenever the navigation
   is edited. The values below are the fallback used before that script runs. */
:root { --ap-hdr: 182px; }
#media-kit, #press-contact { scroll-margin-top: calc(var(--ap-hdr) + 24px); }

/* Full-bleed: escape any boxed parent container so section backgrounds
   always run edge to edge, exactly like the mockup. When the parent is
   already full width these margins compute to zero. */
.ap-wrap { font-family: 'Poppins', 'Avenir Next', Avenir, sans-serif; background: #F7F7F5; color: #0B0B0C; width: 100vw !important; max-width: 100vw !important; margin-left: calc(50% - 50vw) !important; margin-right: calc(50% - 50vw) !important; }
.ap-wrap *, .ap-wrap *::before, .ap-wrap *::after { box-sizing: border-box; }
.ap-wrap a { text-decoration: none !important; }
/* Content column matches the Breakdance content width (Settings > Athena Press).
   Same math Breakdance uses: content width + its 20px gutters. */
.ap-inner { max-width: calc(var(--ap-content, 1366px) + 40px); margin: 0 auto; padding-left: 20px; padding-right: 20px; }
.ap-roboto { font-family: Roboto, sans-serif; }

/* ---------- Hero ---------- */
.ap-hero { position: relative; background: #0B0B0C; color: #fff; overflow: hidden; }
.ap-hero-owl { position: absolute; right: -60px; top: -90px; height: 620px !important; width: auto !important; max-width: none !important; opacity: .07; pointer-events: none; }
.ap-hero-rule { position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: linear-gradient(90deg, transparent, #FFC04A, transparent); }
.ap-hero-inner { padding-top: 110px; padding-bottom: 96px; position: relative; }
.ap-badge { display: inline-flex; align-items: center; gap: 10px; border: 1px solid rgba(255,192,74,.4); color: #FFC04A; font-size: 12px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; padding: 7px 14px; border-radius: 2px; }
.ap-badge-dot { width: 4px; height: 4px; background: #FFC04A; border-radius: 50%; }
.ap-hero h1.ap-title { font-size: clamp(44px, 7vw, 88px) !important; line-height: .95 !important; font-weight: 700 !important; letter-spacing: -.03em !important; margin: 28px 0 0 !important; max-width: 15ch; color: #fff !important; font-family: inherit !important; }
.ap-title-accent { color: #FFC04A; }
.ap-hero-sub { font-family: Roboto, sans-serif; font-size: 20px; line-height: 1.6; color: #C9C9CF; max-width: 60ch; margin: 26px 0 0; }
.ap-hero-ctas { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 38px; }
.ap-btn-gold { background: #FFC04A; color: #0B0B0C !important; font-size: 15px; font-weight: 600; padding: 15px 28px; border-radius: 2px; display: inline-block; transition: background .15s; }
.ap-btn-gold:hover { background: #FFD07A; }
.ap-btn-ghost { border: 1px solid rgba(255,255,255,.28); color: #fff !important; font-size: 15px; font-weight: 600; padding: 15px 28px; border-radius: 2px; display: inline-block; transition: border-color .15s, color .15s; }
.ap-btn-ghost:hover { border-color: #FFC04A; color: #FFC04A !important; }

/* Stat strip */
.ap-stats { border-top: 1px solid rgba(255,255,255,.09); }
.ap-stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.ap-stat { padding: 32px 28px 34px; border-left: 1px solid rgba(255,255,255,.09); }
.ap-stat:first-child { padding-left: 0; border-left: none; }
.ap-stat:last-child { padding-right: 0; }
.ap-stat-value { font-size: 38px; font-weight: 600; color: #FFC04A; letter-spacing: -.02em; }
.ap-stat-label { font-family: Roboto, sans-serif; font-size: 14px; color: #8A8A93; margin-top: 6px; }

/* ---------- Media kit ---------- */
.ap-kit { padding-top: 80px; padding-bottom: 80px; }
.ap-kit h2.ap-h2 { font-size: 34px !important; font-weight: 400 !important; letter-spacing: -.02em !important; margin: 0 0 6px !important; color: #0B0B0C !important; font-family: inherit !important; }
.ap-kit-sub { font-family: Roboto, sans-serif; font-size: 16px; color: #55555E; margin: 0 0 30px; max-width: 70ch; }
.ap-kit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.ap-card { border: 1px solid #E2E2DC; background: #fff; border-radius: 3px; overflow: hidden; }
.ap-card-preview { height: 150px; display: flex; align-items: center; justify-content: center; }
.ap-card-preview img { height: 66px !important; width: auto !important; max-width: 80% !important; object-fit: contain; }
.ap-card-meta { padding: 18px 20px; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.ap-card-name { font-size: 15px; font-weight: 500; }
.ap-card-note { font-family: Roboto, sans-serif; font-size: 13px; color: #6C6C75; margin-top: 3px; }
.ap-get { font-size: 12px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: #0B0B0C !important; border: 1px solid #0B0B0C; padding: 8px 12px; border-radius: 2px; transition: background .15s, border-color .15s; flex: none; }
.ap-get:hover { background: #FFC04A; border-color: #FFC04A; }
.ap-kit-row2 { display: grid; grid-template-columns: 2fr 1fr; gap: 20px; margin-top: 20px; }
.ap-guidelines { border: 1px solid #E2E2DC; background: #fff; border-radius: 3px; padding: 26px 28px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.ap-guidelines-name { font-size: 18px; font-weight: 500; }
.ap-guidelines-desc { font-family: Roboto, sans-serif; font-size: 14px; color: #55555E; margin-top: 6px; max-width: 52ch; }
.ap-btn-dark { flex: none; background: #0B0B0C; color: #fff !important; font-size: 13px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; padding: 13px 20px; border-radius: 2px; transition: background .15s; display: inline-block; }
.ap-btn-dark:hover { background: #33354A; }
.ap-headshots { border: 1px solid #E2E2DC; background: #0B0B0C; color: #fff; border-radius: 3px; padding: 26px 28px; display: flex; flex-direction: column; justify-content: space-between; gap: 18px; }
.ap-headshots-name { font-size: 18px; font-weight: 500; }
.ap-headshots-desc { font-family: Roboto, sans-serif; font-size: 14px; color: #C9C9CF; margin-top: 6px; }
.ap-link-gold { color: #FFC04A !important; font-size: 13px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }

/* ---------- Media inquiries ---------- */
.ap-contact { background: #0B0B0C; color: #fff; margin-top: 0; position: relative; overflow: hidden; }
.ap-contact-owl { position: absolute; left: -120px; bottom: -140px; height: 560px !important; width: auto !important; max-width: none !important; opacity: .04; pointer-events: none; }
.ap-contact-inner { padding-top: 88px; padding-bottom: 96px; display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 72px; position: relative; }
.ap-contact h2.ap-h2-light { font-size: 40px !important; font-weight: 400 !important; letter-spacing: -.025em !important; margin: 0 !important; line-height: 1.05 !important; color: #fff !important; font-family: inherit !important; }
.ap-contact-sub { font-family: Roboto, sans-serif; font-size: 17px; line-height: 1.65; color: #C9C9CF; margin: 20px 0 0; }
.ap-person { margin-top: 38px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.12); }
.ap-eyebrow { font-size: 12px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: #8A8A93; }
.ap-person-name { font-size: 20px; font-weight: 500; margin-top: 12px; }
.ap-person-title { font-family: Roboto, sans-serif; font-size: 15px; color: #C9C9CF; margin-top: 2px; }
.ap-person-links { font-family: Roboto, sans-serif; font-size: 15px; margin-top: 12px; display: flex; flex-direction: column; gap: 5px; }
.ap-person-links a.ap-mail { color: #FFC04A !important; }
.ap-person-links a.ap-tel { color: #C9C9CF !important; }

/* Form */
.ap-form-card { background: #141416; border: 1px solid rgba(255,255,255,.1); border-radius: 3px; padding: 36px 38px 40px; }
.ap-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.ap-form-grid + .ap-form-grid { margin-top: 18px; }
.ap-field { display: block; }
.ap-label { font-size: 12px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: #8A8A93; }
.ap-wrap input.ap-input, .ap-wrap textarea.ap-textarea { width: 100%; margin-top: 9px; background: #0B0B0C !important; border: 1px solid rgba(255,255,255,.16) !important; border-radius: 2px !important; color: #fff !important; font-family: Roboto, sans-serif !important; font-size: 15px !important; padding: 13px 14px !important; outline: none !important; box-shadow: none !important; }
.ap-wrap input.ap-input:focus, .ap-wrap textarea.ap-textarea:focus { border-color: #FFC04A !important; }
.ap-wrap input.ap-input::placeholder, .ap-wrap textarea.ap-textarea::placeholder { color: #8A8A93; }
.ap-topic-row { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 11px; }
.ap-topic { background: transparent; color: #C9C9CF; border: 1px solid rgba(255,255,255,.18); border-radius: 2px; font-size: 13px; font-weight: 500; padding: 9px 14px; cursor: pointer; }
.ap-topic.is-on { background: #FFC04A; color: #0B0B0C; border-color: #FFC04A; }
.ap-textarea { resize: vertical; line-height: 1.55 !important; }
.ap-submit { width: 100%; margin-top: 22px; background: #FFC04A; color: #0B0B0C; border: none; border-radius: 2px; font-size: 15px; font-weight: 600; letter-spacing: .04em; padding: 16px; cursor: pointer; transition: background .15s; }
.ap-submit:hover { background: #FFD07A; }
.ap-form-note { font-family: Roboto, sans-serif; font-size: 12px; line-height: 1.6; color: #8A8A93; margin: 16px 0 0; }
.ap-field-mt { margin-top: 18px; }
.ap-hp { position: absolute !important; left: -9999px !important; opacity: 0 !important; height: 0 !important; overflow: hidden !important; }

/* Success state */
.ap-sent { min-height: 420px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; gap: 16px; animation: apFade .4s ease both; }
.ap-sent-owl { height: 56px !important; width: auto !important; }
.ap-sent-title { font-size: 28px; font-weight: 500; letter-spacing: -.02em; }
.ap-sent-copy { font-family: Roboto, sans-serif; font-size: 16px; line-height: 1.6; color: #C9C9CF; margin: 0; max-width: 44ch; }
@keyframes apFade { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }

/* ---------- Responsive ---------- */
@media (max-width: 1119px) {
  .ap-hero h1.ap-title { font-size: clamp(44px, 8vw, 72px) !important; }
  .ap-contact-inner { gap: 48px; }
}
@media (max-width: 1023px) {
  .ap-inner { padding-left: 28px; padding-right: 28px; }
  .ap-hero-inner { padding-top: 80px; padding-bottom: 68px; }
  .ap-stats-grid { grid-template-columns: 1fr 1fr; }
  .ap-stat, .ap-stat:first-child, .ap-stat:last-child { padding: 24px 20px; border-left: none; border-top: 1px solid rgba(255,255,255,.09); }
  .ap-stat:nth-child(-n+2) { border-top: none; }
  .ap-stat:nth-child(even) { border-left: 1px solid rgba(255,255,255,.09); }
  .ap-kit-grid { grid-template-columns: 1fr; }
  .ap-kit-row2 { grid-template-columns: 1fr; }
  .ap-contact-inner { grid-template-columns: 1fr; gap: 44px; padding-top: 64px; padding-bottom: 72px; }
  .ap-hero-owl { height: 420px !important; right: -80px; }
}
@media (max-width: 640px) {
  :root { --ap-hdr: 262px; }
  .ap-inner { padding-left: 20px; padding-right: 20px; }
  .ap-hero-inner { padding-top: 64px; padding-bottom: 52px; }
  .ap-hero-sub { font-size: 17px; }
  .ap-hero-ctas a { width: 100%; text-align: center; }
  .ap-stats-grid { grid-template-columns: 1fr; }
  .ap-stat, .ap-stat:nth-child(even), .ap-stat:nth-child(-n+2) { border-left: none; border-top: 1px solid rgba(255,255,255,.09); padding: 20px 0; }
  .ap-stat:first-child { border-top: none; }
  .ap-form-card { padding: 24px 20px 28px; }
  .ap-form-grid { grid-template-columns: 1fr; }
  .ap-guidelines { flex-direction: column; align-items: flex-start; }
  .ap-kit { padding-top: 56px; padding-bottom: 56px; }
  .ap-contact { margin-top: 0; }
}

body.ap-fullbleed { overflow-x: hidden; }

/* Date field: the native calendar picker icon renders dark on the dark
   input and disappears. Invert it so the picker is visible and clickable. */
.ap-wrap input.ap-input::-webkit-calendar-picker-indicator { filter: invert(1); opacity: .85; cursor: pointer; }
