/* Music Buddha — press kit (/press)
   Loaded after site.css; reuses its Kiln palette, type scale, .wrap,
   .glass, .btn and .reveal recipes. Everything here is namespaced .pk-*
   so it can never collide with the hub page.
*/

/* Visually hidden, still read aloud — the table captions. */
.sr-only {
  position: absolute; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; border: 0;
}

/* ═════════════════════════════════════════════════════════
   PAGE HEAD
═══════════════════════════════════════════════════════════ */
.pk-head {
  padding: 72px 0 56px;
  background: radial-gradient(ellipse 900px 480px at 50% 0%, rgba(242,197,131,0.10), transparent 70%);
}
.pk-head .eye { margin-bottom: 18px; }
.pk-head h1 { max-width: 20ch; margin-bottom: 20px; text-wrap: balance; }
.pk-head h1 .hl { color: var(--ru-400); }
.pk-lede { font-size: 19px; color: var(--ch-400); line-height: 1.65; max-width: 62ch; text-wrap: pretty; }
.pk-updated {
  font-family: var(--f-m); font-size: 11px; letter-spacing: .16em; text-transform: uppercase;
  color: var(--ch-500); margin-top: 26px;
}

/* Jump chips */
.pk-jump { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 32px; }
.pk-jump a {
  padding: 9px 17px; border-radius: 999px;
  background: var(--glass-2); border: 1px solid rgba(255,255,255,0.12);
  backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
  font-size: 14px; font-weight: 600; color: var(--cr-200);
  transition: transform .15s, border-color .2s, color .2s;
}
.pk-jump a:hover { transform: translateY(-2px); border-color: rgba(242,197,131,0.55); color: var(--cr-100); }

/* ═════════════════════════════════════════════════════════
   SECTION SCAFFOLD
═══════════════════════════════════════════════════════════ */
.pk-sect { padding: 84px 0; border-top: 1px solid rgba(255,255,255,0.07); }
.pk-sect-head { max-width: 720px; margin-bottom: 40px; }
.pk-sect-head .eye { margin-bottom: 16px; }
.pk-sect-head h2 { margin-bottom: 14px; text-wrap: balance; }
.pk-sect-head p { font-size: 17px; color: var(--ch-400); line-height: 1.65; text-wrap: pretty; }
/* Anchored headings clear the sticky navbar */
.pk-sect[id], .pk-app[id] { scroll-margin-top: 78px; }

/* ═════════════════════════════════════════════════════════
   BOILERPLATE — copyable blocks
═══════════════════════════════════════════════════════════ */
.pk-copy-stack { display: grid; gap: 20px; }
.pk-copyblock { padding: 26px 28px; position: relative; }
.pk-copyblock-head {
  display: flex; align-items: baseline; justify-content: space-between;
  gap: 16px; margin-bottom: 14px; flex-wrap: wrap;
}
.pk-copyblock-head .eye { color: var(--ru-500); }
.pk-copyblock p { color: var(--cr-200); line-height: 1.7; font-size: 16px; text-wrap: pretty; }
.pk-copyblock p + p { margin-top: 15px; }
.pk-copyblock-long p { font-size: 17px; }

/* Hidden until press.js runs — a copy button that cannot copy is noise. */
.pk-copybtn { display: none; }
.pk-js .pk-copybtn {
  display: inline-block;
  font-family: var(--f-m); font-size: 11px; letter-spacing: .14em; text-transform: uppercase;
  color: var(--ch-400); background: none; border: 1px solid rgba(255,255,255,0.16);
  border-radius: 8px; padding: 6px 12px; cursor: pointer;
  transition: color .2s, border-color .2s, background .2s;
}
.pk-copybtn:hover { color: var(--cr-100); border-color: rgba(242,197,131,0.55); }
.pk-copybtn[data-copied="1"] { color: #2a1c10; background: var(--ru-400); border-color: var(--ru-400); }

/* ═════════════════════════════════════════════════════════
   FACT SHEET
═══════════════════════════════════════════════════════════ */
.pk-facts { overflow-x: auto; border-radius: 18px; }
.pk-facts + .pk-facts { margin-top: 20px; }
.pk-facts table { border-collapse: collapse; width: 100%; min-width: 640px; font-size: 15px; }
.pk-facts th, .pk-facts td {
  text-align: left; padding: 14px 18px; vertical-align: top;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}
.pk-facts thead th {
  font-family: var(--f-m); font-size: 11px; letter-spacing: .16em; text-transform: uppercase;
  color: var(--ru-400); font-weight: 500; white-space: nowrap;
  border-bottom-color: rgba(255,255,255,0.16);
}
.pk-facts tbody th {
  font-weight: 600; color: var(--cr-100); white-space: nowrap;
  width: 1%; padding-right: 28px;
}
.pk-facts td { color: var(--ch-400); }
.pk-facts tbody tr:last-child th, .pk-facts tbody tr:last-child td { border-bottom: 0; }
.pk-facts code {
  font-family: var(--f-m); font-size: 13px; color: var(--cr-200);
  background: rgba(0,0,0,0.20); padding: 2px 6px; border-radius: 5px;
}
.pk-facts a { color: var(--ru-400); border-bottom: 1px solid rgba(242,197,131,0.4); }
.pk-facts a:hover { color: var(--cr-100); border-color: var(--cr-100); }

/* ═════════════════════════════════════════════════════════
   APP SUMMARY CARDS
═══════════════════════════════════════════════════════════ */
.pk-apps { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.pk-appcard { padding: 28px 30px; display: flex; flex-direction: column; }
.pk-appcard-top { display: flex; align-items: center; gap: 16px; margin-bottom: 18px; }
.pk-appcard-top img { width: 62px; height: 62px; border-radius: 14px; flex-shrink: 0; box-shadow: var(--shadow-md); }
.pk-appcard h3 { font-family: var(--f-d); font-weight: 700; font-size: 23px; color: var(--cr-100); letter-spacing: -0.01em; }
.pk-appcard-tag { font-family: var(--f-h); font-style: italic; font-size: 19px; color: var(--ru-400); line-height: 1.25; }
.pk-appcard p { font-size: 15px; color: var(--ch-400); line-height: 1.65; margin-bottom: 20px; text-wrap: pretty; }
.pk-appcard-meta {
  font-family: var(--f-m); font-size: 11px; letter-spacing: .1em; text-transform: uppercase;
  color: var(--ch-500); margin-bottom: 18px; line-height: 1.9;
}
.pk-appcard-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: auto; }
.pk-appcard-links a {
  font-size: 13px; font-weight: 600; padding: 8px 15px; border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.14); color: var(--cr-200);
  transition: border-color .2s, color .2s, transform .15s;
}
.pk-appcard-links a:hover { border-color: rgba(242,197,131,0.55); color: var(--cr-100); transform: translateY(-1px); }

/* ═════════════════════════════════════════════════════════
   ASSET GRIDS — icons, logos
═══════════════════════════════════════════════════════════ */
.pk-assets { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.pk-asset { padding: 22px 20px 18px; text-align: center; }
.pk-asset img { margin: 0 auto 16px; border-radius: 12px; }
.pk-asset-ios img { box-shadow: var(--shadow-md); }
.pk-asset-name { display: block; font-weight: 600; font-size: 15px; color: var(--cr-100); margin-bottom: 4px; }
.pk-asset-meta { display: block; font-family: var(--f-m); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--ch-500); }
.pk-asset a { display: block; transition: transform .18s; }
.pk-asset a:hover { transform: translateY(-3px); }
.pk-asset a:hover .pk-asset-meta { color: var(--ru-400); }

/* The marks are transparent cut-outs drawn for one ground each: the family
   logo is cream line-work meant for a dark field, the four instrument marks
   are dark ink meant for the light app cards. Previewing both on the
   terracotta would bury the four — so each gets the tile it was drawn for. */
.pk-marks { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.pk-mark { text-align: center; }
.pk-mark-tile {
  display: flex; align-items: center; justify-content: center;
  height: 210px; padding: 18px; margin-bottom: 14px;
  border-radius: 18px; border: 1px solid rgba(255,255,255,0.10);
}
.pk-mark-dark .pk-mark-tile { background: var(--glass-1); }
.pk-mark-light .pk-mark-tile {
  background: linear-gradient(165deg, #f9f4ec 0%, #f2e9db 60%, #eee0cc 100%);
  border-color: rgba(58,49,40,0.12);
}
.pk-mark img { max-height: 100%; width: auto; margin: 0 auto; }
.pk-mark-dark img { filter: drop-shadow(0 8px 24px rgba(46,18,6,0.4)); }
.pk-mark a { display: block; transition: transform .18s; }
.pk-mark a:hover { transform: translateY(-3px); }
.pk-mark a:hover .pk-mark-tile { border-color: rgba(242,197,131,0.55); }
.pk-mark a:hover .pk-asset-meta { color: var(--ru-400); }

/* ═════════════════════════════════════════════════════════
   SCREENSHOT GALLERY
═══════════════════════════════════════════════════════════ */
.pk-app { margin-top: 56px; }
.pk-app:first-of-type { margin-top: 0; }
.pk-app-name {
  font-family: var(--f-d); font-weight: 700; font-size: 30px; color: var(--cr-100);
  letter-spacing: -0.015em; padding-bottom: 14px; margin-bottom: 28px;
  border-bottom: 1px solid rgba(255,255,255,0.12);
}
.pk-device + .pk-device { margin-top: 34px; }
.pk-device-name {
  font-family: var(--f-m); font-size: 11px; font-weight: 500;
  letter-spacing: .2em; text-transform: uppercase; color: var(--ru-400);
  margin-bottom: 16px;
}
.pk-dim { color: var(--ch-500); letter-spacing: .1em; margin-left: 8px; }

.pk-grid { list-style: none; display: grid; gap: 16px; }
.pk-grid-iphone { grid-template-columns: repeat(4, 1fr); }
.pk-grid-ipad, .pk-grid-mac { grid-template-columns: repeat(2, 1fr); }
.pk-grid-watch { grid-template-columns: repeat(4, 1fr); }

.pk-shot-thumb { display: block; }
.pk-shot img {
  width: 100%; height: auto; border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow: var(--shadow-md);
  transition: transform .2s, box-shadow .2s, border-color .2s;
}
.pk-shot-thumb:hover img { transform: translateY(-3px); box-shadow: var(--shadow-lg); border-color: rgba(242,197,131,0.45); }
.pk-cap { display: block; font-size: 13px; color: var(--cr-200); margin-top: 11px; line-height: 1.45; }

/* Two downloads per shot: the framed marketing image and the raw capture. */
.pk-dl { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 7px; }
.pk-dl a {
  font-family: var(--f-m); font-size: 10px; letter-spacing: .12em; text-transform: uppercase;
  color: var(--ch-400); padding: 4px 9px; border-radius: 7px;
  border: 1px solid rgba(255,255,255,0.14);
  transition: color .2s, border-color .2s, background .2s;
}
.pk-dl a:hover { color: var(--cr-100); border-color: rgba(242,197,131,0.55); background: var(--glass-2); }

/* ═════════════════════════════════════════════════════════
   BRAND — palette + type
═══════════════════════════════════════════════════════════ */
.pk-brand { display: grid; grid-template-columns: 1.15fr 1fr; gap: 24px; }
.pk-panel { padding: 28px 30px; }
.pk-panel h3 {
  font-family: var(--f-m); font-size: 11px; font-weight: 500; letter-spacing: .2em;
  text-transform: uppercase; color: var(--ru-400); margin-bottom: 22px;
}
.pk-swatches { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.pk-swatch-chip { height: 62px; border-radius: 12px; border: 1px solid rgba(255,255,255,0.12); margin-bottom: 10px; }
.pk-swatch-name { font-size: 13px; font-weight: 600; color: var(--cr-100); }
.pk-swatch-hex { font-family: var(--f-m); font-size: 11px; letter-spacing: .08em; color: var(--ch-500); text-transform: uppercase; }
.pk-chip-kiln   { background: linear-gradient(165deg,#8a4526,#74381c); }
.pk-chip-gold   { background: #E9AC5F; }
.pk-chip-cream  { background: #FAF1E4; }
.pk-chip-rust   { background: #C15F3C; }
.pk-chip-ink    { background: #2a1c10; }
.pk-chip-sand   { background: #F3EAD9; }

.pk-type li { list-style: none; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,0.07); }
.pk-type li:last-child { border-bottom: 0; padding-bottom: 0; }
.pk-type-name { font-size: 17px; color: var(--cr-100); margin-bottom: 3px; }
.pk-type-use { font-family: var(--f-m); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--ch-500); }
.pk-type-d { font-family: var(--f-d); font-weight: 700; font-size: 21px; }
.pk-type-b { font-family: var(--f-b); }
.pk-type-m { font-family: var(--f-m); }
.pk-type-h { font-family: var(--f-h); font-size: 24px; }

/* ═════════════════════════════════════════════════════════
   RULES / POSITIONING
═══════════════════════════════════════════════════════════ */
.pk-rules { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.pk-rule { padding: 28px 30px; }
.pk-rule-num { font-family: var(--f-m); font-size: 12px; letter-spacing: .2em; color: var(--ru-500); margin-bottom: 14px; }
.pk-rule h3 { font-family: var(--f-d); font-weight: 700; font-size: 21px; color: var(--cr-100); margin-bottom: 12px; letter-spacing: -0.01em; }
.pk-rule p { font-size: 15px; color: var(--ch-400); line-height: 1.65; text-wrap: pretty; }

/* ═════════════════════════════════════════════════════════
   MAKER + CONTACT
═══════════════════════════════════════════════════════════ */
.pk-maker { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: start; }
.pk-maker p { font-size: 16px; color: var(--ch-400); line-height: 1.7; text-wrap: pretty; }
.pk-maker p + p { margin-top: 14px; }
.pk-maker em { color: var(--cr-200); font-style: italic; }

.pk-contact { text-align: center; padding: 84px 0 20px; }
.pk-contact .eye { margin-bottom: 16px; }
.pk-contact h2 { margin-bottom: 16px; }
.pk-contact p { font-size: 17px; color: var(--ch-400); line-height: 1.7; max-width: 60ch; margin: 0 auto 12px; text-wrap: pretty; }
.pk-contact-mail {
  display: inline-block; margin-top: 22px;
  font-family: var(--f-d); font-weight: 700; font-size: clamp(22px, 3vw, 30px);
  color: var(--ru-400); border-bottom: 2px solid rgba(242,197,131,0.4);
  transition: color .2s, border-color .2s;
}
.pk-contact-mail:hover { color: var(--cr-100); border-color: var(--cr-100); }
.pk-contact-note { font-family: var(--f-m); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--ch-500); margin-top: 28px; }

/* ═════════════════════════════════════════════════════════
   RESPONSIVE
═══════════════════════════════════════════════════════════ */
@media (max-width: 1000px) {
  .pk-grid-iphone { grid-template-columns: repeat(3, 1fr); }
  .pk-assets { grid-template-columns: repeat(2, 1fr); }
  .pk-marks { grid-template-columns: repeat(3, 1fr); }
  .pk-brand, .pk-maker { grid-template-columns: 1fr; }
  .pk-rules { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .pk-sect { padding: 64px 0; }
  .pk-apps { grid-template-columns: 1fr; }
  .pk-grid-iphone, .pk-grid-watch { grid-template-columns: repeat(2, 1fr); }
  .pk-grid-ipad, .pk-grid-mac { grid-template-columns: 1fr; }
  .pk-marks { grid-template-columns: repeat(2, 1fr); }
  .pk-swatches { grid-template-columns: repeat(2, 1fr); }
  .pk-copyblock, .pk-panel, .pk-rule, .pk-appcard { padding: 22px 20px; }
}
