.catalog-page {
  background: #f3f7f4;
}

/* Verified states, neutral logo fallbacks and company profiles */
.directory-company-visual-empty {
  display: grid;
  place-items: center;
  color: var(--white);
}

.directory-company-visual-empty svg {
  width: 70px;
  height: 70px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.45;
}

.directory-partner-badge.is-directory {
  background: rgba(7, 54, 90, 0.88);
}

.directory-offer-logo.is-placeholder,
.offer-detail-logo.is-placeholder {
  color: var(--category-color, var(--navy));
  background: color-mix(in srgb, var(--category-color, var(--navy)) 9%, white);
}

.directory-offer-logo.is-placeholder svg,
.offer-detail-logo.is-placeholder svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.offer-verification {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 7px;
  margin-top: 14px;
  padding: 6px 9px;
  color: #5d4a08;
  background: #fff7d8;
  border: 1px solid #e7d47d;
  border-radius: 999px;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.25;
}

.offer-verification::before {
  width: 7px;
  height: 7px;
  background: #b18b00;
  border-radius: 50%;
  content: "";
}

.offer-verification.is-verified {
  color: #1d6426;
  background: #edf8ee;
  border-color: #acd9b0;
}

.offer-verification.is-verified::before {
  background: #2f8435;
}

.offer-status-note {
  display: grid;
  max-width: 720px;
  gap: 3px;
  margin: 0 0 22px;
  padding: 13px 15px;
  color: #5d4a08;
  background: #fff7d8;
  border: 1px solid #e7d47d;
  border-radius: 11px;
  font-size: 0.86rem;
}

.offer-status-note.is-verified {
  color: #1d6426;
  background: #edf8ee;
  border-color: #acd9b0;
}

.active-location-note {
  display: inline-flex;
  max-width: 100%;
  align-items: center;
  gap: 8px;
  margin: 0 0 18px;
  padding: 8px 11px;
  color: var(--navy);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.profile-status-label {
  display: inline-flex;
  margin: 0 0 8px 7px;
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 800;
}

.availability-pill.pending {
  color: var(--navy);
  background: #eef3f6;
  border-color: #d7e1e7;
}

.company-profile-hero {
  padding-block: 42px 70px;
  background:
    radial-gradient(circle at 88% 15%, color-mix(in srgb, var(--category-color) 20%, transparent), transparent 28%),
    linear-gradient(145deg, #fbfdfc, #eaf3ed);
}

.company-profile-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(460px, 1.1fr);
  align-items: stretch;
  gap: clamp(34px, 6vw, 78px);
}

.company-profile-copy {
  min-width: 0;
  align-self: center;
}

.company-profile-copy h1 {
  max-width: 790px;
  font-size: clamp(2.9rem, 5.4vw, 5.35rem);
  hyphens: manual;
  overflow-wrap: normal;
  word-break: normal;
}

.company-profile-copy > p:not(.eyebrow) {
  max-width: 680px;
  color: var(--muted);
  font-size: 1.05rem;
}

.company-profile-logo,
.company-profile-symbol {
  display: grid;
  width: 158px;
  height: 94px;
  place-items: center;
  margin-bottom: 25px;
  padding: 12px;
  color: var(--category-color, var(--navy));
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}

.company-profile-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.company-profile-logo.is-wide {
  width: 212px;
  height: 88px;
  padding: 10px 14px;
}

.company-profile-symbol svg {
  width: 48px;
  height: 48px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.company-profile-media {
  min-width: 0;
  min-height: 500px;
  margin: 0;
  overflow: hidden;
  background: var(--navy);
  border-radius: 24px;
  box-shadow: var(--shadow);
}

.company-profile-media > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.company-profile-media-placeholder {
  display: grid;
  width: 100%;
  height: 100%;
  min-height: 500px;
  place-content: center;
  justify-items: center;
  gap: 22px;
  padding: 42px;
  color: rgba(255, 255, 255, 0.88);
  background:
    radial-gradient(circle at 72% 18%, color-mix(in srgb, var(--category-color) 62%, transparent), transparent 28%),
    linear-gradient(145deg, var(--navy), #0b5f82);
  text-align: center;
}

.company-profile-media-placeholder svg {
  width: 110px;
  height: 110px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.15;
}

.company-profile-media-placeholder span {
  max-width: 330px;
  font-size: 0.75rem;
  font-weight: 700;
}

.company-profile-body {
  background: var(--white);
}

.company-profile-status {
  display: grid;
  gap: 4px;
  margin-bottom: 54px;
  padding: 18px 20px;
  color: var(--navy);
  background: #eef3f6;
  border-left: 5px solid var(--navy);
  border-radius: 0 12px 12px 0;
}

.company-profile-status.is-partner {
  background: #edf8ee;
  border-color: var(--green-dark);
}

.company-profile-status p {
  margin: 0;
  color: var(--muted);
}

.company-profile-gallery,
.offer-detail-gallery {
  background: #f3f7f4;
}

.company-profile-gallery .inner-heading,
.offer-detail-gallery .inner-heading {
  max-width: 850px;
  margin-bottom: 30px;
}

.company-profile-gallery-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
  grid-template-rows: repeat(2, minmax(230px, 1fr));
  gap: 14px;
}

.company-profile-gallery-grid figure {
  position: relative;
  min-width: 0;
  min-height: 230px;
  margin: 0;
  overflow: hidden;
  background: var(--white);
  border: 1px solid rgba(7, 54, 90, 0.08);
  border-radius: 18px;
  box-shadow: 0 8px 24px rgba(7, 54, 90, 0.05);
}

.company-profile-gallery-grid figure:first-child {
  grid-row: 1 / 3;
  min-height: 500px;
}

.company-profile-gallery-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 420ms ease;
}

.company-profile-gallery-grid figure:hover img {
  transform: scale(1.025);
}

.company-profile-gallery-grid figure.is-contain img {
  padding: 14px;
  object-fit: contain;
  background: var(--white);
}

.company-profile-gallery-grid figcaption {
  position: absolute;
  z-index: 1;
  right: 12px;
  bottom: 12px;
  left: 12px;
  padding: 10px 12px;
  color: var(--white);
  background: rgba(7, 54, 90, 0.86);
  border-radius: 10px;
  font-size: 0.75rem;
  font-weight: 800;
  backdrop-filter: blur(8px);
}

.company-profession-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 13px;
}

.company-profession-grid a {
  display: grid;
  min-width: 0;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  grid-template-rows: auto auto;
  align-items: center;
  gap: 3px 13px;
  padding: 17px;
  background: #f7faf8;
  border: 1px solid var(--line);
  border-radius: 14px;
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.company-profession-grid a:hover {
  border-color: var(--category-color);
  box-shadow: var(--shadow-soft);
  transform: translateY(-2px);
}

.company-profession-grid a > span {
  display: grid;
  grid-row: 1 / 3;
  width: 48px;
  height: 48px;
  place-items: center;
  color: var(--white);
  background: var(--category-color);
  border-radius: 11px;
}

.company-profession-grid svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.company-profession-grid strong {
  min-width: 0;
  color: var(--navy);
  hyphens: manual;
  overflow-wrap: anywhere;
}

.company-profession-grid small {
  color: var(--muted);
  font-size: 0.75rem;
}

.company-profession-grid i {
  grid-column: 3;
  grid-row: 1 / 3;
  color: var(--green-dark);
  font-style: normal;
  font-weight: 900;
}

@media (max-width: 980px) {
  .company-profile-hero-grid {
    grid-template-columns: 1fr;
  }

  .company-profile-media,
  .company-profile-media-placeholder {
    min-height: 420px;
  }

  .company-profession-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 740px) {
  .company-profile-hero {
    padding-block: 28px 45px;
  }

  .company-profile-hero-grid,
  .company-profession-grid {
    grid-template-columns: 1fr;
  }

  .company-profile-copy h1 {
    font-size: clamp(2.45rem, 12vw, 3.7rem);
  }

  .company-profile-media,
  .company-profile-media-placeholder {
    min-height: 0;
    aspect-ratio: 4 / 3;
    border-radius: 17px;
  }

  .company-profile-media-placeholder span {
    font-size: 0.78rem;
  }

  .company-profile-gallery-grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .company-profile-gallery-grid figure,
  .company-profile-gallery-grid figure:first-child {
    grid-row: auto;
    min-height: 300px;
  }

  .company-profile-gallery-grid figure:first-child {
    min-height: 440px;
  }
}

.catalog-page main {
  min-height: 70vh;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.catalog-empty-wide {
  grid-column: 1 / -1;
}

.catalog-quiz-button {
  min-height: 52px;
  justify-content: center;
}

.center-buttons {
  justify-content: center;
}

.catalog-intro {
  padding-block: 44px 34px;
  background:
    radial-gradient(circle at 86% 18%, rgba(239, 39, 124, 0.11), transparent 24%),
    linear-gradient(145deg, #fbfdfc, #edf5f0);
  border-bottom: 1px solid #dfe9e2;
}

.catalog-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 38px;
}

.catalog-intro h1 {
  max-width: 820px;
  margin-bottom: 13px;
  font-size: clamp(2.55rem, 5vw, 4.8rem);
}

.catalog-intro-copy {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
}

.catalog-intro-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.catalog-workspace {
  padding-block: 34px clamp(78px, 8vw, 112px);
}

.catalog-mobile-filter-toggle {
  display: none;
}

.catalog-toolbar {
  position: relative;
  z-index: 8;
  margin-bottom: 28px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid var(--line);
  border-radius: 17px;
  box-shadow: 0 14px 36px rgba(7, 54, 90, 0.08);
}

.catalog-toolbar-primary {
  display: grid;
  grid-template-columns: minmax(250px, 1.2fr) minmax(220px, 0.8fr);
  gap: 14px;
}

.catalog-search,
.catalog-select-wrap {
  display: grid;
  gap: 7px;
}

.catalog-search > span,
.catalog-select-wrap > span,
.filter-label {
  color: var(--navy);
  font-size: 0.75rem;
  font-weight: 800;
}

.catalog-search-shell {
  display: flex;
  min-height: 52px;
  align-items: center;
  gap: 10px;
  padding-inline: 14px;
  background: #f8faf9;
  border: 1px solid #d8e4dc;
  border-radius: 10px;
}

.catalog-search-shell:focus-within {
  border-color: var(--green);
  box-shadow: 0 0 0 3px rgba(73, 169, 66, 0.12);
}

.catalog-search-shell svg {
  width: 21px;
  flex: 0 0 auto;
  fill: none;
  stroke: var(--navy);
  stroke-width: 2;
}

.catalog-search-shell input,
.catalog-select {
  width: 100%;
  min-width: 0;
  min-height: 50px;
  color: var(--navy);
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 0.88rem;
  font-weight: 600;
}

.catalog-select {
  padding: 0 13px;
  background: #f8faf9;
  border: 1px solid #d8e4dc;
  border-radius: 10px;
}

.filter-block {
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.filter-block > .filter-label {
  display: block;
  margin-bottom: 10px;
}

.category-chips,
.type-chips,
.location-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.category-chip,
.type-chip,
.location-chip {
  display: inline-flex;
  min-height: 41px;
  align-items: center;
  gap: 7px;
  padding: 9px 13px;
  color: var(--navy);
  background: #f7faf8;
  border: 1px solid #d9e4dd;
  border-radius: 999px;
  cursor: pointer;
  font-size: 0.75rem;
  font-weight: 800;
  transition: color 150ms ease, background 150ms ease, border-color 150ms ease, transform 150ms ease;
}

.category-chip:hover,
.type-chip:hover,
.location-chip:hover {
  border-color: var(--green);
  transform: translateY(-1px);
}

.category-chip.active,
.type-chip.active,
.location-chip.active {
  color: var(--white);
  background: var(--navy);
  border-color: var(--navy);
}

.category-chip.active {
  background: var(--green);
  border-color: var(--green);
}

.category-chip small {
  display: grid;
  min-width: 22px;
  height: 22px;
  place-items: center;
  padding-inline: 5px;
  color: var(--muted);
  background: var(--white);
  border-radius: 999px;
  font-size: 0.67rem;
  font-weight: 900;
}

.category-chip.active small {
  color: var(--green-dark);
}

.category-chip-icon {
  display: grid;
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  place-items: center;
}

.category-chip-icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.type-chip.active {
  background: var(--pink);
  border-color: var(--pink);
}

.location-chip span {
  font-size: 0.75rem;
  line-height: 1;
}

.location-filter-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 11px;
}

.location-filter-head > div {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.location-filter-head strong {
  color: var(--navy);
  font-size: 0.75rem;
}

.location-filter-head span {
  color: var(--muted);
  font-size: 0.75rem;
}

.location-clear {
  padding: 5px 0;
  color: var(--green-dark);
  background: transparent;
  border: 0;
  cursor: pointer;
  font-size: 0.75rem;
  font-weight: 800;
}

.catalog-results-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 18px;
}

.catalog-results-head p {
  margin: 0;
  color: var(--muted);
  font-size: 0.84rem;
}

.catalog-results-head strong {
  color: var(--navy);
}

.catalog-sort-note {
  color: var(--muted);
  font-size: 0.75rem;
}

.profession-catalog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.profession-result-card {
  display: flex;
  min-height: 292px;
  flex-direction: column;
  padding: 24px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 15px;
  box-shadow: 0 7px 20px rgba(7, 54, 90, 0.04);
  transition: transform 170ms ease, box-shadow 170ms ease, border-color 170ms ease;
}

.profession-result-card:hover {
  border-color: rgba(73, 169, 66, 0.5);
  box-shadow: var(--shadow-soft);
  transform: translateY(-4px);
}

.profession-result-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 26px;
}

.profession-result-icon,
.detail-icon {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  color: var(--white);
  background: var(--card-color, var(--green));
  border-radius: 13px;
  font-size: 1.2rem;
  font-weight: 900;
}

.profession-result-icon svg,
.detail-icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.profession-result-category {
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 800;
  hyphens: manual;
  text-align: right;
}

.profession-result-card h2 {
  margin-bottom: 10px;
  font-size: 1.22rem;
  hyphens: manual;
  letter-spacing: -0.02em;
}

.profession-result-card > p {
  margin-bottom: 20px;
  color: var(--muted);
  font-size: 0.83rem;
}

.profession-availability {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: auto;
  margin-bottom: 17px;
}

.availability-pill,
.meta-pill {
  padding: 6px 9px;
  color: var(--navy);
  background: #edf4f0;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 800;
}

.availability-pill.zero {
  color: var(--muted);
  background: #f2f4f4;
}

.profession-result-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--green-dark);
  font-size: 0.75rem;
  font-weight: 900;
}

.catalog-empty {
  padding: 58px 26px;
  text-align: center;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 16px;
}

.catalog-empty h2 {
  margin-bottom: 9px;
  font-size: 1.65rem;
}

.catalog-empty p {
  max-width: 580px;
  margin: 0 auto 22px;
  color: var(--muted);
}

.context-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: 18px;
  padding: 18px 20px;
  color: var(--white);
  background: var(--navy);
  border-radius: 13px;
}

.context-banner p {
  margin: 0;
  font-size: 0.85rem;
}

.context-banner-copy {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 12px;
}

.context-banner-icon {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  place-items: center;
  color: var(--white);
  background: var(--context-color, var(--green));
  border-radius: 9px;
}

.context-banner-icon svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.context-banner strong {
  color: #a7e8a3;
  hyphens: manual;
}

.context-banner a {
  flex: 0 0 auto;
  color: var(--white);
  font-size: 0.76rem;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Companies */
.company-directory-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
}

.directory-company-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: 0 7px 20px rgba(7, 54, 90, 0.04);
  overflow: hidden;
  transition: transform 170ms ease, box-shadow 170ms ease;
}

.directory-company-card:hover {
  box-shadow: var(--shadow-soft);
  transform: translateY(-4px);
}

.directory-company-visual {
  position: relative;
  display: grid;
  height: 178px;
  place-items: center;
  background: linear-gradient(140deg, var(--navy), #0b6f9d);
  overflow: hidden;
}

.directory-company-visual > img:first-child {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.directory-company-visual::after {
  position: absolute;
  inset: auto 0 0;
  height: 55%;
  background: linear-gradient(transparent, rgba(4, 30, 48, 0.62));
  content: "";
}

.directory-company-logo-stage,
.directory-company-visual-empty {
  position: absolute;
  z-index: 1;
  inset: 0;
}

.directory-company-logo-stage {
  display: grid;
  place-items: center;
  padding: 34px;
  background: var(--white);
}

.directory-company-logo-stage img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.directory-company-visual-empty {
  background:
    radial-gradient(circle at 78% 22%, rgba(73, 169, 66, 0.36), transparent 26%),
    linear-gradient(140deg, var(--navy), #0b6f9d);
}

.directory-company-logo {
  position: absolute;
  z-index: 2;
  bottom: 12px;
  left: 14px;
  width: auto;
  max-width: 145px;
  height: 48px;
  padding: 7px 9px;
  object-fit: contain;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 8px;
}

.directory-partner-badge {
  position: absolute;
  z-index: 3;
  top: 11px;
  right: 11px;
  padding: 6px 9px;
  color: var(--white);
  background: var(--pink);
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 900;
}

.directory-company-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 20px;
}

.directory-company-body h2 {
  margin-bottom: 5px;
  font-size: 1.08rem;
}

.directory-company-place {
  margin-bottom: 12px;
  color: var(--green-dark);
  font-size: 0.75rem;
  font-weight: 800;
}

.directory-company-body > p:not(.directory-company-place) {
  margin-bottom: 17px;
  color: var(--muted);
  font-size: 0.75rem;
}

.directory-company-professions {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 18px;
}

.directory-company-professions span {
  display: inline-flex;
  max-width: 100%;
  align-items: center;
  gap: 5px;
  padding: 5px 8px;
  color: var(--navy);
  background: #f0f5f2;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
  hyphens: manual;
}

.directory-company-professions i {
  display: grid;
  width: 14px;
  height: 14px;
  flex: 0 0 auto;
  place-items: center;
  color: var(--profession-color, var(--green));
  font-style: normal;
}

.directory-company-professions svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.directory-company-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: 15px;
  border-top: 1px solid var(--line);
}

.directory-company-footer small {
  color: var(--muted);
  font-size: 0.75rem;
}

.directory-company-link {
  color: var(--green-dark);
  font-size: 0.75rem;
  font-weight: 900;
}

/* Offers */
.offer-directory-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.directory-offer-card {
  display: flex;
  min-width: 0;
  min-height: 342px;
  flex-direction: column;
  padding: 22px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 16px;
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.directory-offer-card:hover {
  border-color: rgba(73, 169, 66, 0.6);
  box-shadow: var(--shadow-soft);
  transform: translateY(-4px);
}

.directory-offer-card:focus-visible {
  border-color: var(--green);
}

.directory-offer-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.directory-offer-brand {
  display: grid;
  min-width: 0;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  gap: 12px;
}

.directory-offer-brand.has-logo {
  grid-template-columns: 64px minmax(0, 1fr);
}

.directory-offer-brand.has-wide-logo {
  grid-template-columns: 102px minmax(0, 1fr);
}

.directory-offer-logo {
  position: relative;
  display: grid;
  width: 64px;
  height: 52px;
  flex: 0 0 auto;
  place-items: center;
  padding: 7px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  overflow: hidden;
}

.directory-offer-logo img {
  position: absolute;
  inset: 6px;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  object-fit: contain;
}

.directory-offer-logo.is-wide {
  width: 102px;
}

.directory-offer-employer {
  min-width: 0;
}

.directory-offer-employer > span,
.directory-offer-employer strong,
.directory-offer-employer small {
  display: block;
}

.directory-offer-employer > span {
  margin-bottom: 2px;
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.directory-offer-employer strong {
  color: var(--navy);
  font-size: 0.78rem;
  hyphens: auto;
  line-height: 1.25;
}

.directory-offer-employer small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.75rem;
}

.directory-offer-icon {
  display: grid;
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  place-items: center;
  color: var(--white);
  background: var(--category-color, var(--navy));
  border-radius: 11px;
  font-size: 1.1rem;
  font-weight: 900;
}

.directory-offer-icon svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.directory-offer-content {
  display: block;
  margin-top: 27px;
}

.directory-offer-type {
  display: block;
  margin-bottom: 8px;
  color: var(--type-color, var(--green-dark));
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  hyphens: manual;
}

.directory-offer-card h2 {
  margin-bottom: 9px;
  font-size: 1.08rem;
  hyphens: manual;
  letter-spacing: -0.02em;
}

.directory-offer-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.79rem;
}

.training-type-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 17px;
}

.training-type-row > span {
  padding: 5px 8px;
  color: var(--navy);
  background: #eef5f0;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 800;
}

.training-opportunity-card .offer-verification {
  display: inline-flex;
  width: fit-content;
  margin-top: 12px;
}

.directory-offer-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: 18px;
  color: var(--green-dark);
  border-top: 1px solid var(--line);
  font-size: 0.75rem;
  font-weight: 900;
}

/* Offer detail */
.offer-detail-hero {
  padding-block: 40px 78px;
  background:
    radial-gradient(circle at 90% 18%, color-mix(in srgb, var(--category-color) 20%, transparent), transparent 28%),
    linear-gradient(145deg, #fbfdfc, #eaf3ed);
}

.offer-detail-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
  align-items: center;
  gap: clamp(44px, 8vw, 100px);
}

.offer-detail-copy {
  min-width: 0;
}

.offer-detail-kicker {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 19px;
  color: var(--offer-color, var(--green-dark));
  font-size: 0.75rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.offer-detail-kicker > span {
  display: grid;
  width: 43px;
  height: 43px;
  place-items: center;
  color: var(--white);
  background: var(--category-color, var(--green));
  border-radius: 11px;
}

.offer-detail-kicker svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.offer-detail-copy h1 {
  max-width: 850px;
  margin-bottom: 20px;
  font-size: clamp(3rem, 5.5vw, 5.45rem);
  hyphens: manual;
}

.offer-detail-copy > p {
  max-width: 720px;
  margin-bottom: 24px;
  color: var(--muted);
  font-size: 1.03rem;
}

.offer-detail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 28px;
}

.offer-detail-meta span,
.offer-detail-place {
  display: inline-flex;
  padding: 8px 11px;
  color: var(--navy);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(7, 54, 90, 0.1);
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 800;
  hyphens: manual;
}

.offer-detail-employer {
  padding: clamp(30px, 4vw, 46px);
  background: var(--white);
  border: 1px solid rgba(7, 54, 90, 0.08);
  border-radius: 22px;
  box-shadow: var(--shadow);
}

.offer-detail-logo {
  position: relative;
  display: grid;
  width: 150px;
  height: 88px;
  place-items: center;
  margin-bottom: 25px;
  padding: 12px;
  color: var(--navy);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 13px;
  font-size: 1.4rem;
  font-weight: 900;
  overflow: hidden;
}

.offer-detail-logo img {
  position: absolute;
  inset: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  object-fit: contain;
}

.offer-detail-logo.is-wide {
  width: 196px;
  height: 80px;
  padding: 10px 14px;
}

.offer-detail-employer h2 {
  margin-bottom: 11px;
  font-size: clamp(1.65rem, 3vw, 2.45rem);
}

.offer-detail-employer > p:not(.eyebrow) {
  margin-bottom: 19px;
  color: var(--muted);
  font-size: 0.84rem;
}

.offer-detail-info {
  background: var(--white);
}

.offer-detail-contact {
  padding-block: 64px;
  color: var(--white);
  background: var(--navy);
}

.offer-detail-contact-inner,
.offer-detail-contact-brand {
  display: flex;
  align-items: center;
}

.offer-detail-contact-inner {
  justify-content: space-between;
  gap: 36px;
}

.offer-detail-contact-brand {
  min-width: 0;
  gap: 25px;
}

.offer-detail-contact .offer-detail-logo {
  width: 118px;
  height: 72px;
  flex: 0 0 auto;
  margin: 0;
}

.offer-detail-contact .offer-detail-logo.is-light {
  width: 170px;
  height: 56px;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  overflow: visible;
}

.offer-detail-contact .offer-detail-logo.is-light img {
  inset: 0;
  width: 100%;
  height: 100%;
}

.offer-detail-contact h2 {
  margin: 0 0 7px;
  color: var(--white);
  font-size: clamp(1.75rem, 3vw, 2.65rem);
}

.offer-detail-contact p:not(.eyebrow) {
  max-width: 680px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.84rem;
}

.offer-detail-contact .button-light {
  flex: 0 0 auto;
  color: var(--navy);
  background: var(--white);
}

.offer-detail-missing {
  min-height: 62vh;
  padding-block: 90px;
}

/* Profession detail */
.profession-detail-hero {
  padding-block: 42px 58px;
  background:
    radial-gradient(circle at 88% 20%, color-mix(in srgb, var(--detail-color, var(--green)) 22%, transparent), transparent 27%),
    linear-gradient(145deg, #fbfdfc, #eaf3ed);
}

.profession-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
  align-items: stretch;
  gap: clamp(42px, 8vw, 100px);
}

.profession-detail-copy {
  min-width: 0;
}

.profession-detail-copy h1 {
  margin-bottom: 16px;
  font-size: clamp(3rem, 6vw, 5.6rem);
  hyphens: manual;
}

.profession-detail-copy > p:not(.eyebrow) {
  max-width: 780px;
  color: var(--muted);
  font-size: clamp(1rem, 1.5vw, 1.17rem);
}

.profession-detail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 24px 0 27px;
}

.profession-detail-visual {
  min-width: 0;
}

.profession-hero-figure {
  position: relative;
  min-height: 540px;
  height: 100%;
  margin: 0;
  background: var(--navy);
  border-radius: 22px;
  box-shadow: var(--shadow);
  isolation: isolate;
  overflow: hidden;
}

.profession-hero-figure > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profession-hero-placeholder {
  display: grid;
  min-height: 540px;
  height: 100%;
  align-content: center;
  justify-items: start;
  gap: 10px;
  padding: clamp(32px, 6vw, 64px);
  color: var(--white);
  background:
    radial-gradient(circle at 82% 17%, color-mix(in srgb, var(--category-color) 72%, white), transparent 34%),
    linear-gradient(145deg, var(--navy), color-mix(in srgb, var(--category-color) 48%, var(--navy)));
  border-radius: 22px;
  box-shadow: var(--shadow);
}

.profession-placeholder-icon {
  display: grid;
  width: 78px;
  height: 78px;
  margin-bottom: 20px;
  place-items: center;
  color: var(--white);
  background: var(--category-color);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 20px;
}

.profession-placeholder-icon svg {
  width: 42px;
  height: 42px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.profession-hero-placeholder .eyebrow {
  margin: 0;
  color: #b9f0b5;
}

.profession-hero-placeholder > strong {
  max-width: 12ch;
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3.7rem);
  line-height: 0.98;
}

.profession-hero-placeholder > span:last-child {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.86rem;
  font-weight: 800;
}

.profession-hero-figure::after {
  position: absolute;
  z-index: 0;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 54, 90, 0.03) 30%, rgba(7, 54, 90, 0.76) 100%);
  content: "";
}

.profession-hero-figure > figcaption {
  position: absolute;
  z-index: 2;
  top: 18px;
  right: 18px;
  max-width: calc(100% - 36px);
  padding: 8px 11px;
  color: var(--navy);
  background: rgba(255, 255, 255, 0.9);
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 800;
}

.profession-hero-figure > figcaption,
.profession-gallery-grid figcaption {
  display: grid;
  gap: 2px;
}

.profession-hero-figure > figcaption span,
.profession-gallery-grid figcaption span {
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.profession-hero-figure > figcaption strong,
.profession-gallery-grid figcaption strong {
  font-size: 0.75rem;
  line-height: 1.25;
}

.profession-hero-summary {
  position: absolute;
  z-index: 2;
  right: 18px;
  bottom: 18px;
  left: 18px;
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  align-items: flex-start;
  gap: 17px;
  padding: 20px;
  color: var(--white);
  background: rgba(7, 54, 90, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 16px;
  backdrop-filter: blur(12px);
}

.profession-hero-summary .detail-icon {
  width: 62px;
  height: 62px;
  margin: 0;
  border-radius: 14px;
}

.profession-hero-summary .detail-icon svg {
  width: 31px;
  height: 31px;
}

.profession-hero-summary h2 {
  margin-bottom: 7px;
  color: var(--white);
  font-size: 1.12rem;
}

.profession-hero-summary p:not(.eyebrow) {
  margin: 0;
  color: #dce8ef;
  font-size: 0.78rem;
  line-height: 1.55;
}

.profession-detail-card {
  padding: 30px;
  color: var(--white);
  background: var(--navy);
  border-radius: 19px;
  box-shadow: var(--shadow);
}

.detail-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 34px;
  background: color-mix(in srgb, var(--detail-color, var(--green)) 78%, white);
  border-radius: 17px;
  font-size: 1.7rem;
}

.detail-icon svg {
  width: 34px;
  height: 34px;
}

.profession-detail-card h2 {
  color: var(--white);
  font-size: 1.35rem;
}

.profession-detail-card p {
  margin: 0;
  color: #cddbe4;
  font-size: 0.82rem;
}

.profession-story-section {
  padding-block: clamp(76px, 9vw, 122px);
  background: var(--white);
}

.profession-overview-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
  align-items: start;
  gap: clamp(42px, 8vw, 104px);
}

.profession-overview-copy h2,
.profession-section-heading h2,
.profession-perspective-copy h2 {
  margin-bottom: 20px;
  font-size: clamp(2rem, 4vw, 3.6rem);
  hyphens: manual;
}

.profession-lead {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.4vw, 1.12rem);
  line-height: 1.75;
}

.profession-profile-text {
  display: grid;
  max-width: 760px;
  gap: 18px;
}

.profession-profile-text p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.4vw, 1.12rem);
  line-height: 1.75;
}

.profession-reality-list {
  display: grid;
  gap: 13px;
  margin-top: 30px;
}

.profession-reality-list p {
  display: grid;
  grid-template-columns: 25px minmax(0, 1fr);
  align-items: start;
  gap: 11px;
  margin: 0;
  color: var(--navy);
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.55;
}

.profession-reality-list span {
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  color: var(--white);
  background: var(--detail-color, var(--green));
  border-radius: 50%;
  font-size: 0.75rem;
}

.profession-facts {
  padding: 30px;
  background: #f3f7f4;
  border: 1px solid #e0e9e3;
  border-radius: 18px;
}

.profession-facts h2 {
  margin-bottom: 22px;
  font-size: 1.45rem;
}

.profession-facts dl {
  display: grid;
  gap: 0;
  margin: 0;
}

.profession-facts dl > div {
  display: grid;
  grid-template-columns: 116px minmax(0, 1fr);
  gap: 18px;
  padding-block: 17px;
  border-top: 1px solid #dbe5de;
}

.profession-facts dt {
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.profession-facts dd {
  display: grid;
  gap: 5px;
  margin: 0;
}

.profession-facts dd strong {
  color: var(--navy);
  font-size: 0.88rem;
  line-height: 1.45;
}

.profession-facts dd span {
  color: var(--muted);
  font-size: 0.76rem;
  line-height: 1.55;
}

.profession-day,
.profession-gallery {
  margin-top: clamp(76px, 9vw, 116px);
}

.profession-section-heading {
  max-width: 820px;
  margin-bottom: 34px;
}

.profession-section-heading > p:not(.eyebrow) {
  max-width: 680px;
  margin: -6px 0 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.65;
}

.profession-day-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.profession-day-grid article {
  min-height: 280px;
  padding: 28px;
  color: var(--white);
  background: var(--navy);
  border-radius: 17px;
}

.profession-step-number {
  display: inline-grid;
  width: 44px;
  height: 44px;
  place-items: center;
  margin-bottom: 38px;
  color: var(--white);
  background: var(--detail-color, var(--green));
  border-radius: 12px;
  font-size: 0.75rem;
  font-weight: 900;
}

.profession-day-grid h3 {
  margin-bottom: 12px;
  color: var(--white);
  font-size: 1.08rem;
  hyphens: manual;
}

.profession-day-grid p {
  margin: 0;
  color: #d2dfe7;
  font-size: 0.86rem;
  line-height: 1.65;
}

.profession-gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(280px, 100%), 1fr));
  gap: 14px;
}

.profession-gallery-grid-two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.profession-gallery-grid figure {
  position: relative;
  min-height: 360px;
  margin: 0;
  background: #dfe9e3;
  border-radius: 17px;
  overflow: hidden;
}

.profession-gallery-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 260ms ease;
}

.profession-gallery-grid figure:hover img {
  transform: scale(1.025);
}

.profession-gallery-grid figcaption {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  padding: 10px 12px;
  color: var(--white);
  background: rgba(7, 54, 90, 0.86);
  border-radius: 10px;
  font-size: 0.75rem;
  font-weight: 800;
  backdrop-filter: blur(8px);
}

.profession-info-section {
  padding-block: clamp(70px, 8vw, 108px);
  background: #f3f7f4;
}

.profession-info-section .profession-section-heading {
  margin-bottom: 34px;
}

.profession-info-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.profession-info-card {
  padding: 28px;
  background: var(--white);
  border: 1px solid #e4ebe6;
  border-radius: 15px;
}

.profession-info-card h2 {
  margin-bottom: 20px;
  font-size: 1.18rem;
}

.profession-info-card > .eyebrow {
  margin-bottom: 8px;
}

.profession-info-card ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.profession-info-card li {
  position: relative;
  padding-left: 25px;
  color: var(--muted);
  font-size: 0.75rem;
  line-height: 1.55;
}

.profession-info-card li::before {
  position: absolute;
  top: 0.15em;
  left: 0;
  display: grid;
  width: 17px;
  height: 17px;
  place-items: center;
  color: var(--white);
  background: var(--detail-color, var(--green));
  border-radius: 50%;
  content: "✓";
  font-size: 0.75rem;
  font-weight: 900;
}

.profession-card-note {
  margin: 22px 0 0;
  padding-top: 18px;
  color: var(--muted);
  border-top: 1px solid #dfe8e2;
  font-size: 0.78rem;
  line-height: 1.6;
}

.profession-perspective-section {
  padding-block: clamp(76px, 9vw, 116px);
  color: var(--white);
  background: var(--navy);
}

.profession-perspective-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  align-items: start;
  gap: clamp(46px, 8vw, 100px);
}

.profession-perspective-copy h2 {
  color: var(--white);
}

.profession-perspective-copy > p:not(.eyebrow) {
  margin: 0;
  color: #cbdbe5;
  font-size: 0.92rem;
  line-height: 1.7;
}

.profession-perspective-cards {
  display: grid;
  gap: 12px;
}

.profession-perspective-cards article {
  display: grid;
  grid-template-columns: 48px minmax(155px, 0.6fr) minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  padding: 19px 21px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
}

.profession-perspective-cards article > span {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  color: var(--white);
  background: var(--detail-color, var(--green));
  border-radius: 12px;
  font-size: 0.75rem;
  font-weight: 900;
}

.profession-perspective-cards h3 {
  margin: 0;
  color: var(--white);
  font-size: 0.96rem;
}

.profession-perspective-cards p {
  margin: 0;
  color: #cbdbe5;
  font-size: 0.75rem;
  line-height: 1.55;
}

.detail-results-section {
  padding-block: clamp(70px, 8vw, 108px);
  background: #f3f7f4;
}

.detail-filter-panel {
  margin-bottom: 28px;
  padding: 20px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 15px;
}

.detail-result-block + .detail-result-block {
  margin-top: 56px;
}

#related-professions {
  margin-top: 72px;
}

.detail-result-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 19px;
}

.detail-result-heading h2 {
  margin: 0;
  font-size: clamp(1.85rem, 3vw, 2.7rem);
}

.detail-result-heading p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.detail-result-heading .button {
  flex: 0 0 auto;
}

.detail-company-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 13px;
}

.detail-company-mini {
  display: flex;
  min-height: 190px;
  flex-direction: column;
  padding: 22px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 14px;
}

.detail-company-mini .meta-pill {
  align-self: flex-start;
  margin-bottom: 22px;
}

.detail-company-mini h3 {
  margin-bottom: 6px;
  font-size: 1rem;
}

.detail-company-mini p {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 0.76rem;
}

.detail-company-mini a {
  margin-top: auto;
  color: var(--green-dark);
  font-size: 0.75rem;
  font-weight: 900;
}

.detail-offer-strip {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
}

.related-professions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 28px;
}

.related-professions a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  color: var(--navy);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
  hyphens: manual;
}

.related-profession-icon {
  display: grid;
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  place-items: center;
  color: var(--category-color, var(--green));
}

.related-profession-icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.related-professions a:hover {
  border-color: var(--green);
}

@media (max-width: 1080px) {
  .profession-catalog-grid,
  .company-directory-grid,
  .detail-company-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .offer-directory-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .profession-detail-grid {
    grid-template-columns: 1fr;
  }

  .profession-detail-visual {
    max-width: 760px;
  }

  .profession-overview-grid,
  .profession-perspective-grid {
    grid-template-columns: 1fr;
  }

  .profession-facts {
    max-width: 760px;
  }

  .offer-detail-hero-grid {
    grid-template-columns: 1fr;
  }

  .offer-detail-employer {
    max-width: 720px;
  }

  .profession-detail-card {
    max-width: 680px;
  }
}

@media (max-width: 740px) {
  .catalog-intro {
    padding-block: 30px 26px;
  }

  .catalog-intro-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .catalog-intro-actions {
    justify-content: flex-start;
  }

  .catalog-toolbar {
    padding: 16px;
  }

  .offer-catalog-page .catalog-intro {
    padding-block: 18px 17px;
  }

  .offer-catalog-page .catalog-intro .breadcrumb,
  .offer-catalog-page .catalog-intro-actions {
    display: none;
  }

  .offer-catalog-page .catalog-intro .eyebrow {
    margin-bottom: 4px;
    font-size: 0.75rem;
  }

  .offer-catalog-page .catalog-intro h1 {
    margin-bottom: 7px;
    font-size: clamp(2.2rem, 10.5vw, 3rem);
  }

  .offer-catalog-page .catalog-intro-copy {
    display: -webkit-box;
    font-size: 0.82rem;
    line-height: 1.48;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }

  .offer-catalog-page .catalog-workspace {
    padding-top: 14px;
  }

  .catalog-mobile-filter-toggle {
    display: flex;
    width: 100%;
    min-height: 50px;
    align-items: center;
    gap: 10px;
    margin-bottom: 13px;
    padding: 11px 14px;
    color: var(--navy);
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 12px;
    box-shadow: 0 8px 22px rgba(7, 54, 90, 0.06);
    cursor: pointer;
    font-size: 0.82rem;
    font-weight: 900;
    text-align: left;
  }

  .catalog-mobile-filter-summary {
    margin-left: auto;
    color: var(--green-dark);
    font-size: 0.75rem;
    font-weight: 800;
  }

  .catalog-mobile-filter-toggle svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
    transition: transform 160ms ease;
  }

  .catalog-mobile-filter-toggle[aria-expanded="true"] svg {
    transform: rotate(180deg);
  }

  .catalog-toolbar[data-mobile-collapsed="true"] {
    display: none;
  }

  .offer-catalog-page .catalog-toolbar {
    margin-bottom: 14px;
  }

  .catalog-toolbar-primary,
  .profession-info-grid {
    grid-template-columns: 1fr;
  }

  .category-chips,
  .type-chips,
  .location-chips {
    flex-wrap: nowrap;
    margin-inline: -2px;
    padding: 2px 2px 7px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .category-chips::-webkit-scrollbar,
  .type-chips::-webkit-scrollbar,
  .location-chips::-webkit-scrollbar {
    display: none;
  }

  .category-chip,
  .type-chip,
  .location-chip {
    flex: 0 0 auto;
  }

  .location-filter-head {
    align-items: flex-start;
  }

  .location-filter-head > div {
    align-items: flex-start;
    flex-direction: column;
    gap: 2px;
  }

  .profession-catalog-grid,
  .company-directory-grid,
  .detail-company-strip,
  .offer-directory-list,
  .detail-offer-strip {
    grid-template-columns: 1fr;
  }

  .profession-result-card {
    min-height: 0;
  }

  .catalog-results-head,
  .detail-result-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .offer-catalog-page .catalog-results-head {
    align-items: center;
    flex-direction: row;
    margin-bottom: 12px;
  }

  .offer-catalog-page .catalog-sort-note {
    display: none;
  }

  .context-banner {
    align-items: flex-start;
    flex-direction: column;
  }

  .directory-offer-card {
    min-height: 0;
  }

  .directory-offer-brand.has-logo {
    grid-template-columns: 58px minmax(0, 1fr);
  }

  .directory-offer-brand.has-wide-logo {
    grid-template-columns: 88px minmax(0, 1fr);
  }

  .directory-offer-logo {
    width: 58px;
  }

  .directory-offer-logo.is-wide {
    width: 88px;
  }

  .profession-detail-hero {
    padding-block: 30px 46px;
  }

  .profession-detail-copy h1 {
    font-size: clamp(2.6rem, 12vw, 4.1rem);
  }

  .profession-hero-figure,
  .profession-hero-placeholder {
    min-height: 520px;
  }

  .profession-day-grid,
  .profession-gallery-grid {
    grid-template-columns: 1fr;
  }

  .profession-day-grid article {
    min-height: 0;
  }

  .profession-gallery-grid figure {
    min-height: 330px;
  }

  .profession-perspective-cards article {
    grid-template-columns: 48px minmax(0, 1fr);
  }

  .profession-perspective-cards p {
    grid-column: 2;
  }

  .offer-detail-hero {
    padding-block: 30px 56px;
  }

  .offer-detail-copy h1 {
    font-size: clamp(2.6rem, 12vw, 4.1rem);
  }

  .offer-detail-contact-inner,
  .offer-detail-contact-brand {
    align-items: flex-start;
    flex-direction: column;
  }

  .offer-detail-contact .button-light {
    width: 100%;
  }

  .offer-detail-contact .offer-detail-logo.is-light {
    width: 158px;
    height: 48px;
  }

  #related-professions {
    margin-top: 64px;
  }
}

@media (max-width: 430px) {
  .company-profile-gallery-grid figure,
  .company-profile-gallery-grid figure:first-child {
    min-height: 260px;
  }

  .company-profile-gallery-grid figure:first-child {
    min-height: 380px;
  }

  .catalog-intro-actions,
  .catalog-intro-actions .button,
  .detail-result-heading .button {
    width: 100%;
  }

  .catalog-results-head {
    gap: 8px;
  }

  .profession-result-card,
  .profession-info-card,
  .profession-detail-card {
    padding: 20px;
  }

  .profession-hero-figure,
  .profession-hero-placeholder {
    min-height: 0;
    aspect-ratio: 4 / 3;
    border-radius: 17px;
  }

  .profession-hero-placeholder {
    padding: 26px;
  }

  .profession-hero-figure > figcaption {
    top: 12px;
    right: 12px;
    max-width: calc(100% - 24px);
  }

  .profession-hero-summary {
    right: 12px;
    bottom: 12px;
    left: 12px;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 13px;
    padding: 16px;
  }

  .profession-hero-summary .detail-icon {
    width: 52px;
    height: 52px;
  }

  .profession-facts,
  .profession-day-grid article {
    padding: 21px;
  }

  .profession-facts dl > div {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .profession-gallery-grid figure {
    min-height: 285px;
  }

  .directory-offer-card {
    padding: 15px;
  }

  .directory-offer-head {
    gap: 9px;
  }

  .directory-offer-brand {
    gap: 9px;
  }

  .offer-detail-employer {
    padding: 26px 22px;
    border-radius: 16px;
  }
}
