/* kp-orange-media.v1.css: generated from Media.dc.html by convert.py. Do not edit by hand; edit src/ and regenerate. */
body.ko-body-media{margin:0;background:#0B0B0C;color:#EFE9DF;font-family:"Hanken Grotesk",system-ui,sans-serif;-webkit-font-smoothing:antialiased}
.ko-media a{color:#FF5A1F;text-decoration:none}
.ko-media a:hover{color:#FF8A5C}
.ko-media *{box-sizing:border-box}
.ko-media ::selection{background:#FF5A1F;color:#0B0B0C}
.ko-media .disp{font-family:"Big Shoulders Display","Oswald",Impact,sans-serif;text-transform:uppercase;letter-spacing:-0.01em}
.ko-media .serif{font-family:"Instrument Serif",Georgia,serif}
.ko-media .label{font-size:12px;font-weight:600;letter-spacing:.18em;text-transform:uppercase}
.ko-media :focus-visible{outline:3px solid var(--signal);outline-offset:4px;border-radius:2px}
.ko-media .navlink{color:#EFE9DF;font-size:14px;font-weight:500;padding:12px 4px;position:relative;cursor:pointer}
.ko-media .navlink::after{content:"";position:absolute;left:4px;right:4px;bottom:6px;height:2px;background:var(--signal);transform:scaleX(0);transform-origin:right;transition:transform .35s cubic-bezier(.16,1,.3,1)}
.ko-media .navlink:hover{color:#EFE9DF}
.ko-media .navlink:hover::after{transform:scaleX(1);transform-origin:left}
.ko-media .btn{display:inline-flex;align-items:center;gap:12px;min-height:48px;padding:0 24px;border-radius:999px;background:var(--signal);color:#0B0B0C;font-weight:700;font-size:15px;cursor:pointer;transition:transform .3s cubic-bezier(.16,1,.3,1),background .2s;border:none}
.ko-media .btn:hover{color:#0B0B0C;background:#FF7A45;transform:translateY(-2px)}
.ko-media .btn svg{transition:transform .3s cubic-bezier(.16,1,.3,1)}
.ko-media .btn:hover svg{transform:translateX(4px) rotate(-45deg)}
.ko-media .ghost{display:inline-flex;align-items:center;gap:10px;min-height:48px;padding:0 22px;border-radius:999px;border:1.5px solid rgba(239,233,223,.35);color:#EFE9DF;font-weight:600;font-size:15px;cursor:pointer;transition:border-color .2s,background .2s;background:transparent}
.ko-media .ghost:hover{color:#0B0B0C;background:#EFE9DF;border-color:#EFE9DF}
.ko-media .ghost.dark{border-color:rgba(23,22,26,.3);color:#17161A}
.ko-media .ghost.dark:hover{background:#17161A;color:#F6F2EA;border-color:#17161A}
.ko-media .helppill{display:inline-flex;align-items:center;gap:8px;min-height:46px;padding:0 18px;border-radius:999px;border:1.5px solid #FF5A1F;color:#EFE9DF;font-weight:700;font-size:14px;cursor:pointer;transition:background .2s,color .2s}
.ko-media .helppill:hover{background:#FF5A1F;color:#0B0B0C}
.ko-media .soc{color:#EFE9DF;font-size:15px;font-weight:500;display:inline-flex;align-items:center;gap:8px;min-height:44px;cursor:pointer}
.ko-media .soc:hover{color:var(--signal)}
.ko-media .outline{color:transparent;-webkit-text-stroke:1.5px #EFE9DF}
.ko-media .filterbtn{display:inline-flex;align-items:center;min-height:44px;padding:0 20px;border-radius:999px;border:1.5px solid rgba(239,233,223,.28);background:transparent;color:#CFC8BD;font-family:"Hanken Grotesk",sans-serif;font-weight:600;font-size:14px;cursor:pointer;transition:background .2s,color .2s,border-color .2s}
.ko-media .filterbtn:hover{border-color:#EFE9DF;color:#EFE9DF}
.ko-media .filterbtn[aria-pressed="true"]{background:var(--signal);border-color:var(--signal);color:#0B0B0C}
.ko-media .pgrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}
.ko-media .pcard{position:relative;display:flex;flex-direction:column;justify-content:space-between;min-height:236px;padding:24px 22px 22px;border-radius:6px;background:#151517;color:#EFE9DF;text-decoration:none;transition:transform .35s cubic-bezier(.16,1,.3,1),background .25s}
.ko-media .pcard:hover{transform:translateY(-6px);background:#1D1C1F;color:#EFE9DF}
.ko-media .pcard .pnum{font-family:"Big Shoulders Display",Impact,sans-serif;font-weight:900;font-size:52px;line-height:.8;color:transparent;-webkit-text-stroke:1px rgba(239,233,223,.5);position:absolute;top:18px;right:20px}
.ko-media .pcard:hover .pnum{color:var(--signal);-webkit-text-stroke-color:var(--signal)}
.ko-media .pcard .outlet{font-weight:700;font-size:16px;margin-bottom:10px;padding-right:60px}
.ko-media .pcard .headline{font-size:15px;line-height:1.4;color:#CFC8BD;margin-bottom:18px}
.ko-media .pcard .meta{display:flex;align-items:center;justify-content:space-between;font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:#A09A92}
.ko-media .pcard .arrow{width:34px;height:34px;border-radius:50%;border:1.5px solid rgba(239,233,223,.3);display:flex;align-items:center;justify-content:center;transition:background .25s,border-color .25s,transform .35s cubic-bezier(.16,1,.3,1)}
.ko-media .pcard:hover .arrow{background:var(--signal);border-color:var(--signal);color:#0B0B0C;transform:rotate(-45deg)}
.ko-media .factrow{display:grid;grid-template-columns:220px minmax(0,1fr);gap:24px;padding:18px 0;border-top:1px solid rgba(23,22,26,.16)}
.ko-media .factrow:last-child{border-bottom:1px solid rgba(23,22,26,.16)}
@supports (animation-timeline: view()){.ko-media .upin{animation:upIn linear both;animation-timeline:view();animation-range:entry 0% cover 30%}
.ko-media .fade{animation:fadeUp 1s cubic-bezier(.16,1,.3,1) both}}
@keyframes upIn{from{transform:translateY(60px);opacity:0}}
@keyframes fadeUp{from{transform:translateY(20px);opacity:0}to{transform:none;opacity:1}}
@media (prefers-reduced-motion: reduce){.ko-media *,.ko-media *::before,.ko-media *::after{animation:none!important;transition:none!important}}
@media (min-width: 900px) and (max-width: 1279px){.ko-media .ko-root{zoom:calc(100vw / 1280px)}}@supports not (zoom: calc(100vw / 1280px)){@media (min-width: 900px) and (max-width: 1279px){.ko-media .ko-root{zoom:.85}}}
/* ---- stage 3 common: lessons from My Story and the homepage, applied up front ----
   convert.py replaces .ko-media with the page scope (.ko-about, .ko-media, ...). */

/* 1. Photos show whole, never cropped (Khary 2026-09-23/24: faces were cut off). A photo keeps its own
      shape and its frame follows it; no fixed-height frames, no parallax zoom, no object-fit crop.
      Decorative images (alt="") are handled per page. */
html body .ko-media .ko-root img:not([alt=""]){height:auto!important;max-height:none!important;aspect-ratio:auto!important;object-fit:contain!important;animation:none!important;transform:none!important;translate:none!important;scale:none!important}
html body .ko-media .ko-root *:has(> img:not([alt=""])){height:auto!important;min-height:0!important;aspect-ratio:auto!important}

/* 2. Scroll reveals finish within 160 px of entering the screen (Khary 2026-09-24): nothing on screen
      may sit dim, half-drawn, clipped or on a wrong number. */
html body .ko-media :is(.upin,.reveal,.bar,.draw){animation-range:entry 0% entry 160px!important}
/* overflow:hidden makes a box a scroll container, and a reveal inside it follows that box (which never
   scrolls) instead of the page, so it parks part-way forever (found on the Experience closer: 77.5%).
   overflow:clip clips the same way without becoming a scroll container. */
html body .ko-media .ko-root:is([style*="overflow: hidden"], [style*="overflow:hidden"]), html body .ko-media .ko-root :is([style*="overflow: hidden"], [style*="overflow:hidden"]){overflow:clip!important}

/* 4. Phones and small tablets (no phone artboards for these pages). The page's own help band and footer
      give way to the shell's phone help band and footer, as on Get help. */
@media (max-width: 899px){
  html body .ko-media .ko-root{--ko-gut:max(20px, calc((100vw - 680px) / 2));overflow-x:clip}
  html body .ko-media .ko-root :is(.helpband, footer){display:none!important}
  /* frame: one gutter (20 px at 390, wider on tablets so lines stay near 640 px), phone section rhythm */
  html body .ko-media .ko-root section, html body .ko-media .ko-root>[data-ko-sec]{padding:64px var(--ko-gut)!important;min-height:0!important;height:auto!important}
  html body .ko-media .ko-root [data-ko-sec]:has(> section){padding:0!important}  /* wrappers around sections */
  html body .ko-media .ko-root>:first-child{padding-top:116px!important}         /* clears the floating shell header */
  /* every drawn grid becomes one column; sticky columns scroll normally */
  html body .ko-media .ko-root :is([style*="grid-template-columns"], .cols){grid-template-columns:minmax(0,1fr)!important;gap:32px!important}
  html body .ko-media .ko-root [style*="position: sticky"], html body .ko-media .ko-root .sticky{position:static!important}
  html body .ko-media .ko-root [style*="display: flex"]{flex-wrap:wrap}
  html body .ko-media .ko-root [style*="width:"]:not(img):not(svg):not([aria-hidden="true"]){max-width:100%!important}
  /* photos: whole, full column width, no taller than a comfortable screen share */
  html body .ko-media .ko-root img:not([alt=""]){width:100%!important;max-width:560px}
  html body .ko-media .ko-root figure{margin-left:0!important;margin-right:0!important;rotate:0deg!important}
  /* type, from the phone artboards (Home, My Story, Get help) */
  html body .ko-media .ko-root h1{font-size:clamp(52px, 17vw, 76px)!important;line-height:.86!important}
  html body .ko-media .ko-root h2.disp, html body .ko-media .ko-root .ttl{font-size:clamp(38px, 12vw, 56px)!important;line-height:.9!important;max-width:none!important}
  html body .ko-media .ko-root .num{font-size:108px!important;-webkit-text-stroke-width:1.5px}
  html body .ko-media .ko-root :is(p, li){max-width:none!important}
  html body .ko-media .ko-root p.serif, html body .ko-media .ko-root .serif[style*="font-size: 2"], html body .ko-media .ko-root .serif[style*="font-size: 3"]{font-size:23px!important;line-height:1.2!important}
  html body .ko-media .ko-root .body p{font-size:18px;line-height:1.65}
  html body .ko-media .ko-root .head{flex-wrap:wrap;gap:12px 20px!important;margin-bottom:32px!important}
  html body .ko-media .ko-root h2, html body .ko-media .ko-root .ttl{overflow-wrap:anywhere;hyphens:manual}
  html body .ko-media .ko-root .stat{flex:1 1 140px!important}
  html body .ko-media .ko-root .know{columns:1!important}
  html body .ko-media .ko-root .btn, html body .ko-media .ko-root .ghost{min-height:48px}
  /* dated rows (timeline, "On the record", awards): the date sits above its text instead of a 150 px column */
  html body .ko-media .ko-root :is(.tlrow, .rec li, .plain li){grid-template-columns:minmax(0,1fr)!important;gap:6px!important}
  /* the desktop help band's wrapper and the rule drawn above it go with it */
  html body .ko-media .ko-root *:has(> .helpband):not(section){display:none!important}
  html body .ko-media .ko-root .draw:has(+ * > .helpband){display:none!important}
}

/* Wide screens (lesson 3): past 1440 px every section keeps its 1440 px composition, centered.
   Generated by preview/wide_rules.py from the side padding each section has at 1440 px. */
@media (min-width: 1441px){
html body .ko-media [data-ko-sec="01-hero"]{padding-left:calc((100vw - 1440px) / 2 + 48px)!important;padding-right:calc((100vw - 1440px) / 2 + 48px)!important}
html body .ko-media [data-ko-sec="02-filter"]{padding-left:calc((100vw - 1440px) / 2 + 48px)!important;padding-right:calc((100vw - 1440px) / 2 + 48px)!important}
html body .ko-media [data-ko-sec="03-contact-sheet"]{padding-left:calc((100vw - 1440px) / 2 + 48px)!important;padding-right:calc((100vw - 1440px) / 2 + 48px)!important}
html body .ko-media [data-ko-sec="04-press-kit"]{padding-left:calc((100vw - 1440px) / 2 + 48px)!important;padding-right:calc((100vw - 1440px) / 2 + 48px)!important}
html body .ko-media [data-ko-sec="05-help-band"]{padding-left:calc((100vw - 1440px) / 2 + 48px)!important;padding-right:calc((100vw - 1440px) / 2 + 48px)!important}
html body .ko-media [data-ko-sec="footer"]{padding-left:calc((100vw - 1440px) / 2 + 48px)!important;padding-right:calc((100vw - 1440px) / 2 + 48px)!important}
}

/* phone layout, hand-written from the phone artboards (G1, G2, G4) */
/* In the media on phones and small tablets (no phone artboard). */
@media (max-width: 899px){
  /* press cards: one column (two on small tablets), shorter cards */
  html body .ko-media .pgrid{grid-template-columns:minmax(0,1fr)!important;gap:12px}
  html body .ko-media .pcard{min-height:0!important;gap:18px}
  /* quick facts: label above its value */
  html body .ko-media .factrow{grid-template-columns:minmax(0,1fr)!important;gap:4px}
  /* the page's own help band section is empty once its band moves to the shell's phone band */
  html body .ko-media [data-ko-sec="05-help-band"]{display:none!important}
}
@media (min-width: 600px) and (max-width: 899px){
  html body .ko-media .pgrid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}

/* Topic filter (kp-orange-media.v1.js): a card outside the chosen topic is hidden; .pcard's display:flex
   would otherwise override the hidden attribute. */
html body .ko-media .pcard[hidden]{display:none!important}
/* Headshot thumbnails beside the Download buttons show the whole crop, like every other photo (lesson 1). */
html body .ko-media [data-ko-sec="04-press-kit"] img{object-fit:contain!important;background:#0B0B0C}

/* Contrast (axe 2026-09-25): the "N of 17 shown" counter was #6A635B on ink (3.32:1); in-text links were set off by color only. */
html body .ko-media [data-ko-count]{color:#A09A92!important}
html body .ko-media p a:not(.btn):not(.ghost):not(.pcard){text-decoration:underline;text-underline-offset:.18em}
/* Contrast (axe 2026-09-25): the note under the press cards was #6A635B on ink (3.32:1). */
html body .ko-media p.label[style*="#6A635B"]{color:#A09A92!important}

