.selection-summary-page {
  --selection-bg: #080807;
  --selection-panel: #11100d;
  --selection-ink: #f3eee2;
  --selection-muted: rgba(243, 238, 226, 0.68);
  --selection-line: rgba(243, 238, 226, 0.12);
  --selection-soft: rgba(243, 238, 226, 0.06);
  --selection-ivory: #e8decf;
  --selection-lime: #c9ff47;
  background: var(--selection-bg);
  color: var(--selection-ink);
  overflow-x: hidden;
}


.selection-summary-page .selection-nav {
  position: fixed !important;
  top: 18px !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 90 !important;
  background: transparent !important;
  border: 0 !important;
  backdrop-filter: none !important;
}

.selection-summary-page .selection-nav .nav-inner {
  width: min(1180px, calc(100% - 48px)) !important;
  min-height: 70px !important;
  padding: 8px 10px 8px 16px !important;
  border: 1px solid rgba(243, 238, 226, 0.12) !important;
  border-radius: 999px !important;
  background: rgba(8, 8, 7, 0.78) !important;
  backdrop-filter: blur(18px) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 18px !important;
  overflow: visible !important;
  position: relative !important;
}

.selection-summary-page .selection-nav .brand {
  min-width: 116px;
  display: flex;
  align-items: center;
}

.selection-summary-page .selection-nav .woaw-logo-wordmark {
  width: 116px !important;
  max-width: 116px !important;
  height: auto !important;
  display: block !important;
}

.selection-summary-page .selection-nav .links,
.selection-summary-page .selection-nav .actions {
  display: flex !important;
  align-items: center !important;
}

.selection-summary-page .selection-nav .links {
  gap: 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.selection-summary-page .selection-nav .actions {
  gap: 10px;
}

.selection-summary-page .selection-nav .links a,
.selection-summary-page .selection-nav .links button,
.selection-summary-page .selection-nav .nav-selection-link {
  border: 0;
  background: transparent;
  color: rgba(243, 238, 226, 0.74);
  font-family: var(--font-mono, monospace);
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
}

.selection-summary-page .selection-nav .links a:hover,
.selection-summary-page .selection-nav .links button:hover,
.selection-summary-page .selection-nav .nav-selection-link:hover {
  color: var(--selection-lime);
}

.selection-summary-page .selection-nav .nav-selection-link {
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid rgba(243, 238, 226, 0.12);
  border-radius: 999px;
  display: inline-flex !important;
  align-items: center !important;
  gap: 7px;
  text-decoration: none;
}

.selection-summary-page .selection-nav .selection-count {
  min-width: 20px;
  height: 20px;
  border-radius: 999px;
  background: rgba(201, 255, 71, 0.14);
  color: var(--selection-lime);
  display: inline-grid;
  place-items: center;
}

.selection-summary-page .selection-nav .nav-contact-link {
  min-height: 40px;
  padding: 0 20px;
  border-radius: 999px;
  background: var(--selection-lime);
  color: #070806;
  font-family: var(--font-body, system-ui, sans-serif);
  font-size: 12px;
  font-weight: 800;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
  box-shadow: 0 0 26px rgba(201, 255, 71, 0.18);
}

.selection-summary-page .selection-nav .showroom-solutions {
  position: relative;
}

.selection-summary-page .selection-nav .showroom-solutions-menu {
  position: absolute;
  top: calc(100% + 18px);
  left: -18px;
  width: 290px;
  padding: 10px;
  border: 1px solid rgba(243, 238, 226, 0.14);
  border-radius: 8px;
  background: rgba(8, 8, 7, 0.96);
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.34);
  display: grid;
  gap: 4px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-6px);
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.selection-summary-page .selection-nav .showroom-solutions:hover .showroom-solutions-menu,
.selection-summary-page .selection-nav .showroom-solutions:focus-within .showroom-solutions-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.selection-summary-page .selection-nav .showroom-solutions-menu a {
  padding: 12px;
  border-radius: 8px;
  display: grid;
  gap: 4px;
  white-space: normal;
}

.selection-summary-page .selection-nav .showroom-solutions-menu a:hover {
  background: rgba(243, 238, 226, 0.06);
}

.selection-summary-page .selection-nav .showroom-solutions-menu span {
  color: var(--selection-ink);
  font-size: 13px;
}

.selection-summary-page .selection-nav .showroom-solutions-menu small {
  color: rgba(243, 238, 226, 0.56);
  font-family: var(--font-body, system-ui, sans-serif);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.35;
  text-transform: none;
}

.selection-summary-page .selection-nav .mobile-btn,
.selection-summary-page .selection-nav .mobile-panel,
.selection-summary-page .selection-mobile-menu {
  display: none !important;
}

.selection-summary-page .selection-hero {
  padding: 166px 0 48px;
  border-bottom: 1px solid rgba(13, 13, 0, 0.12);
  background:
    radial-gradient(circle at 84% 18%, rgba(201, 255, 71, 0.24), transparent 34%),
    radial-gradient(circle at 18% 84%, rgba(200, 239, 255, 0.22), transparent 34%),
    linear-gradient(90deg, rgba(13, 13, 0, 0.045) 1px, transparent 1px) 0 0 / 86px 86px,
    linear-gradient(0deg, rgba(13, 13, 0, 0.045) 1px, transparent 1px) 0 0 / 86px 86px,
    var(--selection-ivory);
  color: #0d0d00;
}

.selection-summary-page .selection-hero-inner {
  max-width: 780px;
}

.selection-summary-page .selection-kicker,
.selection-summary-page .selection-item-universe,
.selection-summary-page .selection-summary-label,
.selection-summary-page .selection-item-meta,
.selection-summary-page .selection-item-remove {
  font-family: var(--font-mono, monospace);
  letter-spacing: 0;
}

.selection-summary-page .selection-kicker {
  margin: 0 0 18px;
  color: #4d7515;
  font-size: 12px;
  text-transform: uppercase;
}

.selection-summary-page .selection-hero h1 {
  margin: 0;
  font-family: var(--font-title, Impact, sans-serif);
  font-size: clamp(62px, 10vw, 108px);
  font-weight: 400;
  line-height: 0.9;
  text-transform: uppercase;
  letter-spacing: 0;
}

.selection-summary-page .selection-lead {
  max-width: 640px;
  margin: 24px 0 0;
  color: rgba(13, 13, 0, 0.68);
  font-size: 20px;
  line-height: 1.55;
}

.selection-summary-page .selection-shell {
  padding: 34px 0 84px;
}

.selection-summary-page .selection-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 30px;
  align-items: start;
}

.selection-summary-page .selection-list {
  display: grid;
  gap: 18px;
}

.selection-summary-page .selection-item,
.selection-summary-page .selection-empty-state,
.selection-summary-page .selection-summary-card {
  border: 1px solid var(--selection-line);
  border-radius: 24px;
}

.selection-summary-page .selection-item {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 24px;
  padding: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.015) 0%, rgba(255, 255, 255, 0.03) 100%);
}

.selection-summary-page .selection-item-media {
  aspect-ratio: 1.05 / 1;
  border-radius: 18px;
  overflow: hidden;
  display: block;
  background: #13120f;
}

.selection-summary-page .selection-item-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.selection-summary-page .selection-item-body {
  display: grid;
  gap: 14px;
  align-content: start;
}

.selection-summary-page .selection-item-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 18px;
}

.selection-summary-page .selection-item-universe {
  margin: 0 0 10px;
  color: var(--selection-lime);
  font-size: 12px;
  text-transform: uppercase;
}

.selection-summary-page .selection-item h2 {
  margin: 0;
  font-size: 34px;
  line-height: 1;
}

.selection-summary-page .selection-item-remove {
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid var(--selection-line);
  border-radius: 999px;
  background: transparent;
  color: var(--selection-ink);
  font-size: 11px;
  text-transform: uppercase;
  cursor: pointer;
}

.selection-summary-page .selection-item-remove:hover {
  border-color: rgba(201, 255, 71, 0.3);
  color: var(--selection-lime);
}

.selection-summary-page .selection-item-description {
  margin: 0;
  color: var(--selection-muted);
  font-size: 17px;
  line-height: 1.55;
}

.selection-summary-page .selection-item-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  color: rgba(243, 238, 226, 0.72);
  font-size: 12px;
  text-transform: uppercase;
}

.selection-summary-page .selection-item-meta a {
  color: var(--selection-ink);
  text-decoration: underline;
  text-decoration-color: rgba(201, 255, 71, 0.45);
  text-underline-offset: 4px;
}

.selection-summary-page .selection-item-preference {
  display: grid;
  gap: 10px;
  color: rgba(243, 238, 226, 0.86);
  font-size: 14px;
}

.selection-summary-page .selection-item-preference input,
.selection-summary-page .selection-request-form input,
.selection-summary-page .selection-request-form textarea {
  width: 100%;
  border: 1px solid rgba(243, 238, 226, 0.14);
  border-radius: 16px;
  background: rgba(243, 238, 226, 0.03);
  color: var(--selection-ink);
  font: inherit;
  letter-spacing: 0;
}

.selection-summary-page .selection-item-preference input,
.selection-summary-page .selection-request-form input {
  min-height: 48px;
  padding: 0 16px;
}

.selection-summary-page .selection-request-form input[type="file"] {
  min-height: auto;
  padding: 13px 14px;
}

.selection-summary-page .selection-request-form textarea {
  min-height: 128px;
  padding: 14px 16px;
  resize: vertical;
}

.selection-summary-page .selection-item-preference input::placeholder,
.selection-summary-page .selection-request-form input::placeholder,
.selection-summary-page .selection-request-form textarea::placeholder {
  color: rgba(243, 238, 226, 0.38);
}

.selection-summary-page .selection-empty-state {
  padding: 34px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.015) 0%, rgba(255, 255, 255, 0.03) 100%);
}

.selection-summary-page .selection-empty-eyebrow {
  margin: 0 0 14px;
  color: var(--selection-lime);
  font-family: var(--font-mono, monospace);
  font-size: 12px;
  text-transform: uppercase;
}

.selection-summary-page .selection-empty-state h2 {
  margin: 0 0 12px;
  font-size: 36px;
  line-height: 1;
}

.selection-summary-page .selection-empty-state p:last-child {
  margin: 0;
  color: var(--selection-muted);
  font-size: 17px;
  line-height: 1.65;
}

.selection-summary-page .selection-summary {
  position: sticky;
  top: 114px;
}

.selection-summary-page .selection-summary-card {
  padding: 26px;
  background:
    radial-gradient(circle at 18% 0%, rgba(194, 255, 65, 0.2), transparent 32%),
    linear-gradient(180deg, rgba(232, 222, 207, 0.96) 0%, rgba(227, 214, 195, 0.92) 100%);
  color: #181613;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.44), 0 24px 70px rgba(0, 0, 0, 0.24);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.selection-summary-page .selection-summary-card:focus-within {
  border-color: rgba(177, 255, 49, 0.72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 28px 80px rgba(177, 255, 49, 0.12);
}

.selection-summary-page .selection-summary-label {
  margin: 0 0 12px;
  color: rgba(24, 22, 19, 0.56);
  font-size: 12px;
  text-transform: uppercase;
}

.selection-summary-page .selection-summary-card h2 {
  margin: 0;
  font-size: 40px;
  line-height: 0.98;
}

.selection-summary-page .selection-summary-text,
.selection-summary-page .selection-summary-note {
  color: rgba(24, 22, 19, 0.72);
  font-size: 15px;
  line-height: 1.6;
}

.selection-summary-page .selection-summary-text {
  margin: 18px 0 0;
}

.selection-summary-page .selection-form-progress {
  margin-top: 18px;
  border: 1px solid rgba(24, 22, 19, 0.12);
  border-radius: 18px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.3);
}

.selection-summary-page .selection-form-progress-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: rgba(24, 22, 19, 0.62);
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.selection-summary-page .selection-form-progress-head strong {
  color: #181613;
}

.selection-summary-page .selection-form-progress-track {
  height: 8px;
  margin-top: 10px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(24, 22, 19, 0.12);
}

.selection-summary-page .selection-form-progress-track span {
  display: block;
  width: 0%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--selection-lime), #bdf4ff);
  box-shadow: 0 0 18px rgba(177, 255, 49, 0.42);
  transition: width 180ms ease;
}

.selection-summary-page .selection-request-form {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.selection-summary-page .selection-request-form label {
  display: grid;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
}

.selection-summary-page .selection-label-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.selection-summary-page .selection-label-row span {
  flex: 0 0 auto;
  border: 1px solid rgba(24, 22, 19, 0.16);
  border-radius: 999px;
  padding: 4px 9px;
  background: rgba(255, 255, 255, 0.32);
  color: rgba(24, 22, 19, 0.58);
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.selection-summary-page .selection-field-help {
  color: rgba(24, 22, 19, 0.62);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.35;
}

.selection-summary-page .selection-request-form input,
.selection-summary-page .selection-request-form textarea {
  border-color: rgba(24, 22, 19, 0.14);
  background: rgba(255, 255, 255, 0.5);
  color: #181613;
  transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.selection-summary-page .selection-request-form input:focus,
.selection-summary-page .selection-request-form textarea:focus {
  border-color: rgba(177, 255, 49, 0.82);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 0 0 4px rgba(177, 255, 49, 0.14);
}

.selection-summary-page .selection-request-form input.is-filled,
.selection-summary-page .selection-request-form textarea.is-filled {
  border-color: rgba(24, 22, 19, 0.32);
  background: rgba(255, 255, 255, 0.68);
}

.selection-summary-page .selection-summary-cta,
.selection-summary-page .selection-summary-secondary {
  min-height: 52px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-decoration: none;
}

.selection-summary-page .selection-summary-cta {
  margin-top: 6px;
  border: 0;
  background: #15140f;
  color: var(--selection-lime);
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
}

.selection-summary-page .selection-summary-secondary {
  margin-top: 14px;
  width: fit-content;
  min-width: 250px;
  border: 1px solid rgba(24, 22, 19, 0.22);
  background: rgba(24, 22, 19, 0.07);
  color: #181613;
  font-size: 14px;
  font-weight: 850;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.36), 0 14px 32px rgba(24, 22, 19, 0.08);
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.selection-summary-page .selection-summary-secondary:hover {
  border-color: #181613;
  background: #181613;
  color: var(--selection-lime);
  transform: translateY(-1px);
}

.selection-summary-page .selection-summary-note {
  margin: 16px 0 0;
}

.selection-summary-page .selection-status {
  min-height: 20px;
  margin: 14px 0 0;
  color: rgba(24, 22, 19, 0.68);
  font-family: var(--font-mono, monospace);
  font-size: 12px;
}

@media (max-width: 1120px) {
  .selection-summary-page .selection-nav .links {
    display: none !important;
  }

  .selection-summary-page .selection-layout {
    grid-template-columns: 1fr;
  }

  .selection-summary-page .selection-summary {
    position: static;
  }
}

@media (max-width: 820px) {
  .selection-summary-page .selection-nav {
    top: 10px !important;
  }

  .selection-summary-page .selection-nav .nav-inner {
    width: min(calc(100% - 20px), 1180px) !important;
    min-height: 62px !important;
    padding: 8px 10px 8px 14px !important;
  }

  .selection-summary-page .selection-nav .actions .nav-contact-link {
    display: none !important;
  }

  .selection-summary-page .selection-mobile-menu {
    display: block !important;
  }

  .selection-summary-page .selection-nav .mobile-panel {
    display: none !important;
  }

  .selection-summary-page .selection-nav .mobile-panel.open {
    display: block !important;
  }

  .selection-summary-page .selection-mobile-menu {
    min-height: 40px;
    padding: 0 14px;
    border: 1px solid rgba(243, 238, 226, 0.12);
    border-radius: 999px;
    background: transparent;
    color: var(--selection-ink);
    font-family: var(--font-mono, monospace);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
  }

  .selection-summary-page .selection-nav .actions {
    margin-left: auto;
  }

  .selection-summary-page .selection-hero {
    padding: 128px 0 34px;
  }

  .selection-summary-page .container {
    width: min(calc(100% - 32px), 1180px);
  }

  .selection-summary-page .selection-hero-inner,
  .selection-summary-page .selection-empty-state,
  .selection-summary-page .selection-summary-card {
    max-width: min(100%, 540px);
    overflow: hidden;
  }

  .selection-summary-page .selection-lead {
    max-width: 100%;
    font-size: 17px;
    overflow-wrap: anywhere;
  }

  .selection-summary-page .selection-shell {
    padding: 20px 0 64px;
  }

  .selection-summary-page .selection-item {
    grid-template-columns: 1fr;
  }

  .selection-summary-page .selection-item-media {
    aspect-ratio: 1.25 / 1;
  }

  .selection-summary-page .selection-item-head {
    flex-direction: column;
  }

  .selection-summary-page .selection-item h2 {
    font-size: 28px;
  }

  .selection-summary-page .selection-summary-card h2 {
    font-size: 34px;
  }
}

@media (max-width: 560px) {
  .selection-summary-page,
  .selection-summary-page main,
  .selection-summary-page .selection-shell,
  .selection-summary-page .selection-layout,
  .selection-summary-page .selection-main,
  .selection-summary-page .selection-summary,
  .selection-summary-page .selection-empty-state,
  .selection-summary-page .selection-summary-card,
  .selection-summary-page .selection-request-form,
  .selection-summary-page .selection-request-form label {
    min-width: 0;
    max-width: 100%;
  }

  .selection-summary-page .container {
    width: min(calc(100% - 32px), 1180px);
  }

  .selection-summary-page .selection-nav .nav-inner {
    width: min(calc(100% - 16px), 1180px) !important;
    gap: 10px !important;
  }

  .selection-summary-page .selection-nav .brand {
    min-width: 0;
  }

  .selection-summary-page .selection-nav .woaw-logo-wordmark {
    width: 112px !important;
    max-width: 112px !important;
  }

  .selection-summary-page .selection-nav .nav-selection-link {
    display: none !important;
  }

  .selection-summary-page .selection-nav .actions {
    display: none !important;
  }

  .selection-summary-page .selection-mobile-menu {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    margin-left: auto;
  }

  .selection-summary-page .selection-hero h1 {
    font-size: clamp(56px, 18vw, 76px);
  }

  .selection-summary-page .selection-lead,
  .selection-summary-page .selection-empty-state p,
  .selection-summary-page .selection-summary-text,
  .selection-summary-page .selection-summary-note {
    max-width: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .selection-summary-page .selection-hero-inner,
  .selection-summary-page .selection-empty-state,
  .selection-summary-page .selection-summary-card {
    overflow: hidden;
  }

  .selection-summary-page .selection-lead {
    max-width: 100%;
    font-size: 16px;
    line-height: 1.48;
  }

  .selection-summary-page .selection-empty-state,
  .selection-summary-page .selection-summary-card,
  .selection-summary-page .selection-item {
    border-radius: 20px;
  }

  .selection-summary-page .selection-empty-state,
  .selection-summary-page .selection-summary-card {
    padding: 22px;
  }

  .selection-summary-page .selection-item {
    padding: 14px;
    gap: 16px;
  }

  .selection-summary-page .selection-item-meta {
    flex-direction: column;
    gap: 8px;
  }

  .selection-summary-page .selection-summary-cta,
  .selection-summary-page .selection-summary-secondary {
    width: 100%;
  }

  .selection-summary-page .selection-request-form input,
  .selection-summary-page .selection-request-form textarea {
    width: 100%;
    min-width: 0;
  }
}
