.ih-categories-page {
  --ih-palette-coral: #FE5F50;
  --ih-palette-red: #CE283D;
  --ih-palette-rose: #F0A9B7;
  --ih-palette-plum: #752873;
  --ih-palette-lilac: #B36EA7;
  --ih-palette-blue: #1F3CA6;
  --ih-palette-sky: #81A3E6;
  --ih-palette-teal: #2F9780;
  --ih-palette-mint: #A4D2D4;
  --ih-palette-peach: #F6CAA2;
  --ih-palette-taupe: #95837B;
  --ih-palette-stone: #CBBBA5;
  --ih-palette-ink: #313030;
  --ih-palette-graphite: #5B5A58;
  --ih-palette-grey: #969694;
  --ih-palette-line: #DAD9D7;
  --ih-palette-soft: #F3F2F0;
  --ih-palette-white: #FFFFFF;
  --ih-bg: #F3F2F0;
  --ih-card: #FFFFFF;
  --ih-ink: #313030;
  --ih-muted: #5B5A58;
  --ih-line: rgba(49, 48, 48, 0.08);
  --ih-accent: #FE5F50;
  --ih-shadow: 0 8px 22px rgba(49, 48, 48, 0.04);
  background: #FFFFFF;
  color: var(--ih-ink);
  font-family: "Montserrat", sans-serif;
  overflow: clip;
}

.ih-categories-page [hidden],
.ih-categories-page .ih-category-panel[hidden],
.ih-categories-page .ih-category-preview[hidden] {
  display: none !important;
}

.ih-categories-page .ih-category-panel:not(.is-active),
.ih-categories-page .ih-category-preview:not(.is-active) {
  display: none;
}

.ih-categories-page .ih-category-panel.is-active,
.ih-categories-page .ih-category-preview.is-active {
  display: block;
}

.page-id-7900 .qodef-wrapper,
.page-id-7900 .qodef-wrapper-inner,
.page-id-7900 .qodef-content,
.page-id-7900 .qodef-content-inner {
  background: #FFFFFF !important;
}

.page-id-7900 .qodef-content .qodef-content-inner > .qodef-full-width,
.page-id-7900 .qodef-content .qodef-content-inner > .qodef-full-width > .qodef-full-width-inner {
  padding: 0 !important;
}

.ih-categories-shell {
  width: min(1320px, calc(100% - 48px));
  margin: 0 auto;
}

.ih-categories-hero .ih-categories-shell {
  width: min(1100px, calc(100% - 56px));
}

.ih-categories-hero {
  position: relative;
  padding: 42px 0 24px;
  background: #FFFFFF;
}

.ih-categories-breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 28px;
  padding: 10px 16px;
  border: 1px solid var(--ih-line);
  border-radius: 999px;
  background: #FFFFFF;
  color: var(--ih-muted);
  font-size: 13px;
  letter-spacing: 0.01em;
}

.ih-categories-breadcrumb a {
  color: inherit;
}

.ih-categories-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(340px, 0.86fr);
  gap: 48px;
  align-items: start;
}

.ih-categories-hero-copy {
  align-self: start;
}

.ih-categories-kicker,
.ih-panel-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  color: #969694;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ih-categories-title,
.ih-category-panel-head h2,
.ih-categories-cta-card h2 {
  margin: 0;
  color: var(--ih-ink);
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.ih-categories-title {
  font-size: clamp(2.1rem, 3vw, 3.35rem);
  line-height: 1.08;
  max-width: 12ch;
}

.ih-categories-summary,
.ih-category-panel-head p,
.ih-categories-cta-card p {
  color: var(--ih-muted);
  font-size: 17px;
  line-height: 1.75;
}

.ih-categories-summary {
  max-width: 56ch;
  margin: 22px 0 0;
}

.ih-categories-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 30px;
  max-width: 760px;
}

.ih-categories-metric,
.ih-categories-cta-card,
.ih-scene-browser,
.ih-scene-floating-card,
.ih-category-preview,
.ih-option-button {
  border: 1px solid var(--ih-line);
  box-shadow: var(--ih-shadow);
}

.ih-categories-metric {
  padding: 18px 20px;
  border-radius: 8px;
  background: #FFFFFF;
}

.ih-categories-metric span {
  display: block;
  color: var(--ih-muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ih-categories-metric strong {
  display: block;
  margin-top: 8px;
  font-size: 1.05rem;
}

.ih-categories-hero-visual {
  position: sticky;
  top: calc(var(--ih-header-offset, 74px) + 32px);
  align-self: start;
  min-height: 390px;
}

.ih-scene-orb {
  display: none;
}

.ih-scene-orb-one {
  top: 30px;
  right: 24px;
  width: 170px;
  height: 170px;
  background: radial-gradient(circle at 30% 30%, rgba(254, 95, 80, 0.22), rgba(254, 95, 80, 0.03));
}

.ih-scene-orb-two {
  bottom: 48px;
  left: 14px;
  width: 210px;
  height: 210px;
  background: radial-gradient(circle at 30% 30%, rgba(164, 210, 212, 0.92), rgba(164, 210, 212, 0.1));
}

.ih-scene-browser {
  position: absolute;
  inset: 28px 12px 28px 24px;
  z-index: 2;
  padding: 18px 18px 22px;
  border-radius: 10px;
  background: #FFFFFF;
  transform: none;
}

.ih-scene-browser-top {
  display: flex;
  gap: 7px;
}

.ih-scene-browser-top span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(49, 48, 48, 0.16);
}

.ih-scene-browser-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.85fr;
  gap: 16px;
  margin-top: 20px;
}

.ih-scene-mini-card {
  min-height: 120px;
  padding: 18px;
  border-radius: 8px;
  background: #F3F2F0;
  border: 1px solid rgba(49, 48, 48, 0.08);
}

.ih-scene-mini-card.is-primary {
  display: flex;
  align-items: center;
  gap: 16px;
  grid-row: span 2;
  min-height: 220px;
  background: #F3F2F0;
}

.ih-scene-mini-card.is-wide {
  grid-column: 1 / -1;
}

.ih-scene-mini-card-icon {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border-radius: 8px;
  background: #313030;
  color: #FFFFFF;
  font-family: "Montserrat", sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
}

.ih-scene-mini-card strong,
.ih-scene-floating-card strong {
  display: block;
  font-size: 1rem;
  line-height: 1.35;
}

.ih-scene-mini-card small,
.ih-scene-floating-card span {
  display: block;
  margin-top: 8px;
  color: var(--ih-muted);
  font-size: 0.84rem;
  line-height: 1.5;
}

.ih-wave-lines {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background:
    radial-gradient(circle at 20% 50%, rgba(255,255,255,0.4), transparent 22%),
    repeating-linear-gradient(
      0deg,
      rgba(254, 95, 80, 0.04) 0 10px,
      rgba(49, 48, 48, 0.62) 10px 14px
    );
}

.ih-scene-floating-card {
  display: none;
}

.ih-scene-floating-card.is-left {
  left: 0;
  bottom: 92px;
  transform: rotate(-9deg);
}

.ih-scene-floating-card.is-right {
  right: 0;
  top: 88px;
  transform: rotate(8deg);
}

.ih-categories-selector {
  --ih-tabbar-height: 0px;
  padding: 34px 0 46px;
  margin-top: 18px;
  background: #FFFFFF;
}

.ih-categories-selector.has-fixed-tabbar {
  padding-top: calc(34px + var(--ih-tabbar-height));
}

.ih-categories-tabbar {
  width: 100%;
  z-index: 30;
  background: #FFFFFF;
  box-shadow: 0 6px 18px rgba(49, 48, 48, 0.05);
}

.ih-categories-tabbar.is-fixed {
  position: fixed;
  top: var(--ih-header-offset, 74px);
  left: 0;
  right: 0;
}

.ih-categories-stage {
  border: 1px solid var(--ih-line);
  border-radius: 8px;
  background: #FFFFFF;
  box-shadow: none;
  overflow: hidden;
  max-width: 1240px;
  margin: 0 auto;
  margin-top: 0;
}

.ih-categories-tablist {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
  padding: 12px 24px;
  border-radius: 0;
  background: #FFFFFF;
  overflow: visible;
}

.ih-categories-tablist::-webkit-scrollbar {
  display: none;
}

.ih-category-tab {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  min-height: 56px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: #5B5A58;
  cursor: pointer;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1;
  padding: 0 22px;
  text-align: center;
  white-space: nowrap;
  transition: transform 220ms ease, background-color 220ms ease, color 220ms ease, box-shadow 220ms ease;
}

.ih-category-tab-icon,
.ih-option-button-icon svg,
.ih-category-preview-badge-icon svg,
.ih-preview-artwork-symbol svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.ih-category-tab-icon {
  display: none;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}

.ih-category-tab-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1.1;
}

.ih-category-tab.is-active {
  background: #F3F2F0;
  color: #313030;
  box-shadow: none;
  transform: none;
}

.ih-category-tab:hover,
.ih-category-tab:focus-visible {
  background: #F3F2F0;
  color: #313030;
  box-shadow: none;
  transform: none;
  outline: none;
}

.ih-category-panel {
  padding: 0 18px 18px;
  background: #FFFFFF;
  --ih-theme: #313030;
  --ih-theme-soft: rgba(49, 48, 48, 0.12);
  --ih-theme-surface: #F3F2F0;
  --ih-panel-wash: #FFFFFF;
}

.ih-category-panel.theme-logo-identity {
  --ih-theme: #313030;
  --ih-theme-soft: rgba(49, 48, 48, 0.12);
  --ih-theme-surface: #F3F2F0;
  --ih-panel-wash: #FFFFFF;
}

.ih-category-panel.theme-web-app {
  --ih-theme: #313030;
  --ih-theme-soft: rgba(49, 48, 48, 0.12);
  --ih-theme-surface: #F3F2F0;
  --ih-panel-wash: #FFFFFF;
}

.ih-category-panel.theme-marketing {
  --ih-theme: #313030;
  --ih-theme-soft: rgba(49, 48, 48, 0.12);
  --ih-theme-surface: #F3F2F0;
  --ih-panel-wash: #FFFFFF;
}

.ih-category-panel.theme-clothing {
  --ih-theme: #313030;
  --ih-theme-soft: rgba(49, 48, 48, 0.12);
  --ih-theme-surface: #F3F2F0;
  --ih-panel-wash: #FFFFFF;
}

.ih-category-panel.theme-art-illustration {
  --ih-theme: #313030;
  --ih-theme-soft: rgba(49, 48, 48, 0.12);
  --ih-theme-surface: #F3F2F0;
  --ih-panel-wash: #FFFFFF;
}

.ih-category-panel-head {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.8fr);
  gap: 32px;
  align-items: end;
  margin-bottom: 0;
  padding: 28px 12px 20px;
  border-radius: 0;
  background: var(--ih-panel-wash);
}

.ih-category-panel-head h2 {
  font-size: clamp(1.85rem, 2.8vw, 2.7rem);
  line-height: 1.08;
}

.ih-category-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: 0;
  align-items: start;
  border: 1px solid var(--ih-line);
  border-radius: 12px;
  background: #FFFFFF;
  overflow: hidden;
  margin-top: 10px;
}

.ih-category-options {
  height: 100%;
  padding: 14px;
  border-right: 1px solid var(--ih-line);
  background: #F3F2F0;
}

.ih-category-options-list {
  display: grid;
  gap: 12px;
}

.ih-option-button {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  padding: 15px;
  border-radius: 6px;
  background: #FFFFFF;
  color: var(--ih-ink);
  text-align: left;
  cursor: pointer;
  box-shadow: none;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease, background-color 220ms ease;
}

.ih-option-button:hover,
.ih-option-button:focus-visible {
  transform: none;
  border-color: rgba(49, 48, 48, 0.16);
  outline: none;
}

.ih-option-button.is-active {
  border-color: var(--ih-theme-soft);
  background: #F3F2F0;
  box-shadow: none;
  transform: none;
}

.ih-option-button-icon {
  position: relative;
  display: grid;
  place-items: center;
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  border-radius: 6px;
  color: #313030;
  box-shadow: inset 0 0 0 1px rgba(49, 48, 48, 0.04);
  overflow: hidden;
}

.ih-option-button-icon.has-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ih-option-button-icon-badge {
  position: absolute;
  right: 4px;
  bottom: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  color: #313030;
  box-shadow: 0 0 0 1px rgba(49, 48, 48, 0.08);
}

.ih-option-button-icon-badge svg {
  width: 10px;
  height: 10px;
}

.ih-option-button-copy strong {
  display: block;
  font-size: 1rem;
  line-height: 1.35;
}

.ih-option-button-copy {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.ih-option-button-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.ih-option-button-copy small {
  display: inline-flex;
  margin-top: 0;
  color: var(--ih-muted);
  font-size: 0.84rem;
  font-weight: 700;
}

.ih-category-preview-badges {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.ih-service-chip {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid rgba(49, 48, 48, 0.08);
  background: #FFFFFF;
  color: var(--ih-muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ih-service-chip.is-single {
  background: #F8F2E8;
  color: #7B6640;
}

.ih-service-chip.is-package {
  background: #EDF6F5;
  color: #2F7073;
}

.accent-sky,
.accent-mint,
.accent-coral,
.accent-gold {
  background: #F3F2F0;
}

.ih-category-preview-wrap {
  padding: 14px;
  background: #FFFFFF;
}

.ih-category-preview {
  padding: 24px;
  border-radius: 6px;
  background: #FFFFFF;
  box-shadow: none;
  min-height: 100%;
  border: 1px solid rgba(49, 48, 48, 0.04);
}

.ih-category-preview-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.ih-category-preview-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 13px;
  border-radius: 999px;
  background: #F3F2F0;
  color: #313030;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ih-category-preview-badge-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.ih-category-preview h3 {
  margin: 20px 0 0;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.6rem, 2.2vw, 2.25rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.ih-category-preview-description {
  margin: 14px 0 20px;
  color: var(--ih-muted);
  font-size: 1rem;
  line-height: 1.75;
  max-width: 58ch;
}

.ih-category-preview-artwork {
  position: relative;
  min-height: 140px;
  margin: 0 0 20px;
  border-radius: 6px;
  overflow: hidden;
  background: #F3F2F0;
  border: 1px solid rgba(49, 48, 48, 0.08);
}

.ih-category-preview-artwork.has-media {
  min-height: 260px;
  padding: 14px;
  background:
    radial-gradient(circle at 10% 10%, rgba(255, 255, 255, 0.9), transparent 28%),
    linear-gradient(180deg, #f7f5f1 0%, #efece7 100%);
}

.ih-preview-artwork-grid {
  display: grid;
  gap: 12px;
  height: 100%;
  min-height: 230px;
}

.ih-category-preview-artwork.layout-spotlight .ih-preview-artwork-grid {
  grid-template-columns: minmax(0, 1.2fr) minmax(120px, 0.8fr);
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.ih-category-preview-artwork.layout-spotlight .ih-preview-frame.frame-1 {
  grid-row: 1 / span 2;
}

.ih-category-preview-artwork.layout-duo .ih-preview-artwork-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ih-category-preview-artwork.layout-stack .ih-preview-artwork-grid {
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.ih-category-preview-artwork.layout-stack .ih-preview-frame.frame-1 {
  grid-row: 1 / span 2;
}

.ih-category-preview-artwork.layout-editorial .ih-preview-artwork-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: minmax(130px, 1.1fr) minmax(84px, 0.9fr);
}

.ih-category-preview-artwork.layout-editorial .ih-preview-frame.frame-1 {
  grid-column: 1 / span 3;
}

.ih-preview-frame {
  position: relative;
  margin: 0;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid rgba(49, 48, 48, 0.08);
  background: #ffffff;
}

.ih-preview-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ih-preview-frame figcaption {
  position: absolute;
  left: 10px;
  bottom: 10px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: #313030;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ih-preview-artwork-main {
  position: absolute;
  inset: 16px 88px 16px 16px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(49, 48, 48, 0.06);
  box-shadow: none;
}

.ih-preview-artwork-toolbar {
  display: flex;
  gap: 6px;
  padding: 14px 14px 0;
}

.ih-preview-artwork-toolbar span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(49, 48, 48, 0.12);
}

.ih-preview-artwork-body {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 12px;
  align-items: center;
  padding: 16px;
}

.ih-preview-artwork-symbol {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 6px;
  color: #313030;
  background: #FFFFFF;
  box-shadow: inset 0 0 0 1px rgba(49, 48, 48, 0.08);
}

.ih-preview-artwork-symbol svg {
  width: 28px;
  height: 28px;
}

.ih-preview-artwork-lines {
  display: grid;
  gap: 10px;
}

.ih-preview-artwork-lines span {
  display: block;
  height: 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(49, 48, 48, 0.16), rgba(49, 48, 48, 0.06));
}

.ih-preview-artwork-lines span:nth-child(1) {
  width: 92%;
}

.ih-preview-artwork-lines span:nth-child(2) {
  width: 70%;
}

.ih-preview-artwork-lines span:nth-child(3) {
  width: 84%;
}

.ih-preview-artwork-card {
  position: absolute;
  right: 12px;
  min-width: 120px;
  max-width: 150px;
  padding: 10px 12px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(49, 48, 48, 0.06);
  box-shadow: none;
  color: #5B5A58;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.45;
}

.ih-preview-artwork-card.is-top {
  top: 14px;
  transform: none;
}

.ih-preview-artwork-card.is-bottom {
  bottom: 14px;
  transform: none;
}

.ih-service-price {
  color: #313030;
  font-size: 0.95rem;
  font-weight: 800;
}

.ih-service-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ih-service-list li {
  position: relative;
  padding-left: 22px;
  color: #5B5A58;
  font-size: 0.95rem;
  line-height: 1.75;
}

.ih-service-list li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #313030;
  box-shadow: 0 0 0 5px rgba(49, 48, 48, 0.08);
}

.ih-category-preview-note {
  display: grid;
  gap: 10px;
  margin-top: 28px;
  padding: 16px 18px;
  border-radius: 6px;
  background: #F3F2F0;
  border: 1px solid rgba(49, 48, 48, 0.08);
}

.ih-category-preview-note strong {
  font-size: 1rem;
  line-height: 1.45;
}

.ih-category-preview-note p {
  margin: 0;
  color: var(--ih-muted);
  line-height: 1.7;
}

.ih-category-cta,
.ih-button-primary,
.ih-button-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 26px;
  border-radius: 999px;
  white-space: nowrap;
  font-weight: 800;
  text-decoration: none;
  transition: background-color 220ms ease, color 220ms ease, border-color 220ms ease;
}

.ih-category-cta,
.ih-button-primary {
  background: #313030;
  color: #FFFFFF;
  box-shadow: none;
}

.ih-category-cta {
  width: 100%;
  margin-top: 24px;
}

.ih-category-preview-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.ih-category-preview-actions .ih-category-cta {
  width: auto;
  margin-top: 0;
}

.ih-category-cta-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid rgba(49, 48, 48, 0.14);
  background: #FFFFFF;
  color: var(--ih-ink);
  font-weight: 800;
  text-decoration: none;
  transition: background-color 220ms ease, color 220ms ease, border-color 220ms ease;
}

.ih-button-secondary {
  border: 1px solid rgba(49, 48, 48, 0.14);
  background: #FFFFFF;
  color: var(--ih-ink);
}

.ih-category-cta:hover,
.ih-button-primary:hover,
.ih-button-secondary:hover {
  transform: none;
}

.ih-categories-cta-strip {
  padding: 18px 0 68px;
  background: #FFFFFF;
}

.ih-categories-cta-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding: 28px;
  border-radius: 8px;
  background: #FFFFFF;
}

.ih-categories-cta-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

[data-reveal] {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
  transition: opacity 600ms ease, transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--reveal-delay, 0s);
}

[data-reveal="left"] {
  transform: translate3d(26px, 0, 0);
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@media (max-width: 1100px) {
  .ih-categories-hero-grid,
  .ih-category-panel-head,
  .ih-category-layout,
  .ih-categories-cta-card {
    grid-template-columns: 1fr;
  }

  .ih-categories-hero-visual {
    position: relative;
    top: auto;
    min-height: 420px;
  }

  .ih-categories-tabbar.is-fixed {
    top: var(--ih-header-offset, 64px);
  }
}

@media (max-width: 760px) {
  .ih-categories-shell {
    width: min(100% - 24px, 1180px);
  }

  .ih-categories-hero {
    padding-top: 20px;
  }

  .ih-categories-title {
    max-width: 100%;
    font-size: clamp(2.4rem, 10vw, 3.5rem);
  }

  .ih-categories-metrics {
    grid-template-columns: 1fr;
  }

  .ih-categories-selector {
    padding-top: 24px;
  }

  .ih-categories-selector.has-fixed-tabbar {
    padding-top: calc(24px + var(--ih-tabbar-height));
  }

  .ih-categories-tablist {
    width: 100%;
    padding: 10px 12px;
    overflow-x: auto;
    overflow-y: hidden;
    justify-content: flex-start;
    flex-wrap: nowrap;
  }

  .ih-categories-tabbar.is-fixed {
    top: 0;
  }

  .ih-category-panel {
    padding: 24px 16px 8px;
  }

  .ih-category-panel-head {
    padding: 0 0 24px;
  }

  .ih-category-layout {
    border-radius: 26px;
  }

  .ih-category-options {
    padding: 14px;
    border-right: 0;
    border-bottom: 1px solid var(--ih-line);
  }

  .ih-category-preview-wrap {
    padding: 14px;
  }

  .ih-category-preview-artwork.layout-spotlight .ih-preview-artwork-grid,
  .ih-category-preview-artwork.layout-stack .ih-preview-artwork-grid,
  .ih-category-preview-artwork.layout-editorial .ih-preview-artwork-grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .ih-category-preview-artwork.layout-spotlight .ih-preview-frame.frame-1,
  .ih-category-preview-artwork.layout-stack .ih-preview-frame.frame-1,
  .ih-category-preview-artwork.layout-editorial .ih-preview-frame.frame-1 {
    grid-column: auto;
    grid-row: auto;
  }

  .ih-scene-browser {
    inset: 44px 12px 40px;
    transform: none;
  }

  .ih-scene-floating-card {
    display: none;
  }

  .ih-categories-cta-actions {
    flex-direction: column;
  }

  .ih-button-primary,
  .ih-button-secondary,
  .ih-category-cta-secondary {
    width: 100%;
  }

  .ih-category-preview-actions .ih-category-cta {
    width: 100%;
  }
}
