:root {
  --ink: #07162a;
  --muted: #66758a;
  --blue: #123f68;
  --navy: #061220;
  --cyan: #39c8f2;
  --orange: #ffa316;
  --mist: #f2f7fb;
  --line: #dbe5ee;
  --shadow: 0 24px 60px rgba(9, 31, 52, .12);
}

* { box-sizing: border-box; }

body {
  margin: 0;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #fff;
}

.ich-form-trap {
  height: 1px !important;
  left: -10000px !important;
  overflow: hidden !important;
  position: absolute !important;
  top: auto !important;
  width: 1px !important;
}

a { color: inherit; text-decoration: none; }

img { display: block; max-width: 100%; }

.talk-to-us {
  align-items: center;
  background: var(--orange);
  border: 0;
  border-radius: 0 19px 19px 0;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-family: Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  height: 185px;
  justify-content: center;
  letter-spacing: .5px;
  position: fixed;
  right: 0;
  text-transform: uppercase;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  transition: filter .2s ease, width .2s ease;
  width: 55px;
  writing-mode: vertical-rl;
  z-index: 9999;
}
.talk-to-us:hover { filter: brightness(.9); width: 60px; }
.talk-to-us:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; }

.site-header {
  align-items: center;
  background: #fff;
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 32px;
  justify-content: space-between;
  min-height: 72px;
  padding: 0 7vw;
  position: sticky;
  top: 0;
  z-index: 10;
}

.brand { align-items: center; display: flex; }
.brand img { height: auto; width: 170px; }
.partner { align-items: center; color: var(--muted); display: flex; flex: 1; gap: 16px; justify-content: flex-end; text-transform: uppercase; font-size: 13px; font-weight: 800; letter-spacing: 2px; }
.partner img { height: auto; width: 150px; }

.toolkit-site-header { background: #fff; border-bottom: 1px solid #edf0f3; }
.toolkit-header-inner { align-items: center; display: flex; gap: 24px; height: 72px; justify-content: space-between; margin-inline: auto; max-width: 1120px; width: calc(100% - 48px); }
.toolkit-publisher-logo { height: auto; width: 128px; }
.toolkit-partner-logo { height: auto; width: 145px; }
.toolkit-site-header-automotive .toolkit-header-inner { max-width: 1180px; }
.toolkit-site-header-automotive .toolkit-publisher-logo { width: 125px; }
.toolkit-site-header-automotive .toolkit-partner-logo { width: 116px; }

.header-cta,
.button {
  align-items: center;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-size: 14px;
  font-weight: 900;
  justify-content: center;
  min-height: 44px;
  padding: 0 24px;
}

.header-cta { background: var(--ink); color: #fff; }
.button-orange { background: var(--orange); color: var(--ink); box-shadow: 0 14px 30px rgba(255, 163, 22, .22); }
.button-ghost { color: #fff; }

.single-hub_asset.content-hub-partner-aeris .button-orange {
  background: var(--orange);
  box-shadow: 0 10px 24px rgba(0, 0, 0, .2);
  color: #fff;
  transition: filter .2s ease, box-shadow .2s ease, transform .2s ease;
}
.single-hub_asset.content-hub-partner-aeris .button-orange:hover,
.single-hub_asset.content-hub-partner-aeris .button-orange:focus-visible {
  background: var(--orange);
  box-shadow: 0 12px 28px rgba(0, 0, 0, .28);
  color: #fff;
  filter: brightness(.86);
  transform: translateY(-1px);
}

.hero {
  align-items: center;
  background:
    linear-gradient(90deg, rgba(3, 14, 26, .9) 0%, rgba(3, 14, 26, .68) 38%, rgba(3, 14, 26, .14) 76%),
    var(--hub-hero-image, url("../img/iridium-bg.jpg")) center center / cover no-repeat;
  color: #fff;
  display: block;
  min-height: 520px;
  overflow: hidden;
  padding: 70px 7vw;
}

.hero-copy { max-width: 620px; }
.eyebrow { color: #2b5b8c; font-size: 12px; font-weight: 900; letter-spacing: 4px; margin: 0 0 20px; text-transform: uppercase; }
.hero .eyebrow { color: var(--cyan); }
h1, h2 { letter-spacing: 0; line-height: .98; margin: 0; }
.hero h1 { font-size: clamp(40px, 5.8vw, 68px); max-width: 680px; }
.hero h1 span { color: var(--cyan); display: block; }
.hero p:not(.eyebrow) { color: #bdc9d9; font-size: 18px; line-height: 1.6; max-width: 560px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 28px; }

.hero-orbit { display: none; }
.orbit-core { border: 1px solid rgba(255,255,255,.2); border-radius: 50%; inset: 14%; position: absolute; }
.hero-orbit span { background: var(--orange); border-radius: 50%; height: 10px; position: absolute; width: 10px; }
.hero-orbit span:nth-child(2) { left: 18%; top: 24%; }
.hero-orbit span:nth-child(3) { right: 17%; top: 28%; }
.hero-orbit span:nth-child(4) { left: 47%; top: 8%; }
.hero-orbit span:nth-child(5) { bottom: 18%; left: 22%; }
.hero-orbit span:nth-child(6) { bottom: 24%; right: 19%; }
.hero-orbit span:nth-child(7) { bottom: 6%; left: 51%; }

.metrics-strip { border-bottom: 1px solid var(--line); display: grid; grid-template-columns: repeat(3, 1fr); }
.metrics-strip div { align-items: center; border-right: 1px solid var(--line); display: flex; gap: 16px; justify-content: center; min-height: 78px; padding: 16px; }
.metrics-strip strong { background: var(--mist); border-radius: 999px; color: #2b5b8c; display: grid; height: 34px; place-items: center; width: 34px; }
.metrics-strip span { color: var(--muted); font-size: 13px; font-weight: 700; }

.report-section,
.content-band,
.asset-detail,
.industries,
.final-cta {
  padding: 90px 7vw;
}

.report-section {
  background-color: var(--mist);
  background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 40px 40px;
}

.report-section { align-items: start; display: grid; gap: 64px; grid-template-columns: minmax(0, 1fr) minmax(340px, 440px); }
.section-copy h2, .section-heading h2, .industries h2, .final-cta h2 { font-size: clamp(36px, 4vw, 58px); }
.section-copy p, .section-heading p, .asset-lead, .final-cta p { color: var(--muted); font-size: 17px; line-height: 1.55; }
.report-preview {
  align-items: center;
  display: grid;
  gap: 36px;
  grid-template-columns: minmax(170px, 220px) minmax(0, 1fr);
  margin-top: 42px;
}
.report-cover {
  aspect-ratio: 4 / 5;
  background:
    radial-gradient(circle at 88% 18%, rgba(57, 200, 242, .32), transparent 34%),
    radial-gradient(circle at 80% 82%, rgba(57, 200, 242, .18), transparent 42%),
    linear-gradient(135deg, #09233f 0%, #0b3d5c 46%, #061626 100%);
  border-left: 5px solid var(--cyan);
  border-radius: 8px;
  box-shadow: 0 24px 48px rgba(7, 22, 42, .25);
  color: #fff;
  display: grid;
  gap: 38px;
  padding: 24px;
  position: relative;
}
.report-cover::before,
.report-cover::after {
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 50%;
  content: "";
  height: 180px;
  position: absolute;
  right: -60px;
  top: 74px;
  width: 180px;
}
.report-cover::after {
  height: 260px;
  right: -100px;
  top: 20px;
  width: 260px;
}
.report-cover span {
  color: var(--cyan);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 2px;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}
.report-cover strong {
  align-self: end;
  font-size: 22px;
  line-height: 1.1;
  position: relative;
  z-index: 1;
}
.report-learnings h3 {
  font-size: 18px;
  margin: 0 0 18px;
}
.check-list { color: var(--ink); display: grid; font-weight: 800; gap: 16px; list-style: none; margin: 0; padding: 0; }
.check-list li::before {
  border-bottom: 2px solid var(--cyan);
  border-right: 2px solid var(--cyan);
  content: "";
  display: inline-block;
  height: 10px;
  margin-right: 12px;
  transform: rotate(45deg);
  width: 5px;
}
.report-learnings .check-list {
  color: #34445a;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
}

.form-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: var(--shadow);
  padding: 38px;
}

.form-card h2 { font-size: 32px; }
.form-card p { color: var(--muted); line-height: 1.5; }
.form-card .email-link-recipient { background: var(--mist); border-left: 4px solid var(--cyan); color: var(--ink); padding: 14px 16px; }
.form-card .email-link-recipient strong { overflow-wrap: anywhere; }
.form-card form { display: grid; gap: 18px; }
.form-card label { color: #34445a; display: grid; font-weight: 900; gap: 8px; }
.form-card .iti { display: block; min-width: 0; width: 100%; }
.form-card .iti__country-list { color: #34445a; font-weight: 400; }
.form-row { display: grid; gap: 16px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
input { border: 1px solid #c9d7e5; border-radius: 8px; font: inherit; min-height: 52px; padding: 0 14px; width: 100%; }
.form-card .consent { align-items: start; display: grid; font-weight: 400; grid-template-columns: 24px 1fr; line-height: 1.45; }
.form-card .consent strong { font-weight: 700; }
.consent input { height: 22px; min-height: 0; padding: 0; }
.form-card .button { width: 100%; }
.unlocked-actions { display: grid; gap: 12px; margin-top: 18px; }
.button-toolkit { background: var(--mist); box-shadow: none; color: var(--ink); }
.report-unlocked {
  align-content: center;
  display: grid;
  gap: 18px;
}
.report-unlocked h2 { font-size: 30px; }
.report-unlocked .button { margin-top: 8px; }

.section-heading { align-items: end; display: grid; gap: 32px; grid-template-columns: minmax(0, 1fr) minmax(260px, 420px); margin-bottom: 40px; }
.content-band-muted { background: var(--mist); }
.asset-grid { display: grid; gap: 28px; }
.asset-grid-featured { grid-template-columns: 2fr 1fr; }
.asset-grid-two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.asset-grid-three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.asset-card { background: #fff; border: 1px solid var(--line); border-radius: 8px; overflow: hidden; }
.asset-card a { display: grid; height: 100%; }
.asset-image { aspect-ratio: 16 / 9; background: #0a2340; overflow: hidden; position: relative; }
.asset-grid-featured .asset-image {
  aspect-ratio: auto;
  height: 310px;
  min-height: 310px;
}
.asset-image img { height: 100%; object-fit: contain; width: 100%; }
#resources .asset-image > img { object-fit: cover; }
.featured-art {
  background:
    radial-gradient(circle at 58% 50%, rgba(57, 200, 242, .45), transparent 34%),
    radial-gradient(circle at 68% 46%, rgba(57, 200, 242, .32), transparent 42%),
    linear-gradient(135deg, #07182b 0%, #0b3f61 54%, #061626 100%);
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.featured-art::before,
.featured-art::after {
  border: 1px solid rgba(255, 255, 255, .26);
  border-radius: 50%;
  content: "";
  height: 150%;
  left: 40%;
  position: absolute;
  top: -22%;
  transform: rotate(-17deg);
  width: 72%;
}
.featured-art::after {
  height: 118%;
  left: 47%;
  top: -6%;
  transform: rotate(22deg);
  width: 58%;
}
.featured-person {
  height: auto;
  max-width: none;
  position: absolute;
  z-index: 1;
}
.featured-person-george {
  bottom: 0;
  height: auto;
  left: 0;
  max-height: 94%;
  max-width: 45%;
  object-fit: contain;
  object-position: left bottom;
  width: 45%;
}
.featured-label {
  color: #73dcf4;
  font-size: 11px;
  font-weight: 900;
  left: 18px;
  letter-spacing: 2px;
  position: absolute;
  text-transform: uppercase;
  top: 18px;
  z-index: 3;
}
.featured-art-podcast {
  background:
    radial-gradient(circle at 15% 32%, rgba(255, 255, 255, .12), transparent 28%),
    radial-gradient(circle at 78% 54%, rgba(57, 200, 242, .2), transparent 40%),
    linear-gradient(135deg, #1f2b31 0%, #124a70 62%, #092032 100%);
}
.podcast-title {
  color: #fff;
  font-size: 30px;
  font-weight: 900;
  line-height: .88;
  position: absolute;
  left: 50%;
  text-align: center;
  text-transform: uppercase;
  top: 17%;
  transform: translateX(-50%);
  z-index: 2;
}
.featured-person-jim {
  bottom: 0;
  height: 90%;
  left: -5%;
  max-height: 94%;
  max-width: 56%;
  object-fit: contain;
  object-position: left bottom;
  width: auto;
}
.featured-person-outline {
  bottom: 0;
  height: 90%;
  max-height: 94%;
  max-width: 56%;
  object-fit: contain;
  object-position: right bottom;
  right: -5%;
  width: auto;
}
.audio-mark {
  align-items: end;
  background: rgba(255, 163, 22, .18);
  border-radius: 999px;
  bottom: 18%;
  display: flex;
  gap: 4px;
  height: 56px;
  justify-content: center;
  padding: 14px;
  position: absolute;
  right: 43%;
  width: 56px;
  z-index: 3;
}
.audio-mark i {
  background: var(--orange);
  border-radius: 999px;
  display: block;
  width: 4px;
}
.audio-mark i:nth-child(1) { height: 14px; }
.audio-mark i:nth-child(2) { height: 24px; }
.audio-mark i:nth-child(3) { height: 20px; }
.audio-mark i:nth-child(4) { height: 30px; }
.asset-image:has(.watch-now-label)::after {
  background: linear-gradient(180deg, rgba(7, 22, 42, .08) 0%, rgba(7, 22, 42, .18) 54%, rgba(7, 22, 42, .58) 100%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}
.watch-now-label {
  bottom: 12px;
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 1px;
  position: absolute;
  right: 14px;
  text-transform: uppercase;
  text-shadow: 0 2px 8px rgba(0, 0, 0, .55);
  z-index: 1;
}
.play-dot { background: var(--orange); border-radius: 999px; display: grid; height: 58px; left: 50%; place-items: center; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 58px; z-index: 1; }
.play-dot.is-open::before {
  border-bottom: 12px solid transparent;
  border-left: 18px solid var(--ink);
  border-top: 12px solid transparent;
  content: "";
  margin-left: 4px;
}
.play-dot.is-locked::before {
  border: 3px solid var(--ink);
  border-radius: 4px;
  content: "";
  height: 16px;
  margin-top: 9px;
  width: 20px;
}
.play-dot.is-locked::after {
  border: 3px solid var(--ink);
  border-bottom: 0;
  border-radius: 14px 14px 0 0;
  content: "";
  height: 18px;
  position: absolute;
  top: 15px;
  width: 20px;
}
.asset-body { display: grid; gap: 10px; padding: 18px 20px 22px; }
.asset-type { color: #2b5b8c; font-size: 11px; font-weight: 900; letter-spacing: 2px; text-transform: uppercase; }
.asset-body strong { font-size: 20px; line-height: 1.15; }
.asset-body span:not(.asset-type) { color: var(--muted); line-height: 1.45; }
.asset-body em { border-bottom: 3px solid var(--orange); font-size: 12px; font-style: normal; font-weight: 900; justify-self: start; letter-spacing: 1px; text-transform: uppercase; }

.has-video-modal { overflow: hidden; }
.video-modal[hidden] { display: none; }
.video-modal {
  align-items: center;
  display: grid;
  inset: 0;
  justify-items: center;
  padding: 28px;
  position: fixed;
  z-index: 1000;
}
.video-modal-backdrop {
  backdrop-filter: blur(8px);
  background: rgba(3, 14, 26, .84);
  inset: 0;
  position: absolute;
}
.video-modal-panel {
  background: #07162a;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 8px;
  box-shadow: 0 32px 90px rgba(0, 0, 0, .45);
  color: #fff;
  max-width: 760px;
  overflow: hidden;
  position: relative;
  width: min(760px, 100%);
}
.video-modal-header {
  align-items: center;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  min-height: 72px;
  padding: 16px 20px;
}
.video-modal-header p {
  color: var(--cyan);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 2px;
  margin: 0 0 6px;
  text-transform: uppercase;
}
.video-modal-header h2 {
  font-size: 19px;
  line-height: 1.2;
}
.video-modal-close {
  background: rgba(255, 255, 255, .08);
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  flex: 0 0 auto;
  height: 34px;
  position: relative;
  width: 34px;
}
.video-modal-close::before,
.video-modal-close::after {
  background: #b9c8d8;
  content: "";
  height: 2px;
  left: 10px;
  position: absolute;
  top: 16px;
  width: 14px;
}
.video-modal-close::before { transform: rotate(45deg); }
.video-modal-close::after { transform: rotate(-45deg); }
.video-modal-player {
  aspect-ratio: 16 / 9;
  background: #000;
  display: block;
  width: 100%;
}

.industries { text-align: center; }
.industries h2 { margin: 0 auto 28px; max-width: 760px; }
.pill-row { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }
.pill-row span { background: var(--mist); border-radius: 999px; color: #3f536d; font-size: 13px; font-weight: 800; padding: 12px 18px; }
.final-cta { background: #103d63; color: #fff; text-align: center; }
.final-cta h2 { margin: 0 auto; max-width: 780px; }
.final-cta p { color: #bfd0dd; margin: 20px auto 28px; max-width: 620px; }

.asset-detail { background: var(--mist); min-height: 80vh; padding: 64px 24px; }
.asset-detail-inner { margin-inline: auto; max-width: 1180px; }
.back-link { color: #2b5b8c; display: inline-flex; font-size: 20px; font-weight: 900; margin-bottom: 64px; }
.asset-detail h1 { font-size: clamp(26px, 3vw, 44px); max-width: 1120px; }
.asset-detail-grid { align-items: start; display: grid; gap: 48px; grid-template-columns: minmax(0, 1fr) minmax(320px, 440px); margin-top: 48px; }
.asset-detail-grid > * { min-width: 0; }
.locked-preview { background: #fff; border-radius: 20px; box-shadow: var(--shadow); overflow: hidden; }
.locked-preview img { aspect-ratio: 16 / 9; object-fit: cover; width: 100%; }
.locked-preview-document > img { aspect-ratio: auto; background: #f4f6f8; height: auto; max-height: 420px; object-fit: contain; padding: 20px; }
.locked-preview-body { display: grid; gap: 18px; padding: 36px; }
.locked-preview-body h2 { font-size: 32px; line-height: 1.35; }
.locked-preview-body p { color: var(--muted); font-size: 18px; margin: 0; }
.status-pill { background: #edf3f7; border-radius: 999px; color: #2b5b8c; font-size: 13px; font-weight: 900; justify-self: start; letter-spacing: 3px; padding: 12px 18px; text-transform: uppercase; }

.site-footer { background: var(--navy); color: #758194; padding: 32px 7vw; }

.site-header-directory { justify-content: flex-start; position: static; }
.hub-directory {
  background: #f5f7f9;
  min-height: calc(100vh - 137px);
  padding: 72px 7vw 96px;
}
.hub-directory-heading { margin-bottom: 42px; max-width: 760px; }
.hub-directory-heading h1 { font-size: 58px; line-height: 1; }
.hub-directory-heading > p:last-child { color: var(--muted); font-size: 18px; line-height: 1.55; margin: 18px 0 0; }
.hub-directory-grid { display: grid; gap: 28px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.hub-directory-card { background: #fff; border: 1px solid var(--line); border-radius: 8px; overflow: hidden; }
.hub-directory-card a { display: grid; height: 100%; }
.hub-directory-image {
  background-color: #102b45;
  background-position: center;
  background-size: cover;
  display: flex;
  height: 220px;
  padding: 24px;
  position: relative;
}
.hub-directory-image::after { background: rgba(2, 13, 24, .24); content: ""; inset: 0; position: absolute; }
.hub-directory-card-aeris .hub-directory-image { background-position: right top; }
.hub-directory-card-aeris .hub-directory-image::after { background: rgba(2, 13, 24, .06); }
.hub-directory-card-automotive .hub-directory-image { background-position: center; justify-content: flex-end; }
.hub-directory-card-automotive .hub-directory-image::after { background: rgba(2, 13, 24, .12); }
.hub-directory-card-automotive .hub-directory-image img { align-self: flex-start; }
.hub-directory-image img {
  align-self: flex-end;
  background: rgba(255, 255, 255, .94);
  height: 48px;
  object-fit: contain;
  padding: 10px 14px;
  position: relative;
  width: auto;
  z-index: 1;
}
.hub-directory-body { align-content: start; display: grid; gap: 12px; padding: 24px; }
.hub-directory-partner { color: #496078; font-size: 11px; font-weight: 900; letter-spacing: 2px; text-transform: uppercase; }
.hub-directory-body strong { font-size: 24px; line-height: 1.15; }
.hub-directory-body > span:not(.hub-directory-partner) { color: var(--muted); line-height: 1.5; }
.hub-directory-body em { border-bottom: 3px solid var(--orange); font-size: 12px; font-style: normal; font-weight: 900; justify-self: start; margin-top: 8px; text-transform: uppercase; }

.toolkit-heading,
.toolkit-hero-assets,
.toolkit-intro,
.toolkit-primary-grid,
.toolkit-cta {
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px;
  width: calc(100% - 48px);
}
.toolkit-heading { padding: 54px 0 38px; text-align: center; }
.toolkit-heading h1 { color: var(--blue); font-size: clamp(34px, 4.5vw, 58px); line-height: 1.05; }
.toolkit-heading h1 span,
.toolkit-heading h1 small { font-size: .5em; font-weight: 700; }
.toolkit-heading p { color: var(--muted); font-weight: 700; margin: 12px auto 0; max-width: 760px; }
.toolkit-hero-assets .asset-card-wide .asset-image { aspect-ratio: 3 / 1; min-height: 320px; }
.toolkit-hero-assets .asset-card-wide .asset-body { display: none; }
.toolkit-intro { color: var(--ink); font-size: 17px; font-weight: 700; line-height: 1.45; padding: 34px 7%; text-align: center; }
.toolkit-primary-grid { gap: 28px; padding-bottom: 46px; }
.content-hub-layout-toolkit .asset-card { border-color: var(--blue); }
.content-hub-layout-toolkit .asset-body { align-content: start; min-height: 300px; padding: 28px; }
.content-hub-layout-toolkit .asset-body strong { font-size: 22px; }
.content-hub-layout-toolkit .asset-body em { background: var(--blue); border: 0; border-radius: 999px; color: #fff; margin-top: auto; padding: 12px 24px; }
.toolkit-cta { padding: 0 0 56px; text-align: center; }
.toolkit-cta h2 { font-size: clamp(30px, 4vw, 48px); margin: 0 auto 22px; max-width: 760px; }
.toolkit-cta .button { background: var(--blue); color: #fff; min-width: min(520px, 100%); }
.toolkit-additional { padding-top: 54px; }
.toolkit-additional > h2 { font-size: 36px; margin: 0 0 36px; text-align: center; }
.toolkit-additional .asset-card { border-color: transparent; }
.toolkit-additional .asset-body { min-height: 260px; }

/* Flexible toolkit blocks */
.hub-block-content { overflow: hidden; }
.hub-block-inner { margin-left: auto; margin-right: auto; max-width: 1120px; width: min(1120px, calc(100% - 48px)); }
.hub-block-hero { display: flex; width: 100%; }
.hub-block-hero .hub-block-inner { align-self: center; }
.hub-block-hero h1 { font-size: clamp(40px, 5.4vw, 68px); line-height: 1; max-width: 760px; }
.hub-block-hero h1 span { color: var(--cyan); }
.hub-block-lead { font-size: 18px; line-height: 1.55; max-width: 720px; }
.hub-block-hero-visual {
  background:
    linear-gradient(90deg, rgba(3, 14, 26, .9) 0%, rgba(3, 14, 26, .62) 48%, rgba(3, 14, 26, .14) 100%),
    var(--hub-block-background, var(--hub-hero-image)) center / cover no-repeat;
  color: #fff;
  min-height: 520px;
  padding: 70px 0;
}
.hub-block-hero-visual .eyebrow,
.hub-block-hero-visual h1 span { color: var(--cyan); }
.hub-block-hero-visual .hub-block-lead { color: #c4d0dc; }
.hub-block-hero-minimal { background: #fff; min-height: 0; padding: 54px 0 38px; text-align: center; }
.hub-block-hero-minimal h1 { color: var(--blue); margin: 0 auto; }
.hub-block-hero-minimal h1 span { color: var(--blue); font-size: .55em; }
.hub-block-hero-minimal .eyebrow { margin-bottom: 10px; }
.hub-block-hero-minimal .hub-block-lead { color: var(--muted); font-weight: 700; margin: 12px auto 0; }
.hub-block-hero-minimal .hero-actions { justify-content: center; }
.hub-block-assets .section-heading { margin-left: auto; margin-right: auto; max-width: 1120px; }
.hub-block-assets-wide { margin: 0 auto; max-width: 1120px; padding: 0; width: calc(100% - 48px); }
.hub-block-assets-wide .asset-card-wide .asset-image { aspect-ratio: 3 / 1; min-height: 320px; }
.hub-block-assets-wide .asset-card-wide .asset-body { display: none; }
.hub-block-assets-muted { background: var(--mist); }
.hub-block-assets .asset-grid-1 { grid-template-columns: minmax(0, 1fr); }
.hub-block-assets .asset-grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.hub-block-assets .asset-grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.hub-block-assets-standard .asset-card { border-color: var(--blue); }
.hub-block-assets-standard .asset-body em,
.hub-block-assets-muted .asset-body em { color: var(--blue); }
.hub-block-intro { color: var(--ink); font-size: 17px; font-weight: 700; line-height: 1.45; margin: 0 auto; max-width: 1120px; padding: 34px 7%; text-align: center; width: calc(100% - 48px); }
.hub-block-cta { text-align: center; }
.hub-block-cta h2 { font-size: clamp(30px, 4vw, 52px); line-height: 1.05; margin: 0 auto; max-width: 820px; }
.hub-block-cta > p:not(.eyebrow) { line-height: 1.55; margin: 18px auto 26px; max-width: 680px; }
.hub-block-cta-band { background: var(--blue); color: #fff; padding: 80px 7vw; }
.hub-block-cta-band > p:not(.eyebrow) { color: #d5e0e9; }
.hub-block-cta-compact { margin: 0 auto; max-width: 1120px; padding: 10px 24px 56px; width: 100%; }
.hub-block-cta-compact .button { background: var(--blue); color: #fff; min-width: min(520px, 100%); }
.hub-block-report { padding-left: 7vw; padding-right: 7vw; }

@media (max-width: 900px) {
  .site-header { display: grid; gap: 16px; grid-template-columns: minmax(0, 1fr) auto; padding: 18px 24px; position: static; }
  .brand { min-width: 0; }
  .brand img { width: 135px; }
  .partner { flex: none; grid-column: 1 / -1; justify-content: flex-start; min-width: 0; order: initial; width: auto; }
  .partner img { width: 120px; }
  .header-cta { min-width: 0; padding: 0 18px; white-space: nowrap; }
  .hero,
  .report-section,
  .report-preview,
  .section-heading,
  .asset-detail-grid,
  .asset-grid-featured,
  .asset-grid-two,
  .asset-grid-three,
  .hub-block-assets .asset-grid-2,
  .hub-block-assets .asset-grid-3,
  .hub-directory-grid {
    grid-template-columns: 1fr;
  }
  .hero { padding: 56px 24px; }
  .hero-copy { max-width: 100%; }
  .hero h1 { font-size: 40px; overflow-wrap: anywhere; }
  .metrics-strip { grid-template-columns: 1fr; }
  .report-section,
  .content-band,
  .asset-detail,
  .industries,
  .final-cta { padding: 64px 24px; }
  .form-row { grid-template-columns: 1fr; }
  .asset-detail-grid { margin-inline: auto; max-width: 692px; }
  .locked-preview-document > img { max-height: 360px; }
  .report-cover { max-width: 220px; }
  .hero-orbit { max-width: 320px; }
  .toolkit-hero-assets .asset-card-wide .asset-image { min-height: 220px; }
  .hub-block-hero { padding-left: 24px; padding-right: 24px; }
  .hub-block-hero .hub-block-inner { width: 100%; }
  .hub-block-hero h1 { font-size: 40px; overflow-wrap: anywhere; }
  .hub-block-assets-wide .asset-card-wide .asset-image { min-height: 220px; }
  .hub-block-assets:not(.hub-block-assets-wide) { padding-left: 24px; padding-right: 24px; }
  .hub-block-intro { width: calc(100% - 32px); }
  .site-header-directory { display: flex; }
  .hub-directory { padding: 56px 24px 72px; }
  .hub-directory-heading h1 { font-size: 44px; }
}

@media (max-width: 620px) {
  .talk-to-us { border-radius: 14px 0 0 14px; font-size: 14px; height: 142px; width: 44px; }
  .talk-to-us:hover { width: 48px; }
  .toolkit-header-inner { height: 68px; width: calc(100% - 32px); }
  .toolkit-site-header-swisscom .toolkit-publisher-logo { width: 108px; }
  .toolkit-site-header-swisscom .toolkit-partner-logo { width: 110px; }
  .toolkit-site-header-automotive .toolkit-header-inner { height: 66px; }
}

@media (max-width: 420px) {
  .site-header { gap: 12px; padding: 16px; }
  .brand img { width: 128px; }
  .header-cta { font-size: 12px; padding: 0 14px; }
  .partner { font-size: 10px; gap: 10px; letter-spacing: 1px; }
  .partner img { width: 108px; }
  .hero { padding-left: 20px; padding-right: 20px; }
  .hero h1 { font-size: 38px; }
}
