body.inner-page {
  background: var(--paper);
}

.inner-hero {
  padding: clamp(58px, 8vw, 92px) clamp(18px, 4vw, 56px);
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(20, 32, 26, 0.88), rgba(20, 32, 26, 0.54)),
    url("assets/hero-perfume-oem.png") center / cover;
}

.inner-hero-content {
  width: min(980px, 100%);
  margin: 0 auto;
}

.inner-hero h1 {
  max-width: 860px;
  margin: 0;
  font-size: clamp(38px, 5vw, 68px);
  line-height: 1.02;
}

.inner-hero p:not(.eyebrow) {
  max-width: 760px;
  color: rgba(255, 253, 248, 0.88);
  font-size: 19px;
  line-height: 1.65;
}

.content-shell {
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(48px, 7vw, 86px) 0;
}

.content-grid {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: clamp(24px, 5vw, 64px);
  align-items: start;
}

.side-panel {
  position: sticky;
  top: 98px;
  display: grid;
  gap: 12px;
  padding: 20px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(23, 32, 27, 0.07);
}

.side-panel a {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 0;
  color: #344238;
  border-bottom: 1px solid var(--wash);
  font-weight: 800;
}

.side-panel a:last-child {
  border-bottom: 0;
}

.article-stack {
  display: grid;
  gap: 28px;
}

.content-block {
  padding: 28px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.content-block h2 {
  font-size: clamp(26px, 3vw, 38px);
}

.content-block p,
.content-block li {
  color: var(--muted);
  line-height: 1.7;
}

.content-block ul,
.content-block ol {
  padding-left: 22px;
}

.fact-table {
  width: 100%;
  min-width: 0;
}

.fact-table th {
  width: 32%;
}

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

.path-card {
  padding: 20px;
  background: var(--wash);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.path-card h3 {
  margin-bottom: 8px;
}

.inline-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.process-flow {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  margin-top: 18px;
}

.process-step {
  position: relative;
  min-height: 164px;
  padding: 18px;
  background: var(--wash);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.process-step strong {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-bottom: 18px;
  color: var(--white);
  background: var(--sage-dark);
  border-radius: 8px;
}

.process-step h3 {
  font-size: 18px;
}

.process-step p {
  margin-bottom: 0;
}

.comparison-table td:first-child,
.comparison-table th:first-child {
  font-weight: 800;
}

.faq-index {
  display: grid;
  gap: 12px;
}

.data-note {
  padding: 16px 18px;
  color: #344238;
  background: #fff8e7;
  border: 1px solid #ead6a8;
  border-radius: 8px;
}

.catalog-hero {
  position: relative;
  min-height: 360px;
  display: grid;
  align-items: end;
  overflow: hidden;
  isolation: isolate;
  color: var(--white);
}

.catalog-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(20, 32, 26, 0.9), rgba(20, 32, 26, 0.58) 56%, rgba(20, 32, 26, 0.22));
}

.catalog-hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(135deg, rgba(41, 74, 54, 0.45), rgba(180, 90, 98, 0.18)),
    url("assets/bottle-detail.png") center / cover;
}

.catalog-hero-content {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: 54px 0;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 26px;
  color: rgba(255, 253, 248, 0.72);
  font-size: 13px;
  font-weight: 800;
}

.breadcrumb a:hover {
  color: var(--white);
}

.catalog-hero h1 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(34px, 5vw, 64px);
  line-height: 1.04;
}

.catalog-hero p:not(.eyebrow) {
  max-width: 760px;
  color: rgba(255, 253, 248, 0.86);
  font-size: 18px;
  line-height: 1.65;
}

.catalog-search {
  display: grid;
  grid-template-columns: 24px 1fr;
  align-items: center;
  gap: 10px;
  width: min(560px, 100%);
  margin-top: 26px;
  padding: 10px 14px;
  background: rgba(255, 253, 248, 0.96);
  border: 1px solid rgba(255, 253, 248, 0.44);
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(13, 23, 18, 0.2);
}

.catalog-search svg {
  color: var(--sage-dark);
}

.catalog-search input {
  min-height: 38px;
  padding: 0;
  border: 0;
  background: transparent;
}

.catalog-shell {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(34px, 5vw, 64px) 0;
  display: grid;
  grid-template-columns: 284px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.catalog-sidebar {
  position: sticky;
  top: 94px;
  display: grid;
  gap: 16px;
}

.catalog-panel,
.quote-tray {
  padding: 18px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(23, 32, 27, 0.07);
}

.catalog-panel h2 {
  margin: 0 0 12px;
  font-size: 18px;
}

.catalog-filter,
.catalog-tags button,
.catalog-pagination button,
.quote-button {
  cursor: pointer;
  border-radius: 8px;
  transition: border-color 180ms ease, color 180ms ease, background 180ms ease, transform 180ms ease;
}

.catalog-filter {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 8px;
  padding: 12px;
  color: #344238;
  background: #fff;
  border: 1px solid var(--wash);
  text-align: left;
  font-weight: 800;
}

.catalog-filter span {
  color: var(--muted);
  font-size: 12px;
}

.catalog-filter:hover,
.catalog-filter.is-active,
.catalog-tags button:hover,
.catalog-tags button.is-active {
  color: var(--white);
  background: var(--sage-dark);
  border-color: var(--sage-dark);
}

.catalog-filter.is-active span,
.catalog-filter:hover span {
  color: rgba(255, 253, 248, 0.72);
}

.hot-products {
  display: grid;
  gap: 10px;
}

.hot-products a {
  display: grid;
  gap: 4px;
  padding: 11px 0;
  border-bottom: 1px solid var(--wash);
}

.hot-products a:last-child {
  border-bottom: 0;
}

.hot-products span {
  color: #344238;
  font-weight: 800;
  line-height: 1.35;
}

.hot-products small,
.quote-tray small {
  color: var(--muted);
  line-height: 1.45;
}

.quote-tray {
  display: grid;
  gap: 14px;
  background: #eef3ee;
}

.quote-tray strong {
  display: block;
  margin-bottom: 4px;
}

.quote-tray .button {
  width: 100%;
}

.catalog-content {
  min-width: 0;
}

.catalog-toolbar {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 16px;
}

.catalog-toolbar h2 {
  margin: 0;
  font-size: clamp(28px, 3vw, 42px);
}

.catalog-sort {
  display: grid;
  gap: 6px;
  min-width: 210px;
}

.catalog-sort label {
  font-size: 12px;
  text-transform: uppercase;
}

.catalog-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}

.catalog-tags button {
  min-height: 38px;
  padding: 0 12px;
  color: #344238;
  background: var(--white);
  border: 1px solid var(--line);
  font-weight: 800;
}

.catalog-status {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 14px;
}

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

.catalog-card {
  display: grid;
  grid-template-rows: 168px 1fr auto;
  min-width: 0;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(23, 32, 27, 0.07);
}

.catalog-card[hidden] {
  display: none;
}

.catalog-card-media {
  display: grid;
  place-items: center;
  color: rgba(255, 253, 248, 0.95);
}

.catalog-card-media svg {
  width: 52px;
  height: 52px;
  filter: drop-shadow(0 8px 14px rgba(20, 32, 26, 0.22));
}

.media-amber {
  background: linear-gradient(135deg, #7c5535, #c58a3a);
}

.media-rose {
  background: linear-gradient(135deg, #7b3f4d, #c97b83);
}

.media-green {
  background: linear-gradient(135deg, #294a36, #78a06d);
}

.media-wood {
  background: linear-gradient(135deg, #3a3329, #90684d);
}

.media-teal {
  background: linear-gradient(135deg, #315e64, #80aeb2);
}

.media-gold {
  background: linear-gradient(135deg, #6c5630, #d3a54b);
}

.catalog-card-body {
  min-width: 0;
  padding: 18px;
}

.catalog-badge {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 5px 8px;
  color: var(--sage-dark);
  background: var(--wash);
  border: 1px solid var(--line);
  border-radius: 8px;
  font-size: 12px;
  font-weight: 900;
}

.catalog-card h3 {
  min-height: 54px;
  margin: 0 0 9px;
  font-size: 20px;
  line-height: 1.35;
}

.catalog-card p {
  min-height: 72px;
  margin: 0 0 14px;
  color: var(--muted);
  line-height: 1.55;
}

.catalog-card dl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 0 0 14px;
}

.catalog-card dl div {
  padding: 10px;
  background: #f8f6ef;
  border: 1px solid var(--wash);
  border-radius: 8px;
}

.catalog-card dt {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.catalog-card dd {
  margin: 4px 0 0;
  color: #344238;
  font-size: 13px;
  font-weight: 800;
}

.catalog-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.catalog-card-tags span {
  padding: 5px 7px;
  color: #344238;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  font-size: 12px;
  font-weight: 800;
}

.quote-button {
  min-height: 48px;
  color: var(--white);
  background: var(--sage-dark);
  border: 0;
  border-radius: 0;
  font-weight: 900;
}

.quote-button:hover,
.quote-button.is-added {
  background: var(--rose);
}

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

.catalog-empty p {
  color: var(--muted);
}

.catalog-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 26px;
}

.catalog-pagination button {
  display: grid;
  place-items: center;
  min-width: 42px;
  min-height: 40px;
  padding: 0 12px;
  color: #344238;
  background: var(--white);
  border: 1px solid var(--line);
  font-weight: 800;
}

.catalog-pagination button:hover,
.catalog-pagination button.is-active {
  color: var(--white);
  background: var(--sage-dark);
  border-color: var(--sage-dark);
}

@media (max-width: 860px) {
  .content-grid,
  .path-grid,
  .process-flow {
    grid-template-columns: 1fr;
  }

  .side-panel {
    position: static;
  }

  .inner-hero h1 {
    max-width: 340px;
    font-size: 30px;
    line-height: 1.08;
    overflow-wrap: break-word;
  }

  .inner-hero p:not(.eyebrow) {
    max-width: 340px;
    font-size: 17px;
    overflow-wrap: break-word;
  }

  .inner-hero {
    background-position: 68% center;
  }

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

  .catalog-sidebar {
    position: static;
    grid-template-columns: 1fr 1fr;
  }

  .catalog-panel:last-of-type,
  .quote-tray {
    grid-column: 1 / -1;
  }

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

  .catalog-toolbar {
    align-items: stretch;
    flex-direction: column;
  }
}

@media (max-width: 620px) {
  .catalog-hero {
    min-height: 420px;
  }

  .catalog-hero-content {
    width: calc(100% - 28px);
    padding: 42px 0;
  }

  .catalog-hero h1 {
    max-width: 340px;
    font-size: 30px;
    line-height: 1.08;
    overflow-wrap: break-word;
  }

  .catalog-hero p:not(.eyebrow) {
    max-width: 340px;
    font-size: 16px;
  }

  .catalog-shell {
    width: calc(100% - 28px);
  }

  .catalog-sidebar,
  .catalog-grid,
  .catalog-card dl {
    grid-template-columns: 1fr;
  }

  .catalog-card {
    grid-template-rows: 150px 1fr auto;
  }

  .catalog-card h3,
  .catalog-card p {
    min-height: 0;
  }
}
