#pem-concept .journey-hero {
  padding: 38px 0 64px;
  background: #171b18;
  color: #f5f6f1;
  max-width: none;
  margin: 0;
  text-align: left;
}
#pem-concept .journey-hero h1 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(44px, 6.3vw, 92px);
  font-weight: 800;
  line-height: 0.99;
  max-width: 1000px;
  letter-spacing: -0.025em;
  margin: 24px 0;
}
#pem-concept .journey-hero p {
  max-width: 660px;
  color: #d4d9cc;
  font-size: 18px;
  line-height: 1.7;
}
#pem-concept .breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 11px;
  color: #bec5b8;
  margin-bottom: 44px;
}
#pem-concept .breadcrumbs a {
  text-decoration: underline;
}
#pem-concept .detail-hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 65px;
  align-items: center;
}
#pem-concept .detail-hero-grid:not(:has(img)) {
  grid-template-columns: 1fr;
}
#pem-concept .detail-hero-grid img {
  height: 420px;
  object-fit: cover;
  object-position: center;
  border-radius: 2px;
}
#pem-concept .hero-detail-actions {
  display: flex;
  gap: 22px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 32px;
}
#pem-concept .editorial-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 90px;
  align-items: start;
}
#pem-concept .editorial-copy {
  max-width: 760px;
  font-size: 17px;
  line-height: 1.85;
}
#pem-concept .editorial-copy section {
  margin-bottom: 34px;
}
#pem-concept .editorial-copy p {
  margin-bottom: 24px;
  white-space: pre-line;
}
#pem-concept .editorial-copy h2 {
  font-size: 28px;
  margin-bottom: 12px;
  line-height: 1.2;
}
#pem-concept .editorial-aside {
  padding: 28px;
  background: #e9eddf;
  display: grid;
  gap: 20px;
  position: sticky;
  top: 24px;
}
#pem-concept .editorial-aside h3 {
  font-size: 28px;
  line-height: 1.15;
}
#pem-concept .editorial-aside small {
  font-size: 11px;
  color: #626859;
}
#pem-concept .editorial-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}
#pem-concept .editorial-cards article {
  border: 1px solid #d9dece;
  background: white;
}
#pem-concept .editorial-cards article > div {
  padding: 26px;
}
#pem-concept .editorial-cards h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 34px;
  line-height: 1.1;
}
#pem-concept .editorial-cards p {
  margin: 16px 0 24px;
}
#pem-concept .card-image {
  position: relative;
  display: block;
  height: 260px;
  overflow: hidden;
}
#pem-concept .card-image img {
  transition: transform 0.3s;
}
#pem-concept .card-image:hover img {
  transform: scale(1.035);
}
#pem-concept .card-image span {
  position: absolute;
  left: 16px;
  bottom: 16px;
  background: #c3f344;
  color: #171b18;
  padding: 7px 10px;
  font-size: 11px;
  font-weight: 800;
}
#pem-concept .section-number {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
  color: #626a55;
}
#pem-concept .test-notice,
.test-notice {
  border: 1px solid #c8d399;
  background: #eef3dc;
  padding: 16px 20px;
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 28px;
}
#pem-concept .reservation-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 32px;
  align-items: start;
}
#pem-concept .reservation-panel {
  padding: 32px;
  background: white;
  border: 1px solid #d8dece;
  margin-bottom: 24px;
}
#pem-concept .reservation-panel h2,
#pem-concept .reservation-summary h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 38px;
  line-height: 1.12;
  margin: 0 0 26px;
}
#pem-concept .booking-form {
  max-width: none;
  margin: 0;
  gap: 20px;
}
#pem-concept .booking-form label {
  font-size: 13px;
  font-weight: 700;
}
#pem-concept .booking-form input,
#pem-concept .booking-form select,
#pem-concept .booking-form textarea {
  background: #f8f9f4;
  border: 1px solid #c7cdbe;
  border-radius: 2px;
  padding: 13px 12px;
  width: 100%;
  font: inherit;
  margin-top: 7px;
  min-width: 0;
  color: #171b18;
}
#pem-concept .booking-form small {
  display: block;
  font-size: 11px;
  font-weight: 400;
  margin-top: 8px;
}
#pem-concept .booking-form .consent input,
#pem-concept .consent input {
  width: 18px;
  min-width: 18px;
  height: 18px;
  margin: 3px 0 0;
}
#pem-concept .consent {
  display: flex;
  gap: 12px;
  align-items: start;
  font-size: 12px;
  margin: 24px 0;
}
#pem-concept .consent a {
  text-decoration: underline;
}
#pem-concept .field-note {
  font-size: 12px;
  line-height: 1.7;
  color: #646b5c;
}
#pem-concept .reservation-summary {
  padding: 30px;
  background: #e9eddf;
  border-top: 4px solid #91b328;
  position: sticky;
  top: 24px;
}
#pem-concept .reservation-summary .pem-action {
  width: 100%;
  justify-content: center;
  margin-bottom: 18px;
}
#pem-concept .price-breakdown {
  margin: 24px 0;
}
#pem-concept .price-breakdown > div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin: 14px 0;
  font-size: 13px;
}
#pem-concept .price-breakdown dd {
  margin: 0;
  white-space: nowrap;
  font-weight: 700;
}
#pem-concept .price-breakdown .quote-total {
  border-top: 1px solid #bec7ae;
  padding-top: 20px;
  font-size: 19px;
}
#pem-concept .form-status {
  font-size: 13px;
  line-height: 1.7;
  white-space: pre-line;
  margin: 10px 0 20px;
}
#pem-concept .reservation-success {
  grid-column: 1/-1;
  text-align: center;
  padding: 60px 24px;
  background: white;
  border: 1px solid #d8dece;
}
#pem-concept .reservation-success h2 {
  font-family: 'Barlow Condensed';
  font-size: 60px;
  margin: 20px 0;
}
#pem-concept .success-mark {
  display: inline-grid;
  place-items: center;
  width: 65px;
  height: 65px;
  background: #c3f344;
  font-size: 34px;
  border-radius: 50%;
  margin-bottom: 25px;
}
#pem-concept .booking-reference {
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 0.07em;
  margin: 24px 0;
}
#pem-concept .success-actions {
  display: flex;
  gap: 25px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 30px;
}
#pem-concept .contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 75px;
  align-items: start;
}
#pem-concept .contact-grid h2 {
  font-family: 'Barlow Condensed';
  font-size: 52px;
  line-height: 1.03;
  margin: 18px 0 25px;
}
#pem-concept .contact-grid p {
  margin: 18px 0 24px;
  line-height: 1.8;
}
#pem-concept .contact-big {
  font-size: 34px;
  font-weight: 800;
  display: block;
  margin: 30px 0 12px;
}
#pem-concept .contact-grid hr {
  border: 0;
  border-top: 1px solid #cbd1c0;
  margin: 36px 0;
}
#pem-concept .arrival-card {
  padding: 35px;
  background: #e6ecd6;
  border-top: 4px solid #96b932;
}
#pem-concept .arrival-card h3 {
  font-size: 32px;
  line-height: 1.15;
}
#pem-concept .arrival-card ol {
  padding-left: 20px;
  line-height: 1.8;
}
#pem-concept .arrival-card li {
  padding: 10px 0;
}
#pem-concept .location-address {
  font-size: 21px;
  font-weight: 700;
}
#pem-concept .download-list {
  max-width: 1000px;
  margin: 32px 0;
}
#pem-concept .download-list > a {
  display: grid;
  grid-template-columns: 60px 1fr 30px;
  gap: 24px;
  align-items: center;
  padding: 26px 0;
  border-top: 1px solid #ccd4bd;
}
#pem-concept .download-list strong {
  font-size: 20px;
  display: block;
}
#pem-concept .download-list small {
  display: block;
  color: #676e5e;
  margin-top: 7px;
}
#pem-concept .document-icon {
  display: grid;
  place-items: center;
  background: #e5edcc;
  height: 60px;
  font-size: 13px;
  font-weight: 800;
}
#pem-concept .skip-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  z-index: 1000;
}
#pem-concept .skip-link:focus {
  left: 16px;
  top: 16px;
  width: auto;
  height: auto;
  clip-path: none;
  background: #c3f344;
  padding: 12px;
}
#pem-concept .site-assistant {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 100;
  font:
    14px/1.6 'Manrope',
    sans-serif;
}
#pem-concept .assistant-toggle {
  border: 1px solid #687653;
  background: #c3f344;
  color: #171b18;
  font-weight: 800;
  padding: 15px 22px;
  border-radius: 30px;
  box-shadow: 0 6px 30px #0002;
}
#pem-concept .assistant-panel {
  position: absolute;
  right: 0;
  bottom: 68px;
  width: 390px;
  max-height: 75vh;
  overflow: auto;
  padding: 24px;
  background: #fff;
  border: 1px solid #c8d0ba;
  box-shadow: 0 12px 60px #0003;
  border-radius: 10px;
}
#pem-concept .assistant-panel header {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 18px;
}
#pem-concept .assistant-panel header small {
  display: block;
  font-size: 10px;
  color: #687253;
}
#pem-concept .assistant-panel header button {
  border: 0;
  background: none;
  font-size: 30px;
  line-height: 1;
}
#pem-concept .assistant-panel p {
  font-size: 12px;
  margin: 12px 0 18px;
}
#pem-concept .assistant-panel a {
  text-decoration: underline;
}
#pem-concept .assistant-panel textarea {
  display: block;
  width: 100%;
  box-sizing: border-box;
  font: inherit;
  padding: 10px;
  margin: 8px 0 16px;
  border: 1px solid #a4ae96;
  border-radius: 4px;
  resize: vertical;
}
#pem-concept .assistant-panel label {
  font-weight: 700;
  font-size: 12px;
}
#pem-concept .assistant-answer {
  white-space: pre-wrap;
  font-size: 13px;
  background: #f1f4e9;
  padding: 14px;
  margin: 15px 0;
}
#pem-concept .assistant-answer:empty {
  display: none;
}
#pem-concept .assistant-panel > small {
  font-size: 10px;
  color: #626b57;
}
.pre-wrap {
  white-space: pre-wrap;
}
.outbox-message {
  border-top: 1px solid #dce1d3;
  padding: 18px 0;
}
.outbox-message summary {
  cursor: pointer;
  font-weight: 600;
}
.outbox-message pre {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  font: 14px/1.7 inherit;
  background: #f5f7f0;
  padding: 18px;
}
.outbox-message p {
  margin: 16px 0;
}
.slot-settings form {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr auto auto;
  gap: 16px;
  align-items: center;
  border-top: 1px solid #dce1d3;
  padding: 20px 0;
}
.table-scroll {
  overflow: auto;
}
.ai-lab-result p {
  margin: 14px 0;
}
.ai-lab-result {
  min-width: 0;
  overflow-wrap: anywhere;
}
@media (max-width: 1000px) {
  #pem-concept .reservation-layout {
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 20px;
  }
  #pem-concept .editorial-layout {
    gap: 40px;
  }
  #pem-concept .contact-grid {
    gap: 35px;
  }
  #pem-concept .detail-hero-grid {
    gap: 32px;
  }
  #pem-concept .editorial-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .slot-settings form {
    grid-template-columns: 1fr 1fr;
  }
  .slot-settings form > strong {
    grid-column: 1/-1;
  }
}
@media (max-width: 700px) {
  #pem-concept .journey-hero {
    padding: 22px 0 42px;
  }
  #pem-concept .journey-hero h1 {
    font-size: 49px;
  }
  #pem-concept .journey-hero p {
    font-size: 15px;
  }
  #pem-concept .breadcrumbs {
    margin-bottom: 25px;
    font-size: 10px;
  }
  #pem-concept .detail-hero-grid,
  #pem-concept .reservation-layout,
  #pem-concept .editorial-layout,
  #pem-concept .contact-grid,
  #pem-concept .editorial-cards {
    grid-template-columns: 1fr;
  }
  #pem-concept .detail-hero-grid img {
    height: 310px;
  }
  #pem-concept .reservation-summary,
  #pem-concept .editorial-aside {
    position: static;
  }
  #pem-concept .reservation-panel,
  #pem-concept .reservation-summary {
    padding: 24px 20px;
  }
  #pem-concept .reservation-panel h2 {
    font-size: 34px;
  }
  #pem-concept .editorial-copy {
    font-size: 15px;
  }
  #pem-concept .download-list > a {
    grid-template-columns: 45px 1fr 15px;
    gap: 15px;
  }
  #pem-concept .download-list strong {
    font-size: 16px;
  }
  #pem-concept .document-icon {
    height: 45px;
  }
  #pem-concept .contact-grid h2 {
    font-size: 44px;
  }
  #pem-concept .site-assistant {
    right: 14px;
    bottom: 14px;
  }
  #pem-concept .assistant-panel {
    width: min(370px, calc(100vw - 28px));
    padding: 20px;
  }
  #pem-concept .assistant-toggle {
    font-size: 12px;
    padding: 12px 18px;
  }
  #pem-concept .reservation-success h2 {
    font-size: 43px;
  }
  .slot-settings form {
    grid-template-columns: 1fr;
  }
}
@media (prefers-reduced-motion: reduce) {
  #pem-concept .card-image img {
    transition: none;
  }
}

/* Recognisable AI launcher and refreshed downloadable documents. */
#pem-concept .assistant-toggle {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 9px 20px 9px 9px;
  background: #171b18;
  color: #fff;
  border: 1px solid #526044;
  box-shadow: 0 8px 32px #0003;
  border-radius: 999px;
  cursor: pointer;
  text-align: left;
}
#pem-concept .assistant-avatar {
  display: grid;
  place-items: center;
  flex: none;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #c3f344;
  color: #171b18;
}
#pem-concept .assistant-avatar svg {
  width: 27px;
  height: 27px;
}
#pem-concept .assistant-toggle-copy {
  display: flex;
  flex-direction: column;
  line-height: 1.4;
}
#pem-concept .assistant-toggle-copy strong {
  font-size: 14px;
  font-weight: 800;
}
#pem-concept .assistant-toggle-copy small {
  font-size: 11px;
  font-weight: 500;
  color: #d4ddc8;
}
#pem-concept .assistant-toggle:hover {
  background: #293124;
}
#pem-concept .assistant-toggle:focus-visible {
  outline: 3px solid #c3f344;
  outline-offset: 3px;
}
#pem-concept .assistant-panel {
  bottom: 76px;
}
#pem-concept .assistant-identity {
  display: flex;
  align-items: center;
  gap: 10px;
}
#pem-concept .assistant-panel header small {
  font-size: 11px;
}
#pem-concept .assistant-suggestions {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0 0 16px;
}
#pem-concept .assistant-suggestions button {
  border: 1px solid #d5dbce;
  background: #f5f6f1;
  color: #171b18;
  border-radius: 30px;
  padding: 6px 11px;
  font-size: 11px;
  cursor: pointer;
}
#pem-concept .assistant-suggestions button:hover {
  background: #e7efdb;
}
#pem-concept .downloads-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 36px;
  margin-bottom: 32px;
}
#pem-concept .downloads-heading h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(34px, 4.8vw, 58px);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -0.02em;
  margin-top: 12px;
}
#pem-concept .downloads-heading > p {
  max-width: 380px;
  color: #575e56;
  font-size: 14px;
  line-height: 1.8;
}
#pem-concept .invitation-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
#pem-concept .invitation-card {
  background: #fff;
  border: 1px solid #dce1d5;
  border-radius: 8px;
  overflow: hidden;
}
#pem-concept .download-preview {
  position: relative;
  display: block;
  padding: 25px;
  background: #e7ebdf;
  text-decoration: none;
}
#pem-concept .download-preview img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 148/210;
  object-fit: contain;
  box-shadow: 0 10px 24px #17220c22;
  transition: transform 0.2s ease;
}
#pem-concept .download-preview:hover img {
  transform: translateY(-4px);
}
#pem-concept .download-preview > span {
  position: absolute;
  right: 12px;
  bottom: 12px;
  background: #171b18;
  color: #fff;
  padding: 6px 11px;
  border-radius: 20px;
  font-size: 10px;
}
#pem-concept .download-card-copy {
  padding: 24px;
}
#pem-concept .download-meta {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #63714e;
}
#pem-concept .download-card-copy h3,
#pem-concept .participation-card h3 {
  font-size: 20px;
  font-weight: 800;
  line-height: 1.3;
  margin: 10px 0;
}
#pem-concept .download-card-copy p {
  font-size: 12px;
  color: #575e56;
  min-height: 40px;
}
#pem-concept .download-card-copy .pem-action {
  display: flex;
  justify-content: space-between;
  margin-top: 18px;
  width: 100%;
  font-size: 12px;
}
#pem-concept .download-howto {
  margin-top: 28px;
  padding: 24px 28px;
  background: #eaf1db;
  border-left: 3px solid #8eac36;
}
#pem-concept .download-howto strong {
  font-size: 16px;
}
#pem-concept .download-howto p {
  margin-top: 8px;
  font-size: 13px;
  max-width: 850px;
}
#pem-concept .document-heading {
  margin-top: 80px;
}
#pem-concept .participation-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
#pem-concept .participation-card {
  display: grid;
  grid-template-columns: 120px 1fr;
  align-items: center;
  gap: 24px;
  background: #fff;
  border: 1px solid #dce1d5;
  border-radius: 8px;
  padding: 24px;
}
#pem-concept .form-preview img {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: 0 5px 14px #0002;
}
#pem-concept .document-status {
  display: inline-block;
  background: #fff0bf;
  color: #57440e;
  padding: 5px 7px;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.04em;
  border-radius: 3px;
}
#pem-concept .participation-card h3 {
  font-size: 18px;
}
#pem-concept .participation-card p {
  font-size: 12px;
  color: #575e56;
}
#pem-concept .participation-card small {
  display: block;
  margin: 12px 0;
  font-size: 10px;
  color: #68745c;
}
#pem-concept .participation-card .pem-text-link {
  font-size: 12px;
}
@media (max-width: 900px) {
  #pem-concept .downloads-heading {
    display: block;
  }
  #pem-concept .downloads-heading > p {
    margin-top: 18px;
    max-width: 100%;
  }
  #pem-concept .invitation-grid {
    gap: 14px;
  }
  #pem-concept .download-preview {
    padding: 16px;
  }
  #pem-concept .download-card-copy {
    padding: 18px;
  }
  #pem-concept .download-card-copy h3 {
    font-size: 17px;
  }
  #pem-concept .participation-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 600px) {
  #pem-concept .invitation-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  #pem-concept .download-preview {
    padding: 26px 44px;
  }
  #pem-concept .download-card-copy {
    padding: 24px;
  }
  #pem-concept .download-card-copy p {
    min-height: 0;
  }
  #pem-concept .participation-card {
    grid-template-columns: 82px 1fr;
    padding: 18px;
    gap: 18px;
  }
  #pem-concept .participation-card h3 {
    font-size: 16px;
  }
  #pem-concept .document-heading {
    margin-top: 54px;
  }
  #pem-concept .download-howto {
    padding: 20px;
  }
}
@media (prefers-reduced-motion: reduce) {
  #pem-concept .download-preview img {
    transition: none;
  }
}

/* Brand artwork leads every inner-page header. */
#pem-concept .journey-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 480px;
  padding: 30px 0 58px;
}
#pem-concept .journey-hero-art {
  position: absolute;
  inset: 0 0 0 35%;
  z-index: -2;
}
#pem-concept .journey-hero-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 36%;
}
#pem-concept .journey-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, #171b18 0%, #171b18f5 23%, #171b18b8 45%, #171b1814 77%),
    linear-gradient(0deg, #171b184d, transparent 45%);
}
#pem-concept .journey-hero-content {
  width: 60%;
  max-width: 780px;
}
#pem-concept .journey-hero h1 {
  font-size: clamp(52px, 5.4vw, 84px);
  text-wrap: balance;
}
#pem-concept .journey-hero p {
  max-width: 560px;
  font-size: 17px;
}
#pem-concept .journey-hero .breadcrumbs {
  margin-bottom: 38px;
}
#pem-concept .editorial-aside {
  top: 110px;
}
#pem-concept .assistant-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}
#pem-concept .assistant-links a {
  display: inline-block;
  padding: 9px 12px;
  border-radius: 4px;
  background: #eaf2d2;
  font-size: 12px;
  font-weight: 800;
  color: #243719;
  text-decoration: underline;
}
@media (max-width: 700px) {
  #pem-concept .journey-hero {
    min-height: 580px;
    padding: 22px 0 36px;
  }
  #pem-concept .journey-hero-art {
    inset: 0 0 auto;
    height: 330px;
  }
  #pem-concept .journey-hero-art img {
    object-position: center 32%;
  }
  #pem-concept .journey-hero::after {
    background: linear-gradient(
      0deg,
      #171b18 0%,
      #171b18 36%,
      #171b18bb 50%,
      #171b1815 80%,
      #171b1870 100%
    );
  }
  #pem-concept .journey-hero-content {
    width: 100%;
    padding-top: 0;
  }
  #pem-concept .journey-hero h1 {
    font-size: clamp(44px, 11vw, 58px);
    margin: 18px 0;
  }
  #pem-concept .journey-hero p {
    font-size: 15px;
  }
  #pem-concept .journey-hero .pem-eyebrow {
    font-size: 9px;
    letter-spacing: 0.1em;
  }
  #pem-concept .hero-detail-actions {
    margin-top: 24px;
    gap: 14px;
  }
}

/* Give the whole action scene its own space on phones. */
@media (max-width: 700px) {
  #pem-concept .journey-hero {
    padding: 0 0 32px;
    min-height: 0;
  }
  #pem-concept .journey-hero::after {
    display: none;
  }
  #pem-concept .journey-hero-art {
    position: relative;
    inset: auto;
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    z-index: 0;
  }
  #pem-concept .journey-hero-art:has(img[src='/images/hero-01.webp']),
  #pem-concept .journey-hero-art:has(img[src='/images/peques-action-v1.webp']),
  #pem-concept .journey-hero-art:has(img[src='/images/company-action-v1.webp']) {
    aspect-ratio: 1.5;
  }
  #pem-concept .journey-hero-art:has(img[src='/images/birthday-action-v1.webp']) {
    aspect-ratio: 2 / 3;
  }
  #pem-concept .journey-hero-art img,
  #pem-concept .journey-hero-art .action-video {
    object-fit: contain;
    object-position: center;
  }
  #pem-concept .journey-hero-inner {
    padding-top: 21px;
  }
  #pem-concept .journey-hero-content {
    width: 100%;
    max-width: none;
  }
  #pem-concept .journey-hero .breadcrumbs {
    margin-bottom: 20px;
  }
  #pem-concept .journey-hero h1 {
    font-size: clamp(42px, 11.5vw, 62px);
  }
  #pem-concept .journey-hero p {
    font-size: 14px;
  }
}

@media (max-width: 700px) {
  #pem-concept .site-assistant {
    right: 12px;
    bottom: 12px;
  }
  #pem-concept .assistant-toggle {
    position: relative;
    width: 58px;
    height: 58px;
    padding: 6px;
    border-radius: 50%;
    justify-content: center;
  }
  #pem-concept .assistant-toggle-copy {
    display: none;
  }
}

/* Keep the new protagonists in frame when their artwork fills a wide header. */
@media (min-width: 701px) {
  #pem-concept .journey-hero-art img[src='/images/birthday-action-v1.webp'] {
    object-position: 50% 20%;
  }
  #pem-concept .journey-hero-art img[src='/images/peques-action-v1.webp'],
  #pem-concept .journey-hero-art img[src='/images/company-action-v1.webp'] {
    object-position: 50% 0%;
  }
}

/* Preserve the complete moving scene, independent of the poster's proportions. */
#pem-concept .journey-hero:has(video) {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: 40px;
  padding: 36px 5.5%;
  min-height: 0;
}
#pem-concept .journey-hero:has(video)::after {
  display: none;
}
#pem-concept .journey-hero:has(video) .journey-hero-art {
  position: relative;
  inset: auto;
  grid-column: 2;
  grid-row: 1;
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  z-index: 0;
}
#pem-concept .journey-hero:has(video) .journey-hero-inner {
  grid-column: 1;
  grid-row: 1;
  width: 100%;
  padding: 0;
}
#pem-concept .journey-hero:has(video) .journey-hero-content {
  width: 100%;
  max-width: none;
}
#pem-concept .journey-hero:has(video) h1 {
  font-size: clamp(42px, 4.8vw, 76px);
}
#pem-concept .journey-hero-art:has(video) img {
  object-fit: contain;
  object-position: center;
}
#pem-concept .card-image:has(video) {
  height: auto;
}
#pem-concept .card-image:has(video) > span {
  position: static;
  display: block;
  padding: 12px 20px;
}
@media (max-width: 900px) {
  #pem-concept .journey-hero:has(video) {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 0 0 32px;
  }
  #pem-concept .journey-hero:has(video) .journey-hero-inner {
    padding: 24px 6% 0;
  }
  #pem-concept .journey-hero:has(video) h1 {
    font-size: clamp(42px, 8.5vw, 62px);
  }
}

@media (min-width: 901px) {
  #pem-concept .journey-hero-art:has(.action-art-portrait) {
    max-width: 420px;
    justify-self: center;
  }
}
