/* Interactive home-page model finder. */

/* Keep the existing Cover framing at 100%, but reveal the original source
 * progressively below 100% until 50% reaches a complete Contain view. */
[style*="--ic-home-image-scale"][data-ic-home-true-zoom="cover"] {
  object-fit: contain !important;
  scale: var(--ic-home-image-effective-scale, var(--ic-home-image-scale, 1)) !important;
}

/* Optional rectangular edge fade controlled per image in the Homepage editor. */
[style*="--ic-home-image-soft-edges:1"],
[style*="--ic-home-image-soft-edges: 1"] {
  -webkit-mask-image:
    linear-gradient(to right, transparent 0, #000 var(--ic-home-image-softness, 14%), #000 calc(100% - var(--ic-home-image-softness, 14%)), transparent 100%),
    linear-gradient(to bottom, transparent 0, #000 var(--ic-home-image-softness, 14%), #000 calc(100% - var(--ic-home-image-softness, 14%)), transparent 100%) !important;
  -webkit-mask-composite: source-in !important;
  mask-image:
    linear-gradient(to right, transparent 0, #000 var(--ic-home-image-softness, 14%), #000 calc(100% - var(--ic-home-image-softness, 14%)), transparent 100%),
    linear-gradient(to bottom, transparent 0, #000 var(--ic-home-image-softness, 14%), #000 calc(100% - var(--ic-home-image-softness, 14%)), transparent 100%) !important;
  mask-composite: intersect !important;
}

.ic-model-finder-page .ic-unnooh-feature {
  padding: clamp(58px, 7vw, 92px) 0 clamp(38px, 5vw, 68px);
  color: #fff8ec;
  background:
    radial-gradient(circle at 16% 42%, rgba(49, 112, 55, 0.16), transparent 32%),
    linear-gradient(180deg, #070606 0%, #0b0908 100%);
}

.ic-model-finder-page .ic-unnooh-feature__shell {
  width: min(1480px, calc(100vw - clamp(48px, 6vw, 112px)));
}

.ic-model-finder-page .ic-unnooh-feature__card {
  display: grid;
  height: clamp(
    460px,
    min(52vw, calc(100svh - clamp(96px, 12vw, 160px))),
    620px
  );
  min-height: 0;
  overflow: hidden;
  border: 1px solid rgba(235, 186, 134, 0.2);
  border-radius: 18px;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  grid-template-rows: minmax(0, 1fr);
  background: #11100e;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.3);
}

.ic-model-finder-page .ic-unnooh-feature__visual {
  position: relative;
  display: block;
  min-width: 0;
  height: 100%;
  min-height: 0;
  overflow: hidden;
  color: #fff8ec;
  /* Continue the portrait's studio backdrop into the free side areas. */
  background:
    linear-gradient(180deg, #dcdcdc 0%, #e0e0e0 50%, #d5d5d5 100%) left / 50% 100% no-repeat,
    linear-gradient(180deg, #95999f 0%, #848486 50%, #a2a3a3 100%) right / 50% 100% no-repeat;
}

.ic-model-finder-page .ic-unnooh-feature__slides {
  position: absolute;
  z-index: 0;
  inset: 0;
  display: block;
  overflow: hidden;
}

.ic-model-finder-page .ic-unnooh-feature__slide {
  position: absolute;
  z-index: 0;
  inset: 0;
  display: block;
  background:
    linear-gradient(180deg, #dcdcdc 0%, #e0e0e0 50%, #d5d5d5 100%) left / 50% 100% no-repeat,
    linear-gradient(180deg, #95999f 0%, #848486 50%, #a2a3a3 100%) right / 50% 100% no-repeat;
  transform: translate3d(100%, 0, 0);
  transition: transform 2400ms cubic-bezier(0.76, 0, 0.24, 1);
  will-change: transform;
}

.ic-model-finder-page .ic-unnooh-feature__slide > img {
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-inline: auto;
  object-fit: contain;
  object-position: var(--ic-home-image-x, 50%) var(--ic-home-image-y, 50%);
	transform-origin: var(--ic-home-image-x, 50%) var(--ic-home-image-y, 50%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.45) 8%, #000 20%, #000 80%, rgba(0, 0, 0, 0.45) 92%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.45) 8%, #000 20%, #000 80%, rgba(0, 0, 0, 0.45) 92%, transparent 100%);
  scale: var(--ic-home-image-scale, 1);
}

.ic-model-finder-page .ic-unnooh-feature__slide.is-active {
  z-index: 2;
  transform: translate3d(0, 0, 0);
}

.ic-model-finder-page .ic-unnooh-feature__slide.is-leaving {
  z-index: 1;
  transform: translate3d(-100%, 0, 0);
}

.ic-model-finder-page .ic-unnooh-feature__visual::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 6, 6, 0.08), transparent 28%, transparent 72%, rgba(7, 6, 6, 0.06)),
    linear-gradient(180deg, transparent 58%, rgba(4, 4, 3, 0.78) 100%);
  content: "";
  pointer-events: none;
}

.ic-model-finder-page .ic-unnooh-feature__visual::before {
  position: absolute;
  z-index: 3;
  inset: 13px;
  border: 1px solid rgba(252, 236, 206, 0.2);
  border-radius: 11px;
  content: "";
  pointer-events: none;
}

.ic-model-finder-page .ic-unnooh-feature__image-signature {
  position: absolute;
  z-index: 2;
  top: 24px;
  left: 24px;
  display: flex;
  padding: 9px 12px 9px 9px;
  border: 1px solid rgba(22, 18, 14, 0.18);
  border-radius: 12px;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  color: #17120e;
  background: rgba(248, 247, 243, 0.58);
  box-shadow: 0 12px 30px rgba(17, 13, 10, 0.08);
  backdrop-filter: blur(10px);
  max-width: min(230px, calc(100% - 48px));
}

.ic-model-finder-page .ic-unnooh-feature__image-signature small {
  display: block;
}

.ic-model-finder-page .ic-unnooh-feature__image-signature > img {
  display: block;
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
  object-fit: contain;
  filter: drop-shadow(0 5px 10px rgba(17, 13, 10, 0.16));
}

.ic-model-finder-page .ic-unnooh-feature__image-signature small {
  max-width: 105px;
  font-size: 6px;
  font-weight: 820;
  letter-spacing: 0.09em;
  line-height: 1.4;
  text-transform: uppercase;
}

.ic-model-finder-page .ic-unnooh-feature__slide-status {
  position: absolute;
  z-index: 2;
  right: 29px;
  bottom: 31px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.ic-model-finder-page .ic-unnooh-feature__slide-status i {
  display: block;
  width: 15px;
  height: 2px;
  border-radius: 2px;
  background: rgba(255, 248, 236, 0.38);
  transition: width 500ms cubic-bezier(0.22, 1, 0.36, 1), background-color 500ms ease;
}

.ic-model-finder-page .ic-unnooh-feature__slide-status i.is-active {
  width: 27px;
  background: rgba(235, 186, 134, 0.92);
}

.ic-model-finder-page .ic-unnooh-feature__play {
  position: absolute;
  z-index: 2;
  bottom: 28px;
  left: 28px;
  display: grid;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 248, 236, 0.62);
  border-radius: 50%;
  place-items: center;
  background: rgba(7, 6, 6, 0.62);
  backdrop-filter: blur(9px);
}

.ic-model-finder-page .ic-unnooh-feature__play svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.ic-model-finder-page .ic-unnooh-feature__watch {
  position: absolute;
  z-index: 2;
  bottom: 41px;
  left: 92px;
  font-size: 9px;
  font-weight: 820;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.ic-model-finder-page .ic-unnooh-feature__copy {
  display: flex;
  min-width: 0;
  min-height: 0;
  padding: clamp(30px, 3vw, 42px);
  flex-direction: column;
  justify-content: center;
  background:
    radial-gradient(circle at 100% 0%, rgba(205, 107, 91, 0.12), transparent 36%),
    #11100e;
}

.ic-model-finder-page .ic-unnooh-feature__eyebrow {
  display: flex;
  margin-bottom: 22px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: var(--ic-gold);
  font-size: 9px;
  font-weight: 820;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.ic-model-finder-page .ic-unnooh-feature__eyebrow img {
  display: block;
  width: 58px;
  height: 58px;
  object-fit: contain;
  filter: drop-shadow(0 7px 16px rgba(0, 0, 0, 0.3));
}

.ic-model-finder-page .ic-unnooh-feature__copy h2 {
  max-width: 17ch;
  padding: 0;
  margin: 0;
  color: #fff8ec;
  font-family: var(--ic-display);
  font-size: clamp(31px, 3vw, 42px);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.08;
  overflow-wrap: normal;
  text-wrap: balance;
}

.ic-model-finder-page .ic-unnooh-feature__title-model {
  color: #d97a68;
  text-shadow: 0 0 24px rgba(217, 122, 104, 0.18);
}

.ic-model-finder-page .ic-unnooh-feature__title-player {
  color: #fff8ec;
  font-style: italic;
}

.ic-model-finder-page .ic-unnooh-feature__title-player strong {
  position: relative;
  display: inline-block;
  color: #f3d8b6;
  font: inherit;
  font-weight: 500;
  text-shadow: 0 5px 22px rgba(0, 0, 0, 0.36);
}

.ic-model-finder-page .ic-unnooh-feature__title-player strong::after {
  position: absolute;
  right: 0.04em;
  bottom: -0.06em;
  left: 0.04em;
  height: 1px;
  background: linear-gradient(90deg, rgba(217, 122, 104, 0.76), rgba(235, 186, 134, 0.88), transparent);
  content: "";
  transform: rotate(-1.2deg);
  transform-origin: left center;
}

.ic-model-finder-page .ic-unnooh-feature__copy > p {
  max-width: 43ch;
  margin: 22px 0 0;
  color: rgba(255, 248, 236, 0.66);
  font-size: 14px;
  line-height: 1.7;
}

.ic-model-finder-page .ic-unnooh-feature__footer {
  display: grid;
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid rgba(235, 186, 134, 0.16);
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 18px;
}

.ic-model-finder-page .ic-unnooh-feature__footer small,
.ic-model-finder-page .ic-unnooh-feature__footer strong {
  display: block;
}

.ic-model-finder-page .ic-unnooh-feature__footer small {
  color: rgba(255, 248, 236, 0.36);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ic-model-finder-page .ic-unnooh-feature__footer strong {
  margin-top: 5px;
  color: #f3d8b6;
  font-size: 11px;
  line-height: 1.35;
}

.ic-model-finder-page .ic-unnooh-feature__footer a {
  display: inline-flex;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid rgba(235, 186, 134, 0.34);
  border-radius: 12px;
  align-items: center;
  gap: 15px;
  color: #f3d8b6;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  transition: border-color 220ms ease, background-color 220ms ease;
}

.ic-model-finder-page .ic-unnooh-feature__footer a:hover {
  border-color: rgba(235, 186, 134, 0.72);
  background: rgba(235, 186, 134, 0.08);
}

.ic-model-finder-page .ic-unnooh-feature__footer .ic-unnooh-feature__builder {
  border-color: rgba(217, 122, 104, 0.7);
  color: #180e0b;
  background: linear-gradient(135deg, #e59a83, #d97a68);
  box-shadow: 0 10px 24px rgba(217, 122, 104, 0.16);
  transition: border-color 220ms ease, background-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.ic-model-finder-page .ic-unnooh-feature__footer .ic-unnooh-feature__builder:hover {
  border-color: #efb29f;
  background: linear-gradient(135deg, #edaa94, #df816f);
  box-shadow: 0 13px 29px rgba(217, 122, 104, 0.24);
  transform: translateY(-1px);
}

.ic-model-finder-page .ic-unnooh-feature__footer a svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.ic-model-finder-page .ic-model-finder {
  --finder-ink: #0b0a09;
  --finder-panel: #11100e;
  --finder-panel-soft: #171411;
  --finder-line: rgba(235, 186, 134, 0.19);
  --finder-copy: rgba(255, 248, 236, 0.7);
  --finder-radius: 18px;
  --finder-control-radius: 12px;
  isolation: isolate;
  overflow: hidden;
  padding-block: clamp(94px, 9vw, 148px) clamp(90px, 8vw, 128px);
  background:
    radial-gradient(ellipse 70% 54% at 48% 43%, rgba(111, 70, 35, 0.19), transparent 68%),
    radial-gradient(circle at 96% 4%, rgba(235, 186, 134, 0.08), transparent 23%),
    linear-gradient(180deg, #070606 0%, #0d0b09 44%, #090807 100%);
  color: #fff8ec;
}

.ic-model-finder-page .ic-unnooh-feature + .ic-model-finder {
  padding-top: clamp(62px, 6vw, 92px);
}

.ic-model-finder-page .ic-model-finder::before,
.ic-model-finder-page .ic-model-finder::after {
  content: "";
  position: absolute;
  z-index: -2;
  pointer-events: none;
}

.ic-model-finder-page .ic-model-finder::before {
  inset: 0;
  opacity: 0.16;
  background-image:
    linear-gradient(rgba(235, 186, 134, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(235, 186, 134, 0.05) 1px, transparent 1px);
  background-size: 84px 84px;
  mask-image: linear-gradient(to bottom, transparent, #000 22%, #000 78%, transparent);
}

.ic-model-finder-page .ic-model-finder::after {
  inset: 0;
  box-shadow: inset 0 90px 130px rgba(0, 0, 0, 0.56), inset 0 -100px 150px rgba(0, 0, 0, 0.5);
}

.ic-model-finder-page .ic-model-finder__ambient {
  position: absolute;
  z-index: -1;
  top: 22%;
  left: 28%;
  width: 42%;
  height: 52%;
  border-radius: 50%;
  background: rgba(235, 186, 134, 0.07);
  filter: blur(100px);
  pointer-events: none;
}

.ic-model-finder-page .ic-model-finder__shell {
  position: relative;
  width: min(1480px, calc(100vw - clamp(48px, 6vw, 112px)));
}

.ic-model-finder-page .ic-model-finder__heading {
  margin-bottom: clamp(44px, 5vw, 66px);
}

.ic-model-finder-page .ic-model-finder__heading-copy {
  text-align: center;
}

.ic-model-finder-page .ic-model-finder__heading .ic-kicker {
  margin-bottom: 12px;
  justify-content: center;
}

.ic-model-finder-page .ic-model-finder__heading h2 {
  max-width: none;
  padding: 0;
  margin: 0 auto;
  color: #fff8ec;
  font-family: var(--ic-display);
  font-size: clamp(32px, 3.3vw, 44px);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.08;
  white-space: nowrap;
}

.ic-model-finder-page .ic-model-finder__intro {
  max-width: 58ch;
  margin: 13px auto 0;
  color: var(--finder-copy);
  font-size: 13px;
  line-height: 1.6;
}

.ic-model-finder-page .ic-model-finder__overview {
  display: grid;
  margin-top: clamp(32px, 4vw, 48px);
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(10px, 1.2vw, 17px);
}

.ic-model-finder-page .ic-model-finder__overview-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 292px;
  padding: 21px 17px 18px;
  overflow: hidden;
  border: 1px solid rgba(235, 186, 134, 0.16);
  border-radius: var(--finder-radius);
  flex-direction: column;
  color: #fff8ec;
  background:
    radial-gradient(circle at 50% 32%, rgba(235, 186, 134, 0.09), transparent 31%),
    linear-gradient(155deg, rgba(255, 255, 255, 0.036), rgba(255, 255, 255, 0.008)),
    rgba(13, 11, 9, 0.88);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.025), 0 18px 45px rgba(0, 0, 0, 0.16);
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: border-color 420ms ease, background-color 420ms ease, box-shadow 420ms ease, transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

.ic-model-finder-page .ic-model-finder__overview-card::before {
  position: absolute;
  top: 0;
  right: 18%;
  left: 18%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(235, 186, 134, 0.68), transparent);
  content: "";
  opacity: 0.36;
  transform: scaleX(0.45);
  transition: opacity 420ms ease, transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

.ic-model-finder-page .ic-model-finder__overview-card:hover,
.ic-model-finder-page .ic-model-finder__overview-card.is-active {
  border-color: rgba(235, 186, 134, 0.42);
  background-color: rgba(25, 20, 16, 0.94);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.04), 0 24px 56px rgba(0, 0, 0, 0.24), 0 0 30px rgba(217, 122, 104, 0.055);
  transform: translateY(-4px);
}

.ic-model-finder-page .ic-model-finder__overview-card:hover::before,
.ic-model-finder-page .ic-model-finder__overview-card.is-active::before {
  opacity: 1;
  transform: scaleX(1);
}

.ic-model-finder-page .ic-model-finder__overview-index,
.ic-model-finder-page .ic-model-finder__overview-arrow {
  position: absolute;
  top: 17px;
  color: rgba(235, 186, 134, 0.48);
  font-family: var(--ic-display);
  font-size: 11px;
  line-height: 1;
}

.ic-model-finder-page .ic-model-finder__overview-index {
  left: 17px;
  font-style: italic;
}

.ic-model-finder-page .ic-model-finder__overview-arrow {
  right: 17px;
  font-size: 17px;
  transition: color 300ms ease, transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.ic-model-finder-page .ic-model-finder__overview-card:hover .ic-model-finder__overview-arrow {
  color: #f0c39d;
  transform: translateX(4px);
}

.ic-model-finder-page .ic-model-finder__overview-logo {
  display: grid;
  width: 100%;
  height: 105px;
  margin: 8px auto 13px;
  place-items: center;
}

.ic-model-finder-page .ic-model-finder__overview-logo img {
  display: block;
  width: auto;
  max-width: 110px;
  height: 92px;
  max-height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 8px 15px rgba(0, 0, 0, 0.3));
}

.ic-model-finder-page .ic-model-finder__overview-name {
  display: block;
  min-height: 35px;
  color: #fff8ec;
  font-family: var(--ic-display);
  font-size: clamp(14px, 1.25vw, 18px);
  font-weight: 550;
  letter-spacing: -0.02em;
  line-height: 1.12;
  text-align: center;
}

.ic-model-finder-page .ic-model-finder__overview-facts {
  display: grid;
  margin-top: auto;
  padding-top: 13px;
  border-top: 1px solid rgba(235, 186, 134, 0.11);
  gap: 8px;
}

.ic-model-finder-page .ic-model-finder__overview-facts > span {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 10px;
}

.ic-model-finder-page .ic-model-finder__overview-facts small {
  color: rgba(255, 248, 236, 0.6);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.055em;
  line-height: 1.35;
  text-transform: uppercase;
}

.ic-model-finder-page .ic-model-finder__overview-facts b {
  color: #f2d3ad;
  font-size: 14px;
  font-weight: 760;
  line-height: 1.25;
  white-space: nowrap;
}

.ic-model-finder-page .ic-model-finder__overview-facts > span:last-child b {
  color: #5f9b61;
  color: color-mix(in srgb, var(--ic-cloth) 78%, #fff);
  font-size: 16px;
}

.ic-model-finder-page .ic-model-finder__overview-note {
  margin: 15px 0 0;
  color: rgba(255, 248, 236, 0.32);
  font-size: 8px;
  font-weight: 650;
  letter-spacing: 0.045em;
  line-height: 1.5;
  text-align: center;
}

.ic-model-finder-page .ic-model-finder__leadtime-guidance {
  display: grid;
  width: min(1100px, 100%);
  margin: 25px auto 0;
  padding: 16px 18px 16px 20px;
  grid-template-areas:
    "note action"
    "estimate action";
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  justify-items: start;
  gap: 5px 26px;
  border: 1px solid rgba(235, 186, 134, 0.18);
  border-left-color: rgba(95, 155, 97, 0.6);
  border-radius: 10px;
  background:
    linear-gradient(90deg, rgba(95, 155, 97, 0.065), rgba(235, 186, 134, 0.035) 62%, transparent),
    rgba(255, 255, 255, 0.018);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.025);
  text-align: left;
}

.ic-model-finder-page .ic-model-finder__leadtime-guidance .ic-model-finder__overview-note {
  grid-area: note;
  margin: 0;
  color: rgba(255, 248, 236, 0.76);
  font-size: 13px;
  font-weight: 620;
  letter-spacing: 0;
  line-height: 1.5;
  text-align: left;
}

.ic-model-finder-page .ic-model-finder__leadtime-guidance > p:not(.ic-model-finder__overview-note) {
  grid-area: estimate;
  margin: 0;
  color: #fff8ec;
  font-size: 14px;
  font-weight: 680;
  line-height: 1.45;
}

.ic-model-finder-page .ic-model-finder__leadtime-button {
  grid-area: action;
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 0;
  padding: 10px 17px 10px 19px;
  border: 1px solid rgba(235, 186, 134, 0.34);
  border-radius: 12px;
  color: #fff8ec;
  background: rgba(255, 255, 255, 0.035);
  font-size: 13px;
  font-weight: 760;
  text-decoration: none;
  transition: border-color 260ms ease, background-color 260ms ease, transform 260ms ease;
}

.ic-model-finder-page .ic-model-finder__leadtime-button svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.ic-model-finder-page .ic-model-finder__leadtime-button:hover,
.ic-model-finder-page .ic-model-finder__leadtime-button:focus-visible {
  border-color: rgba(235, 186, 134, 0.72);
  background: rgba(235, 186, 134, 0.09);
  transform: translateY(-2px);
}

/* WooCommerce-backed accessory product rail. */
.ic-model-finder-page .ic-home-accessories {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-block: clamp(88px, 8vw, 132px);
  color: #fff8ec;
  background:
    radial-gradient(circle at 82% 14%, rgba(53, 122, 56, 0.13), transparent 30%),
    radial-gradient(circle at 14% 82%, rgba(235, 186, 134, 0.08), transparent 34%),
    #0b0908;
}

.ic-model-finder-page .ic-home-accessories::before {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 6%;
  left: 6%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(235, 186, 134, 0.42), transparent);
  content: "";
}

.ic-model-finder-page .ic-home-accessories__inner {
  width: min(1380px, calc(100vw - clamp(48px, 7vw, 120px)));
}

.ic-model-finder-page .ic-home-accessories__heading {
  display: flex;
  margin-bottom: 30px;
  align-items: end;
  justify-content: space-between;
  gap: clamp(34px, 7vw, 112px);
}

.ic-model-finder-page .ic-home-accessories__heading-copy {
  flex: 0 1 auto;
}

.ic-model-finder-page .ic-home-accessories__heading .ic-kicker {
  margin: 0 0 12px;
}

.ic-model-finder-page .ic-home-accessories__heading h2 {
  margin: 0;
  color: #fff8ec;
  font-family: var(--ic-display);
  font-size: clamp(40px, 5vw, 68px);
  font-weight: 500;
  line-height: 0.98;
}

.ic-model-finder-page .ic-home-accessories__heading-side {
  display: grid;
  max-width: 480px;
  justify-items: end;
  gap: 12px;
  text-align: right;
}

.ic-model-finder-page .ic-home-accessories__heading-side p {
  margin: 0;
  color: rgba(255, 248, 236, 0.66);
  font-size: 13px;
  line-height: 1.65;
}

.ic-model-finder-page .ic-home-accessories__heading-side a,
.ic-model-finder-page .ic-home-accessories__product-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #fff8ec;
  font-size: 10px;
  font-weight: 780;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
}

.ic-model-finder-page .ic-home-accessories__heading-side a span,
.ic-model-finder-page .ic-home-accessories__product-link span {
  color: #ebba86;
  font-size: 15px;
  transition: transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
}

.ic-model-finder-page .ic-home-accessories__heading-side a:hover span,
.ic-model-finder-page .ic-home-accessories__heading-side a:focus-visible span,
.ic-model-finder-page .ic-home-accessories__product-link:hover span,
.ic-model-finder-page .ic-home-accessories__product-link:focus-visible span {
  transform: translate(3px, -2px);
}

.ic-model-finder-page .ic-home-accessories__categories {
  display: grid;
  width: 100%;
  margin-bottom: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.ic-model-finder-page .ic-home-accessories__category {
  position: relative;
  isolation: isolate;
  display: grid;
  min-width: 0;
  min-height: 168px;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(235, 186, 134, 0.2);
  border-radius: 15px;
  color: #fff8ec;
  background: #14110e;
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: border-color 360ms ease, box-shadow 360ms ease, transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

.ic-model-finder-page .ic-home-accessories__category::after {
  position: absolute;
  z-index: 3;
  top: -35%;
  bottom: -35%;
  left: -28%;
  width: 20%;
  background: linear-gradient(90deg, transparent, rgba(255, 248, 236, 0.17), transparent);
  content: "";
  opacity: 0;
  pointer-events: none;
  transform: skewX(-16deg) translateX(0);
  transition:
    opacity 520ms ease,
    transform 1650ms cubic-bezier(0.16, 1, 0.3, 1);
}

.ic-model-finder-page .ic-home-accessories__category-media {
  position: absolute;
  z-index: -2;
  inset: 0;
  display: block;
  overflow: hidden;
  border-radius: inherit;
}

.ic-model-finder-page .ic-home-accessories__category-media::before {
  position: absolute;
  z-index: 0;
  inset: -12%;
  background-position: center;
  background-size: cover;
	background-image: var(--ic-home-category-bg);
  content: "";
  filter: blur(16px) saturate(0.76) brightness(0.52);
  transform: scale(1.08);
}

.ic-model-finder-page .ic-home-accessories__category-media::after {
  position: absolute;
  z-index: 2;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 6, 6, 0.82) 0%, rgba(7, 6, 6, 0.48) 58%, rgba(7, 6, 6, 0.18) 100%),
    linear-gradient(180deg, rgba(7, 6, 6, 0.06), rgba(7, 6, 6, 0.62));
  content: "";
  transition: background 850ms cubic-bezier(0.22, 1, 0.36, 1);
}

.ic-model-finder-page .ic-home-accessories__category-media img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 12%;
  display: block;
  width: 76%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
  object-position: var(--ic-home-image-x, 50%) var(--ic-home-image-y, 50%);
	transform-origin: var(--ic-home-image-x, 50%) var(--ic-home-image-y, 50%);
  filter: saturate(0.82) contrast(1.04) brightness(0.76);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
  scale: var(--ic-home-image-scale, 1);
  transform: none;
}

.ic-model-finder-page .ic-home-accessories__category-content {
  position: relative;
  z-index: 2;
  display: flex;
  min-width: 0;
  padding: 18px 20px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  transition: transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

.ic-model-finder-page .ic-home-accessories__category-meta {
  display: flex;
  width: 100%;
  margin-bottom: auto;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.ic-model-finder-page .ic-home-accessories__category-meta small {
  color: rgba(255, 248, 236, 0.68);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ic-model-finder-page .ic-home-accessories__category-content > strong {
  display: block;
  color: #fff8ec;
  font-family: var(--ic-display);
  font-size: clamp(27px, 2.6vw, 38px);
  font-weight: 500;
  line-height: 1;
}

.ic-model-finder-page .ic-home-accessories__category-content > em {
  display: block;
  max-width: 48ch;
  margin-top: 7px;
  color: rgba(255, 248, 236, 0.72);
  font-size: 12px;
  font-style: normal;
  line-height: 1.45;
}

.ic-model-finder-page .ic-home-accessories__category-content > i {
  display: inline-flex;
  margin-top: 10px;
  align-items: center;
  gap: 9px;
  color: #f1c89f;
  font-size: 9px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.7;
  transform: translateY(2px);
  transition: opacity 300ms ease, transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.ic-model-finder-page .ic-home-accessories__category-content > i b {
  color: #a7d1a9;
  font-size: 15px;
  font-weight: 500;
}

.ic-model-finder-page .ic-home-accessories__category:focus-visible {
  outline: 2px solid rgba(235, 186, 134, 0.78);
  outline-offset: 3px;
}

.ic-model-finder-page .ic-home-accessories__category.is-active {
  border-color: rgba(112, 181, 115, 0.94);
  box-shadow:
    inset 0 0 0 1px rgba(112, 181, 115, 0.2),
    inset 0 -3px rgba(112, 181, 115, 0.94),
    0 18px 40px rgba(0, 0, 0, 0.22),
    0 0 30px rgba(53, 122, 56, 0.16);
}

.ic-model-finder-page .ic-home-accessories__category.is-active .ic-home-accessories__category-media::after {
  background:
    linear-gradient(90deg, rgba(7, 6, 6, 0.64) 0%, rgba(7, 6, 6, 0.3) 58%, rgba(7, 6, 6, 0.08) 100%),
    linear-gradient(180deg, rgba(7, 6, 6, 0.02), rgba(7, 6, 6, 0.42));
}

.ic-model-finder-page .ic-home-accessories__category.is-active .ic-home-accessories__category-media img {
  filter: saturate(0.98) contrast(1.04) brightness(0.93);
  transform: none;
}

.ic-model-finder-page .ic-home-accessories__category.is-active .ic-home-accessories__category-content > em,
.ic-model-finder-page .ic-home-accessories__category.is-active .ic-home-accessories__category-meta small {
  color: rgba(255, 248, 236, 0.9);
}

.ic-model-finder-page .ic-home-accessories__category:hover {
  border-color: rgba(235, 186, 134, 0.56);
  box-shadow: 0 22px 46px rgba(0, 0, 0, 0.28), 0 0 26px rgba(235, 186, 134, 0.06);
}

.ic-model-finder-page .ic-home-accessories__category:hover::after,
.ic-model-finder-page .ic-home-accessories__category:focus-visible::after {
  opacity: 1;
  transform: skewX(-16deg) translateX(720%);
}

.ic-model-finder-page .ic-home-accessories__category:hover .ic-home-accessories__category-content,
.ic-model-finder-page .ic-home-accessories__category:focus-visible .ic-home-accessories__category-content {
  transform: translateY(-3px);
}

.ic-model-finder-page .ic-home-accessories__category:hover .ic-home-accessories__category-content > i,
.ic-model-finder-page .ic-home-accessories__category:focus-visible .ic-home-accessories__category-content > i,
.ic-model-finder-page .ic-home-accessories__category.is-active .ic-home-accessories__category-content > i {
  opacity: 1;
  transform: translateY(0);
}

.ic-model-finder-page .ic-home-accessories__group {
  overflow: hidden;
  border: 1px solid rgba(235, 186, 134, 0.19);
  border-radius: 18px;
  background:
    radial-gradient(circle at 74% 14%, rgba(235, 186, 134, 0.055), transparent 30%),
    #11100e;
  box-shadow: 0 38px 90px rgba(0, 0, 0, 0.3);
}

.ic-model-finder-page .ic-home-accessories__group[hidden],
.ic-model-finder-page .ic-home-accessories__product-panel[hidden] {
  display: none;
}

.ic-model-finder-page .ic-home-accessories__product-tabs {
  display: grid;
  border-bottom: 1px solid rgba(235, 186, 134, 0.14);
  grid-template-columns: repeat(var(--accessory-count), minmax(0, 1fr));
}

.ic-model-finder-page .ic-home-accessories__product-tabs--categories {
  padding: 10px;
  gap: 10px;
  background: rgba(255, 248, 236, 0.018);
}

.ic-model-finder-page .ic-home-accessories__product-tab {
  position: relative;
  display: grid;
  min-width: 0;
  min-height: 86px;
  padding: 17px 18px 15px 44px;
  border: 0;
  border-right: 1px solid rgba(235, 186, 134, 0.1);
  grid-template-columns: minmax(0, 1fr) auto;
  align-content: center;
  align-items: baseline;
  gap: 7px 12px;
  color: inherit;
  background: transparent;
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: background-color 280ms ease, box-shadow 280ms ease;
}

.ic-model-finder-page .ic-home-accessories__product-tab:last-child {
  border-right: 0;
}

.ic-model-finder-page .ic-home-accessories__product-tab > small {
  position: absolute;
  top: 21px;
  left: 17px;
  color: rgba(235, 186, 134, 0.38);
  font-size: 8px;
  font-weight: 800;
}

.ic-model-finder-page .ic-home-accessories__product-tab > strong {
  min-width: 0;
  overflow: hidden;
  color: rgba(255, 248, 236, 0.7);
  font-family: var(--ic-display);
  font-size: clamp(14px, 1.15vw, 17px);
  font-weight: 550;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: color 260ms ease;
}

.ic-model-finder-page .ic-home-accessories__product-tab > span {
  color: #a7d1a9;
  font-size: 12px;
  font-weight: 760;
  white-space: nowrap;
}

.ic-model-finder-page .ic-home-accessories__product-tab > span del {
  color: rgba(255, 248, 236, 0.34);
  font-size: 9px;
}

.ic-model-finder-page .ic-home-accessories__product-tab--with-thumb {
  min-height: 76px;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px 10px;
}

.ic-model-finder-page .ic-home-accessories__product-tab-thumb {
  display: block;
  width: 48px;
  height: 48px;
  overflow: hidden;
  border: 1px solid rgba(235, 186, 134, 0.2);
  border-radius: 10px;
  color: inherit;
  background: rgba(8, 7, 6, 0.48);
  font-size: inherit;
  font-weight: inherit;
  line-height: 1;
  white-space: normal;
  transition: border-color 320ms ease, box-shadow 320ms ease, transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.ic-model-finder-page .ic-home-accessories__product-tab-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
  object-position: var(--ic-home-image-x, 50%) var(--ic-home-image-y, 50%);
  transform-origin: var(--ic-home-image-x, 50%) var(--ic-home-image-y, 50%);
  filter: saturate(0.88) brightness(0.86);
  scale: var(--ic-home-image-scale, 1);
}

.ic-model-finder-page .ic-home-accessories__product-tab--with-thumb:hover .ic-home-accessories__product-tab-thumb,
.ic-model-finder-page .ic-home-accessories__product-tab--with-thumb.is-active .ic-home-accessories__product-tab-thumb {
  border-color: rgba(112, 181, 115, 0.68);
  box-shadow: 0 0 16px rgba(53, 122, 56, 0.16);
  transform: translateY(-1px);
}

.ic-model-finder-page .ic-home-accessories__product-tab--with-thumb.is-active .ic-home-accessories__product-tab-thumb img {
  filter: saturate(1) brightness(0.98);
  transform: none;
}

.ic-model-finder-page .ic-home-accessories__product-tab--category {
  isolation: isolate;
  min-height: 112px;
  padding: 18px 20px 17px 46px;
  overflow: hidden;
  border: 1px solid rgba(235, 186, 134, 0.18);
  border-radius: 11px;
  background: #12100e;
}

.ic-model-finder-page .ic-home-accessories__product-tab--category:last-child {
  border-right: 1px solid rgba(235, 186, 134, 0.18);
}

.ic-model-finder-page .ic-home-accessories__product-tab-media {
  position: absolute;
  z-index: -2;
  inset: 0;
  display: block;
  width: auto;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  white-space: normal;
}

.ic-model-finder-page .ic-home-accessories__product-tab-media::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8, 7, 6, 0.9), rgba(8, 7, 6, 0.42) 58%, rgba(8, 7, 6, 0.16)),
    linear-gradient(180deg, rgba(8, 7, 6, 0.08), rgba(8, 7, 6, 0.5));
  content: "";
  transition: background 800ms cubic-bezier(0.22, 1, 0.36, 1);
}

.ic-model-finder-page .ic-home-accessories__product-tab-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--ic-home-image-x, 50%) var(--ic-home-image-y, 50%);
  transform-origin: var(--ic-home-image-x, 50%) var(--ic-home-image-y, 50%);
  filter: saturate(0.82) contrast(1.02) brightness(0.82);
  scale: var(--ic-home-image-scale, 1);
  transform: none;
}

.ic-model-finder-page .ic-home-accessories__product-tab--category > small,
.ic-model-finder-page .ic-home-accessories__product-tab--category > strong,
.ic-model-finder-page .ic-home-accessories__product-tab--category > span:not(.ic-home-accessories__product-tab-media) {
  z-index: 1;
}

.ic-model-finder-page .ic-home-accessories__product-tab--category > strong {
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.9);
}

.ic-model-finder-page .ic-home-accessories__product-tab--category > span:not(.ic-home-accessories__product-tab-media) {
  padding: 4px 7px;
  border-radius: 7px;
  background: rgba(8, 7, 6, 0.64);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(8px);
}

.ic-model-finder-page .ic-home-accessories__product-tab--category.is-active .ic-home-accessories__product-tab-media img {
  filter: saturate(0.96) contrast(1.03) brightness(0.94);
}

.ic-model-finder-page .ic-home-accessories__product-tab--category.is-active {
  border-color: rgba(112, 181, 115, 0.74);
  box-shadow: inset 0 0 0 1px rgba(112, 181, 115, 0.14);
}

.ic-model-finder-page .ic-home-accessories__product-tab--category.is-active .ic-home-accessories__product-tab-media::after {
  background:
    linear-gradient(90deg, rgba(8, 7, 6, 0.72), rgba(8, 7, 6, 0.24) 58%, rgba(8, 7, 6, 0.08)),
    linear-gradient(180deg, rgba(8, 7, 6, 0.03), rgba(8, 7, 6, 0.36));
}

.ic-model-finder-page .ic-home-accessories__product-tab::after {
  position: absolute;
  right: 17px;
  bottom: -1px;
  left: 17px;
  height: 2px;
  background: linear-gradient(90deg, rgba(235, 186, 134, 0.2), #5f9b61, rgba(235, 186, 134, 0.2));
  content: "";
  opacity: 0;
  transform: scaleX(0.3);
  transition: opacity 260ms ease, transform 460ms cubic-bezier(0.22, 1, 0.36, 1);
}

.ic-model-finder-page .ic-home-accessories__product-tab:hover {
  background: rgba(255, 248, 236, 0.025);
}

.ic-model-finder-page .ic-home-accessories__product-tab:hover > strong,
.ic-model-finder-page .ic-home-accessories__product-tab.is-active > strong {
  color: #fff8ec;
}

.ic-model-finder-page .ic-home-accessories__product-tab.is-active {
  background: rgba(53, 122, 56, 0.09);
  box-shadow: inset 0 0 0 1px rgba(95, 155, 97, 0.14);
}

.ic-model-finder-page .ic-home-accessories__product-tab.is-active::after {
  opacity: 1;
  transform: scaleX(1);
}

.ic-model-finder-page .ic-home-accessories__product-tab:focus-visible {
  z-index: 2;
  outline: 1px solid rgba(235, 186, 134, 0.68);
  outline-offset: -4px;
}

.ic-model-finder-page .ic-home-accessories__product-panel {
  display: grid;
  min-height: 500px;
  grid-template-columns: minmax(0, 1.18fr) minmax(380px, 0.82fr);
}

.ic-model-finder-page .ic-home-accessories__visual {
  position: relative;
  display: block;
  min-width: 0;
  min-height: 456px;
  margin: 20px 0 20px 20px;
  overflow: hidden;
  border: 1px solid rgba(235, 186, 134, 0.16);
  border-radius: 14px;
  color: #fff8ec;
  background: #17351c;
}

.ic-model-finder-page .ic-home-accessories__visual::before,
.ic-model-finder-page .ic-home-accessories__visual::after {
  position: absolute;
  pointer-events: none;
  content: "";
}

.ic-model-finder-page .ic-home-accessories__visual::before {
  z-index: 3;
  inset: 13px;
  border: 1px solid rgba(252, 236, 206, 0.2);
  border-radius: 11px;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.025);
  transition: border-color 360ms ease, box-shadow 360ms ease;
}

.ic-model-finder-page .ic-home-accessories__visual::after {
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8, 7, 6, 0.24), transparent 27%, transparent 73%, rgba(8, 7, 6, 0.2)),
    linear-gradient(180deg, rgba(8, 7, 6, 0.12), transparent 58%, rgba(8, 7, 6, 0.36));
  box-shadow: inset 0 0 72px rgba(8, 7, 6, 0.22);
}

.ic-model-finder-page .ic-home-accessories__visual img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
  object-position: var(--ic-home-image-x, 50%) var(--ic-home-image-y, 50%);
  transform-origin: var(--ic-home-image-x, 50%) var(--ic-home-image-y, 50%);
  filter: saturate(0.9) contrast(1.03) brightness(0.91);
  scale: var(--ic-home-image-scale, 1);
}

.ic-model-finder-page .ic-home-accessories__visual > span {
  position: absolute;
  z-index: 2;
  right: 18px;
  bottom: 18px;
  display: inline-flex;
  min-height: 37px;
  padding-inline: 13px;
  border: 1px solid rgba(255, 248, 236, 0.25);
  border-radius: 10px;
  align-items: center;
  color: #fff8ec;
  background: rgba(9, 8, 7, 0.72);
  backdrop-filter: blur(12px);
  font-size: 9px;
  font-weight: 760;
  letter-spacing: 0.05em;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 280ms ease, transform 280ms ease, border-color 280ms ease;
}

.ic-model-finder-page .ic-home-accessories__visual:hover::before,
.ic-model-finder-page .ic-home-accessories__visual:focus-visible::before {
  border-color: rgba(252, 236, 206, 0.34);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.045), 0 0 24px rgba(235, 186, 134, 0.045);
}

.ic-model-finder-page .ic-home-accessories__visual:hover > span,
.ic-model-finder-page .ic-home-accessories__visual:focus-visible > span {
  border-color: rgba(235, 186, 134, 0.55);
  opacity: 1;
  transform: translateY(0);
}

.ic-model-finder-page .ic-home-accessories__product-copy {
  display: flex;
  min-width: 0;
  padding: clamp(42px, 5vw, 72px);
  flex-direction: column;
  justify-content: center;
}

.ic-model-finder-page .ic-home-accessories__product-copy > p {
  margin: 0;
  color: rgba(235, 186, 134, 0.68);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ic-model-finder-page .ic-home-accessories__product-copy h3 {
  margin: 12px 0 15px;
  color: #fff8ec;
  font-family: var(--ic-display);
  font-size: clamp(32px, 3.3vw, 46px);
  font-weight: 500;
  line-height: 1;
}

.ic-model-finder-page .ic-home-accessories__description {
  max-width: 52ch;
  color: rgba(255, 248, 236, 0.68);
  font-size: 13px;
  line-height: 1.7;
}

.ic-model-finder-page .ic-home-accessories__facts {
  display: grid;
  margin: 28px 0 30px;
  border-top: 1px solid rgba(235, 186, 134, 0.14);
}

.ic-model-finder-page .ic-home-accessories__facts > div {
  display: flex;
  min-height: 45px;
  border-bottom: 1px solid rgba(235, 186, 134, 0.11);
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.ic-model-finder-page .ic-home-accessories__facts span {
  color: rgba(255, 248, 236, 0.4);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ic-model-finder-page .ic-home-accessories__facts strong {
  color: rgba(255, 248, 236, 0.88);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.35;
  text-align: right;
}

.ic-model-finder-page .ic-home-accessories__facts .woocommerce-Price-amount {
  color: #a7d1a9;
}

.ic-model-finder-page .ic-home-accessories__product-link {
  min-height: 44px;
  padding: 0 15px;
  align-self: flex-start;
  border: 1px solid rgba(235, 186, 134, 0.25);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.025);
  transition: border-color 260ms ease, background-color 260ms ease, transform 260ms ease;
}

.ic-model-finder-page .ic-home-accessories__product-link:hover,
.ic-model-finder-page .ic-home-accessories__product-link:focus-visible {
  border-color: rgba(95, 155, 97, 0.58);
  background: rgba(53, 122, 56, 0.12);
  transform: translateY(-2px);
}

.ic-model-finder-page .ic-home-accessories__group.is-active,
.ic-model-finder-page .ic-home-accessories__product-panel.is-active {
  animation: icAccessoryPanelEnter 420ms ease both;
}

.ic-js .ic-model-finder-page .ic-home-accessories:not(.is-visible) .ic-home-accessories__heading,
.ic-js .ic-model-finder-page .ic-home-accessories:not(.is-visible) .ic-home-accessories__categories,
.ic-js .ic-model-finder-page .ic-home-accessories:not(.is-visible) .ic-home-accessories__groups {
  opacity: 0;
  transform: translateY(24px);
}

.ic-js .ic-model-finder-page .ic-home-accessories.is-visible .ic-home-accessories__heading,
.ic-js .ic-model-finder-page .ic-home-accessories.is-visible .ic-home-accessories__categories,
.ic-js .ic-model-finder-page .ic-home-accessories.is-visible .ic-home-accessories__groups {
  animation: icAccessorySectionEnter 900ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.ic-js .ic-model-finder-page .ic-home-accessories.is-visible .ic-home-accessories__categories {
  animation-delay: 90ms;
}

.ic-js .ic-model-finder-page .ic-home-accessories.is-visible .ic-home-accessories__groups {
  animation-delay: 160ms;
}

@keyframes icAccessoryPanelEnter {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes icAccessorySectionEnter {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Keep the complete rail legible inside the available desktop viewport. */
@media (min-width: 901px) {
  .ic-model-finder-page .ic-home-accessories {
    scroll-margin-top: 72px;
    padding-block: clamp(34px, 5svh, 64px);
  }

  .ic-model-finder-page .ic-home-accessories__heading {
    margin-bottom: clamp(16px, 2.6svh, 26px);
  }

  .ic-model-finder-page .ic-home-accessories__heading .ic-kicker {
    margin-bottom: 9px;
  }

  .ic-model-finder-page .ic-home-accessories__heading h2 {
    font-size: clamp(40px, 6svh, 58px);
  }

  .ic-model-finder-page .ic-home-accessories__categories {
    margin-bottom: clamp(12px, 2svh, 16px);
  }

  .ic-model-finder-page .ic-home-accessories__category {
    min-height: clamp(126px, 18svh, 158px);
  }

  .ic-model-finder-page .ic-home-accessories__product-tab {
    min-height: clamp(62px, 8svh, 76px);
    padding-block: 12px 11px;
  }

  .ic-model-finder-page .ic-home-accessories__product-tab > small {
    top: 17px;
  }

  .ic-model-finder-page .ic-home-accessories__product-panel {
    height: clamp(330px, 44svh, 450px);
    min-height: 0;
  }

  .ic-model-finder-page .ic-home-accessories__visual {
    height: auto;
    min-height: 0;
    margin: 14px 0 14px 14px;
  }

  .ic-model-finder-page .ic-home-accessories__product-copy {
    padding: clamp(26px, 4svh, 46px) clamp(30px, 4vw, 58px);
  }

  .ic-model-finder-page .ic-home-accessories__product-copy h3 {
    margin-block: 9px 12px;
    font-size: clamp(30px, 4.6svh, 42px);
  }

  .ic-model-finder-page .ic-home-accessories__description {
    font-size: 12px;
    line-height: 1.6;
  }

  .ic-model-finder-page .ic-home-accessories__facts {
    margin-block: clamp(16px, 2.6svh, 24px);
  }

  .ic-model-finder-page .ic-home-accessories__facts > div {
    min-height: clamp(36px, 5svh, 43px);
  }

  .ic-model-finder-page .ic-home-accessories__product-link {
    min-height: 40px;
  }
}

@media (min-width: 901px) and (max-height: 820px) {
  .ic-model-finder-page .ic-home-accessories {
    padding-block: 32px;
  }

  .ic-model-finder-page .ic-home-accessories__heading {
    margin-bottom: 15px;
  }

  .ic-model-finder-page .ic-home-accessories__heading h2 {
    font-size: 44px;
  }

  .ic-model-finder-page .ic-home-accessories__heading-side p {
    font-size: 12px;
  }

  .ic-model-finder-page .ic-home-accessories__category {
    min-height: 126px;
  }

  .ic-model-finder-page .ic-home-accessories__product-tab {
    min-height: 62px;
  }

  .ic-model-finder-page .ic-home-accessories__product-panel {
    height: clamp(320px, 43svh, 350px);
  }

  .ic-model-finder-page .ic-home-accessories__visual {
    margin: 12px 0 12px 12px;
  }

  .ic-model-finder-page .ic-home-accessories__product-copy {
    padding: 22px 32px;
  }

  .ic-model-finder-page .ic-home-accessories__product-copy h3 {
    font-size: 31px;
  }

  .ic-model-finder-page .ic-home-accessories__facts {
    margin-block: 14px;
  }

  .ic-model-finder-page .ic-home-accessories__facts > div {
    min-height: 36px;
  }
}

@media (max-width: 1100px) {
  .ic-model-finder-page .ic-home-accessories__product-panel {
    grid-template-columns: minmax(0, 1fr) minmax(350px, 0.78fr);
  }

  .ic-model-finder-page .ic-home-accessories__product-tab {
    padding-right: 13px;
    padding-left: 39px;
  }

  .ic-model-finder-page .ic-home-accessories__product-tab > small {
    left: 14px;
  }
}

@media (max-width: 900px) {
  .ic-model-finder-page .ic-home-accessories__heading {
    display: grid;
    gap: 18px;
  }

  .ic-model-finder-page .ic-home-accessories__heading-side {
    max-width: 620px;
    justify-items: start;
    text-align: left;
  }

  .ic-model-finder-page .ic-home-accessories__product-panel {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .ic-model-finder-page .ic-home-accessories__visual {
    height: min(62vw, 500px);
    min-height: 390px;
    margin: 18px 18px 0;
  }

  .ic-model-finder-page .ic-home-accessories__product-copy {
    padding: 38px 34px 42px;
  }
}

@media (max-width: 680px) {
  .ic-model-finder-page .ic-home-accessories {
    padding-block: 72px 82px;
  }

  .ic-model-finder-page .ic-home-accessories__inner {
    width: calc(100vw - 32px);
  }

  .ic-model-finder-page .ic-home-accessories__heading {
    margin-bottom: 24px;
  }

  .ic-model-finder-page .ic-home-accessories__heading h2 {
    font-size: clamp(34px, 10.5vw, 44px);
  }

  .ic-model-finder-page .ic-home-accessories__categories {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .ic-model-finder-page .ic-home-accessories__category {
    min-width: 0;
    min-height: 154px;
    border-radius: 12px;
  }

  .ic-model-finder-page .ic-home-accessories__category-content {
    padding: 17px 18px;
  }

  .ic-model-finder-page .ic-home-accessories__category-content > strong {
    font-size: 30px;
  }

  .ic-model-finder-page .ic-home-accessories__group {
    border-radius: 15px;
  }

  .ic-model-finder-page .ic-home-accessories__product-tabs {
    display: flex;
    padding: 7px 14px;
    flex-direction: column;
  }

  .ic-model-finder-page .ic-home-accessories__product-tab {
    min-height: 62px;
    padding: 12px 10px 11px 38px;
    border-right: 0;
    border-bottom: 1px solid rgba(235, 186, 134, 0.1);
  }

  .ic-model-finder-page .ic-home-accessories__product-tab:last-child {
    border-bottom: 0;
  }

  .ic-model-finder-page .ic-home-accessories__product-tabs--categories {
    padding: 8px;
    gap: 8px;
  }

  .ic-model-finder-page .ic-home-accessories__product-tab--category {
    min-height: 98px;
    padding: 16px 14px 15px 40px;
    border: 1px solid rgba(235, 186, 134, 0.18);
    border-radius: 10px;
  }

  .ic-model-finder-page .ic-home-accessories__product-tab--category:last-child {
    border-right: 1px solid rgba(235, 186, 134, 0.18);
    border-bottom: 1px solid rgba(235, 186, 134, 0.18);
  }

  .ic-model-finder-page .ic-home-accessories__product-tab > small {
    top: 16px;
    left: 12px;
  }

  .ic-model-finder-page .ic-home-accessories__product-tab::after {
    top: 10px;
    right: auto;
    bottom: 10px;
    left: -1px;
    width: 2px;
    height: auto;
    transform: scaleY(0.3);
  }

  .ic-model-finder-page .ic-home-accessories__product-tab.is-active::after {
    transform: scaleY(1);
  }

  .ic-model-finder-page .ic-home-accessories__visual {
    height: min(88vw, 410px);
    min-height: 290px;
    margin: 12px 12px 0;
    border-radius: 10px;
  }

  .ic-model-finder-page .ic-home-accessories__visual::before {
    inset: 8px;
    border-radius: 7px;
  }

  .ic-model-finder-page .ic-home-accessories__visual > span {
    display: none;
  }

  .ic-model-finder-page .ic-home-accessories__product-copy {
    padding: 31px 22px 34px;
  }

  .ic-model-finder-page .ic-home-accessories__product-copy h3 {
    font-size: clamp(29px, 9vw, 38px);
  }

  .ic-model-finder-page .ic-home-accessories__facts > div {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    padding-block: 9px;
  }

  .ic-model-finder-page .ic-home-accessories__facts strong {
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ic-model-finder-page .ic-home-accessories *,
  .ic-js .ic-model-finder-page .ic-home-accessories .ic-home-accessories__heading,
  .ic-js .ic-model-finder-page .ic-home-accessories .ic-home-accessories__categories,
  .ic-js .ic-model-finder-page .ic-home-accessories .ic-home-accessories__groups {
    opacity: 1;
    filter: none;
    animation: none !important;
    scroll-behavior: auto;
    transition-duration: 1ms !important;
    transform: none;
  }
}

/* Permanent build-time contact band. */
.ic-model-finder-page .ic-leadtime-contact {
  position: relative;
  isolation: isolate;
  scroll-margin-top: 92px;
  overflow: hidden;
  padding-block: clamp(84px, 8vw, 128px);
  color: #fff8ec;
  background:
    radial-gradient(ellipse 56% 85% at 50% 100%, rgba(235, 186, 134, 0.11), transparent 68%),
    linear-gradient(180deg, #090807 0%, #15110e 52%, #0b0908 100%);
}

.ic-model-finder-page .ic-leadtime-contact::before {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 6%;
  left: 6%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(235, 186, 134, 0.42), transparent);
  content: "";
}

.ic-model-finder-page .ic-leadtime-contact__inner {
  display: grid;
  width: min(1380px, calc(100vw - clamp(48px, 7vw, 120px)));
  gap: clamp(42px, 5vw, 76px);
}

.ic-model-finder-page .ic-leadtime-contact__copy {
  display: grid;
  max-width: 820px;
  justify-self: center;
  justify-items: center;
  gap: 14px;
  text-align: center;
}

.ic-model-finder-page .ic-leadtime-contact__copy .ic-kicker {
  justify-content: center;
  margin: 0;
}

.ic-model-finder-page .ic-leadtime-contact__copy h2 {
  max-width: 16ch;
  margin: 0;
  font-family: var(--ic-display);
  font-size: clamp(38px, 5vw, 68px);
  font-weight: 500;
  line-height: 0.98;
}

.ic-model-finder-page .ic-leadtime-contact__copy > p:last-child {
  max-width: 70ch;
  margin: 0;
  color: rgba(255, 248, 236, 0.68);
  font-size: clamp(14px, 1.2vw, 17px);
  line-height: 1.7;
}

.ic-model-finder-page .ic-leadtime-contact__methods {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.ic-model-finder-page .ic-leadtime-contact__method {
  display: grid;
  min-width: 0;
  min-height: 94px;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: center;
  gap: 13px;
  padding: 17px 18px;
  border: 1px solid rgba(235, 186, 134, 0.19);
  border-radius: 14px;
  color: #fff8ec;
  background: linear-gradient(115deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.012));
  text-decoration: none;
  transition: border-color 280ms ease, background-color 280ms ease, transform 280ms ease;
}

.ic-model-finder-page .ic-leadtime-contact__method > svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: #ebba86;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.45;
}

.ic-model-finder-page .ic-leadtime-contact__method > span {
  display: grid;
  min-width: 0;
  gap: 4px;
}

.ic-model-finder-page .ic-leadtime-contact__method small {
  color: rgba(255, 248, 236, 0.45);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ic-model-finder-page .ic-leadtime-contact__method strong {
  overflow-wrap: anywhere;
  font-size: clamp(11px, 0.9vw, 14px);
  font-weight: 720;
  line-height: 1.35;
}

.ic-model-finder-page .ic-leadtime-contact__method:hover,
.ic-model-finder-page .ic-leadtime-contact__method:focus-visible {
  border-color: rgba(235, 186, 134, 0.56);
  background: linear-gradient(115deg, rgba(235, 186, 134, 0.11), rgba(255, 255, 255, 0.025));
  transform: translateY(-3px);
}

.ic-js .ic-model-finder-page .ic-leadtime-contact:not(.is-visible) .ic-leadtime-contact__copy > *,
.ic-js .ic-model-finder-page .ic-leadtime-contact:not(.is-visible) .ic-leadtime-contact__method {
  opacity: 0;
  filter: blur(5px);
}

.ic-js .ic-model-finder-page .ic-leadtime-contact:not(.is-visible) .ic-leadtime-contact__copy > * {
  transform: translateY(24px);
}

.ic-js .ic-model-finder-page .ic-leadtime-contact:not(.is-visible) .ic-leadtime-contact__method {
  transform: translateX(var(--contact-from-x)) translateY(18px) scale(0.78);
}

.ic-js .ic-model-finder-page .ic-leadtime-contact.is-visible .ic-leadtime-contact__copy > * {
  animation: icLeadtimeCopyEnter 1050ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.ic-js .ic-model-finder-page .ic-leadtime-contact.is-visible .ic-leadtime-contact__copy > *:nth-child(2) {
  animation-delay: 90ms;
}

.ic-js .ic-model-finder-page .ic-leadtime-contact.is-visible .ic-leadtime-contact__copy > *:nth-child(3) {
  animation-delay: 180ms;
}

.ic-js .ic-model-finder-page .ic-leadtime-contact.is-visible .ic-leadtime-contact__method {
  animation: icLeadtimeMethodSpread 1250ms cubic-bezier(0.16, 1, 0.3, 1) both;
  animation-delay: calc(250ms + var(--contact-index) * 80ms);
}

@keyframes icLeadtimeCopyEnter {
  from {
    opacity: 0;
    filter: blur(5px);
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
  }
}

@keyframes icLeadtimeMethodSpread {
  from {
    opacity: 0;
    filter: blur(5px);
    transform: translateX(var(--contact-from-x)) translateY(18px) scale(0.78);
  }
  to {
    opacity: 1;
    filter: blur(0);
    transform: translateX(0) translateY(0) scale(1);
  }
}

@media (max-width: 900px) {
  .ic-model-finder-page .ic-leadtime-contact__methods {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .ic-model-finder-page .ic-leadtime-contact__inner {
    width: min(100% - 36px, 1380px);
  }

  .ic-model-finder-page .ic-leadtime-contact__methods {
    grid-template-columns: minmax(0, 1fr);
  }

  .ic-model-finder-page .ic-leadtime-contact__method {
    min-height: 78px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ic-js .ic-model-finder-page .ic-leadtime-contact .ic-leadtime-contact__copy > *,
  .ic-js .ic-model-finder-page .ic-leadtime-contact .ic-leadtime-contact__method {
    opacity: 1;
    filter: none;
    animation: none;
    transform: none;
  }
}

.ic-js .ic-model-finder-page .ic-model-finder__overview-card {
  opacity: 0;
  transform: translateY(28px) scale(0.94);
}

.ic-js .ic-model-finder-page .ic-model-finder__heading.is-visible .ic-model-finder__overview-card {
  animation: ic-model-overview-enter 900ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: calc(150ms + var(--model-delay));
}

.ic-js .ic-model-finder-page .ic-model-finder__heading.is-visible .ic-model-finder__overview-logo img {
  animation: ic-model-logo-enter 1050ms cubic-bezier(0.22, 1, 0.36, 1) both;
  animation-delay: calc(310ms + var(--model-delay));
}

@keyframes ic-model-overview-enter {
  0% {
    opacity: 0;
    transform: translateY(28px) scale(0.94);
  }
  58% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes ic-model-logo-enter {
  0% {
    opacity: 0;
    filter: blur(7px) drop-shadow(0 0 0 transparent);
    transform: scale(0.72) rotate(-7deg);
  }
  100% {
    opacity: 1;
    filter: blur(0) drop-shadow(0 8px 15px rgba(0, 0, 0, 0.3));
    transform: scale(1) rotate(0);
  }
}

/* Production direction: Signature Spread, integrated into the page surface. */
.ic-model-finder-page .ic-model-finder__heading--spread .ic-model-finder__overview {
  margin-top: clamp(38px, 4.4vw, 54px);
  gap: clamp(14px, 1.8vw, 26px);
}

.ic-model-finder-page .ic-model-finder__heading--spread .ic-model-finder__overview-card {
  --spread-delay: 180ms;
  min-height: 250px;
  padding: 8px 9px 19px;
  overflow: visible;
  border: 0;
  border-radius: 0;
  color: #fff8ec;
  background: none;
  box-shadow: none;
  transform: translateY(var(--rest-y));
  transition: opacity 300ms ease;
}

.ic-model-finder-page .ic-model-finder__heading--spread .ic-model-finder__overview-card:nth-child(2),
.ic-model-finder-page .ic-model-finder__heading--spread .ic-model-finder__overview-card:nth-child(4) {
  --spread-delay: 90ms;
}

.ic-model-finder-page .ic-model-finder__heading--spread .ic-model-finder__overview-card:nth-child(3) {
  --spread-delay: 0ms;
}

.ic-model-finder-page .ic-model-finder__heading--spread .ic-model-finder__overview-card::before {
  position: absolute;
  top: auto;
  right: 12%;
  bottom: 0;
  left: 12%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(95, 155, 97, 0.92), rgba(235, 186, 134, 0.72), transparent);
  content: "";
  opacity: 0;
  transform: scaleX(0.25);
  transform-origin: center;
  transition: opacity 360ms ease, transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

.ic-model-finder-page .ic-model-finder__heading--spread .ic-model-finder__overview-card:hover,
.ic-model-finder-page .ic-model-finder__heading--spread .ic-model-finder__overview-card.is-active {
  border-color: transparent;
  background: none;
  box-shadow: none;
}

.ic-model-finder-page .ic-model-finder__heading--spread .ic-model-finder__overview-card:hover::before,
.ic-model-finder-page .ic-model-finder__heading--spread .ic-model-finder__overview-card.is-active::before {
  opacity: 1;
  transform: scaleX(1);
}

.ic-model-finder-page .ic-model-finder__heading--spread .ic-model-finder__overview-card:focus-visible {
  outline: 1px solid rgba(95, 155, 97, 0.8);
  outline-offset: 7px;
}

.ic-model-finder-page .ic-model-finder__heading--spread .ic-model-finder__overview-logo {
  height: 112px;
  margin: 0 auto 14px;
}

.ic-model-finder-page .ic-model-finder__heading--spread .ic-model-finder__overview-logo img {
  max-width: 118px;
  height: 102px;
  filter: drop-shadow(0 12px 20px rgba(0, 0, 0, 0.34));
}

.ic-model-finder-page .ic-model-finder__heading--spread .ic-model-finder__overview-name {
  min-height: 38px;
  font-size: clamp(17px, 1.4vw, 21px);
}

.ic-model-finder-page .ic-model-finder__heading--spread .ic-model-finder__overview-card.is-active .ic-model-finder__overview-name {
  color: #f0c39d;
}

.ic-model-finder-page .ic-model-finder__heading--spread .ic-model-finder__overview-facts {
  margin-top: 15px;
  padding-top: 0;
  border-top: 0;
  gap: 7px;
}

.ic-js .ic-model-finder-page .ic-model-finder__heading--spread .ic-model-finder__overview-card {
  opacity: 0;
  filter: blur(5px);
  transform: translateX(var(--from-x)) translateY(20px) scale(0.62) rotate(var(--from-rotation));
}

.ic-js .ic-model-finder-page .ic-model-finder__heading--spread.is-visible .ic-model-finder__overview-card {
  animation: ic-model-overview-spread 1350ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
  animation-delay: calc(130ms + var(--spread-delay));
}

.ic-js .ic-model-finder-page .ic-model-finder__heading--spread.is-visible .ic-model-finder__overview-logo img {
  animation: none;
}

@keyframes ic-model-overview-spread {
  0% {
    opacity: 0;
    filter: blur(5px);
    transform: translateX(var(--from-x)) translateY(20px) scale(0.62) rotate(var(--from-rotation));
  }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: translateX(0) translateY(var(--rest-y)) scale(1) rotate(0);
  }
}

@media (max-width: 1100px) {
  .ic-model-finder-page .ic-model-finder__heading--spread .ic-model-finder__overview-card {
    min-height: 238px;
    padding: 7px 7px 17px;
  }

  .ic-model-finder-page .ic-model-finder__heading--spread .ic-model-finder__overview-logo {
    height: 96px;
  }

  .ic-model-finder-page .ic-model-finder__heading--spread .ic-model-finder__overview-logo img {
    max-width: 98px;
    height: 86px;
  }
}

@media (max-width: 680px) {
  .ic-model-finder-page .ic-model-finder__heading--spread .ic-model-finder__overview {
    margin-top: 30px;
    padding-bottom: 16px;
    grid-auto-columns: minmax(184px, 69vw);
    gap: 13px;
    overscroll-behavior-inline: contain;
    scroll-behavior: smooth;
  }

  .ic-model-finder-page .ic-model-finder__heading--spread .ic-model-finder__overview-card {
    --rest-y: 0px;
    min-height: 244px;
    padding: 10px 13px 17px;
    backface-visibility: hidden;
  }

  .ic-model-finder-page .ic-model-finder__heading--spread .ic-model-finder__overview-logo {
    height: 100px;
  }

  .ic-model-finder-page .ic-model-finder__heading--spread .ic-model-finder__overview-logo img {
    max-width: 105px;
    height: 91px;
  }

  .ic-js .ic-model-finder-page .ic-model-finder__heading--spread .ic-model-finder__overview-card {
    opacity: 0;
    filter: none;
    transform: translate3d(0, 18px, 0) scale(0.985);
  }

  .ic-js .ic-model-finder-page .ic-model-finder__heading--spread.is-visible .ic-model-finder__overview-card {
    animation: ic-model-overview-mobile 820ms cubic-bezier(0.22, 1, 0.36, 1) both;
    animation-delay: calc(90ms + (var(--model-index) * 105ms));
  }
}

@keyframes ic-model-overview-mobile {
  0% {
    opacity: 0;
    transform: translate3d(0, 18px, 0) scale(0.985);
  }
  55% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

.ic-model-finder-page .ic-model-finder__experience {
  display: grid;
  scroll-margin-top: 96px;
  min-height: 0;
  grid-template-columns: 220px minmax(360px, 1fr) minmax(390px, 0.86fr);
  border: 1px solid var(--finder-line);
  border-radius: var(--finder-radius);
  overflow: hidden;
  background: rgba(10, 9, 8, 0.74);
  box-shadow: 0 42px 100px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(18px);
}

.ic-model-finder-page .ic-model-finder__nav {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 24px 16px 20px;
  border-right: 1px solid var(--finder-line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.028), transparent 65%);
}

.ic-model-finder-page .ic-model-finder__nav > p {
  margin: 0 12px 16px;
  color: rgba(235, 186, 134, 0.66);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.ic-model-finder-page .ic-model-finder__tab {
  position: relative;
  display: grid;
  width: 100%;
  min-width: 0;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 3px 9px;
  padding: 14px 12px 13px;
  overflow: hidden;
  border: 0;
  border-top: 1px solid rgba(235, 186, 134, 0.09);
  border-radius: 10px;
  background: transparent;
  color: rgba(255, 248, 236, 0.54);
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: color 260ms ease, background-color 260ms ease;
}

.ic-model-finder-page .ic-model-finder__tab:last-child {
  border-bottom: 1px solid rgba(235, 186, 134, 0.09);
}

.ic-model-finder-page .ic-model-finder__tab > span {
  grid-row: 1 / span 2;
  color: rgba(235, 186, 134, 0.46);
  font-family: var(--ic-display);
  font-size: 14px;
  font-style: italic;
  line-height: 1.35;
  transition: color 260ms ease;
}

.ic-model-finder-page .ic-model-finder__tab strong {
  display: -webkit-box;
  min-width: 0;
  overflow: hidden;
  color: inherit;
  font-size: 13px;
  font-weight: 690;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.ic-model-finder-page .ic-model-finder__tab small {
  color: rgba(255, 248, 236, 0.39);
  font-size: 10px;
  font-weight: 650;
  letter-spacing: 0.055em;
  line-height: 1.3;
  transition: color 260ms ease;
}

.ic-model-finder-page .ic-model-finder__tab i {
  position: absolute;
  top: 50%;
  right: 0;
  width: 2px;
  height: 0;
  background: var(--ic-gold);
  box-shadow: 0 0 14px rgba(235, 186, 134, 0.75);
  transform: translateY(-50%);
  transition: height 300ms cubic-bezier(0.22, 1, 0.36, 1);
}

.ic-model-finder-page .ic-model-finder__tab:hover {
  background: rgba(235, 186, 134, 0.045);
  color: rgba(255, 248, 236, 0.88);
}

.ic-model-finder-page .ic-model-finder__tab.is-active {
  background: linear-gradient(90deg, rgba(235, 186, 134, 0.1), rgba(235, 186, 134, 0.015));
  color: #fff8ec;
}

.ic-model-finder-page .ic-model-finder__tab.is-active > span,
.ic-model-finder-page .ic-model-finder__tab.is-active small {
  color: var(--ic-gold);
}

.ic-model-finder-page .ic-model-finder__tab.is-active i {
  height: calc(100% - 20px);
}

.ic-model-finder-page .ic-model-finder__visual {
  position: relative;
  min-width: 0;
  overflow: hidden;
  background: #142518;
}

.ic-model-finder-page .ic-model-finder__visual-top {
  position: absolute;
  z-index: 5;
  top: 24px;
  right: 24px;
  left: 24px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: rgba(255, 248, 236, 0.68);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.ic-model-finder-page .ic-model-finder__visual-top span:first-child {
  color: var(--ic-gold);
}

.ic-model-finder-page .ic-model-finder__images,
.ic-model-finder-page .ic-model-finder__image,
.ic-model-finder-page .ic-model-finder__visual-shade {
  position: absolute;
  inset: 0;
}

.ic-model-finder-page .ic-model-finder__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--ic-home-image-x, 50%) var(--ic-home-image-y, 50%);
  transform-origin: var(--ic-home-image-x, 50%) var(--ic-home-image-y, 50%);
  opacity: 0;
  scale: var(--ic-home-image-scale, 1);
  transform: none;
  transition: opacity 600ms ease;
}

.ic-model-finder-page .ic-model-finder__image.is-active {
  z-index: 1;
  opacity: 1;
  transform: none;
}

.ic-model-finder-page .ic-model-finder__image--mark {
  padding: 0;
  object-fit: cover;
  background: #142518;
}

.ic-model-finder-page .ic-model-finder__visual-shade {
  z-index: 2;
  background:
    linear-gradient(180deg, rgba(4, 5, 4, 0.16) 0%, rgba(4, 5, 4, 0.02) 42%, rgba(4, 5, 4, 0.78) 100%),
    linear-gradient(90deg, rgba(5, 5, 4, 0.2), transparent 30%, transparent 70%, rgba(5, 5, 4, 0.13));
  pointer-events: none;
}

.ic-model-finder-page .ic-model-finder__visual::after {
  content: "";
  position: absolute;
  z-index: 3;
  inset: 13px;
  border: 1px solid rgba(252, 236, 206, 0.2);
  border-radius: 11px;
  pointer-events: none;
}

.ic-model-finder-page .ic-model-finder__visual-caption {
  position: absolute;
  z-index: 4;
  right: 34px;
  bottom: 31px;
  left: 34px;
}

.ic-model-finder-page .ic-model-finder__visual-caption span {
  display: block;
  margin-bottom: 6px;
  color: rgba(235, 186, 134, 0.8);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.ic-model-finder-page .ic-model-finder__visual-caption strong {
  display: block;
  color: #fff;
  font-family: var(--ic-display);
  font-size: clamp(25px, 2.5vw, 35px);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.1;
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.72);
}

.ic-model-finder-page .ic-model-finder__details {
  display: grid;
  min-width: 0;
  grid-template-rows: minmax(0, 1fr) auto;
  padding: 26px clamp(28px, 2.35vw, 36px) 22px;
  background:
    radial-gradient(circle at 100% 0%, rgba(235, 186, 134, 0.08), transparent 32%),
    var(--finder-panel);
}

.ic-model-finder-page .ic-model-finder__panels {
  display: grid;
  min-width: 0;
}

.ic-model-finder-page .ic-model-finder__panel {
  grid-area: 1 / 1;
  align-self: start;
  min-width: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity 360ms ease, transform 520ms cubic-bezier(0.22, 1, 0.36, 1), visibility 0s linear 520ms;
}

.ic-model-finder-page .ic-model-finder__panel.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 90ms, 90ms, 0s;
}

.ic-model-finder-page .ic-model-finder__edition {
  margin: 0 0 10px;
  color: var(--ic-gold);
  font-size: 10px;
  font-weight: 820;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.ic-model-finder-page .ic-model-finder__panel h3 {
  min-width: 0;
  max-width: 14ch;
  padding: 0;
  margin: 0;
  color: #fff8ec;
  font-family: var(--ic-display);
  font-size: clamp(29px, 2.65vw, 39px);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.06;
  text-wrap: balance;
}

.ic-model-finder-page .ic-model-finder__title-row {
  display: grid;
  min-height: 88px;
  margin-bottom: 14px;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
}

.ic-model-finder-page .ic-model-finder__model-logo {
  display: grid;
  width: 96px;
  height: 82px;
  padding-left: 16px;
  border-left: 1px solid var(--finder-line);
  place-items: center;
}

.ic-model-finder-page .ic-model-finder__model-logo img {
  display: block;
  width: 76px;
  height: 76px;
  object-fit: contain;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.32));
}

.ic-model-finder-page .ic-model-finder__info-tabs {
  display: grid;
  min-width: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid var(--finder-line);
  border-radius: var(--finder-control-radius);
}

.ic-model-finder-page .ic-model-finder__info-tab {
  position: relative;
  min-width: 0;
  min-height: 46px;
  padding: 8px 6px;
  overflow: hidden;
  border: 0;
  border-right: 1px solid rgba(235, 186, 134, 0.1);
  background: transparent;
  color: rgba(255, 248, 236, 0.4);
  font: inherit;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.07em;
  line-height: 1.25;
  text-align: center;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  transition: color 220ms ease, background-color 220ms ease;
}

.ic-model-finder-page .ic-model-finder__info-tab:last-child {
  border-right: 0;
}

.ic-model-finder-page .ic-model-finder__info-tab::after {
  position: absolute;
  right: 7px;
  bottom: 0;
  left: 7px;
  height: 2px;
  background: var(--ic-gold);
  box-shadow: 0 0 12px rgba(235, 186, 134, 0.6);
  content: "";
  opacity: 0;
  transform: scaleX(0.45);
  transition: opacity 220ms ease, transform 280ms cubic-bezier(0.22, 1, 0.36, 1);
}

.ic-model-finder-page .ic-model-finder__info-tab:hover {
  color: rgba(255, 248, 236, 0.78);
  background: rgba(235, 186, 134, 0.04);
}

.ic-model-finder-page .ic-model-finder__info-tab.is-active {
  color: #f3d8b6;
  background: rgba(235, 186, 134, 0.07);
}

.ic-model-finder-page .ic-model-finder__info-tab:last-child:not(.is-active) {
  color: rgba(235, 186, 134, 0.72);
  background: rgba(235, 186, 134, 0.035);
}

.ic-model-finder-page .ic-model-finder__info-tab.is-active::after {
  opacity: 1;
  transform: scaleX(1);
}

.ic-model-finder-page .ic-model-finder__info-panels {
  display: grid;
  min-height: 218px;
  margin-top: 16px;
}

.ic-model-finder-page .ic-model-finder__info-panel {
  grid-area: 1 / 1;
  min-width: 0;
  align-self: start;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(7px);
  transition: opacity 240ms ease, transform 340ms cubic-bezier(0.22, 1, 0.36, 1), visibility 0s linear 340ms;
}

.ic-model-finder-page .ic-model-finder__info-panel.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
  transition-delay: 55ms, 55ms, 0s;
}

.ic-model-finder-page .ic-model-finder__lead {
  max-width: 36ch;
  margin: 0;
  color: var(--finder-copy);
  font-size: 15px;
  line-height: 1.58;
}

.ic-model-finder-page .ic-model-finder__reason {
  margin: 15px 0 0;
  padding: 11px 13px 11px 14px;
  border: 1px solid rgba(235, 186, 134, 0.12);
  border-left: 2px solid rgba(235, 186, 134, 0.52);
  border-radius: 10px;
  color: rgba(255, 248, 236, 0.78);
  font-size: 12px;
  font-weight: 630;
  line-height: 1.5;
}

.ic-model-finder-page .ic-model-finder__reason span,
.ic-model-finder-page .ic-model-finder__info-kicker {
  display: block;
  margin: 0 0 6px;
  color: var(--ic-gold);
  font-size: 9px;
  font-weight: 820;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ic-model-finder-page .ic-model-finder__info-copy {
  margin: 0;
  color: var(--finder-copy);
  font-size: 15px;
  line-height: 1.58;
}

.ic-model-finder-page .ic-model-finder__order-note {
  margin: 14px 0 0;
  color: rgba(255, 248, 236, 0.48);
  font-size: 11px;
  line-height: 1.5;
}

.ic-model-finder-page .ic-model-finder__video {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  margin: 14px 0 0;
  color: #f3d8b6;
  text-decoration: none;
}

.ic-model-finder-page .ic-model-finder__video > span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(235, 186, 134, 0.38);
  border-radius: 50%;
  background: rgba(235, 186, 134, 0.05);
  transition: border-color 220ms ease, background-color 220ms ease;
}

.ic-model-finder-page .ic-model-finder__video svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.ic-model-finder-page .ic-model-finder__video strong,
.ic-model-finder-page .ic-model-finder__video small {
  display: block;
}

.ic-model-finder-page .ic-model-finder__video strong {
  font-size: 11px;
  font-weight: 760;
  line-height: 1.45;
}

.ic-model-finder-page .ic-model-finder__video small {
  margin-top: 2px;
  color: rgba(255, 248, 236, 0.4);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ic-model-finder-page .ic-model-finder__video:hover > span {
  border-color: var(--ic-gold);
  background: rgba(235, 186, 134, 0.12);
}

.ic-model-finder-page .ic-model-finder__facts {
  margin: 0;
  border-top: 1px solid var(--finder-line);
}

.ic-model-finder-page .ic-model-finder__facts > div {
  display: grid;
  grid-template-columns: 98px minmax(0, 1fr);
  gap: 14px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(235, 186, 134, 0.12);
}

.ic-model-finder-page .ic-model-finder__facts dt,
.ic-model-finder-page .ic-model-finder__facts dd {
  margin: 0;
}

.ic-model-finder-page .ic-model-finder__facts dt {
  color: rgba(255, 248, 236, 0.37);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ic-model-finder-page .ic-model-finder__facts dd {
  color: rgba(255, 248, 236, 0.84);
  font-size: 12px;
  font-weight: 650;
  line-height: 1.45;
  text-align: right;
}

.ic-model-finder-page .ic-model-finder__actions {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.ic-model-finder-page .ic-model-finder__primary-row {
  display: grid;
  grid-template-columns: 102px minmax(0, 1fr);
  gap: 10px;
}

.ic-model-finder-page .ic-model-finder__action-price {
  display: grid;
  min-width: 0;
  min-height: 49px;
  padding: 8px 12px;
  border: 1px solid rgba(235, 186, 134, 0.34);
  border-radius: var(--finder-control-radius);
  align-content: center;
  background: rgba(235, 186, 134, 0.07);
}

.ic-model-finder-page .ic-model-finder__action-price span,
.ic-model-finder-page .ic-model-finder__action-price strong {
  display: block;
  min-width: 0;
}

.ic-model-finder-page .ic-model-finder__action-price span {
  color: rgba(255, 248, 236, 0.42);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.11em;
  line-height: 1.2;
  text-transform: uppercase;
}

.ic-model-finder-page .ic-model-finder__action-price strong {
  margin-top: 3px;
  overflow: hidden;
  color: var(--ic-gold);
  font-size: 13px;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ic-model-finder-page .ic-model-finder__primary,
.ic-model-finder-page .ic-model-finder__compare-toggle {
  display: flex;
  min-height: 49px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0 17px;
  border-radius: var(--finder-control-radius);
  font: inherit;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.075em;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.ic-model-finder-page .ic-model-finder__primary {
  border: 1px solid var(--ic-gold);
  background: var(--ic-gold);
  color: #17100a;
  transition: background-color 220ms ease, color 220ms ease;
}

.ic-model-finder-page .ic-model-finder__primary-row .ic-model-finder__primary {
  min-width: 0;
}

.ic-model-finder-page .ic-model-finder__primary:hover {
  background: #f3cfaa;
  color: #080706;
}

.ic-model-finder-page .ic-model-finder__compare-toggle {
  border: 1px solid var(--finder-line);
  background: transparent;
  color: rgba(255, 248, 236, 0.72);
  transition: border-color 220ms ease, color 220ms ease, background-color 220ms ease;
}

.ic-model-finder-page .ic-model-finder__compare-toggle:hover {
  border-color: rgba(235, 186, 134, 0.42);
  background: rgba(235, 186, 134, 0.045);
  color: #fff8ec;
}

.ic-model-finder-page .ic-model-finder__primary svg,
.ic-model-finder-page .ic-model-finder__compare-toggle svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
}

.ic-model-finder-page .ic-model-finder__compare-toggle svg {
  transition: transform 300ms ease;
}

.ic-model-finder-page .ic-model-finder__compare-toggle[aria-expanded="true"] svg {
  transform: rotate(180deg);
}

.ic-model-finder-page .ic-model-comparison {
  display: grid;
  grid-template-rows: 0fr;
  border-right: 1px solid transparent;
  border-bottom: 1px solid transparent;
  border-left: 1px solid transparent;
  background: rgba(12, 10, 8, 0.82);
  transition: grid-template-rows 650ms cubic-bezier(0.22, 1, 0.36, 1), border-color 300ms ease;
}

.ic-model-finder-page .ic-model-comparison.is-open {
  grid-template-rows: 1fr;
  border-color: var(--finder-line);
}

.ic-model-finder-page .ic-model-comparison__inner {
  min-height: 0;
  overflow: hidden;
}

.ic-model-finder-page .ic-model-comparison__heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 30px;
  padding: 36px 38px 22px;
}

.ic-model-finder-page .ic-model-comparison__heading span {
  color: var(--ic-gold);
  font-size: 9px;
  font-weight: 820;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.ic-model-finder-page .ic-model-comparison__heading p {
  margin: 0;
  color: rgba(255, 248, 236, 0.48);
  font-size: 12px;
}

.ic-model-finder-page .ic-model-comparison__table {
  padding: 0 38px 38px;
}

.ic-model-finder-page .ic-model-comparison__row {
  display: grid;
  width: 100%;
  grid-template-columns: 1.25fr 0.85fr 1.2fr 0.65fr;
  align-items: center;
  gap: 22px;
  min-height: 58px;
  padding: 0 10px;
  border: 0;
  border-top: 1px solid rgba(235, 186, 134, 0.12);
  background: transparent;
  color: rgba(255, 248, 236, 0.66);
  font: inherit;
  font-size: 11px;
  text-align: left;
}

.ic-model-finder-page button.ic-model-comparison__row {
  cursor: pointer;
  transition: background-color 220ms ease, color 220ms ease;
}

.ic-model-finder-page button.ic-model-comparison__row:hover {
  background: rgba(235, 186, 134, 0.05);
  color: #fff8ec;
}

.ic-model-finder-page .ic-model-comparison__row--head {
  min-height: 36px;
  color: rgba(235, 186, 134, 0.54);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ic-model-finder-page .ic-model-comparison__row strong {
  color: #fff8ec;
  font-size: 12px;
  font-weight: 690;
}

.ic-model-finder-page .ic-model-comparison__row strong small {
  display: inline-block;
  width: 33px;
  color: rgba(235, 186, 134, 0.54);
  font-family: var(--ic-display);
  font-size: 12px;
  font-style: italic;
  font-weight: 500;
}

.ic-model-finder-page .ic-model-comparison__row span:last-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #f3d8b6;
  font-weight: 720;
}

.ic-model-finder-page .ic-model-comparison__row i {
  font-size: 16px;
  font-style: normal;
}

/* Keep the complete model selector inside a laptop viewport without shrinking its copy. */
@media (min-width: 901px) {
  .ic-model-finder-page .ic-model-finder__experience {
    height: clamp(600px, calc(100svh - 120px), 710px);
  }

  .ic-model-finder-page .ic-model-finder__nav {
    padding-block: clamp(18px, 3svh, 24px) clamp(16px, 2.5svh, 20px);
  }

  .ic-model-finder-page .ic-model-finder__nav > p {
    margin-bottom: clamp(10px, 2svh, 16px);
  }

  .ic-model-finder-page .ic-model-finder__tab {
    padding-block: clamp(10px, 1.75svh, 14px) clamp(9px, 1.6svh, 13px);
  }

  .ic-model-finder-page .ic-model-finder__details {
    padding-block: clamp(20px, 3.25svh, 26px) clamp(17px, 2.75svh, 22px);
  }

  .ic-model-finder-page .ic-model-finder__title-row {
    min-height: clamp(74px, 11svh, 88px);
    margin-bottom: clamp(10px, 1.75svh, 14px);
  }

  .ic-model-finder-page .ic-model-finder__info-panels {
    min-height: clamp(196px, 27svh, 218px);
    margin-top: clamp(12px, 2svh, 16px);
  }

  .ic-model-finder-page .ic-model-finder__actions {
    margin-top: clamp(12px, 2.25svh, 18px);
  }
}

@media (max-width: 1100px) {
  .ic-model-finder-page .ic-model-finder__overview-card {
    min-height: 272px;
    padding: 19px 13px 16px;
  }

  .ic-model-finder-page .ic-model-finder__overview-logo {
    width: 100%;
    height: 88px;
  }

  .ic-model-finder-page .ic-model-finder__overview-logo img {
    width: auto;
    max-width: 92px;
    height: 78px;
  }

  .ic-model-finder-page .ic-model-finder__overview-facts > span {
    align-items: start;
    flex-direction: column;
    gap: 2px;
  }

  .ic-model-finder-page .ic-model-finder__experience {
    grid-template-columns: 190px minmax(300px, 0.92fr) minmax(340px, 0.85fr);
  }

  .ic-model-finder-page .ic-model-finder__nav {
    padding-inline: 14px;
  }

  .ic-model-finder-page .ic-model-finder__details {
    padding-inline: 27px;
  }

  .ic-model-finder-page .ic-model-finder__title-row {
    gap: 14px;
  }

  .ic-model-finder-page .ic-model-finder__model-logo {
    width: 92px;
    height: 82px;
    padding-left: 14px;
  }

  .ic-model-finder-page .ic-model-finder__model-logo img {
    width: 76px;
    height: 76px;
  }

  .ic-model-finder-page .ic-model-finder__info-tab {
    font-size: 9px;
    letter-spacing: 0.035em;
  }
}

@media (max-width: 900px) {
  .ic-model-finder-page .ic-model-finder__leadtime-guidance {
    padding: 17px 18px;
    grid-template-areas:
      "note"
      "estimate"
      "action";
    grid-template-columns: minmax(0, 1fr);
    justify-items: center;
    gap: 8px;
    text-align: center;
  }

  .ic-model-finder-page .ic-model-finder__leadtime-guidance .ic-model-finder__overview-note {
    text-align: center;
  }

  .ic-model-finder-page .ic-model-finder__leadtime-button {
    margin-top: 5px;
  }

  .ic-model-finder-page .ic-model-finder__overview {
    gap: 9px;
  }

  .ic-model-finder-page .ic-model-finder__overview-card {
    min-height: 255px;
    padding-inline: 10px;
    border-radius: 15px;
  }

  .ic-model-finder-page .ic-model-finder__overview-logo {
    width: 100%;
    height: 78px;
    margin-top: 12px;
  }

  .ic-model-finder-page .ic-model-finder__overview-logo img {
    width: auto;
    max-width: 80px;
    height: 70px;
  }

  .ic-model-finder-page .ic-model-finder__overview-name {
    font-size: 13px;
  }

  .ic-model-finder-page .ic-model-finder__overview-facts {
    padding-top: 10px;
  }

  .ic-model-finder-page .ic-unnooh-feature__card {
    height: auto;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }

  .ic-model-finder-page .ic-unnooh-feature__visual {
    height: clamp(420px, min(64vw, 58svh), 480px);
    min-height: 0;
  }

  .ic-model-finder-page .ic-unnooh-feature__copy h2 {
    max-width: 13ch;
  }

  .ic-model-finder-page .ic-model-finder__intro {
    max-width: 58ch;
  }

  .ic-model-finder-page .ic-model-finder__experience {
    min-height: 0;
    grid-template-columns: minmax(0, 1.12fr) minmax(300px, 0.88fr);
  }

  .ic-model-finder-page .ic-model-finder__nav {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(5, minmax(125px, 1fr));
    padding: 0;
    overflow-x: auto;
    border-right: 0;
    border-bottom: 1px solid var(--finder-line);
    scrollbar-width: thin;
  }

  .ic-model-finder-page .ic-model-finder__nav > p {
    display: none;
  }

  .ic-model-finder-page .ic-model-finder__tab {
    min-height: 78px;
    padding-inline: 14px;
    border-top: 0;
    border-right: 1px solid rgba(235, 186, 134, 0.09);
    border-bottom: 0;
  }

  .ic-model-finder-page .ic-model-finder__tab i {
    top: auto;
    right: 10px;
    bottom: 0;
    left: 10px;
    width: auto;
    height: 2px;
    transform: none;
  }

  .ic-model-finder-page .ic-model-finder__tab.is-active i {
    height: 2px;
  }

  .ic-model-finder-page .ic-model-finder__visual {
    min-height: 650px;
  }

  .ic-model-finder-page .ic-model-finder__details {
    min-height: 650px;
  }

  .ic-model-finder-page .ic-model-comparison__row {
    grid-template-columns: 1.1fr 0.9fr 0.65fr;
  }

  .ic-model-finder-page .ic-model-comparison__row > :nth-child(3) {
    display: none;
  }
}

@media (max-width: 680px) {
  .ic-model-finder-page .ic-unnooh-feature {
    padding-block: 42px 28px;
  }

  .ic-model-finder-page .ic-unnooh-feature__shell {
    width: calc(100vw - 32px);
  }

  .ic-model-finder-page .ic-unnooh-feature__card {
    border-radius: 16px;
  }

  .ic-model-finder-page .ic-unnooh-feature__visual {
    height: clamp(260px, min(84vw, 45svh), 380px);
    min-height: 0;
  }

  .ic-model-finder-page .ic-unnooh-feature__image-signature {
    top: 14px;
    left: 14px;
    box-sizing: border-box;
    width: 92px;
    max-width: calc(100% - 28px);
    padding: 7px 6px 6px;
    flex-direction: column;
    justify-content: center;
    gap: 3px;
    border-radius: 10px;
  }

  .ic-model-finder-page .ic-unnooh-feature__image-signature > img {
    width: 30px;
    height: 30px;
    flex-basis: 30px;
  }

  .ic-model-finder-page .ic-unnooh-feature__image-signature small {
    width: 100%;
    max-width: none;
    font-size: 5.2px;
    letter-spacing: 0.06em;
    line-height: 1.25;
    text-align: center;
  }

  .ic-model-finder-page .ic-unnooh-feature__play {
    bottom: 20px;
    left: 20px;
    width: 43px;
    height: 43px;
  }

  .ic-model-finder-page .ic-unnooh-feature__watch {
    bottom: 32px;
    left: 77px;
  }

  .ic-model-finder-page .ic-unnooh-feature__copy {
    padding: 24px 20px 22px;
  }

  .ic-model-finder-page .ic-unnooh-feature__eyebrow {
    margin-bottom: 18px;
  }

  .ic-model-finder-page .ic-unnooh-feature__copy h2 {
    max-width: 15ch;
    font-size: clamp(28px, 8vw, 32px);
  }

  .ic-model-finder-page .ic-unnooh-feature__copy > p {
    margin-top: 16px;
    font-size: 13px;
    line-height: 1.58;
  }

  .ic-model-finder-page .ic-unnooh-feature__footer {
    margin-top: 22px;
    padding-top: 16px;
    grid-template-columns: 1fr;
    align-items: stretch;
    gap: 14px;
  }

  .ic-model-finder-page .ic-unnooh-feature__footer a {
    justify-content: space-between;
  }

  .ic-model-finder-page .ic-model-finder {
    padding-block: 78px 84px;
  }

  .ic-model-finder-page .ic-model-finder__shell {
    width: calc(100vw - 32px);
  }

  .ic-model-finder-page .ic-model-finder__heading h2 {
    max-width: none;
    font-size: clamp(26px, 8.4vw, 36px);
  }

  .ic-model-finder-page .ic-model-finder__intro {
    margin-top: 11px;
    font-size: 12px;
  }

  .ic-model-finder-page .ic-model-finder__overview {
    display: grid;
    margin-top: 28px;
    padding: 3px 1px 14px;
    overflow-x: auto;
    grid-template-columns: none;
    grid-auto-columns: minmax(174px, 64vw);
    grid-auto-flow: column;
    gap: 11px;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
    scrollbar-color: rgba(235, 186, 134, 0.28) transparent;
  }

  .ic-model-finder-page .ic-model-finder__overview.is-foundation-auto-guiding {
    scroll-behavior: auto;
    scroll-snap-type: none;
  }

  .ic-model-finder-page .ic-model-finder__overview-card {
    min-height: 258px;
    padding: 19px 15px 16px;
    scroll-snap-align: start;
  }

  .ic-model-finder-page .ic-model-finder__overview-logo {
    width: 100%;
    height: 86px;
    margin-top: 8px;
  }

  .ic-model-finder-page .ic-model-finder__overview-logo img {
    width: auto;
    max-width: 96px;
    height: 78px;
  }

  .ic-model-finder-page .ic-model-finder__overview-name {
    font-size: 15px;
  }

  .ic-model-finder-page .ic-model-finder__overview-facts > span {
    align-items: end;
    flex-direction: row;
    gap: 8px;
  }

  .ic-model-finder-page .ic-model-finder__overview-note {
    margin-top: 9px;
    padding-inline: 12px;
  }

  .ic-model-finder-page .ic-model-finder__experience {
    display: flex;
    flex-direction: column;
  }

  .ic-model-finder-page .ic-model-finder__nav {
    order: 0;
  }

  .ic-model-finder-page .ic-model-finder__visual {
    order: 1;
    min-height: min(116vw, 470px);
    border-bottom: 1px solid var(--finder-line);
  }

  .ic-model-finder-page .ic-model-finder__details {
    order: 2;
    min-height: 660px;
    padding: 34px 24px 25px;
  }

  .ic-model-finder-page .ic-model-finder__panel h3 {
    max-width: 14ch;
    font-size: clamp(28px, 8.5vw, 34px);
  }

  .ic-model-finder-page .ic-model-finder__lead {
    max-width: none;
  }

  .ic-model-finder-page .ic-model-finder__title-row {
    min-height: 88px;
    margin-bottom: 22px;
  }

  .ic-model-finder-page .ic-model-finder__model-logo {
    width: 84px;
    height: 76px;
    padding-left: 12px;
  }

  .ic-model-finder-page .ic-model-finder__model-logo img {
    width: 70px;
    height: 70px;
  }

  .ic-model-finder-page .ic-model-finder__info-tabs {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .ic-model-finder-page .ic-model-finder__info-tab {
    min-height: 44px;
    font-size: 9px;
  }

  .ic-model-finder-page .ic-model-finder__info-panels {
    min-height: 250px;
  }

  .ic-model-finder-page .ic-model-finder__primary-row {
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 8px;
  }

  .ic-model-finder-page .ic-model-finder__action-price {
    padding-inline: 10px;
  }

  .ic-model-finder-page .ic-model-finder__primary-row .ic-model-finder__primary {
    gap: 10px;
    padding-inline: 13px;
    font-size: 8px;
  }

  .ic-model-finder-page .ic-model-comparison__heading {
    display: block;
    padding: 28px 21px 16px;
  }

  .ic-model-finder-page .ic-model-comparison__heading p {
    margin-top: 8px;
  }

  .ic-model-finder-page .ic-model-comparison__table {
    padding: 0 21px 28px;
  }

  .ic-model-finder-page .ic-model-comparison__row,
  .ic-model-finder-page .ic-model-comparison__row--head {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
  }

  .ic-model-finder-page .ic-model-comparison__row > :nth-child(2),
  .ic-model-finder-page .ic-model-comparison__row > :nth-child(3) {
    display: none;
  }

  .ic-model-finder-page .ic-model-comparison__row strong {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ic-model-finder-page .ic-model-finder__image,
  .ic-model-finder-page .ic-model-finder__panel,
  .ic-model-finder-page .ic-model-finder__info-panel,
  .ic-model-finder-page .ic-model-finder__info-tab::after,
  .ic-model-finder-page .ic-model-comparison,
  .ic-model-finder-page .ic-model-finder__compare-toggle svg {
    transition-duration: 1ms !important;
  }
}

/* Mobile homepage choreography: small, one-shot reveals without filters. */
@media (max-width: 900px) and (prefers-reduced-motion: no-preference) {
  html.ic-mobile-reveal-ready .ic-model-finder-page [data-ic-mobile-reveal="group"] > * {
    opacity: 0;
    transform: translate3d(0, 14px, 0);
    transition:
      opacity 520ms cubic-bezier(0.22, 1, 0.36, 1),
      transform 680ms cubic-bezier(0.22, 1, 0.36, 1);
  }

  html.ic-mobile-reveal-ready .ic-model-finder-page [data-ic-mobile-reveal="group"].is-mobile-visible > * {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  html.ic-mobile-reveal-ready .ic-model-finder-page [data-ic-mobile-reveal="group"].is-mobile-visible > :nth-child(2) {
    transition-delay: 60ms;
  }

  html.ic-mobile-reveal-ready .ic-model-finder-page [data-ic-mobile-reveal="group"].is-mobile-visible > :nth-child(3) {
    transition-delay: 120ms;
  }

  html.ic-mobile-reveal-ready .ic-model-finder-page [data-ic-mobile-reveal="group"].is-mobile-visible > :nth-child(4) {
    transition-delay: 180ms;
  }

  html.ic-mobile-reveal-ready .ic-model-finder-page [data-ic-mobile-reveal="items"] > button,
  html.ic-mobile-reveal-ready .ic-model-finder-page .ic-unnooh-feature__visual[data-ic-mobile-reveal="chrome"] :is(.ic-unnooh-feature__image-signature, .ic-unnooh-feature__slide-status, .ic-unnooh-feature__play, .ic-unnooh-feature__watch),
  html.ic-mobile-reveal-ready .ic-model-finder-page .ic-model-finder__visual[data-ic-mobile-reveal="chrome"] :is(.ic-model-finder__visual-top, .ic-model-finder__visual-caption),
  html.ic-mobile-reveal-ready .ic-model-finder-page [data-ic-mobile-reveal="details"] :is(.ic-model-finder__edition, .ic-model-finder__title-row, .ic-model-finder__info-tabs, .ic-model-finder__info-panels, .ic-model-finder__actions) {
    opacity: 0;
    transform: translate3d(0, 10px, 0);
    transition:
      opacity 480ms cubic-bezier(0.22, 1, 0.36, 1),
      transform 620ms cubic-bezier(0.22, 1, 0.36, 1);
  }

  html.ic-mobile-reveal-ready .ic-model-finder-page [data-ic-mobile-reveal="items"].is-mobile-visible > button,
  html.ic-mobile-reveal-ready .ic-model-finder-page .ic-unnooh-feature__visual[data-ic-mobile-reveal="chrome"].is-mobile-visible :is(.ic-unnooh-feature__image-signature, .ic-unnooh-feature__slide-status, .ic-unnooh-feature__play, .ic-unnooh-feature__watch),
  html.ic-mobile-reveal-ready .ic-model-finder-page .ic-model-finder__visual[data-ic-mobile-reveal="chrome"].is-mobile-visible :is(.ic-model-finder__visual-top, .ic-model-finder__visual-caption),
  html.ic-mobile-reveal-ready .ic-model-finder-page [data-ic-mobile-reveal="details"].is-mobile-visible :is(.ic-model-finder__edition, .ic-model-finder__title-row, .ic-model-finder__info-tabs, .ic-model-finder__info-panels, .ic-model-finder__actions) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  html.ic-mobile-reveal-ready .ic-model-finder-page [data-ic-mobile-reveal="items"].is-mobile-visible > button:nth-of-type(2),
  html.ic-mobile-reveal-ready .ic-model-finder-page [data-ic-mobile-reveal="details"].is-mobile-visible :is(.ic-model-finder__title-row, .ic-model-finder__actions) {
    transition-delay: 55ms;
  }

  html.ic-mobile-reveal-ready .ic-model-finder-page [data-ic-mobile-reveal="items"].is-mobile-visible > button:nth-of-type(3),
  html.ic-mobile-reveal-ready .ic-model-finder-page [data-ic-mobile-reveal="details"].is-mobile-visible :is(.ic-model-finder__info-tabs, .ic-model-finder__info-panels) {
    transition-delay: 110ms;
  }

  html.ic-mobile-reveal-ready .ic-model-finder-page [data-ic-mobile-reveal="items"].is-mobile-visible > button:nth-of-type(4) {
    transition-delay: 165ms;
  }

  html.ic-mobile-reveal-ready .ic-model-finder-page [data-ic-mobile-reveal="items"].is-mobile-visible > button:nth-of-type(5) {
    transition-delay: 220ms;
  }
}
