.consult-page {
  min-width: 0;
  margin: 0;
  background: #f5efe5;
  color: #261d15;
}

.consult-page a {
  color: inherit;
}

.consult-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: grid;
  grid-template-columns: minmax(180px, 1fr) auto minmax(128px, 1fr);
  align-items: center;
  gap: 18px;
  min-height: 74px;
  padding: 14px clamp(18px, 5vw, 72px);
  border-bottom: 1px solid rgba(255, 247, 234, 0.08);
  background: rgba(18, 13, 9, 0.82);
  backdrop-filter: blur(16px);
  color: #fff7ea;
}

.consult-brand,
.consult-nav a,
.consult-mobile-menu a,
.consult-footer a {
  text-decoration: none;
}

.consult-brand {
  display: inline-grid;
  gap: 2px;
  justify-self: start;
}

.consult-brand span {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.12;
}

.consult-brand small {
  color: rgba(255, 247, 234, 0.66);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.3;
}

.consult-nav {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2.2vw, 30px);
  color: rgba(255, 247, 234, 0.72);
  font-size: 14px;
}

.consult-nav a.is-current {
  color: #fff7ea;
  font-weight: 600;
}

.consult-menu-toggle {
  display: none;
  justify-self: end;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.consult-menu-toggle span {
  display: block;
  width: 16px;
  height: 1px;
  margin: 5px auto;
  background: #fff7ea;
}

.consult-mobile-menu {
  display: none;
}

.consult-header,
.consult-header.is-menu-open {
  border-bottom-color: rgba(255, 247, 234, 0.1);
  background: rgba(18, 13, 9, 0.82);
  color: #fff7ea;
}

.consult-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border: 1px solid rgba(120, 91, 57, 0.28);
  border-radius: 999px;
  padding: 0 18px;
  font-family: var(--font-sans, "Noto Sans KR", system-ui, sans-serif);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.consult-page .consult-button-primary {
  justify-self: end;
  border-color: #17110c;
  background: #17110c;
  color: #fff7ea;
}

.consult-page #submitWizardButton {
  border-color: #2f6f4e;
  background: #2f6f4e;
  color: #fffdf6;
  box-shadow: 0 14px 30px rgba(47, 111, 78, 0.22);
}

.consult-page .consult-button-primary:hover,
.consult-page .consult-button-primary:focus-visible {
  color: #fff7ea;
}

.consult-page #submitWizardButton:hover,
.consult-page #submitWizardButton:focus-visible {
  border-color: #255b40;
  background: #255b40;
  color: #fffdf6;
}

.consult-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.42fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: end;
  min-height: clamp(500px, 70vh, 720px);
  padding: clamp(96px, 12vw, 150px) clamp(18px, 6vw, 84px) clamp(52px, 8vw, 90px);
  background:
    linear-gradient(118deg, rgba(20, 16, 11, 0.92), rgba(39, 29, 19, 0.72) 54%, rgba(92, 73, 51, 0.48)),
    url("/assets/hero/consult-hero.jpg") center / cover no-repeat;
  color: #fff7ea;
}

.consult-hero-copy {
  max-width: 780px;
}

.consult-eyebrow,
.consult-step {
  margin: 0;
  color: #9b7446;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.consult-hero .consult-eyebrow {
  color: rgba(232, 202, 160, 0.9);
}

.consult-hero h1,
.consult-section-head h2,
.consult-how-it-works h2,
.wizard-panel-copy h3 {
  margin: 0;
  font-family: var(--font-serif-ko, "Noto Serif KR", "Noto Sans KR", serif);
  font-weight: 300;
  letter-spacing: -0.025em;
  line-height: 1.1;
}

.consult-hero h1 {
  max-width: 820px;
  font-size: clamp(42px, 6.8vw, 82px);
}

.consult-hero-copy > p:not(.consult-eyebrow) {
  max-width: 560px;
  margin: 24px 0 0;
  color: rgba(255, 247, 234, 0.8);
  font-size: clamp(17px, 1.7vw, 21px);
  line-height: 1.76;
}

.consult-hero .consult-button {
  margin-top: 34px;
}

.consult-hero-note {
  display: grid;
  gap: 10px;
  padding: clamp(20px, 3vw, 30px);
  border: 1px solid rgba(255, 247, 234, 0.18);
  background: rgba(20, 16, 11, 0.42);
  color: rgba(255, 247, 234, 0.8);
  line-height: 1.7;
}

.consult-hero-note strong {
  color: #fff7ea;
  font-size: clamp(19px, 2vw, 26px);
}

.consult-wizard-section {
  padding: clamp(58px, 8vw, 108px) clamp(18px, 6vw, 84px);
  background:
    linear-gradient(180deg, rgba(255, 250, 242, 0.74), rgba(245, 239, 229, 0.96)),
    #fbf7ef;
}

.consult-section-head {
  max-width: 880px;
  margin-bottom: clamp(28px, 4vw, 48px);
}

.consult-section-head h2 {
  margin-top: 12px;
  color: #261d15;
  font-size: clamp(32px, 4.6vw, 58px);
}

.consult-section-head p:not(.consult-eyebrow) {
  max-width: 720px;
  margin: 18px 0 0;
  color: rgba(38, 29, 21, 0.68);
  font-size: clamp(15px, 1.25vw, 18px);
  line-height: 1.76;
}

.consult-how-it-works {
  display: grid;
  gap: clamp(18px, 2.4vw, 28px);
  margin-bottom: clamp(28px, 4vw, 48px);
  padding: clamp(28px, 4.5vw, 48px);
  border: 1px solid rgba(120, 91, 57, 0.16);
  background:
    linear-gradient(135deg, rgba(255, 252, 247, 0.96), rgba(241, 232, 217, 0.86)),
    #fbf7ef;
  box-shadow: 0 24px 70px rgba(83, 58, 33, 0.1);
}

.consult-how-copy {
  display: grid;
  gap: 12px;
  max-width: 840px;
}

.consult-how-it-works h2 {
  color: #261d15;
  font-size: clamp(30px, 4vw, 54px);
}

.consult-how-copy > p:not(.consult-eyebrow) {
  max-width: 660px;
  margin: 0;
  color: rgba(38, 29, 21, 0.68);
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 1.7;
}

.consult-how-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.consult-how-step {
  position: relative;
  display: grid;
  gap: 9px;
  min-height: 150px;
  padding: 20px;
  border: 1px solid rgba(120, 91, 57, 0.16);
  background: rgba(255, 250, 242, 0.76);
}

.consult-how-step span {
  display: inline-grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 999px;
  background: #b99763;
  color: #fffdf6;
  font-size: 13px;
  font-weight: 800;
}

.consult-how-step strong {
  color: #261d15;
  font-size: clamp(18px, 1.6vw, 22px);
  line-height: 1.25;
}

.consult-how-step p {
  margin: 0;
  color: rgba(38, 29, 21, 0.68);
  font-size: 14px;
  line-height: 1.55;
}

.consult-how-note {
  margin: 0;
  padding-top: 2px;
  color: rgba(38, 29, 21, 0.58);
  font-size: 13px;
  line-height: 1.55;
}

.wizard-progress {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 18px;
}

.wizard-progress button {
  min-height: 54px;
  border: 1px solid rgba(120, 91, 57, 0.18);
  background: rgba(255, 250, 242, 0.72);
  color: rgba(38, 29, 21, 0.62);
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  text-align: left;
  padding: 10px 12px;
}

.wizard-progress button span {
  display: block;
  margin-top: 2px;
  font-weight: 500;
}

.wizard-progress button.is-active {
  border-color: rgba(155, 116, 70, 0.62);
  background: #261d15;
  color: #fff7ea;
}

.consult-wizard {
  display: grid;
  gap: 18px;
}

.wizard-panel {
  display: none;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(18px, 3vw, 34px);
  align-items: start;
}

.wizard-panel.is-active {
  display: grid;
}

.wizard-panel[data-step="2"].is-active {
  grid-template-columns: 1fr;
}

.wizard-completion-panel.is-active {
  display: block;
}

.wizard-panel-copy,
.wizard-card {
  border: 1px solid rgba(120, 91, 57, 0.18);
  background: rgba(255, 250, 242, 0.86);
  box-shadow: 0 16px 40px rgba(44, 33, 23, 0.07);
}

.wizard-panel-copy,
.wizard-card {
  display: grid;
  gap: 16px;
  padding: clamp(20px, 2.6vw, 30px);
}

.wizard-panel-copy h3 {
  color: #261d15;
  font-size: clamp(28px, 3vw, 44px);
}

.wizard-panel-copy p:not(.consult-step),
.wizard-help,
.wizard-message {
  margin: 0;
  color: rgba(38, 29, 21, 0.66);
  line-height: 1.68;
}

.wizard-card label,
.wizard-card fieldset {
  display: grid;
  gap: 8px;
  margin: 0;
  border: 0;
  padding: 0;
  color: rgba(38, 29, 21, 0.78);
  font-size: 14px;
  font-weight: 600;
}

.wizard-card legend {
  margin-bottom: 8px;
  font-weight: 700;
}

.wizard-card input,
.wizard-card select,
.wizard-card textarea {
  width: 100%;
  min-height: 42px;
  border: 1px solid rgba(120, 91, 57, 0.22);
  background: rgba(255, 255, 255, 0.62);
  color: #261d15;
  font: inherit;
  padding: 10px 12px;
}

.wizard-card textarea {
  min-height: 132px;
  resize: vertical;
}

.wizard-completion-card {
  display: grid;
  gap: 14px;
  max-width: 720px;
  margin: 0 auto;
  padding: clamp(28px, 5vw, 52px);
  border: 1px solid rgba(120, 91, 57, 0.18);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 250, 242, 0.96), rgba(246, 236, 220, 0.92)),
    #fffaf2;
  box-shadow: 0 22px 54px rgba(44, 33, 23, 0.1);
  text-align: center;
}

.wizard-completion-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin: 0 auto 2px;
  border: 1px solid rgba(185, 151, 99, 0.46);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.66);
  color: #7d5f37;
  font-size: 22px;
  font-weight: 700;
}

.wizard-completion-card h3 {
  margin: 0;
  font-family: var(--font-serif-ko, "Noto Serif KR", "Noto Sans KR", serif);
  font-size: clamp(28px, 3.2vw, 44px);
  font-weight: 300;
  color: #261d15;
}

.wizard-completion-card p:not(.consult-step),
.wizard-completion-card small {
  margin: 0;
  color: rgba(38, 29, 21, 0.68);
  line-height: 1.72;
}

.wizard-completion-card small {
  display: block;
  font-size: 13px;
}

.wizard-completion-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 8px;
}

.wizard-completion-actions a {
  min-width: 160px;
  min-height: 44px;
}

.wizard-completion-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.wizard-entry-message {
  margin-top: 14px;
  border: 1px solid rgba(185, 151, 99, 0.24);
  border-radius: 12px;
  background: rgba(255, 248, 236, 0.78);
  color: rgba(38, 29, 21, 0.78);
  font-size: 13px;
  line-height: 1.6;
  padding: 10px 12px;
}

.wizard-entry-message-artwork {
  border-color: rgba(120, 91, 57, 0.32);
  background: rgba(255, 252, 246, 0.9);
  color: rgba(38, 29, 21, 0.86);
  font-weight: 500;
}

.wizard-quick-consult {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 10px;
  padding-top: 4px;
  color: rgba(38, 29, 21, 0.58);
  font-size: 13px;
  line-height: 1.5;
}

.wizard-quick-consult button {
  min-height: 36px;
  border: 0;
  border-bottom: 1px solid rgba(120, 91, 57, 0.38);
  border-radius: 0;
  background: transparent;
  color: #7a541f;
  cursor: pointer;
  font: inherit;
  font-weight: 700;
  padding: 4px 0;
}

.wizard-quick-consult button:hover,
.wizard-quick-consult button:focus-visible {
  color: #261d15;
  border-bottom-color: #261d15;
}

.wizard-card .wizard-file-drop {
  display: grid;
  gap: 6px;
  justify-items: start;
  min-height: 92px;
  border: 1px solid rgba(120, 91, 57, 0.26);
  background:
    linear-gradient(135deg, rgba(185, 151, 99, 0.18), rgba(255, 250, 242, 0.94)),
    #fff8ec;
  box-shadow: 0 14px 30px rgba(86, 62, 35, 0.08);
  padding: 18px 20px;
  cursor: pointer;
  text-align: left;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.wizard-card .wizard-file-drop:hover,
.wizard-card .wizard-file-drop:focus-within {
  border-color: rgba(155, 116, 70, 0.58);
  background:
    linear-gradient(135deg, rgba(185, 151, 99, 0.25), rgba(255, 250, 242, 0.98)),
    #fff7ea;
  box-shadow: 0 18px 36px rgba(86, 62, 35, 0.13);
  transform: translateY(-1px);
}

.wizard-start-block {
  display: grid;
  gap: 5px;
  padding: 15px 18px;
  border: 1px solid rgba(185, 151, 99, 0.24);
  background: rgba(255, 248, 236, 0.72);
}

.wizard-start-block strong {
  color: #261d15;
  font-size: 16px;
  font-weight: 900;
}

.wizard-start-block span {
  color: rgba(38, 29, 21, 0.64);
  font-size: 14px;
  line-height: 1.6;
}

.wizard-file-title {
  color: #261d15;
  font-size: 16px;
  font-weight: 900;
}

.wizard-file-desc {
  color: rgba(38, 29, 21, 0.68);
  font-size: 14px;
  line-height: 1.5;
}

.wizard-file-drop small {
  color: rgba(93, 68, 39, 0.72);
  font-size: 12px;
  font-weight: 700;
}

.wizard-file-input {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  opacity: 0;
  pointer-events: none;
}

.wizard-preset-block {
  display: grid;
  gap: 12px;
  margin: 4px 0 2px;
  padding: 16px 18px;
  border: 1px solid rgba(185, 151, 99, 0.22);
  background: linear-gradient(180deg, rgba(255, 249, 240, 0.78), rgba(247, 239, 226, 0.72));
}

.wizard-preset-head {
  display: grid;
  gap: 4px;
}

.wizard-preset-head strong {
  color: #261d15;
  font-size: 15px;
}

.wizard-preset-head span {
  color: rgba(38, 29, 21, 0.62);
  font-size: 13px;
  line-height: 1.55;
}

.wizard-space-presets {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.wizard-space-presets button {
  position: relative;
  display: grid;
  gap: 7px;
  min-width: 0;
  border: 1px solid rgba(120, 91, 57, 0.18);
  background: rgba(255, 255, 255, 0.66);
  color: #261d15;
  padding: 8px;
  text-align: left;
  cursor: pointer;
}

.wizard-space-presets button.is-selected {
  border-color: #b99763;
  background: #fff8ec;
  box-shadow: 0 0 0 2px rgba(185, 151, 99, 0.22);
}

.wizard-space-presets button.is-selected::after {
  content: "선택됨";
  position: absolute;
  top: 9px;
  right: 9px;
  padding: 4px 7px;
  border-radius: 999px;
  background: rgba(31, 22, 14, 0.82);
  color: #fff7ea;
  font-size: 11px;
  font-weight: 900;
}

.wizard-space-presets img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: #ded5c8;
}

.wizard-space-presets span {
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
}

.wizard-space-presets small {
  color: rgba(38, 29, 21, 0.56);
  font-size: 11px;
  line-height: 1.35;
}

.wizard-two-col {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.wizard-checks {
  display: flex !important;
  flex-wrap: wrap;
  gap: 8px;
}

.wizard-checks label {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  border: 1px solid rgba(120, 91, 57, 0.2);
  background: rgba(255, 255, 255, 0.44);
  padding: 0 12px;
}

.wizard-checks input {
  width: auto;
  min-height: 0;
  margin-right: 6px;
}

.wizard-search {
  display: grid;
  gap: 8px;
  margin-bottom: 12px;
}

.wizard-search span {
  color: rgba(38, 29, 21, 0.76);
  font-size: 13px;
  font-weight: 700;
}

.wizard-search input {
  width: 100%;
  min-height: 44px;
  border: 1px solid rgba(120, 91, 57, 0.22);
  background: rgba(255, 255, 255, 0.68);
  padding: 0 14px;
}

.wizard-tabs,
.wizard-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.wizard-tabs button,
.wizard-secondary {
  min-height: 42px;
  border: 1px solid rgba(120, 91, 57, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.54);
  color: #261d15;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  padding: 0 16px;
}

.wizard-tabs button.is-active,
.wizard-secondary:hover {
  border-color: rgba(155, 116, 70, 0.58);
  background: rgba(245, 239, 229, 0.92);
}

.wizard-tab-panel {
  display: none;
}

.wizard-tab-panel.is-active {
  display: grid;
  gap: 14px;
}

.wizard-art-pagination {
  display: grid;
  gap: 9px;
  padding-top: 2px;
}

.wizard-art-pagination p {
  margin: 0;
  color: rgba(38, 29, 21, 0.62);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.wizard-art-pagination-controls {
  display: grid;
  grid-template-columns: minmax(82px, 1fr) auto minmax(82px, 1fr);
  gap: 8px;
  align-items: center;
}

.wizard-art-pagination-controls span {
  min-width: 54px;
  color: rgba(38, 29, 21, 0.72);
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

.wizard-art-pagination-controls .wizard-secondary {
  min-height: 38px;
  padding: 0 12px;
}

.wizard-art-pagination-controls .wizard-secondary:disabled {
  cursor: not-allowed;
  opacity: 0.42;
}

.wizard-step-two-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  gap: clamp(14px, 2vw, 22px);
  align-items: start;
  min-width: 0;
}

.wizard-step-two-selector {
  max-height: min(72vh, 760px);
  overflow: auto;
}

.wizard-live-preview-card {
  display: grid;
  gap: 12px;
  min-width: 0;
  border: 1px solid rgba(120, 91, 57, 0.18);
  background: rgba(255, 250, 242, 0.86);
  box-shadow: 0 16px 40px rgba(44, 33, 23, 0.07);
  padding: clamp(16px, 2vw, 22px);
}

.wizard-live-stage-shell {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(255, 250, 242, 0.34), rgba(38, 29, 21, 0.1)),
    #ddd4c7;
}

.wizard-live-stage {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 420px;
  touch-action: none;
}

.wizard-live-placeholder {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  place-content: center;
  gap: 8px;
  padding: 24px;
  color: rgba(38, 29, 21, 0.68);
  text-align: center;
  pointer-events: none;
}

.wizard-live-placeholder strong {
  color: #261d15;
  font-size: 20px;
}

.wizard-live-stage-shell.has-stage .wizard-live-placeholder {
  display: none;
}

.wizard-preview-tip {
  position: absolute;
  right: 12px;
  bottom: 12px;
  left: 12px;
  z-index: 3;
  padding: 8px 10px;
  border: 1px solid rgba(255, 247, 234, 0.16);
  border-radius: 999px;
  background: rgba(18, 12, 8, 0.72);
  color: #fff7ea;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  pointer-events: none;
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 220ms ease,
    transform 220ms ease,
    visibility 220ms ease;
}

.wizard-preview-tip.is-hidden {
  visibility: hidden;
  opacity: 0;
  transform: translateY(6px);
}

.wizard-size-note {
  margin-top: 10px;
  text-align: center;
}

.wizard-live-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.18fr);
  gap: 10px;
}

.wizard-live-cta button {
  width: 100%;
  min-height: 44px;
}

.wizard-live-message {
  min-height: 1.4em;
  font-size: 12px;
  line-height: 1.45;
}

.wizard-live-message[data-type="error"] {
  color: #9f3d2f;
}

.wizard-art-grid,
.wizard-artist-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.wizard-art-card,
.wizard-artist-card {
  display: grid;
  gap: 10px;
  min-width: 0;
  border: 1px solid rgba(120, 91, 57, 0.18);
  background: rgba(255, 255, 255, 0.48);
  padding: 10px;
}

.wizard-art-card,
.wizard-artist-card {
  cursor: pointer;
  transition:
    border-color 160ms ease,
    background-color 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;
}

.wizard-art-card:hover,
.wizard-art-card:focus-visible,
.wizard-artist-card:hover,
.wizard-artist-card:focus-visible {
  border-color: rgba(155, 116, 70, 0.52);
  background: rgba(255, 250, 242, 0.84);
  box-shadow: 0 10px 24px rgba(44, 33, 23, 0.08);
}

.wizard-art-card:focus-visible,
.wizard-artist-card:focus-visible {
  outline: 2px solid rgba(47, 111, 78, 0.55);
  outline-offset: 3px;
}

.wizard-art-card.is-selected,
.wizard-artist-card.is-selected {
  border-color: rgba(155, 116, 70, 0.7);
  background: rgba(245, 239, 229, 0.96);
}

.wizard-art-card.is-selected,
.wizard-artist-card.is-selected {
  box-shadow:
    0 0 0 2px rgba(185, 151, 99, 0.22),
    0 12px 28px rgba(44, 33, 23, 0.08);
}

.wizard-art-card img,
.wizard-artist-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  background: #ded5c8;
}

.wizard-art-card h4,
.wizard-artist-card h4 {
  margin: 0;
  color: #261d15;
  font-size: 15px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.wizard-art-card p,
.wizard-artist-card p,
.selection-summary {
  margin: 0;
  color: rgba(38, 29, 21, 0.64);
  font-size: 13px;
  line-height: 1.55;
}

.wizard-art-card small,
.wizard-artist-card small {
  margin: 0;
  color: rgba(38, 29, 21, 0.5);
  font-size: 11px;
  line-height: 1.35;
}

.wizard-artist-card.is-selected small {
  color: #8f683b;
  font-weight: 700;
}

.wizard-art-card button,
.wizard-artist-card button {
  min-height: 38px;
  border: 1px solid rgba(120, 91, 57, 0.24);
  border-radius: 999px;
  background: #17110c;
  color: #fff7ea;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
}

.wizard-art-card button {
  display: none;
}

.wizard-stage-shell {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(255, 250, 242, 0.34), rgba(38, 29, 21, 0.1)),
    #ddd4c7;
}

.wizard-stage {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 420px;
  touch-action: none;
}

.wizard-stage-placeholder {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  place-content: center;
  gap: 8px;
  padding: 24px;
  color: rgba(38, 29, 21, 0.68);
  text-align: center;
  pointer-events: none;
}

.wizard-stage-placeholder strong {
  color: #261d15;
  font-size: 20px;
}

.wizard-stage-shell.has-stage .wizard-stage-placeholder {
  display: none;
}

.wizard-actions button {
  min-height: 44px;
}

.wizard-actions button:disabled {
  cursor: not-allowed;
  opacity: 0.48;
}

.wizard-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  justify-content: stretch;
  gap: 12px;
}

.wizard-actions button {
  width: 100%;
}

.wizard-actions #prevStepButton {
  grid-column: 1;
}

.wizard-actions #nextStepButton,
.wizard-actions #submitWizardButton {
  grid-column: 2;
}

.consult-wizard.is-first #nextStepButton {
  grid-column: 2;
}

#submitWizardButton {
  display: none;
}

.consult-wizard.is-final #nextStepButton {
  display: none;
}

.consult-wizard.is-final #submitWizardButton {
  display: inline-flex;
}

.consult-wizard.is-complete .wizard-actions {
  display: none;
}

.consult-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 26px;
  padding: clamp(68px, 8vw, 96px) clamp(18px, 6vw, 84px) clamp(48px, 7vw, 72px);
  background: #120d09;
  color: rgba(255, 247, 234, 0.72);
  text-align: center;
}

.consult-footer > * {
  width: min(1080px, 100%);
}

.consult-footer-brand,
.consult-footer-logo {
  display: grid;
  justify-items: center;
}

.consult-footer-brand {
  gap: 14px;
}

.consult-footer-logo {
  gap: 6px;
}

.consult-footer-logo strong {
  color: #fff7ea;
  font-family: var(--font-serif-ko, "Noto Serif KR", "Noto Sans KR", serif);
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 500;
  letter-spacing: 0.18em;
}

.consult-footer-logo small {
  color: rgba(232, 202, 160, 0.92);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.26em;
}

.consult-footer-brand p,
.consult-footer-story,
.consult-footer-address-line,
.consult-footer-copyright {
  margin: 0;
  color: rgba(255, 247, 234, 0.74);
}

.consult-footer-brand p {
  font-size: clamp(15px, 1.5vw, 18px);
}

.consult-footer-story {
  font-size: 14px;
  line-height: 1.8;
}

.consult-footer nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px 28px;
  text-align: center;
}

.consult-footer nav a {
  color: rgba(255, 247, 234, 0.86);
  font-size: 14px;
  text-decoration: none;
  white-space: nowrap;
}

.consult-footer nav a:hover,
.consult-footer nav a:focus-visible {
  color: #e8caa0;
}

.consult-footer-address-line {
  font-size: 13px;
}

.consult-footer-copyright {
  font-size: 12px;
  color: rgba(255, 247, 234, 0.52);
}

@media (max-width: 980px) {
  .consult-header {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .consult-nav {
    grid-column: 1 / -1;
    justify-content: start;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .consult-hero,
  .wizard-panel {
    grid-template-columns: 1fr;
  }

  .wizard-step-two-layout {
    grid-template-columns: 1fr;
  }

  .wizard-live-preview-card {
    order: -1;
  }

  .wizard-step-two-selector {
    max-height: min(68vh, 680px);
  }

  .wizard-art-grid,
  .wizard-artist-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wizard-space-presets {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .consult-header {
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: 64px;
    padding: 10px 16px;
    gap: 10px;
  }

  .consult-brand span {
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0;
  }

  .consult-nav {
    display: none;
  }

  .consult-brand small {
    display: block;
  }

  .consult-menu-toggle {
    display: inline-block;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #fff7ea;
  }

  .consult-mobile-menu {
    position: absolute;
    top: 100%;
    right: 16px;
    left: 16px;
    display: none;
    padding: 16px;
    border: 1px solid rgba(255, 247, 234, 0.12);
    background: rgba(18, 13, 9, 0.94);
    color: #fff7ea;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.26);
  }

  .consult-mobile-menu.is-open {
    display: grid;
    gap: 12px;
  }

  .consult-mobile-menu a {
    padding: 8px 2px;
    color: rgba(255, 247, 234, 0.8);
    text-decoration: none;
  }

  .consult-mobile-menu a.is-current {
    color: #fff7ea;
    font-weight: 700;
  }

  .consult-mobile-menu,
  .consult-mobile-menu a {
    color: rgba(255, 247, 234, 0.86);
  }

  .consult-mobile-menu {
    border: 1px solid rgba(255, 247, 234, 0.14);
    background: linear-gradient(180deg, rgba(22, 15, 10, 0.99), rgba(12, 8, 5, 0.99));
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.38);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    z-index: 120;
  }

  .consult-mobile-menu a {
    color: rgba(255, 247, 234, 0.78);
  }

  .consult-mobile-menu a.is-current,
  .consult-mobile-menu a[aria-current="page"] {
    padding-left: 12px !important;
    border-left: 3px solid #b99763 !important;
    background: rgba(185, 151, 99, 0.18) !important;
    color: #fff7ea !important;
    font-weight: 800 !important;
  }

  .consult-hero {
    min-height: 64svh;
    padding: 92px 18px 36px;
  }

  .consult-hero h1 {
    font-size: clamp(38px, 10.6vw, 50px);
  }

  .consult-wizard-section {
    padding: 28px 16px 42px;
  }

  .consult-how-it-works {
    min-height: 44svh;
    gap: 8px;
    margin-bottom: 18px;
    padding: 16px 16px;
    box-shadow: 0 18px 46px rgba(83, 58, 33, 0.1);
  }

  .consult-how-copy {
    gap: 6px;
  }

  .consult-how-it-works h2 {
    font-size: clamp(21px, 6vw, 27px);
    line-height: 1.04;
  }

  .consult-how-copy > p:not(.consult-eyebrow) {
    font-size: 12px;
    line-height: 1.42;
  }

  .consult-how-grid {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .consult-how-step {
    grid-template-columns: 26px minmax(82px, 0.68fr) minmax(0, 1.16fr);
    align-items: center;
    min-height: 0;
    padding: 8px 12px;
    gap: 8px;
  }

  .consult-how-step span {
    width: 26px;
    height: 26px;
    font-size: 12px;
  }

  .consult-how-step strong {
    font-size: 14px;
  }

  .consult-how-step p {
    font-size: 12px;
    line-height: 1.32;
    white-space: nowrap;
  }

  .consult-how-note {
    font-size: 11px;
    line-height: 1.36;
  }

  .wizard-panel[data-step="1"] .wizard-card {
    gap: 10px;
  }

  .wizard-start-block,
  .wizard-preset-block,
  .wizard-card .wizard-file-drop {
    padding: 13px 14px;
  }

  .wizard-file-drop {
    min-height: 94px;
    gap: 5px;
  }

  .wizard-start-block span,
  .wizard-preset-block p,
  .wizard-file-desc {
    font-size: 13px;
    line-height: 1.5;
  }

  .wizard-file-title {
    font-size: 15px;
  }

  .wizard-quick-consult {
    display: grid;
    gap: 3px;
    font-size: 12.5px;
  }

  .wizard-quick-consult button {
    justify-self: start;
    min-height: 38px;
  }

  .wizard-progress {
    grid-template-columns: 1fr 1fr;
  }

  .wizard-progress button {
    min-height: 48px;
    font-size: 12px;
  }

  .wizard-panel-copy,
  .wizard-card {
    padding: 18px;
  }

  .wizard-two-col,
  .wizard-art-grid,
  .wizard-artist-grid {
    grid-template-columns: 1fr;
  }

  .wizard-checks {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wizard-checks label {
    min-height: 38px;
    padding: 0 10px;
    font-size: 13px;
  }

  .wizard-stage-shell,
  .wizard-stage,
  .wizard-live-stage-shell,
  .wizard-live-stage {
    min-height: 300px;
  }

  .wizard-preview-tip {
    right: 10px;
    bottom: 10px;
    left: 10px;
    padding: 7px 9px;
    font-size: 12px;
    line-height: 1.35;
  }

  .wizard-live-preview-card {
    gap: 10px;
  }

  .wizard-live-cta {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .wizard-live-cta button {
    min-height: 44px;
    font-size: 13px;
  }

  .wizard-step-two-selector {
    max-height: 520px;
  }

  .wizard-step-two-selector .wizard-tab-panel.is-active {
    gap: 9px;
  }

  .wizard-art-pagination {
    gap: 7px;
  }

  .wizard-art-pagination-controls {
    grid-template-columns: minmax(78px, 1fr) auto minmax(78px, 1fr);
    gap: 6px;
  }

  .wizard-art-pagination-controls .wizard-secondary {
    min-height: 36px;
    padding: 0 10px;
    font-size: 12px;
  }

  .wizard-art-grid {
    gap: 8px;
  }

  .wizard-art-card {
    grid-template-columns: 84px minmax(0, 1fr);
    grid-template-rows: auto auto auto auto;
    column-gap: 10px;
    row-gap: 3px;
    align-items: center;
    min-height: 104px;
    padding: 9px;
  }

  .wizard-art-card img {
    grid-row: 1 / 5;
    width: 84px;
    height: 84px;
    aspect-ratio: auto;
  }

  .wizard-art-card h4,
  .wizard-art-card p,
  .wizard-art-card small {
    min-width: 0;
    overflow: hidden;
  }

  .wizard-art-card h4 {
    display: -webkit-box;
    align-self: end;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 14px;
    line-height: 1.32;
  }

  .wizard-art-card p {
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 12px;
    line-height: 1.35;
  }

  .wizard-art-card p:last-child {
    align-self: start;
  }

  .wizard-art-card small {
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .wizard-actions {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .consult-footer {
    gap: 20px;
    padding: 56px 18px 42px;
  }

  .consult-footer nav {
    gap: 12px 20px;
  }

  .consult-footer nav a {
    font-size: 13px;
    white-space: nowrap;
  }

  .consult-footer-story {
    font-size: 13px;
  }
}
/* Open QA: align consult header with the fixed header behavior used site-wide. */
.consult-header {
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  left: 0 !important;
  z-index: 1000 !important;
  min-height: 74px !important;
  border-bottom: 1px solid rgba(255, 247, 234, 0.1) !important;
  background: rgba(18, 13, 9, 0.88) !important;
  color: #fff7ea !important;
  backdrop-filter: blur(16px) !important;
  -webkit-backdrop-filter: blur(16px) !important;
}

.consult-brand {
  color: #fff7ea !important;
}

.consult-brand small {
  color: rgba(255, 247, 234, 0.66) !important;
  text-transform: uppercase;
}

.consult-nav a {
  color: rgba(255, 247, 234, 0.74) !important;
}

.consult-nav a.is-current {
  color: #fff7ea !important;
}

.consult-menu-toggle {
  color: #fff7ea !important;
}

.consult-menu-toggle span {
  background: currentColor !important;
}

.consult-mobile-menu {
  z-index: 1001 !important;
  border-color: rgba(255, 247, 234, 0.14) !important;
  background: rgba(18, 13, 9, 0.96) !important;
  color: #fff7ea !important;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.34) !important;
}

@media (max-width: 767px) {
  .consult-header {
    min-height: 68px !important;
    padding: 12px 16px !important;
  }

  .consult-mobile-menu {
    top: calc(100% + 8px) !important;
    max-height: calc(100vh - 96px) !important;
    overflow-y: auto !important;
  }
}

/* Final header alignment: keep consult brand and navigation on one visual centerline. */
@media (min-width: 768px) {
  .consult-header {
    align-items: center !important;
    min-height: 74px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .consult-brand {
    align-self: center !important;
    display: inline-flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    gap: 3px !important;
    min-height: 42px !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1 !important;
  }

  .consult-brand span {
    display: block !important;
    line-height: 1.12 !important;
  }

  .consult-brand small {
    display: block !important;
    line-height: 1.18 !important;
  }

  .consult-nav {
    align-self: center !important;
    align-items: center !important;
    min-height: 42px !important;
    margin: 0 !important;
  }

  .consult-nav a {
    display: inline-flex !important;
    align-items: center !important;
    min-height: 40px !important;
    margin: 0 !important;
    line-height: 1 !important;
  }

  .consult-menu-toggle {
    align-self: center !important;
    margin: 0 !important;
  }
}
