/* 2026 frontend refactor: premium B2B perfume packaging direction */
body,
button,
input,
textarea,
select,
.eyebrow,
.card-kicker,
.editorial-label,
.editorial-spread-label,
.brand-footer-meta,
.process-step,
.home-service-step-index,
.contact-row span,
.home-contact-label,
.meta-item span {
  letter-spacing: 0;
}

body.home-page-body {
  background: linear-gradient(180deg, #08090b 0%, #101115 48%, #08090b 100%);
}

.site-shell::before {
  background-image:
    linear-gradient(rgba(215, 183, 122, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(215, 183, 122, 0.018) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), transparent 82%);
}

.display-title,
.section-title,
.page-title,
.hero-title,
.editorial-title,
.editorial-spread-title {
  letter-spacing: 0;
  max-width: 100%;
  overflow-wrap: break-word;
}

.body-large,
.section-copy,
.page-copy,
.card-text,
.quote-banner p,
.hero-kicker,
.page-proof-list span,
.button,
.button-ghost {
  max-width: 100%;
  overflow-wrap: anywhere;
}

.section-title,
.page-title {
  font-size: 3.55rem;
  line-height: 1.02;
}

.hero-title {
  font-size: 4.8rem;
  line-height: 0.98;
}

.page-topbar {
  background: rgba(8, 9, 11, 0.9);
  border-bottom-color: rgba(215, 183, 122, 0.12);
}

.topbar-inner {
  min-height: 76px;
}

.brand-mark--header {
  inline-size: 76px;
  block-size: 54px;
  padding: 7px 8px;
  border-radius: 10px;
}

.brand-wordmark-image {
  inline-size: 172px;
}

.desktop-nav {
  border-radius: 8px;
  background: rgba(17, 20, 24, 0.82);
  border-color: rgba(215, 183, 122, 0.12);
}

.desktop-nav a,
.language-switcher-trigger,
.language-option,
.mobile-nav-toggle,
.mobile-nav-panel a,
.button,
.button-ghost,
.filter-chip,
.mobile-contact-dock,
.mobile-contact-dock__button {
  border-radius: 8px;
}

.button,
.button-ghost {
  min-height: 48px;
  padding-inline: 22px;
}

.button {
  box-shadow: 0 14px 30px rgba(184, 139, 77, 0.2);
}

.button-inline {
  min-height: auto;
  padding-bottom: 3px;
  border-bottom: 1px solid rgba(239, 209, 154, 0.42);
}

.story-card,
.feature-card,
.collection-card,
.product-card,
.insight-card,
.industry-card,
.faq-card,
.info-card,
.process-card,
.testimonial-card,
.cta-panel,
.page-hero,
.article-shell,
.contact-shell,
.empty-card,
.footer-panel,
.media-panel,
.quote-banner,
.meta-item,
.sidebar-card,
.site-flash,
.check-field,
.home-service-card,
.home-contact-lite,
.home-feature-spread,
.home-hero-intro {
  border-radius: 8px;
}

.story-card,
.feature-card,
.collection-card,
.product-card,
.insight-card,
.industry-card,
.faq-card,
.info-card,
.process-card,
.testimonial-card,
.cta-panel,
.page-hero,
.article-shell,
.contact-shell,
.empty-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.042), rgba(255, 255, 255, 0.018)),
    rgba(14, 16, 19, 0.92);
  border-color: rgba(215, 183, 122, 0.12);
}

.section {
  padding: 86px 0;
}

.section-header--split {
  max-width: none;
  grid-template-columns: minmax(0, 0.62fr) minmax(300px, 0.38fr);
  align-items: end;
}

.section-header--split .section-copy {
  max-width: 48ch;
}

.page-hero--visual {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(340px, 0.58fr);
  gap: 28px;
  align-items: stretch;
  padding: 22px;
  min-height: 420px;
  overflow: hidden;
}

.page-hero__copy {
  display: grid;
  align-content: center;
  gap: 18px;
  padding: clamp(22px, 3vw, 38px);
  min-width: 0;
}

.page-hero__media {
  min-height: 320px;
  overflow: hidden;
  border-radius: 8px;
  background: #08090b;
  border: 1px solid rgba(215, 183, 122, 0.12);
}

.page-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-hero--detail .page-hero__media {
  aspect-ratio: 1 / 1;
  min-height: 0;
}

.page-proof-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
}

.page-proof-list span {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  min-height: 38px;
  max-width: 100%;
  padding: 9px 12px;
  border: 1px solid rgba(215, 183, 122, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
  color: var(--text-strong);
  line-height: 1.4;
  overflow-wrap: anywhere;
}

.page-proof-list--specs span,
.page-proof-list--metrics span {
  display: grid;
  gap: 3px;
  min-width: 150px;
}

.page-proof-list small,
.product-card-meta small {
  color: var(--text-soft);
  font-size: 0.74rem;
  text-transform: uppercase;
}

.page-proof-list strong,
.product-card-meta strong {
  color: var(--text-strong);
  font-size: 0.92rem;
  line-height: 1.35;
}

.home-page .section {
  padding: 0 0 72px;
}

.home-page .home-hero-panel--lead {
  padding-top: 34px;
}

.home-page .container {
  width: min(1280px, calc(100vw - 48px));
}

.home-hero-intro--supplier {
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  min-height: 620px;
  background:
    linear-gradient(90deg, rgba(14, 16, 19, 0.98) 0%, rgba(15, 13, 15, 0.96) 46%, rgba(8, 9, 11, 0.86) 100%);
  border: 1px solid rgba(215, 183, 122, 0.16);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.34);
}

.home-hero-intro--supplier .home-hero-intro-copy {
  padding: 54px;
  gap: 20px;
}

.home-hero-intro--supplier .hero-title {
  max-width: 9.4ch;
  font-size: 4.7rem;
}

.home-hero-intro--supplier .body-large {
  max-width: 54ch;
  color: #ddd3c5;
}

.home-hero-intro--supplier .home-hero-intro-visual {
  position: relative;
  min-height: 620px;
}

.home-hero-intro--supplier .home-hero-intro-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8, 9, 11, 0.18), transparent 36%);
  pointer-events: none;
}

.hero-capability-sheet {
  position: absolute;
  right: 22px;
  bottom: 22px;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(138px, 1fr));
  gap: 8px;
  width: min(390px, calc(100% - 44px));
}

.hero-capability-sheet span {
  min-height: 42px;
  display: flex;
  align-items: center;
  padding: 10px 12px;
  border-radius: 8px;
  border: 1px solid rgba(239, 209, 154, 0.22);
  background: rgba(8, 9, 11, 0.72);
  color: var(--text-strong);
  font-weight: 700;
  backdrop-filter: blur(10px);
}

.home-trust-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.home-trust-item {
  min-height: 76px;
  display: flex;
  align-items: center;
  padding: 16px;
  border-radius: 8px;
  border: 1px solid rgba(215, 183, 122, 0.14);
  background: rgba(17, 20, 24, 0.72);
  color: var(--text-strong);
  line-height: 1.45;
}

.home-category-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.home-category-card {
  display: grid;
  align-content: end;
  min-height: 330px;
  padding: 18px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(215, 183, 122, 0.14);
  background: #08090b;
}

.home-category-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.72;
  transition: transform var(--transition), opacity var(--transition);
}

.home-category-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 26%, rgba(8, 9, 11, 0.88) 100%);
}

.home-category-card:hover img {
  transform: scale(1.035);
  opacity: 0.88;
}

.home-category-card .card-kicker,
.home-category-card p {
  position: relative;
  z-index: 1;
}

.home-category-card p {
  margin: 10px 0 0;
  color: var(--text-body);
  line-height: 1.6;
}

.home-headline-block {
  margin: 42px auto 34px;
}

.home-headline-block .editorial-title {
  font-size: 3.6rem;
}

.home-feature-spread {
  border-color: rgba(215, 183, 122, 0.14);
  background: rgba(14, 16, 19, 0.92);
}

.home-feature-spread-media {
  min-height: 360px;
}

.home-product-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-products-more {
  display: none;
}

.product-catalog-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.product-card img,
.insight-card img,
.collection-card img {
  border-bottom: 1px solid rgba(215, 183, 122, 0.12);
}

.product-card-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.product-card-kickers,
.product-card-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.product-card-kickers {
  justify-content: space-between;
}

.product-type-badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 6px 9px;
  border-radius: 8px;
  border: 1px solid rgba(215, 183, 122, 0.16);
  color: var(--text-muted);
  font-size: 0.72rem;
  font-weight: 800;
}

.button-ghost--compact {
  min-height: 40px;
  padding: 10px 13px;
  font-size: 0.86rem;
}

.product-card-meta span {
  display: grid;
  gap: 4px;
  min-width: 0;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid rgba(215, 183, 122, 0.12);
  background: rgba(255, 255, 255, 0.028);
}

.product-card-meta strong {
  overflow-wrap: anywhere;
}

.pagination-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 34px;
}

.pagination-link.is-disabled {
  opacity: 0.42;
  pointer-events: none;
}

.pagination-status {
  color: var(--text-muted);
  font-weight: 700;
  font-size: 0.9rem;
}

.feature-list li,
.list-checks li,
.timeline-list li {
  padding-left: 18px;
}

.feature-list li::before,
.list-checks li::before,
.timeline-list li::before {
  border-radius: 0;
  inline-size: 7px;
  block-size: 7px;
  box-shadow: none;
  transform: rotate(45deg);
}

.contact-shell {
  grid-template-columns: minmax(0, 0.66fr) minmax(300px, 0.34fr);
  padding: 18px;
  gap: 18px;
}

.project-fit-panel {
  position: relative;
  display: grid;
  grid-template-rows: auto auto 1fr;
  gap: clamp(28px, 4vw, 54px);
  min-height: 100%;
  overflow: hidden;
  padding: clamp(28px, 4.5vw, 58px);
  border: 1px solid rgba(215, 183, 122, 0.14);
  border-radius: 8px;
  background:
    radial-gradient(circle at 8% 8%, rgba(215, 183, 122, 0.16), transparent 32%),
    linear-gradient(145deg, rgba(215, 183, 122, 0.06), rgba(255, 255, 255, 0.015) 48%, rgba(8, 9, 11, 0.22));
}

.project-fit-panel::after {
  position: absolute;
  right: clamp(24px, 5vw, 72px);
  bottom: -60px;
  width: 170px;
  height: 170px;
  border: 1px solid rgba(215, 183, 122, 0.18);
  border-radius: 50%;
  content: "";
  opacity: 0.7;
}

.project-fit-panel__intro,
.project-fit-panel__footer {
  position: relative;
  z-index: 1;
}

.project-fit-panel__intro {
  display: grid;
  align-content: start;
  gap: 20px;
}

.project-fit-panel__eyebrow-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.project-fit-panel__index {
  color: var(--text-muted);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.project-fit-panel__title {
  max-width: 12ch;
  margin: 0;
  font-size: clamp(2.6rem, 4.2vw, 5rem);
  line-height: 0.96;
  letter-spacing: -0.025em;
}

.project-fit-panel__description {
  max-width: 42ch;
  margin: 0;
}

.project-fit-panel__details {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-self: end;
  gap: 10px;
}

.project-fit-panel__detail {
  display: grid;
  align-content: start;
  gap: 8px;
  min-width: 0;
  padding: 14px 0 0;
  border-top: 1px solid rgba(215, 183, 122, 0.28);
}

.project-fit-panel__detail span {
  color: var(--text-muted);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.project-fit-panel__detail strong {
  color: var(--text-strong);
  font-size: 0.9rem;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.project-fit-panel__footer {
  display: flex;
  align-items: flex-end;
  gap: 12px;
  max-width: 44ch;
  align-self: end;
}

.project-fit-panel__footer-mark {
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  margin-bottom: 0.45em;
  background: var(--accent-strong);
  transform: rotate(45deg);
}

.project-fit-panel__footer p {
  margin: 0;
  color: var(--text-body);
  font-size: 0.92rem;
  line-height: 1.65;
}

.contact-form,
.contact-info-panel {
  background: rgba(8, 9, 11, 0.34);
  border: 1px solid rgba(215, 183, 122, 0.1);
  border-radius: 8px;
}

.field input,
.field textarea,
.field select,
.home-contact-field input,
.home-contact-field select,
.home-contact-field textarea {
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
  border-color: rgba(215, 183, 122, 0.14);
}

.field input::placeholder,
.field textarea::placeholder,
.home-contact-field input::placeholder {
  color: rgba(214, 203, 189, 0.58);
}

.inquiry-form__actions {
  display: flex;
}

.inquiry-form__submit {
  min-width: 220px;
}

.contact-row a,
.contact-row strong,
.home-contact-value {
  overflow-wrap: anywhere;
}

.footer-panel {
  background: rgba(14, 16, 19, 0.9);
  border-color: rgba(215, 183, 122, 0.12);
}

html[dir="rtl"] .page-hero__copy,
html[dir="rtl"] .section-header,
html[dir="rtl"] .card-body,
html[dir="rtl"] .content-panel,
html[dir="rtl"] .contact-row,
html[dir="rtl"] .contact-form,
html[dir="rtl"] .contact-info-panel,
html[dir="rtl"] .home-contact-copy,
html[dir="rtl"] .home-contact-lite,
html[dir="rtl"] .home-service-card,
html[dir="rtl"] .home-feature-spread-copy,
html[dir="rtl"] .home-headline-block {
  direction: rtl;
  text-align: right;
}

html[dir="rtl"] .list-checks li,
html[dir="rtl"] .feature-list li,
html[dir="rtl"] .timeline-list li {
  padding-left: 0;
  padding-right: 18px;
}

html[dir="rtl"] .list-checks li::before,
html[dir="rtl"] .feature-list li::before,
html[dir="rtl"] .timeline-list li::before {
  left: auto;
  right: 0;
}

html[dir="rtl"] .hero-capability-sheet {
  right: auto;
  left: 22px;
}

html[dir="rtl"] .page-proof-list,
html[dir="rtl"] .hero-actions,
html[dir="rtl"] .cta-actions,
html[dir="rtl"] .home-contact-actions {
  justify-content: flex-end;
}

@media (max-width: 1180px) {
  .desktop-nav a {
    padding-inline: 10px;
    font-size: 0.88rem;
  }

  .brand-wordmark-image {
    inline-size: 148px;
  }

  .home-hero-intro--supplier {
    grid-template-columns: 1fr;
  }

  .home-hero-intro--supplier .home-hero-intro-visual {
    min-height: 460px;
  }

  .home-trust-strip,
  .home-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-catalog-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1100px) {
  .section-header--split,
  .page-hero--visual,
  .contact-shell,
  .home-product-grid {
    grid-template-columns: 1fr;
  }

  .home-hero-intro--supplier .home-hero-intro-copy {
    padding: 38px;
  }

  .home-hero-intro--supplier .hero-title,
  .hero-title {
    font-size: 3.9rem;
  }

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

  .page-hero__media {
    min-height: 300px;
  }
}

@media (max-width: 768px) {
  .section {
    padding: 64px 0;
  }

  .section-title,
  .page-title {
    font-size: 2.12rem;
    line-height: 1.08;
  }

  .product-catalog-grid {
    grid-template-columns: 1fr;
  }

  .product-type-strip {
    align-items: stretch;
  }

  .product-type-chip,
  .pagination-link,
  .product-results-summary {
    width: 100%;
    justify-content: center;
    margin-inline-start: 0;
  }

  .hero-title,
  .home-hero-intro--supplier .hero-title {
    font-size: 2.16rem;
    line-height: 1.03;
    max-width: none;
    min-width: 0;
    overflow-wrap: anywhere;
    text-wrap: wrap;
  }

  .hero-title span,
  .home-hero-intro--supplier .body-large {
    display: block;
    inline-size: 100%;
    min-width: 0;
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .hero-kicker {
    width: 100%;
    white-space: normal;
    line-height: 1.45;
  }

  .home-page .container,
  .container,
  .topbar-inner,
  .mobile-nav-panel {
    width: min(100vw - 28px, 100%);
    max-width: calc(100vw - 28px);
  }

  html,
  body,
  .site-shell,
  .home-page,
  .home-stage {
    max-width: 100%;
  }

  .topbar-inner {
    min-height: 70px;
  }

  .brand-mark--header {
    inline-size: 58px;
    block-size: 40px;
    padding: 6px;
  }

  .brand--header {
    gap: 9px;
  }

  .brand-name-lockup {
    gap: 3px;
    max-width: 116px;
  }

  .brand-name-lockup__title {
    font-size: 0.9rem;
  }

  .brand-name-lockup__tagline {
    font-size: 0.36rem;
    letter-spacing: 0.045em;
  }

  .brand-wordmark-image {
    inline-size: 112px;
  }

  .language-switcher-panel {
    position: fixed;
    inset: 82px 14px auto;
    width: auto;
    max-width: none;
  }

  .home-page .section {
    padding-bottom: 52px;
  }

  .home-page .home-hero-panel--lead {
    padding-top: 18px;
  }

  .home-hero-intro--supplier {
    min-height: auto;
    min-width: 0;
    inline-size: 100%;
    max-inline-size: 100%;
  }

  .home-hero-intro--supplier .home-hero-intro-copy,
  .page-hero__copy {
    padding: 24px;
    min-width: 0;
    inline-size: 100%;
    max-inline-size: 100%;
  }

  .home-hero-intro--supplier .home-hero-intro-visual {
    min-height: 310px;
  }

  .hero-stats--compact,
  .home-trust-strip,
  .home-category-grid,
  .product-card-meta,
  .field-grid,
  .home-contact-fields {
    grid-template-columns: 1fr;
  }

  .hero-capability-sheet {
    position: static;
    width: auto;
    grid-template-columns: 1fr;
    padding: 12px;
    background: rgba(8, 9, 11, 0.95);
  }

  .hero-capability-sheet span {
    min-height: 38px;
  }

  .home-category-card {
    min-height: 250px;
  }

  .home-headline-block {
    width: 100%;
    margin: 24px auto;
    text-align: left;
    justify-items: start;
  }

  .home-headline-block .editorial-title {
    font-size: 2.45rem;
  }

  .home-page .home-headline-block .editorial-title-line {
    white-space: normal;
  }

  .home-feature-spread-copy,
  .home-service-card,
  .home-about-copy,
  .home-contact-lite {
    padding: 22px;
  }

  .home-contact-shell {
    gap: 26px;
  }

  .home-contact-copy {
    gap: 13px;
  }

  .home-contact-copy .section-title {
    width: 100%;
    max-width: none;
    font-size: clamp(2rem, 9.2vw, 2.45rem);
    line-height: 1.06;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
    text-wrap: balance;
  }

  .home-contact-copy .section-copy {
    width: 100%;
    max-width: 40rem;
    font-size: 0.98rem;
    line-height: 1.65;
    overflow-wrap: normal;
    word-break: normal;
  }

  .page-hero--visual {
    padding: 12px;
    min-height: auto;
  }

  .page-proof-list {
    display: grid;
    grid-template-columns: 1fr;
  }

  .page-proof-list span {
    width: 100%;
    justify-content: flex-start;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .contact-shell {
    padding: 12px;
  }

  .inquiry-form__actions,
  .inquiry-form__submit,
  .home-contact-actions .button {
    width: 100%;
  }

  .button,
  .button-ghost {
    width: 100%;
    min-height: 50px;
    white-space: normal;
    text-align: center;
    line-height: 1.25;
  }

  .hero-actions,
  .cta-actions {
    width: 100%;
  }

  html[dir="rtl"] .home-headline-block {
    text-align: right;
    justify-items: end;
  }
}

@media (max-width: 360px) {
  .topbar-inner {
    gap: 10px;
  }

  .brand-mark--header {
    inline-size: 48px;
    block-size: 38px;
    padding: 5px;
  }

  .brand--header {
    gap: 7px;
  }

  .brand-name-lockup {
    max-width: 78px;
  }

  .brand-name-lockup__title {
    font-size: 0.78rem;
  }

  .brand-name-lockup__tagline {
    display: none;
  }

  .topbar-actions {
    gap: 7px;
  }

  .language-switcher-trigger {
    min-height: 42px;
    gap: 6px;
    padding: 0 8px;
  }

  .language-switcher-short {
    min-width: 30px;
    min-height: 26px;
    padding: 0 6px;
  }

  .language-switcher-caret {
    inline-size: 8px;
    block-size: 8px;
  }

  .mobile-nav-toggle {
    inline-size: 42px;
    block-size: 42px;
  }
}

@media (max-width: 768px) {
  .home-page .container,
  .container {
    width: calc(100vw - 28px) !important;
    max-width: calc(100vw - 28px) !important;
  }

  .home-hero-intro--supplier,
  .home-hero-intro--supplier .home-hero-intro-copy {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .home-hero-intro--supplier .home-hero-intro-copy {
    padding: 22px 18px;
    justify-items: stretch;
    overflow: visible;
  }

  .home-hero-intro--supplier .hero-title,
  .home-hero-intro--supplier .body-large,
  .home-hero-intro--supplier .hero-kicker {
    width: 100%;
    max-width: 100%;
    margin-inline: 0;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .home-hero-intro--supplier .hero-title {
    display: block;
    font-size: 1.9rem;
    line-height: 1.12;
  }

  .home-hero-intro--supplier .body-large {
    font-size: 0.94rem;
    line-height: 1.68;
  }

  .home-hero-intro--supplier .hero-kicker {
    display: block;
    line-height: 1.45;
  }

  .home-hero-intro--supplier .hero-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    width: 100%;
    max-width: 100%;
  }

  .home-hero-intro--supplier .hero-actions .button,
  .home-hero-intro--supplier .hero-actions .button-ghost {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  .page-hero,
  .page-hero__copy,
  .page-proof-list,
  .product-type-strip,
  .product-card,
  .product-card-body,
  .product-card-actions,
  .pagination-nav,
  .hero-stat-inline {
    min-width: 0;
    max-width: 100%;
  }

  .page-proof-list span,
  .product-type-chip,
  .product-card-title,
  .product-card-text,
  .product-type-badge,
  .product-card-actions a,
  .pagination-link,
  .pagination-status,
  .hero-stat-inline strong,
  .hero-stat-inline span {
    min-width: 0;
    max-width: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
  }
}

@media (max-width: 1100px) {
  .project-fit-panel__title {
    max-width: 16ch;
  }
}

@media (max-width: 768px) {
  .project-fit-panel {
    gap: 34px;
    padding: 28px 24px;
  }

  .project-fit-panel__details {
    grid-template-columns: 1fr;
  }

  .project-fit-panel__title {
    max-width: 12ch;
    font-size: clamp(2.45rem, 13vw, 4rem);
  }
}

