/* Premium company kit — editorial layout (premiumkit01). Scoped to .cp-kit. */
html body .cp-kit {
  --pk-paper: #eef0ee;
  --pk-paper-deep: #e3e6e3;
  --pk-surface: #f7f8f7;
  --pk-ink: #141614;
  --pk-ink-soft: #2a2c2a;
  --pk-muted: #5e635f;
  --pk-faint: #8b908c;
  --pk-line: rgba(20, 22, 20, 0.09);
  --pk-line-strong: rgba(20, 22, 20, 0.18);
  --pk-forest: #1c4538;
  --pk-cream: #f4f5f3;
  --pk-sans: "IBM Plex Sans", "DM Sans", system-ui, sans-serif;
  --pk-display: "Instrument Serif", Georgia, serif;
  --pk-mono: "IBM Plex Mono", ui-monospace, Menlo, monospace;
  --pk-page: 76rem;
  background: var(--pk-paper);
  color: var(--pk-ink);
  font-family: var(--pk-sans);
  padding-bottom: 0;
  min-height: 70vh;
}
html[data-theme="night"] body .cp-kit {
  --pk-paper: #121412;
  --pk-paper-deep: #0c0e0c;
  --pk-surface: #171917;
  --pk-ink: #eef0ee;
  --pk-ink-soft: #d5d8d5;
  --pk-muted: #9aa09c;
  --pk-faint: #6e746f;
  --pk-line: rgba(238, 240, 238, 0.1);
  --pk-line-strong: rgba(238, 240, 238, 0.2);
  --pk-cream: #e8eae6;
  background: var(--pk-paper);
  color: var(--pk-ink);
}
.cp-kit .cp-wrap {
  max-width: none;
  padding: 0;
  margin: 0;
}
.cp-kit .pk-band {
  max-width: var(--pk-page);
  margin: 0 auto;
  padding: 4rem 1.5rem;
  box-sizing: border-box;
}
@media (min-width: 960px) {
  .cp-kit .pk-band { padding: 4.5rem 2.5rem; }
}
html body .cp-kit .pk-band,
html body .cp-kit .cp-rail.pk-band,
html body .cp-kit .cp-sec.pk-band {
  padding-left: max(1.5rem, env(safe-area-inset-left));
  padding-right: max(1.5rem, env(safe-area-inset-right));
}
@media (min-width: 960px) {
  html body .cp-kit .pk-band,
  html body .cp-kit .cp-rail.pk-band,
  html body .cp-kit .cp-sec.pk-band {
    padding-left: max(2.5rem, env(safe-area-inset-left));
    padding-right: max(2.5rem, env(safe-area-inset-right));
  }
}
.cp-kit .pk-kicker {
  font-family: var(--pk-mono);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--pk-muted);
  margin: 0;
}
.cp-kit .pk-count {
  font-family: var(--pk-mono);
  font-size: 0.72rem;
  color: var(--pk-faint);
}
.cp-kit .pk-sec-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  margin: 0 0 1.5rem;
}
.cp-kit .pk-sec-head h2 {
  margin: 0.35rem 0 0;
  font-family: var(--pk-sans);
  font-size: 1.45rem;
  font-weight: 500;
  letter-spacing: -0.03em;
  color: var(--pk-ink);
  text-transform: none;
}

/* Centered edit pill. Do not mix sticky with left:50% + translate — that shifts the bar. */
html body .cp-kit .cp-edit-bar,
html body .cp-kit.cp-editing .cp-edit-bar {
  position: sticky;
  top: calc(var(--nav-h, 56px) + 8px);
  left: auto;
  right: auto;
  bottom: auto;
  transform: none;
  z-index: 45;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: calc(100% - 2rem);
  margin: 8px auto 0;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid var(--pk-line-strong);
  background: var(--pk-surface);
  box-shadow: 0 8px 24px rgba(20, 22, 20, 0.12);
  color: var(--pk-ink);
}
html body .cp-kit .cp-edit-bar > b,
html body .cp-kit .cp-edit-bar > span:not(#cpSaveHint) {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
html body .cp-kit .cp-edit-bar #cpSaveHint:empty {
  display: none;
}
html body .cp-kit .cp-edit-bar-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: center;
}
.cp-kit .kit-preview-note {
  margin: 0;
  padding: 12px 1.5rem;
  border-bottom: 1px solid var(--pk-line);
  font-size: 0.88rem;
  color: var(--pk-muted);
}

/* Split hero */
.cp-kit .pk-hero,
.cp-kit .cp-hero-pro {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin: 0;
  padding: 0;
  background: transparent;
  color: var(--pk-ink);
  border: 0;
  border-bottom: 1px solid var(--pk-line);
  border-radius: 0;
  box-shadow: none;
  overflow: hidden;
  min-height: 0;
  align-items: stretch;
}
@media (min-width: 860px) {
  .cp-kit .pk-hero,
  .cp-kit .cp-hero-pro {
    grid-template-columns: 1fr 1fr;
  }
}
.cp-kit .pk-hero-copy,
.cp-kit .cp-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2.5rem 1.5rem 2.25rem;
  gap: 0;
  background: var(--pk-paper);
}
@media (min-width: 860px) {
  .cp-kit .pk-hero-copy,
  .cp-kit .cp-hero-copy {
    padding: 3.5rem 3rem 3.5rem 8%;
    align-items: stretch;
  }
}
.cp-kit .pk-hero-copy .pk-hero-inner,
.cp-kit .cp-hero-copy .pk-hero-inner {
  width: 100%;
  max-width: 32rem;
  margin-left: auto;
}
.cp-kit .cp-kicker { color: var(--pk-muted); letter-spacing: 0.16em; }
.cp-kit .cp-logo-edit-seat {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin: 1.15rem 0 0;
}
.cp-kit .cp-logo-slot.is-mark,
.cp-kit .cp-logo-slot.is-mark:has(.cp-logo-img) {
  width: 7rem;
  height: 7rem;
  border-radius: 2px;
  background: var(--pk-ink);
  border-color: var(--pk-ink);
}
html body .kit-preview .cp-kit.cp-preview .cp-logo-slot.is-mark.is-preview,
html body .cp-kit.cp-preview .cp-logo-slot.is-mark.is-preview {
  display: grid;
  place-items: center;
  width: 7rem;
  height: 7rem;
  padding: 0.5rem;
  border: 1px dashed var(--pk-line-strong);
  background: var(--pk-surface);
  color: var(--pk-muted);
  box-sizing: border-box;
}
html body .cp-kit.cp-preview .cp-logo-ph {
  font-family: var(--pk-mono);
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-align: center;
  padding: 0.4rem;
  line-height: 1.3;
}
.cp-kit .cp-logo-slot.is-wordmark,
.cp-kit .cp-logo-slot.is-wordmark:has(.cp-logo-img) {
  width: min(17.5rem, 100%);
  height: auto;
  min-height: 4.5rem;
  padding: 0.65rem 0.9rem;
  border-radius: 2px;
  box-sizing: border-box;
  overflow: hidden;
}
html body .cp-kit .cp-logo-slot.is-wordmark .cp-logo-img,
html body .cp-kit.cp-editing .cp-logo-slot.is-wordmark .cp-logo-img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 5.5rem;
  object-fit: contain;
  object-position: center;
}
.cp-kit .cp-hero-id { margin-top: 0.15rem; min-width: 0; }
.cp-kit .cp-hero-pro h1,
.cp-kit .pk-hero h1 {
  font-family: var(--pk-display);
  font-weight: 400;
  font-size: clamp(2.4rem, 5vw, 3.4rem);
  letter-spacing: -0.03em;
  line-height: 0.95;
  color: var(--pk-ink);
  margin: 0;
}
.cp-kit .cp-hero-pro .cp-tag {
  margin: 0.85rem 0 0;
  max-width: 28rem;
  font-size: 1rem;
  line-height: 1.5;
  color: var(--pk-muted);
}
.cp-kit .cp-hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin: 1.75rem 0 0;
  padding: 1.15rem 0;
  border: 0;
  border-top: 1px solid var(--pk-line);
  border-bottom: 1px solid var(--pk-line);
  border-radius: 0;
}
.cp-kit .cp-hero-stats div { padding: 0; border: 0; }
.cp-kit .cp-hero-stats span {
  display: block;
  font-size: 0.72rem;
  color: var(--pk-muted);
  order: -1;
}
.cp-kit .cp-hero-stats b {
  display: block;
  margin-top: 0.25rem;
  font-size: 2.15rem;
  font-weight: 500;
  letter-spacing: -0.04em;
  font-variant-numeric: tabular-nums;
  color: var(--pk-ink);
  line-height: 1;
}
.cp-kit .cp-cta { margin: 1.35rem 0 0; display: flex; flex-wrap: wrap; gap: 0.5rem; }
.cp-kit .cp-hero-pro .cp-cta .btn,
.cp-kit .cp-hero-pro .cp-cta a.btn {
  border-radius: 2px;
  background: var(--pk-ink);
  border-color: var(--pk-ink);
  color: var(--pk-cream);
}
.cp-kit .cp-hero-pro .cp-cta .btn-ghost,
.cp-kit .cp-hero-pro .cp-cta a.btn-ghost {
  background: transparent;
  color: var(--pk-ink);
  border-color: var(--pk-line-strong);
}
html[data-theme="night"] .cp-kit .cp-hero-pro .cp-cta .btn,
html[data-theme="night"] .cp-kit .cp-hero-pro .cp-cta a.btn {
  background: var(--pk-ink);
  border-color: var(--pk-ink);
  color: var(--pk-paper);
}
.cp-kit .pk-creds {
  margin: 1.25rem 0 0;
  font-family: var(--pk-mono);
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--pk-muted);
}
.cp-kit .pk-hero-photo,
.cp-kit .cp-hero-photo,
.cp-kit .cp-hero-media {
  margin: 0;
  min-height: 16rem;
  aspect-ratio: auto;
  border-radius: 0;
  background: var(--pk-paper-deep);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
@media (min-width: 860px) {
  .cp-kit .pk-hero-photo,
  .cp-kit .cp-hero-photo,
  .cp-kit .cp-hero-media {
    min-height: 100%;
  }
}
.cp-kit .pk-hero-photo img,
.cp-kit .cp-hero-photo img {
  width: 100%;
  height: 100%;
  flex: 1;
  object-fit: cover;
  filter: saturate(0.88) contrast(1.06);
  display: block;
}
.cp-kit .pk-hero-photo figcaption,
.cp-kit .cp-hero-photo figcaption,
.cp-kit .cp-hero-cap-edit {
  flex: none;
  border-top: 1px solid var(--pk-line);
  background: var(--pk-paper);
  padding: 0.65rem 1rem;
  font-family: var(--pk-mono);
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--pk-muted);
}
.cp-kit .cp-hero-drop-ui { color: var(--pk-muted); }

/* Sticky on-page rail */
.cp-kit .pk-toc {
  position: sticky;
  top: var(--nav-h, 56px);
  z-index: 30;
  background: color-mix(in srgb, var(--pk-paper) 92%, transparent);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--pk-line);
}
.cp-kit.cp-editing .pk-toc { top: calc(var(--nav-h, 56px) + 48px); }
.cp-kit .pk-toc nav {
  position: static;
  display: flex;
  gap: 0;
  overflow-x: auto;
  max-width: var(--pk-page);
  margin: 0 auto;
  padding: 0 1rem;
  background: none;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
}
.cp-kit .pk-toc a {
  flex: none;
  padding: 0.85rem 1rem;
  font-size: 0.88rem;
  color: var(--pk-muted);
  border-bottom: 1px solid transparent;
  white-space: nowrap;
}
.cp-kit .pk-toc a:hover { color: var(--pk-ink); }
.cp-kit .pk-toc a.on {
  color: var(--pk-ink);
  border-bottom-color: var(--pk-ink);
}
html body .cp-kit section[id],
html body .cp-kit .pk-band[id],
html body .cp-kit #cpContact {
  scroll-margin-top: calc(var(--nav-h, 60px) + 3.75rem);
}
html body .cp-kit.cp-editing section[id],
html body .cp-kit.cp-editing .pk-band[id],
html body .cp-kit.cp-editing #cpContact {
  scroll-margin-top: calc(var(--nav-h, 60px) + 3.75rem + 48px);
}

/* Flights accordion */
.cp-kit .cp-rail,
.cp-kit .cp-sec.cp-rail {
  margin: 0;
  border: 0;
  background: none;
  box-shadow: none;
  border-radius: 0;
}
.cp-kit .cp-rail:not(.pk-band),
.cp-kit .cp-sec.cp-rail:not(.pk-band) {
  padding: 0;
}
html body .cp-kit section.pk-band {
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: max(1.5rem, env(safe-area-inset-left));
  padding-right: max(1.5rem, env(safe-area-inset-right));
  box-sizing: border-box;
}
.cp-kit .cp-flights {
  display: block;
  border-top: 1px solid var(--pk-line);
}
.cp-kit .pk-flight,
.cp-kit .cp-flight {
  display: block;
  grid-template-columns: none;
  border: 0;
  border-bottom: 1px solid var(--pk-line);
  padding: 0;
  background: none;
  cursor: default;
}
.cp-kit .pk-flight-head {
  display: flex;
  width: 100%;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.15rem 0;
  text-align: left;
  color: inherit;
}
.cp-kit .pk-flight .when,
.cp-kit .pk-flight-head .when {
  display: none;
  width: 10.5rem;
  flex: 0 0 10.5rem;
  max-width: 10.5rem;
  padding-top: 0.2rem;
  font-family: var(--pk-mono);
  font-size: 0.72rem;
  line-height: 1.35;
  color: var(--pk-muted);
  white-space: normal;
  overflow-wrap: anywhere;
  hyphens: manual;
}
@media (min-width: 960px) {
  .cp-kit .pk-flight .when,
  .cp-kit .pk-flight-head .when { display: block; }
}
.cp-kit .pk-flight-head .body { flex: 1; min-width: 0; }
.cp-kit .pk-flight-head .body b {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.95rem;
  font-weight: 550;
  color: var(--pk-ink);
}
.cp-kit .pk-flight-head .body > span.meta {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.88rem;
  color: var(--pk-muted);
}
.cp-kit .pk-flight .life,
.cp-kit .cp-flight .life {
  display: inline-block;
  margin: 0;
  padding: 0;
  background: none;
  border: 0;
  font-family: var(--pk-mono);
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--pk-muted);
}
.cp-kit .pk-chev {
  margin-top: 0.2rem;
  width: 0.7rem;
  height: 0.7rem;
  flex: none;
  border-right: 1.5px solid var(--pk-faint);
  border-bottom: 1.5px solid var(--pk-faint);
  transform: rotate(45deg);
  transition: transform 0.15s ease;
}
.cp-kit .pk-flight.is-open .pk-chev { transform: rotate(225deg); }
.cp-kit .pk-flight-panel {
  display: none;
  padding: 0 0 1.4rem;
  gap: 1.15rem;
}
@media (min-width: 960px) {
  .cp-kit .pk-flight-panel { padding-left: 11.5rem; }
}
.cp-kit .pk-flight.is-open .pk-flight-panel {
  display: flex;
  align-items: flex-start;
}
.cp-kit .pk-flight-panel img {
  width: 7rem;
  height: 5rem;
  object-fit: cover;
  flex: none;
  display: none;
}
@media (min-width: 640px) {
  .cp-kit .pk-flight-panel img { display: block; }
}
.cp-kit .pk-more { display: none; }
.cp-kit.pk-show-all-flights .pk-more { display: block; }
.cp-kit .pk-more-btn {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  min-height: 2.75rem;
  width: 100%;
  border-bottom: 1px solid var(--pk-line);
  color: var(--pk-ink);
  font-size: 0.9rem;
}

/* Hardware rows */
.cp-kit .org-hw {
  display: block;
  border: 0;
  border-top: 1px solid var(--pk-line);
  border-radius: 0;
  background: none;
  overflow: visible;
}
.cp-kit .pk-hw,
.cp-kit .org-hw-card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  border: 0;
  border-bottom: 1px solid var(--pk-line);
  border-radius: 0;
  padding: 1.15rem 0;
  background: none;
  box-shadow: none;
  align-items: center;
}
@media (min-width: 720px) {
  html body .cp-kit .pk-hw:not(.is-blank),
  html body .cp-kit .org-hw-card:not(.is-blank) {
    grid-template-columns: 10.5rem minmax(0, 1fr);
    gap: 1.35rem;
  }
  html body .cp-kit .pk-hw.is-rev:not(.is-blank) .pk-hw-photo { order: 2; }
}
.cp-kit .pk-hw-photo,
html body .cp-kit .pk-hw-photo,
html body .cp-kit.cp-editing .cp-hw-media {
  width: 10.5rem;
  max-width: 100%;
  height: 8rem;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: var(--pk-paper-deep);
  filter: none;
  border-radius: 2px;
}
html body .cp-kit.cp-editing .cp-hw-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.cp-kit .pk-hw-photo.is-empty,
.cp-kit .pk-hw-photo.cp-hw-media.is-empty,
html body .cp-kit.cp-editing .cp-hw-media.is-empty {
  filter: none;
  background: var(--pk-paper-deep);
}
.cp-kit .pk-hw-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
}
@media (min-width: 720px) {
  .cp-kit .pk-hw-copy { padding: 0.15rem 0; }
}
.cp-kit .pk-hw-copy h3 {
  margin: 0.4rem 0 0;
  font-size: 1.45rem;
  font-weight: 500;
  letter-spacing: -0.03em;
}
.cp-kit .pk-hw-copy p { margin: 0.7rem 0 0; max-width: 36rem; color: var(--pk-muted); font-size: 0.92rem; }
.cp-kit .org-hw-kind {
  font-family: var(--pk-mono);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--pk-muted);
  text-align: left;
}
html body .cp-kit.cp-editing .org-hw-card { padding: 1.15rem 0; }
@media (min-width: 720px) {
  html body .cp-kit.cp-editing .org-hw-card {
    grid-template-columns: 10.5rem minmax(0, 1fr);
  }
}

/* Jobs */
.cp-kit .pk-job-cats {
  display: flex;
  flex-wrap: nowrap;
  gap: 0;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  border-bottom: 1px solid var(--pk-line);
}
.cp-kit .pk-job-cats button {
  flex: 0 0 auto;
  height: 2.4rem;
  padding: 0 0.75rem;
  font-size: 0.8rem;
  white-space: nowrap;
  color: var(--pk-muted);
  border-bottom: 1px solid transparent;
}
.cp-kit .pk-job-cats button.on {
  color: var(--pk-ink);
  border-bottom-color: var(--pk-ink);
}
.cp-kit .cp-jobs { display: block; background: none; gap: 0; }
html body .cp-kit .cp-job {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  border: 0;
  border-bottom: 1px solid var(--pk-line);
  border-radius: 0;
  background: none;
  box-shadow: none;
  padding: 0.95rem 0;
}
@media (min-width: 720px) {
  html body .cp-kit .cp-job {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1.25rem;
  }
}
html body .cp-kit .cp-job.is-folded,
html body .cp-kit .cp-job[hidden] {
  display: none !important;
}
html body .cp-kit .cp-job .k,
html body .cp-kit .cp-job-main .k {
  display: block;
  width: auto;
  font-family: var(--pk-mono);
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-align: left;
  color: var(--pk-muted);
  margin: 0 0 0.2rem;
}
.cp-kit .cp-job-main b { display: block; font-size: 0.95rem; font-weight: 550; }
.cp-kit .cp-job-main p { margin: 0.4rem 0 0; max-width: 42rem; color: var(--pk-muted); font-size: 0.9rem; }
.cp-kit .cp-job-go { justify-self: start; flex: none; }
html body .cp-kit .cp-job-go .btn,
html body .cp-kit .cp-job-go a,
html body .cp-kit .pk-job-open,
html body .cp-kit a.pk-job-open,
html body .cp-kit button.pk-job-open {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin: 0;
  min-height: 2.25rem;
  padding: 0;
  background: transparent !important;
  background-color: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: var(--pk-ink) !important;
  font-family: var(--pk-sans);
  font-size: 0.9rem;
  font-weight: 450;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-color: color-mix(in srgb, var(--pk-ink) 35%, transparent);
}
html body .cp-kit .pk-job-open:hover {
  text-decoration-color: var(--pk-ink);
}
html[data-theme="night"] body .cp-kit .cp-job .k,
html[data-theme="night"] body .cp-kit .cp-job-main .k {
  color: var(--pk-muted);
}
.cp-kit .cp-jobs + .pk-more-btn { margin-top: 0; }

/* Contact: [desk][desk] — paper | ink */
.cp-kit .pk-contact,
.cp-kit .cp-cta-block {
  display: block;
  margin: 0;
  border-top: 1px solid var(--pk-line);
  border-bottom: 1px solid var(--pk-line);
  background: var(--pk-paper);
}
.cp-kit .pk-contact .cp-leads {
  display: grid;
  grid-template-columns: 1fr;
  margin: 0;
}
@media (min-width: 860px) {
  .cp-kit .pk-contact .cp-leads { grid-template-columns: 1fr 1fr; }
}
html body .cp-kit .pk-contact .pk-desk,
html body .cp-kit .pk-contact .cp-lead,
html body .cp-kit .pk-contact .cp-lead:nth-child(odd),
html body .cp-kit .pk-contact .cp-lead:nth-child(even),
html body .cp-kit .pk-contact .cp-lead:first-child,
html body .cp-kit .pk-contact .cp-lead:last-child,
html body .cp-kit .pk-contact .cp-lead:only-child {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 16rem;
  margin: 0;
  padding: 3rem 1.5rem;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
html body .cp-kit .pk-contact .pk-desk.is-light,
html body .cp-kit .pk-contact .cp-lead:nth-child(odd) {
  background: var(--pk-paper);
  color: var(--pk-ink);
}
html body .cp-kit .pk-contact .pk-desk.is-dark,
html body .cp-kit .pk-contact .cp-lead.is-dark,
html body .cp-kit .pk-contact .cp-lead:nth-child(even) {
  background: var(--pk-ink);
  color: var(--pk-cream);
}
html body .cp-kit .pk-contact .cp-lead + .cp-lead { margin-top: 0; }
@media (min-width: 860px) {
  html body .cp-kit .pk-contact .cp-lead:nth-child(n + 3) {
    border-top: 1px solid var(--pk-line);
  }
  html body .cp-kit .pk-contact .cp-lead.is-dark:nth-child(n + 3),
  html body .cp-kit .pk-contact .pk-desk.is-dark:nth-child(n + 3) {
    border-top: 1px solid rgba(244, 245, 243, 0.16);
  }
}
@media (max-width: 859px) {
  html body .cp-kit .pk-contact .cp-lead + .cp-lead {
    border-top: 1px solid var(--pk-line);
  }
  html body .cp-kit .pk-contact .pk-desk.is-dark + .pk-desk,
  html body .cp-kit .pk-contact .cp-lead.is-dark {
    border-top-color: rgba(244, 245, 243, 0.16);
  }
}
@media (min-width: 860px) {
  .cp-kit .pk-contact .pk-desk.is-light { padding: 3.5rem 12% 3.5rem 14%; }
  .cp-kit .pk-contact .pk-desk.is-dark { padding: 3.5rem 14% 3.5rem 12%; }
}
.cp-kit .pk-contact .pk-desk.is-dark {
  background: var(--pk-ink);
  color: var(--pk-cream);
}
.cp-kit .pk-contact .pk-desk .k {
  font-family: var(--pk-mono);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--pk-muted);
  margin: 0;
}
.cp-kit .pk-contact .pk-desk.is-dark .k { color: rgba(244, 245, 243, 0.5); }
.cp-kit .pk-contact .pk-desk h3 {
  margin: 0.55rem 0 0;
  font-size: 1.45rem;
  font-weight: 500;
  letter-spacing: -0.03em;
  color: inherit;
}
.cp-kit .pk-contact .pk-desk-role {
  margin: 0.55rem 0 0;
  max-width: 28rem;
  font-size: 0.9rem;
  line-height: 1.45;
  color: var(--pk-muted);
}
.cp-kit .pk-contact .pk-desk.is-dark .pk-desk-role { color: rgba(244, 245, 243, 0.7); }
html body .cp-kit .pk-desk-cta {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  margin-top: 1.35rem;
  padding: 0.55rem 1rem;
  min-height: 2.5rem;
  border-radius: 2px;
  background: var(--pk-ink);
  border: 1px solid var(--pk-ink);
  color: var(--pk-cream);
  font-size: 0.88rem;
  font-weight: 550;
  text-decoration: none;
  box-shadow: none;
}
html body .cp-kit .pk-desk.is-dark .pk-desk-cta {
  background: var(--pk-cream);
  border-color: var(--pk-cream);
  color: var(--pk-ink);
}
.cp-kit .pk-contact .cp-lead-reach {
  margin-top: 1.15rem;
  font-family: var(--pk-mono);
  font-size: 0.78rem;
}
.cp-kit .pk-contact .pk-desk.is-light .cp-lead-reach a { color: var(--pk-ink); }
.cp-kit .pk-contact .pk-desk.is-dark .cp-lead-reach a { color: var(--pk-cream); }
.cp-kit .pk-contact .pk-desk.is-dark .cp-live,
.cp-kit .pk-contact .pk-desk.is-dark .cp-field {
  color: var(--pk-cream);
  border-color: rgba(244, 245, 243, 0.28);
}
.cp-kit .pk-contact-add {
  padding: 1rem max(1.5rem, env(safe-area-inset-left));
  background: var(--pk-paper);
  border-top: 1px solid var(--pk-line);
}

/* Specialties */
.cp-kit .cp-specs {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.25rem 2.5rem;
  border-top: 1px solid var(--pk-line);
  padding-top: 2rem;
  background: none;
}
@media (min-width: 640px) { .cp-kit .cp-specs { grid-template-columns: 1fr 1fr; } }
@media (min-width: 960px) { .cp-kit .cp-specs { grid-template-columns: 1fr 1fr 1fr; } }
.cp-kit .cp-spec {
  border: 0;
  background: none;
  padding: 0;
  box-shadow: none;
}
.cp-kit .cp-spec-media {
  aspect-ratio: 4 / 3;
  border-radius: 0;
  background: var(--pk-paper-deep);
  overflow: hidden;
}
.cp-kit .cp-spec-media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(0.88) contrast(1.06); }
html body .cp-kit .cp-spec-media.is-empty,
html body .cp-kit.cp-editing .cp-spec-media.is-empty {
  background: var(--pk-paper-deep);
  filter: none;
}
html body .cp-kit .cp-spec.is-blank .cp-spec-media { display: none; }
.cp-kit .cp-spec .pad { padding: 1rem 0 0; }
.cp-kit .cp-spec .n {
  font-family: var(--pk-mono);
  font-size: 0.68rem;
  color: var(--pk-faint);
}
.cp-kit .cp-spec .pad b { display: block; margin-top: 0.25rem; font-size: 0.92rem; font-weight: 550; }
.cp-kit .cp-spec .pad span { display: block; margin-top: 0.4rem; color: var(--pk-muted); font-size: 0.88rem; line-height: 1.45; }

/* Plant + packages */
.cp-kit .cp-plant {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--pk-line);
  border-bottom: 1px solid var(--pk-line);
}
@media (min-width: 800px) { .cp-kit .cp-plant { grid-template-columns: repeat(4, 1fr); } }
.cp-kit .cp-plant > div,
.cp-kit .cp-plant-cell {
  padding: 1.75rem 0;
}
@media (min-width: 800px) {
  .cp-kit .cp-plant > div + div,
  .cp-kit .cp-plant-cell + .cp-plant-cell {
    border-left: 1px solid var(--pk-line);
    padding-left: 1.25rem;
  }
}
.cp-kit .cp-plant b,
.cp-kit .cp-plant-b {
  display: block;
  font-size: 1.45rem;
  font-weight: 500;
  letter-spacing: -0.03em;
}
.cp-kit .cp-plant span,
.cp-kit .cp-plant-s {
  display: block;
  margin-top: 0.4rem;
  font-size: 0.88rem;
  color: var(--pk-muted);
}
.cp-kit .pk-plant-note { margin: 1rem 0 0; font-size: 0.88rem; color: var(--pk-muted); }
.cp-kit .cp-awards {
  display: grid;
  grid-template-columns: 1fr;
  border-top: 1px solid var(--pk-line);
  border-bottom: 1px solid var(--pk-line);
  gap: 0;
}
@media (min-width: 720px) { .cp-kit .cp-awards { grid-template-columns: repeat(3, 1fr); } }
.cp-kit .cp-award {
  padding: 1.75rem 0;
  border: 0;
  background: none;
}
@media (min-width: 720px) {
  .cp-kit .cp-award + .cp-award {
    border-left: 1px solid var(--pk-line);
    padding-left: 1.75rem;
  }
}
.cp-kit .cp-award .k {
  font-family: var(--pk-mono);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--pk-muted);
}
.cp-kit .cp-award b {
  display: block;
  margin-top: 0.45rem;
  font-size: 1.85rem;
  font-weight: 500;
  letter-spacing: -0.03em;
  color: var(--pk-ink);
}
.cp-kit .cp-award span { display: block; margin-top: 0.45rem; font-size: 0.88rem; color: var(--pk-muted); }

/* About + sources */
.cp-kit .pk-end {
  display: grid;
  gap: 2.5rem;
  border-top: 1px solid var(--pk-line);
  padding-top: 2.5rem;
}
@media (min-width: 900px) {
  .cp-kit .pk-end { grid-template-columns: 2fr 1fr; }
}
.cp-kit .cp-about,
.cp-kit .pk-end p {
  margin: 0.7rem 0 0;
  max-width: 40rem;
  font-size: 1rem;
  line-height: 1.55;
  color: var(--pk-ink-soft);
}
.cp-kit .cp-sources { list-style: none; margin: 0.7rem 0 0; padding: 0; }
.cp-kit .cp-sources li { margin: 0 0 0.4rem; }
.cp-kit .cp-sources a { color: var(--pk-ink); text-underline-offset: 4px; }
.cp-kit .cp-sources a:hover { text-decoration: underline; }
.cp-kit .pk-desk {
  margin: 3rem 0 0;
  padding-top: 1.4rem;
  border-top: 1px solid var(--pk-line);
  font-size: 0.88rem;
  color: var(--pk-muted);
}

.cp-kit .cp-grace { margin: 0.85rem 0 0; font-size: 0.82rem; color: var(--pk-muted); }
.cp-kit .cp-open { background: none; padding: 0; border: 0; }

@media (max-width: 860px) {
  .cp-kit .pk-hero-photo,
  .cp-kit .cp-hero-photo,
  .cp-kit .cp-hero-media {
    order: -1;
    min-height: 14rem;
    max-height: 18rem;
  }
}

/* Beat leftover inline kit-blend rules */
html body .cp-kit .cp-wrap { max-width: none; padding: 0; }
html body .cp-kit .pk-hero,
html body .cp-kit .cp-hero-pro {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  overflow: hidden;
}
@media (min-width: 860px) {
  html body .cp-kit .pk-hero,
  html body .cp-kit .cp-hero-pro { grid-template-columns: 1fr 1fr; }
}
html body .cp-kit .pk-hero-photo,
html body .cp-kit .cp-hero-photo,
html body .cp-kit .cp-hero-media {
  border-radius: 0;
  min-height: 18rem;
  aspect-ratio: auto;
  max-height: none;
}
html body .cp-kit .pk-flight,
html body .cp-kit .cp-flight {
  display: block;
  grid-template-columns: none;
  padding: 0;
}
html body .cp-kit .pk-flight-head .body {
  min-width: 0;
  flex: 1 1 auto;
}
html body .cp-kit .pk-flight-head .body b {
  white-space: normal;
  overflow-wrap: break-word;
}
html body .cp-kit .cp-hero-photo {
  position: relative;
}
html body .cp-kit .cp-hero-photo figcaption {
  position: static;
  left: auto;
  bottom: auto;
  width: 100%;
  box-sizing: border-box;
  border-radius: 0;
  color: var(--pk-muted);
  background: var(--pk-paper);
  border-top: 1px solid var(--pk-line);
  padding: 0.65rem 1rem;
  font-family: var(--pk-mono);
  font-size: 0.68rem;
  letter-spacing: 0.14em;
}

/* Wordmark is a wide window, not a crop. Keep the full mark inside. */
html body .cp-kit.cp-editing .cp-logo-slot.is-wordmark,
html body .cp-kit.cp-editing .cp-logo-slot.is-wordmark:has(.cp-logo-img),
html body .cp-kit.cp-editing .cp-logo-slot.empty.is-wordmark {
  width: min(17.5rem, 100%);
  height: auto;
  min-height: 4.5rem;
  padding: 0.65rem 0.9rem;
  box-sizing: border-box;
  overflow: hidden;
}
html body .cp-kit.cp-editing .cp-logo-slot.is-wordmark .cp-logo-img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 5.5rem;
  object-fit: contain;
  object-position: center;
}
