/* Donzjaan — production styles, adapted from the approved design sample.
   Fixed dark palette by design; no theme switch. */

:root {
  --dz-bg: #090b0a;
  --dz-panel: #111512;
  --dz-fg: #f3f3ed;
  --dz-muted: #a2aaa3;
  --dz-line: #2b332d;
  --dz-accent: #c1d4af;
  --dz-grid: #1a201c;
  color-scheme: dark;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
}

body {
  background: var(--dz-bg);
  color: var(--dz-fg);
  font-family: Arial, Helvetica, sans-serif;
}

[hidden] {
  display: none !important;
}

button,
input,
textarea,
select {
  font-family: inherit;
}

a {
  color: inherit;
}

.dz-skip-link {
  position: absolute;
  left: -999px;
  top: 0;
  z-index: 20;
  background: var(--dz-fg);
  color: var(--dz-bg);
  padding: 10px 16px;
}

.dz-skip-link:focus {
  left: 0;
}

/* Visually hidden but present for assistive tech and crawlers — used for
   heading landmarks that would otherwise clutter the compact visual design. */
.dz-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

:focus-visible {
  outline: 2px solid var(--dz-accent);
  outline-offset: 2px;
}

#dz-app {
  display: grid;
  min-height: 100vh;
  position: relative;
  container-type: inline-size;
}

.dz-page {
  grid-area: 1 / 1;
  min-width: 0;
  padding: 0 clamp(22px, 4.2%, 64px);
  background-image: repeating-linear-gradient(
    90deg,
    transparent 0,
    transparent calc(12.5% - 1px),
    var(--dz-grid) calc(12.5% - 1px),
    var(--dz-grid) 12.5%
  );
}

.dz-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 0;
  border-bottom: 1px solid var(--dz-line);
}

.dz-brand {
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--dz-fg);
  font-size: 29px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -1.7px;
  white-space: nowrap;
  cursor: pointer;
}

.dz-brand span {
  color: var(--dz-accent);
}

a.dz-brand {
  display: inline-block;
  text-decoration: none;
}

.dz-admin a.dz-brand {
  font-size: 20px;
}

/* Stacked "donzjaan. / tech" wordmark, scoped to the public site header (and
   the 404 page, which reuses .dz-header) so the admin area's single-line
   brand link is unaffected. These win over the older `.dz-brand span`
   colour rule on specificity, since .dz-brand-name/.dz-brand-tech are more
   specific selectors than it. */
.dz-header .dz-brand {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  font-size: 32px;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
}

.dz-header .dz-brand-name {
  display: block;
  color: var(--dz-fg);
  font-size: 1em;
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: -0.055em;
  white-space: nowrap;
}

.dz-header .dz-brand-dot {
  display: inline-block;
  width: 0.2em;
  height: 0.2em;
  margin-left: 0.02em;
  background: var(--dz-accent);
  vertical-align: baseline;
  transform-origin: 50% 50%;
}

.dz-header .dz-brand-tech {
  display: block;
  padding-left: 1px;
  color: var(--dz-accent);
  font-size: 11px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.22em;
  text-transform: lowercase;
}

.dz-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 7px 24px;
}

.dz-nav a,
.dz-nav button {
  display: inline-block;
  color: var(--dz-muted);
  background: transparent;
  border: 0;
  border-bottom: 1px solid transparent;
  padding: 11px 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
}

.dz-nav a[aria-current='page'] {
  color: var(--dz-fg);
  border-bottom-color: var(--dz-accent);
}

.dz-nav a:hover {
  color: var(--dz-fg);
}

.dz-nav .dz-contact-trigger {
  color: var(--dz-bg);
  background: var(--dz-fg);
  padding: 12px 17px;
  border: 1px solid var(--dz-fg);
  margin-left: 8px;
  transition: background 170ms ease, border-color 170ms ease, color 170ms ease;
}

.dz-nav .dz-contact-trigger:hover,
.dz-nav .dz-contact-trigger:focus-visible {
  color: var(--dz-bg);
  background: var(--dz-accent);
  border-color: var(--dz-accent);
}

.dz-nav .dz-work-trigger {
  display: inline-flex;
  align-items: center;
  color: var(--dz-muted);
  background: transparent;
  border: 0;
  padding: 11px 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  white-space: nowrap;
  cursor: pointer;
  transition: color 170ms ease;
}

.dz-nav .dz-work-trigger:hover,
.dz-nav .dz-work-trigger:focus-visible {
  color: var(--dz-fg);
}

.dz-nav .dz-work-trigger .dz-arrow {
  margin-left: 8px;
  font-size: 13px;
}

.dz-arrow {
  display: inline-block;
  margin-left: 18px;
  font-size: 16px;
  line-height: 1;
  transition: transform 160ms ease;
}

/* Existing contact/service/CTA controls, plus the Selected work trigger:
   nudge the diagonal arrow up and right on hover/focus, keep everything
   else (position, size, clickable area, focus ring) unchanged. */
.dz-contact-trigger:hover .dz-arrow,
.dz-contact-trigger:focus-visible .dz-arrow,
.dz-outline:hover .dz-arrow,
.dz-outline:focus-visible .dz-arrow,
.dz-send:hover .dz-arrow,
.dz-send:focus-visible .dz-arrow,
.dz-service:hover .dz-arrow,
.dz-service:focus-visible .dz-arrow,
.dz-work-trigger:hover .dz-arrow,
.dz-work-trigger:focus-visible .dz-arrow {
  transform: translate(3px, -3px);
}

@media (prefers-reduced-motion: reduce) {
  .dz-contact-trigger:hover .dz-arrow,
  .dz-contact-trigger:focus-visible .dz-arrow,
  .dz-outline:hover .dz-arrow,
  .dz-outline:focus-visible .dz-arrow,
  .dz-send:hover .dz-arrow,
  .dz-send:focus-visible .dz-arrow,
  .dz-service:hover .dz-arrow,
  .dz-service:focus-visible .dz-arrow,
  .dz-work-trigger:hover .dz-arrow,
  .dz-work-trigger:focus-visible .dz-arrow {
    transform: none;
  }
}

.dz-stage {
  display: grid;
  grid-template-columns: minmax(0, 1.58fr) minmax(0, 1fr);
  align-items: center;
  gap: 32px;
  min-height: 410px;
  padding: 38px 0 34px;
}

.dz-eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 23px;
  color: var(--dz-muted);
  font: 400 11px/1.5 'Courier New', monospace;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.dz-eyebrow::before {
  content: '';
  width: 5px;
  height: 5px;
  background: var(--dz-accent);
  flex: none;
}

.dz-heading {
  color: var(--dz-fg);
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  font-size: clamp(38px, 5.6cqw, 79px);
  font-weight: 400;
  line-height: 1.03;
  letter-spacing: -0.065em;
  text-transform: uppercase;
  overflow-wrap: break-word;
}

#dz-line-two {
  display: block;
  font-size: 1.16em;
  font-weight: 800;
  letter-spacing: -0.066em;
}

.dz-tagline {
  max-width: 390px;
  color: var(--dz-fg);
  margin: 14px 0 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
}

.dz-description {
  max-width: 390px;
  color: var(--dz-muted);
  margin: 25px 0 23px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.65;
}

.dz-outline {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 13px 17px;
  border: 1px solid #55614f;
  color: var(--dz-fg);
  background: var(--dz-bg);
  font: 400 11px/1.5 'Courier New', monospace;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: border-color 170ms ease, background 170ms ease;
}

.dz-outline .dz-arrow {
  /* .dz-outline already spaces its two children with flex `gap`; the
     .dz-arrow class's own margin-left would otherwise double up here. */
  margin-left: 0;
}

.dz-outline:hover,
.dz-outline:focus-visible {
  border-color: var(--dz-accent);
  background: var(--dz-panel);
}

.dz-feature {
  min-width: 0;
  align-self: stretch;
  display: grid;
  align-items: center;
}

.dz-art {
  position: relative;
  min-width: 0;
  width: 100%;
  height: 322px;
}

.dz-art canvas {
  display: block;
  width: 100%;
  height: 100%;
  /* Decorative parallax illustration only; never intercepts pointer hits. */
  pointer-events: none;
}

.dz-art-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: var(--dz-muted);
  font: 400 11px/1.5 'Courier New', monospace;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.dz-details {
  margin: 0;
  padding: 0;
  list-style: none;
}

.dz-detail {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 12px;
  padding: 19px 0;
  border-bottom: 1px solid var(--dz-line);
}

.dz-detail:first-child {
  border-top: 1px solid var(--dz-line);
}

.dz-detail-number {
  font: 400 11px/1.6 'Courier New', monospace;
  color: var(--dz-accent);
  padding-top: 2px;
}

.dz-detail h3 {
  color: var(--dz-fg);
  font: 400 17px/1.35 Arial, Helvetica, sans-serif;
  margin: 0 0 6px;
  letter-spacing: -0.3px;
}

.dz-detail p {
  color: var(--dz-muted);
  font-size: 12px;
  line-height: 1.6;
  margin: 0;
}

.dz-service-info {
  padding: 8px 0 36px;
  border-top: 1px solid var(--dz-line);
}

.dz-service-info h2 {
  color: var(--dz-fg);
  font: 400 20px/1.3 Arial, Helvetica, sans-serif;
  letter-spacing: -0.3px;
  margin: 28px 0 12px;
}

.dz-service-info-intro {
  max-width: 620px;
  color: var(--dz-muted);
  font-size: 14px;
  line-height: 1.65;
  margin: 0 0 26px;
}

.dz-service-info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px 40px;
}

.dz-service-info-grid h3 {
  color: var(--dz-muted);
  font: 400 11px/1.5 'Courier New', monospace;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin: 0 0 12px;
}

.dz-service-info-grid ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.dz-service-info-grid li {
  position: relative;
  color: var(--dz-fg);
  font-size: 13px;
  line-height: 1.55;
  padding: 10px 0 10px 18px;
  border-top: 1px solid var(--dz-line);
}

.dz-service-info-grid li:last-child {
  border-bottom: 1px solid var(--dz-line);
}

.dz-service-info-grid li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 18px;
  width: 5px;
  height: 5px;
  background: var(--dz-accent);
}

.dz-services {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--dz-line);
  border-bottom: 1px solid var(--dz-line);
  margin: 0;
}

.dz-service {
  position: relative;
  display: block;
  text-align: left;
  color: var(--dz-fg);
  background: var(--dz-bg);
  border: 0;
  min-width: 0;
  padding: 21px 24px 22px;
  text-decoration: none;
  cursor: pointer;
}

.dz-service:first-child {
  padding-left: 0;
}

.dz-service + .dz-service {
  border-left: 1px solid var(--dz-line);
}

.dz-service:last-child {
  padding-right: 0;
}

.dz-service::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  height: 2px;
  background: transparent;
}

.dz-service[aria-current='page']::before {
  background: var(--dz-accent);
}

.dz-service-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
  color: var(--dz-muted);
  font: 400 11px/1.3 'Courier New', monospace;
}

.dz-service-top .dz-arrow {
  margin: 0;
  color: var(--dz-accent);
}

.dz-service-title {
  display: block;
  font-size: 17px;
  line-height: 1.3;
  letter-spacing: -0.3px;
  margin-bottom: 5px;
  transition: color 170ms ease;
}

.dz-service-copy {
  display: block;
  color: var(--dz-muted);
  font-size: 12px;
  line-height: 1.5;
}

.dz-service:hover .dz-service-title,
.dz-service:focus-visible .dz-service-title,
.dz-service[aria-current='page'] .dz-service-title {
  color: var(--dz-accent);
}

.dz-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 20px;
  padding: 19px 0 20px;
  color: var(--dz-muted);
  font-size: 11px;
  line-height: 1.5;
}

.dz-view-meta {
  display: flex;
  align-items: center;
  gap: 13px;
  font: 400 11px/1.5 'Courier New', monospace;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

#dz-counter {
  color: var(--dz-accent);
}

.dz-indian {
  color: var(--dz-fg);
}

/* Contact dialog */

.dz-contact-overlay {
  grid-area: 1 / 1;
  z-index: 3;
  display: grid;
  align-items: center;
  justify-items: end;
  min-width: 0;
  padding: 18px;
  background: rgba(0, 0, 0, 0.72);
}

.dz-contact-sheet {
  width: min(484px, 100%);
  min-width: 0;
  background: var(--dz-panel);
  border: 1px solid var(--dz-line);
  padding: 23px 29px 24px;
}

.dz-dialog-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.dz-dialog-kicker {
  color: var(--dz-muted);
  font: 400 11px/1.5 'Courier New', monospace;
  letter-spacing: 1.5px;
  margin: 0;
}

.dz-close {
  color: var(--dz-muted);
  background: transparent;
  border: 0;
  padding: 12px 0 12px 12px;
  font-size: 12px;
  line-height: 1.5;
  cursor: pointer;
}

.dz-close span {
  margin-left: 12px;
  font-size: 18px;
}

.dz-close:hover {
  color: var(--dz-fg);
}

.dz-contact-sheet h2 {
  color: var(--dz-fg);
  font: 400 42px/1.05 Arial, Helvetica, sans-serif;
  letter-spacing: -2px;
  text-transform: uppercase;
  margin: 15px 0 13px;
}

.dz-contact-sheet h2 strong {
  font-weight: 800;
}

.dz-contact-intro {
  color: var(--dz-muted);
  font-size: 13px;
  line-height: 1.6;
  margin: 0 0 24px;
}

.dz-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 17px;
}

.dz-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: var(--dz-muted);
  min-width: 0;
  font-size: 11px;
  line-height: 1.5;
}

.dz-field-wide {
  grid-column: 1 / -1;
}

.dz-field input,
.dz-field textarea,
.dz-field select {
  width: 100%;
  min-width: 0;
  border: 1px solid var(--dz-line);
  border-radius: 0;
  padding: 10px 11px;
  background: var(--dz-bg);
  color: var(--dz-fg);
  font-size: 16px;
  line-height: 1.4;
}

.dz-field input:focus-visible,
.dz-field textarea:focus-visible,
.dz-field select:focus-visible {
  outline-offset: 0;
}

.dz-field input[aria-invalid='true'],
.dz-field textarea[aria-invalid='true'] {
  border-color: #c47a6a;
}

.dz-field input::placeholder,
.dz-field textarea::placeholder {
  color: var(--dz-muted);
  opacity: 0.8;
  font-size: 13px;
}

.dz-field select {
  font-size: 13px;
  min-height: 45px;
}

.dz-field textarea {
  min-height: 85px;
  resize: vertical;
}

.dz-field-error {
  display: block;
  color: #d99a8b;
  font-size: 11px;
  line-height: 1.5;
  min-height: 1.4em;
}

.dz-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.dz-form-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 20px;
}

.dz-form-footer p {
  color: var(--dz-muted);
  font-size: 11px;
  line-height: 1.6;
  margin: 0;
  max-width: 180px;
}

.dz-send {
  color: var(--dz-bg);
  background: var(--dz-fg);
  border: 1px solid var(--dz-fg);
  padding: 13px 16px;
  font-size: 12px;
  line-height: 1.5;
  cursor: pointer;
  transition: background 170ms ease, border-color 170ms ease;
}

.dz-send:hover,
.dz-send:focus-visible {
  background: var(--dz-accent);
  border-color: var(--dz-accent);
}

.dz-send:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.dz-form-error {
  color: #d99a8b;
  font: 400 11px/1.6 'Courier New', monospace;
  padding-top: 17px;
  margin: 22px 0 0;
  border-top: 1px solid var(--dz-line);
}

.dz-success h3 {
  color: var(--dz-fg);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0 0 12px;
}

.dz-success p {
  color: var(--dz-muted);
  font-size: 13px;
  line-height: 1.6;
  margin: 0 0 20px;
}

/* Selected work panel — reuses .dz-contact-overlay/.dz-contact-sheet/
   .dz-dialog-top/.dz-dialog-kicker/.dz-close from the contact dialog above
   for identical surfaces, borders, spacing and dialog behaviour. */

.dz-work-figure {
  margin: 4px 0 0;
}

.dz-work-image {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid var(--dz-line);
}

.dz-work-figure figcaption {
  margin-top: 16px;
}

.dz-work-name {
  display: block;
  color: var(--dz-fg);
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.3px;
  margin-bottom: 8px;
}

.dz-work-description {
  color: var(--dz-muted);
  font-size: 13px;
  line-height: 1.6;
  margin: 0 0 18px;
}

.dz-work-link {
  display: inline-flex;
}

.dz-live {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

/* 404 page */

.dz-error-page {
  padding: 0 clamp(22px, 4.2%, 64px);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background-image: repeating-linear-gradient(
    90deg,
    transparent 0,
    transparent calc(12.5% - 1px),
    var(--dz-grid) calc(12.5% - 1px),
    var(--dz-grid) 12.5%
  );
}

.dz-error-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 460px;
  padding: 48px 0;
}

.dz-error-body .dz-heading {
  font-size: clamp(34px, 5vw, 56px);
}

.dz-error-body a.dz-send {
  display: inline-block;
  margin-top: 25px;
  text-decoration: none;
  width: fit-content;
}

/* Admin pages */

.dz-admin {
  max-width: 420px;
  margin: 0 auto;
  padding: clamp(22px, 4vw, 42px) clamp(22px, 4vw, 42px) 60px;
}

.dz-admin h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 32px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: -1px;
  margin: 24px 0 6px;
}

.dz-admin p.dz-muted-text {
  color: var(--dz-muted);
  font-size: 13px;
  line-height: 1.6;
}

.dz-admin form {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.dz-admin .dz-field {
  color: var(--dz-muted);
}

.dz-admin .dz-field input {
  font-size: 16px;
  line-height: 1.4;
  color: var(--dz-fg);
  background: var(--dz-bg);
  border: 1px solid var(--dz-line);
  padding: 10px 11px;
  width: 100%;
}

.dz-admin .dz-notice {
  border: 1px solid var(--dz-line);
  padding: 10px 12px;
  font-size: 13px;
  margin-top: 16px;
}

.dz-admin .dz-notice.dz-notice-success {
  border-color: var(--dz-accent);
  color: var(--dz-accent);
}

.dz-admin .dz-notice.dz-notice-error {
  border-color: #c47a6a;
  color: #d99a8b;
}

.dz-admin .dz-logout {
  margin-top: 28px;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}

@media (min-width: 1180px) {
  .dz-stage {
    min-height: 440px;
  }
  .dz-description {
    font-size: 15px;
    max-width: 430px;
  }
  .dz-art {
    height: 355px;
  }
  .dz-nav {
    gap: 28px;
  }
}

@media (max-width: 780px) {
  .dz-header {
    flex-wrap: wrap;
    gap: 12px;
    padding: 20px 0 16px;
  }
  .dz-nav {
    width: 100%;
    justify-content: flex-start;
    gap: 6px 20px;
  }
  .dz-nav .dz-contact-trigger {
    margin-left: auto;
    padding: 10px 12px;
  }
  .dz-stage {
    gap: 24px;
    grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
    min-height: 390px;
    padding: 34px 0;
  }
  .dz-heading {
    font-size: clamp(30px, 5.4cqw, 44px);
  }
  .dz-art {
    height: 280px;
  }
  .dz-eyebrow {
    font-size: 11px;
    letter-spacing: 1px;
  }
  .dz-service {
    padding: 19px 15px;
  }
  .dz-service-title {
    font-size: 15px;
  }
  .dz-service-copy {
    font-size: 11px;
  }
  .dz-detail h3 {
    font-size: 15px;
  }
  .dz-detail {
    gap: 8px;
    padding: 16px 0;
  }
}

@media (max-width: 570px) {
  .dz-page,
  .dz-error-page {
    padding: 0 22px;
  }
  .dz-header {
    gap: 14px;
  }
  .dz-nav {
    gap: 4px 17px;
  }
  .dz-nav a,
  .dz-nav button {
    font-size: 11px;
    min-height: 42px;
  }
  .dz-nav .dz-contact-trigger {
    margin-left: 0;
    padding: 9px 12px;
  }
  .dz-nav .dz-arrow {
    margin-left: 8px;
  }
  .dz-stage {
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
    padding: 33px 0 29px;
  }
  .dz-heading {
    font-size: clamp(34px, 9cqw, 50px);
  }
  .dz-description {
    font-size: 14px;
    max-width: 390px;
  }
  .dz-art {
    height: 230px;
    max-width: 340px;
    margin: 0 auto;
  }
  .dz-eyebrow {
    margin-bottom: 19px;
    font-size: 11px;
  }
  .dz-services {
    grid-template-columns: minmax(0, 1fr);
  }
  .dz-service-info-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 22px;
  }
  .dz-service-info h2 {
    font-size: 18px;
  }
  .dz-service,
  .dz-service:first-child,
  .dz-service:last-child {
    padding: 18px 0;
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 5px 14px;
  }
  .dz-service + .dz-service {
    border-left: 0;
    border-top: 1px solid var(--dz-line);
  }
  .dz-service-top {
    grid-column: 1;
    grid-row: 1 / 3;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0;
    padding: 1px 0;
  }
  .dz-service-title {
    grid-column: 2;
    margin: 0;
    font-size: 17px;
  }
  .dz-service-copy {
    grid-column: 2;
    font-size: 12px;
  }
  .dz-view-meta {
    order: 3;
    flex-basis: 100%;
  }
  .dz-footer {
    font-size: 11px;
    gap: 10px 14px;
  }
  .dz-contact-overlay {
    justify-items: center;
    padding: 12px;
    align-items: start;
  }
  .dz-contact-sheet {
    padding: 18px 20px 22px;
  }
}

@media (max-width: 400px) {
  .dz-form-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 15px;
  }
  .dz-contact-sheet h2 {
    font-size: 36px;
  }
  .dz-nav {
    gap: 4px 18px;
  }
  .dz-nav .dz-contact-trigger {
    margin-top: 3px;
  }
  .dz-art-caption {
    font-size: 11px;
    letter-spacing: 0.4px;
  }
}

@media (pointer: coarse) {
  .dz-nav a,
  .dz-nav button,
  .dz-close,
  .dz-brand {
    min-height: 44px;
  }
  .dz-field select {
    font-size: 16px;
  }
}
