/* Shared Color-style category explorer used by Food and Luggage. */
.category-studio-page {
  --pc-blue: #1557ff;
  --pc-ink: #101b36;
  --pc-muted: #667085;
  --pc-line: #e6e9f0;
  margin: 0;
  background: #fff;
  color: var(--pc-ink);
  font-family: "Pretendard", Inter, ui-sans-serif, system-ui, -apple-system,
    BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.45;
  -webkit-font-smoothing: antialiased;
}

.category-studio-page button,
.category-studio-page input {
  font: inherit;
}

/* Keep the Luggage top navigation on the Personal Color header contract. */
body.category-luggage-page .pgle-topnav {
  font-family: "Pretendard", Inter, ui-sans-serif, system-ui, -apple-system,
    BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: normal;
}

body.category-luggage-page .pgle-topnav .pgle-topnav-lang-trigger {
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}

body.category-luggage-page .pgle-topnav .pgle-topnav-user-trigger {
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
}

body.category-luggage-page .pgle-topnav .pgle-topnav-mobile-trigger {
  font-family: inherit;
  font-size: 13.3333px;
  font-weight: 400;
  line-height: normal;
}

.category-studio-page .pc-container {
  width: min(1440px, calc(100% - 48px));
  margin-inline: auto;
}

/* Hero: copy and visual are separate columns, never one enclosing card. */
.category-studio-page .category-hero-wrap {
  padding: 36px 0 30px;
  background:
    radial-gradient(circle at 8% 20%, var(--category-soft, #fff7f2), transparent 34%),
    radial-gradient(circle at 92% 18%, var(--category-soft-2, #f5f8ff), transparent 38%),
    linear-gradient(180deg, #fff, #fffdfa);
}

.category-studio-page .category-hero {
  display: grid;
  grid-template-columns: minmax(0, 42fr) minmax(0, 58fr);
  gap: 38px;
  align-items: center;
}

.category-studio-page .category-hero-copy {
  display: flex;
  max-width: 540px;
  flex-direction: column;
  justify-content: center;
  padding: 18px 8px 18px 20px;
}

.category-studio-page .category-hero-tag {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 8px;
  margin: 0 0 16px;
  border-radius: 999px;
  background: var(--category-chip, #fff2e9);
  padding: 7px 12px;
  color: var(--category-accent, #c55224);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .08em;
}

.category-studio-page .category-hero-tag i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
}

.category-studio-page .category-hero h1 {
  max-width: 540px;
  margin: 0;
  color: var(--pc-ink);
  font-size: clamp(40px, 4.3vw, 64px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -.055em;
}

.category-studio-page .category-hero h1 em {
  color: var(--category-accent, #c55224);
  font-style: normal;
}

.category-studio-page .category-hero-lead {
  max-width: 520px;
  margin: 18px 0 0;
  color: var(--pc-muted);
  font-size: 15px;
  line-height: 1.7;
}

.category-studio-page .category-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.category-studio-page .category-hero-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 12px;
  padding: 12px 22px;
  background: var(--category-accent, #c55224);
  color: #fff;
  font-size: 14px;
  font-weight: 850;
  text-decoration: none;
}

.category-studio-page .category-hero-button.is-ghost {
  border-color: var(--pc-line);
  background: #fff;
  color: var(--pc-ink);
}

.category-studio-page .category-hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

.category-studio-page .category-hero-proof span {
  border: 1px solid var(--pc-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, .88);
  padding: 7px 11px;
  color: #4b5570;
  font-size: 11px;
  font-weight: 750;
}

.category-studio-page .category-hero-visual {
  position: relative;
  min-width: 0;
  height: 410px;
  min-height: 0;
  overflow: hidden;
  border-radius: 24px;
  background: #edf1f6;
}

.category-studio-page .category-hero-visual > img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
}

.category-studio-page.category-food-page {
  --category-accent: #c55224;
  --category-chip: #fff0e6;
  --category-soft: #fff2e9;
  --category-soft-2: #fff8ed;
}

.category-studio-page .food-hero-visual > img {
  object-position: 58% center;
}

.category-studio-page .food-hero-visual::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(24, 14, 8, .05), transparent 36%, rgba(24, 14, 8, .12));
  content: "";
  pointer-events: none;
}

.category-studio-page .luggage-route-card {
  position: absolute;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, .68);
  border-radius: 16px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 15px 38px rgba(16, 27, 54, .16);
  backdrop-filter: blur(12px);
}

.category-studio-page .visual-kicker {
  display: block;
  margin-bottom: 9px;
  color: var(--category-accent, #1557ff);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .07em;
}

.category-studio-page .luggage-route-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
}

.category-studio-page .luggage-route-steps span {
  display: grid;
  min-height: 54px;
  place-items: center;
  border-radius: 10px;
  background: #fff8f2;
  color: #24304a;
  font-size: 10px;
  font-weight: 800;
  text-align: center;
}

.category-studio-page.category-luggage-page {
  --pc-blue: #344766;
  --pc-blue-hover: #263951;
  --pc-blue-soft: #eef3f8;
  --pc-blue-line: #9aafc8;
  --pc-blue-ring: rgba(52, 71, 102, .18);
  --category-accent: #344766;
  --category-chip: #eef3f8;
  --category-soft: #eef4f8;
  --category-soft-2: #f5efe8;
}

/* Keep the storage finder and card actions in the same slate-navy system as
   the Luggage hero instead of inheriting the shared Personal Color cobalt. */
body.category-luggage-page .pc-explorer {
  --pgle-stay-accent: var(--pc-blue);
  --pgle-stay-accent-soft: var(--pc-blue-soft);
  --pgle-stay-accent-line: var(--pc-blue-line);
  --pgle-stay-accent-ring: var(--pc-blue-ring);
}

body.category-luggage-page .pc-stay-locator-input:focus {
  border-color: var(--pc-blue-line);
  box-shadow: 0 0 0 3px var(--pc-blue-ring);
}

body.category-luggage-page .pc-studio-card:hover,
body.category-luggage-page .pc-studio-card:focus-visible {
  border-color: var(--pc-blue-line);
}

body.category-luggage-page .pc-studio-rating,
body.category-luggage-page .pc-studio-fx-price {
  color: var(--pc-blue);
}

body.category-luggage-page .pc-studio-cta {
  border-color: var(--pc-blue-line);
  color: var(--pc-blue);
}

body.category-luggage-page .pc-map-shell .pgle-personal-color-map-marker.is-selected .pgle-personal-color-pin-photo {
  box-shadow: 0 0 0 4px rgba(52, 71, 102, .34);
}

.category-studio-page .luggage-hero-visual {
  background: #d7dde1;
}

.category-studio-page .luggage-hero-visual > img {
  object-position: center 42%;
}

.category-studio-page .luggage-hero-visual::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(14, 25, 39, .38));
  content: "";
  pointer-events: none;
}

.category-studio-page .luggage-route-card {
  left: 18px;
  right: 18px;
  bottom: 18px;
  padding: 15px;
}

.category-studio-page .luggage-route-steps {
  position: relative;
}

.category-studio-page .luggage-route-steps::before {
  position: absolute;
  top: 27px;
  right: 14%;
  left: 14%;
  height: 1px;
  background: #c7d1dd;
  content: "";
}

.category-studio-page .luggage-route-steps span {
  position: relative;
  min-height: 58px;
  border: 1px solid #e2e8f0;
  background: #fff;
}

.category-studio-page .luggage-route-steps span:nth-child(2) {
  border-color: #344766;
  background: #344766;
  color: #fff;
}

/* Color page browser contract. */
.category-studio-page .pc-explorer {
  padding: 54px 0 40px;
  scroll-margin-top: 88px;
}

.category-studio-page .category-finder-intro {
  max-width: 780px;
  margin-bottom: 24px;
}

.category-studio-page .category-finder-eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 10px;
  color: var(--category-accent, #1557ff);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .1em;
}

.category-studio-page .category-finder-eyebrow::before {
  width: 24px;
  height: 2px;
  background: currentColor;
  content: "";
}

.category-studio-page .category-finder-intro h2 {
  margin: 0;
  color: var(--pc-ink);
  font-size: clamp(29px, 4vw, 42px);
  font-weight: 900;
  line-height: 1.16;
  letter-spacing: -.04em;
}

.category-studio-page .category-finder-intro p {
  margin: 11px 0 0;
  color: var(--pc-muted);
  font-size: 14px;
  line-height: 1.65;
}

.category-studio-page .pc-browser {
  display: grid;
  grid-template-columns: minmax(410px, .92fr) minmax(620px, 1.08fr);
  gap: 22px;
  align-items: start;
}

.category-studio-page .pc-map-column {
  position: sticky;
  top: 92px;
  min-width: 0;
}

.category-studio-page .pc-map-shell {
  position: relative;
  min-height: 620px;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border: 1px solid var(--pc-line);
  border-radius: 16px;
  background: #edf3f7;
}

.category-studio-page .partner-mapbox-map {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.category-studio-page .partner-mapbox-fallback {
  position: absolute;
  inset: 0;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px;
  background: linear-gradient(135deg, #eef5ff, #f8f3ef);
  color: #475569;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
}

.category-studio-page .partner-mapbox-fallback[hidden] {
  display: none !important;
}

.category-studio-page .partner-mapbox-fallback strong {
  display: block;
  margin-bottom: 5px;
  color: #0f1b32;
  font-size: 16px;
}

.category-studio-page .pc-map-count {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 3;
  border: 1px solid #dfe4ee;
  border-radius: 12px;
  background: rgba(255, 255, 255, .94);
  padding: 10px 14px;
  font-size: 12px;
  font-weight: 800;
  backdrop-filter: blur(8px);
}

.category-studio-page .pc-map-count em {
  color: var(--pc-blue);
  font-style: normal;
}

.category-studio-page .pc-map-count-icon,
.category-studio-page .pc-map-count-mobile-label {
  display: none;
}

.category-studio-page .pc-map-shell .pgle-personal-color-map-marker {
  /* Mapbox lays marker siblings in the same overlay. Relative positioning
     makes each marker's width shift the following marker on screen. */
  position: absolute;
  width: 40px;
  height: 50px;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

.category-studio-page .pc-map-shell .pgle-personal-color-pin-tail {
  position: absolute;
  top: 31px;
  left: 10px;
  z-index: 0;
  width: 0;
  height: 0;
  border-top: 19px solid var(--pc-blue);
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}

.category-studio-page .pc-map-shell .pgle-personal-color-pin-photo {
  position: absolute;
  top: 0;
  left: 1px;
  z-index: 1;
  display: block;
  width: 38px;
  height: 38px;
  overflow: hidden;
  border: 2px solid #fff;
  border-radius: 50%;
  background: var(--pc-blue);
  box-sizing: border-box;
}

.category-studio-page .pc-map-shell .pgle-personal-color-pin-fallback {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
}

.category-studio-page .pc-map-shell .pgle-personal-color-pin-photo img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.category-studio-page .pc-map-shell .pgle-personal-color-map-marker.is-selected {
  width: 50px;
  height: 62px;
}

.category-studio-page .pc-map-shell .pgle-personal-color-map-marker.is-selected .pgle-personal-color-pin-tail {
  top: 41px;
  left: 14px;
  border-top-width: 21px;
  border-right-width: 11px;
  border-left-width: 11px;
}

.category-studio-page .pc-map-shell .pgle-personal-color-map-marker.is-selected .pgle-personal-color-pin-photo {
  left: 1px;
  width: 48px;
  height: 48px;
  box-shadow: 0 0 0 4px rgba(21, 87, 255, .34);
}

.category-studio-page .pc-map-shell .pgle-personal-color-map-marker:focus-visible {
  outline: 3px solid var(--pc-blue);
  outline-offset: 3px;
}

.category-studio-page .pc-stay-locator {
  display: grid;
  gap: 10px;
  margin-top: 12px;
  border: 1px solid var(--pc-line);
  border-radius: 14px;
  background: #fff;
  padding: 14px 15px;
}

.category-studio-page .pc-stay-locator-copy strong {
  display: block;
  padding-left: 6px;
  color: #17233d;
  font-size: 14px;
  font-weight: 850;
  line-height: 1.4;
}

.category-studio-page .pc-stay-locator-field {
  display: grid;
  min-width: 0;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
}

.category-studio-page .pc-stay-locator-input {
  width: 100%;
  min-width: 0;
  height: 44px;
  border: 1px solid #dfe4ec;
  border-radius: 9px;
  background: #fff;
  padding: 0 12px;
  color: #17233d;
  font-size: 13px;
  outline: 0;
}

.category-studio-page .pc-stay-locator-input:focus {
  border-color: #7c9cff;
  box-shadow: 0 0 0 3px rgba(21, 87, 255, .1);
}

.category-studio-page .pc-stay-locator-submit {
  min-width: 126px;
  height: 44px;
  border: 0;
  border-radius: 9px;
  background: var(--pc-blue);
  padding: 0 15px;
  color: #fff;
  font-size: 12px;
  font-weight: 850;
  white-space: nowrap;
}

.category-studio-page .pc-stay-locator-status {
  margin: 0;
  color: #526078;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.45;
}

.category-studio-page .pc-stay-locator-status[hidden] {
  display: none;
}

.category-studio-page .pc-stay-locator-status.is-error {
  color: #b42318;
}

.category-studio-page .pc-stay-locator-status.is-success {
  color: #146c43;
}

.category-studio-page .pc-studio-list {
  min-width: 0;
}

.category-studio-page .pc-list-sort-row {
  display: flex;
  min-height: 28px;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 8px;
  padding: 0 2px;
}

.category-studio-page .pc-list-sort-row .pm-sort-trigger {
  min-height: 28px;
  gap: 6px;
  padding: 5px 10px;
  font-size: 11px;
}

.category-studio-page #mList {
  display: grid;
  gap: 8px;
}

.category-studio-page .pc-studio-card {
  display: grid;
  min-width: 0;
  min-height: 116px;
  grid-template-columns: 116px minmax(0, 1fr) 112px;
  gap: 10px;
  align-items: start;
  border: 1px solid var(--pc-line);
  border-radius: 12px;
  background: #fff;
  padding: 8px;
  color: inherit;
  text-decoration: none;
  transition: border-color .2s ease, transform .2s ease;
}

.category-studio-page .pc-studio-card:hover,
.category-studio-page .pc-studio-card:focus-visible {
  border-color: #aebefa;
  transform: translateY(-1px);
}

.category-studio-page .pc-studio-photo {
  height: 98px;
  min-height: 98px;
  overflow: hidden;
  border-radius: 8px;
  background: linear-gradient(135deg, #fff0f5, #f1efff);
}

.category-studio-page .pc-studio-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.category-studio-page .pc-studio-photo.is-empty {
  visibility: hidden;
}

.category-studio-page .pc-studio-info {
  min-width: 0;
  align-self: start;
}

.category-studio-page .pc-studio-name {
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  color: #101b36;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.24;
  overflow-wrap: anywhere;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.category-studio-page .pc-studio-meta {
  min-height: 0;
  margin: 3px 0 0;
  color: #4e6080;
  font-size: 11px;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.category-studio-page .pc-studio-rating {
  color: #1557ff;
  font-size: 10.5px;
  font-weight: 800;
}

.category-studio-page .pc-studio-meta-label {
  margin-right: 4px;
  color: #687a98;
  font-weight: 700;
}

.category-studio-page .pc-studio-languages-short,
.category-studio-page .pc-studio-details {
  display: none;
}

.category-studio-page .pc-studio-tags {
  display: flex;
  min-height: 18px;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 6px;
  overflow: visible;
}

.category-studio-page .pc-studio-tags--wide {
  display: none;
}

.category-studio-page .pc-studio-tag {
  min-width: 0;
  max-width: 100%;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 2px 5px;
  background: #edf7f1;
  font-size: 8.5px;
  font-weight: 750;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.category-studio-page .pc-studio-tag--mint {
  border-color: #ccebdc;
  background: #e8f7ef;
  color: #176247;
}

.category-studio-page .pc-studio-tag--pink {
  border-color: #f7d4df;
  background: #fff0f4;
  color: #a63d62;
}

.category-studio-page .pc-studio-tag--lilac {
  border-color: #ddd8f6;
  background: #f1effd;
  color: #5d5199;
}

.category-studio-page .pc-studio-side {
  align-self: stretch;
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: space-between;
  text-align: right;
}

.category-studio-page .pc-studio-price-label,
.category-studio-page .pc-studio-duration {
  display: block;
  color: #69738a;
  font-size: 10.5px;
}

.category-studio-page .pc-studio-price {
  display: block;
  overflow: hidden;
  color: #101b36;
  font-size: 13px;
  font-weight: 850;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.category-studio-page .pc-studio-fx-price {
  display: block;
  margin-top: 1px;
  color: #1557ff;
  font-size: 12.5px;
  font-weight: 750;
  line-height: 1.2;
  white-space: nowrap;
}

.category-studio-page .pc-studio-cta {
  display: flex;
  min-height: 28px;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
  border: 1px solid #9fb4fc;
  border-radius: 7px;
  background: #fff;
  color: #1557ff;
  font-size: 9px;
  font-weight: 800;
}

.category-studio-page .vendor-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin-top: 20px;
}

.category-studio-page .vendor-pagination[hidden] {
  display: none;
}

.category-studio-page .vendor-page-btn {
  min-width: 34px;
  height: 34px;
  border: 1px solid #dce2eb;
  border-radius: 9px;
  background: #fff;
  color: #35415e;
  font-weight: 800;
}

.category-studio-page .vendor-page-btn.active {
  border-color: #17233d;
  background: #17233d;
  color: #fff;
}

.category-studio-page .vendor-page-btn:disabled {
  cursor: not-allowed;
  opacity: .38;
}

.category-studio-page .pc-map-pagination {
  margin-top: 10px;
}

.category-studio-page .pc-list-view[hidden] {
  display: none;
}

.category-studio-page .pc-region-row {
  display: flex;
  gap: 8px;
  overflow-x: auto;
}

.category-studio-page .pc-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.category-studio-page .pc-empty {
  padding: 45px 20px;
  color: #667085;
  text-align: center;
}

.category-studio-page .pc-load-more {
  display: none;
}

@media (min-width: 1181px) {
  .category-studio-page .pc-map-shell {
    width: 100%;
    min-width: 0;
    min-height: 700px;
  }

  .category-studio-page .pc-studio-list {
    container: pc-studio-list / inline-size;
  }
}

@container pc-studio-list (min-width: 700px) {
  .category-studio-page .pc-studio-card {
    grid-template-columns: 112px minmax(0, 1fr) 118px;
  }
}

@media (max-width: 1180px) {
  .category-studio-page .pc-container {
    width: min(calc(100% - 28px), 1000px);
  }

  .category-studio-page .category-hero {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
    gap: 24px;
  }

  .category-studio-page .category-hero h1 {
    font-size: 42px;
  }

  .category-studio-page .pc-browser {
    grid-template-columns: 1fr;
  }

  .category-studio-page .pc-map-column {
    position: relative;
    top: auto;
  }

  .category-studio-page .pc-map-shell {
    min-height: 0;
    aspect-ratio: 16 / 10;
  }

  .category-studio-page .pc-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .category-studio-page .pc-container {
    width: calc(100% - 24px);
  }

  .category-studio-page .category-hero-wrap {
    padding: 22px 0 24px;
  }

  .category-studio-page .category-hero {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 16px;
    align-items: stretch;
  }

  .category-studio-page .category-hero-copy {
    display: contents;
  }

  .category-studio-page .category-hero-tag,
  .category-studio-page .category-hero h1,
  .category-studio-page .category-hero-lead {
    order: 1;
    align-self: center;
    text-align: center;
  }

  .category-studio-page .category-hero-tag {
    margin: 0;
  }

  .category-studio-page .category-hero h1 {
    margin: 0;
    font-size: 37px;
  }

  .category-studio-page .category-hero-lead {
    margin: 0 auto;
    font-size: 13px;
    line-height: 1.6;
  }

  .category-studio-page .category-hero-actions {
    order: 2;
    justify-content: center;
    margin-top: 6px;
  }

  .category-studio-page .category-hero-proof {
    order: 3;
    justify-content: center;
    margin-top: 0;
  }

  .category-studio-page .category-hero-visual {
    order: 4;
    height: 330px;
    min-height: 330px;
    margin-top: 4px;
    border-radius: 18px;
  }

  .category-studio-page .category-hero-visual > img {
    height: 100%;
    min-height: 0;
  }

  .category-studio-page .pc-explorer {
    padding-top: 42px;
  }

  .category-studio-page .category-finder-intro {
    margin-bottom: 18px;
    text-align: center;
  }

  .category-studio-page .category-finder-intro h2 {
    font-size: 29px;
  }

  .category-studio-page .category-finder-eyebrow {
    justify-content: center;
  }

  .category-studio-page .pc-browser {
    row-gap: 0;
  }

  .category-studio-page .pc-map-shell {
    height: clamp(220px, 63vw, 320px);
    min-height: 0;
    aspect-ratio: auto;
    border-radius: 15px;
  }

  .category-studio-page .pc-map-count {
    top: 10px;
    left: 10px;
    display: inline-flex;
    min-height: 32px;
    align-items: center;
    gap: 6px;
    border-radius: 10px;
    padding: 0 10px;
    line-height: 1;
    white-space: nowrap;
  }

  .category-studio-page .pc-map-count-desktop-icon,
  .category-studio-page .pc-map-count-prefix,
  .category-studio-page .pc-map-count-suffix {
    display: none;
  }

  .category-studio-page .pc-map-count-icon {
    display: grid;
    width: 12px;
    height: 12px;
    flex: 0 0 12px;
    grid-template-columns: repeat(2, 1fr);
    gap: 2px;
  }

  .category-studio-page .pc-map-count-icon i {
    display: block;
    border-radius: 2px;
    background: var(--pc-blue);
  }

  .category-studio-page .pc-map-count-mobile-label {
    display: block;
  }

  .category-studio-page .pc-stay-locator {
    padding: 13px;
  }

  .category-studio-page .pc-studio-list {
    padding-top: 15px;
  }

  .category-studio-page .pc-studio-card {
    min-height: 163px;
    grid-template-columns: 100px minmax(0, 1fr);
    grid-template-rows: auto auto;
    gap: 8px;
    align-items: start;
    padding: 7px;
  }

  .category-studio-page .pc-studio-photo {
    grid-column: 1;
    grid-row: 1;
    height: 100px;
    min-height: 100px;
  }

  .category-studio-page .pc-studio-info {
    grid-column: 2;
    grid-row: 1;
  }

  .category-studio-page .pc-studio-name {
    font-size: 13px;
  }

  .category-studio-page .pc-studio-area,
  .category-studio-page .pc-studio-languages {
    display: none;
  }

  .category-studio-page .pc-studio-details {
    display: grid;
    gap: 2px;
    margin: 2px 0 0;
  }

  .category-studio-page .pc-studio-detail {
    display: grid;
    grid-template-columns: 43px minmax(0, 1fr);
    gap: 5px;
  }

  .category-studio-page .pc-studio-detail-label,
  .category-studio-page .pc-studio-detail-value {
    color: #59647d;
    font-size: 9px;
    line-height: 1.25;
  }

  .category-studio-page .pc-studio-side {
    grid-column: 1 / -1;
    grid-row: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 92px;
    gap: 8px;
    align-items: center;
    border-top: 1px solid var(--pc-line);
    padding-top: 8px;
    text-align: left;
  }

  .category-studio-page .pc-studio-price-label,
  .category-studio-page .pc-studio-price,
  .category-studio-page .pc-studio-fx-price,
  .category-studio-page .pc-studio-duration {
    display: inline;
    overflow: visible;
  }

  .category-studio-page .pc-studio-price-label {
    margin-right: 3px;
    font-size: 10px;
  }

  .category-studio-page .pc-studio-price {
    font-size: 15px;
  }

  .category-studio-page .pc-studio-fx-price,
  .category-studio-page .pc-studio-duration {
    margin-top: 0;
    font-size: 10px;
  }

  .category-studio-page .pc-studio-fx-price::before,
  .category-studio-page .pc-studio-duration::before {
    color: #69738a;
    content: " · ";
    font-weight: 400;
  }

  .category-studio-page .pc-studio-cta {
    min-height: 30px;
    margin-top: 0;
  }

  .category-studio-page .pc-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
}

@media (max-width: 480px) {
  .category-studio-page .pc-stay-locator-field {
    grid-template-columns: 1fr;
  }

  .category-studio-page .pc-stay-locator-submit {
    width: 100%;
  }

  .category-studio-page .luggage-route-card {
    right: 12px;
    bottom: 12px;
    left: 12px;
    width: auto;
  }
}

@media (max-width: 360px) {
  .category-studio-page .pc-studio-card {
    grid-template-columns: 92px minmax(0, 1fr);
  }

  .category-studio-page .pc-studio-photo {
    height: 92px;
    min-height: 92px;
  }

  .category-studio-page .pc-studio-side {
    grid-template-columns: minmax(0, 1fr);
  }

  .category-studio-page .pc-studio-cta {
    min-width: 88px;
    justify-self: end;
  }
}

@media (prefers-reduced-motion: reduce) {
  .category-studio-page *,
  .category-studio-page *::before,
  .category-studio-page *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}

/* Luggage keeps its own visual, but follows the Personal Color copy rhythm. */
body.category-luggage-page .category-hero-wrap {
  padding: 34px 0 28px;
}

body.category-luggage-page .category-hero {
  grid-template-columns: minmax(0, 44fr) minmax(0, 56fr);
  gap: 48px;
}

body.category-luggage-page .category-hero-copy {
  max-width: 560px;
  padding: 18px 8px 18px 20px;
}

body.category-luggage-page .category-hero-tag {
  display: block;
  align-self: stretch;
  margin: 0 0 12px;
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
  color: var(--category-accent);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

body.category-luggage-page .category-hero-tag i {
  display: none;
}

body.category-luggage-page .category-hero h1 {
  max-width: 500px;
  margin: 0 0 14px;
  font-size: 46px;
  font-weight: 850;
  line-height: 1.07;
  letter-spacing: -.055em;
}

body.category-luggage-page .category-hero-lead {
  max-width: 500px;
  margin: 0 0 22px;
  font-size: 14px;
  line-height: 1.65;
}

body.category-luggage-page .category-hero-actions {
  margin-top: 0;
}

body.category-luggage-page .category-hero-button {
  width: min(100%, 360px);
  min-height: 50px;
  border: 0;
  padding: 13px 22px;
  font-size: 16px;
  font-weight: 400;
}

body.category-luggage-page .category-hero-proof {
  margin-top: 22px;
}

body.category-luggage-page .category-hero-proof span {
  padding: 7px 11px;
  font-size: 12px;
  font-weight: 750;
}

@media (max-width: 1180px) {
  body.category-luggage-page .category-hero {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
    gap: 22px;
  }

  body.category-luggage-page .category-hero h1 {
    font-size: 40px;
  }
}

@media (max-width: 920px) {
  body.category-luggage-page .category-hero {
    grid-template-columns: 1fr;
    gap: 0;
  }

  body.category-luggage-page .category-hero-copy {
    max-width: none;
    padding: 8px 0 0;
    text-align: center;
    align-items: center;
  }

  body.category-luggage-page .category-hero h1 {
    margin-bottom: 22px;
  }

  body.category-luggage-page .category-hero-lead {
    display: block;
    margin-bottom: 12px;
  }

  body.category-luggage-page .category-hero-proof {
    justify-content: center;
  }
}

@media (max-width: 760px) {
  body.category-luggage-page .category-hero {
    display: flex;
    min-width: 0;
    flex-direction: column;
    /* The copy itself supplies its spacing, matching the Color mobile hero. */
    gap: 0;
    align-items: stretch;
  }

  body.category-luggage-page .category-hero-copy {
    display: contents;
  }

  body.category-luggage-page .category-hero-tag,
  body.category-luggage-page .category-hero h1,
  body.category-luggage-page .category-hero-lead {
    order: 1;
    align-self: stretch;
    text-align: center;
  }

  body.category-luggage-page .category-hero-tag {
    margin: 0;
  }

  body.category-luggage-page .category-hero h1 {
    max-width: 500px !important;
    margin: 8px 0 22px;
    font-size: 37px !important;
    line-height: 1.07 !important;
  }

  body.category-luggage-page .category-hero-lead {
    margin: 0 auto 12px;
    font-size: 13px;
    line-height: 1.6;
  }

  body.category-luggage-page .category-hero-actions {
    order: 2;
    width: min(100%, 280px);
    justify-content: center;
    margin: 8px auto 10px;
  }

  body.category-luggage-page .category-hero-button {
    width: 100%;
  }

  body.category-luggage-page .category-hero-proof {
    order: 3;
    justify-content: center;
    margin: 0 auto;
  }

  body.category-luggage-page .category-hero-actions,
  body.category-luggage-page .category-hero-proof {
    display: none;
  }
}

@media (max-width: 480px) {
  body.category-luggage-page .category-hero h1 {
    font-size: 34px !important;
  }

  body.category-luggage-page .category-hero-proof span {
    font-size: 11px;
  }
}

/* Luggage hero: make the travel problem and the release from it visible first. */
body.category-luggage-page .luggage-hero-visual {
  display: block;
  height: 410px;
  min-height: 0;
  overflow: hidden;
  border: 1px solid #dfe5ee;
  border-radius: 24px;
  background: #f7fafb;
  padding: 14px;
}

body.category-luggage-page .luggage-hero-visual::after {
  content: none;
}

body.category-luggage-page .luggage-journey {
  display: grid;
  height: 100%;
  min-width: 0;
  grid-template-rows: minmax(0, 1fr) auto auto;
  gap: 10px;
}

body.category-luggage-page .luggage-journey-scenes {
  display: grid;
  min-width: 0;
  min-height: 0;
  grid-template-columns: minmax(0, 1fr) 48px minmax(0, 1fr);
}

body.category-luggage-page .luggage-journey-scene {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 16px;
  background: #dfe6ec;
}

body.category-luggage-page .luggage-journey-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.category-luggage-page .luggage-journey-scene--before .luggage-journey-image {
  object-position: left center;
}

body.category-luggage-page .luggage-journey-scene--after .luggage-journey-image {
  object-position: right center;
}

body.category-luggage-page .luggage-journey-scene::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 48%, rgba(12, 27, 44, .52));
  content: "";
  pointer-events: none;
}

body.category-luggage-page .luggage-journey-scene figcaption {
  position: absolute;
  z-index: 1;
  right: 10px;
  bottom: 10px;
  left: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

body.category-luggage-page .luggage-scene-state,
body.category-luggage-page .luggage-scene-detail {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  border-radius: 999px;
  padding: 5px 8px;
  font-size: 9px;
  font-weight: 850;
  line-height: 1.15;
  letter-spacing: .01em;
}

body.category-luggage-page .luggage-scene-state {
  background: rgba(255, 255, 255, .96);
  color: #344766;
}

body.category-luggage-page .luggage-scene-detail {
  background: rgba(18, 38, 62, .88);
  color: #fff;
}

body.category-luggage-page .luggage-journey-transfer {
  position: relative;
  z-index: 2;
  align-self: center;
  justify-self: center;
  display: grid;
  width: 48px;
  height: 78px;
  place-items: center;
  gap: 3px;
  border: 2px solid #fff;
  border-radius: 15px;
  background: #344766;
  box-shadow: 0 8px 20px rgba(27, 49, 77, .18);
  color: #fff;
  font-size: 9px;
  font-weight: 850;
  line-height: 1.15;
  text-align: center;
}

body.category-luggage-page .luggage-journey-transfer i {
  font-size: 16px;
  font-style: normal;
  line-height: 1;
}

body.category-luggage-page .luggage-journey-timeline {
  display: grid;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
  list-style: none;
}

body.category-luggage-page .luggage-journey-timeline li {
  display: grid;
  min-height: 52px;
  place-items: center;
  border: 1px solid #e2e8ef;
  border-radius: 10px;
  background: #fff;
  padding: 8px;
  color: #56647b;
  font-size: 10px;
  font-weight: 750;
  line-height: 1.25;
  text-align: center;
}

body.category-luggage-page .luggage-journey-timeline li.is-storage {
  border-color: #9cadc3;
  background: #eef3f8;
  color: #344766;
}

body.category-luggage-page .luggage-journey-compare {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 0;
  color: #69778c;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
}

body.category-luggage-page .luggage-journey-compare b {
  color: #344766;
  font-weight: 850;
}

body.category-luggage-page .luggage-journey-compare b::before {
  margin-right: 6px;
  color: #9cadc3;
  content: "•";
}

@media (max-width: 760px) {
  body.category-luggage-page .luggage-hero-visual {
    height: 350px;
    min-height: 350px;
    margin-top: 4px;
    border-radius: 18px;
    padding: 10px;
  }

  body.category-luggage-page .luggage-journey {
    gap: 8px;
  }

  body.category-luggage-page .luggage-journey-scenes {
    grid-template-columns: minmax(0, 1fr) 34px minmax(0, 1fr);
  }

  body.category-luggage-page .luggage-journey-scene {
    border-radius: 12px;
  }

  body.category-luggage-page .luggage-journey-scene figcaption {
    right: 7px;
    bottom: 7px;
    left: 7px;
    gap: 4px;
  }

  body.category-luggage-page .luggage-scene-state,
  body.category-luggage-page .luggage-scene-detail {
    padding: 4px 6px;
    font-size: 8px;
  }

  body.category-luggage-page .luggage-journey-transfer {
    width: 34px;
    height: 62px;
    border-radius: 11px;
    font-size: 7.5px;
  }

  body.category-luggage-page .luggage-journey-transfer i {
    font-size: 13px;
  }

  body.category-luggage-page .luggage-journey-timeline {
    gap: 4px;
  }

  body.category-luggage-page .luggage-journey-timeline li {
    min-height: 44px;
    border-radius: 8px;
    padding: 5px 3px;
    font-size: 8px;
  }

  body.category-luggage-page .luggage-journey-compare {
    gap: 5px;
    font-size: 9px;
  }

  body.category-luggage-page .luggage-journey-compare b::before {
    margin-right: 5px;
  }
}

@media (max-width: 380px) {
  body.category-luggage-page .luggage-hero-visual {
    height: 332px;
    min-height: 332px;
  }

  body.category-luggage-page .luggage-journey-scenes {
    grid-template-columns: minmax(0, 1fr) 30px minmax(0, 1fr);
  }

  body.category-luggage-page .luggage-scene-detail {
    display: none;
  }

  body.category-luggage-page .luggage-journey-transfer {
    width: 30px;
  }

  body.category-luggage-page .luggage-journey-timeline li {
    font-size: 7.5px;
  }
}

/* Luggage hero: a real four-step travel flow instead of a static before/after card. */
body.category-luggage-page .luggage-hero-visual {
  height: 410px;
  padding: 14px;
}

body.category-luggage-page .luggage-journey {
  grid-template-rows: minmax(0, 1fr) auto;
  gap: 10px;
}

body.category-luggage-page .luggage-journey-stage {
  position: relative;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  border: 1px solid #dce5ed;
  border-radius: 16px;
  background: #f5f8fb;
  transition: opacity 160ms ease;
}

body.category-luggage-page .luggage-journey-stage.is-transitioning {
  opacity: .54;
}

body.category-luggage-page .luggage-stage-visual {
  position: relative;
  display: grid;
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  margin: 0;
}

body.category-luggage-page .luggage-stage-visual[hidden] {
  display: none;
}

body.category-luggage-page .luggage-stage-visual--photo {
  overflow: hidden;
  background: #dfe6ec;
}

body.category-luggage-page .luggage-stage-visual--photo .luggage-journey-image {
  object-position: center 58%;
}

body.category-luggage-page .luggage-stage-visual--photo::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(11, 26, 44, .7));
  content: "";
  pointer-events: none;
}

body.category-luggage-page .luggage-stage-caption {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  gap: 3px;
  padding: 17px 18px 15px;
  color: #fff;
}

body.category-luggage-page .luggage-stage-eyebrow {
  color: inherit;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .09em;
  line-height: 1.2;
  text-transform: uppercase;
}

body.category-luggage-page .luggage-stage-caption strong,
body.category-luggage-page .luggage-stage-copy strong {
  color: inherit;
  font-size: 20px;
  font-weight: 850;
  letter-spacing: -.035em;
  line-height: 1.08;
}

body.category-luggage-page .luggage-stage-caption p,
body.category-luggage-page .luggage-stage-copy p {
  margin: 0;
  color: inherit;
  font-size: 11px;
  font-weight: 650;
  line-height: 1.38;
}

body.category-luggage-page .luggage-stage-visual--store,
body.category-luggage-page .luggage-stage-visual--check-in {
  grid-template-columns: minmax(0, 1fr) minmax(148px, .7fr);
  gap: 20px;
  align-items: stretch;
  padding: 23px 24px;
  background: linear-gradient(135deg, #f8fbff 0%, #eef4f9 100%);
  color: #10243d;
}

body.category-luggage-page .luggage-stage-visual--check-in {
  background: linear-gradient(135deg, #fbfcfe 0%, #edf3fa 100%);
}

body.category-luggage-page .luggage-stage-copy {
  display: grid;
  align-content: center;
  gap: 7px;
  min-width: 0;
}

body.category-luggage-page .luggage-stage-copy .luggage-stage-eyebrow {
  color: #526b8c;
}

body.category-luggage-page .luggage-stage-criteria {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 3px;
}

body.category-luggage-page .luggage-stage-criteria span,
body.category-luggage-page .luggage-stage-criteria b {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 5px 7px;
  font-size: 9px;
  font-weight: 800;
  line-height: 1.15;
}

body.category-luggage-page .luggage-stage-criteria span {
  padding-left: 0;
  color: #61718a;
}

body.category-luggage-page .luggage-stage-criteria b {
  background: #fff;
  color: #324d71;
  box-shadow: inset 0 0 0 1px #d5e0ec;
}

body.category-luggage-page .luggage-stage-caption .luggage-stage-criteria span {
  color: rgba(255, 255, 255, .8);
}

body.category-luggage-page .luggage-stage-caption .luggage-stage-criteria b {
  background: rgba(255, 255, 255, .94);
  color: #243a5a;
  box-shadow: none;
}

body.category-luggage-page .luggage-store-preview,
body.category-luggage-page .luggage-check-in-preview {
  position: relative;
  min-height: 0;
  overflow: hidden;
  border: 1px solid #d9e4ef;
  border-radius: 15px;
  background: #fff;
}

body.category-luggage-page .luggage-store-preview::before,
body.category-luggage-page .luggage-store-preview::after {
  position: absolute;
  border-radius: 999px;
  background: #d7e2ef;
  content: "";
}

body.category-luggage-page .luggage-store-preview::before {
  top: 19%;
  right: -6%;
  left: -8%;
  height: 16%;
  transform: rotate(-22deg);
}

body.category-luggage-page .luggage-store-preview::after {
  right: -5%;
  bottom: 20%;
  left: -6%;
  height: 12%;
  transform: rotate(26deg);
}

body.category-luggage-page .luggage-store-route {
  position: absolute;
  z-index: 1;
  top: 25%;
  right: 20%;
  bottom: 24%;
  left: 22%;
  border: 2px dashed #85a0c1;
  border-radius: 999px;
  transform: rotate(-18deg);
}

body.category-luggage-page .luggage-store-pin {
  position: absolute;
  z-index: 2;
  display: block;
  width: 18px;
  height: 18px;
  border: 4px solid #fff;
  border-radius: 50%;
  background: #2d63d8;
  box-shadow: 0 3px 10px rgba(29, 73, 141, .22);
}

body.category-luggage-page .luggage-store-pin--near {
  top: 23%;
  left: 21%;
}

body.category-luggage-page .luggage-store-pin--storage {
  right: 19%;
  bottom: 22%;
  background: #344766;
}

body.category-luggage-page .luggage-store-bag,
body.category-luggage-page .luggage-check-in-bag {
  position: absolute;
  z-index: 3;
  width: 36px;
  height: 40px;
  border: 3px solid #344766;
  border-radius: 8px;
  background: #fff;
}

body.category-luggage-page .luggage-store-bag {
  right: 20%;
  bottom: 20%;
}

body.category-luggage-page .luggage-store-bag::before,
body.category-luggage-page .luggage-check-in-bag::before {
  position: absolute;
  top: -10px;
  left: 8px;
  width: 14px;
  height: 10px;
  border: 3px solid #344766;
  border-bottom: 0;
  border-radius: 7px 7px 0 0;
  content: "";
}

body.category-luggage-page .luggage-check-in-preview {
  background: radial-gradient(circle at 50% 42%, #fff 0 22%, transparent 22.5%), linear-gradient(135deg, #e9f0f8, #fdfefe);
}

body.category-luggage-page .luggage-clock-face {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90px;
  height: 90px;
  border: 5px solid #5477a5;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

body.category-luggage-page .luggage-clock-face::before,
body.category-luggage-page .luggage-clock-face::after {
  position: absolute;
  bottom: 50%;
  left: 50%;
  width: 3px;
  border-radius: 99px;
  background: #5477a5;
  content: "";
  transform-origin: bottom;
}

body.category-luggage-page .luggage-clock-face::before {
  height: 27px;
  transform: rotate(22deg);
}

body.category-luggage-page .luggage-clock-face::after {
  height: 20px;
  transform: rotate(116deg);
}

body.category-luggage-page .luggage-check-in-bag {
  right: 12%;
  bottom: 14%;
  width: 28px;
  height: 31px;
  border-color: #2d63d8;
  box-shadow: 0 4px 12px rgba(45, 99, 216, .16);
}

body.category-luggage-page .luggage-check-in-bag::before {
  left: 5px;
  border-color: #2d63d8;
}

body.category-luggage-page .luggage-journey-tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
}

body.category-luggage-page .luggage-journey-tabs button {
  min-width: 0;
  min-height: 52px;
  border: 1px solid #dce5ed;
  border-radius: 10px;
  background: #fff;
  padding: 8px 6px;
  color: #5a6b82;
  cursor: pointer;
  font: inherit;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  transition: border-color 140ms ease, background-color 140ms ease, color 140ms ease, transform 140ms ease;
}

body.category-luggage-page .luggage-journey-tabs button:hover {
  border-color: #9aafc8;
  color: #344766;
}

body.category-luggage-page .luggage-journey-tabs button:focus-visible {
  outline: 3px solid rgba(45, 99, 216, .26);
  outline-offset: 2px;
}

body.category-luggage-page .luggage-journey-tabs button[aria-selected="true"] {
  border-color: #344766;
  background: #344766;
  color: #fff;
}

@media (max-width: 760px) {
  body.category-luggage-page .luggage-hero-visual {
    height: 330px;
    min-height: 330px;
    padding: 10px;
  }

  body.category-luggage-page .luggage-journey {
    gap: 8px;
  }

  body.category-luggage-page .luggage-journey-stage {
    border-radius: 12px;
  }

  body.category-luggage-page .luggage-stage-caption {
    padding: 13px 13px 12px;
  }

  body.category-luggage-page .luggage-stage-eyebrow {
    font-size: 8px;
  }

  body.category-luggage-page .luggage-stage-caption strong,
  body.category-luggage-page .luggage-stage-copy strong {
    font-size: 16px;
  }

  body.category-luggage-page .luggage-stage-caption p,
  body.category-luggage-page .luggage-stage-copy p {
    font-size: 9px;
  }

  body.category-luggage-page .luggage-stage-visual--store,
  body.category-luggage-page .luggage-stage-visual--check-in {
    grid-template-columns: minmax(0, 1fr) 90px;
    gap: 10px;
    padding: 16px;
  }

  body.category-luggage-page .luggage-stage-criteria {
    gap: 3px;
  }

  body.category-luggage-page .luggage-stage-criteria span,
  body.category-luggage-page .luggage-stage-criteria b {
    padding: 4px 5px;
    font-size: 7.5px;
  }

  body.category-luggage-page .luggage-stage-criteria span {
    display: none;
  }

  body.category-luggage-page .luggage-clock-face {
    width: 62px;
    height: 62px;
    border-width: 4px;
  }

  body.category-luggage-page .luggage-clock-face::before {
    height: 18px;
  }

  body.category-luggage-page .luggage-clock-face::after {
    height: 14px;
  }

  body.category-luggage-page .luggage-journey-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px;
  }

  body.category-luggage-page .luggage-journey-tabs button {
    min-height: 34px;
    border-radius: 8px;
    padding: 5px 4px;
    font-size: 9.5px;
  }
}

@media (max-width: 380px) {
  body.category-luggage-page .luggage-hero-visual {
    height: 320px;
    min-height: 320px;
  }

  body.category-luggage-page .luggage-stage-caption p {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.category-luggage-page .luggage-journey-stage,
  body.category-luggage-page .luggage-journey-tabs button {
    transition: none;
  }
}

/* Luggage: the map/list ends with practical comparison and visit guidance. */
body.category-luggage-page .luggage-conversion-lower {
  --luggage-ink: #17233d;
  --luggage-muted: #64748b;
  --luggage-line: #dfe5ee;
  --luggage-primary: #2457f5;
  --luggage-primary-soft: #edf2ff;
  width: min(100%, 860px);
  margin: 30px auto 4px;
  overflow: hidden;
  border: 1px solid var(--luggage-line);
  border-radius: 20px;
  background: #fff;
  color: var(--luggage-ink);
}

body.category-luggage-page .luggage-confidence {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
  padding: 22px;
  border-bottom: 1px solid var(--luggage-line);
  background: #f3f7ff;
}

body.category-luggage-page .luggage-confidence__intro {
  min-width: 0;
}

body.category-luggage-page .luggage-confidence__eyebrow {
  margin: 0 0 6px;
  color: var(--luggage-primary);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .08em;
  line-height: 1.3;
  text-transform: uppercase;
}

body.category-luggage-page .luggage-confidence__heading,
body.category-luggage-page .luggage-review__heading,
body.category-luggage-page .luggage-storage-process__heading {
  margin: 0;
  color: var(--luggage-ink);
  font-size: 23px;
  font-weight: 760;
  letter-spacing: -.025em;
  line-height: 1.24;
}

body.category-luggage-page .luggage-confidence__facts {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.category-luggage-page .luggage-confidence__item {
  min-width: 0;
  padding: 13px 0;
  border-top: 1px solid var(--luggage-line);
}

body.category-luggage-page .luggage-confidence__item:last-child {
  padding-bottom: 0;
}

body.category-luggage-page .luggage-confidence__label {
  display: block;
  color: var(--luggage-primary);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .07em;
  line-height: 1.3;
  text-transform: uppercase;
}

body.category-luggage-page .luggage-confidence__question {
  margin: 4px 0 0;
  color: var(--luggage-ink);
  font-size: 14px;
  font-weight: 750;
  line-height: 1.35;
}

body.category-luggage-page .luggage-confidence__answer,
body.category-luggage-page .luggage-review__item dd,
body.category-luggage-page .luggage-storage-process__description {
  margin: 4px 0 0;
  color: var(--luggage-muted);
  font-size: 13px;
  line-height: 1.5;
}

body.category-luggage-page .luggage-review-section {
  padding: 0 22px;
  background: #fff;
}

body.category-luggage-page .luggage-review {
  border-bottom: 1px solid var(--luggage-line);
}

body.category-luggage-page .luggage-review__summary {
  display: grid;
  min-height: 44px;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 24px 0 22px;
  cursor: pointer;
  list-style: none;
}

body.category-luggage-page .luggage-review__summary::-webkit-details-marker {
  display: none;
}

body.category-luggage-page .luggage-review__summary:focus-visible,
body.category-luggage-page .luggage-closing-actions__primary:focus-visible,
body.category-luggage-page .luggage-closing-actions__support-link:focus-visible {
  outline: 3px solid rgba(36, 87, 245, .45);
  outline-offset: 3px;
}

body.category-luggage-page .luggage-review__summary-copy {
  display: block;
  min-width: 0;
}

body.category-luggage-page .luggage-review__heading,
body.category-luggage-page .luggage-review__intro {
  display: block;
}

body.category-luggage-page .luggage-review__intro {
  margin-top: 7px;
  color: var(--luggage-muted);
  font-size: 14px;
  line-height: 1.5;
}

body.category-luggage-page .luggage-review__chevron {
  width: 11px;
  height: 11px;
  margin-right: 3px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform .18s ease;
}

body.category-luggage-page .luggage-review[open] .luggage-review__chevron {
  transform: rotate(225deg);
}

body.category-luggage-page .luggage-review__list {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--luggage-line);
}

body.category-luggage-page .luggage-review__item {
  padding: 16px 0 17px;
  border-bottom: 1px solid var(--luggage-line);
}

body.category-luggage-page .luggage-review__item:last-child {
  border-bottom: 0;
}

body.category-luggage-page .luggage-review__item dt {
  color: var(--luggage-ink);
  font-size: 14px;
  font-weight: 750;
  line-height: 1.35;
}

body.category-luggage-page .luggage-storage-process {
  padding: 24px 22px 28px;
  border-top: 1px solid var(--luggage-line);
  background: #fff;
}

body.category-luggage-page .luggage-storage-process__steps {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

body.category-luggage-page .luggage-storage-process__step {
  position: relative;
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 14px;
}

body.category-luggage-page .luggage-storage-process__step:not(:last-child) {
  padding-bottom: 24px;
}

body.category-luggage-page .luggage-storage-process__step:not(:last-child)::after {
  position: absolute;
  top: 32px;
  bottom: 4px;
  left: 13px;
  width: 1px;
  background: var(--luggage-line);
  content: "";
}

body.category-luggage-page .luggage-storage-process__number {
  position: relative;
  z-index: 1;
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border: 1px solid #cbd6fd;
  border-radius: 50%;
  background: var(--luggage-primary-soft);
  color: var(--luggage-primary);
  font-size: 11px;
  font-variant-numeric: tabular-nums;
  font-weight: 800;
  line-height: 1;
}

body.category-luggage-page .luggage-storage-process__content {
  min-width: 0;
  padding-top: 2px;
}

body.category-luggage-page .luggage-storage-process__title {
  margin: 0;
  color: var(--luggage-ink);
  font-size: 15px;
  font-weight: 750;
  line-height: 1.4;
}

body.category-luggage-page .luggage-closing-actions {
  display: grid;
  gap: 6px;
  padding: 20px 22px;
  border-top: 1px solid var(--luggage-line);
  background: #fff;
  text-align: center;
}

body.category-luggage-page .luggage-closing-actions__primary {
  display: inline-flex;
  width: 100%;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--pc-blue);
  border-radius: 12px;
  padding: 0 18px;
  background: var(--pc-blue);
  color: #fff;
  font-size: 14px;
  font-weight: 750;
  text-decoration: none;
}

body.category-luggage-page .luggage-closing-actions__primary:hover,
body.category-luggage-page .luggage-closing-actions__primary:active {
  border-color: var(--pc-blue-hover);
  background: var(--pc-blue-hover);
}

body.category-luggage-page .luggage-closing-actions__primary:focus-visible {
  outline-color: var(--pc-blue-ring);
}

body.category-luggage-page .luggage-closing-actions__support {
  display: flex;
  min-height: 28px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: var(--luggage-muted);
  font-size: 13px;
  line-height: 1.45;
}

body.category-luggage-page .luggage-closing-actions__support-link {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  gap: 5px;
  border-radius: 8px;
  padding: 0 5px;
  color: var(--luggage-primary);
  font-weight: 750;
  text-decoration: none;
}

body.category-luggage-page .luggage-closing-actions__support-link:hover,
body.category-luggage-page .luggage-closing-actions__support-link:active {
  text-decoration: underline;
  text-underline-offset: 3px;
}

body.category-luggage-page .luggage-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

@media (min-width: 761px) and (max-width: 1180px) {
  body.category-luggage-page .luggage-confidence {
    grid-template-columns: minmax(210px, .62fr) minmax(0, 1.38fr);
    gap: 24px;
  }

  body.category-luggage-page .luggage-confidence__facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 24px;
  }
}

@media (max-width: 760px) {
  body.category-luggage-page .luggage-conversion-lower {
    margin-top: 24px;
    margin-bottom: 4px;
    border-radius: 16px;
  }

  body.category-luggage-page .luggage-confidence,
  body.category-luggage-page .luggage-review-section,
  body.category-luggage-page .luggage-storage-process,
  body.category-luggage-page .luggage-closing-actions {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (min-width: 1181px) {
  body.category-luggage-page .luggage-conversion-lower {
    display: grid;
    width: 100%;
    grid-template-columns: minmax(410px, .92fr) minmax(620px, 1.08fr);
    gap: 22px;
    margin: 22px 0 4px;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  body.category-luggage-page .luggage-confidence {
    display: block;
    grid-column: 1 / -1;
    padding: 24px 28px 26px;
    border: 1px solid var(--luggage-line);
    border-radius: 18px;
  }

  body.category-luggage-page .luggage-confidence__intro {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--luggage-line);
  }

  body.category-luggage-page .luggage-confidence__facts {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
  }

  body.category-luggage-page .luggage-confidence__item {
    padding: 0;
    border: 0;
  }

  body.category-luggage-page .luggage-review-section,
  body.category-luggage-page .luggage-storage-process {
    height: 100%;
    border: 1px solid var(--luggage-line);
    border-radius: 18px;
    background: #fff;
  }

  body.category-luggage-page .luggage-review-section {
    grid-column: 1;
    padding: 0 28px 28px;
  }

  body.category-luggage-page .luggage-storage-process {
    grid-column: 2;
    padding: 28px 28px 32px;
    border-top: 1px solid var(--luggage-line);
  }

  body.category-luggage-page .luggage-closing-actions {
    grid-column: 1 / -1;
    padding: 20px 28px;
    border: 1px solid var(--luggage-line);
    border-radius: 18px;
  }

  body.category-luggage-page .luggage-review__summary {
    cursor: default;
  }

  body.category-luggage-page .luggage-review__chevron {
    display: none;
  }
}
