/* ASEM Catalogue Premium V3. Keep mirrored with _premium-catalog.scss. */
.asem-catalog-page {
  --catalog-navy: #002261;
  --catalog-blue: #073ad6;
  --catalog-blue-dark: #062d99;
  --catalog-teal: #12aa9c;
  --catalog-ink: #0b2a54;
  --catalog-muted: #60718a;
  --catalog-line: #d7e3f0;
  --catalog-soft: #f3f7fd;
  --catalog-white: #fff;
  overflow: visible;
  background: var(--catalog-white);
  color: var(--catalog-ink);
}

html.asem-catalog-motion-page,
body.asem-catalog-motion-page {
  overflow-x: clip;
  overflow-y: visible;
}

.asem-catalog-page * { box-sizing: border-box; }
.asem-catalog-page [hidden] { display: none !important; }
.asem-catalog-page :where(a, button, input, select, summary):focus-visible { outline: 3px solid var(--catalog-teal); outline-offset: 3px; }
.asem-catalog-page :where(section) { padding: 0; }

.asem-catalog-hero {
  position: relative;
  display: flex;
  min-height: 330px;
  align-items: center;
  overflow: hidden;
  background: var(--catalog-navy);
  isolation: isolate;
}

.asem-catalog-hero::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 24, 77, .98) 0%, rgba(0, 31, 93, .94) 34%, rgba(0, 38, 91, .52) 58%, rgba(0, 28, 72, .08) 82%);
  content: '';
}

.asem-catalog-hero__media { position: absolute; z-index: -2; inset: 0; }
.asem-catalog-hero__media img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.asem-catalog-hero__content { position: relative; padding-top: 36px; padding-bottom: 72px; }
.asem-catalog-breadcrumb { display: flex; flex-wrap: wrap; margin: 0 0 20px; padding: 0; color: rgba(255, 255, 255, .78); font-size: 13px; list-style: none; }
.asem-catalog-breadcrumb li + li::before { margin: 0 10px; color: var(--catalog-teal); content: '\203A'; }
.asem-catalog-breadcrumb a { color: #fff; font-weight: 700; }
.asem-catalog-breadcrumb a:hover { color: #8ce3d7; }
.asem-catalog-hero__eyebrow { margin: 0 0 10px; color: #8ce3d7; font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.asem-catalog-hero h1 { max-width: 760px; margin: 0; color: #fff; font-size: clamp(38px, 4.1vw, 58px); font-weight: 700; letter-spacing: -.035em; line-height: 1.04; }
.asem-catalog-hero__content > p:last-child { max-width: 700px; margin: 18px 0 0; color: rgba(255, 255, 255, .9); font-size: clamp(15px, 1.45vw, 18px); line-height: 1.68; }

.asem-catalog-shell { position: relative; z-index: 2; }
.asem-catalog-trust { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: -38px; overflow: hidden; border: 1px solid rgba(213, 224, 237, .94); border-radius: 18px; background: #fff; box-shadow: 0 18px 48px rgba(7, 42, 91, .11); }
.asem-catalog-trust article { display: grid; grid-template-columns: 42px minmax(0, 1fr); gap: 12px; min-width: 0; padding: 20px; }
.asem-catalog-trust article + article { border-left: 1px solid var(--catalog-line); }
.asem-catalog-trust__icon { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid #cad9ed; border-radius: 50%; color: var(--catalog-blue); font-size: 16px; }
.asem-catalog-trust h2 { margin: 0 0 4px; color: var(--catalog-navy); font-size: 13px; font-weight: 800; line-height: 1.35; }
.asem-catalog-trust p { margin: 0; color: var(--catalog-muted); font-size: 11px; line-height: 1.55; }

.asem-catalog-needs { padding: 34px 0 26px; }
.asem-catalog-needs h2 { margin: 0 0 15px; color: var(--catalog-navy); font-size: clamp(19px, 1.8vw, 24px); }
.asem-catalog-needs__list { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin: 0; padding: 0; list-style: none; }
.asem-catalog-needs__list li { min-width: 0; }
.asem-catalog-needs__button { display: inline-flex; width: 100%; min-width: 0; min-height: 48px; align-items: center; justify-content: center; gap: 10px; padding: 9px 13px; border: 1px solid #cbd8e8; border-radius: 12px; background: #fff; color: var(--catalog-navy); font: inherit; font-size: 12px; font-weight: 800; line-height: 1.25; transition: border-color .18s ease, background-color .18s ease, color .18s ease, transform .18s ease; }
.asem-catalog-needs__button i { flex: 0 0 auto; color: var(--catalog-blue); font-size: 16px; }
.asem-catalog-needs__button:hover { transform: translateY(-2px); border-color: var(--catalog-teal); background: #edfffb; color: #075d57; }
.asem-catalog-needs__button:hover i { color: var(--catalog-teal); }

.asem-catalog-featured { padding: 20px 0 0; }
.asem-catalog-featured__intro { max-width: 920px; margin: 0 auto 34px; text-align: center; }
.asem-catalog-section-kicker { margin: 0 0 8px; color: var(--catalog-teal); font-size: 11px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.asem-catalog-featured__intro h2 { margin: 0; color: var(--catalog-navy); font-size: clamp(29px, 3.1vw, 42px); letter-spacing: -.03em; line-height: 1.14; }
.asem-catalog-featured__intro > p:last-child { max-width: 780px; margin: 13px auto 0; color: var(--catalog-muted); font-size: 15px; line-height: 1.68; }

.asem-catalog-story { display: grid; gap: clamp(14px, 1.5vw, 22px); }
.asem-catalog-chapter {
  --catalog-progress: 1;
  --catalog-product-scale: 1;
  --catalog-product-x: 0px;
  --catalog-product-y: 0px;
  --catalog-exit-opacity: 1;
  --catalog-exit-scale: 1;
  --catalog-exit-x: 0px;
  --catalog-exit-y: 0px;
  position: relative;
  min-height: auto;
  scroll-margin-top: 132px;
}

.asem-catalog-story.is-catalog-motion .asem-catalog-chapter { min-height: 150vh; }
.asem-catalog-chapter__sticky { position: static; display: flex; min-height: 0; align-items: center; }
.asem-catalog-story.is-catalog-motion .asem-catalog-chapter__sticky { position: sticky; top: 84px; min-height: calc(100vh - 104px); }
.asem-catalog-chapter__frame {
  position: relative;
  display: grid;
  width: 100%;
  min-height: min(700px, calc(100vh - 124px));
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: minmax(0, 1fr) auto;
  overflow: hidden;
  border: 1px solid #ccdae9;
  border-radius: 24px;
  background: #f9fcff;
  box-shadow: 0 24px 60px rgba(12, 48, 94, .11);
  isolation: isolate;
}

@media (min-width: 992px) {
  .asem-catalog-story.is-catalog-motion .asem-catalog-chapter__frame {
    opacity: var(--catalog-exit-opacity);
    transform: translate3d(var(--catalog-exit-x), var(--catalog-exit-y), 0) scale(var(--catalog-exit-scale));
    transform-origin: center;
    will-change: opacity, transform;
  }
}

.asem-catalog-chapter__frame::before {
  position: absolute;
  z-index: -1;
  width: 720px;
  height: 720px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(79, 198, 206, .16) 0%, rgba(79, 198, 206, 0) 68%);
  content: '';
  pointer-events: none;
}

.asem-catalog-chapter--huvitz .asem-catalog-chapter__frame { background: linear-gradient(135deg, #fff 0%, #f4f9fd 54%, #edf9f8 100%); }
.asem-catalog-chapter--huvitz .asem-catalog-chapter__frame::before { right: 48%; bottom: -44%; }
.asem-catalog-chapter--bvi .asem-catalog-chapter__frame { background: linear-gradient(135deg, #f5f9ff 0%, #edf6ff 52%, #e9fbf9 100%); }
.asem-catalog-chapter--bvi .asem-catalog-chapter__frame::before { right: -18%; bottom: -36%; background: radial-gradient(circle, rgba(46, 92, 176, .14) 0%, rgba(46, 92, 176, 0) 68%); }
.asem-catalog-chapter--gmv .asem-catalog-chapter__frame { background: linear-gradient(135deg, #fff 0%, #f2fbf9 55%, #eef5ff 100%); }
.asem-catalog-chapter--gmv .asem-catalog-chapter__frame::before { left: -18%; bottom: -34%; }

.asem-catalog-chapter__identity { z-index: 4; align-self: end; padding: 52px 54px 18px; }
.asem-catalog-chapter--huvitz .asem-catalog-chapter__identity,
.asem-catalog-chapter--gmv .asem-catalog-chapter__identity { grid-column: 8 / 13; grid-row: 1; }
.asem-catalog-chapter--bvi .asem-catalog-chapter__identity { grid-column: 1 / 6; grid-row: 1; }
.asem-catalog-chapter__logo { display: block; width: auto; max-width: 158px; height: auto; max-height: 50px; margin-bottom: 20px; object-fit: contain; object-position: left center; }
.asem-catalog-chapter--bvi .asem-catalog-chapter__logo { max-width: 138px; max-height: 52px; }
.asem-catalog-chapter--gmv .asem-catalog-chapter__logo { max-width: 150px; max-height: 48px; }
.asem-catalog-chapter__category { margin: 0 0 9px; color: #074b9d; font-size: 11px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.asem-catalog-chapter__identity h3 { margin: 0; color: var(--catalog-navy); font-size: clamp(43px, 5.1vw, 68px); font-weight: 700; letter-spacing: -.045em; line-height: .98; }
.asem-catalog-chapter--bvi .asem-catalog-chapter__identity h3 { font-size: clamp(40px, 4.2vw, 60px); }
.asem-catalog-chapter__tagline { max-width: 560px; margin: 22px 0 0; color: #0d2b5d; font-size: clamp(18px, 1.7vw, 24px); font-weight: 700; line-height: 1.34; }

.asem-catalog-chapter__media {
  z-index: 2;
  display: grid;
  min-width: 0;
  min-height: 0;
  place-items: center;
  padding: 42px;
  transform: translate3d(var(--catalog-product-x), var(--catalog-product-y), 0) scale(var(--catalog-product-scale));
  transform-origin: center;
}

.is-catalog-motion .asem-catalog-chapter__media { will-change: transform; }
.asem-catalog-chapter--huvitz .asem-catalog-chapter__media,
.asem-catalog-chapter--gmv .asem-catalog-chapter__media { grid-column: 1 / 8; grid-row: 1 / 3; }
.asem-catalog-chapter--bvi .asem-catalog-chapter__media { grid-column: 6 / 13; grid-row: 1 / 3; }
.asem-catalog-chapter__media img { display: block; width: auto; max-width: 100%; height: auto; max-height: 560px; object-fit: contain; filter: drop-shadow(0 24px 22px rgba(15, 42, 79, .16)); }
.asem-catalog-chapter--huvitz .asem-catalog-chapter__media img { width: min(96%, 560px); }
.asem-catalog-chapter--bvi .asem-catalog-chapter__media img { width: min(88%, 560px); transform: scale(1.08); }
.asem-catalog-chapter--gmv .asem-catalog-chapter__media img { width: min(70%, 430px); max-height: 610px; }

.asem-catalog-callouts { position: absolute; z-index: 5; inset: 0; margin: 0; padding: 0; list-style: none; pointer-events: none; }
.asem-catalog-callout { position: absolute; display: grid; width: min(280px, 21vw); grid-template-columns: 44px minmax(0, 1fr); gap: 12px; align-items: start; }
.asem-catalog-callout::after { position: absolute; top: 23px; left: calc(100% - 3px); width: 64px; border-top: 1.5px solid rgba(18, 170, 156, .8); content: ''; opacity: 1; transform: scaleX(1); transform-origin: left center; transition: opacity .24s ease .08s, transform .38s cubic-bezier(.22, 1, .36, 1) .08s; }
.asem-catalog-callout--2::after { right: calc(100% - 3px); left: auto; transform-origin: right center; }
.asem-catalog-callout__number { display: grid; width: 44px; height: 44px; place-items: center; border: 2px solid rgba(255, 255, 255, .94); border-radius: 50%; background: var(--catalog-teal); color: #fff; font-size: 13px; font-weight: 900; line-height: 1; box-shadow: 0 7px 18px rgba(10, 130, 119, .2); }
.asem-catalog-callout__copy { display: block; min-width: 0; padding: 13px 15px; border: 1px solid rgba(201, 216, 234, .94); border-radius: 12px; background: rgba(255, 255, 255, .96); box-shadow: 0 10px 24px rgba(12, 48, 94, .08); }
.asem-catalog-callout__copy strong { display: block; margin-bottom: 5px; color: var(--catalog-navy); font-size: 14px; line-height: 1.35; }
.asem-catalog-callout__copy > span { display: block; color: #455d7b; font-size: 13px; line-height: 1.52; }

.asem-catalog-chapter--huvitz .asem-catalog-callout--1,
.asem-catalog-chapter--gmv .asem-catalog-callout--1 { top: 11%; left: 3%; }
.asem-catalog-chapter--huvitz .asem-catalog-callout--2,
.asem-catalog-chapter--gmv .asem-catalog-callout--2 { top: 39%; left: 43%; }
.asem-catalog-chapter--huvitz .asem-catalog-callout--3,
.asem-catalog-chapter--gmv .asem-catalog-callout--3 { bottom: 10%; left: 3%; }
.asem-catalog-chapter--bvi .asem-catalog-callout--1 { top: 11%; left: 49%; }
.asem-catalog-chapter--bvi .asem-catalog-callout--2 { top: 39%; right: 2%; }
.asem-catalog-chapter--bvi .asem-catalog-callout--3 { bottom: 10%; left: 49%; }

.asem-catalog-chapter__details { z-index: 4; align-self: start; padding: 0 54px 50px; }
.asem-catalog-chapter--huvitz .asem-catalog-chapter__details,
.asem-catalog-chapter--gmv .asem-catalog-chapter__details { grid-column: 8 / 13; grid-row: 2; }
.asem-catalog-chapter--bvi .asem-catalog-chapter__details { grid-column: 1 / 6; grid-row: 2; }
.asem-catalog-chapter__details > p { max-width: 590px; margin: 0 0 22px; color: #405777; font-size: 14px; line-height: 1.7; }
.asem-catalog-chapter__actions { display: flex; flex-wrap: wrap; gap: 12px 22px; align-items: center; }
.asem-catalog-button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; gap: 12px; border-radius: 999px; font-size: 12px; font-weight: 800; }
.asem-catalog-button--primary { min-width: 214px; padding: 10px 18px; background: var(--catalog-teal); color: #fff; box-shadow: 0 9px 22px rgba(10, 150, 137, .2); }
.asem-catalog-button--primary:hover { background: #078f83; color: #fff; }
.asem-catalog-button--link { padding: 8px 0; color: var(--catalog-blue-dark); }
.asem-catalog-button--link:hover { color: var(--catalog-blue); text-decoration: underline; text-underline-offset: 3px; }

.is-catalog-motion .asem-catalog-chapter__identity,
.is-catalog-motion .asem-catalog-callout,
.is-catalog-motion .asem-catalog-chapter__details { opacity: 0; transform: translate3d(0, 18px, 0); transition: opacity .42s ease, transform .48s cubic-bezier(.22, 1, .36, 1); }
.is-catalog-motion .asem-catalog-callout::after { opacity: 0; transform: scaleX(0); }
.is-catalog-motion .asem-catalog-chapter.is-title-visible .asem-catalog-chapter__identity,
.is-catalog-motion .asem-catalog-chapter.is-feature-1-visible .asem-catalog-callout--1,
.is-catalog-motion .asem-catalog-chapter.is-feature-2-visible .asem-catalog-callout--2,
.is-catalog-motion .asem-catalog-chapter.is-feature-3-visible .asem-catalog-callout--3,
.is-catalog-motion .asem-catalog-chapter.is-final-visible .asem-catalog-chapter__details { opacity: 1; transform: translate3d(0, 0, 0); }
.is-catalog-motion .asem-catalog-chapter.is-feature-1-visible .asem-catalog-callout--1::after,
.is-catalog-motion .asem-catalog-chapter.is-feature-2-visible .asem-catalog-callout--2::after,
.is-catalog-motion .asem-catalog-chapter.is-feature-3-visible .asem-catalog-callout--3::after { opacity: 1; transform: scaleX(1); }
.is-catalog-motion .asem-catalog-chapter__details:focus-within { opacity: 1; transform: translate3d(0, 0, 0); }

.asem-catalog-application { margin: 50px 0 0; overflow: hidden; border: 1px solid #cad8e9; border-radius: 18px; background: #f4f8fd; box-shadow: 0 16px 38px rgba(7, 42, 91, .09); }
.asem-catalog-application > summary { display: grid; min-height: 74px; grid-template-columns: 46px minmax(0, 1fr) auto; gap: 14px; align-items: center; padding: 13px 22px; background: linear-gradient(90deg, #eef4fc 0%, #f8fbff 58%, #e8f7f4 100%); color: var(--catalog-navy); font-size: 14px; font-weight: 900; list-style: none; cursor: pointer; }
.asem-catalog-application > summary::-webkit-details-marker { display: none; }
.asem-catalog-application > summary:hover { background: linear-gradient(90deg, #e7f0fb 0%, #f3f8ff 58%, #ddf4ef 100%); }
.asem-catalog-application__summary-icon { display: grid; width: 44px; height: 44px; place-items: center; border-radius: 50%; background: #fff; color: var(--catalog-blue); font-size: 18px; box-shadow: 0 7px 20px rgba(7, 42, 91, .1); }
.asem-catalog-application__chevron { color: var(--catalog-teal); transition: transform .2s ease; }
.asem-catalog-application[open] .asem-catalog-application__chevron { transform: rotate(180deg); }
.asem-catalog-application__body { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, 380px); gap: 32px; align-items: center; padding: clamp(28px, 4vw, 46px); background: linear-gradient(120deg, #052f69 0%, #073aa0 66%, #087f79 130%); }
.asem-catalog-application__copy h2 { max-width: 650px; margin: 0; color: #fff; font-size: clamp(27px, 3vw, 40px); letter-spacing: -.03em; line-height: 1.13; }
.asem-catalog-application__copy > p:not(.asem-catalog-section-kicker) { max-width: 660px; margin: 14px 0 22px; color: rgba(255, 255, 255, .86); font-size: 14px; line-height: 1.7; }
.asem-catalog-application__copy .asem-catalog-section-kicker { color: #8de9dc; }
.asem-catalog-application__page-link { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; gap: 12px; padding: 10px 17px; border: 1px solid rgba(255, 255, 255, .62); border-radius: 8px; color: #fff; font-size: 12px; font-weight: 800; }
.asem-catalog-application__page-link:hover { border-color: #fff; background: #fff; color: var(--catalog-blue-dark); }
.asem-catalog-application__stores { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; align-items: center; }
.asem-catalog-application__stores a { display: grid; min-width: 0; min-height: 68px; grid-template-columns: 28px minmax(0, 1fr); gap: 10px; align-items: center; padding: 11px 13px; border: 1px solid rgba(255, 255, 255, .5); border-radius: 10px; background: #fff; color: var(--catalog-navy); box-shadow: 0 8px 22px rgba(4, 23, 59, .16); }
.asem-catalog-application__stores a:hover { border-color: #fff; color: var(--catalog-blue); transform: translateY(-1px); }
.asem-catalog-application__stores i { font-size: 25px; text-align: center; }
.asem-catalog-application__stores span { min-width: 0; font-size: 11px; font-weight: 800; line-height: 1.35; }

.asem-catalog-support { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); padding: 34px 0 46px; }
.asem-catalog-support article { display: grid; grid-template-columns: 46px minmax(0, 1fr); gap: 14px; min-width: 0; padding: 14px 22px; }
.asem-catalog-support article + article { border-left: 1px solid var(--catalog-line); }
.asem-catalog-support i { color: var(--catalog-blue); font-size: 27px; }
.asem-catalog-support h2 { margin: 0 0 5px; color: var(--catalog-navy); font-size: 13px; }
.asem-catalog-support p { margin: 0; color: var(--catalog-muted); font-size: 11px; line-height: 1.55; }

@media (max-width: 1199.98px) {
  .asem-catalog-hero { min-height: 318px; }
  .asem-catalog-trust { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .asem-catalog-trust article:nth-child(3) { border-top: 1px solid var(--catalog-line); border-left: 0; }
  .asem-catalog-trust article:nth-child(4) { border-top: 1px solid var(--catalog-line); }
  .asem-catalog-needs__list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .asem-catalog-story.is-catalog-motion .asem-catalog-chapter__sticky { top: 56px; min-height: calc(100vh - 72px); }
  .asem-catalog-chapter__frame { min-height: min(680px, calc(100vh - 86px)); }
  .asem-catalog-chapter__identity { padding-right: 34px; padding-left: 34px; }
  .asem-catalog-chapter__details { padding-right: 34px; padding-left: 34px; }
  .asem-catalog-callout { width: min(232px, 23vw); }
  .asem-catalog-callout__copy { padding: 12px 13px; }
  .asem-catalog-callout__copy strong { font-size: 13.5px; }
  .asem-catalog-callout__copy > span { font-size: 12px; }
}

@media (max-width: 991px) {
  .asem-catalog-story.is-catalog-motion .asem-catalog-chapter { min-height: auto; }
  .asem-catalog-story.is-catalog-motion .asem-catalog-chapter__sticky { position: static; min-height: 0; }
  .asem-catalog-chapter__frame { min-height: 0; grid-template-columns: 1fr; grid-template-rows: auto; padding: 32px; }
  .asem-catalog-chapter__frame::before { width: 580px; height: 580px; }
  .asem-catalog-chapter__identity,
  .asem-catalog-chapter--huvitz .asem-catalog-chapter__identity,
  .asem-catalog-chapter--bvi .asem-catalog-chapter__identity,
  .asem-catalog-chapter--gmv .asem-catalog-chapter__identity { grid-column: 1; grid-row: 1; padding: 0; }
  .asem-catalog-chapter__identity h3 { font-size: clamp(39px, 7vw, 56px); }
  .asem-catalog-chapter__media,
  .asem-catalog-chapter--huvitz .asem-catalog-chapter__media,
  .asem-catalog-chapter--bvi .asem-catalog-chapter__media,
  .asem-catalog-chapter--gmv .asem-catalog-chapter__media { grid-column: 1; grid-row: 2; min-height: 390px; padding: 24px; transform: none; }
  .asem-catalog-chapter--huvitz .asem-catalog-chapter__media img { width: min(72%, 480px); }
  .asem-catalog-chapter--bvi .asem-catalog-chapter__media img { width: min(82%, 500px); }
  .asem-catalog-chapter--gmv .asem-catalog-chapter__media img { width: min(46%, 300px); max-height: 520px; }
  .asem-catalog-callouts { position: static; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-column: 1; grid-row: 3; gap: 12px; margin: 4px 0 0; }
  .asem-catalog-callout,
  .asem-catalog-chapter--huvitz .asem-catalog-callout,
  .asem-catalog-chapter--bvi .asem-catalog-callout,
  .asem-catalog-chapter--gmv .asem-catalog-callout { position: static; width: auto; grid-template-columns: 38px minmax(0, 1fr); }
  .asem-catalog-callout::after { display: none; }
  .asem-catalog-callout__number { width: 38px; height: 38px; }
  .asem-catalog-chapter__details,
  .asem-catalog-chapter--huvitz .asem-catalog-chapter__details,
  .asem-catalog-chapter--bvi .asem-catalog-chapter__details,
  .asem-catalog-chapter--gmv .asem-catalog-chapter__details { grid-column: 1; grid-row: 4; padding: 26px 0 0; }
  .is-catalog-motion .asem-catalog-chapter__identity,
  .is-catalog-motion .asem-catalog-callout,
  .is-catalog-motion .asem-catalog-chapter__details { opacity: 1; transform: none; }
  .asem-catalog-application__body { grid-template-columns: 1fr; }
  .asem-catalog-application__stores { max-width: 380px; }
  .asem-catalog-support { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .asem-catalog-support article:nth-child(3) { border-top: 1px solid var(--catalog-line); border-left: 0; }
  .asem-catalog-support article:nth-child(4) { border-top: 1px solid var(--catalog-line); }
}

@media (max-width: 767px) {
  .asem-catalog-hero { min-height: 340px; align-items: end; }
  .asem-catalog-hero::after { background: linear-gradient(90deg, rgba(0, 29, 87, .98) 0%, rgba(0, 32, 91, .9) 67%, rgba(0, 29, 78, .55) 100%); }
  .asem-catalog-hero__media img { object-position: 63% center; opacity: .48; }
  .asem-catalog-hero__content { padding-top: 42px; padding-bottom: 70px; }
  .asem-catalog-breadcrumb { margin-bottom: 16px; }
  .asem-catalog-hero h1 { max-width: 520px; font-size: clamp(31px, 8.8vw, 40px); letter-spacing: -.04em; }
  .asem-catalog-hero__content > p:last-child { margin-top: 15px; font-size: 14px; line-height: 1.58; }
  .asem-catalog-trust { margin-right: 4px; margin-left: 4px; }
  .asem-catalog-trust article { grid-template-columns: 36px minmax(0, 1fr); gap: 9px; padding: 14px; }
  .asem-catalog-trust__icon { width: 34px; height: 34px; font-size: 14px; }
  .asem-catalog-trust h2 { font-size: 12px; }
  .asem-catalog-trust p { font-size: 10.5px; }
  .asem-catalog-needs { padding: 29px 0 22px; }
  .asem-catalog-needs__list { gap: 9px; }
  .asem-catalog-needs__button { justify-content: flex-start; min-height: 46px; padding-right: 10px; padding-left: 12px; font-size: 11px; }
  .asem-catalog-featured { padding-top: 14px; }
  .asem-catalog-featured__intro { margin-bottom: 25px; text-align: left; }
  .asem-catalog-featured__intro h2 { font-size: clamp(28px, 8vw, 35px); }
  .asem-catalog-featured__intro > p:last-child { font-size: 14px; }
  .asem-catalog-story { gap: 24px; }
  .asem-catalog-chapter { scroll-margin-top: 116px; }
  .asem-catalog-chapter__frame { padding: 24px 18px; border-radius: 18px; }
  .asem-catalog-chapter__logo { max-width: 132px; max-height: 42px; margin-bottom: 16px; }
  .asem-catalog-chapter__category { font-size: 10px; }
  .asem-catalog-chapter__identity h3 { font-size: clamp(36px, 11vw, 48px); }
  .asem-catalog-chapter__tagline { margin-top: 15px; font-size: 18px; }
  .asem-catalog-chapter__media,
  .asem-catalog-chapter--huvitz .asem-catalog-chapter__media,
  .asem-catalog-chapter--bvi .asem-catalog-chapter__media,
  .asem-catalog-chapter--gmv .asem-catalog-chapter__media { min-height: 310px; padding: 18px 6px; }
  .asem-catalog-chapter--huvitz .asem-catalog-chapter__media img { width: min(90%, 400px); }
  .asem-catalog-chapter--bvi .asem-catalog-chapter__media img { width: min(100%, 400px); }
  .asem-catalog-chapter--gmv .asem-catalog-chapter__media img { width: min(58%, 270px); max-height: 430px; }
  .asem-catalog-callouts { grid-template-columns: 1fr; }
  .asem-catalog-callout { grid-template-columns: 40px minmax(0, 1fr); }
  .asem-catalog-callout__copy { padding: 11px 12px; }
  .asem-catalog-callout__copy strong { font-size: 13px; }
  .asem-catalog-callout__copy > span { font-size: 12px; }
  .asem-catalog-chapter__details { padding-top: 22px; }
  .asem-catalog-chapter__details > p { font-size: 13px; line-height: 1.65; }
  .asem-catalog-chapter__actions { display: grid; grid-template-columns: 1fr; gap: 8px; }
  .asem-catalog-button--primary { width: 100%; min-width: 0; }
  .asem-catalog-button--link { justify-content: center; }
  .asem-catalog-application { margin-top: 32px; }
  .asem-catalog-application > summary { min-height: 68px; padding: 11px 15px; font-size: 12px; }
  .asem-catalog-application__body { gap: 24px; padding: 28px 20px; }
  .asem-catalog-application__stores { width: 100%; max-width: 360px; }
  .asem-catalog-support { grid-template-columns: 1fr; padding-top: 26px; }
  .asem-catalog-support article + article, .asem-catalog-support article:nth-child(3) { border-top: 1px solid var(--catalog-line); border-left: 0; }
}

@media (max-width: 430px) {
  .asem-catalog-needs__list { grid-template-columns: 1fr; }
  .asem-catalog-application__stores { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .asem-catalog-page *, .asem-catalog-page *::before, .asem-catalog-page *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .asem-catalog-story.is-catalog-motion .asem-catalog-chapter { min-height: auto; }
  .asem-catalog-story.is-catalog-motion .asem-catalog-chapter__sticky { position: static; min-height: 0; }
  .asem-catalog-story.is-catalog-motion .asem-catalog-chapter__frame { opacity: 1 !important; transform: none !important; }
  .asem-catalog-chapter__media { transform: none !important; }
  .asem-catalog-chapter__identity, .asem-catalog-callout, .asem-catalog-chapter__details { opacity: 1 !important; transform: none !important; }
}
