/* ============================================================
   SOLID STONE — DESIGN YOUR SPACE (v3 — matched to homepage system)
   Brand navy #293C48 (was incorrectly #1a2b4a — did not match homepage)
   Cormorant Garamond headings + Jost body (was inheriting an old
   Cinzel default with no override — now explicitly set)
   gold #c9a96e, marble body texture showing through light sections,
   hairline dividers instead of cards.
   font-weight kept between 400–500 throughout.
   ============================================================ */

#dys-root {
  width: 100%;
  overflow-x: hidden;
  font-family: 'Jost', sans-serif;
}
#dys-root button,
#dys-root input,
#dys-root textarea {
  font-family: 'Jost', sans-serif;
}
#dys-root .dys-heading,
#dys-root .dys-material-caption-name,
#dys-root .dys-result-slabname {
  font-family: 'Cormorant Garamond', serif;
}

/* ---------- onboarding hint ---------- */

.dys-hint {
  position: fixed;
  left: 50%;
  bottom: 28px;
  transform: translate(-50%, 16px);
  background: rgba(41,60,72,0.92);
  color: rgba(245,244,240,0.85);
  font-size: 12px;
  letter-spacing: 0.03em;
  font-weight: 400;
  padding: 13px 22px;
  white-space: nowrap;
  z-index: 500;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.dys-hint.is-visible { opacity: 1; transform: translate(-50%, 0); }
.dys-hint span { color: rgba(245,244,240,0.85); }
.dys-hint::before {
  content: "";
  display: inline-block;
  width: 4px; height: 4px;
  border-radius: 50%;
  background: #c9a96e;
  margin-right: 10px;
  vertical-align: middle;
}

@media (max-width: 600px) {
  .dys-hint {
    left: 16px;
    right: 16px;
    transform: translateY(16px);
    white-space: normal;
    text-align: center;
    bottom: 16px;
  }
  .dys-hint.is-visible { transform: translateY(0); }
}

/* ---------- section shells ---------- */

.dys-section {
  padding: 72px 0;
  background: transparent; /* lets the site's marble body texture show through */
  border-top: 1px solid rgba(41,60,72,0.08);
}
.dys-section:first-child { border-top: none; }

/* --alt now means "navy showcase section" — reused on Material, Finish, Result */
.dys-section--alt {
  background: #293C48;
  border-top: none;
}

.dys-section-inner { max-width: 85%; margin: 0 auto; }

/* ---------- labels & headings ---------- */

.dys-label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #6b7a8c;
  margin-bottom: 20px;
  font-weight: 500;
}
.dys-section--alt .dys-label { color: rgba(245,244,240,0.55); }

.dys-num {
  color: #c9a96e;
  font-weight: 500;
}

.dys-heading {
  font-size: 28px;
  line-height: 1.15;
  color: #293C48;
  font-weight: 400;
  margin: 0 0 16px 0;
}
.dys-heading em { color: #c9a96e; font-style: normal; }
.dys-heading--light,
.dys-section--alt .dys-heading { color: #f5f4f0; }
.dys-heading--result { font-size: 26px; }

.dys-lede {
  font-size: 15px;
  line-height: 1.6;
  color: #5a6a78;
  max-width: 480px;
  margin: 0 0 40px 0;
  font-weight: 400;
}
.dys-section--alt .dys-lede { color: rgba(245,244,240,0.65); }

.dys-skip {
  background: none; border: none; padding: 0; margin-left: 8px;
  color: #c9a96e; font-size: 12px; font-weight: 500; cursor: pointer;
  border-bottom: 1px solid rgba(201,169,110,0.4);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

/* ============================================================
   IMAGE-LED GRIDS — Room, Material, Edge
   No chrome: image + hairline underline reveal on select
   ============================================================ */

#dys-root button,
#dys-root .dys-opt {
  -webkit-tap-highlight-color: transparent;
}

.dys-options { display: grid; gap: 28px 24px; grid-template-columns: repeat(2, 1fr); }
.dys-options--materials,
.dys-options--finishes,
.dys-options--edges { gap: 34px 28px; }

.dys-opt {
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: left;
  color: #293C48;
}

.dys-opt-img,
.dys-opt-swatch {
  width: 100%;
  height: 130px;
  background-size: cover;
  background-position: center;
  border: 0.5px solid rgba(41,60,72,0.12);
  transition: transform 0.35s ease;
}
.dys-section--alt .dys-opt-img,
.dys-section--alt .dys-opt-swatch { border-color: rgba(245,244,240,0.15); }

@media (hover: hover) and (pointer: fine) {
  .dys-opt:hover .dys-opt-img,
  .dys-opt:hover .dys-opt-swatch { transform: scale(1.025); }
}

#dys-material .dys-moodboard {
  background: transparent;
  box-shadow: none;
  gap: 28px;
}

/* ---------- Material: text list + large swatch preview, matching Tone/Room ---------- */

.dys-material-preview {
  width: 100%;
  order: -1; /* preview shows first on mobile, above the list */
}

.dys-material-photo {
  width: 100%;
  height: 260px;
  background-size: cover;
  background-position: center;
  box-shadow: 0 20px 45px rgba(0,0,0,0.28);
  transition: opacity 0.18s ease;
}

.dys-material-caption {
  padding: 16px 0 0;
}
.dys-material-caption-name {
  display: block;
  font-size: 22px;
  font-weight: 400;
  color: #f5f4f0;
  margin-bottom: 4px;
}
.dys-material-caption-sub {
  display: block;
  font-size: 13px;
  color: rgba(245,244,240,0.65);
}

@media (min-width: 1024px) {
  .dys-material-preview { order: 0; flex: 1; }
  .dys-material-photo { height: 375px; }
}

.dys-options--materials {
  display: block;
  counter-reset: matrow;
  padding-left: 14px;
}

.dys-options--materials .dys-opt {
  counter-increment: matrow;
  position: relative;
  display: block;
  width: 100%;
  padding: 15px 32px 15px 40px;
  border-top: 1px solid rgba(245,244,240,0.14);
  transition: background 0.2s ease;
}
.dys-options--materials .dys-opt:last-child { border-bottom: 1px solid rgba(245,244,240,0.14); }

.dys-options--materials .dys-opt::before {
  content: counter(matrow, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 17px;
  font-size: 11px;
  color: #c9a96e;
  font-weight: 500;
  letter-spacing: 0.05em;
}

/* Accent bar — separate element, sits in the gap after the number, not on the row edge */
.dys-options--materials .dys-opt::after {
  content: '';
  position: absolute;
  left: -14px;
  top: 8px;
  bottom: 8px;
  width: 2px;
  background: transparent;
  transition: background 0.2s ease;
}

.dys-options--materials .dys-opt-name {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #f5f4f0;
  border: none;
  padding: 0;
}

/* Gold accent rule on selected/hover instead of a solid background fill */
.dys-options--materials .dys-opt.is-selected {
  background: rgba(255,255,255,0.03);
}
.dys-options--materials .dys-opt.is-selected::after { background: #C9A96E; }
.dys-options--materials .dys-opt.is-selected .dys-opt-name { color: #c9a96e; }
@media (hover: hover) and (pointer: fine) {
  .dys-options--materials .dys-opt:hover {
    background: rgba(255,255,255,0.03);
  }
  .dys-options--materials .dys-opt:hover::after { background: #C9A96E; }
  .dys-options--materials .dys-opt:hover .dys-opt-name { color: #c9a96e; }
}

.dys-opt-foot { display: flex; flex-direction: column; gap: 2px; }

.dys-opt-name {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #293C48;
  border-bottom: 1px solid transparent;
  padding-bottom: 3px;
  width: fit-content;
  transition: border-color 0.2s ease, color 0.2s ease;
}
.dys-section--alt .dys-opt-name { color: #f5f4f0; }
.dys-opt-sub {
  display: block;
  font-size: 12px;
  color: #6b7a8c;
  font-weight: 400;
}
.dys-section--alt .dys-opt-sub { color: rgba(245,244,240,0.8); }

.dys-opt.is-selected .dys-opt-name {
  border-bottom-color: #c9a96e;
  color: #c9a96e;
}
.dys-section--alt .dys-opt.is-selected .dys-opt-name { color: #c9a96e; }
@media (hover: hover) and (pointer: fine) {
  .dys-opt:hover .dys-opt-name {
    border-bottom-color: #c9a96e;
    color: #c9a96e;
  }
  .dys-section--alt .dys-opt:hover .dys-opt-name { color: #c9a96e; }
}

/* ---------- Edge: grid + direct image-overlay caption (matches homepage cards) ---------- */

.dys-options--edges .dys-opt {
  position: relative;
  display: block;
  width: 100%;
  height: 170px;
  padding: 0;
  border: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
@media (hover: hover) and (pointer: fine) {
  .dys-options--edges .dys-opt:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(41,60,72,0.18);
    z-index: 3;
  }
}
.dys-options--edges .dys-opt.is-selected {
  transform: translateY(-3px);
  box-shadow: inset 0 0 0 3px #293C48, 0 10px 22px rgba(41,60,72,0.22);
  z-index: 2;
}

.dys-options--edges .dys-opt-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  border: none;
}
.dys-options--edges .dys-opt-img::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(41,60,72,0.8) 0%, rgba(41,60,72,0.05) 55%);
}

.dys-options--edges .dys-opt-chip {
  position: absolute;
  right: 14px;
  bottom: 12px;
  z-index: 2;
  background: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  padding: 0;
  border-radius: 0;
}

.dys-options--edges .dys-opt-name {
  display: block;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  border: none;
  padding: 0;
  margin: 0;
}

@media (min-width: 1024px) {
  .dys-options--edges .dys-opt { height: 230px; }
  .dys-options--edges .dys-opt-name { font-size: 14px; }
}

/* ---------- Room: grid + direct image-overlay caption (matches homepage cards) ---------- */

.dys-options--rooms {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.dys-options--rooms .dys-opt {
  position: relative;
  display: block;
  width: 100%;
  height: 170px;
  padding: 0;
  border: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
@media (hover: hover) and (pointer: fine) {
  .dys-options--rooms .dys-opt:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(41,60,72,0.18);
    z-index: 3;
  }
}
.dys-options--rooms .dys-opt.is-selected {
  transform: translateY(-3px);
  box-shadow: inset 0 0 0 3px #293C48, 0 10px 22px rgba(41,60,72,0.22);
  z-index: 2;
}

.dys-options--rooms .dys-opt-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  border: none;
}
.dys-options--rooms .dys-opt-img::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(41,60,72,0.8) 0%, rgba(41,60,72,0.05) 55%);
}

.dys-options--rooms .dys-opt-chip {
  position: absolute;
  left: 14px;
  bottom: 12px;
  z-index: 2;
  background: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  padding: 0;
  border-radius: 0;
}

.dys-options--rooms .dys-opt-name {
  display: block;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  border: none;
  padding: 0;
  margin: 0;
}

@media (min-width: 1024px) {
  .dys-options--rooms { grid-template-columns: repeat(4, 1fr); gap: 24px; }
  .dys-options--rooms .dys-opt { height: 230px; }
  .dys-options--rooms .dys-opt-name { font-size: 14px; }
}

/* ---------- Finish: grid + direct image-overlay caption (matches homepage cards) ---------- */

.dys-options--finishes .dys-opt {
  position: relative;
  display: block;
  width: 100%;
  height: 170px;
  padding: 0;
  border: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
@media (hover: hover) and (pointer: fine) {
  .dys-options--finishes .dys-opt:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(41,60,72,0.18);
    z-index: 3;
  }
}
.dys-options--finishes .dys-opt.is-selected {
  transform: translateY(-3px);
  box-shadow: inset 0 0 0 3px #293C48, 0 10px 22px rgba(41,60,72,0.22);
  z-index: 2;
}

.dys-options--finishes .dys-opt-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  border: none;
}
.dys-options--finishes .dys-opt-img::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(41,60,72,0.8) 0%, rgba(41,60,72,0.05) 55%);
}

.dys-options--finishes .dys-opt-chip {
  position: absolute;
  left: 14px;
  bottom: 12px;
  z-index: 2;
  background: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  padding: 0;
  border-radius: 0;
}

.dys-options--finishes .dys-opt-name {
  display: block;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  border: none;
  padding: 0;
  margin: 0;
}

@media (min-width: 1024px) {
  .dys-options--finishes .dys-opt { height: 230px; }
  .dys-options--finishes .dys-opt-name { font-size: 14px; }
}

/* ---------- Tone: uniform grid, same treatment as Room/Finish/Edge ---------- */

.dys-options--tones {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.dys-options--tones .dys-opt:last-child {
  grid-column: 1 / -1;
}

.dys-options--tones .dys-opt {
  position: relative;
  display: block;
  width: 100%;
  height: 150px;
  padding: 0;
  border: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
@media (hover: hover) and (pointer: fine) {
  .dys-options--tones .dys-opt:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(41,60,72,0.18);
    z-index: 3;
  }
}
.dys-options--tones .dys-opt.is-selected {
  transform: translateY(-3px);
  box-shadow: inset 0 0 0 3px #293C48, 0 10px 22px rgba(41,60,72,0.22);
  z-index: 2;
}

.dys-options--tones .dys-opt-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  border: none;
}
.dys-options--tones .dys-opt-img::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(41,60,72,0.8) 0%, rgba(41,60,72,0.05) 55%);
}

.dys-options--tones .dys-opt-chip {
  position: absolute;
  left: 14px;
  bottom: 12px;
  z-index: 2;
}

.dys-options--tones .dys-opt-name {
  display: block;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  border: none;
  padding: 0;
  margin: 0 0 2px;
  text-shadow: 0 1px 3px rgba(0,0,0,0.6), 0 2px 8px rgba(0,0,0,0.5);
}
.dys-options--tones .dys-opt.is-selected .dys-opt-name {
  color: #fff;
}

.dys-options--tones .dys-opt-sub {
  display: block;
  color: rgba(255,255,255,0.85);
  font-size: 11px;
  padding: 0;
  margin: 0;
  text-shadow: 0 1px 3px rgba(0,0,0,0.6), 0 2px 8px rgba(0,0,0,0.5);
}

@media (min-width: 1024px) {
  .dys-options--tones {
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
  }
  .dys-options--tones .dys-opt:last-child {
    grid-column: auto;
  }
  .dys-options--tones .dys-opt {
    height: 230px;
  }
  .dys-options--tones .dys-opt-name {
    font-size: 16px;
  }
  .dys-options--tones .dys-opt-sub {
    font-size: 12px;
  }
}

/* ---------- tone scroll nudge ---------- */

.dys-tone-nudge {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  margin-top: 24px;
  color: #c9a96e;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  opacity: 0;
  transform: translateY(-6px);
  pointer-events: none;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.dys-tone-nudge.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.dys-tone-nudge svg { animation: dysNudgeBounce 1.6s ease-in-out infinite; }

@keyframes dysNudgeBounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(4px); }
}

/* ---------- Tone: mood-board — list left, photo right ---------- */

.dys-moodboard {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  box-shadow: 0 6px 28px rgba(41,60,72,0.15);
}

.dys-moodboard-list {
  width: 100%;
  padding: 0;
}

@media (min-width: 1024px) {
  .dys-moodboard { flex-direction: row; align-items: stretch; }
  .dys-moodboard-list { width: 340px; flex-shrink: 0; order: -1; display: flex; flex-direction: column; }
}

/* ============================================================
   GENERATE PANEL
   ============================================================ */

.dys-generate-bar {
  display: none;
  margin-top: 56px;
  padding: 48px 40px;
  background: #293C48;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 18px;
}
.dys-generate-bar.is-visible {
  display: flex;
  animation: dysFadeUp 0.5s ease both;
}
@keyframes dysFadeUp {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(0); }
}

.dys-generate-summary {
  font-size: 13px;
  color: rgba(245,244,240,0.6);
  font-weight: 400;
  letter-spacing: 0.02em;
}

.dys-generate-btn {
  background: transparent;
  color: #c9a96e;
  border: 1px solid #c9a96e;
  border-radius: 0;
  padding: 16px 36px;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: background 0.25s ease, color 0.25s ease;
}
.dys-generate-btn:hover { background: #c9a96e; color: #293C48; }

/* ---------- result section ---------- */

.dys-result-grid { display: flex; flex-direction: column; gap: 40px; }
.dys-result-label {
  display: flex; align-items: center; gap: 10px; font-size: 12px;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: rgba(245,244,240,0.55); margin-bottom: 20px; font-weight: 500;
}

.dys-result-image-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  background: rgba(245,244,240,0.06);
  border: 0.5px solid rgba(245,244,240,0.15);
  overflow: hidden;
}
.dys-result-image-wrap img { width: 100%; height: 100%; object-fit: cover; cursor: zoom-in; }

.dys-result-loader {
  position: absolute; inset: 0;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 14px; background: rgba(245,244,240,0.04);
}
.dys-loader-bar { width: 50%; height: 1px; background: rgba(245,244,240,0.15); overflow: hidden; }
.dys-loader-fill { width: 40%; height: 100%; background: #c9a96e; animation: dysLoaderSlide 1.3s ease-in-out infinite; }
@keyframes dysLoaderSlide {
  0% { transform: translateX(-100%); }
  50% { transform: translateX(150%); }
  100% { transform: translateX(-100%); }
}
.dys-loader-text { font-size: 12px; color: rgba(245,244,240,0.5); letter-spacing: 0.05em; font-weight: 400; }

.dys-result-error { padding: 24px; font-size: 14px; color: rgba(245,244,240,0.6); text-align: center; }

.dys-result-actions { display: flex; flex-direction: column; gap: 12px; margin-top: 20px; }
.dys-action-btn {
  padding: 15px 18px; font-size: 12px; letter-spacing: 0.06em; text-transform: uppercase; font-weight: 500;
  text-align: center; cursor: pointer; border: 1px solid rgba(245,244,240,0.25);
  color: rgba(245,244,240,0.85); transition: border-color 0.2s ease, color 0.2s ease;
}
.dys-action-btn--upload { opacity: 0.5; }
.dys-action-btn--upload[data-enabled="true"] { opacity: 1; }
.dys-action-btn--upload:hover { border-color: #c9a96e; color: #c9a96e; }
.dys-action-btn--quote { background: #c9a96e; color: #293C48; border-color: #c9a96e; }
.dys-action-btn--quote:hover { opacity: 0.9; }

.dys-result-right { display: flex; flex-direction: column; gap: 24px; }
.dys-result-card { border-top: 1px solid rgba(245,244,240,0.14); padding-top: 20px; }
.dys-result-card-heading {
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(245,244,240,0.5);
  font-weight: 500;
  margin-bottom: 8px;
}
.dys-result-specs { display: flex; flex-direction: column; }
.dys-result-spec {
  display: flex;
  align-items: baseline;
  gap: 14px;
  font-size: 15px;
  padding: 14px 0;
  border-top: 1px solid rgba(245,244,240,0.08);
}
.dys-result-spec span { color: rgba(245,244,240,0.5); font-weight: 400; min-width: 70px; flex-shrink: 0; }
.dys-result-spec strong { color: #f5f4f0; font-weight: 500; }
.dys-result-slabname {
  font-size: 20px;
  font-weight: 400;
  color: #c9a96e;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(245,244,240,0.14);
}

.dys-palette-label { font-size: 12px; color: rgba(245,244,240,0.5); margin-bottom: 10px; font-weight: 400; letter-spacing: 0.04em; }

.dys-restart { font-size: 13px; color: rgba(245,244,240,0.5); font-weight: 400; }
.dys-restart button { background: none; border: none; color: #c9a96e; font-weight: 500; cursor: pointer; padding: 0; margin-left: 4px; border-bottom: 1px solid rgba(201,169,110,0.4); }

/* ---------- consultation CTA ---------- */

.dys-section--cta { background: #293C48; padding: 88px 0; border-top: none; }
.dys-cta-grid { display: flex; flex-direction: column; gap: 40px; }
.dys-cta-lede { font-size: 14px; line-height: 1.65; color: rgba(245,244,240,0.65); max-width: 460px; margin: 0 0 28px; font-weight: 400; }
.dys-cta-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; }
.dys-cta-list li {
  display: flex; gap: 16px; font-size: 13px; color: rgba(245,244,240,0.8);
  line-height: 1.5; font-weight: 400; padding: 16px 0; border-top: 1px solid rgba(245,244,240,0.1);
}
.dys-cta-num { color: #c9a96e; font-weight: 500; flex-shrink: 0; }

.dys-cta-form { border-top: 1px solid rgba(245,244,240,0.14); padding-top: 28px; }
.dys-field { margin-bottom: 18px; }
.dys-field label { display: block; font-size: 11px; letter-spacing: 0.06em; text-transform: uppercase; color: rgba(245,244,240,0.45); margin-bottom: 8px; font-weight: 400; }
.dys-field input, .dys-field textarea {
  width: 100%; background: transparent; border: none; border-bottom: 1px solid rgba(245,244,240,0.2);
  border-radius: 0; padding: 8px 0; font-size: 14px; color: #f5f4f0; font-weight: 400;
}
.dys-field input:focus, .dys-field textarea:focus { outline: none; border-bottom-color: #c9a96e; }
.dys-field input::placeholder, .dys-field textarea::placeholder { color: rgba(245,244,240,0.3); }
.dys-slab-info-text { font-size: 14px; color: #c9a96e; font-weight: 400; margin: 0; }
.dys-cta-submit-row { display: flex; flex-direction: column; gap: 12px; margin-top: 10px; }
.dys-cta-submit-row button {
  background: transparent; color: #c9a96e; border: 1px solid #c9a96e; border-radius: 0;
  padding: 15px; font-size: 13px; letter-spacing: 0.06em; text-transform: uppercase; font-weight: 500; cursor: pointer;
  transition: background 0.25s ease, color 0.25s ease;
}
.dys-cta-submit-row button:hover { background: #c9a96e; color: #293C48; }
.dys-cta-submit-row span { font-size: 12px; color: rgba(245,244,240,0.45); text-align: center; font-weight: 400; }

.dys-success-title { color: #c9a96e; font-size: 16px; font-weight: 500; margin: 0 0 6px; }
.dys-success-sub { color: rgba(245,244,240,0.65); font-size: 13px; font-weight: 400; }

/* ---------- lightbox ---------- */

.viz-lightbox {
  position: fixed; inset: 0; background: rgba(20,28,34,0.94);
  display: flex; align-items: center; justify-content: center;
  opacity: 0; pointer-events: none; transition: opacity 0.2s ease; z-index: 10000;
  padding: 24px;
}
.viz-lightbox.is-open { opacity: 1; pointer-events: auto; }
.viz-lightbox img { max-width: 100%; max-height: 100%; }
.viz-lightbox-close {
  position: absolute; top: 20px; right: 20px; background: none; border: none;
  color: #f5f4f0; font-size: 20px; cursor: pointer;
}

/* ============================================================
   DESKTOP (≥ 1024px)
   ============================================================ */

@media (min-width: 1024px) {
  .dys-section { padding: 120px 0; }
  .dys-section-inner { max-width: 70%; }
  .dys-heading { font-size: 42px; }
  .dys-heading--result { font-size: 34px; }
  .dys-lede { font-size: 16px; }

  .dys-options--edges { grid-template-columns: repeat(4, 1fr); }
  .dys-opt-img { height: 190px; }

  .dys-options--finishes { grid-template-columns: repeat(3, 1fr); }

  .dys-generate-bar { padding: 64px 0; }

  .dys-result-grid { flex-direction: row; align-items: flex-start; gap: 64px; }
  .dys-result-left, .dys-result-right { flex: 1; }
  .dys-result-actions { flex-direction: row; }

  .dys-cta-grid { flex-direction: row; gap: 72px; }
  .dys-cta-left, .dys-cta-form { flex: 1; }
  .dys-cta-form { border-top: none; padding-top: 0; padding-left: 72px; border-left: 1px solid rgba(245,244,240,0.14); }

  .dys-cta-submit-row { flex-direction: row; align-items: center; }
  .dys-cta-submit-row span { text-align: left; }
}