@font-face {
  font-family: "Bricolage Grotesque";
  font-style: normal;
  font-weight: 300 700;
  font-stretch: 100%;
  font-display: swap;
  src: url("https://webzenon.fr/fonts/BricolageGrotesque-latin.woff2") format("woff2");
}

:root {
  --primary: #555555;
  --on-primary: #ffffff;
  --accent: #d4a720;
  --on-accent: #1a1a1a;
  --dark: #1a1a1a;
  --on-dark: #f5f5f0;
  --muted: #8a8580;
  --surface: #f7f6f3;
  --error: #c44040;
  --success: #2e8b57;
  --line: color-mix(in oklch, var(--muted), transparent 75%);
  --shadow-card: 0 8px 32px rgba(0, 0, 0, 0.06);
  --shadow-soft: 0 4px 16px rgba(0, 0, 0, 0.04);
  --ring-accent: 0 0 0 3px color-mix(in oklch, var(--accent), transparent 78%);
  --dur: 0.2s;
  --ease: ease;
}

::selection {
  background: color-mix(in oklch, var(--accent), white 60%);
  color: var(--dark);
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
  html { scroll-behavior: auto; }
}

*,
*::before,
*::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  color: var(--dark);
  background: #fff;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 1.05rem;
  font-weight: 300;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

button,
input,
textarea { font: inherit; }

button { cursor: pointer; }

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 4vw, 2rem);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid color-mix(in oklch, var(--muted), transparent 80%);
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(12px);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 0.875rem clamp(1.25rem, 4vw, 2rem);
}

.header-logo {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--primary);
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-decoration: none;
}

.logo-symbol {
  width: auto;
  height: 44px;
  flex: 0 0 auto;
  overflow: visible;
}

.header-logo span span { color: var(--accent); }

.nav-links {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.nav-links a,
.nav-group > span,
.mobile-call-link {
  color: var(--dark);
  font-size: 0.9rem;
  font-weight: 300;
  text-decoration: none;
}

.nav-links a:hover,
.nav-group:hover > span,
.mobile-call-link:hover {
  color: var(--accent);
}

.nav-group {
  position: relative;
  cursor: default;
}

.nav-group > span::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: 0.45rem;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
}

.nav-menu {
  position: absolute;
  top: calc(100% + 0.75rem);
  left: 50%;
  min-width: 250px;
  padding: 0.5rem 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow-card);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(-50%);
  transition: opacity 0.2s, visibility 0.2s;
}

.nav-group:hover .nav-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.nav-menu a {
  display: block;
  padding: 0.5rem 1.25rem;
  font-size: 0.85rem;
}

.nav-menu a:hover {
  background: var(--surface);
}

.nav-menu--cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-width: 380px;
}

.nav-cta {
  min-height: 42px;
  padding: 0.7rem 1.15rem;
  font-size: 0.9rem;
}

.mobile-call-link { display: none; }

section { padding: clamp(3rem, 8vw, 6rem) 0; }

h1,
h2,
h3 {
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

h1 {
  max-width: 14ch;
  margin-bottom: 1.5rem;
  font-size: clamp(2.45rem, 6vw, 4.3rem);
  line-height: 1.05;
}

h2 {
  margin-bottom: 0.45rem;
  font-size: clamp(1.75rem, 4vw, 2.45rem);
}

h3 {
  margin-bottom: 0.75rem;
  font-size: clamp(1.15rem, 2.5vw, 1.35rem);
}

p { margin-bottom: 1rem; }
p:last-child { margin-bottom: 0; }

.hero {
  position: relative;
  overflow: hidden;
  color: var(--on-dark);
  background:
    linear-gradient(90deg, rgba(26, 26, 26, 0.92), rgba(26, 26, 26, 0.72)),
    url("https://webzenon.fr/img/hero-abstract-gold-large.jpg") center / cover;
}

.hero::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
}

.hero--interior { padding: clamp(4rem, 10vw, 7rem) 0; }

.hero-sub {
  max-width: 52ch;
  color: color-mix(in oklch, var(--on-dark), transparent 20%);
  font-size: clamp(1rem, 2vw, 1.2rem);
}

.hero-micro {
  color: var(--muted);
  font-size: 0.88rem;
}

.eyebrow,
.step-count {
  margin-bottom: 0.55rem;
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.section-surface { background: var(--surface); }

.onboarding-section { padding: clamp(3rem, 7vw, 5rem) 0 clamp(4rem, 8vw, 6rem); }

.onboarding-layout {
  max-width: 920px;
}

.form-card {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  box-shadow: var(--shadow-card);
  padding: clamp(1.25rem, 3vw, 2rem);
}

.form-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.25rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--line);
}

.form-header p {
  max-width: 48rem;
  margin-top: 0.4rem;
  color: var(--muted);
}

.text-button {
  border: 0;
  padding: 0.25rem 0;
  color: var(--error);
  background: transparent;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 4px;
  transition: text-decoration-color var(--dur) var(--ease);
}

.text-button:hover { text-decoration-color: var(--error); }

.progress {
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: var(--surface);
}

.progress > div {
  width: 16.66%;
  height: 100%;
  border-radius: inherit;
  background: var(--accent);
  transition: width 0.24s ease;
}

.step {
  display: none;
  padding: 0;
}
.step.active { display: block; animation: stepIn var(--dur) var(--ease); }

@keyframes stepIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

label,
.question {
  display: block;
  margin-bottom: 1.2rem;
}

label > span,
.question > span {
  display: block;
  margin-bottom: 0.42rem;
  color: var(--dark);
  font-size: 0.9rem;
  font-weight: 700;
}

input,
textarea {
  width: 100%;
  border: 1px solid color-mix(in oklch, var(--muted), transparent 60%);
  border-radius: 6px;
  color: var(--dark);
  background: #fff;
  padding: 0.75rem 1rem;
  font-size: 0.95rem;
  font-weight: 300;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}

textarea {
  min-height: 112px;
  resize: vertical;
}

input:focus,
textarea:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px color-mix(in oklch, var(--accent), transparent 80%);
}

input.invalid,
textarea.invalid {
  border-color: var(--error);
}

.choices {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
  margin-bottom: 1.2rem;
}

.choices.compact { grid-template-columns: repeat(3, minmax(0, 1fr)); }

.choices button {
  min-height: 50px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0.72rem 0.85rem;
  color: var(--dark);
  background: #fff;
  text-align: left;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.25;
  transition: background 0.18s, border-color 0.18s, transform 0.18s;
}

.choices button:hover {
  border-color: var(--accent);
  background: var(--surface);
  transform: translateY(-1px);
}

.choices button.selected {
  border-color: var(--accent);
  background: color-mix(in oklch, var(--accent), white 78%);
  color: var(--on-accent);
}

.conditional {
  display: none;
  margin: 0 0 1.2rem;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}

.conditional.visible { display: block; }
.conditional label:last-child,
.conditional .question:last-child { margin-bottom: 0; }

.detail-panel {
  border-color: color-mix(in oklch, var(--accent), transparent 58%);
  background: color-mix(in oklch, var(--surface), var(--accent) 5%);
}

.option-note {
  color: var(--muted);
  font-size: 0.9rem;
}

details {
  margin: 0 0 1.2rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}

summary {
  min-height: 46px;
  padding: 0.75rem 0.9rem;
  cursor: pointer;
  font-weight: 700;
}

details > :not(summary) { margin-left: 1rem; margin-right: 1rem; }
details > :last-child { margin-bottom: 1rem; }

.asset-table {
  display: grid;
  gap: 0.6rem;
  padding-bottom: 1rem;
}

.asset-row {
  display: grid;
  grid-template-columns: minmax(104px, 0.34fr) minmax(0, 1fr);
  gap: 0.7rem;
  align-items: center;
  padding: 0.7rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.asset-row strong {
  color: var(--dark);
  font-size: 0.9rem;
}

.asset-options {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.35rem;
}

.asset-options button {
  min-height: 34px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  font-size: 0.76rem;
  font-weight: 700;
}

.asset-options button.selected {
  border-color: var(--accent);
  background: color-mix(in oklch, var(--accent), white 78%);
}

.form-error {
  min-height: 1.35rem;
  margin-top: 0.25rem;
  color: var(--error);
  font-weight: 700;
}

.form-progress-footer {
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
}

.progress-line {
  display: grid;
  grid-template-columns: minmax(170px, auto) minmax(120px, 1fr);
  gap: 1rem;
  align-items: center;
}

.progress-meta {
  display: flex;
  align-items: baseline;
  gap: 0.7rem;
  flex-wrap: wrap;
}

.progress-meta .step-count {
  margin-bottom: 0;
  white-space: nowrap;
}

.progress-meta span {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 700;
  white-space: nowrap;
}

.step-tabs {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.6rem;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.step-tabs > li {
  display: flex;
  justify-content: center;
}

.step-pill {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
  padding: 0.25rem 0.25rem 0.4rem;
  border: 0;
  background: transparent;
  color: var(--muted);
  cursor: default;
  width: 100%;
  transition: color var(--dur) var(--ease);
}

.step-pill__num,
.step-pill__check {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid var(--line);
  border-radius: 999px;
  background: #fff;
  font-weight: 700;
  font-size: 0.85rem;
  transition: border-color var(--dur) var(--ease), background var(--dur) var(--ease), color var(--dur) var(--ease), box-shadow var(--dur) var(--ease);
}

.step-pill__check { display: none; padding: 6px; color: var(--accent); }

.step-pill__label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.2;
}

.step-pill.done { color: var(--dark); cursor: pointer; }
.step-pill.done .step-pill__num { display: none; }
.step-pill.done .step-pill__check {
  display: inline-flex;
  border-color: var(--accent);
  background: color-mix(in oklch, var(--accent), white 88%);
}

.step-pill.active { color: var(--dark); }
.step-pill.active .step-pill__num {
  border-color: var(--accent);
  border-width: 2px;
  color: var(--accent);
  box-shadow: var(--ring-accent);
}

.step-pill:not([disabled]):hover .step-pill__check { background: color-mix(in oklch, var(--accent), white 78%); }
.step-pill[disabled] { cursor: not-allowed; opacity: 1; }
.step-pill[disabled]:not(.done):not(.active) { color: var(--muted); }

.actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1rem;
}

.save-status { flex: 1; min-height: 1px; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 46px;
  border: 2px solid transparent;
  border-radius: 8px;
  padding: 0.875rem 1.75rem;
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.2s, border-color 0.2s, transform 0.2s;
}

.btn:hover { transform: translateY(-1px); }

.btn-primary {
  color: var(--on-accent);
  background: var(--accent);
  border-color: var(--accent);
}

.btn-primary:hover {
  background: color-mix(in oklch, var(--accent), black 15%);
  border-color: color-mix(in oklch, var(--accent), black 15%);
}

.btn-secondary {
  color: var(--accent);
  background: transparent;
  border-color: var(--accent);
}

.btn-secondary:hover {
  color: var(--on-accent);
  background: var(--accent);
}

.finish-card {
  display: block;
  margin-top: 1.5rem;
  padding: 1.25rem 1.4rem;
  border: 1px solid var(--line);
  border-top: 3px solid var(--accent);
  border-radius: 12px;
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.finish-card h3 {
  margin: 0 0 0.85rem;
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--dark);
}

.finish-card .summary-section {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
}

.finish-card .summary-section:first-of-type {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.finish-card .summary-section > strong {
  color: var(--accent);
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.site-footer {
  color: var(--on-dark);
  background: var(--dark);
  padding: clamp(3rem, 8vw, 5rem) 0 2rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr repeat(3, 1fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  margin-bottom: 3rem;
}

.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--on-dark);
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-decoration: none;
}

.footer-logo .logo-symbol { height: 36px; }

.footer-logo span span { color: var(--accent); }

.footer-brand p {
  max-width: 28ch;
  color: var(--muted);
  font-size: 0.85rem;
}

.footer-col h4 {
  margin-bottom: 1rem;
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.footer-col a,
.footer-col span {
  display: block;
  color: color-mix(in oklch, var(--on-dark), transparent 20%);
  padding: 0.25rem 0;
  font-size: 0.85rem;
  text-decoration: none;
}

.footer-col a:hover {
  color: var(--accent);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  flex-wrap: wrap;
  padding-top: 1.5rem;
  border-top: 1px solid color-mix(in oklch, var(--muted), transparent 75%);
  color: var(--muted);
  font-size: 0.75rem;
}

.footer-legal {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.footer-legal a {
  color: var(--muted);
  text-decoration: none;
}

.footer-legal a:hover { color: var(--on-dark); }

.summary-section { margin-top: 0.95rem; }
.summary-section:first-child { margin-top: 0; }
.summary-section strong {
  display: block;
  margin-bottom: 0.45rem;
  font-size: 0.85rem;
}

.summary-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.summary-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0.32rem 0.58rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  font-size: 0.8rem;
  font-weight: 700;
}

[hidden] { display: none !important; }
.track-hidden { display: none !important; }

.dropzone-card {
  margin-top: 1.5rem;
  padding: 1.25rem;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.dz-head {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  margin-bottom: 1rem;
}

.dz-head h3 {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  color: var(--dark);
}

.dz-help {
  margin: 0;
  color: var(--muted);
  font-size: 0.85rem;
  line-height: 1.5;
}

.dropzone {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 2.25rem 1.25rem;
  border: 2px dashed color-mix(in oklch, var(--accent), transparent 55%);
  border-radius: 10px;
  background: color-mix(in oklch, var(--accent), white 95%);
  cursor: pointer;
  text-align: center;
  transition: border-color 0.2s, background 0.2s, transform 0.18s;
}

.dropzone:hover,
.dropzone.is-drag {
  border-color: var(--accent);
  background: color-mix(in oklch, var(--accent), white 88%);
  transform: translateY(-1px);
}

.dz-icon {
  color: var(--accent);
  margin-bottom: 0.25rem;
}

.dz-cta {
  margin: 0;
  font-weight: 700;
  font-size: 1rem;
  color: var(--dark);
}

.dz-or {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
  text-transform: lowercase;
}

.dz-browse {
  margin-top: 0.35rem;
  pointer-events: auto;
}

.detail-panel--note { padding: 0.85rem 1rem; }
.detail-panel--note p { margin: 0; }

button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
a:focus-visible,
summary:focus-visible {
  outline: none;
  box-shadow: var(--ring-accent);
}

.choices.invalid button {
  border-color: var(--error);
  background: color-mix(in oklch, var(--error), white 92%);
}

details {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0.65rem 0.9rem;
  margin: 0.85rem 0;
  background: #fff;
  transition: border-color var(--dur) var(--ease);
}

details[open] { border-color: color-mix(in oklch, var(--accent), transparent 60%); }

details summary {
  list-style: none;
  cursor: pointer;
  font-weight: 700;
  font-size: 0.88rem;
  color: var(--dark);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  user-select: none;
}

details summary::-webkit-details-marker { display: none; }

details summary::after {
  content: "";
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  background: currentColor;
  color: var(--muted);
  -webkit-mask: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='9 6 15 12 9 18'/%3E%3C/svg%3E") center / contain no-repeat;
          mask: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='9 6 15 12 9 18'/%3E%3C/svg%3E") center / contain no-repeat;
  transition: transform var(--dur) var(--ease);
}

details[open] summary::after {
  transform: rotate(90deg);
  color: var(--accent);
}

details > *:not(summary) { margin-top: 0.85rem; }

.step > .question + .question,
.step > .field-grid + .question,
.step > .question + .field-grid,
.step > .field-grid + .field-grid,
.step > .question + label,
.step > label + .question,
.step > .field-grid + label,
.step > label + .field-grid {
  border-top: 1px solid var(--line);
  padding-top: 1.25rem;
  margin-top: 1.25rem;
}

@media print {
  .site-header,
  .site-footer,
  .form-progress-footer,
  .actions,
  .step-cta,
  .dropzone-card,
  #reset-button,
  .hero-micro,
  #form-error,
  details > *:not(summary) {
    display: none !important;
  }
  .hero { padding: 1rem 0; }
  .form-card {
    box-shadow: none !important;
    border: none !important;
    padding: 0 !important;
  }
  .step:not(.active) { display: block !important; opacity: 1 !important; }
  .step { animation: none !important; page-break-inside: avoid; }
  .finish-card { page-break-before: always; box-shadow: none !important; }
  body { background: #fff !important; color: #000 !important; }
}

.step-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.75rem;
  padding: 1rem 1.25rem;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--surface);
}

.step-cta__text { min-width: 0; }

.step-cta__text strong {
  display: block;
  margin-bottom: 0.15rem;
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--dark);
}

.step-cta__text p {
  margin: 0;
  color: var(--muted);
  font-size: 0.85rem;
  line-height: 1.5;
}

.step-cta__btn { flex-shrink: 0; }

@media (max-width: 680px) {
  .step-cta {
    flex-direction: column;
    align-items: stretch;
    text-align: left;
  }
  .step-cta__btn { width: 100%; }
}

.dz-list {
  list-style: none;
  margin: 0.85rem 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.dz-item {
  display: grid;
  grid-template-columns: 40px 1fr auto auto;
  align-items: center;
  gap: 0.65rem;
  padding: 0.45rem 0.6rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  transition: border-color 0.18s, background 0.18s;
}

.dz-item:hover { border-color: var(--accent); }

.dz-thumb {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  object-fit: cover;
  background: var(--surface);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.dz-thumb--icon {
  font-size: 0.7rem;
  font-weight: 700;
  color: var(--accent);
  border: 1px solid var(--line);
}

.dz-meta {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.dz-name {
  font-weight: 600;
  font-size: 0.88rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dz-size {
  color: var(--muted);
  font-size: 0.78rem;
}

.dz-cat {
  height: 32px;
  padding: 0 0.55rem;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
  font-family: inherit;
  font-size: 0.82rem;
  cursor: pointer;
  transition: border-color 0.18s, box-shadow 0.18s;
}

.dz-cat:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 3px color-mix(in oklch, var(--accent), transparent 80%);
}

.dz-remove {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--primary);
  font-size: 1.15rem;
  line-height: 1;
  cursor: pointer;
  transition: border-color 0.18s, background 0.18s, color 0.18s;
}

.dz-remove:hover {
  border-color: var(--accent);
  background: var(--surface);
  color: var(--on-accent);
}

.dz-error {
  margin: 0.55rem 0 0;
  color: var(--error);
  font-size: 0.82rem;
}

@media (max-width: 680px) {
  .dz-item {
    grid-template-columns: 40px 1fr auto;
    grid-template-areas:
      "thumb meta remove"
      "cat   cat  cat";
  }
  .dz-thumb { grid-area: thumb; }
  .dz-meta { grid-area: meta; }
  .dz-remove { grid-area: remove; }
  .dz-cat { grid-area: cat; width: 100%; }
}

@media (max-width: 980px) {
  .nav-links { display: none; }
  .mobile-call-link { display: inline-flex; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: span 2; }
}

@media (max-width: 680px) {
  .header-inner { padding: 0.75rem 1rem; }
  .mobile-call-link { display: none; }
  .field-grid,
  .choices,
  .choices.compact,
  .asset-row,
  .asset-options { grid-template-columns: 1fr; }
  .form-header { flex-direction: column; }
  .progress-line { grid-template-columns: 1fr; gap: 0.5rem; }
  .step-tabs { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .actions { display: grid; grid-template-columns: 1fr; }
  .save-status { display: none; }
  .btn { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: span 1; }
  .footer-bottom { display: block; }
  .footer-legal { margin-top: 1rem; gap: 0.75rem; }
}
