/*
 * ImpressionCues one-page prototype
 * Brand palette sampled from the current 2026 logo and the canonical cloth
 * green used throughout the local installation.
 */

html.ic-builder-navigation-pending {
  cursor: progress;
}

.ic-builder-navigation-loading[hidden] {
  display: none !important;
}

.ic-builder-navigation-loading {
  position: fixed;
  inset: 0;
  z-index: 2147483646;
  display: grid;
  place-items: center;
  padding: 20px;
  color: #f8fafc;
  isolation: isolate;
}

.ic-builder-navigation-loading__backdrop {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(720px 520px at 50% 44%, #111827 0%, #070b13 58%, #020407 100%),
    #020407;
}

.ic-builder-navigation-loading__panel {
  display: grid;
  place-items: center;
  gap: 6px;
  width: min(416px, calc(100vw - 32px));
  min-height: min(424px, calc(100dvh - 32px));
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(15, 23, 42, 0.42), rgba(2, 6, 23, 0.3)),
    rgba(2, 6, 23, 0.32);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 34px 90px rgba(0, 0, 0, 0.34);
  text-align: center;
}

.ic-builder-navigation-loading__visual {
  position: relative;
  display: grid;
  place-items: center;
  width: 148px;
  height: 148px;
  margin-bottom: 10px;
}

.ic-builder-navigation-loading__visual img {
  position: relative;
  z-index: 1;
  display: block;
  width: 86px;
  height: 90px;
  object-fit: contain;
  filter: drop-shadow(0 16px 30px rgba(0, 0, 0, 0.28));
  animation: icBuilderNavigationLogo 2.8s ease-in-out infinite;
}

.ic-builder-navigation-loading__orbit {
  position: absolute;
  inset: 7px;
  border: 2px solid rgba(255, 255, 255, 0.12);
  border-top-color: #22c55e;
  border-right-color: rgba(34, 197, 94, 0.46);
  border-radius: 50%;
  box-shadow: 0 0 16px rgba(34, 197, 94, 0.3), inset 0 0 18px rgba(255, 255, 255, 0.06);
  animation: icBuilderNavigationOrbit 1.8s linear infinite;
}

.ic-builder-navigation-loading__panel strong,
.ic-builder-navigation-loading__panel small {
  display: block;
  letter-spacing: 0;
}

.ic-builder-navigation-loading__panel strong {
  font-size: 15px;
  font-weight: 850;
  line-height: 1.35;
}

.ic-builder-navigation-loading__panel small {
  color: rgba(226, 232, 240, 0.76);
  font-size: 12px;
  line-height: 1.45;
}

@keyframes icBuilderNavigationOrbit {
  to { transform: rotate(360deg); }
}

@keyframes icBuilderNavigationLogo {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-2px) scale(1.025); }
}

@media (max-width: 640px) {
  .ic-builder-navigation-loading {
    padding: 10px;
  }

  .ic-builder-navigation-loading__panel {
    width: calc(100vw - 20px);
    min-height: min(406px, calc(100dvh - 20px));
    padding: 20px;
    border-radius: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ic-builder-navigation-loading__orbit,
  .ic-builder-navigation-loading__visual img {
    animation: none !important;
  }
}

@property --ic-design-reveal-edge {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 0%;
}

.ic-prototype {
  --ic-ink: #070606;
  --ic-charcoal: #211d1b;
  --ic-gold: #ebba86;
  --ic-gold-dark: #b87c46;
  --ic-cream: #fcecce;
  --ic-paper: #f8f4ec;
  --ic-paper-deep: #eee7dc;
  --ic-cloth: #357a38;
  --ic-cloth-dark: #1f5126;
  --ic-neumorphic-surface: #eef0eb;
  --ic-neumorphic-surface-strong: #f4f5f1;
  --ic-neumorphic-surface-muted: #e6e8e3;
  --ic-neumorphic-shadow:
    -9px -9px 22px rgb(255 255 255 / 82%),
    11px 13px 28px rgb(35 43 35 / 13%),
    inset 1px 1px 0 rgb(255 255 255 / 88%),
    inset -1px -1px 0 rgb(46 57 47 / 6%);
  --ic-neumorphic-shadow-soft:
    -5px -5px 13px rgb(255 255 255 / 74%),
    6px 7px 16px rgb(35 43 35 / 10%),
    inset 1px 1px 0 rgb(255 255 255 / 80%);
  --ic-neumorphic-shadow-on-dark:
    -10px -10px 28px rgb(255 255 255 / 10%),
    0 34px 78px rgb(0 0 0 / 38%),
    18px 22px 42px rgb(0 0 0 / 28%),
    inset 1px 1px 0 rgb(255 255 255 / 86%),
    inset -1px -1px 0 rgb(44 55 45 / 8%);
  --ic-design-slide-duration: 1250ms;
  --ic-muted: #766f67;
  --ic-line: rgba(33, 29, 27, 0.14);
  --ic-shell: min(1240px, calc(100vw - 48px));
  --ic-display: "Iowan Old Style", Baskerville, "Times New Roman", serif;
  --ic-sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  margin: 0;
  background: var(--ic-paper);
  color: var(--ic-charcoal);
  font-family: var(--ic-sans);
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.ic-prototype .ic-configurator-hero.is-rail-scene-navigating {
  --ic-design-slide-duration: 980ms;
}

.ic-prototype *,
.ic-prototype *::before,
.ic-prototype *::after {
  box-sizing: border-box;
}

.ic-prototype .ic-site {
  min-width: 0;
  min-height: 100vh;
  overflow-x: clip;
  overflow-y: visible;
  background: var(--ic-paper);
}

/*
 * OPS uses body overflow:clip while its native product-image rail is active.
 * That disables the viewport scroller intermittently in Safari. The site shell
 * already clips horizontal artwork, so keep the page's vertical axis native.
 * The real OPS modal is excluded because it intentionally locks background
 * scrolling while open.
 */
body.ic-prototype.ops-native-product-image-sticky-active:not(.ops-woo-modal-open) {
  overflow-x: clip !important;
  overflow-y: visible !important;
}

html {
  /* Keep the browser canvas dark while Safari/Chrome re-rasterize composited
     sections during fast scrolling. Page templates still paint their own
     intended surface above this fallback. */
  background-color: #050505;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

/* The homepage is visually dark. Make every full-page surface beneath its
   sections dark as well, so a one-frame compositor gap cannot reveal paper. */
body.home.ic-prototype,
body.home.ic-prototype .ic-site,
body.home.ic-prototype #main-content {
  background-color: #050505;
}

html.ic-wheel-smoothing,
html.ic-ops-guided-scroll,
html.ic-hero-scene-navigation {
  scroll-behavior: auto !important;
}

@media (hover: hover) and (pointer: fine) {
  .ic-prototype
    .ic-configurator-hero.has-scroll-cursor
    .ic-configurator-hero__sticky {
    cursor:
      url("../images/hero-scroll-cursor.svg?v=2") 16 16,
      ns-resize;
  }

  .ic-prototype
    .ic-configurator-hero.has-scroll-cursor
    .ic-configurator-hero__sticky
    :is(
      a,
      button,
      input,
      select,
      textarea,
      [role="button"],
      [data-ic-layer-control]
    ) {
    cursor: pointer;
  }

  .ic-prototype
    .ic-configurator-hero.has-scroll-cursor
    .ic-configurator-hero__sticky
    .ic-configurator-hero__rail-guide,
  .ic-prototype .ic-configurator-hero__rail-guide {
    cursor:
      url("../images/hero-scroll-cursor.svg?v=2") 16 16,
      ns-resize;
  }
}

.ic-prototype .ic-shell {
  width: var(--ic-shell);
  margin-inline: auto;
}

.ic-prototype .screen-reader-text,
.ic-prototype .ic-skip-link {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.ic-prototype .ic-skip-link:focus {
  position: fixed;
  z-index: 100000;
  top: 12px;
  left: 12px;
  width: auto;
  height: auto;
  padding: 10px 16px;
  margin: 0;
  clip: auto;
  overflow: visible;
  border-radius: 4px;
  background: var(--ic-cream);
  color: var(--ic-ink);
  font-weight: 800;
}

.ic-prototype .ic-site a:focus-visible,
.ic-prototype .ic-site button:focus-visible {
  outline: 3px solid var(--ic-gold);
  outline-offset: 4px;
}

/* Header */

.ic-prototype .ic-header {
  --ic-header-height: var(--ic-header-compact-height, 72px);
  position: sticky;
  z-index: 1000;
  top: 0;
  width: 100%;
  border-top: 3px solid var(--ic-cloth);
  border-bottom: 1px solid rgba(252, 236, 206, 0.12);
  background: rgba(7, 6, 6, 0.965);
  color: #fff;
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.18);
  transition:
    background 850ms ease,
    border-color 850ms ease,
    box-shadow 850ms ease,
    backdrop-filter 850ms ease;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

/* A legacy site-wide snippet offsets product headers for the former theme. */
.ic-prototype.single-product .site-header.ic-header {
  margin-top: 0 !important;
}

.ic-prototype .ic-header--hero {
  position: fixed;
}

.ic-prototype .ic-header--hero:not(.is-scrolled) {
  --ic-header-height: var(--ic-header-hero-height, 108px);
  border-bottom-color: transparent;
  background: linear-gradient(180deg, rgba(7, 6, 6, 0.82) 0%, rgba(7, 6, 6, 0.38) 72%, rgba(7, 6, 6, 0) 100%);
  box-shadow: none;
  backdrop-filter: blur(0);
  -webkit-backdrop-filter: blur(0);
}

.ic-prototype .ic-header.is-scrolled {
  background: rgba(7, 6, 6, 0.955);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.28);
}

.ic-prototype .ic-header.is-menu-open {
  background: rgba(7, 6, 6, 0.98);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.admin-bar.ic-prototype .ic-header {
  top: 32px;
}

.ic-prototype .ic-header__inner {
  position: relative;
  min-height: var(--ic-header-height);
  display: grid;
  grid-template-columns: var(--ic-logo-sticky-width, 56px) minmax(0, 1fr) auto;
  align-items: center;
  column-gap: clamp(8px, 1vw, 16px);
  transition: min-height 1250ms cubic-bezier(0.16, 1, 0.3, 1) 420ms;
}

.ic-prototype .ic-brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  padding-right: 0;
  color: #fff;
  text-decoration: none;
}

.ic-prototype .ic-header .ic-brand {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: var(--ic-logo-sticky-half, 28px);
  gap: 0;
  padding: 0;
  transform: translate3d(-50%, -50%, 0);
  transition:
    left 1250ms cubic-bezier(0.16, 1, 0.3, 1) 420ms,
    gap 1250ms cubic-bezier(0.16, 1, 0.3, 1) 420ms;
  will-change: left;
}

.ic-prototype .ic-header--hero:not(.is-scrolled) .ic-brand {
  left: 50%;
  gap: 15px;
  transform: translate3d(-50%, -50%, 0);
  transition-delay: 0s;
}

.ic-prototype .ic-brand__coin {
  display: block;
  width: var(--ic-logo-sticky-width, 56px);
  height: var(--ic-logo-sticky-height, 59px);
  object-fit: contain;
  filter: drop-shadow(0 7px 14px rgba(0, 0, 0, 0.32));
  transition:
    width 1250ms cubic-bezier(0.16, 1, 0.3, 1) 420ms,
    height 1250ms cubic-bezier(0.16, 1, 0.3, 1) 420ms,
    transform 1250ms cubic-bezier(0.16, 1, 0.3, 1) 420ms;
}

.ic-prototype .ic-header--hero:not(.is-scrolled) .ic-brand__coin {
  width: var(--ic-logo-hero-width, 68px);
  height: var(--ic-logo-hero-height, 72px);
  transform: translateY(1px);
  transition-delay: 0s;
}

.ic-prototype .ic-brand__wordmark {
  display: grid;
  gap: 1px;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.ic-prototype .ic-header .ic-brand__wordmark {
  min-width: 0;
  max-width: 0;
  overflow: hidden;
  opacity: 1;
  visibility: hidden;
  transform: translate3d(-12px, 0, 0);
  transition:
    max-width 1250ms cubic-bezier(0.16, 1, 0.3, 1) 420ms,
    opacity 380ms ease,
    transform 380ms ease,
    visibility 0s linear 1670ms;
}

.ic-prototype .ic-header--hero:not(.is-scrolled) .ic-brand__wordmark {
  max-width: 390px;
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  transition-delay: 0s;
}

.ic-prototype .ic-brand__wordmark strong {
  color: var(--ic-gold);
  font-family: var(--ic-display);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.13em;
  transition: font-size 280ms ease, letter-spacing 280ms ease;
}

.ic-prototype .ic-header--hero:not(.is-scrolled) .ic-brand__wordmark strong {
  font-size: 21px;
  letter-spacing: 0.15em;
}

.ic-prototype .ic-brand__wordmark small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.24em;
  transition: color 280ms ease, font-size 280ms ease, letter-spacing 280ms ease;
}

.ic-prototype .ic-header--hero:not(.is-scrolled) .ic-brand__wordmark small {
  color: rgba(255, 255, 255, 0.76);
  font-size: 8px;
  letter-spacing: 0.3em;
}

.ic-prototype .ic-nav {
  grid-column: 2;
  align-self: stretch;
  justify-self: stretch;
  border-left: 0;
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  transition:
    opacity 600ms ease 1550ms,
    transform 900ms cubic-bezier(0.16, 1, 0.3, 1) 1400ms,
    visibility 0s linear 1400ms;
}

.ic-prototype .ic-header--hero:not(.is-scrolled) .ic-nav {
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, -9px, 0);
  transition-delay: 0s;
  pointer-events: auto;
}

.ic-prototype .ic-nav__list {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: flex-end;
  gap: 2px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.ic-prototype .ic-nav__list > li {
  position: relative;
  display: flex;
  height: 100%;
  padding: 0;
  margin: 0;
  border-right: 0;
}

.ic-prototype .ic-nav__list > li + li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 15px;
  background: linear-gradient(180deg, transparent, rgba(235, 186, 134, 0.32), transparent);
  transform: translateY(-50%);
}

.ic-prototype .ic-nav__list > li > a {
  position: relative;
  display: flex;
  height: 100%;
  align-items: center;
  gap: 8px;
  padding: 0 clamp(17px, 1.8vw, 28px);
  color: rgba(255, 255, 255, 0.8);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  transition: color 180ms ease, padding 280ms ease;
}

.ic-prototype .ic-nav__accessories-link {
  padding-right: clamp(45px, 3.35vw, 53px) !important;
}

.ic-prototype .ic-nav__accessories-toggle {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 10px;
  display: grid;
  width: 30px;
  height: 30px;
  padding: 0;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: var(--ic-gold);
  background: transparent;
  cursor: pointer;
  transform: translateY(-50%);
  transition: color 180ms ease, background-color 180ms ease;
}

.ic-prototype .ic-nav__accessories-toggle:hover,
.ic-prototype .ic-nav__accessories-toggle:focus-visible {
  outline: 0;
  color: var(--ic-cream);
  background: rgba(255, 255, 255, 0.075);
}

.ic-prototype .ic-nav__accessories-toggle svg {
  width: 10px;
  height: 7px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.35;
  transition: transform 260ms cubic-bezier(0.16, 1, 0.3, 1), stroke 180ms ease;
}

.ic-prototype .ic-nav__accessories:hover > .ic-nav__accessories-toggle svg,
.ic-prototype .ic-nav__accessories:focus-within > .ic-nav__accessories-toggle svg,
.ic-prototype .ic-nav__accessories.is-open > .ic-nav__accessories-toggle svg {
  transform: rotate(180deg);
}

.ic-prototype .ic-nav__accessories-panel {
  position: absolute;
  z-index: 24;
  top: calc(100% - 7px);
  right: 0;
  width: min(330px, calc(100vw - 38px));
  padding: 10px;
  border: 1px solid rgba(235, 186, 134, 0.3);
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
  background:
    linear-gradient(145deg, rgba(25, 21, 17, 0.985), rgba(7, 7, 6, 0.99));
  box-shadow:
    inset 0 1px 0 rgba(255, 244, 226, 0.055),
    0 24px 58px rgba(0, 0, 0, 0.48);
  transform: translate3d(0, -8px, 0);
  transition:
    opacity 220ms ease,
    visibility 220ms ease,
    transform 360ms cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: none;
}

.ic-prototype .ic-header.has-accessories-menu-open {
  border-bottom-color: transparent;
  transition:
    background 850ms ease,
    border-color 0s,
    box-shadow 850ms ease,
    backdrop-filter 850ms ease;
}

.ic-prototype .ic-header.has-accessories-menu-open .ic-header__edge {
  opacity: 0 !important;
  transition: opacity 120ms ease !important;
}

.ic-prototype .ic-nav__accessories-panel::before {
  position: absolute;
  right: 0;
  bottom: 100%;
  left: 0;
  height: 12px;
  content: "";
}

.ic-prototype .ic-nav__accessories:hover > .ic-nav__accessories-panel,
.ic-prototype .ic-nav__accessories:focus-within > .ic-nav__accessories-panel,
.ic-prototype .ic-nav__accessories.is-open > .ic-nav__accessories-panel {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  pointer-events: auto;
}

.ic-prototype .ic-nav__accessory-group-link {
  display: grid;
  min-height: 74px;
  align-items: center;
  gap: 12px;
  padding: 12px 13px;
  border: 1px solid rgba(235, 186, 134, 0.13);
  border-radius: 3px;
  color: rgba(255, 248, 237, 0.88);
  background: rgba(255, 255, 255, 0.022);
  grid-template-columns: 24px minmax(0, 1fr) 18px;
  text-decoration: none;
  transition:
    border-color 240ms ease,
    color 180ms ease,
    background-color 240ms ease,
    transform 300ms cubic-bezier(0.16, 1, 0.3, 1);
}

.ic-prototype .ic-nav__accessory-group {
  margin-top: 8px;
}

.ic-prototype .ic-nav__accessory-group-link:hover,
.ic-prototype .ic-nav__accessory-group-link:focus-visible {
  border-color: rgba(235, 186, 134, 0.55);
  outline: 0;
  color: #fff;
  background-color: rgba(235, 186, 134, 0.075);
  transform: translate3d(0, -1px, 0);
}

.ic-prototype .ic-nav__accessory-group-link > small {
  align-self: start;
  padding-top: 3px;
  color: var(--ic-gold);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.16em;
}

.ic-prototype .ic-nav__accessory-group-link > span:nth-child(2) {
  display: grid;
  gap: 5px;
}

.ic-prototype .ic-nav__accessory-group-link strong {
  font-family: var(--ic-display);
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}

.ic-prototype .ic-nav__accessory-group-link em {
  color: rgba(255, 255, 255, 0.52);
  font-size: 10.5px;
  font-style: normal;
  font-weight: 650;
  letter-spacing: 0.045em;
  line-height: 1.35;
}

.ic-prototype .ic-nav__accessory-link-icon {
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  color: var(--ic-gold);
  transition:
    color 180ms ease,
    transform 300ms cubic-bezier(0.16, 1, 0.3, 1);
}

.ic-prototype .ic-nav__accessory-link-icon svg {
  display: block;
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.35;
}

.ic-prototype .ic-nav__accessory-group-link:hover > .ic-nav__accessory-link-icon,
.ic-prototype .ic-nav__accessory-group-link:focus-visible > .ic-nav__accessory-link-icon {
  color: var(--ic-cream);
  transform: translate3d(3px, 0, 0);
}

.ic-prototype .ic-nav__accessory-sublinks {
  display: grid;
  max-height: 0;
  overflow: hidden;
  gap: 7px;
  margin-top: 0;
  opacity: 0;
  visibility: hidden;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  transform: translate3d(0, -5px, 0);
  transition:
    max-height 420ms cubic-bezier(0.16, 1, 0.3, 1),
    margin-top 360ms cubic-bezier(0.16, 1, 0.3, 1),
    opacity 220ms ease,
    visibility 0s linear 420ms,
    transform 360ms cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: none;
}

.ic-prototype .ic-nav__accessory-group:hover > .ic-nav__accessory-sublinks,
.ic-prototype .ic-nav__accessory-group:focus-within > .ic-nav__accessory-sublinks {
  max-height: 64px;
  margin-top: 7px;
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  transition-delay: 0s;
  pointer-events: auto;
}

.ic-prototype .ic-nav__accessory-sublinks a {
  display: grid;
  min-height: 50px;
  align-content: center;
  gap: 3px;
  padding: 9px 12px;
  border: 1px solid rgba(235, 186, 134, 0.15);
  border-radius: 3px;
  color: rgba(255, 248, 237, 0.82);
  background: rgba(255, 255, 255, 0.018);
  text-decoration: none;
  transition:
    border-color 220ms ease,
    color 180ms ease,
    background-color 220ms ease;
}

.ic-prototype .ic-nav__accessory-sublinks a:hover,
.ic-prototype .ic-nav__accessory-sublinks a:focus-visible {
  border-color: rgba(235, 186, 134, 0.48);
  outline: 0;
  color: #fff;
  background-color: rgba(235, 186, 134, 0.065);
}

.ic-prototype .ic-nav__accessory-sublinks span {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ic-prototype .ic-nav__accessory-sublinks small {
  color: rgba(235, 186, 134, 0.72);
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

/* The Builder is the single primary action. Its light sweep is tied to scroll
   in site.js; the strong selector also neutralizes the legacy blue helper. */
.ic-prototype .ic-header .ic-nav__list > li > a.ic-nav__builder-link {
  --ic-builder-progress: 0;
  --ic-builder-bg-position: 0%;
  --ic-builder-shine-left: -115%;
  --ic-builder-glow: 0.14;
  position: relative !important;
  z-index: 0 !important;
  display: inline-flex !important;
  height: auto !important;
  min-height: 36px !important;
  align-self: center !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 9px !important;
  padding: 0 clamp(13px, 1.2vw, 18px) !important;
  border: 1px solid rgba(235, 186, 134, 0.46) !important;
  border-radius: 3px !important;
  background:
    linear-gradient(112deg, rgba(10, 22, 13, 0.98), rgba(39, 89, 42, 0.84), rgba(10, 22, 13, 0.98)) !important;
  background-position: var(--ic-builder-bg-position) 50% !important;
  background-size: 210% 100% !important;
  color: #fff !important;
  font-size: 10px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: 0.11em !important;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.025),
    0 5px 15px rgb(53 122 56 / var(--ic-builder-glow)) !important;
  overflow: hidden !important;
  isolation: isolate !important;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease !important;
}

.ic-prototype .ic-header .ic-nav__list > li > a.ic-nav__builder-link:hover,
.ic-prototype .ic-header .ic-nav__list > .current-menu-item > a.ic-nav__builder-link {
  border-color: rgba(252, 236, 206, 0.82) !important;
  color: #fff !important;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.06),
    0 7px 19px rgb(53 122 56 / 0.28) !important;
  transform: translateY(-1px) !important;
}

.ic-prototype .ic-header .ic-nav__list > li > a.ic-nav__builder-link::before {
  content: "" !important;
  position: absolute !important;
  z-index: 0 !important;
  top: -35% !important;
  bottom: -35% !important;
  left: var(--ic-builder-shine-left) !important;
  display: block !important;
  width: 38% !important;
  height: auto !important;
  border-radius: 0 !important;
  background: linear-gradient(90deg, transparent, rgba(252, 236, 206, 0.09), rgba(255, 255, 255, 0.48), rgba(252, 236, 206, 0.09), transparent) !important;
  opacity: 0.68 !important;
  filter: blur(2px) !important;
  transform: skewX(-22deg) !important;
  transition: left 90ms linear !important;
  pointer-events: none !important;
}

.ic-prototype .ic-header .ic-nav__list > li > a.ic-nav__builder-link::after {
  display: none !important;
}

.ic-prototype .ic-nav__builder-link > span {
  position: relative;
  z-index: 1;
}

.ic-prototype .ic-nav__list > li > a small {
  color: var(--ic-gold);
  font-family: var(--ic-display);
  font-size: 10px;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0;
  transition: color 180ms ease, transform 280ms ease;
}

.ic-prototype .ic-nav__icon {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  fill: none;
  stroke: var(--ic-gold);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.55;
  transition: stroke 180ms ease, transform 180ms ease;
}

.ic-prototype .ic-nav__list > li > a:hover .ic-nav__icon,
.ic-prototype .ic-nav__list > .current-menu-item > a .ic-nav__icon {
  stroke: var(--ic-cream);
  transform: translateY(-1px);
}

.ic-prototype .ic-nav__list > li > a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  background: var(--ic-gold);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.ic-prototype .ic-nav__list > li > a:hover,
.ic-prototype .ic-nav__list > .current-menu-item > a {
  color: #fff;
}

.ic-prototype .ic-nav__list > li > a:hover small,
.ic-prototype .ic-nav__list > .current-menu-item > a small {
  color: var(--ic-cream);
}

.ic-prototype .ic-nav__list > li > a:hover::after,
.ic-prototype .ic-nav__list > .current-menu-item > a::after {
  transform: scaleX(1);
  transform-origin: left;
}

.ic-prototype .ic-header__actions {
  position: relative;
  z-index: 5;
  grid-column: 3;
  display: flex;
  align-self: stretch;
  align-items: center;
  gap: 4px;
  padding-left: clamp(11px, 1vw, 16px);
  border-left: 0;
}

.ic-prototype .ic-header__actions::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 19px;
  background: linear-gradient(180deg, transparent, rgba(235, 186, 134, 0.3), transparent);
  transform: translateY(-50%);
}

.ic-prototype .ic-icon-link {
  position: relative;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
  transition: color 160ms ease, background-color 160ms ease;
}

.ic-prototype .ic-icon-link:hover {
  background: rgba(255, 255, 255, 0.08);
  color: var(--ic-gold);
}

.ic-prototype .ic-icon-link svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.ic-prototype .ic-account-link__avatar {
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border: 1px solid rgba(235, 186, 134, 0.72);
  border-radius: 50%;
  background: rgba(252, 236, 206, 0.1);
  color: var(--ic-cream);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  transition:
    border-color 180ms ease,
    background-color 180ms ease,
    color 180ms ease;
}

.ic-prototype .ic-account-link__status {
  position: absolute;
  right: 5px;
  bottom: 5px;
  width: 8px;
  height: 8px;
  border: 2px solid #070606;
  border-radius: 50%;
  background: #55b95a;
  box-shadow: 0 0 0 1px rgba(85, 185, 90, 0.2);
}

.ic-prototype .ic-account-link.is-authenticated:hover .ic-account-link__avatar {
  border-color: var(--ic-gold);
  background: rgba(235, 186, 134, 0.16);
  color: #fff;
}

.ic-prototype .ic-header-account {
  position: relative;
  display: grid;
  align-self: center;
  place-items: center;
}

.ic-prototype button.ic-account-link {
  padding: 0;
  border: 0;
  background: transparent;
  font: inherit;
  cursor: pointer;
}

.ic-prototype .ic-header-account.is-open .ic-account-link {
  background: rgba(255, 255, 255, 0.09);
  color: var(--ic-gold);
}

.ic-prototype .ic-header-account.is-open .ic-account-link__avatar {
  border-color: var(--ic-gold);
  background: rgba(235, 186, 134, 0.17);
  color: #fff;
}

.ic-prototype .ic-header-account__panel {
  position: absolute;
  z-index: 1200;
  top: calc(100% + 10px);
  right: -42px;
  width: min(280px, calc(100vw - 20px));
  padding: 8px;
  border: 1px solid rgba(235, 186, 134, 0.25);
  border-top-color: rgba(235, 186, 134, 0.5);
  border-radius: 8px;
  background:
    radial-gradient(circle at 88% 8%, rgba(235, 186, 134, 0.09), transparent 34%),
    linear-gradient(145deg, rgba(10, 13, 10, 0.985), rgba(20, 23, 19, 0.985));
  box-shadow:
    0 24px 54px rgba(0, 0, 0, 0.42),
    inset 1px 1px 0 rgba(255, 255, 255, 0.06);
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, -7px, 0) scale(0.985);
  transform-origin: top right;
  transition:
    opacity 170ms ease,
    visibility 0s linear 220ms,
    transform 280ms cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: none;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.ic-prototype .ic-header-account.is-open .ic-header-account__panel {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0) scale(1);
  transition-delay: 0s;
  pointer-events: auto;
}

.ic-prototype .ic-header-account__identity {
  display: grid;
  min-width: 0;
  grid-template-columns: 36px minmax(0, 1fr);
  align-items: center;
  gap: 11px;
  padding: 8px 8px 12px;
  border-bottom: 1px solid rgba(235, 186, 134, 0.16);
}

.ic-prototype .ic-header-account__identity-avatar {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid rgba(235, 186, 134, 0.62);
  border-radius: 50%;
  background: rgba(252, 236, 206, 0.09);
  color: var(--ic-cream);
  font-size: 13px;
  font-weight: 800;
}

.ic-prototype .ic-header-account__identity > span:last-child {
  display: grid;
  min-width: 0;
  gap: 2px;
}

.ic-prototype .ic-header-account__identity small {
  color: rgba(255, 255, 255, 0.48);
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ic-prototype .ic-header-account__identity strong {
  overflow: hidden;
  color: #fff;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ic-prototype .ic-header-account__links {
  display: grid;
  gap: 2px;
  padding-top: 6px;
}

.ic-prototype .ic-header-account__links a {
  display: grid;
  min-height: 44px;
  grid-template-columns: 20px minmax(0, 1fr) 14px;
  align-items: center;
  gap: 10px;
  padding: 0 10px;
  border-radius: 5px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  transition:
    background-color 170ms ease,
    color 170ms ease,
    transform 240ms cubic-bezier(0.16, 1, 0.3, 1);
}

.ic-prototype .ic-header-account__links a > svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.55;
}

.ic-prototype .ic-header-account__links a > .ic-header-account__arrow {
  width: 13px;
  height: 13px;
  opacity: 0.4;
  transition:
    opacity 170ms ease,
    transform 240ms cubic-bezier(0.16, 1, 0.3, 1);
}

.ic-prototype .ic-header-account__links a:hover,
.ic-prototype .ic-header-account__links a:focus-visible,
.ic-prototype .ic-header-account__links a[aria-current="page"] {
  outline: 0;
  background: rgba(235, 186, 134, 0.09);
  color: #fff;
}

.ic-prototype .ic-header-account__links a:hover,
.ic-prototype .ic-header-account__links a:focus-visible {
  transform: translate3d(2px, 0, 0);
}

.ic-prototype .ic-header-account__links a[aria-current="page"] {
  color: var(--ic-cream);
}

.ic-prototype .ic-header-account__links a:hover .ic-header-account__arrow,
.ic-prototype .ic-header-account__links a:focus-visible .ic-header-account__arrow {
  opacity: 0.9;
  transform: translate3d(2px, 0, 0);
}

.ic-prototype .ic-header-account__links .ic-header-account__logout {
  grid-template-columns: 20px minmax(0, 1fr);
  margin-top: 5px;
  padding-top: 4px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0 0 5px 5px;
  color: rgba(255, 208, 202, 0.72);
}

.ic-prototype .ic-header-account__links .ic-header-account__logout:hover,
.ic-prototype .ic-header-account__links .ic-header-account__logout:focus-visible {
  background: rgba(162, 63, 53, 0.11);
  color: #ffd0ca;
}

.ic-prototype .ic-cart-link {
  margin-right: 0;
}

@media (prefers-reduced-motion: reduce) {
  .ic-prototype .ic-header-account__panel,
  .ic-prototype .ic-header-account__links a,
  .ic-prototype .ic-header-account__links a > .ic-header-account__arrow {
    transition-duration: 0.01ms;
  }
}

.ic-prototype .ic-cart-link::after {
  display: none;
}

.ic-prototype .ic-cart-link__count {
  position: absolute;
  top: 0;
  right: -2px;
  display: grid;
  min-width: 17px;
  height: 17px;
  padding-inline: 4px;
  place-items: center;
  border: 2px solid var(--ic-ink);
  border-radius: 999px;
  background: var(--ic-cloth);
  color: #fff;
  font-size: 9px;
  font-weight: 800;
}

.ic-prototype .ic-menu-toggle {
  display: none;
}

.ic-prototype .ic-mobile-home-link,
.ic-prototype .ic-mobile-builder-link,
.ic-prototype .ic-mobile-accessories-link,
.ic-prototype .ic-mobile-contact-link {
  display: none;
}

.ic-prototype .ic-header-search {
  position: static;
  display: flex;
  align-items: center;
  padding-right: 0;
}

.ic-prototype .ic-search-toggle {
  padding: 0;
  border: 0;
  background: transparent;
  font: inherit;
  cursor: pointer;
}

.ic-prototype .ic-header-search::after {
  display: none;
}

.ic-prototype .ic-search-toggle[aria-expanded="true"] {
  background: rgba(255, 255, 255, 0.08);
  color: var(--ic-gold);
}

.ic-prototype .ic-header-search__panel {
  position: absolute;
  top: calc(100% + 1px);
  right: 0;
  left: auto;
  display: flex;
  width: min(430px, calc(100vw - 38px));
  min-height: 64px;
  align-items: center;
  gap: 14px;
  padding: 12px 15px 12px 18px;
  border: 1px solid rgba(235, 186, 134, 0.18);
  border-top: 0;
  background: rgba(7, 6, 6, 0.98);
  box-shadow: 0 22px 42px rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, -8px, 0);
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
  pointer-events: none;
}

.ic-prototype .ic-header.is-search-open .ic-header-search__panel {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  pointer-events: auto;
}

.ic-prototype .ic-header-search__panel input {
  min-width: 0;
  flex: 1;
  padding: 10px 0;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0;
  outline: 0;
  background: transparent;
  color: #fff;
  font: 500 13px/1.3 var(--ic-sans);
}

.ic-prototype .ic-header-search__panel input:focus {
  border-bottom-color: var(--ic-gold);
}

.ic-prototype .ic-header-search__panel input::placeholder {
  color: rgba(255, 255, 255, 0.48);
}

.ic-prototype .ic-header-search__panel button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 0;
  border: 0;
  background: transparent;
  color: var(--ic-gold);
  font: 800 10px/1 var(--ic-sans);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
}

.ic-prototype .ic-header-search__panel button svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.ic-prototype .ic-nav__mobile-cta {
  display: none !important;
}

.ic-prototype .ic-header__edge {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(235, 186, 134, 0.65) 50%, transparent 100%);
  opacity: 0;
  transform: scaleX(0.62);
  transition: opacity 600ms ease 1550ms, transform 850ms cubic-bezier(0.16, 1, 0.3, 1) 1400ms;
  pointer-events: none;
}

.ic-prototype .ic-header.is-scrolled .ic-header__edge {
  opacity: 1;
  transform: scaleX(1);
}

/* Shared actions and headings */

.ic-prototype .ic-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 23px;
  border: 1px solid transparent;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.045em;
  line-height: 1;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, color 180ms ease;
}

.ic-prototype .ic-button:hover {
  transform: translateY(-2px);
}

.ic-prototype .ic-button svg,
.ic-prototype .ic-model-card__meta a svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.ic-prototype .ic-button--header {
  flex: 0 0 auto;
  min-height: 42px;
  margin-left: 8px;
  padding-inline: 17px;
  background: var(--ic-cloth);
  color: #fff;
  white-space: nowrap;
  box-shadow: 0 10px 28px rgba(53, 122, 56, 0.2);
}

.ic-prototype .ic-button--header:hover {
  background: #408a43;
  color: #fff;
}

/* A legacy site-wide helper marks every cue-builder link blue with !important. */
.ic-prototype .ic-header .ic-button--header.cue-builder-highlight {
  display: inline-flex !important;
  min-height: 42px !important;
  align-items: center !important;
  padding: 0 17px !important;
  border-radius: 3px !important;
  background: var(--ic-cloth) !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: 0.045em !important;
  white-space: nowrap !important;
}

.ic-prototype .ic-header .ic-button--header.cue-builder-highlight:hover {
  background: #408a43 !important;
}

.ic-prototype .ic-header .ic-button--header.cue-builder-highlight::before {
  display: none !important;
}

.ic-prototype .ic-button--gold {
  background: linear-gradient(135deg, var(--ic-gold), #f4d1aa);
  color: var(--ic-ink);
  box-shadow: 0 18px 40px rgba(184, 124, 70, 0.18);
}

.ic-prototype .ic-button--gold:hover {
  color: var(--ic-ink);
  box-shadow: 0 22px 48px rgba(184, 124, 70, 0.3);
}

.ic-prototype .ic-button--cream {
  background: var(--ic-cream);
  color: var(--ic-ink);
  box-shadow: 0 18px 40px rgba(7, 6, 6, 0.18);
}

.ic-prototype .ic-button--cream:hover {
  background: #fff7e8;
  color: var(--ic-ink);
}

.ic-prototype .ic-text-link {
  position: relative;
  display: inline-flex;
  padding: 5px 0;
  color: var(--ic-cream);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-decoration: none;
}

.ic-prototype .ic-text-link::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: currentColor;
  transform-origin: left;
  transition: transform 180ms ease;
}

.ic-prototype .ic-text-link:hover::after {
  transform: scaleX(0.55);
}

.ic-prototype .ic-text-link--light {
  color: var(--ic-gold);
}

.ic-prototype .ic-kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0;
  margin: 0 0 22px;
  color: var(--ic-gold);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.19em;
  line-height: 1.3;
  text-transform: uppercase;
}

.ic-prototype .ic-kicker > span {
  display: block;
  width: 31px;
  height: 1px;
  background: currentColor;
}

.ic-prototype .ic-kicker--dark {
  color: var(--ic-cloth);
}

.ic-prototype .ic-section {
  position: relative;
  padding-block: clamp(86px, 10vw, 142px);
}

/* Hero */

.ic-prototype .ic-hero {
  position: relative;
  isolation: isolate;
  min-height: 100svh;
  overflow: hidden;
  background:
    radial-gradient(circle at 76% 28%, rgba(53, 122, 56, 0.2), transparent 32%),
    linear-gradient(135deg, #070606 0%, #0b100c 55%, #132518 100%);
  color: #fff;
}

.ic-prototype .ic-hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0.18;
  background-image: linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to right, #000, transparent 72%);
}

.ic-prototype .ic-hero__glow {
  position: absolute;
  top: -280px;
  left: -230px;
  width: 650px;
  height: 650px;
  border: 1px solid rgba(235, 186, 134, 0.08);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(235, 186, 134, 0.025), 0 0 0 140px rgba(235, 186, 134, 0.018);
  pointer-events: none;
}

.ic-prototype .ic-hero__grid {
  position: relative;
  display: grid;
  min-height: max(680px, calc(100svh - 98px));
  grid-template-columns: minmax(0, 0.94fr) minmax(420px, 0.84fr);
  align-items: center;
  gap: clamp(48px, 6vw, 92px);
  padding-block: clamp(158px, 17vh, 194px) clamp(62px, 8vh, 88px);
}

.ic-prototype .ic-hero__copy {
  position: relative;
  z-index: 2;
  max-width: 690px;
}

.ic-prototype .ic-hero__copy h1 {
  max-width: 11.8ch;
  padding: 0;
  margin: 0;
  color: #fff;
  font-family: var(--ic-display);
  font-size: clamp(54px, 5.7vw, 84px);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 0.98;
  text-wrap: balance;
}

.ic-prototype .ic-hero__copy h1 em {
  display: block;
  margin-top: 10px;
  color: var(--ic-gold);
  font-weight: 400;
}

.ic-prototype .ic-hero__lead {
  max-width: 51ch;
  margin: 30px 0 0;
  color: rgba(255, 255, 255, 0.67);
  font-size: clamp(16px, 1.4vw, 18px);
  line-height: 1.72;
}

.ic-prototype .ic-hero__actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 35px;
}

.ic-prototype .ic-hero__signature {
  margin: 42px 0 0;
  color: rgba(255, 255, 255, 0.35);
  font-family: var(--ic-display);
  font-size: 15px;
  font-style: italic;
  letter-spacing: 0.15em;
}

.ic-prototype .ic-hero__visual {
  position: absolute;
  z-index: 1;
  top: 0;
  right: calc((100vw - 100%) / -2);
  bottom: 0;
  width: min(54vw, 860px);
  justify-self: end;
}

.ic-prototype .ic-hero__photo-wrap {
  position: relative;
  height: 100%;
  overflow: hidden;
  border-left: 1px solid rgba(235, 186, 134, 0.22);
  background: var(--ic-cloth-dark);
  box-shadow: -36px 0 100px rgba(0, 0, 0, 0.2);
}

.ic-prototype .ic-hero__photo-wrap > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 52% center;
  transform: scale(1.035);
}

.ic-prototype .ic-hero__photo-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 6, 6, 0.92) 0%, rgba(7, 6, 6, 0.45) 18%, rgba(7, 6, 6, 0.04) 52%),
    linear-gradient(180deg, rgba(7, 6, 6, 0.08) 42%, rgba(7, 6, 6, 0.78) 100%);
}

.ic-prototype .ic-hero__badge {
  position: absolute;
  right: clamp(30px, 5vw, 78px);
  bottom: clamp(30px, 4.4vw, 65px);
  left: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
  color: var(--ic-cream);
  font-family: var(--ic-display);
  font-size: clamp(18px, 2vw, 25px);
  letter-spacing: 0.01em;
}

.ic-prototype .ic-hero__badge img {
  width: 64px;
  height: 68px;
  object-fit: contain;
}

.ic-prototype .ic-hero__line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 18%;
  width: 1px;
  background: linear-gradient(180deg, transparent 5%, rgba(235, 186, 134, 0.26) 50%, transparent 95%);
  pointer-events: none;
}

.ic-prototype .ic-proof {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(252, 236, 206, 0.12);
  background: rgba(7, 6, 6, 0.24);
}

.ic-prototype .ic-proof > div {
  display: flex;
  min-height: 98px;
  align-items: center;
  gap: 15px;
  padding-inline: clamp(18px, 3vw, 42px);
  border-right: 1px solid rgba(252, 236, 206, 0.12);
}

.ic-prototype .ic-proof > div:first-child {
  padding-left: 0;
}

.ic-prototype .ic-proof > div:last-child {
  border-right: 0;
}

.ic-prototype .ic-proof span {
  color: var(--ic-gold);
  font-family: var(--ic-display);
  font-size: 25px;
  font-style: italic;
}

.ic-prototype .ic-proof strong {
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* Collection */

.ic-prototype .ic-models {
  background:
    radial-gradient(circle at 100% 0%, rgba(235, 186, 134, 0.17), transparent 28%),
    var(--ic-paper);
}

.ic-prototype .ic-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.65fr);
  align-items: end;
  gap: clamp(40px, 8vw, 120px);
  margin-bottom: 52px;
}

.ic-prototype .ic-section-heading h2,
.ic-prototype .ic-service__heading h2 {
  max-width: 13ch;
  padding: 0;
  margin: 0;
  color: var(--ic-charcoal);
  font-family: var(--ic-display);
  font-size: clamp(44px, 5.2vw, 72px);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.02;
  text-wrap: balance;
}

.ic-prototype .ic-section-heading > p {
  max-width: 43ch;
  margin: 0 0 6px;
  color: var(--ic-muted);
  font-size: 16px;
  line-height: 1.72;
}

.ic-prototype .ic-model-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 22px;
}

.ic-prototype .ic-model-card {
  grid-column: span 4;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--ic-line);
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 16px 45px rgba(33, 29, 27, 0.06);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.ic-prototype .ic-model-card:nth-child(-n + 2) {
  grid-column: span 6;
}

.ic-prototype .ic-model-card:hover {
  border-color: rgba(184, 124, 70, 0.42);
  box-shadow: 0 26px 64px rgba(33, 29, 27, 0.12);
  transform: translateY(-5px);
}

.ic-prototype .ic-model-card--featured {
  border-color: rgba(184, 124, 70, 0.48);
}

.ic-prototype .ic-model-card__image {
  position: relative;
  display: block;
  height: 320px;
  overflow: hidden;
  background: var(--ic-cloth);
  color: #fff;
  text-decoration: none;
}

.ic-prototype .ic-model-card:nth-child(n + 3) .ic-model-card__image {
  height: 265px;
}

.ic-prototype .ic-model-card__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 6, 6, 0.02), rgba(7, 6, 6, 0.54));
}

.ic-prototype .ic-model-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.ic-prototype .ic-model-card:hover .ic-model-card__image img {
  transform: scale(1.045);
}

.ic-prototype .ic-model-card__number,
.ic-prototype .ic-model-card__flag {
  position: absolute;
  z-index: 2;
  top: 18px;
  color: #fff;
}

.ic-prototype .ic-model-card__number {
  left: 19px;
  font-family: var(--ic-display);
  font-size: 19px;
  font-style: italic;
}

.ic-prototype .ic-model-card__flag {
  right: 18px;
  padding: 6px 10px;
  border: 1px solid rgba(252, 236, 206, 0.55);
  background: rgba(7, 6, 6, 0.58);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.ic-prototype .ic-model-card__body {
  display: grid;
  min-height: 168px;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 20px;
  padding: 25px 27px 27px;
}

.ic-prototype .ic-model-card__body p {
  margin: 0 0 5px;
  color: var(--ic-cloth);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ic-prototype .ic-model-card__body h3 {
  padding: 0;
  margin: 0 0 8px;
  color: var(--ic-charcoal);
  font-family: var(--ic-display);
  font-size: clamp(25px, 2.6vw, 34px);
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.05;
}

.ic-prototype .ic-model-card__body span {
  color: var(--ic-muted);
  font-size: 12px;
}

.ic-prototype .ic-model-card__meta {
  display: grid;
  justify-items: end;
  gap: 16px;
}

.ic-prototype .ic-model-card__meta strong {
  color: var(--ic-charcoal);
  font-size: 12px;
  white-space: nowrap;
}

.ic-prototype .ic-model-card__meta a {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(33, 29, 27, 0.25);
  border-radius: 50%;
  color: var(--ic-charcoal);
  text-decoration: none;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.ic-prototype .ic-model-card__meta a:hover {
  border-color: var(--ic-cloth);
  background: var(--ic-cloth);
  color: #fff;
}

/* Process */

.ic-prototype .ic-process {
  overflow: hidden;
  background: var(--ic-ink);
  color: #fff;
}

.ic-prototype .ic-process::before {
  content: "";
  position: absolute;
  top: -260px;
  right: -160px;
  width: 620px;
  height: 620px;
  border: 1px solid rgba(235, 186, 134, 0.1);
  border-radius: 50%;
  box-shadow: 0 0 0 85px rgba(235, 186, 134, 0.025), 0 0 0 170px rgba(235, 186, 134, 0.018);
}

.ic-prototype .ic-process > .ic-shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.2fr);
  gap: clamp(70px, 10vw, 150px);
}

.ic-prototype .ic-process__intro {
  align-self: center;
}

.ic-prototype .ic-process__intro h2 {
  max-width: 9ch;
  padding: 0;
  margin: 0 0 32px;
  color: #fff;
  font-family: var(--ic-display);
  font-size: clamp(42px, 5vw, 68px);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.02;
}

.ic-prototype .ic-process__steps {
  padding: 0;
  margin: 0;
  list-style: none;
}

.ic-prototype .ic-process__steps li {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 24px;
  padding: 33px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.ic-prototype .ic-process__steps li:first-child {
  padding-top: 0;
}

.ic-prototype .ic-process__steps li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.ic-prototype .ic-process__steps li > span {
  color: var(--ic-gold);
  font-family: var(--ic-display);
  font-size: 34px;
  font-style: italic;
  line-height: 1;
}

.ic-prototype .ic-process__steps h3 {
  padding: 0;
  margin: -4px 0 9px;
  color: #fff;
  font-family: var(--ic-display);
  font-size: 29px;
  font-weight: 500;
  line-height: 1.1;
}

.ic-prototype .ic-process__steps p {
  max-width: 52ch;
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 14px;
  line-height: 1.72;
}

/* Craft */

.ic-prototype .ic-craft {
  isolation: isolate;
  overflow: hidden;
  background: #24150b;
  color: #fff;
}

.ic-prototype .ic-craft__texture {
  position: absolute;
  z-index: -2;
  inset: 0;
  background-image: var(--ic-craft-image);
  background-position: center;
  background-size: cover;
  filter: saturate(0.72) contrast(1.08);
  transform: scale(1.03);
}

.ic-prototype .ic-craft::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(90deg, rgba(7, 6, 6, 0.92) 0%, rgba(7, 6, 6, 0.72) 48%, rgba(7, 6, 6, 0.9) 100%);
}

.ic-prototype .ic-craft__grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(70px, 12vw, 180px);
}

.ic-prototype .ic-craft__mark {
  display: grid;
  min-height: 430px;
  place-items: center;
  border: 1px solid rgba(235, 186, 134, 0.23);
  background: rgba(7, 6, 6, 0.54);
  backdrop-filter: blur(8px);
}

.ic-prototype .ic-craft__mark img {
  width: min(60%, 230px);
  height: auto;
  filter: drop-shadow(0 25px 34px rgba(0, 0, 0, 0.42));
}

.ic-prototype .ic-craft__copy {
  max-width: 590px;
}

.ic-prototype .ic-craft__copy h2 {
  max-width: 11ch;
  padding: 0;
  margin: 0;
  color: #fff;
  font-family: var(--ic-display);
  font-size: clamp(42px, 5vw, 69px);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.03;
}

.ic-prototype .ic-craft__copy > p:not(.ic-kicker) {
  max-width: 54ch;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.67);
  font-size: 16px;
  line-height: 1.8;
}

.ic-prototype .ic-craft__copy ul {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 31px 0 0;
  list-style: none;
}

.ic-prototype .ic-craft__copy li {
  position: relative;
  padding-left: 26px;
  color: var(--ic-cream);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.035em;
}

.ic-prototype .ic-craft__copy li::before {
  content: "";
  position: absolute;
  top: 0.68em;
  left: 0;
  width: 12px;
  height: 1px;
  background: var(--ic-gold);
}

/* Service */

.ic-prototype .ic-service {
  background: #f2ede4;
}

.ic-prototype .ic-service__heading {
  display: grid;
  max-width: 820px;
  margin-bottom: 55px;
}

.ic-prototype .ic-service__heading h2 {
  max-width: 14ch;
}

.ic-prototype .ic-service__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(33, 29, 27, 0.2);
  border-bottom: 1px solid rgba(33, 29, 27, 0.2);
}

.ic-prototype .ic-service__grid article {
  min-height: 280px;
  padding: 33px clamp(24px, 3vw, 42px) 40px;
  border-right: 1px solid rgba(33, 29, 27, 0.2);
}

.ic-prototype .ic-service__grid article:first-child {
  padding-left: 0;
}

.ic-prototype .ic-service__grid article:last-child {
  padding-right: 0;
  border-right: 0;
}

.ic-prototype .ic-service__grid article > span {
  color: var(--ic-cloth);
  font-family: var(--ic-display);
  font-size: 20px;
  font-style: italic;
}

.ic-prototype .ic-service__grid h3 {
  max-width: 12ch;
  padding: 0;
  margin: 54px 0 15px;
  color: var(--ic-charcoal);
  font-family: var(--ic-display);
  font-size: 30px;
  font-weight: 500;
  line-height: 1.08;
}

.ic-prototype .ic-service__grid p {
  max-width: 36ch;
  margin: 0;
  color: var(--ic-muted);
  font-size: 14px;
  line-height: 1.72;
}

/* Final CTA */

.ic-prototype .ic-final-cta {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-block: clamp(78px, 9vw, 125px);
  background: var(--ic-cloth);
  color: #fff;
}

.ic-prototype .ic-final-cta::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0.13;
  background-image: radial-gradient(circle at 2px 2px, #fff 1px, transparent 0);
  background-size: 24px 24px;
}

.ic-prototype .ic-final-cta__rings {
  position: absolute;
  z-index: -1;
  top: -260px;
  right: -100px;
  width: 640px;
  height: 640px;
  border: 1px solid rgba(252, 236, 206, 0.22);
  border-radius: 50%;
  box-shadow: 0 0 0 68px rgba(252, 236, 206, 0.07), 0 0 0 136px rgba(252, 236, 206, 0.035);
}

.ic-prototype .ic-final-cta__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 50px;
}

.ic-prototype .ic-final-cta .ic-kicker {
  color: var(--ic-cream);
}

.ic-prototype .ic-final-cta h2 {
  max-width: 13ch;
  padding: 0;
  margin: 0;
  color: #fff;
  font-family: var(--ic-display);
  font-size: clamp(46px, 5.7vw, 76px);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.02;
}

/* Footer */

.ic-prototype .ic-footer {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-top: 1px solid rgba(235, 186, 134, 0.2);
  background: linear-gradient(180deg, #12110f 0%, var(--ic-ink) 62%, #050404 100%);
  color: #fff;
}

.ic-prototype .ic-footer::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background-image: linear-gradient(118deg, transparent 0 48%, rgba(235, 186, 134, 0.025) 48.15% 48.35%, transparent 48.5% 100%);
  background-size: 92px 92px;
  content: "";
  pointer-events: none;
}

.ic-prototype .ic-footer::after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--ic-cloth-dark), var(--ic-cloth) 28%, var(--ic-gold) 52%, var(--ic-cloth) 76%, var(--ic-cloth-dark));
  box-shadow: 0 0 18px rgba(235, 186, 134, 0.25);
  content: "";
}

.ic-prototype .ic-footer__main {
  position: relative;
  padding-top: clamp(28px, 3vw, 38px);
}

.ic-prototype .ic-footer__brand-lockup {
  display: grid;
  gap: 17px;
}

.ic-prototype .ic-brand--footer {
  width: fit-content;
  gap: 16px;
}

.ic-prototype .ic-brand--footer .ic-brand__coin {
  width: 72px;
  height: 76px;
  filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.5));
}

.ic-prototype .ic-brand--footer .ic-brand__wordmark strong {
  font-size: 16px;
  letter-spacing: 0.13em;
}

.ic-prototype .ic-brand--footer .ic-brand__wordmark small {
  color: rgba(255, 255, 255, 0.56);
  font-size: 7px;
  letter-spacing: 0.26em;
}

.ic-prototype .ic-footer__primary-action {
  display: flex;
  min-height: 46px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 15px 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 6px;
  background: var(--ic-neumorphic-surface);
  box-shadow:
    -4px -4px 12px rgba(255, 255, 255, 0.08),
    7px 9px 20px rgba(0, 0, 0, 0.36),
    inset 1px 1px 0 rgba(255, 255, 255, 0.88),
    inset -1px -1px 0 rgba(44, 55, 45, 0.08);
  color: var(--ic-cloth-dark);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-decoration: none;
  text-transform: uppercase;
  transition: border-color 240ms ease, box-shadow 240ms ease, transform 240ms ease;
}

.ic-prototype .ic-footer__primary-action svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: var(--ic-gold);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  transition: transform 240ms ease;
}

.ic-prototype .ic-footer__primary-action:hover,
.ic-prototype .ic-footer__primary-action:focus-visible {
  border-color: rgba(235, 186, 134, 0.72);
  box-shadow:
    -5px -5px 14px rgba(255, 255, 255, 0.1),
    8px 11px 24px rgba(0, 0, 0, 0.4),
    inset 1px 1px 0 rgba(255, 255, 255, 0.92);
  transform: translateY(-2px);
}

.ic-prototype .ic-footer__primary-action:hover svg,
.ic-prototype .ic-footer__primary-action:focus-visible svg {
  transform: translateX(3px);
}

.ic-prototype .ic-footer__socials {
  display: flex;
  gap: 9px;
  margin-top: 10px;
}

.ic-prototype .ic-footer__socials a {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(235, 186, 134, 0.24);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.035);
  color: rgba(255, 255, 255, 0.7);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.06);
  transition: background 220ms ease, border-color 220ms ease, color 220ms ease, transform 220ms ease;
}

.ic-prototype .ic-footer__socials a:hover,
.ic-prototype .ic-footer__socials a:focus-visible {
  border-color: var(--ic-gold);
  background: var(--ic-cloth-dark);
  color: #fff;
  transform: translateY(-2px);
}

.ic-prototype .ic-footer__socials svg {
  width: 15px;
  height: 15px;
  fill: currentColor;
}

.ic-prototype .ic-footer__socials svg.is-stroke {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

/* Compact footer composition. */
.ic-prototype .ic-footer__main {
  padding-top: clamp(28px, 3vw, 38px);
}

.ic-prototype .ic-footer__compact {
  display: grid;
  grid-template-columns: minmax(240px, 1fr) minmax(170px, 205px);
  align-items: center;
  gap: clamp(24px, 4vw, 54px);
  padding-bottom: clamp(24px, 2.5vw, 32px);
}

.ic-prototype .ic-footer__compact .ic-footer__brand-lockup {
  gap: 0;
}

.ic-prototype .ic-footer__compact .ic-brand--footer .ic-brand__coin {
  width: 54px;
  height: 57px;
}

.ic-prototype .ic-footer__compact .ic-brand--footer .ic-brand__wordmark strong {
  font-size: 14px;
}

.ic-prototype .ic-footer__compact .ic-brand--footer .ic-brand__wordmark small {
  font-size: 6.5px;
}

.ic-prototype .ic-footer__compact .ic-footer__primary-action {
  width: 100%;
  max-width: 205px;
  justify-self: end;
}

.ic-prototype .ic-footer__utility {
  display: flex;
  min-height: 60px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding-block: 13px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.ic-prototype .ic-footer__links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 11px clamp(20px, 2.6vw, 38px);
}

.ic-prototype .ic-footer__links a {
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  font-weight: 650;
  line-height: 1.4;
  text-decoration: none;
  transition: color 220ms ease;
}

.ic-prototype .ic-footer__links a:hover,
.ic-prototype .ic-footer__links a:focus-visible {
  color: var(--ic-gold);
}

.ic-prototype .ic-footer__utility .ic-footer__socials {
  flex: 0 0 auto;
  margin-top: 0;
}

.ic-prototype .ic-footer__base {
  border-top: 1px solid rgba(235, 186, 134, 0.16);
  background: rgba(0, 0, 0, 0.28);
}

.ic-prototype .ic-footer__bottom {
  display: flex;
  min-height: 66px;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  color: rgba(255, 255, 255, 0.54);
  font-size: 10px;
  font-weight: 650;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ic-prototype .ic-footer__bottom p {
  margin: 0;
}

.ic-prototype .ic-footer__bottom p span {
  position: relative;
  margin-left: 17px;
  padding-left: 18px;
}

.ic-prototype .ic-footer__bottom p span::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--ic-cloth);
  content: "";
  transform: translateY(-50%);
}

.ic-prototype .ic-footer__bottom nav {
  display: flex;
  gap: 24px;
}

.ic-prototype .ic-footer__bottom a {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 750;
  text-decoration: none;
  transition: color 220ms ease;
}

.ic-prototype .ic-footer__bottom a:hover {
  color: var(--ic-gold);
}

/* Generic fallback content */

.ic-prototype .ic-generic {
  min-height: 60vh;
  padding-block: 90px;
  background: var(--ic-paper);
}

.ic-prototype .ic-generic__inner {
  width: min(860px, calc(100vw - 48px));
}

.ic-prototype .ic-entry__header h1 {
  margin: 0 0 34px;
  font-family: var(--ic-display);
  font-size: clamp(42px, 5vw, 68px);
  font-weight: 500;
  line-height: 1.05;
}

.ic-prototype .ic-entry__content {
  color: var(--ic-charcoal);
}

/* Reveal hooks remain available for later motion work without hiding content. */

.ic-js .ic-prototype [data-reveal],
.ic-js .ic-prototype [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Tablet / compact header */

@media (max-width: 1120px) {
  .ic-prototype .ic-header__inner {
    column-gap: 10px;
  }

  .ic-prototype .ic-header .ic-brand__wordmark {
    display: grid;
  }

  .ic-prototype .ic-button--header {
    display: none !important;
  }

  .ic-prototype .ic-header .ic-button--header.cue-builder-highlight {
    display: none !important;
  }

  .ic-prototype .ic-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.72fr);
    gap: 48px;
  }
}

@media (max-width: 900px) {
  .ic-prototype {
    --ic-shell: min(calc(100% - 38px), 760px);
  }

  .ic-prototype .ic-header__inner {
    min-height: var(--ic-header-tablet-compact-height, 74px);
    grid-template-columns: var(--ic-logo-mobile-sticky-width, 50px) minmax(0, 1fr) auto;
    column-gap: 6px;
  }

  .ic-prototype .ic-header .ic-brand {
    left: var(--ic-logo-mobile-sticky-half, 25px);
  }

  .ic-prototype .ic-brand__coin {
    width: var(--ic-logo-mobile-sticky-width, 50px);
    height: var(--ic-logo-mobile-sticky-height, 53px);
  }

  .ic-prototype .ic-header--hero:not(.is-scrolled) .ic-header__inner {
    min-height: var(--ic-header-tablet-hero-height, 92px);
  }

  .ic-prototype .ic-brand__wordmark {
    display: grid;
  }

  .ic-prototype .ic-header--hero:not(.is-scrolled) .ic-brand {
    left: calc((100% - 83px) / 2);
  }

  .ic-prototype .ic-menu-toggle {
    display: none;
  }

  .ic-prototype .ic-menu-toggle__lines,
  .ic-prototype .ic-menu-toggle__lines i {
    display: block;
  }

  .ic-prototype .ic-menu-toggle__lines {
    position: relative;
    width: 18px;
    height: 12px;
  }

  .ic-prototype .ic-menu-toggle__lines i {
    position: absolute;
    right: 0;
    width: 18px;
    height: 1px;
    background: currentColor;
    transition: transform 180ms ease, top 180ms ease;
  }

  .ic-prototype .ic-menu-toggle__lines i:first-child {
    top: 2px;
  }

  .ic-prototype .ic-menu-toggle__lines i:last-child {
    top: 9px;
  }

  .ic-prototype .ic-header.is-menu-open .ic-menu-toggle__lines i:first-child {
    top: 6px;
    transform: rotate(45deg);
  }

  .ic-prototype .ic-header.is-menu-open .ic-menu-toggle__lines i:last-child {
    top: 6px;
    transform: rotate(-45deg);
  }

  .ic-prototype .ic-nav {
    position: absolute;
    top: calc(100% + 1px);
    right: 0;
    left: 0;
    display: none;
    width: 100%;
    justify-self: stretch;
    padding: 15px 19px 24px;
    border-left: 0;
    border-top: 1px solid rgba(252, 236, 206, 0.12);
    background: rgba(7, 6, 6, 0.985);
    box-shadow: 0 22px 42px rgba(0, 0, 0, 0.28);
  }

  .ic-prototype .ic-header.is-menu-open .ic-nav {
    display: block;
  }

  .ic-prototype .ic-nav__list {
    height: auto;
    width: min(100%, 760px);
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    margin-inline: auto;
  }

  .ic-prototype .ic-nav__list > li {
    display: block;
    height: auto;
    border-right: 0;
  }

  .ic-prototype .ic-nav__list > li > a {
    width: 100%;
    height: auto;
    justify-content: flex-start;
    gap: 14px;
    padding: 15px 2px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 12px;
  }

  .ic-prototype .ic-header .ic-nav__list > li > a.ic-nav__builder-link {
    width: 100% !important;
    min-height: 48px !important;
    margin: 10px 0 !important;
    padding: 0 20px !important;
  }

  .ic-prototype .ic-nav__list > li > a small {
    min-width: 22px;
    font-size: 12px;
  }

  .ic-prototype .ic-nav__list > li > a::after {
    display: none;
  }

  .ic-prototype .ic-header__actions {
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
    margin-right: 0;
    padding-left: 7px;
    border-left: 0;
    transition: gap 650ms cubic-bezier(0.16, 1, 0.3, 1) 800ms;
  }

  .ic-prototype .ic-mobile-home-link,
  .ic-prototype .ic-mobile-builder-link,
  .ic-prototype .ic-mobile-accessories-link,
  .ic-prototype .ic-mobile-contact-link {
    display: grid;
    width: 38px;
    flex: 0 0 38px;
    overflow: hidden;
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0) scale(1);
    transition:
      width 650ms cubic-bezier(0.16, 1, 0.3, 1) 800ms,
      flex-basis 650ms cubic-bezier(0.16, 1, 0.3, 1) 800ms,
      opacity 480ms ease 950ms,
      transform 700ms cubic-bezier(0.16, 1, 0.3, 1) 820ms,
      visibility 0s linear 800ms;
  }

  .ic-prototype .ic-header--hero:not(.is-scrolled) .ic-header__actions {
    gap: 0;
    transition-delay: 0s;
  }

  .ic-prototype .ic-header--hero:not(.is-scrolled) .ic-mobile-home-link,
  .ic-prototype .ic-header--hero:not(.is-scrolled) .ic-mobile-builder-link,
  .ic-prototype .ic-header--hero:not(.is-scrolled) .ic-mobile-accessories-link,
  .ic-prototype .ic-header--hero:not(.is-scrolled) .ic-mobile-contact-link {
    width: 0;
    flex-basis: 0;
    opacity: 0;
    visibility: hidden;
    transform: translate3d(7px, 0, 0) scale(0.78);
    transition-delay: 0s;
    pointer-events: none;
  }

  .ic-prototype .ic-mobile-home-link[aria-current="page"],
  .ic-prototype .ic-mobile-builder-link,
  .ic-prototype .ic-mobile-accessories-link[aria-current="page"],
  .ic-prototype .ic-mobile-accessories-link.is-current-section {
    color: var(--ic-gold);
  }

  .ic-prototype .ic-nav__accessories-panel {
    display: none;
  }

  .ic-prototype .ic-nav__accessories-toggle {
    display: none;
  }

  .ic-prototype .ic-header__actions::before {
    height: 16px;
    opacity: 1;
    transition: opacity 420ms ease 1000ms;
  }

  .ic-prototype .ic-header--hero:not(.is-scrolled) .ic-header__actions::before {
    opacity: 0;
    transition-delay: 0s;
  }

  .ic-prototype .ic-header-search {
    display: none;
  }

  .ic-prototype .ic-header-search::after {
    display: none;
  }

  .ic-prototype .ic-brand {
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
    padding-right: 0;
  }

  .ic-prototype .ic-nav__mobile-cta {
    display: block !important;
    padding-top: 17px;
  }

  .ic-prototype .ic-nav__mobile-cta > .ic-nav__mobile-action,
  .ic-prototype .ic-header .ic-nav__mobile-cta > .ic-nav__mobile-action.cue-builder-highlight {
    display: flex !important;
    min-height: 50px !important;
    justify-content: center !important;
    padding: 0 20px !important;
    border: 0 !important;
    border-radius: 3px !important;
    background: var(--ic-cloth) !important;
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    letter-spacing: 0.1em !important;
  }

  .ic-prototype .ic-header .ic-nav__mobile-cta > .ic-nav__mobile-action.cue-builder-highlight::before {
    display: none !important;
  }

  .ic-prototype .ic-hero__grid {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 55px;
    padding-block: 146px 80px;
  }

  .ic-prototype .ic-hero__copy {
    max-width: 720px;
  }

  .ic-prototype .ic-hero__visual {
    position: relative;
    z-index: 1;
    top: auto;
    right: auto;
    bottom: auto;
    width: min(92%, 610px);
    justify-self: center;
  }

  .ic-prototype .ic-hero__photo-wrap {
    height: auto;
    aspect-ratio: 1.13;
    border: 1px solid rgba(235, 186, 134, 0.3);
    border-radius: 2px 36% 2px 2px;
    box-shadow: 0 40px 85px rgba(0, 0, 0, 0.36);
  }

  .ic-prototype .ic-hero__photo-shade {
    background: linear-gradient(180deg, rgba(7, 6, 6, 0.03) 42%, rgba(7, 6, 6, 0.77) 100%);
  }

  .ic-prototype .ic-hero__line {
    top: 26px;
    right: -25px;
    bottom: auto;
    left: auto;
    width: 62%;
    height: calc(100% - 4px);
    border: 1px solid rgba(235, 186, 134, 0.22);
    background: none;
  }

  .ic-prototype .ic-hero__copy h1 {
    max-width: 13ch;
  }

  .ic-prototype .ic-proof {
    width: 100%;
  }

  .ic-prototype .ic-section-heading {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .ic-prototype .ic-section-heading > p {
    max-width: 58ch;
  }

  .ic-prototype .ic-model-card,
  .ic-prototype .ic-model-card:nth-child(-n + 2) {
    grid-column: span 6;
  }

  .ic-prototype .ic-model-card:last-child {
    grid-column: 4 / span 6;
  }

  .ic-prototype .ic-model-card:nth-child(n + 3) .ic-model-card__image {
    height: 300px;
  }

  .ic-prototype .ic-process > .ic-shell,
  .ic-prototype .ic-craft__grid {
    grid-template-columns: 1fr;
    gap: 70px;
  }

  .ic-prototype .ic-process__intro h2,
  .ic-prototype .ic-craft__copy h2 {
    max-width: 13ch;
  }

  .ic-prototype .ic-craft__mark {
    width: min(100%, 570px);
    min-height: 350px;
  }

  .ic-prototype .ic-service__grid {
    grid-template-columns: 1fr;
  }

  .ic-prototype .ic-service__grid article,
  .ic-prototype .ic-service__grid article:first-child,
  .ic-prototype .ic-service__grid article:last-child {
    min-height: 0;
    padding: 32px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(33, 29, 27, 0.2);
  }

  .ic-prototype .ic-service__grid article:last-child {
    border-bottom: 0;
  }

  .ic-prototype .ic-service__grid h3 {
    max-width: none;
    margin-top: 28px;
  }

  .ic-prototype .ic-final-cta__inner {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .ic-prototype .ic-final-cta__inner .ic-button {
    justify-self: start;
  }

  .ic-prototype .ic-footer__compact {
    grid-template-columns: minmax(230px, 1fr) minmax(170px, 205px);
    gap: 28px;
  }
}

@media (max-width: 600px) {
  .ic-prototype {
    --ic-shell: calc(100vw - 32px);
  }

  .admin-bar.ic-prototype .ic-header {
    top: 46px;
  }

  .ic-prototype .ic-header__inner {
    min-height: var(--ic-header-phone-compact-height, 68px);
    grid-template-columns: var(--ic-logo-mobile-sticky-width, 50px) minmax(0, 1fr) auto;
    gap: 10px;
  }

  .ic-prototype .ic-header--hero:not(.is-scrolled) .ic-header__inner {
    min-height: var(--ic-header-phone-hero-height, 82px);
  }

  .ic-prototype .ic-brand__coin {
    width: var(--ic-logo-mobile-sticky-width, 50px);
    height: var(--ic-logo-mobile-sticky-height, 53px);
  }

  .ic-prototype .ic-header--hero:not(.is-scrolled) .ic-brand__coin {
    width: var(--ic-logo-mobile-hero-width, 52px);
    height: var(--ic-logo-mobile-hero-height, 55px);
  }

  .ic-prototype .ic-brand__wordmark strong {
    font-size: 14px;
  }

  .ic-prototype .ic-brand__wordmark small {
    font-size: 7px;
  }

  .ic-prototype .ic-header .ic-brand__wordmark {
    display: grid;
  }

  .ic-prototype .ic-header--hero:not(.is-scrolled) .ic-brand {
    left: calc((100% - 85px) / 2);
    gap: 8px;
  }

  .ic-prototype .ic-header--hero:not(.is-scrolled) .ic-brand__wordmark {
    max-width: 128px;
    grid-template-columns: minmax(0, 128px);
  }

  .ic-prototype .ic-header--hero:not(.is-scrolled) .ic-brand__wordmark strong {
    width: 128px;
    min-width: 0;
    font-size: 12.5px;
    letter-spacing: 0.1em;
  }

  .ic-prototype .ic-header--hero:not(.is-scrolled) .ic-brand__wordmark small {
    width: 128px;
    min-width: 0;
    font-size: 6.5px;
    line-height: 1.2;
    letter-spacing: 0.3px;
    white-space: normal;
  }

  .ic-prototype .ic-header__actions {
    margin-right: 0;
  }

  /* The brand already links home, so the duplicate icon does not consume one
     of the five available action slots on small phones. */
  .ic-prototype .ic-mobile-home-link {
    display: none !important;
  }

  .ic-prototype .ic-header__actions .ic-icon-link:first-child {
    display: grid;
  }

  .ic-prototype .ic-icon-link,
  .ic-prototype .ic-menu-toggle {
    width: 39px;
    height: 39px;
  }

  .ic-prototype .ic-mobile-home-link,
  .ic-prototype .ic-mobile-builder-link,
  .ic-prototype .ic-mobile-accessories-link,
  .ic-prototype .ic-mobile-contact-link {
    flex-basis: 39px;
  }

  .ic-prototype .ic-header--hero:not(.is-scrolled) .ic-mobile-home-link,
  .ic-prototype .ic-header--hero:not(.is-scrolled) .ic-mobile-builder-link,
  .ic-prototype .ic-header--hero:not(.is-scrolled) .ic-mobile-accessories-link,
  .ic-prototype .ic-header--hero:not(.is-scrolled) .ic-mobile-contact-link {
    width: 0;
    flex-basis: 0;
  }

  .ic-prototype .ic-hero {
    min-height: 0;
  }

  .ic-prototype .ic-hero__grid {
    gap: 46px;
    padding-block: 118px 66px;
  }

  .ic-prototype .ic-hero__copy h1 {
    max-width: none;
    font-size: clamp(45px, 14vw, 63px);
  }

  .ic-prototype .ic-hero__lead {
    margin-top: 24px;
  }

  .ic-prototype .ic-hero__actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
    margin-top: 29px;
  }

  .ic-prototype .ic-hero__signature {
    margin-top: 32px;
  }

  .ic-prototype .ic-hero__visual {
    width: 100%;
  }

  .ic-prototype .ic-hero__photo-wrap {
    aspect-ratio: 0.92;
    border-radius: 2px 34% 2px 2px;
  }

  .ic-prototype .ic-hero__line {
    top: 22px;
    right: -17px;
    left: auto;
  }

  .ic-prototype .ic-hero__badge {
    right: 17px;
    bottom: 16px;
    left: 17px;
    justify-content: flex-start;
    font-size: 19px;
  }

  .ic-prototype .ic-hero__badge img {
    width: 49px;
    height: 52px;
  }

  .ic-prototype .ic-proof {
    grid-template-columns: 1fr;
    padding-block: 10px;
  }

  .ic-prototype .ic-proof > div,
  .ic-prototype .ic-proof > div:first-child {
    min-height: 66px;
    padding-inline: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(252, 236, 206, 0.1);
  }

  .ic-prototype .ic-proof > div:last-child {
    border-bottom: 0;
  }

  .ic-prototype .ic-section {
    padding-block: 82px;
  }

  .ic-prototype .ic-section-heading h2,
  .ic-prototype .ic-service__heading h2,
  .ic-prototype .ic-process__intro h2,
  .ic-prototype .ic-craft__copy h2,
  .ic-prototype .ic-final-cta h2 {
    font-size: clamp(40px, 12vw, 54px);
  }

  .ic-prototype .ic-model-grid {
    gap: 17px;
  }

  .ic-prototype .ic-model-card,
  .ic-prototype .ic-model-card:nth-child(-n + 2),
  .ic-prototype .ic-model-card:last-child {
    grid-column: 1 / -1;
  }

  .ic-prototype .ic-model-card__image,
  .ic-prototype .ic-model-card:nth-child(n + 3) .ic-model-card__image {
    height: 280px;
  }

  .ic-prototype .ic-model-card__body {
    min-height: 154px;
    padding: 22px;
  }

  .ic-prototype .ic-process > .ic-shell,
  .ic-prototype .ic-craft__grid {
    gap: 53px;
  }

  .ic-prototype .ic-process__steps li {
    grid-template-columns: 49px 1fr;
    gap: 15px;
  }

  .ic-prototype .ic-process__steps li > span {
    font-size: 27px;
  }

  .ic-prototype .ic-craft__mark {
    min-height: 285px;
  }

  .ic-prototype .ic-service__heading {
    margin-bottom: 32px;
  }

  .ic-prototype .ic-final-cta {
    padding-block: 82px;
  }

  .ic-prototype .ic-footer__main {
    padding-top: 28px;
  }

  .ic-prototype .ic-footer__compact {
    grid-template-columns: 1fr;
    gap: 18px;
    padding-bottom: 24px;
  }

  .ic-prototype .ic-footer__compact .ic-footer__primary-action {
    max-width: 205px;
    justify-self: start;
  }

  .ic-prototype .ic-footer__utility {
    min-height: 0;
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
    padding-block: 18px 22px;
  }

  .ic-prototype .ic-footer__links {
    gap: 12px 22px;
  }

  .ic-prototype .ic-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 13px;
    padding-block: 24px;
  }

  .ic-prototype .ic-footer__bottom p span {
    display: block;
    margin: 4px 0 0;
    padding-left: 0;
  }

  .ic-prototype .ic-footer__bottom p span::before {
    display: none;
  }

  .ic-prototype .ic-footer__bottom nav {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 18px;
    padding-right: 48px;
  }
}

@media (max-width: 380px) {
  .ic-prototype .ic-header__inner {
    column-gap: 6px;
  }

  .ic-prototype .ic-header__actions {
    gap: 2px;
  }

  .ic-prototype .ic-icon-link,
  .ic-prototype .ic-menu-toggle {
    width: 37px;
    height: 37px;
  }

  .ic-prototype .ic-mobile-builder-link,
  .ic-prototype .ic-mobile-accessories-link,
  .ic-prototype .ic-mobile-contact-link {
    flex-basis: 37px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .ic-prototype *,
  .ic-prototype *::before,
  .ic-prototype *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .ic-js .ic-prototype [data-reveal] {
    opacity: 1;
    transform: none;
  }
}

/* Scroll-configurator hero -------------------------------------------------
 * Uses the real OPS #24 layer geometry and slot assets in a small presenter.
 */

.ic-prototype .ic-configurator-hero {
  position: relative;
  height: 580svh;
  min-height: 3700px;
  background: var(--ic-ink);
  color: #fff;
}

.ic-prototype .ic-configurator-hero.is-dynamic-story {
  height: var(--ic-hero-dynamic-height, 580svh);
  min-height: var(--ic-hero-dynamic-min-height, 3700px);
}

.ic-prototype
  .ic-configurator-hero.is-dynamic-story.is-natural-release {
  height: var(--ic-hero-natural-release-height, 100svh) !important;
  min-height: var(--ic-hero-natural-release-height, 100svh) !important;
  overflow-anchor: none;
}

.ic-prototype .ic-configurator-hero__sticky {
  position: sticky;
  top: 0;
  height: 100svh;
  min-height: 640px;
  isolation: isolate;
  /* `hidden` remains as a legacy fallback. `clip` prevents browsers from
   * turning the sticky frame into an invisible scroll container when a Rail
   * control receives focus; that internal scroll moved the complete Hero. */
  overflow: hidden;
  overflow: clip;
  background:
    linear-gradient(
      180deg,
      #030303 0%,
      #060706 27%,
      #0b0d0b 50%,
      #080908 70%,
      #030303 100%
    );
}

.ic-prototype .ic-configurator-hero__backdrop,
.ic-prototype .ic-configurator-hero__design-ambience,
.ic-prototype .ic-configurator-hero__wood,
.ic-prototype .ic-configurator-hero__vignette,
.ic-prototype .ic-configurator-hero__grain {
  position: absolute;
  inset: 0;
}

.ic-prototype .ic-configurator-hero__backdrop {
  z-index: -3;
  overflow: hidden;
}

.ic-prototype .ic-configurator-hero__backdrop::before {
  position: absolute;
  z-index: 0;
  top: 28%;
  right: -10vw;
  bottom: 13%;
  left: -10vw;
  background: linear-gradient(
    180deg,
    transparent 0%,
    rgba(255, 250, 240, 0.018) 18%,
    rgba(255, 244, 224, 0.09) 42%,
    rgba(235, 186, 134, 0.13) 52%,
    rgba(116, 153, 105, 0.055) 68%,
    transparent 100%
  );
  content: "";
  filter: blur(clamp(28px, 4vw, 72px));
  opacity: var(--ic-cue-studio-light, 0.82);
  pointer-events: none;
  transform: translateZ(0);
}

.ic-prototype .ic-configurator-hero__design-ambience {
  z-index: 2;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      transparent 20%,
      rgba(var(--ic-design-accent, 204, 171, 124), 0.025) 34%,
      rgba(var(--ic-design-accent, 204, 171, 124), 0.15) 51%,
      rgba(var(--ic-design-accent, 204, 171, 124), 0.075) 65%,
      transparent 82%
    ),
    linear-gradient(
      102deg,
      rgba(var(--ic-design-accent, 204, 171, 124), 0.01) 0%,
      rgba(var(--ic-design-accent, 204, 171, 124), 0.055) 34%,
      rgba(var(--ic-design-accent, 204, 171, 124), 0.075) 52%,
      rgba(var(--ic-design-accent, 204, 171, 124), 0.035) 76%,
      rgba(var(--ic-design-accent, 204, 171, 124), 0.01) 100%
    );
  opacity: var(--ic-design-light-opacity, 0.36);
  transform: none;
}

.ic-prototype .ic-configurator-hero__vignette {
  z-index: 1;
}

.ic-prototype .ic-configurator-hero__grain {
  z-index: 3;
}

.ic-prototype .ic-configurator-hero__wood {
  --ic-wood-brightness: 0.64;
  --ic-wood-saturation: 1;
  --ic-wood-position: 50% 50%;
  inset: -12vh -12vw;
  opacity: 0;
  background-color: #15100d;
  background-image: var(--ic-wood-image);
  background-position: var(--ic-wood-position);
  background-repeat: no-repeat;
  background-size: cover;
  filter: brightness(var(--ic-wood-brightness)) saturate(var(--ic-wood-saturation)) contrast(1.16);
  transform-origin: 50% 50%;
  will-change: opacity, transform;
}

.ic-prototype .ic-configurator-hero__wood::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(112deg, rgba(255, 255, 255, 0.12) 0%, transparent 24%, transparent 58%, rgba(255, 232, 197, 0.07) 74%, transparent 100%);
  content: "";
  mix-blend-mode: soft-light;
  pointer-events: none;
}

.ic-prototype .ic-configurator-hero__showcase {
  --ic-canvas-offset-x: clamp(8px, 0.8vw, 14px);
  position: absolute;
  z-index: 2;
  top: var(--ic-safe-showcase-top, calc(var(--ic-artboard-y, 55) * 1%));
  left: calc(50% + var(--ic-canvas-offset-x));
  width: min(
    calc(var(--ic-artboard-width, 92) * 1vw),
    1920px,
    var(--ic-safe-showcase-width, 1920px)
  );
  aspect-ratio: 4096 / var(--ic-artboard-height, 1519);
  opacity: var(--ic-journey-opacity, 1);
  transform:
    translate3d(-50%, -50%, 0)
    translate3d(
      var(--ic-journey-x, 0vw),
      var(--ic-journey-y, 0vh),
      0
    )
    scale(var(--ic-journey-scale, 1));
  transform-origin: 50% 50%;
  pointer-events: none;
  will-change: opacity, transform;
}

.ic-prototype .ic-configurator-hero__legacy,
.ic-prototype .ic-configurator-hero__visuals {
  position: absolute;
  inset: 0;
}

.ic-prototype .ic-configurator-hero__legacy {
  z-index: 0;
}

.ic-prototype .ic-configurator-hero__visuals {
  z-index: 1;
  isolation: isolate;
  overflow: visible;
  pointer-events: none;
}

.ic-prototype .ic-configurator-hero__system-overlays {
  position: absolute;
  z-index: 3;
  inset: 0;
  overflow: visible;
  pointer-events: none;
}

.ic-prototype .ic-configurator-hero__visuals.is-compact::before {
  position: absolute;
  z-index: var(--ic-cue-focus-z, 19);
  top: calc(var(--ic-cue-focus-y, 52%) - 11%);
  right: -10%;
  bottom: auto;
  left: -10%;
  height: 22%;
  background: linear-gradient(
    180deg,
    transparent 0%,
    rgba(255, 250, 240, 0.025) 18%,
    rgba(255, 247, 232, 0.12) 45%,
    rgba(235, 186, 134, 0.1) 58%,
    rgba(93, 139, 85, 0.03) 78%,
    transparent 100%
  );
  content: "";
  filter: blur(clamp(8px, 0.9vw, 18px));
  mix-blend-mode: screen;
  opacity: var(--ic-cue-studio-light, 0.82);
  pointer-events: none;
}

.ic-prototype .ic-configurator-hero__visuals.is-compact::after {
  position: absolute;
  z-index: var(--ic-cue-glint-z, 81);
  top: var(--ic-cue-glint-y, 50.8%);
  left: var(--ic-cue-glint-left, 10%);
  width: var(--ic-cue-glint-width, 16%);
  height: clamp(1px, 0.14vw, 3px);
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 244, 220, 0.18) 18%,
    rgba(255, 255, 255, 0.88) 50%,
    rgba(235, 190, 135, 0.28) 78%,
    transparent 100%
  );
  content: "";
  opacity: 0;
  transform: translate3d(0, -50%, 0);
  animation: icHeroCueGlint 24s linear infinite;
  pointer-events: none;
  will-change: opacity, transform;
}

@keyframes icHeroCueGlint {
  0%,
  10% {
    opacity: 0;
    transform: translate3d(0, -50%, 0);
  }

  20% {
    opacity: 0.45;
  }

  50% {
    opacity: 0.9;
  }

  88% {
    opacity: 0.45;
  }

  100% {
    opacity: 0;
    transform: translate3d(var(--ic-cue-glint-travel, 350%), -50%, 0);
  }
}

.ic-prototype .ic-configurator-hero__visuals.is-clipped {
  overflow: hidden;
}

.ic-prototype .ic-configurator-hero__visual-scene {
  position: absolute;
  inset: 0;
  isolation: isolate;
  opacity: 0;
  pointer-events: none;
}

.ic-prototype .ic-configurator-hero__visual-scene:first-child {
  opacity: 1;
}

.ic-prototype
  .ic-configurator-hero__visuals.is-differential
  .ic-configurator-hero__visual-scene {
  isolation: auto;
  opacity: 1;
}

.ic-prototype .ic-configurator-hero__showcase:not(.is-layer-studio) .ic-configurator-hero__visuals,
.ic-prototype .ic-configurator-hero__showcase.is-layer-studio .ic-configurator-hero__legacy {
  display: none;
}

.ic-prototype .ic-configurator-hero__visual-layer {
  position: absolute;
  z-index: var(--ic-layer-z, 0);
  top: calc(var(--ic-layer-y, 50) * 1%);
  left: calc(var(--ic-layer-x, 50) * 1%);
  display: block;
  width: calc(var(--ic-layer-width, 100) * 1%);
  height: auto;
  max-width: none;
  mix-blend-mode: var(--ic-layer-blend, normal);
  opacity: var(--ic-layer-opacity, 1);
  transform:
    translate3d(-50%, -50%, 0)
    rotate(calc(var(--ic-layer-rotation, 0) * 1deg))
    scaleX(calc(var(--ic-layer-scale-x, 100) / 100))
    scaleY(calc(var(--ic-layer-scale-y, 100) / 100));
  transform-origin: 50% 50%;
  user-select: none;
}

/* Keep the cue sharp while the interchangeable design stage dissolves at its edges. */
.ic-prototype .ic-configurator-hero__visual-layer.is-stage-background {
  -webkit-mask-image: url("../images/hero-stage-feather.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-image: url("../images/hero-stage-feather.svg");
  mask-mode: alpha;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
}

/* Public Hero surface: reuse the authored Stage states as one full-width
   studio plane without changing their editable Canvas geometry. */
.ic-prototype .ic-configurator-hero__full-stage {
  position: absolute;
  z-index: 1;
  top: 84%;
  right: 0;
  bottom: -5%;
  left: 0;
  overflow: hidden;
  isolation: isolate;
  -webkit-mask-image: url("../images/hero-stage-feather-full.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-image: url("../images/hero-stage-feather-full.svg");
  mask-mode: alpha;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
  pointer-events: none;
}

.ic-prototype .ic-configurator-hero__full-stage-layer {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  filter:
    saturate(0.92)
    brightness(0.94)
    opacity(var(--ic-stage-entry-opacity, 0));
  transform: translateZ(0);
  transform-origin: 50% 50%;
  pointer-events: none;
  user-select: none;
  will-change: opacity;
}

/* Landscape desktop can use the Stage crop without changing its authored
   scale or vertical origin. The original source remains active on mobile. */
@media (min-width: 921px) and (min-aspect-ratio: 4/3) {
  .ic-prototype
    .ic-configurator-hero__full-stage-layer.uses-optimized-stage-crop {
    inset: auto 0 auto;
    top: calc(50% - var(--ic-stage-original-half-height, 10.571289vw));
    width: 100%;
    height: auto;
    object-fit: fill;
  }
}

.ic-prototype
  .ic-configurator-hero.has-full-width-stage
  .ic-configurator-hero__visual-layer.is-stage-background {
  visibility: hidden;
}

@media (max-width: 900px) {
  .ic-prototype .ic-configurator-hero__full-stage {
    top: 86%;
    bottom: -2%;
  }
}

.ic-prototype
  .ic-configurator-hero__visual-layer.has-design-replace-effect {
  -webkit-mask-image: linear-gradient(
    90deg,
    #000 0%,
    #000 calc(var(--ic-design-reveal-edge, 0%) - 12%),
    rgba(0, 0, 0, 0.98) calc(var(--ic-design-reveal-edge, 0%) - 10%),
    rgba(0, 0, 0, 0.86) calc(var(--ic-design-reveal-edge, 0%) - 8%),
    rgba(0, 0, 0, 0.62) calc(var(--ic-design-reveal-edge, 0%) - 5.5%),
    rgba(0, 0, 0, 0.32) calc(var(--ic-design-reveal-edge, 0%) - 3%),
    rgba(0, 0, 0, 0.08) calc(var(--ic-design-reveal-edge, 0%) - 1%),
    transparent var(--ic-design-reveal-edge, 0%),
    transparent 100%
  );
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-image: linear-gradient(
    90deg,
    #000 0%,
    #000 calc(var(--ic-design-reveal-edge, 0%) - 12%),
    rgba(0, 0, 0, 0.98) calc(var(--ic-design-reveal-edge, 0%) - 10%),
    rgba(0, 0, 0, 0.86) calc(var(--ic-design-reveal-edge, 0%) - 8%),
    rgba(0, 0, 0, 0.62) calc(var(--ic-design-reveal-edge, 0%) - 5.5%),
    rgba(0, 0, 0, 0.32) calc(var(--ic-design-reveal-edge, 0%) - 3%),
    rgba(0, 0, 0, 0.08) calc(var(--ic-design-reveal-edge, 0%) - 1%),
    transparent var(--ic-design-reveal-edge, 0%),
    transparent 100%
  );
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
  transition:
    -webkit-clip-path var(--ic-design-slide-duration)
      linear,
    clip-path var(--ic-design-slide-duration)
      linear,
    --ic-design-reveal-edge var(--ic-design-slide-duration)
      linear;
  will-change: clip-path;
}

.ic-prototype
  .ic-configurator-hero__visuals.is-compact
  .ic-configurator-hero__visual-layer.is-authored-light {
  animation: none;
  opacity: calc(
    var(--ic-layer-opacity, 1) * var(--ic-public-light-gain, 1.4)
  ) !important;
}

.ic-prototype
  .ic-configurator-hero__visuals.is-compact
  [data-source-layer-id="base-light-impression"] {
  --ic-public-light-gain: 1.44;
}

.ic-prototype
  .ic-configurator-hero__visuals.is-compact
  [data-source-layer-id="base-light-butt"] {
  --ic-public-light-gain: 1.28;
}

.ic-prototype
  .ic-configurator-hero__visuals.is-compact
  [data-source-layer-id="base-light-upper"] {
  --ic-public-light-gain: 1.73;
}

.ic-prototype .ic-configurator-hero__showcase.is-customizer-editing {
  outline: 1px dashed rgba(232, 190, 135, 0.18);
  outline-offset: 1px;
}

.ic-prototype .is-customizer-layer-preview
  .ic-configurator-hero__showcase.is-layer-studio
  .ic-configurator-hero__visual-layer:not([data-locked="true"]) {
  pointer-events: auto;
  cursor: pointer;
  touch-action: none;
}

.ic-prototype .is-customizer-layer-preview
  .ic-configurator-hero__showcase.is-layer-studio
  .ic-configurator-hero__visual-layer[data-locked="true"] {
  pointer-events: none;
  cursor: default;
  touch-action: auto;
}

.ic-prototype .is-customizer-layer-preview
  .ic-configurator-hero__showcase.is-layer-studio
  .ic-configurator-hero__visual-layer.is-customizer-selected {
  filter: drop-shadow(0 0 6px rgba(255, 193, 105, 0.34));
}

.ic-prototype .is-customizer-layer-preview
  .ic-configurator-hero__showcase.is-layer-studio
  .ic-configurator-hero__stage-selection {
  position: absolute;
  z-index: 20000;
  inset: 0;
  display: block;
  overflow: visible;
  pointer-events: none;
}

.ic-prototype .is-customizer-layer-preview
  .ic-configurator-hero__showcase.is-layer-studio
  .ic-configurator-hero__stage-selection[hidden],
.ic-prototype .is-customizer-layer-preview
  .ic-configurator-hero__showcase.is-layer-studio
  .ic-configurator-hero__stage-selection-frame[hidden] {
  display: none;
}

.ic-prototype .is-customizer-layer-preview
  .ic-configurator-hero__showcase.is-layer-studio
  .ic-configurator-hero__stage-selection-frame {
  position: absolute;
  display: block;
  box-sizing: border-box;
  min-width: 8px;
  min-height: 8px;
  border: 1px solid rgba(244, 193, 124, 0.82);
  border-radius: 1px;
  box-shadow: none;
  pointer-events: none;
}

.ic-prototype .is-customizer-layer-preview
  .ic-configurator-hero__showcase.is-layer-studio
  .ic-configurator-hero__stage-resize-handle {
  position: absolute;
  display: none;
  width: 10px;
  height: 10px;
  padding: 0;
  background: #f4c17c;
  border: 1px solid rgba(28, 20, 12, 0.78);
  border-radius: 2px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.28);
  pointer-events: auto;
  touch-action: none;
}

.ic-prototype .ic-configurator-hero__stage-resize-handle.is-nw {
  top: 0;
  left: 0;
  cursor: nwse-resize;
  transform: translate(-50%, -50%);
}

.ic-prototype .ic-configurator-hero__stage-resize-handle.is-ne {
  top: 0;
  right: 0;
  cursor: nesw-resize;
  transform: translate(50%, -50%);
}

.ic-prototype .ic-configurator-hero__stage-resize-handle.is-sw {
  bottom: 0;
  left: 0;
  cursor: nesw-resize;
  transform: translate(-50%, 50%);
}

.ic-prototype .ic-configurator-hero__stage-resize-handle.is-se {
  right: 0;
  bottom: 0;
  cursor: nwse-resize;
  transform: translate(50%, 50%);
}

.ic-prototype .is-customizer-layer-preview
  .ic-configurator-hero__showcase.is-layer-studio
  .ic-configurator-hero__stage-selection.has-selection-frame:not(.is-locked)
  .ic-configurator-hero__stage-resize-handle {
  display: block;
}

.ic-prototype .is-customizer-layer-preview
  .ic-configurator-hero__showcase.is-layer-studio
  .ic-configurator-hero__stage-size-pill {
  position: absolute;
  right: -1px;
  bottom: -26px;
  display: block;
  min-width: max-content;
  padding: 4px 6px;
  color: rgba(255, 250, 244, 0.94);
  font: 750 7.5px/1 Inter, system-ui, sans-serif;
  letter-spacing: 0;
  white-space: nowrap;
  background: rgba(20, 17, 14, 0.84);
  border: 1px solid rgba(244, 193, 124, 0.46);
  border-radius: 3px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.2);
}

.ic-prototype .is-customizer-layer-preview
  .ic-configurator-hero__showcase.is-layer-studio
  .ic-configurator-hero__stage-size-pill[hidden] {
  display: none;
}

.ic-prototype .is-customizer-layer-preview
  .ic-configurator-hero__showcase.is-layer-studio
  .ic-configurator-hero__stage-size-pill.is-changed {
  color: #1b130b;
  background: #f4c17c;
}

.ic-prototype .is-customizer-layer-preview
  .ic-configurator-hero__showcase.is-layer-studio
  .ic-configurator-hero__stage-selection-label {
  position: absolute;
  top: 8px;
  left: 8px;
  display: inline-flex;
  max-width: calc(100% - 16px);
  align-items: center;
  overflow: hidden;
  color: rgba(255, 250, 244, 0.94);
  font-family: Inter, system-ui, sans-serif;
  background: rgba(20, 17, 14, 0.78);
  border: 1px solid rgba(244, 193, 124, 0.44);
  border-radius: 3px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(4px);
}

.ic-prototype .is-customizer-layer-preview
  .ic-configurator-hero__showcase.is-layer-studio
  .ic-configurator-hero__stage-selection-label strong {
  padding: 5px 6px 4px;
  color: #1b130b;
  font-size: 7px;
  font-weight: 850;
  letter-spacing: 0;
  background: rgba(244, 193, 124, 0.9);
}

.ic-prototype .is-customizer-layer-preview
  .ic-configurator-hero__showcase.is-layer-studio
  .ic-configurator-hero__stage-selection-label > span {
  min-width: 0;
  padding: 5px 7px 4px;
  overflow: hidden;
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ic-prototype .is-customizer-layer-preview
  .ic-configurator-hero__showcase.is-layer-studio
  .ic-configurator-hero__stage-selection.is-resizing
  .ic-configurator-hero__stage-selection-frame {
  border-color: #f8d5a3;
  box-shadow: 0 0 9px rgba(255, 200, 120, 0.28);
}

.ic-prototype .is-customizer-layer-preview
  .ic-configurator-hero__showcase.is-layer-studio
  .ic-configurator-hero__stage-selection.is-locked
  .ic-configurator-hero__stage-selection-frame {
  border-style: dashed;
  border-color: rgba(225, 214, 200, 0.74);
  box-shadow: none;
}

.ic-prototype .is-customizer-layer-preview
  .ic-configurator-hero__showcase.is-layer-studio
  .ic-configurator-hero__stage-selection.is-locked
  .ic-configurator-hero__stage-selection-label {
  border-color: rgba(225, 214, 200, 0.5);
}

.ic-prototype .is-customizer-layer-preview
  .ic-configurator-hero__showcase.is-layer-studio
  .ic-configurator-hero__stage-selection.is-locked
  .ic-configurator-hero__stage-selection-label strong {
  color: #fff8ee;
  background: rgba(111, 76, 47, 0.86);
}

.ic-prototype .is-customizer-layer-preview
  .ic-configurator-hero__showcase.is-layer-studio
  .ic-configurator-hero__visual-layer.is-customizer-selected:not([data-locked="true"]) {
  cursor: move;
}

.ic-prototype .is-customizer-layer-preview
  .ic-configurator-hero__showcase.is-layer-studio
  .ic-configurator-hero__visual-layer.is-dragging:not([data-locked="true"]) {
  cursor: grabbing;
}

.ic-prototype .ic-configurator-hero__showcase-frame {
  position: absolute;
  z-index: 0;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: contain;
  filter: drop-shadow(0 34px 72px rgba(0, 0, 0, 0.48));
  user-select: none;
}

.ic-prototype .ic-configurator-hero__showcase-inner {
  position: absolute;
  z-index: 1;
  inset: 9% 5%;
  overflow: hidden;
  border-radius: clamp(13px, 1.7vw, 30px);
}

.ic-prototype .ic-configurator-hero__wood[data-ic-hero-wood="1"] {
  --ic-wood-brightness: 0.7;
  --ic-wood-saturation: 0.78;
  --ic-wood-position: 50% 47%;
  background-color: #8d7151;
}

.ic-prototype .ic-configurator-hero__wood[data-ic-hero-wood="2"] {
  --ic-wood-brightness: 0.62;
  --ic-wood-saturation: 1.06;
  background-color: #2b0d22;
}

.ic-prototype .ic-configurator-hero__wood[data-ic-hero-wood="3"] {
  --ic-wood-brightness: 0.59;
  --ic-wood-saturation: 0.98;
  background-color: #321710;
}

.ic-prototype .ic-configurator-hero__wood[data-ic-hero-wood="4"] {
  --ic-wood-brightness: 0.78;
  --ic-wood-saturation: 0.82;
  background-color: #080807;
}

/* Temporary background study ---------------------------------------------
 * 01: a purpose-built wide texture.
 * 02: the untouched source shown below its native pixel dimensions.
 * 03: three cropped material bands, also never enlarged beyond source size.
 * 04 remains the former full-crop treatment as a comparison reference.
 */
.ic-prototype .ic-configurator-hero__wood-plane {
  position: absolute;
  display: none;
  background-image: var(--ic-wood-image);
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
}

.ic-prototype .ic-configurator-hero__wood[data-ic-bg-study="wide"] {
  --ic-wood-brightness: 0.68;
  --ic-wood-saturation: 0.82;
  inset: -2vh -2vw;
}

.ic-prototype .ic-configurator-hero__wood[data-ic-bg-study="panel"],
.ic-prototype .ic-configurator-hero__wood[data-ic-bg-study="bands"] {
  inset: 0;
  background-color: #100b0d;
  background-image: none;
  filter: none;
}

.ic-prototype .ic-configurator-hero__wood[data-ic-bg-study="panel"] .ic-configurator-hero__wood-plane:first-child {
  top: 50%;
  right: clamp(32px, 7vw, 132px);
  display: block;
  width: min(72vw, 78vh, 1100px);
  aspect-ratio: 1 / 1;
  border: 1px solid rgba(235, 186, 134, 0.16);
  border-radius: clamp(28px, 4vw, 64px);
  background-size: contain;
  box-shadow: 0 42px 110px rgba(0, 0, 0, 0.5);
  filter: brightness(0.58) saturate(1.04) contrast(1.12);
  opacity: 0.82;
  transform: translateY(-50%) rotate(-1.5deg);
}

.ic-prototype .ic-configurator-hero__wood[data-ic-bg-study="bands"] .ic-configurator-hero__wood-plane {
  right: -3%;
  display: block;
  overflow: hidden;
  border: 1px solid rgba(235, 186, 134, 0.16);
  border-radius: 24px;
  background-size: cover;
  box-shadow: 0 32px 88px rgba(0, 0, 0, 0.42);
  filter: brightness(0.58) saturate(0.94) contrast(1.14);
  opacity: 0.72;
}

.ic-prototype .ic-configurator-hero__wood[data-ic-bg-study="bands"] .ic-configurator-hero__wood-plane:nth-child(1) {
  top: 14%;
  width: min(80vw, 1100px);
  height: clamp(118px, 18vh, 250px);
  background-position: center 25%;
  transform: rotate(-2.4deg);
}

.ic-prototype .ic-configurator-hero__wood[data-ic-bg-study="bands"] .ic-configurator-hero__wood-plane:nth-child(2) {
  top: 43%;
  right: 10%;
  width: min(66vw, 880px);
  height: clamp(104px, 15vh, 200px);
  background-position: center 53%;
  opacity: 0.63;
  transform: rotate(1.7deg);
}

.ic-prototype .ic-configurator-hero__wood[data-ic-bg-study="bands"] .ic-configurator-hero__wood-plane:nth-child(3) {
  top: 70%;
  width: min(52vw, 720px);
  height: clamp(88px, 12vh, 160px);
  background-position: center 80%;
  opacity: 0.54;
  transform: rotate(-0.8deg);
}

.ic-prototype .ic-configurator-hero__vignette {
  background:
    radial-gradient(circle at 70% 49%, transparent 0%, rgba(7, 6, 6, 0.12) 35%, rgba(7, 6, 6, 0.54) 100%),
    linear-gradient(180deg, rgba(7, 6, 6, 0.8) 0%, rgba(7, 6, 6, 0.1) 31%, rgba(7, 6, 6, 0.2) 64%, rgba(7, 6, 6, 0.92) 100%),
    linear-gradient(90deg, rgba(7, 6, 6, 0.86) 0%, rgba(7, 6, 6, 0.52) 31%, rgba(7, 6, 6, 0.14) 59%, rgba(7, 6, 6, 0.4) 100%);
}

.ic-prototype .ic-configurator-hero__grain {
  display: none;
  pointer-events: none;
}

.ic-prototype .ic-configurator-hero__cue-light {
  --ic-cue-y: 0vh;
  --ic-cue-scale: 1;
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: clip;
  pointer-events: none;
  transform:
    translate3d(0, var(--ic-cue-y), 0)
    scale(var(--ic-cue-scale));
  transform-origin: 100% 58%;
  will-change: transform;
}

.ic-prototype .ic-configurator-hero__cue-light::before {
  position: absolute;
  top: 43%;
  left: -4%;
  width: 108%;
  height: 34%;
  background: linear-gradient(
    180deg,
    transparent 0%,
    rgba(255, 250, 240, 0.03) 18%,
    rgba(255, 244, 224, 0.15) 47%,
    rgba(235, 186, 134, 0.1) 61%,
    transparent 100%
  );
  content: "";
  filter: blur(clamp(10px, 1vw, 18px));
  mix-blend-mode: screen;
  opacity: var(--ic-cue-studio-light, 0.82);
}

.ic-prototype .ic-configurator-hero__intro {
  position: absolute;
  z-index: 4;
  top: auto;
  right: 0;
  bottom: clamp(48px, 6vh, 72px);
  left: 0;
  pointer-events: none;
  text-align: center;
  transition: opacity 320ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

.ic-prototype .ic-configurator-hero__intro .ic-kicker {
  margin-bottom: 14px;
  visibility: hidden;
}

.ic-prototype .ic-configurator-hero__intro-titles {
  position: relative;
  width: min(680px, calc(100vw - 72px));
  min-height: clamp(80px, 7vw, 104px);
  margin-inline: auto;
  visibility: hidden;
}

.ic-prototype .ic-configurator-hero__intro-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  padding: 0;
  margin: 0;
  color: var(--ic-gold);
  font-family: var(--ic-display);
  font-size: clamp(34px, 3vw, 49px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  opacity: 0;
  text-align: center;
  text-wrap: balance;
  transition:
    opacity 300ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 360ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

.ic-prototype .ic-configurator-hero__intro-title:first-child,
.ic-prototype .ic-configurator-hero__intro-title.is-active {
  opacity: 1;
}

.ic-prototype .ic-configurator-hero__intro-title em {
  display: none;
}

.ic-prototype .ic-configurator-hero__readout {
  position: absolute;
  z-index: 3;
  top: clamp(142px, 17vh, 200px);
  right: max(32px, calc((100vw - 1240px) / 2));
  display: grid;
  justify-items: end;
  gap: 2px;
  padding-right: 18px;
  border-right: 1px solid rgba(235, 186, 134, 0.52);
  line-height: 1.2;
  transition: opacity 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

.ic-prototype .ic-configurator-hero__readout span {
  color: rgba(255, 255, 255, 0.45);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.ic-prototype .ic-configurator-hero__readout strong {
  color: var(--ic-cream);
  font-family: var(--ic-display);
  font-size: 17px;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0.06em;
}

.ic-prototype
  .ic-configurator-hero__visual-layer--system-readout.ic-configurator-hero__readout {
  position: absolute;
  z-index: var(--ic-layer-z, 90);
  top: calc(var(--ic-layer-y, 50.96) * 1%);
  right: auto;
  left: calc(var(--ic-layer-x, 97.6) * 1%);
  display: grid;
  width: max-content;
  height: auto;
  max-width: none;
  box-sizing: border-box;
  justify-items: end;
  gap: 2px;
  padding-right: 18px;
  border-right: 0;
  line-height: 1.2;
  opacity: var(--ic-layer-opacity, 1);
  transform:
    translate3d(-100%, -50%, 0)
    rotate(calc(var(--ic-layer-rotation, 0) * 1deg))
    scale(var(--ic-readout-scale, 1));
  transform-origin: 100% 50%;
  transition: opacity 320ms cubic-bezier(0.22, 1, 0.36, 1);
  white-space: nowrap;
}

.ic-prototype
  .ic-configurator-hero__visual-layer--system-readout.ic-configurator-hero__readout::after {
  position: absolute;
  top: -9px;
  right: -1px;
  bottom: -9px;
  width: 3px;
  border-radius: 2px;
  background: linear-gradient(
    180deg,
    rgba(235, 186, 134, 0.18) 0%,
    rgba(252, 236, 206, 0.94) 28%,
    rgba(235, 186, 134, 1) 52%,
    rgba(184, 124, 70, 0.9) 78%,
    rgba(235, 186, 134, 0.18) 100%
  );
  box-shadow:
    0 0 6px rgba(235, 186, 134, 0.3),
    0 0 14px rgba(184, 124, 70, 0.14);
  content: "";
  pointer-events: none;
}

.ic-prototype
  .ic-configurator-hero__visual-layer--system-readout.ic-configurator-hero__readout
  span {
  font-size: 9px;
}

.ic-prototype
  .ic-configurator-hero__visual-layer--system-readout.ic-configurator-hero__readout
  strong {
  font-size: 17px;
}

.ic-prototype .ic-configurator-hero__stage {
  position: absolute;
  z-index: 2;
  top: 56%;
  right: auto;
  left: 50%;
  width: 90%;
  aspect-ratio: 5 / 1;
  transform: translate3d(-50%, -62.25%, 0);
  pointer-events: none;
}

.ic-prototype .ic-configurator-hero__cue-breathe {
  position: absolute;
  inset: 0;
  animation: icCueBreathe 6s ease-in-out infinite;
  transform-origin: 100% 58%;
  will-change: transform;
}

@keyframes icCueBreathe {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
  50% { transform: translate3d(0, -2px, 0) scale(1.003); }
}

.ic-prototype .ic-configurator-hero__cue {
  --ic-cue-y: 0vh;
  --ic-cue-scale: 1;
  position: absolute;
  z-index: 1;
  inset: 0;
  filter: drop-shadow(0 8px 10px rgba(0, 0, 0, 0.26));
  transform:
    translate3d(0, var(--ic-cue-y), 0)
    scale(var(--ic-cue-scale));
  transform-origin: 100% 58%;
  will-change: transform, filter;
}

.ic-prototype .ic-configurator-hero__layer,
.ic-prototype .ic-configurator-hero__specular {
  position: absolute;
  display: block;
  max-width: none;
  pointer-events: none;
  user-select: none;
}

.ic-prototype .ic-configurator-hero__layer--shadow,
.ic-prototype .ic-configurator-hero__layer--splice,
.ic-prototype .ic-configurator-hero__layer--shine-top {
  top: 23.5%;
  left: -0.2%;
  width: 100%;
  height: 77.5%;
}

.ic-prototype .ic-configurator-hero__layer--splice-two {
  top: 24%;
  left: 0;
  width: 100%;
  height: 77.5%;
}

.ic-prototype .ic-configurator-hero__layer--shadow {
  z-index: 1;
  clip-path: inset(0 0 28.5% 0);
}

.ic-prototype .ic-configurator-hero__layer--splice {
  z-index: 2;
}

.ic-prototype .ic-configurator-hero__layer--splice-two {
  z-index: 3;
}

.ic-prototype .ic-configurator-hero__design-layer {
  clip-path: inset(0 100% 0 0);
  will-change: clip-path;
}

.ic-prototype .ic-configurator-hero__layer--end-mark {
  z-index: 4;
  top: 57%;
  left: 94.2%;
  width: 3.6%;
  height: 19%;
  object-fit: fill;
  transform: rotate(-91deg);
}

.ic-prototype .ic-configurator-hero__layer--joint {
  z-index: 4;
  top: 57%;
  left: 24.7%;
  width: 0.5%;
  height: 19%;
  object-fit: fill;
}

.ic-prototype .ic-configurator-hero__layer--shine {
  z-index: 5;
  width: 100%;
  height: 77.5%;
  opacity: 0.45;
  will-change: opacity;
}

.ic-prototype .ic-configurator-hero__layer--shine-butt {
  top: 24.5%;
  left: 0.4%;
}

.ic-prototype .ic-configurator-hero__layer--shine-brand {
  top: 23%;
  left: -0.2%;
}

.ic-prototype .ic-configurator-hero__specular {
  z-index: 6;
  top: 23.5%;
  left: -0.2%;
  width: 100%;
  height: 77.5%;
  opacity: 0.5;
  background-image: linear-gradient(104deg, transparent 0%, transparent 18%, rgba(255, 244, 216, 0.035) 30%, rgba(255, 248, 228, 0.14) 44%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 248, 228, 0.14) 56%, rgba(255, 244, 216, 0.035) 70%, transparent 82%, transparent 100%);
  background-position: -125% center;
  background-repeat: no-repeat;
  background-size: 56% 100%;
  -webkit-mask-image: var(--ic-cue-mask);
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-image: var(--ic-cue-mask);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
  mix-blend-mode: screen;
  animation: icCueSpecularDrift 18s linear infinite;
  will-change: background-position;
}

@keyframes icCueSpecularDrift {
  0% { background-position: -125% center; }
  100% { background-position: 225% center; }
}

.ic-prototype .ic-configurator-hero__story {
  position: absolute;
  z-index: 5;
  top: clamp(112px, 13vh, 146px);
  right: 0;
  bottom: auto;
  left: 0;
  min-height: max(154px, var(--ic-hero-story-scene-height, 154px));
  pointer-events: none;
  transition: opacity 320ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity;
}

.ic-prototype .ic-configurator-hero__journey-intro {
  position: absolute;
  z-index: 6;
  top: clamp(112px, 13vh, 146px);
  right: 0;
  left: 0;
  display: grid;
  max-width: 1240px;
  align-content: start;
  justify-items: start;
  opacity: 0;
  pointer-events: none;
  transition:
    opacity 320ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

.ic-prototype .ic-configurator-hero__journey-eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 10px;
  color: var(--ic-gold);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.ic-prototype .ic-configurator-hero__journey-eyebrow::before {
  width: 34px;
  height: 1px;
  background: currentColor;
  content: "";
}

.ic-prototype .ic-configurator-hero__journey-intro strong {
  max-width: 11ch;
  color: #fff;
  font-family: var(--ic-display);
  font-size: clamp(42px, 5.2vw, 72px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 0.86;
  text-wrap: balance;
  text-shadow:
    0 0 42px rgba(255, 245, 228, 0.08),
    0 16px 52px rgba(0, 0, 0, 0.4);
}

.ic-prototype .ic-configurator-hero__journey-support {
  display: block;
  max-width: 38ch;
  margin-top: 13px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  line-height: 1.55;
}

.ic-prototype .ic-configurator-hero__journey-route {
  position: relative;
  display: grid;
  width: min(390px, 78vw);
  padding: 0;
  margin: 24px 0 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  list-style: none;
}

.ic-prototype .ic-configurator-hero__journey-route::before {
  position: absolute;
  top: 5px;
  right: 12%;
  left: 12%;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(235, 186, 134, 0.7),
    rgba(235, 186, 134, 0.28)
  );
  content: "";
}

.ic-prototype .ic-configurator-hero__journey-route li {
  position: relative;
  display: grid;
  justify-items: start;
  gap: 8px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.ic-prototype .ic-configurator-hero__journey-route li:nth-child(2) {
  justify-items: center;
}

.ic-prototype .ic-configurator-hero__journey-route li:last-child {
  justify-items: end;
}

.ic-prototype .ic-configurator-hero__journey-route li > span {
  position: relative;
  z-index: 1;
  display: grid;
  width: 11px;
  height: 11px;
  place-items: center;
  border: 1px solid rgba(235, 186, 134, 0.68);
  border-radius: 50%;
  color: transparent;
  background: #080706;
  box-shadow: 0 0 0 4px rgba(235, 186, 134, 0.06);
}

.ic-prototype .ic-configurator-hero__journey-route li:first-child > span {
  border-color: var(--ic-gold);
  background: var(--ic-gold);
  box-shadow: 0 0 0 5px rgba(235, 186, 134, 0.12);
}

.ic-prototype .ic-configurator-hero__scene {
  --ic-scene-shift: 0px;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  display: grid;
  width: min(690px, 60vw);
  min-height: 146px;
  align-items: stretch;
  grid-template-columns: 38px minmax(0, 1fr) clamp(118px, 10.5vw, 134px);
  gap: 14px;
  padding: 12px;
  border: 1px solid rgba(235, 186, 134, 0.2);
  border-radius: 18px;
  background: linear-gradient(120deg, rgba(15, 13, 11, 0.96), rgba(9, 8, 7, 0.88));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.035);
  opacity: 0;
  transition: opacity 300ms cubic-bezier(0.22, 1, 0.36, 1);
}

.ic-prototype .ic-configurator-hero__scene > span,
.ic-prototype .ic-configurator-hero__scene > div {
  transform: translate3d(0, var(--ic-scene-shift), 0);
  transition: transform 360ms cubic-bezier(0.22, 1, 0.36, 1);
}

.ic-prototype .ic-configurator-hero__scene--material {
  width: min(690px, 60vw);
}

.ic-prototype .ic-configurator-hero__scene:first-child {
  opacity: 1;
}

.ic-prototype .ic-configurator-hero__scene > span {
  padding-top: 7px;
  border-top: 1px solid rgba(235, 186, 134, 0.7);
  color: var(--ic-gold);
  font-family: var(--ic-display);
  font-size: 20px;
  font-style: italic;
}

.ic-prototype .ic-configurator-hero__scene-step {
  display: grid;
  align-content: start;
  justify-items: start;
  gap: 2px;
}

.ic-prototype .ic-configurator-hero__scene-step > strong {
  color: var(--ic-gold);
  font-family: var(--ic-display);
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  line-height: 1;
}

.ic-prototype .ic-configurator-hero__scene-step > small {
  color: rgba(255, 255, 255, 0.38);
  font-family: var(--ic-sans);
  font-size: 7px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
}

.ic-prototype .ic-configurator-hero__scene p {
  margin: 0 0 4px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.2em;
  line-height: 1.4;
  text-transform: uppercase;
}

.ic-prototype .ic-configurator-hero__scene h2 {
  padding: 0;
  margin: 0 0 8px;
  color: #fff;
  font-family: var(--ic-display);
  font-size: clamp(27px, 2.3vw, 36px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}

.ic-prototype .ic-configurator-hero__scene > div > small {
  display: block;
  max-width: 42ch;
  color: rgba(255, 255, 255, 0.58);
  font-size: 11px;
  line-height: 1.45;
}

.ic-prototype .ic-configurator-hero__materials {
  display: grid;
  min-width: 0;
  align-self: stretch;
  grid-auto-rows: minmax(0, 1fr);
  gap: 6px;
}

.ic-prototype .ic-configurator-hero__material {
  align-self: stretch;
  padding: 7px;
  border: 1px solid rgba(235, 186, 134, 0.32);
  border-radius: 13px;
  margin: 0;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.018));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.ic-prototype .ic-configurator-hero__material figcaption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin: 0 0 5px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 7px;
  font-weight: 850;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-transform: uppercase;
}

.ic-prototype .ic-configurator-hero__material figcaption small {
  color: var(--ic-gold);
  font-size: inherit;
  letter-spacing: 0.12em;
}

.ic-prototype .ic-configurator-hero__material > img {
  display: block;
  width: 100%;
  height: calc(100% - 19px);
  aspect-ratio: 1 / 1;
  border-radius: 9px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.3);
  object-fit: cover;
}

.ic-prototype .ic-configurator-hero__material-image {
  position: relative;
  width: 100%;
  height: calc(100% - 19px);
  aspect-ratio: 1 / 1;
  overflow: hidden;
  isolation: isolate;
  border-radius: 9px;
  background: rgba(0, 0, 0, 0.2);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.3);
}

.ic-prototype .ic-configurator-hero__material-image img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  border-radius: inherit;
  object-fit: cover;
  transform-origin: 50% 50%;
}

.ic-prototype .ic-configurator-hero__scene.is-active .ic-configurator-hero__material-image {
  animation: icHeroMaterialBreath 10s cubic-bezier(0.45, 0, 0.55, 1) infinite;
}

.ic-prototype .ic-configurator-hero__scene.is-active .ic-configurator-hero__material {
  border-color: rgba(var(--ic-design-accent, 204, 171, 124), 0.52);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    0 0 24px rgba(var(--ic-design-accent, 204, 171, 124), 0.07);
}

@keyframes icHeroMaterialBreath {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  50% {
    transform: translate3d(0, -1px, 0) scale(1.012);
  }
}

.ic-prototype .ic-configurator-hero__material--model-image .ic-configurator-hero__material-image img {
  object-fit: contain;
  transform: scale(var(--ic-model-thumb-scale, 1));
}

.ic-prototype .ic-configurator-hero__materials.is-multiple .ic-configurator-hero__material {
  min-height: 0;
  padding: 5px;
  border-radius: 11px;
}

.ic-prototype .ic-configurator-hero__materials.is-multiple .ic-configurator-hero__material figcaption {
  min-width: 0;
  gap: 4px;
  margin-bottom: 4px;
  font-size: 5.5px;
  letter-spacing: 0.08em;
}

.ic-prototype .ic-configurator-hero__materials.is-multiple .ic-configurator-hero__material figcaption span,
.ic-prototype .ic-configurator-hero__materials.is-multiple .ic-configurator-hero__material figcaption small {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ic-prototype .ic-configurator-hero__materials.is-multiple .ic-configurator-hero__material > img {
  height: calc(100% - 15px);
  min-height: 30px;
  aspect-ratio: auto;
  border-radius: 7px;
}

.ic-prototype .ic-configurator-hero__materials.is-multiple .ic-configurator-hero__material-image {
  height: calc(100% - 15px);
  min-height: 30px;
  aspect-ratio: auto;
  border-radius: 7px;
}

.ic-prototype .ic-configurator-hero__material--model > div {
  display: grid;
  height: calc(100% - 23px);
  min-height: 94px;
  min-width: 0;
  align-content: center;
  justify-items: center;
  border-radius: 11px;
  background: radial-gradient(circle at 50% 32%, rgba(235, 186, 134, 0.2), transparent 62%), rgba(0, 0, 0, 0.28);
  container-type: inline-size;
  overflow: hidden;
}

.ic-prototype .ic-configurator-hero__material--model strong {
  display: block;
  width: 100%;
  min-width: 0;
  padding: 0 4px;
  color: var(--ic-cream);
  font-family: var(--ic-display);
  font-size: clamp(14px, 24cqw, 42px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 0.9;
  overflow-wrap: anywhere;
  text-align: center;
}

.ic-prototype .ic-configurator-hero__material--model > div > span {
  max-width: 100%;
  margin-top: 8px;
  color: var(--ic-gold);
  font-size: 7px;
  font-weight: 850;
  letter-spacing: 0.18em;
  overflow-wrap: anywhere;
  text-align: center;
}

.ic-prototype .ic-configurator-hero__rail {
  position: absolute;
  z-index: 7;
  top: 50%;
  right: clamp(18px, 2.4vw, 44px);
  display: flex;
  height: min(310px, 42vh);
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  margin: 0;
  list-style: none;
  transform: translateY(-50%);
  transition: opacity 320ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity;
}

.ic-prototype .is-dynamic-story .ic-configurator-hero__rail {
  display: block;
  height: min(var(--ic-hero-rail-height, 310px), 56vh);
}

.ic-prototype .is-dynamic-story .ic-configurator-hero__rail li {
  position: absolute;
  top: var(--ic-marker-position, 0%);
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.ic-prototype .ic-configurator-hero__rail.is-dense li small,
.ic-prototype .ic-configurator-hero__rail.is-very-dense li small {
  display: none;
}

.ic-prototype .ic-configurator-hero__rail.is-dense li:not(.is-major, .is-active),
.ic-prototype .ic-configurator-hero__rail.is-very-dense li:not(.is-major, .is-active) {
  opacity: 0;
}

.ic-prototype .ic-configurator-hero__rail.is-very-dense li {
  width: 16px;
  height: 16px;
}

.ic-prototype .ic-configurator-hero__rail.is-very-dense li > span {
  width: 5px;
  height: 5px;
}

.ic-prototype .ic-configurator-hero__rail.is-very-dense li.is-active > span {
  width: 9px;
  height: 9px;
}

.ic-prototype .ic-configurator-hero__rail::before,
.ic-prototype .ic-configurator-hero__rail > i {
  content: "";
  position: absolute;
  z-index: -1;
  top: 5px;
  bottom: 5px;
  left: 50%;
  width: 1px;
  background: rgba(255, 255, 255, 0.2);
  transform: translateX(-50%);
}

.ic-prototype .ic-configurator-hero__rail > i {
  z-index: 0;
  background: var(--ic-gold);
  transform: translateX(-50%) scaleY(0);
  transform-origin: top;
  will-change: transform;
}

.ic-prototype .ic-configurator-hero__rail li {
  position: relative;
  z-index: 1;
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
}

.ic-prototype .ic-configurator-hero__rail li > span {
  width: 7px;
  height: 7px;
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 50%;
  background: var(--ic-ink);
  transition: width 180ms ease, height 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.ic-prototype .ic-configurator-hero__rail li small {
  position: absolute;
  right: 25px;
  color: rgba(255, 255, 255, 0.38);
  font-family: var(--ic-display);
  font-size: 10px;
  font-style: italic;
}

.ic-prototype .ic-configurator-hero__rail li.is-complete > span {
  border-color: var(--ic-gold);
  background: var(--ic-gold);
}

.ic-prototype .ic-configurator-hero__rail li.is-active > span {
  width: 13px;
  height: 13px;
  border-color: var(--ic-gold);
  background: var(--ic-ink);
  box-shadow: 0 0 0 4px rgba(235, 186, 134, 0.12);
}

.ic-prototype .ic-configurator-hero__rail li.is-active small {
  color: var(--ic-gold);
}

.ic-prototype .ic-configurator-hero__cta {
  position: absolute;
  z-index: 8;
  right: max(68px, calc((100vw - 1240px) / 2));
  bottom: clamp(50px, 7vh, 82px);
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  gap: 16px;
  padding: 0 22px 0 0;
  border-bottom: 1px solid rgba(235, 186, 134, 0.62);
  color: var(--ic-cream);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.16em;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    opacity 320ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 380ms cubic-bezier(0.22, 1, 0.36, 1),
    color 180ms ease,
    border-color 180ms ease;
}

.ic-prototype .is-enhanced .ic-configurator-hero__cta {
  opacity: 0;
  pointer-events: none;
  will-change: opacity, transform;
}

.ic-prototype .ic-configurator-hero__cta svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: var(--ic-gold);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
  transition: transform 180ms ease;
}

.ic-prototype .ic-configurator-hero__cta:hover {
  color: #fff;
}

.ic-prototype .ic-configurator-hero__cta:hover svg {
  transform: translateX(5px);
}

.ic-prototype .ic-configurator-hero.is-handoff-active .ic-configurator-hero__cta {
  border-color: rgba(58, 42, 27, 0.55);
  color: var(--ic-ink);
}

.ic-prototype .ic-configurator-hero__scroll {
  position: absolute;
  z-index: 7;
  bottom: 29px;
  left: 50%;
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  transform: translateX(-50%);
  transition: opacity 260ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity;
}

.ic-prototype .ic-configurator-hero__scroll-line {
  position: relative;
  width: 1px;
  height: 31px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.2);
}

.ic-prototype .ic-configurator-hero__scroll-line::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--ic-gold);
  animation: icHeroScroll 1.8s ease-in-out infinite;
  transform: translateY(-100%);
}

.ic-prototype .ic-configurator-hero__scroll-copy {
  display: grid;
  min-width: 132px;
  gap: 3px;
}

.ic-prototype .ic-configurator-hero__scroll-copy > strong {
  color: rgba(255, 255, 255, 0.66);
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.2em;
  line-height: 1.2;
}

.ic-prototype .ic-configurator-hero__scroll-copy > small {
  color: rgba(235, 186, 134, 0.72);
  font-size: 7px;
  font-weight: 750;
  letter-spacing: 0.15em;
  line-height: 1.2;
}

.ic-prototype .ic-configurator-hero__scroll.is-complete
  .ic-configurator-hero__scroll-copy > strong {
  color: var(--ic-gold);
}

.ic-prototype .ic-configurator-hero__handoff {
  position: absolute;
  z-index: 6;
  inset: 0;
  background:
    radial-gradient(circle at 100% 0%, rgba(235, 186, 134, 0.17), transparent 28%),
    var(--ic-paper);
  box-shadow: 0 -34px 82px rgba(248, 242, 233, 0.28);
  opacity: 0;
  pointer-events: none;
  transform: translate3d(0, 100%, 0);
  will-change: opacity, transform;
}

.ic-prototype .ic-configurator-hero__handoff::before {
  position: absolute;
  right: 0;
  bottom: 100%;
  left: 0;
  height: 86px;
  background: linear-gradient(
    to bottom,
    rgba(248, 242, 233, 0),
    rgba(248, 242, 233, 0.78) 72%,
    var(--ic-paper)
  );
  content: "";
}

@keyframes icHeroScroll {
  0% { transform: translateY(-100%); }
  45%, 65% { transform: translateY(0); }
  100% { transform: translateY(100%); }
}

@media (max-width: 900px) {
  .ic-prototype .ic-configurator-hero {
    height: 520svh;
    min-height: 2950px;
  }

  .ic-prototype .ic-configurator-hero.is-dynamic-story {
    height: var(--ic-hero-dynamic-mobile-height, 520svh);
    min-height: var(--ic-hero-dynamic-mobile-min-height, 2950px);
  }

  .ic-prototype .ic-configurator-hero__sticky {
    min-height: 100svh;
  }

  .ic-prototype .ic-configurator-hero__intro {
    top: auto;
    bottom: 82px;
  }

  .ic-prototype .ic-configurator-hero__intro-titles {
    width: min(560px, calc(100vw - 40px));
    min-height: 86px;
  }

  .ic-prototype .ic-configurator-hero__intro-title {
    max-width: none;
    font-size: clamp(30px, 7.5vw, 40px);
    line-height: 0.99;
  }

  .ic-prototype .ic-configurator-hero__readout {
    display: none;
  }

  .ic-prototype
    .ic-configurator-hero__visual-layer--system-readout.ic-configurator-hero__readout {
    display: grid;
  }

  .ic-prototype .ic-configurator-hero__showcase:not(.is-layer-studio) {
    top: var(--ic-safe-showcase-top, 54%);
    width: min(calc(100vw - 18px), var(--ic-safe-showcase-width, 1920px));
  }

  .ic-prototype .ic-configurator-hero__showcase.is-layer-studio {
    width: min(
      calc(var(--ic-artboard-width, 92) * 1vw),
      calc(100vw - 18px),
      var(--ic-safe-showcase-width, 1920px)
    );
  }

  .ic-prototype .ic-configurator-hero__showcase-inner {
    inset: 9% 5%;
    border-radius: 10px;
  }

  .ic-prototype .ic-configurator-hero__stage {
    top: 56%;
    right: auto;
    left: 50%;
    width: 88%;
  }

  .ic-prototype .ic-configurator-hero__story {
    top: 104px;
    bottom: auto;
    min-height: 142px;
  }

  .ic-prototype .ic-configurator-hero__journey-intro {
    top: 104px;
  }

  .ic-prototype .ic-configurator-hero__journey-intro strong {
    max-width: 10ch;
    font-size: clamp(36px, 10.5vw, 46px);
    line-height: 0.9;
  }

  .ic-prototype .ic-configurator-hero__journey-support {
    max-width: 32ch;
    margin-top: 11px;
    font-size: 11px;
  }

  .ic-prototype .ic-configurator-hero__journey-route {
    width: min(330px, calc(100vw - 56px));
    margin-top: 18px;
  }

  .ic-prototype .ic-configurator-hero__scene {
    width: calc(100% - 34px);
    min-height: 136px;
    grid-template-columns: 32px minmax(0, 1fr) clamp(70px, 16vw, 88px);
    gap: 10px;
    padding: 11px;
    border-radius: 17px;
  }

  .ic-prototype .ic-configurator-hero__scene--material {
    width: calc(100% - 34px);
  }

  .ic-prototype .ic-configurator-hero__scene h2 {
    font-size: clamp(24px, 7.4vw, 33px);
  }

  .ic-prototype .ic-configurator-hero__scene-step > strong {
    font-size: 17px;
  }

  .ic-prototype .ic-configurator-hero__scene > div > small {
    max-width: 38ch;
    font-size: 10px;
    line-height: 1.38;
  }

  .ic-prototype .ic-configurator-hero__material {
    padding: 6px;
    border-radius: 12px;
  }

  .ic-prototype .ic-configurator-hero__material figcaption {
    margin-bottom: 5px;
    font-size: 6px;
    letter-spacing: 0.13em;
  }

  .ic-prototype .ic-configurator-hero__material--model figcaption {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1px;
    font-size: 4.5px;
    letter-spacing: 0;
  }

  .ic-prototype .ic-configurator-hero__material--model figcaption span,
  .ic-prototype .ic-configurator-hero__material--model figcaption small {
    min-width: 0;
    letter-spacing: 0;
    overflow-wrap: normal;
    white-space: nowrap;
  }

  .ic-prototype .ic-configurator-hero__material > img {
    height: calc(100% - 18px);
    border-radius: 8px;
  }

  .ic-prototype .ic-configurator-hero__material-image {
    height: calc(100% - 18px);
    border-radius: 8px;
  }

  .ic-prototype .ic-configurator-hero__material--model > div {
    height: calc(100% - 18px);
    min-height: 66px;
    border-radius: 8px;
  }

  .ic-prototype .ic-configurator-hero__rail {
    right: 8px;
    height: min(240px, 34vh);
  }

  .ic-prototype .ic-configurator-hero__rail li small {
    display: none;
  }

  .ic-prototype .ic-configurator-hero__cta {
    right: 20px;
    bottom: 20px;
    left: 20px;
    justify-content: space-between;
    min-height: 48px;
    padding-right: 0;
  }

  .ic-prototype .ic-configurator-hero__scroll {
    bottom: 22px;
  }

  .ic-prototype .ic-configurator-hero__scroll-copy {
    min-width: 124px;
  }
}

@media (max-width: 600px) {
  .ic-prototype .ic-configurator-hero__intro .ic-kicker {
    margin-bottom: 15px;
    font-size: 9px;
  }

  .ic-prototype .ic-configurator-hero__showcase:not(.is-layer-studio) {
    width: min(calc(100vw - 10px), var(--ic-safe-showcase-width, 1920px));
  }

  .ic-prototype .ic-configurator-hero__showcase.is-layer-studio {
    width: min(
      calc(var(--ic-artboard-width, 92) * 1vw),
      calc(100vw - 10px),
      var(--ic-safe-showcase-width, 1920px)
    );
  }

  .ic-prototype .ic-configurator-hero__stage {
    top: 56%;
    width: 88%;
  }

  .ic-prototype .ic-configurator-hero__scene > span {
    font-size: 16px;
  }

  .ic-prototype .ic-configurator-hero__scene p {
    font-size: 8px;
  }

  .ic-prototype .ic-configurator-hero__scene > div > small {
    font-size: 10px;
    line-height: 1.42;
  }
}

@media (max-height: 720px) and (min-width: 901px) {
  .ic-prototype .ic-configurator-hero__intro {
    top: auto;
    bottom: 28px;
  }

  .ic-prototype .ic-configurator-hero__intro-title {
    font-size: clamp(40px, 4.2vw, 58px);
  }

  .ic-prototype .ic-configurator-hero__showcase:not(.is-layer-studio) {
    top: var(--ic-safe-showcase-top, 57%);
    width: min(
      1380px,
      calc(100vw - 64px),
      calc(58vh * 2.6965),
      var(--ic-safe-showcase-width, 1920px)
    );
  }

  .ic-prototype .ic-configurator-hero__stage {
    top: 56%;
  }

  .ic-prototype .ic-configurator-hero__story {
    top: 112px;
    bottom: auto;
  }

  .ic-prototype .ic-configurator-hero__cta {
    bottom: 35px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ic-prototype .ic-configurator-hero {
    height: auto;
    min-height: 100svh;
  }

  .ic-prototype .ic-configurator-hero.is-dynamic-story {
    height: auto;
    min-height: 100svh;
  }

  .ic-prototype .ic-configurator-hero__sticky {
    position: relative;
  }

  .ic-prototype .ic-configurator-hero__scroll {
    display: none;
  }

  .ic-prototype .ic-configurator-hero__rail {
    display: none !important;
  }

  .ic-prototype .ic-configurator-hero__specular {
    animation: none;
    background-position: 50% center;
    opacity: 0.28;
  }

  .ic-prototype .ic-configurator-hero__scene.is-active .ic-configurator-hero__material-image {
    animation: none;
  }

  .ic-prototype
    .ic-configurator-hero__visuals.is-compact
    .ic-configurator-hero__visual-layer.is-authored-light {
    animation: none;
  }

  .ic-prototype .ic-configurator-hero__visuals.is-compact::before {
    animation: none;
    opacity: 0.74;
    transform: none;
  }

  .ic-prototype .ic-configurator-hero__visuals.is-compact::after {
    animation: none;
    opacity: 0.38;
    transform: translate3d(200%, -50%, 0);
  }
}

/* The front-page header is scrubbed directly by scroll position in site.js.
   These final overrides deliberately remove time-based motion: every visible
   value follows the reader's scroll and reverses with it. */
.ic-js .ic-prototype .ic-header--hero {
  background: linear-gradient(
    180deg,
    rgb(7 6 6 / var(--ic-live-header-top-alpha, 0.82)) 0%,
    rgb(7 6 6 / var(--ic-live-header-middle-alpha, 0.38)) 72%,
    rgb(7 6 6 / var(--ic-live-header-bottom-alpha, 0)) 100%
  );
  box-shadow: 0 16px 42px rgb(0 0 0 / var(--ic-live-header-shadow-alpha, 0));
  transition: none;
  backdrop-filter: blur(var(--ic-live-header-blur, 0));
  -webkit-backdrop-filter: blur(var(--ic-live-header-blur, 0));
}

.ic-js .ic-prototype .ic-header--hero .ic-header__inner {
  min-height: var(--ic-live-header-height, 108px);
  transition: none;
}

.ic-js .ic-prototype .ic-header--hero .ic-brand {
  left: var(--ic-live-brand-left, 50%);
  gap: var(--ic-live-brand-gap, 15px);
  transform: translate3d(-50%, -50%, 0);
  transition: none;
}

.ic-js .ic-prototype .ic-header--hero .ic-brand__coin {
  width: var(--ic-live-logo-width, 68px);
  height: var(--ic-live-logo-height, 72px);
  transform: translate3d(0, var(--ic-live-logo-y, 1px), 0);
  transition: none;
}

.ic-js .ic-prototype .ic-header--hero .ic-brand__wordmark {
  display: grid;
  max-width: var(--ic-live-wordmark-width, 390px);
  opacity: var(--ic-live-wordmark-opacity, 1);
  visibility: visible;
  transform: translate3d(var(--ic-live-wordmark-x, 0), 0, 0);
  transition: none;
}

.ic-js .ic-prototype .ic-header--hero.is-scrolled .ic-brand__wordmark {
  visibility: hidden;
}

.ic-js .ic-prototype .ic-header--hero .ic-nav {
  opacity: var(--ic-live-nav-opacity, 0);
  visibility: hidden;
  transform: translate3d(0, var(--ic-live-nav-y, -9px), 0);
  transition: none;
  pointer-events: none;
}

.ic-js .ic-prototype .ic-header--hero.is-nav-visible .ic-nav {
  visibility: visible;
  pointer-events: auto;
}

.ic-js .ic-prototype .ic-header--hero .ic-header__actions {
  gap: var(--ic-live-actions-gap, 4px);
  transition: none;
}

.ic-js .ic-prototype .ic-header--hero .ic-header__actions::before {
  opacity: var(--ic-live-actions-divider-opacity, 1);
  transition: none;
}

.ic-js .ic-prototype .ic-header--hero .ic-header__edge {
  opacity: var(--ic-live-edge-opacity, 0);
  transform: scaleX(var(--ic-live-edge-scale, 0.62));
  transition: none;
}

@media (max-width: 900px) {
  .ic-js .ic-prototype .ic-header--hero .ic-mobile-home-link,
  .ic-js .ic-prototype .ic-header--hero .ic-mobile-builder-link,
  .ic-js .ic-prototype .ic-header--hero .ic-mobile-accessories-link,
  .ic-js .ic-prototype .ic-header--hero .ic-mobile-contact-link {
    width: var(--ic-live-mobile-link-width, 0);
    flex-basis: var(--ic-live-mobile-link-width, 0);
    opacity: var(--ic-live-nav-opacity, 0);
    visibility: hidden;
    transform: scale(var(--ic-live-mobile-link-scale, 0.78));
    transition: none;
    pointer-events: none;
  }

  .ic-js .ic-prototype .ic-header--hero.is-nav-visible .ic-mobile-home-link,
  .ic-js .ic-prototype .ic-header--hero.is-nav-visible .ic-mobile-builder-link,
  .ic-js .ic-prototype .ic-header--hero.is-nav-visible .ic-mobile-accessories-link,
  .ic-js .ic-prototype .ic-header--hero.is-nav-visible .ic-mobile-contact-link {
    visibility: visible;
    pointer-events: auto;
  }
}

@media (max-width: 600px) {
  .ic-js .ic-prototype .ic-header--hero .ic-header__inner {
    min-height: var(--ic-live-header-height, 82px);
  }

  .ic-js .ic-prototype .ic-header--hero .ic-brand__coin {
    width: var(--ic-live-logo-width, 52px);
    height: var(--ic-live-logo-height, 55px);
  }

  .ic-js .ic-prototype .ic-header--hero .ic-brand__wordmark {
    max-width: var(--ic-live-wordmark-width, 128px);
  }
}

@media (min-width: 601px) and (max-width: 782px) {
  .admin-bar.ic-prototype .ic-header {
    top: 46px;
  }
}

/* Hero navigation, compact scene readout and direct scene control. */
.ic-prototype .ic-configurator-hero {
  --ic-hero-admin-offset: 0px;
  --ic-hero-fixed-header-height: 108px;
  --ic-hero-quick-nav-height: 58px;
}

.admin-bar.ic-prototype .ic-configurator-hero {
  --ic-hero-admin-offset: 32px;
}

.ic-prototype .ic-configurator-hero__quick-nav {
  position: absolute;
  z-index: 12;
  top: calc(
    var(--ic-hero-fixed-header-height) +
    var(--ic-hero-admin-offset)
  );
  right: 0;
  left: 0;
  height: var(--ic-hero-quick-nav-height);
  border-bottom: 1px solid rgba(235, 186, 134, 0.18);
  background: rgba(7, 6, 6, 0.78);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.025);
  backdrop-filter: blur(18px) saturate(115%);
  -webkit-backdrop-filter: blur(18px) saturate(115%);
  pointer-events: auto;
}

.ic-prototype .ic-configurator-hero__quick-nav-inner {
  display: grid;
  height: 100%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ic-prototype .ic-configurator-hero__quick-link {
  display: grid;
  min-width: 0;
  align-items: center;
  gap: clamp(14px, 2vw, 30px);
  padding: 0 clamp(18px, 3vw, 40px);
  color: rgba(255, 255, 255, 0.78);
  grid-template-columns: minmax(116px, auto) minmax(0, 1fr) 20px;
  text-decoration: none;
  transition:
    background-color 220ms ease,
    color 220ms ease;
}

.ic-prototype .ic-configurator-hero__quick-link + .ic-configurator-hero__quick-link {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.ic-prototype .ic-configurator-hero__quick-link:hover,
.ic-prototype .ic-configurator-hero__quick-link:focus-visible {
  background: rgba(235, 186, 134, 0.065);
  color: #fff;
}

.ic-prototype .ic-configurator-hero__quick-link:focus-visible {
  outline: 2px solid rgba(235, 186, 134, 0.88);
  outline-offset: -3px;
}

.ic-prototype .ic-configurator-hero__quick-copy {
  display: grid;
  min-width: 0;
  gap: 1px;
}

.ic-prototype .ic-configurator-hero__quick-copy small {
  color: var(--ic-gold);
  font-size: 7px;
  font-weight: 850;
  letter-spacing: 0.18em;
  line-height: 1;
  text-transform: uppercase;
}

.ic-prototype .ic-configurator-hero__quick-copy strong {
  color: currentColor;
  font-family: var(--ic-display);
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.1;
}

.ic-prototype .ic-configurator-hero__quick-summary {
  min-width: 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 10.5px;
  line-height: 1.35;
}

.ic-prototype .ic-configurator-hero__quick-link:hover
  .ic-configurator-hero__quick-summary,
.ic-prototype .ic-configurator-hero__quick-link:focus-visible
  .ic-configurator-hero__quick-summary {
  color: rgba(255, 255, 255, 0.72);
}

.ic-prototype .ic-configurator-hero__quick-link svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: var(--ic-gold);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
  transition: transform 240ms cubic-bezier(0.22, 1, 0.36, 1);
}

.ic-prototype .ic-configurator-hero__quick-link:hover svg,
.ic-prototype .ic-configurator-hero__quick-link:focus-visible svg {
  transform: translate3d(3px, 0, 0);
}

.ic-prototype .ic-configurator-hero__quick-link[href="#cues"]:hover svg,
.ic-prototype .ic-configurator-hero__quick-link[href="#cues"]:focus-visible svg {
  transform: translate3d(0, 3px, 0);
}

.ic-prototype .ic-configurator-hero__story,
.ic-prototype .ic-configurator-hero__journey-intro {
  /* Keep the authored top for safe-canvas sizing; translate only the UI. */
  top: clamp(112px, 13vh, 146px);
  translate: 0 calc(
    var(--ic-hero-admin-offset) +
    var(--ic-hero-quick-nav-height) +
    12px
  );
}

.ic-prototype .ic-configurator-hero__story {
  display: grid;
  justify-items: center;
}

.ic-prototype .ic-configurator-hero__scene,
.ic-prototype .ic-configurator-hero__scene--material {
  left: 50%;
  width: min(840px, calc(100vw - 120px));
  min-height: var(--ic-hero-story-scene-height, 132px);
  grid-template-areas: "copy material";
  grid-template-columns: minmax(0, 1fr) 246px;
  gap: 24px;
  padding: 12px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  isolation: isolate;
  transform: translateX(-50%);
}

.ic-prototype .ic-configurator-hero__scene::before {
  position: absolute;
  z-index: 0;
  inset: -7px -22px;
  background: linear-gradient(
    96deg,
    transparent 0%,
    rgba(13, 11, 9, 0.48) 10%,
    rgba(9, 8, 7, 0.64) 54%,
    rgba(9, 8, 7, 0.34) 82%,
    transparent 100%
  );
  content: "";
  filter: blur(1.5px);
  pointer-events: none;
  -webkit-mask-image: linear-gradient(
    to bottom,
    transparent,
    #000 18%,
    #000 82%,
    transparent
  );
  mask-image: linear-gradient(
    to bottom,
    transparent,
    #000 18%,
    #000 82%,
    transparent
  );
}

.ic-prototype .ic-configurator-hero__scene::after {
  position: absolute;
  z-index: 0;
  inset: -1px -12px;
  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(235, 186, 134, 0.13) 22%,
      rgba(235, 186, 134, 0.08) 72%,
      transparent
    )
    top / 100% 1px no-repeat,
    linear-gradient(
      90deg,
      transparent,
      rgba(235, 186, 134, 0.09) 22%,
      rgba(235, 186, 134, 0.05) 72%,
      transparent
    )
    bottom / 100% 1px no-repeat;
  content: "";
  pointer-events: none;
}

.ic-prototype
  .ic-configurator-hero__scene
  > .ic-configurator-hero__scene-step {
  display: none;
}

.ic-prototype .ic-configurator-hero__scene > div:not(.ic-configurator-hero__materials) {
  position: relative;
  z-index: 1;
  display: grid;
  min-width: 0;
  align-self: center;
  grid-area: copy;
  text-shadow: 0 8px 28px rgba(0, 0, 0, 0.52);
}

.ic-prototype .ic-configurator-hero__scene-copy {
  min-height: 104px;
  align-content: center;
  align-items: center;
  column-gap: 12px;
  grid-template-columns: max-content 28px minmax(0, 1fr);
  grid-template-rows: auto auto;
  row-gap: 10px;
}

.ic-prototype .ic-configurator-hero__scene-copy::before {
  width: 28px;
  height: 1px;
  align-self: center;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(235, 186, 134, 0.5),
    transparent
  );
  content: "";
  grid-column: 2;
  grid-row: 1;
}

.ic-prototype
  .ic-configurator-hero__scene
  .ic-configurator-hero__scene-model {
  margin: 0;
  color: var(--ic-gold);
  font-family: var(--ic-display);
  font-size: clamp(23px, 1.9vw, 29px);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.08;
  grid-column: 1;
  grid-row: 1;
  text-transform: none;
}

.ic-prototype
  .ic-configurator-hero__scene
  .ic-configurator-hero__scene-design {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(17px, 1.5vw, 22px);
  font-weight: 500;
  line-height: 1.15;
  grid-column: 3;
  grid-row: 1;
}

.ic-prototype
  .ic-configurator-hero__scene
  .ic-configurator-hero__scene-description {
  display: block;
  min-height: 3.1em;
  max-width: 70ch;
  margin: 0;
  align-self: start;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(13.5px, 0.95vw, 15px);
  line-height: 1.55;
  opacity: 1;
  visibility: visible;
  grid-column: 1 / -1;
  grid-row: 2;
}

.ic-prototype .ic-configurator-hero__reading-word {
  display: inline;
  white-space: nowrap;
  color: inherit;
  text-shadow: 0 0 0 rgba(255, 255, 255, 0);
}

.ic-prototype
  .ic-configurator-hero__scene.is-guided-reading
  .ic-configurator-hero__reading-word {
  animation: ic-hero-description-reading-light 1480ms linear both;
  animation-delay: var(--ic-reading-word-delay, 0ms);
}

@keyframes ic-hero-description-reading-light {
  0%,
  100% {
    color: inherit;
    text-shadow: 0 0 0 rgba(255, 255, 255, 0);
  }

  22%,
  72% {
    color: rgba(255, 250, 239, 0.94);
    text-shadow:
      0 0 4px rgba(255, 255, 255, 0.34),
      0 0 12px rgba(236, 204, 145, 0.28);
  }

  40%,
  56% {
    color: #fffdf8;
    text-shadow:
      0 0 4px rgba(255, 255, 255, 0.98),
      0 0 11px rgba(247, 221, 169, 0.9),
      0 0 24px rgba(224, 176, 91, 0.58),
      0 0 38px rgba(171, 116, 37, 0.3);
  }
}

@media (prefers-reduced-motion: reduce) {
  .ic-prototype
    .ic-configurator-hero__scene.is-guided-reading
    .ic-configurator-hero__reading-word {
    animation: none;
  }
}

.ic-prototype .ic-configurator-hero__materials,
.ic-prototype .ic-configurator-hero__materials.is-multiple {
  position: relative;
  z-index: 1;
  display: grid;
  width: 246px;
  min-width: 0;
  align-self: center;
  padding-left: 18px;
  grid-area: material;
  grid-auto-flow: column;
  grid-auto-columns: minmax(0, 1fr);
  grid-auto-rows: auto;
  gap: 5px;
}

.ic-prototype .ic-configurator-hero__materials::before {
  position: absolute;
  top: 10%;
  bottom: 10%;
  left: 0;
  width: 1px;
  background: linear-gradient(
    to bottom,
    transparent,
    rgba(235, 186, 134, 0.2) 28%,
    rgba(235, 186, 134, 0.2) 72%,
    transparent
  );
  box-shadow: 0 0 10px rgba(235, 186, 134, 0.08);
  content: "";
  pointer-events: none;
}

.ic-prototype .ic-configurator-hero__material,
.ic-prototype .ic-configurator-hero__materials.is-multiple
  .ic-configurator-hero__material,
.ic-prototype .ic-configurator-hero__scene.is-active
  .ic-configurator-hero__material {
  display: grid;
  min-width: 0;
  align-self: center;
  align-items: center;
  gap: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  grid-template-columns: 92px 18px minmax(0, 1fr);
  grid-template-rows: 92px;
}

.ic-prototype .ic-configurator-hero__material::before {
  color: rgba(235, 186, 134, 0.72);
  content: "\203A";
  font-family: var(--ic-display);
  font-size: 24px;
  font-weight: 500;
  grid-column: 2;
  grid-row: 1;
  line-height: 1;
  text-align: center;
}

.ic-prototype .ic-configurator-hero__material figcaption,
.ic-prototype .ic-configurator-hero__materials.is-multiple
  .ic-configurator-hero__material
  figcaption {
  display: block;
  min-width: 0;
  margin: 0;
  order: initial;
  color: var(--ic-gold);
  font-family: var(--ic-display);
  font-size: clamp(14px, 1.25vw, 18px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.05;
  text-align: left;
  grid-column: 3;
  grid-row: 1;
}

.ic-prototype .ic-configurator-hero__material figcaption span {
  display: none;
}

.ic-prototype .ic-configurator-hero__material figcaption small {
  display: block;
  min-width: 0;
  color: currentColor;
  font-size: inherit;
  letter-spacing: inherit;
  overflow-wrap: anywhere;
}

.ic-prototype .ic-configurator-hero__material-image,
.ic-prototype .ic-configurator-hero__materials.is-multiple
  .ic-configurator-hero__material-image {
  width: 92px;
  height: 92px;
  min-height: 0;
  aspect-ratio: 1;
  overflow: visible;
  margin: 0 auto;
  order: initial;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  grid-column: 1;
  grid-row: 1;
}

.ic-prototype .ic-configurator-hero__material-image img {
  border-radius: 0;
  object-fit: contain;
}

.ic-prototype .ic-configurator-hero__material--model > div {
  width: 92px;
  height: 92px;
  min-height: 0;
  margin: 0 auto;
  border-radius: 5px;
}

.ic-prototype #cues {
  scroll-margin-top: 72px;
}

.ic-prototype .ic-configurator-hero__rail {
  --ic-hero-rail-height: 310px;
  --ic-hero-rail-progress-position: 0%;
  --ic-hero-rail-row-end: 30px;
  --ic-hero-rail-track-offset: 18px;
  z-index: 7;
  top: 50%;
  right: clamp(64px, 4.5vw, 80px);
  left: auto;
  height: min(310px, 42vh);
  width: min(220px, 22vw, var(--ic-hero-rail-safe-width, 220px));
  pointer-events: auto;
  transition:
    opacity 360ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 560ms ease;
}

.ic-prototype .is-dynamic-story .ic-configurator-hero__rail {
  height: min(var(--ic-hero-rail-height, 310px), 56vh);
}

.ic-prototype .ic-configurator-hero__rail.is-scroll-stop,
.ic-prototype .ic-configurator-hero__rail.is-auto-guiding,
.ic-prototype .ic-configurator-hero__rail.is-choice-ready,
.ic-prototype .ic-configurator-hero__rail.is-exploring {
  opacity: 1 !important;
  pointer-events: auto !important;
}

.ic-prototype .ic-configurator-hero__rail-guide {
  appearance: none;
  position: absolute;
  top: 50%;
  right: -54px;
  bottom: auto;
  left: auto;
  display: grid;
  width: 46px;
  height: calc(100% + 24px);
  min-width: 0;
  align-items: center;
  align-content: center;
  justify-items: center;
  gap: 5px;
  padding: 12px 0;
  border: 1px solid transparent;
  border-radius: 22px;
  opacity: 0;
  color: inherit;
  background: transparent;
  box-shadow: none;
  font: inherit;
  grid-template-columns: 1fr;
  pointer-events: none;
  touch-action: pan-y;
  z-index: 4;
  transform: translate3d(0, -50%, 0);
  transition:
    opacity 300ms ease,
    transform 480ms cubic-bezier(0.16, 1, 0.3, 1),
    border-color 220ms ease,
    background-color 220ms ease,
    box-shadow 260ms ease;
}

.ic-prototype .ic-configurator-hero__rail-guide::after {
  position: absolute;
  top: 50%;
  right: 100%;
  left: auto;
  width: 10px;
  height: 1px;
  background: linear-gradient(
    to left,
    rgba(235, 186, 134, 0.7),
    rgba(235, 186, 134, 0.12)
  );
  content: "";
  transition:
    width 240ms cubic-bezier(0.16, 1, 0.3, 1),
    background 220ms ease;
}

.ic-prototype .ic-configurator-hero__rail.is-awaiting-scroll
  .ic-configurator-hero__rail-guide,
.ic-prototype .ic-configurator-hero__rail.is-scroll-stop
  .ic-configurator-hero__rail-guide,
.ic-prototype .ic-configurator-hero__rail.is-choice-ready
  .ic-configurator-hero__rail-guide,
.ic-prototype .ic-configurator-hero__rail.is-exploring
  .ic-configurator-hero__rail-guide {
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(0, -50%, 0);
}

.ic-prototype .ic-configurator-hero__rail-guide:hover,
.ic-prototype .ic-configurator-hero__rail-guide:focus-visible {
  border-color: rgba(255, 248, 237, 0.16);
  outline: 0;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.018),
    rgba(7, 6, 6, 0.2) 48%,
    rgba(255, 255, 255, 0.012)
  );
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.018),
    0 0 18px rgba(235, 186, 134, 0.045);
  transform: translate3d(0, -50%, 0);
}

.ic-prototype .ic-configurator-hero__rail-guide:hover::after,
.ic-prototype .ic-configurator-hero__rail-guide:focus-visible::after {
  width: 14px;
  background: linear-gradient(
    to left,
    rgba(252, 236, 206, 0.94),
    rgba(235, 186, 134, 0.16)
  );
}

.ic-prototype .ic-configurator-hero__rail-guide-icon {
  position: relative;
  display: block;
  width: 18px;
  height: 28px;
  justify-self: center;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 9px;
  transition:
    border-color 220ms ease,
    box-shadow 260ms ease;
}

.ic-prototype .ic-configurator-hero__rail-guide-icon::before {
  position: absolute;
  top: 5px;
  left: 50%;
  width: 2px;
  height: 6px;
  border-radius: 1px;
  background: var(--ic-gold);
  content: "";
  transform: translateX(-50%);
  animation: icHeroRailWheel 1.5s ease-in-out infinite;
  transition:
    background-color 220ms ease,
    box-shadow 260ms ease;
}

.ic-prototype
  .ic-configurator-hero__rail-guide:is(:hover, :focus-visible)
  .ic-configurator-hero__rail-guide-icon {
  border-color: rgba(252, 236, 206, 0.92);
  box-shadow: 0 0 12px rgba(235, 186, 134, 0.2);
}

.ic-prototype
  .ic-configurator-hero__rail-guide:is(:hover, :focus-visible)
  .ic-configurator-hero__rail-guide-icon::before {
  background: var(--ic-cream);
  box-shadow: 0 0 7px rgba(235, 186, 134, 0.54);
}

.ic-prototype .ic-configurator-hero__rail-guide > span:last-child {
  display: grid;
  justify-items: center;
  gap: 2px;
  text-align: center;
}

.ic-prototype .ic-configurator-hero__rail-guide strong {
  color: var(--ic-cream);
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.08em;
  line-height: 1.05;
  text-transform: uppercase;
  white-space: normal;
  transition: color 220ms ease;
}

.ic-prototype
  .ic-configurator-hero__rail-guide:is(:hover, :focus-visible)
  strong {
  color: #fff8eb;
}

.ic-prototype .ic-configurator-hero__rail-guide small {
  display: none;
}

@keyframes icHeroRailWheel {
  0%,
  100% {
    opacity: 0.28;
    transform: translate3d(-50%, 0, 0);
  }

  55% {
    opacity: 1;
    transform: translate3d(-50%, 7px, 0);
  }
}

.ic-prototype .ic-configurator-hero__rail-list {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
  margin: 0;
  list-style: none;
}

.ic-prototype .is-dynamic-story .ic-configurator-hero__rail-list {
  display: block;
}

.ic-prototype .is-dynamic-story .ic-configurator-hero__rail li,
.ic-prototype .ic-configurator-hero__rail li {
  right: 0;
  left: auto;
  display: block;
  width: 100%;
  height: auto;
  opacity: 1;
  transform: translate3d(0, -50%, 0);
}

.ic-prototype .ic-configurator-hero__rail::before,
.ic-prototype .ic-configurator-hero__rail > i {
  z-index: 0;
  top: 0;
  right: var(--ic-hero-rail-track-offset);
  bottom: 0;
  left: auto;
  width: 1px;
  background: rgba(255, 255, 255, 0.18);
  transform: none;
}

.ic-prototype .ic-configurator-hero__rail > i {
  background: rgba(235, 186, 134, 0.72);
  transform: scaleY(0);
}

.ic-prototype .ic-configurator-hero__rail::after {
  position: absolute;
  z-index: 0;
  top: var(--ic-hero-rail-progress-position);
  right: calc(var(--ic-hero-rail-track-offset) - 5px);
  bottom: auto;
  left: auto;
  width: 11px;
  height: 28px;
  border-radius: 50%;
  opacity: 0.82;
  background: radial-gradient(
    ellipse at center,
    rgba(255, 243, 222, 0.9) 0%,
    rgba(235, 186, 134, 0.34) 24%,
    rgba(235, 186, 134, 0.08) 52%,
    transparent 76%
  );
  box-shadow: 0 0 13px rgba(235, 186, 134, 0.13);
  content: "";
  pointer-events: none;
  transform: translateY(-50%);
}

.ic-prototype .ic-configurator-hero__rail-list button {
  position: relative;
  display: grid;
  width: 100%;
  min-height: 42px;
  align-items: center;
  gap: 10px;
  padding: 4px 8px 4px 10px;
  overflow: visible;
  border: 0;
  border-radius: 14px;
  color: rgba(255, 255, 255, 0.58);
  background: transparent;
  box-shadow: none;
  cursor: pointer;
  font: inherit;
  grid-template-columns: minmax(0, 1fr) 20px;
  isolation: isolate;
  text-align: right;
  transition:
    color 220ms ease,
    opacity 420ms cubic-bezier(0.16, 1, 0.3, 1);
}

.ic-prototype .ic-configurator-hero__rail-list button::before,
.ic-prototype .ic-configurator-hero__rail-list button::after {
  position: absolute;
  z-index: 0;
  inset: 0 var(--ic-hero-rail-row-end) 0 0;
  border-radius: inherit;
  content: "";
  pointer-events: none;
}

.ic-prototype .ic-configurator-hero__rail-list button::before {
  opacity: 1;
  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(235, 186, 134, 0.09) 24%,
      rgba(235, 186, 134, 0.05) 74%,
      transparent
    )
    top / 100% 1px no-repeat,
    linear-gradient(
      90deg,
      transparent,
      rgba(235, 186, 134, 0.06) 24%,
      rgba(235, 186, 134, 0.035) 74%,
      transparent
    )
    bottom / 100% 1px no-repeat,
    radial-gradient(
      ellipse at 70% 50%,
      rgba(7, 6, 6, 0.62),
      rgba(7, 6, 6, 0.4) 58%,
      transparent 100%
    );
  transition: opacity 520ms cubic-bezier(0.16, 1, 0.3, 1);
}

.ic-prototype .ic-configurator-hero__rail-list button::after {
  clip-path: inset(0 0 0 68% round 14px);
  opacity: 0;
  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(235, 186, 134, 0.2) 24%,
      rgba(235, 186, 134, 0.12) 74%,
      transparent
    )
    top / 100% 1px no-repeat,
    linear-gradient(
      90deg,
      transparent,
      rgba(235, 186, 134, 0.13) 24%,
      rgba(235, 186, 134, 0.08) 74%,
      transparent
    )
    bottom / 100% 1px no-repeat,
    radial-gradient(
      ellipse at 72% 50%,
      rgba(235, 186, 134, 0.17),
      rgba(7, 6, 6, 0.5) 64%,
      transparent 100%
    );
  transform: translate3d(5px, 0, 0);
  transform-origin: 100% 50%;
  transition:
    clip-path 680ms cubic-bezier(0.16, 1, 0.3, 1),
    opacity 420ms ease,
    transform 680ms cubic-bezier(0.16, 1, 0.3, 1);
}

.ic-prototype .ic-configurator-hero__rail-list button > * {
  position: relative;
  z-index: 1;
}

.ic-prototype .ic-configurator-hero__rail-list button:hover,
.ic-prototype .ic-configurator-hero__rail-list button:focus-visible {
  color: #fff;
  background: transparent;
  box-shadow: none;
}

.ic-prototype .ic-configurator-hero__rail-list button:hover::before,
.ic-prototype .ic-configurator-hero__rail-list button:focus-visible::before {
  opacity: 0.32;
}

.ic-prototype .ic-configurator-hero__rail-list button:hover::after,
.ic-prototype .ic-configurator-hero__rail-list button:focus-visible::after {
  clip-path: inset(0 0 0 16% round 14px);
  opacity: 0.68;
  transform: translate3d(0, 0, 0);
}

.ic-prototype .ic-configurator-hero__rail-list li.is-active button {
  color: #fff;
  background: transparent;
  box-shadow: none;
}

.ic-prototype .ic-configurator-hero__rail-list li.is-active button::before {
  opacity: 0;
}

.ic-prototype .ic-configurator-hero__rail-list li.is-active button::after {
  clip-path: inset(0 0 0 0 round 14px);
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.ic-prototype .ic-configurator-hero__rail-list li.is-distant button {
  background: transparent;
  opacity: 0.76;
}

.ic-prototype .ic-configurator-hero__rail li:not(.is-active-model)
  .ic-configurator-hero__rail-design,
.ic-prototype .ic-configurator-hero__rail li:not(.is-active-model)
  .ic-configurator-hero__rail-copy em {
  display: none;
}

.ic-prototype .ic-configurator-hero__rail.is-cue-clearance-compact
  .ic-configurator-hero__rail-list button {
  gap: 6px;
  padding-inline: 7px;
  grid-template-columns: minmax(0, 1fr) 18px;
}

.ic-prototype .ic-configurator-hero__rail.is-cue-clearance-compact {
  --ic-hero-rail-row-end: 27px;
  --ic-hero-rail-track-offset: 16px;
}

.ic-prototype .ic-configurator-hero__rail.is-cue-clearance-compact
  li.is-active
  .ic-configurator-hero__rail-copy {
  --ic-rail-copy-scale: 1.18;
}

.ic-prototype .ic-configurator-hero__rail.is-cue-clearance-tight
  .ic-configurator-hero__rail-copy {
  display: none;
}

.ic-prototype .ic-configurator-hero__rail.is-cue-clearance-tight
  .ic-configurator-hero__rail-list button {
  padding: 3px;
  grid-template-columns: 1fr;
}

.ic-prototype .ic-configurator-hero__rail.is-cue-clearance-tight {
  --ic-hero-rail-track-offset: 50%;
}

.ic-prototype .ic-configurator-hero__rail.is-cue-clearance-tight
  .ic-configurator-hero__rail-list button::before,
.ic-prototype .ic-configurator-hero__rail.is-cue-clearance-tight
  .ic-configurator-hero__rail-list button::after {
  display: none;
}

.ic-prototype .ic-configurator-hero__rail.is-cue-clearance-tight
  .ic-configurator-hero__rail-dot {
  grid-column: 1;
}

.ic-prototype .ic-configurator-hero__rail-list button:focus-visible {
  outline: 0;
}

.ic-prototype .ic-configurator-hero__rail-copy {
  --ic-rail-copy-scale: 0.96;
  display: grid;
  min-width: 0;
  align-items: baseline;
  justify-items: end;
  column-gap: 6px;
  opacity: 0.58;
  row-gap: 1px;
  transform: translate3d(4px, 0, 0) scale(var(--ic-rail-copy-scale));
  transform-origin: 100% 50%;
  grid-template-columns: auto minmax(0, auto);
  grid-column: 1;
  grid-row: 1;
  transition:
    opacity 520ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 680ms cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}

.ic-prototype .ic-configurator-hero__rail-copy small,
.ic-prototype .ic-configurator-hero__rail-copy strong,
.ic-prototype .ic-configurator-hero__rail-copy
  .ic-configurator-hero__rail-design,
.ic-prototype .ic-configurator-hero__rail-copy em {
  transition: color 360ms ease;
}

.ic-prototype .ic-configurator-hero__rail li.is-near
  .ic-configurator-hero__rail-copy {
  --ic-rail-copy-scale: 1.08;
  opacity: 0.78;
  transform: translate3d(2px, 0, 0) scale(var(--ic-rail-copy-scale));
}

.ic-prototype .ic-configurator-hero__rail li.is-active-model
  .ic-configurator-hero__rail-copy {
  opacity: 0.86;
}

.ic-prototype .ic-configurator-hero__rail li.is-active-model button {
  opacity: 1;
}

.ic-prototype .ic-configurator-hero__rail-list button:hover
  .ic-configurator-hero__rail-copy,
.ic-prototype .ic-configurator-hero__rail-list button:focus-visible
  .ic-configurator-hero__rail-copy {
  --ic-rail-copy-scale: 1.08;
  opacity: 1;
  transform: translate3d(-2px, 0, 0) scale(var(--ic-rail-copy-scale));
}

.ic-prototype .ic-configurator-hero__rail li.is-active
  .ic-configurator-hero__rail-copy {
  --ic-rail-copy-scale: 1.28;
  opacity: 1;
  transform: translate3d(-2px, 0, 0) scale(var(--ic-rail-copy-scale));
  transition-delay: 55ms;
}

.ic-prototype
  .ic-configurator-hero__rail
  .ic-configurator-hero__rail-copy
  small {
  position: static;
  right: auto;
  display: block;
  color: rgba(235, 186, 134, 0.72);
  font-family: var(--ic-sans);
  font-size: 8px;
  font-style: normal;
  font-weight: 850;
  letter-spacing: 0.12em;
  line-height: 1;
  grid-column: 1;
  grid-row: 1;
}

.ic-prototype .ic-configurator-hero__rail-copy strong {
  max-width: 180px;
  color: currentColor;
  font-family: var(--ic-display);
  font-size: 12.5px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.05;
  text-wrap: balance;
  grid-column: 2;
  grid-row: 1;
}

.ic-prototype .ic-configurator-hero__rail-copy
  .ic-configurator-hero__rail-design {
  max-width: 180px;
  color: rgba(255, 255, 255, 0.72);
  font-family: var(--ic-display);
  font-size: 9.5px;
  font-weight: 500;
  line-height: 1.05;
  text-wrap: balance;
  grid-column: 1 / -1;
  grid-row: 2;
}

.ic-prototype .ic-configurator-hero__rail-copy em {
  max-width: 180px;
  color: rgba(255, 255, 255, 0.44);
  font-size: 8px;
  font-style: normal;
  font-weight: 750;
  letter-spacing: 0.08em;
  line-height: 1.1;
  text-transform: uppercase;
  grid-column: 1 / -1;
  grid-row: 3;
}

.ic-prototype .ic-configurator-hero__rail li.is-near
  .ic-configurator-hero__rail-copy
  small {
  color: rgba(235, 186, 134, 0.82);
}

.ic-prototype .ic-configurator-hero__rail li.is-near
  .ic-configurator-hero__rail-design {
  color: rgba(255, 255, 255, 0.76);
}

.ic-prototype .ic-configurator-hero__rail li.is-near
  .ic-configurator-hero__rail-copy
  em {
  color: rgba(255, 255, 255, 0.54);
}

.ic-prototype .ic-configurator-hero__rail li.is-active
  .ic-configurator-hero__rail-copy
  small {
  color: var(--ic-gold);
}

.ic-prototype .ic-configurator-hero__rail li.is-active
  .ic-configurator-hero__rail-copy
  strong {
  color: var(--ic-cream);
}

.ic-prototype .ic-configurator-hero__rail li.is-active
  .ic-configurator-hero__rail-design {
  color: rgba(252, 236, 206, 0.88);
}

.ic-prototype .ic-configurator-hero__rail li.is-active
  .ic-configurator-hero__rail-copy
  em {
  color: rgba(255, 255, 255, 0.68);
}

.ic-prototype .ic-configurator-hero__rail-dot {
  display: block;
  width: 8px;
  height: 8px;
  justify-self: center;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 50%;
  background: var(--ic-ink);
  grid-column: 2;
  grid-row: 1;
  transition:
    width 520ms cubic-bezier(0.16, 1, 0.3, 1),
    height 520ms cubic-bezier(0.16, 1, 0.3, 1),
    border-color 420ms ease,
    background-color 420ms ease,
    box-shadow 560ms cubic-bezier(0.16, 1, 0.3, 1);
}

.ic-prototype .ic-configurator-hero__rail li.is-unseen
  .ic-configurator-hero__rail-dot {
  border-color: rgba(235, 186, 134, 0.92);
  background: rgba(235, 186, 134, 0.2);
  animation: icHeroRailLed 2.1s ease-in-out infinite;
  animation-delay: var(--ic-led-delay, 0s);
}

.ic-prototype .ic-configurator-hero__rail li.is-seen
  .ic-configurator-hero__rail-dot {
  animation: none;
}

.ic-prototype .ic-configurator-hero__rail li.is-complete
  .ic-configurator-hero__rail-dot {
  border-color: var(--ic-gold);
  background: var(--ic-gold);
}

.ic-prototype .ic-configurator-hero__rail li.is-near
  .ic-configurator-hero__rail-dot {
  width: 10px;
  height: 10px;
  border-color: rgba(235, 186, 134, 0.78);
}

.ic-prototype .ic-configurator-hero__rail li.is-active
  .ic-configurator-hero__rail-dot {
  width: 14px;
  height: 14px;
  border-color: var(--ic-gold);
  background: var(--ic-ink);
  box-shadow:
    0 0 0 4px rgba(235, 186, 134, 0.14),
    0 0 18px rgba(235, 186, 134, 0.18);
  transition-delay: 90ms;
}

@keyframes icHeroRailLed {
  0%,
  100% {
    background: rgba(235, 186, 134, 0.14);
    box-shadow:
      0 0 0 0 rgba(235, 186, 134, 0),
      0 0 5px rgba(235, 186, 134, 0.16);
    transform: scale(0.92);
  }

  48% {
    background: var(--ic-gold);
    box-shadow:
      0 0 0 5px rgba(235, 186, 134, 0.08),
      0 0 18px rgba(235, 186, 134, 0.72);
    transform: scale(1.12);
  }
}

.ic-prototype .ic-configurator-hero__rail.is-dense li small,
.ic-prototype .ic-configurator-hero__rail.is-very-dense li small {
  display: block;
}

.ic-prototype
  .ic-configurator-hero__rail.is-dense
  li:not(.is-major, .is-active),
.ic-prototype
  .ic-configurator-hero__rail.is-very-dense
  li:not(.is-major, .is-active) {
  opacity: 1;
}

@media (max-width: 1100px) {
  .ic-prototype .ic-configurator-hero__scene,
  .ic-prototype .ic-configurator-hero__scene--material {
    width: min(620px, calc(100vw - 230px));
  }

  .ic-prototype .ic-configurator-hero__rail {
    width: min(180px, var(--ic-hero-rail-safe-width, 180px));
  }

  .ic-prototype .ic-configurator-hero__rail-guide {
    width: 44px;
    min-width: 0;
  }

}

@media (max-width: 900px) {
  .ic-prototype .ic-configurator-hero {
    --ic-hero-fixed-header-height: 92px;
    --ic-hero-quick-nav-height: 58px;
  }

  .ic-prototype .ic-configurator-hero__quick-link {
    gap: 10px;
    padding: 0 14px;
    grid-template-columns: minmax(92px, auto) minmax(0, 1fr) 18px;
  }

  .ic-prototype .ic-configurator-hero__quick-copy strong {
    font-size: 15px;
  }

  .ic-prototype .ic-configurator-hero__quick-summary {
    font-size: 9px;
  }

  .ic-prototype .ic-configurator-hero__story,
  .ic-prototype .ic-configurator-hero__journey-intro {
    top: 104px;
  }

  .ic-prototype .ic-configurator-hero__scene,
  .ic-prototype .ic-configurator-hero__scene--material {
    width: calc(100% - 150px);
    min-height: 112px;
    grid-template-columns: minmax(0, 1fr) 190px;
    gap: 12px;
    padding: 9px 12px;
  }

  .ic-prototype .ic-configurator-hero__scene-copy {
    grid-template-columns: max-content 22px minmax(0, 1fr);
  }

  .ic-prototype .ic-configurator-hero__scene-copy::before {
    width: 22px;
  }

  .ic-prototype
    .ic-configurator-hero__scene
    .ic-configurator-hero__scene-model {
    font-size: clamp(20px, 3.3vw, 26px);
  }

  .ic-prototype
    .ic-configurator-hero__scene
    .ic-configurator-hero__scene-design {
    font-size: clamp(16px, 2.7vw, 20px);
  }

  .ic-prototype
    .ic-configurator-hero__scene
    .ic-configurator-hero__scene-description {
    font-size: 12.5px;
    line-height: 1.5;
  }

  .ic-prototype .ic-configurator-hero__materials,
  .ic-prototype .ic-configurator-hero__materials.is-multiple {
    width: 190px;
    padding-left: 10px;
  }

  .ic-prototype .ic-configurator-hero__material,
  .ic-prototype .ic-configurator-hero__materials.is-multiple
    .ic-configurator-hero__material,
  .ic-prototype .ic-configurator-hero__scene.is-active
    .ic-configurator-hero__material {
    grid-template-columns: 72px 14px minmax(0, 1fr);
    grid-template-rows: 72px;
  }

  .ic-prototype .ic-configurator-hero__material-image,
  .ic-prototype .ic-configurator-hero__materials.is-multiple
    .ic-configurator-hero__material-image,
  .ic-prototype .ic-configurator-hero__material--model > div {
    width: 72px;
    height: 72px;
  }

  .ic-prototype .ic-configurator-hero__rail {
    right: 50px;
    left: auto;
    width: min(138px, var(--ic-hero-rail-safe-width, 138px));
  }

  .ic-prototype .ic-configurator-hero__rail-guide {
    right: -42px;
    left: auto;
    width: 36px;
    min-width: 0;
    gap: 4px;
    grid-template-columns: 1fr;
  }

  .ic-prototype .ic-configurator-hero__rail-guide-icon {
    width: 16px;
    height: 25px;
  }

  .ic-prototype .ic-configurator-hero__rail-guide strong {
    font-size: 6.5px;
  }

}

@media (max-width: 782px) {
  .admin-bar.ic-prototype .ic-configurator-hero {
    --ic-hero-admin-offset: 46px;
  }
}

@media (max-width: 600px) {
  .ic-prototype .ic-configurator-hero {
    --ic-hero-fixed-header-height: 82px;
    --ic-hero-quick-nav-height: 54px;
  }

  .ic-prototype .ic-configurator-hero__quick-link {
    gap: 7px;
    padding: 0 9px;
    grid-template-columns: minmax(0, 1fr) 16px;
  }

  .ic-prototype .ic-configurator-hero__quick-copy small {
    font-size: 6px;
    letter-spacing: 0.12em;
  }

  .ic-prototype .ic-configurator-hero__quick-copy strong {
    font-size: 13px;
  }

  .ic-prototype .ic-configurator-hero__quick-summary {
    display: none;
  }

  .ic-prototype .ic-configurator-hero__quick-link svg {
    width: 16px;
    height: 16px;
  }

  .ic-prototype .ic-configurator-hero__story,
  .ic-prototype .ic-configurator-hero__journey-intro {
    top: 104px;
    translate: 0 calc(
      var(--ic-hero-admin-offset) +
      var(--ic-hero-quick-nav-height) +
      9px
    );
  }

  .ic-prototype .ic-configurator-hero__scene,
  .ic-prototype .ic-configurator-hero__scene--material {
    left: 12px;
    width: calc(100% - 112px);
    min-height: 106px;
    align-items: center;
    grid-template-areas:
      "model material"
      "design material"
      "description description";
    grid-template-columns: minmax(0, 1fr) 118px;
    grid-template-rows: auto auto auto;
    gap: 8px;
    padding: 8px 9px;
    transform: none;
  }

  .ic-prototype
    .ic-configurator-hero__scene
    > div.ic-configurator-hero__scene-copy {
    display: contents;
    grid-template-columns: minmax(0, 1fr);
    align-items: start;
    column-gap: 0;
    row-gap: 3px;
  }

  .ic-prototype .ic-configurator-hero__scene-copy::before {
    display: none;
  }

  .ic-prototype
    .ic-configurator-hero__scene
    .ic-configurator-hero__scene-design {
    margin-top: 0;
    font-size: clamp(15px, 4.2vw, 18px);
    grid-area: design;
  }

  .ic-prototype
    .ic-configurator-hero__scene
    .ic-configurator-hero__scene-model {
    font-size: clamp(18px, 5.2vw, 23px);
    grid-area: model;
  }

  .ic-prototype
    .ic-configurator-hero__scene
    .ic-configurator-hero__scene-description {
    width: 100%;
    min-height: 0;
    margin-top: 7px;
    font-size: 11.5px;
    line-height: 1.5;
    grid-area: description;
  }

  .ic-prototype .ic-configurator-hero__materials,
  .ic-prototype .ic-configurator-hero__materials.is-multiple {
    width: 118px;
    padding-left: 6px;
    grid-area: material;
  }

  .ic-prototype .ic-configurator-hero__material,
  .ic-prototype .ic-configurator-hero__materials.is-multiple
    .ic-configurator-hero__material,
  .ic-prototype .ic-configurator-hero__scene.is-active
    .ic-configurator-hero__material {
    grid-template-columns: 60px 10px minmax(0, 1fr);
    grid-template-rows: 60px;
  }

  .ic-prototype .ic-configurator-hero__material-image,
  .ic-prototype .ic-configurator-hero__materials.is-multiple
    .ic-configurator-hero__material-image,
  .ic-prototype .ic-configurator-hero__material--model > div {
    width: 60px;
    height: 60px;
  }

  .ic-prototype .ic-configurator-hero__material figcaption,
  .ic-prototype .ic-configurator-hero__materials.is-multiple
    .ic-configurator-hero__material
    figcaption {
    font-size: 9.5px;
  }

  .ic-prototype .ic-configurator-hero__material figcaption small {
    overflow-wrap: normal;
    word-break: normal;
  }

  .ic-prototype .ic-configurator-hero__material::before {
    font-size: 18px;
  }

  .ic-prototype .ic-configurator-hero__rail {
    right: 46px;
    left: auto;
    width: min(102px, var(--ic-hero-rail-safe-width, 102px));
  }

  .ic-prototype .ic-configurator-hero__rail-guide {
    right: -38px;
    left: auto;
    width: 32px;
    min-width: 0;
    gap: 4px;
    padding: 6px 0;
    grid-template-columns: 1fr;
  }

  .ic-prototype .ic-configurator-hero__rail-guide-icon {
    width: 14px;
    height: 22px;
  }

  .ic-prototype .ic-configurator-hero__rail-guide strong {
    font-size: 6px;
  }

  .ic-prototype .ic-configurator-hero__rail-guide small {
    display: none;
  }

  .ic-prototype .ic-configurator-hero__rail-copy strong {
    max-width: 72px;
    font-size: 11px;
  }

}

@media (prefers-reduced-motion: reduce) {
  .ic-prototype .ic-configurator-hero__rail::after,
  .ic-prototype .ic-configurator-hero__rail-guide-icon::before,
  .ic-prototype .ic-configurator-hero__rail li.is-unseen
    .ic-configurator-hero__rail-dot {
    animation: none;
  }

  .ic-prototype .ic-configurator-hero__rail-list button::before,
  .ic-prototype .ic-configurator-hero__rail-list button::after,
  .ic-prototype .ic-configurator-hero__rail-copy,
  .ic-prototype .ic-configurator-hero__rail-dot {
    transition-duration: 0.01ms;
    transition-delay: 0ms;
  }
}
