
.dl-body {
  --dl-ease: cubic-bezier(0.16, 1, 0.3, 1);
  --dl-scrim: 8, 8, 8;
  background: var(--bg);
  color: var(--text);
}

.dl-wrap {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 40px);
}

.dl-eyebrow {
  margin: 0 0 14px;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
}
.dl-eyebrow--light { color: #ff7a5c; }

.dl-h2 {
  margin: 0;
  font-size: clamp(30px, 3.8vw, 46px);
  line-height: 1.08;
  letter-spacing: -0.032em;
  font-weight: 700;
  text-wrap: balance;
}
.dl-lede {
  margin: 18px 0 0;
  max-width: 52ch;
  font-size: clamp(16px, 1.35vw, 18px);
  line-height: 1.6;
  color: var(--text-muted);
  text-wrap: pretty;
}
.dl-section { padding: clamp(72px, 10vw, 128px) 0; }

.dl-head { max-width: 760px; margin-bottom: clamp(36px, 5vw, 56px); }
.dl-head--split {
  max-width: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 64px;
  align-items: end;
}
.dl-head--split > .dl-lede { margin: 0; }
.dl-head--center { margin-inline: auto; text-align: center; }
.dl-head--center .dl-lede { margin-inline: auto; }
@media (max-width: 860px) { .dl-head--split { grid-template-columns: 1fr; } }

.dl-js [data-dl-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.8s var(--dl-ease), transform 0.8s var(--dl-ease);
  transition-delay: var(--dl-d, 0ms);
}
.dl-js [data-dl-reveal].is-in { opacity: 1; transform: none; }

.dl-top { position: absolute; inset: 0 0 auto; z-index: 10; color: #fff; }
.dl-top__row { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-block: 22px; }
.dl-top__brand { display: inline-flex; align-items: center; gap: 10px; font-family: var(--sans); font-size: 17px;
  font-weight: 600; line-height: 1; letter-spacing: -0.035em; }
.dl-top__brand img { width: 34px; height: 34px; display: block; }
.dl-top__tag { font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.1em; text-transform: uppercase;
  color: rgba(255, 255, 255, 0.66); }
@media (max-width: 760px) { .dl-top__tag { display: none; } }
@media (max-width: 420px) { .dl-top__brand span { display: none; } }

.dl-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: flex;
  align-items: center;
  min-height: min(100svh, 960px);
  padding: 120px 0 96px;
  background: #0b0b0b;
  color: #fff;
}
.dl-hero__bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--dl-hero-pos, 62% 30%);
  animation: dl-settle 2.2s var(--dl-ease) both;
}
.dl-hero__scrim {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(var(--dl-scrim), 0.94) 0%, rgba(var(--dl-scrim), 0.8) 36%, rgba(var(--dl-scrim), 0.35) 68%, rgba(var(--dl-scrim), 0.55) 100%),
    linear-gradient(180deg, rgba(var(--dl-scrim), 0.6) 0%, transparent 22%, transparent 78%, var(--bg) 100%);
}
.dl-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 468px);
  gap: clamp(36px, 5vw, 80px);
  align-items: center;
  width: 100%;
}
.dl-hero__title {
  margin: 0;
  max-width: 15ch;
  font-size: clamp(38px, 5.2vw, 68px);
  line-height: 1.03;
  letter-spacing: -0.038em;
  font-weight: 700;
  color: #fff;
  text-wrap: balance;
}
.dl-hero__turn { display: block; margin-top: 0.14em; color: var(--accent); }
.dl-strike { position: relative; white-space: nowrap; color: rgba(255, 255, 255, 0.6); }
.dl-strike__ink {
  position: absolute;
  left: -3%;
  top: 34%;
  width: 106%;
  height: 0.5em;
  overflow: visible;
  pointer-events: none;
}
.dl-strike__ink path {
  fill: none;
  stroke: var(--accent);
  stroke-width: 5px;
  stroke-linecap: round;
  vector-effect: non-scaling-stroke;
  stroke-dasharray: 400;
  stroke-dashoffset: 400;
  animation: dl-ink 0.9s 0.9s var(--dl-ease) forwards;
}
.dl-hero__sub {
  margin: 24px 0 0;
  max-width: 50ch;
  font-size: clamp(16px, 1.35vw, 18.5px);
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8);
  text-wrap: pretty;
}
.dl-checks { list-style: none; margin: 26px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 10px 22px; }
.dl-checks li { display: inline-flex; align-items: center; gap: 9px; font-size: 14.5px; font-weight: 500; }
.dl-checks li::before {
  content: "";
  flex: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--accent) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M2.5 6.2l2.3 2.3 4.7-4.9' fill='none' stroke='%230b0b0b' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 11px no-repeat;
}
.dl-hero__floor {
  margin: 24px 0 0;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.58);
}
.dl-card {
  margin: 0;
  max-width: none;
  color: var(--text);
  box-shadow: 0 40px 90px -30px rgba(0, 0, 0, 0.75);
  scroll-margin-top: 24px;
}
.dl-card .appt-card__title { font-size: 22px; }
@media (min-width: 769px) { .dl-card .form-steps { min-height: 262px; } }

.dl-hero__copy > * { animation: dl-rise 0.9s var(--dl-ease) both; }
.dl-hero__copy > :nth-child(1) { animation-delay: 0.05s; }
.dl-hero__copy > :nth-child(2) { animation-delay: 0.15s; }
.dl-hero__copy > :nth-child(3) { animation-delay: 0.3s; }
.dl-hero__copy > :nth-child(4) { animation-delay: 0.42s; }
.dl-hero__copy > :nth-child(5) { animation-delay: 0.52s; }
.dl-card { animation: dl-rise 1s 0.35s var(--dl-ease) both; }

@media (max-width: 980px) {
  .dl-hero { min-height: 0; padding: 104px 0 72px; }
  .dl-hero__grid { grid-template-columns: 1fr; }
  .dl-hero__bg { object-position: var(--dl-hero-pos-sm, 70% 20%); }
  .dl-hero__scrim {
    background:
      linear-gradient(180deg, rgba(var(--dl-scrim), 0.72) 0%, rgba(var(--dl-scrim), 0.84) 45%, rgba(var(--dl-scrim), 0.92) 80%, var(--bg) 100%);
  }
}

.dl-strip { padding: 36px 0 0; overflow: hidden; }
.dl-strip__cap {
  max-width: 1240px;
  margin: 0 auto 16px;
  padding: 0 clamp(20px, 4vw, 40px);
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-muted);
}
.dl-strip__track { display: flex; gap: 14px; width: max-content; animation: dl-marquee 70s linear infinite; }
.dl-strip__viewport:hover .dl-strip__track { animation-play-state: paused; }
.dl-strip figure {
  position: relative;
  flex: none;
  width: clamp(240px, 26vw, 360px);
  aspect-ratio: 3 / 2;
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  background: var(--bg-card);
}
.dl-strip img { width: 100%; height: 100%; object-fit: cover; display: block; filter: saturate(0.85); }
.dl-strip figcaption {
  position: absolute;
  left: 12px;
  bottom: 12px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(11, 11, 11, 0.74);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  color: #fff;
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.dl-strip figcaption::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 0 rgba(255, 46, 0, 0.6);
  animation: dl-pulse 2s ease-out infinite;
}

.dl-pains { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.dl-pain {
  display: flex;
  flex-direction: column;
  padding: 12px 12px 24px;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: var(--bg-card);
}
.dl-pain__media { aspect-ratio: 4 / 3; margin-bottom: 18px; border-radius: 10px; overflow: hidden; background: var(--bg); }
.dl-pain__media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.9s var(--dl-ease); }
.dl-pain:hover .dl-pain__media img { transform: scale(1.05); }
.dl-pain__num { padding: 0 10px; font-family: var(--mono); font-size: 11px; letter-spacing: 0.08em; color: var(--accent); }
.dl-pain h3 { margin: 6px 10px 8px; font-size: 19px; line-height: 1.25; letter-spacing: -0.02em; text-wrap: balance; }
.dl-pain p { margin: 0 10px; font-size: 14.5px; line-height: 1.6; color: var(--text-muted); text-wrap: pretty; }

.dl-report {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 9px;
  padding: 18px;
  border: 1px dashed var(--border);
  font-family: var(--mono);
  font-size: 11px;
}
.dl-report__file { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 4px; color: var(--text-dim); }
.dl-report__file::before {
  content: "PDF";
  padding: 2px 5px;
  border-radius: 4px;
  background: var(--accent-dim);
  color: var(--accent);
  font-size: 9px;
  font-weight: 700;
}
.dl-report__row { display: flex; justify-content: space-between; padding-bottom: 7px; border-bottom: 1px solid var(--border); color: var(--text-muted); }
.dl-report__row b { color: var(--text); }
.dl-report__row--q { border-bottom: 0; }
.dl-report__row--q b { color: var(--accent); font-size: 16px; line-height: 1; }

.dl-mail { display: flex; flex-direction: column; justify-content: center; gap: 7px; padding: 14px 16px; font-size: 12px; line-height: 1.4; }
.dl-mail__from { display: flex; justify-content: space-between; align-items: baseline; gap: 8px; }
.dl-mail__from b { font-weight: 600; color: var(--text); }
.dl-mail__from i { flex: none; font-family: var(--mono); font-size: 9.5px; font-style: normal; letter-spacing: 0.06em; text-transform: uppercase; color: var(--text-dim); }
.dl-mail__subj { padding-bottom: 7px; border-bottom: 1px solid var(--border); font-weight: 600; color: var(--text); }
.dl-mail__body { color: var(--text-muted); text-wrap: pretty; }
.dl-mail__stamp {
  align-self: flex-end;
  padding: 3px 9px;
  border: 1.5px solid var(--accent);
  border-radius: 6px;
  color: var(--accent);
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transform: rotate(-6deg);
  transition: opacity 0.45s 0.7s var(--dl-ease), transform 0.45s 0.7s var(--dl-ease);
}
.dl-js .dl-pain:not(.is-in) .dl-mail__stamp { opacity: 0; transform: rotate(-6deg) scale(1.5); }
@media (prefers-reduced-motion: reduce) {
  .dl-js .dl-pain:not(.is-in) .dl-mail__stamp { opacity: 1; transform: rotate(-6deg); }
}

@media (max-width: 1024px) { .dl-pains { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 600px) { .dl-pains { grid-template-columns: 1fr; } }

.dl-sketch { border: 1px dashed var(--border); }

.dl-chat { display: flex; flex-direction: column; justify-content: flex-end; gap: 5px; padding: 12px 14px; font-size: 12px; line-height: 1.3; }
.dl-chat__when { align-self: center; font-family: var(--mono); font-size: 9.5px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--text-dim); }
.dl-chat__msg {
  align-self: flex-start;
  max-width: 90%;
  padding: 6px 10px;
  border: 1px solid var(--border);
  border-radius: 14px 14px 14px 4px;
  background: var(--bg-card);
  color: var(--text);
}
.dl-chat__msg--me { align-self: flex-end; border-color: transparent; border-radius: 14px 14px 4px 14px; background: var(--accent); color: var(--on-accent); }
.dl-chat > * { transition: opacity 0.5s var(--dl-ease), transform 0.5s var(--dl-ease); }
.dl-chat > :nth-child(2) { transition-delay: 0.25s; }
.dl-chat > :nth-child(3) { transition-delay: 0.9s; }
.dl-chat > :nth-child(4) { transition-delay: 1.15s; }
.dl-chat > :nth-child(5) { transition-delay: 1.9s; }
.dl-js .dl-pain:not(.is-in) .dl-chat > * { opacity: 0; transform: translateY(8px); }

.dl-route { position: relative; }
.dl-route svg { position: absolute; inset: 0; width: 100%; height: 100%; display: block; }
.dl-route__street { fill: none; stroke: var(--border); stroke-width: 1.5; }
.dl-route__hwy { fill: none; stroke: var(--text-dim); stroke-opacity: 0.3; stroke-width: 7; stroke-linecap: round; }
.dl-route__path { fill: none; stroke: var(--accent); stroke-width: 3; stroke-linecap: round; stroke-dasharray: 2 9; animation: dl-march 1.2s linear infinite; }
.dl-route__ring { fill: var(--accent); opacity: 0.18; }
.dl-route__pin { fill: var(--accent); }
.dl-route__label { font-family: var(--mono); font-size: 15px; letter-spacing: 0.06em; fill: var(--text-muted); }
.dl-route__chip rect { fill: var(--bg-card); stroke: var(--accent); stroke-opacity: 0.55; }
.dl-route__chip text { font-family: var(--mono); font-size: 15px; letter-spacing: 0.04em; fill: var(--text); }
.dl-route__chip { transition: opacity 0.6s 0.6s var(--dl-ease), transform 0.6s 0.6s var(--dl-ease); transform-box: fill-box; transform-origin: center; }
.dl-js .dl-pain:not(.is-in) .dl-route__chip { opacity: 0; transform: scale(0.9); }

.dl-beds { display: flex; flex-direction: column; gap: 9px; padding: 14px 16px; font-family: var(--mono); font-size: 11px; }
.dl-beds__head, .dl-beds__foot { display: flex; justify-content: space-between; align-items: center; color: var(--text-dim); }
.dl-beds__head { padding-bottom: 7px; border-bottom: 1px solid var(--border); font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase; }
.dl-beds__head b { font-weight: 400; color: var(--accent); }
.dl-beds__room { flex: 1; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: repeat(5, minmax(0, 1fr)); gap: 5px 14px; }
.dl-beds__room i { position: relative; border: 1.5px dashed var(--accent); border-radius: 4px; }
.dl-beds__room i::before, .dl-beds__room i::after { content: ""; position: absolute; top: 3px; bottom: 3px; border-radius: 2px; }
.dl-beds__room i::before { left: 12%; width: 30%; background: color-mix(in srgb, var(--accent) 22%, transparent); }
.dl-beds__room i::after { right: 9%; width: 2px; background: color-mix(in srgb, var(--accent) 45%, transparent); }
.dl-beds__room i.is-on { border: 1.5px solid var(--text-dim); background: color-mix(in srgb, var(--text) 8%, transparent); }
.dl-beds__room i.is-on::before { background: var(--text-muted); }
.dl-beds__room i.is-on::after { background: var(--text-dim); }
.dl-beds__foot { padding-top: 7px; border-top: 1px solid var(--border); color: var(--text-muted); }
.dl-beds__foot b { color: var(--accent); font-size: 16px; line-height: 1; }
.dl-beds__room i, .dl-beds__foot b { transition: opacity 0.45s var(--dl-ease), transform 0.45s var(--dl-ease); }
.dl-beds__room i:nth-child(n + 3) { transition-delay: 0.12s; }
.dl-beds__room i:nth-child(n + 5) { transition-delay: 0.24s; }
.dl-beds__room i:nth-child(n + 7) { transition-delay: 0.36s; }
.dl-beds__room i:nth-child(n + 9) { transition-delay: 0.48s; }
.dl-beds__foot b { transition-delay: 1.1s; }
.dl-js .dl-pain:not(.is-in) .dl-beds__room i { opacity: 0; transform: translateX(-10px); }
.dl-js .dl-pain:not(.is-in) .dl-beds__foot b { opacity: 0; transform: scale(1.35) rotate(-6deg); }
@media (prefers-reduced-motion: reduce) {
  .dl-js .dl-pain:not(.is-in) .dl-beds__room i, .dl-js .dl-pain:not(.is-in) .dl-beds__foot b { opacity: 1; transform: none; }
}

.dl-season { display: flex; flex-direction: column; gap: 10px; padding: 16px 16px 12px; }
.dl-season__label { display: flex; justify-content: space-between; font-family: var(--mono); font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--text-dim); }
.dl-season__label b { font-weight: 400; color: var(--accent); }
.dl-season__bars { flex: 1; display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 4px; align-items: end; }
.dl-season__bars span { display: flex; flex-direction: column; justify-content: flex-end; align-items: center; gap: 6px; height: 100%; }
.dl-season__bars i {
  width: 100%;
  height: var(--h);
  border-radius: 3px 3px 0 0;
  background: color-mix(in srgb, var(--accent) 72%, transparent);
  transform-origin: bottom;
  transition: transform 0.9s var(--dl-ease);
}
.dl-season__bars .is-slow i { background: transparent; outline: 1.5px dashed var(--accent); outline-offset: -1.5px; }
.dl-season__bars b { font-family: var(--mono); font-size: 9.5px; font-weight: 400; color: var(--text-dim); }
.dl-season__bars span:nth-child(odd) i { transition-delay: 80ms; }
.dl-js .dl-pain:not(.is-in) .dl-season__bars i { transform: scaleY(0); }

.dl-roster { display: flex; flex-direction: column; justify-content: center; gap: 7px; padding: 14px 16px; font-family: var(--mono); font-size: 11px; }
.dl-roster__head, .dl-roster__foot { display: flex; justify-content: space-between; align-items: center; color: var(--text-dim); }
.dl-roster__head { padding-bottom: 7px; border-bottom: 1px solid var(--border); font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase; }
.dl-roster__head b { font-weight: 400; color: var(--accent); }
.dl-roster__row { display: grid; grid-template-columns: 64px minmax(0, 1fr) auto; align-items: center; gap: 8px; color: var(--text-dim); }
.dl-roster__row > span:nth-child(2) { color: var(--text); }
.dl-roster__row i {
  padding: 2px 7px;
  border: 1px dashed var(--accent);
  border-radius: 999px;
  color: var(--accent);
  font-size: 9.5px;
  font-style: normal;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.dl-roster__row i.is-came { border-style: solid; border-color: var(--border); color: var(--text-muted); }
.dl-roster__foot { margin-top: 1px; padding-top: 7px; border-top: 1px solid var(--border); color: var(--text-muted); }
.dl-roster__foot b { color: var(--accent); font-size: 16px; line-height: 1; }
.dl-roster i, .dl-roster__foot b { transition: opacity 0.45s var(--dl-ease), transform 0.45s var(--dl-ease); }
.dl-roster > :nth-child(2) i { transition-delay: 0.3s; }
.dl-roster > :nth-child(3) i { transition-delay: 0.65s; }
.dl-roster > :nth-child(4) i { transition-delay: 1s; }
.dl-roster > :nth-child(5) i { transition-delay: 1.35s; }
.dl-roster__foot b { transition-delay: 1.9s; }
.dl-js .dl-pain:not(.is-in) .dl-roster i, .dl-js .dl-pain:not(.is-in) .dl-roster__foot b { opacity: 0; transform: scale(1.35) rotate(-6deg); }

.dl-shift {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(32px, 6vw, 96px);
  padding: clamp(24px, 4vw, 48px) 0;
}
.dl-shift__media { position: relative; min-height: clamp(380px, 46vw, 620px); border-radius: 0 22px 22px 0; overflow: hidden; }
.dl-shift__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 40% center; }
.dl-shift__copy { padding-right: max(20px, calc((100vw - 1240px) / 2 + 40px)); }
.dl-shift__copy .btn { margin-top: 30px; }
.dl-toast {
  position: absolute;
  right: 24px;
  bottom: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 16px;
  border-radius: 14px;
  background: rgba(11, 11, 11, 0.8);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  line-height: 1.4;
  box-shadow: 0 20px 40px -20px rgba(0, 0, 0, 0.6);
  transform: translateY(16px);
  opacity: 0;
  transition: transform 0.8s 0.5s var(--dl-ease), opacity 0.8s 0.5s var(--dl-ease);
}
.dl-toast b { color: #fff; font-weight: 600; }
.dl-toast__dot { width: 10px; height: 10px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 4px rgba(255, 46, 0, 0.22); }
.is-in .dl-toast, html:not(.dl-js) .dl-toast { transform: none; opacity: 1; }
@media (max-width: 860px) {
  .dl-shift { grid-template-columns: 1fr; }
  .dl-shift__media { border-radius: 0; min-height: 340px; }
  .dl-shift__copy { padding: 0 20px; }
}

.dl-proof { padding-bottom: clamp(48px, 7vw, 88px); }
.dl-proof__stats { margin: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border: 1px solid var(--border);
  border-radius: 16px; overflow: hidden; background: var(--bg-card); }
.dl-proof__stats > div { display: flex; flex-direction: column; padding: 20px 20px 22px; border-right: 1px solid var(--border); }
.dl-proof__stats > div:last-child { border-right: 0; }
.dl-proof__stats dd { order: -1; margin: 0 0 8px; font-size: clamp(26px, 3vw, 38px); line-height: 1; letter-spacing: -0.035em; font-weight: 700; }
.dl-proof__stats dt { font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--text-muted); }
.dl-proof__stats .is-key dd { color: var(--accent); }
.dl-proof__shot { margin: 0; overflow: hidden; border: 1px solid var(--border); border-radius: 16px; background: #fff;
  box-shadow: 0 40px 90px -60px rgba(0, 0, 0, 0.7); }
.dl-proof__chrome { display: flex; align-items: center; gap: 6px; padding: 10px 14px; background: #121212; }
.dl-proof__chrome i { width: 9px; height: 9px; border-radius: 50%; background: #3a3a3a; }
.dl-proof__chrome span { margin-left: 8px; font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.06em; color: #9a9a9a; }
.dl-proof__shot img { display: block; width: 100%; height: auto; }
.dl-proof__shot figcaption { padding: 11px 16px; border-top: 1px solid #e6e6e6; background: #fafafa; color: #6b6b6b;
  font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.06em; }
@media (max-width: 760px) {
  .dl-proof__stats { grid-template-columns: 1fr 1fr; }
  .dl-proof__stats > div:nth-child(2) { border-right: 0; }
  .dl-proof__stats > div:last-child { grid-column: 1 / -1; border-top: 1px solid var(--border); }
  .dl-proof__scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .dl-proof__scroll img { width: 900px; max-width: none; }
}

.dl-case-grid { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.dl-case {
  position: relative;
  isolation: isolate;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  border-radius: 18px;
  background: #111;
  color: #fff;
}
@media (min-width: 1025px) { .dl-case:nth-child(even) { margin-top: 48px; } }
.dl-case img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s var(--dl-ease);
}
.dl-case::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.35) 55%, rgba(0, 0, 0, 0.86) 100%);
}
.dl-case:hover img { transform: scale(1.06); }
.dl-case--bright::after { background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 20%, rgba(0, 0, 0, 0.55) 48%, rgba(0, 0, 0, 0.9) 100%); }
.dl-case--dark { background: #000; }
.dl-case--dark img { object-fit: contain; object-position: center top; }
.dl-case__body { position: absolute; inset: auto 0 0; padding: 22px 20px 22px; }
.dl-case__tag { font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255, 255, 255, 0.68); }
.dl-case h3 { margin: 6px 0 8px; font-size: 26px; line-height: 1.1; letter-spacing: -0.025em; }
.dl-case p { margin: 0; font-size: 14px; line-height: 1.55; color: rgba(255, 255, 255, 0.82); text-wrap: pretty; }
@media (max-width: 1024px) {
  .dl-case-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .dl-case { aspect-ratio: 4 / 5; }
}
@media (max-width: 560px) {
  .dl-case-grid { grid-template-columns: 1fr; }
  .dl-case { aspect-ratio: 16 / 12; }
  .dl-case--dark img { inset: 0 0 auto; height: 60%; object-fit: contain; object-position: center; }
}

.dl-how__grid { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); gap: clamp(32px, 6vw, 88px); align-items: start; }
.dl-how__media { position: sticky; top: 32px; aspect-ratio: 4 / 5; border-radius: 20px; overflow: hidden; background: var(--bg-card); }
.dl-how__media img { width: 100%; height: 100%; object-fit: cover; object-position: center 40%; display: block; }
.dl-steps { list-style: none; margin: 0; padding: 0; }
.dl-steps li { display: grid; grid-template-columns: 56px 1fr; gap: 16px; padding: 26px 0; border-top: 1px solid var(--border); }
.dl-steps li:last-child { border-bottom: 1px solid var(--border); }
.dl-steps__n { font-family: var(--mono); font-size: 12px; letter-spacing: 0.08em; color: var(--accent); padding-top: 4px; }
.dl-steps h3 { margin: 0 0 8px; font-size: 20px; letter-spacing: -0.02em; }
.dl-steps p { margin: 0; max-width: 54ch; font-size: 15.5px; line-height: 1.6; color: var(--text-muted); text-wrap: pretty; }
@media (max-width: 860px) {
  .dl-how__grid { grid-template-columns: 1fr; }
  .dl-how__media { position: static; aspect-ratio: 16 / 10; }
}

.dl-console { background: var(--bg-surface); border-block: 1px solid var(--border); }
.dl-panel {
  max-width: 1000px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: var(--bg-card);
  box-shadow: 0 50px 100px -60px rgba(0, 0, 0, 0.7);
}
.dl-panel__bar { display: flex; align-items: center; gap: 14px; padding: 12px 16px; border-bottom: 1px solid var(--border); }
.dl-panel__dots { display: inline-flex; gap: 6px; }
.dl-panel__dots i { width: 9px; height: 9px; border-radius: 50%; background: var(--border); }
.dl-panel__title { font-family: var(--mono); font-size: 11px; letter-spacing: 0.06em; color: var(--text-muted); }
.dl-panel__flag {
  margin-left: auto;
  padding: 4px 9px;
  border-radius: 999px;
  background: var(--accent-dim);
  color: var(--accent);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.dl-panel__kpis { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.dl-panel__kpis > div { padding: 22px 22px 24px; border-right: 1px solid var(--border); }
.dl-panel__kpis > div:last-child { border-right: 0; }
.dl-panel__kpis span, .dl-panel__label { font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--text-muted); }
.dl-panel__kpis b { display: block; margin-top: 10px; font-size: clamp(24px, 3vw, 36px); line-height: 1; letter-spacing: -0.035em; font-weight: 700; }
.dl-panel__kpis .is-key b { color: var(--accent); }
.dl-panel__body { display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr); border-top: 1px solid var(--border); }
.dl-panel__chart, .dl-panel__split { padding: 22px; }
.dl-panel__split { border-left: 1px solid var(--border); display: flex; flex-direction: column; gap: 16px; }
.dl-bars { display: flex; align-items: flex-end; gap: 4px; height: 150px; margin-top: 18px; }
.dl-bars i {
  flex: 1;
  height: var(--h);
  border-radius: 3px 3px 0 0;
  background: color-mix(in srgb, var(--accent) 78%, transparent);
  transform-origin: bottom;
  transition: transform 1s var(--dl-ease);
}
.dl-js .dl-panel:not(.is-in) .dl-bars i { transform: scaleY(0); }
.dl-bars i:nth-child(3n) { transition-delay: 60ms; }
.dl-bars i:nth-child(3n + 1) { transition-delay: 120ms; }
.dl-split-row { display: grid; grid-template-columns: 104px 1fr 26px; align-items: center; gap: 10px; font-size: 13.5px; }
.dl-split-row b { text-align: right; }
.dl-split-row__bar { height: 8px; border-radius: 999px; background: linear-gradient(90deg, var(--accent) var(--w), var(--border) var(--w)); }
@media (max-width: 760px) {
  .dl-panel__kpis { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .dl-panel__kpis > div:nth-child(2) { border-right: 0; }
  .dl-panel__kpis > div:nth-child(-n + 2) { border-bottom: 1px solid var(--border); }
  .dl-panel__body { grid-template-columns: 1fr; }
  .dl-panel__split { border-left: 0; border-top: 1px solid var(--border); }
  .dl-panel__title { display: none; }
}

.dl-territory {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(96px, 14vw, 180px) 0;
  background: #0b0b0b;
  color: #fff;
  text-align: center;
}
.dl-territory__bg { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; object-position: center 60%; }
.dl-territory__scrim {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: radial-gradient(ellipse 80% 70% at 50% 50%, rgba(var(--dl-scrim), var(--dl-scrim-mid, 0.55)), rgba(var(--dl-scrim), 0.9));
}
.dl-territory__title {
  margin: 0 auto;
  max-width: 14ch;
  font-size: clamp(40px, 7vw, 88px);
  line-height: 1;
  letter-spacing: -0.045em;
  font-weight: 700;
  text-wrap: balance;
}
.dl-territory__sub { margin: 22px auto 0; max-width: 52ch; font-size: clamp(16px, 1.4vw, 18.5px); line-height: 1.6; color: rgba(255, 255, 255, 0.78); text-wrap: pretty; }
.dl-areas { list-style: none; margin: 34px auto 38px; padding: 0; max-width: 780px; display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; }
.dl-areas li {
  padding: 8px 15px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  font-size: 13.5px;
}

.dl-terms.appt-grid { padding: clamp(72px, 10vw, 112px) 0; }
.dl-terms .appt-grid__head { font-size: clamp(30px, 3.8vw, 46px); letter-spacing: -0.032em; }

.dl-close { padding: clamp(72px, 10vw, 120px) 0; border-top: 1px solid var(--border); }
.dl-close__grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr); gap: clamp(32px, 6vw, 80px); align-items: center; }
.dl-close__title { margin: 0; font-size: clamp(32px, 4.4vw, 54px); line-height: 1.05; letter-spacing: -0.036em; font-weight: 700; text-wrap: balance; }
.dl-close__copy .btn { margin-top: 30px; }
.dl-close__media { aspect-ratio: 4 / 5; max-height: 640px; border-radius: 20px; overflow: hidden; background: var(--bg-card); }
.dl-close__media img { width: 100%; height: 100%; object-fit: cover; object-position: center 28%; display: block; }
@media (max-width: 860px) {
  .dl-close__grid { grid-template-columns: 1fr; }
  .dl-close__media { aspect-ratio: 4 / 3; }
}

.dl-credit { margin: 14px 0 0; font-family: var(--mono); font-size: 10px; letter-spacing: 0.06em; color: var(--text-dim); }

@keyframes dl-settle { from { transform: scale(1.08); } to { transform: scale(1); } }
@keyframes dl-rise { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } }
@keyframes dl-ink { to { stroke-dashoffset: 0; } }
@keyframes dl-marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes dl-march { to { stroke-dashoffset: -11; } }
@keyframes dl-pulse {
  0% { box-shadow: 0 0 0 0 rgba(255, 46, 0, 0.55); }
  100% { box-shadow: 0 0 0 9px rgba(255, 46, 0, 0); }
}

@media (prefers-reduced-motion: reduce) {
  .dl-hero__bg, .dl-hero__copy > *, .dl-card, .dl-strip__track, .dl-strip figcaption::before { animation: none; }
  .dl-strike__ink path { animation: none; stroke-dashoffset: 0; }
  .dl-js [data-dl-reveal] { opacity: 1; transform: none; transition: none; }
  .dl-toast { opacity: 1; transform: none; transition: none; }
  .dl-js .dl-panel:not(.is-in) .dl-bars i { transform: none; }
  .dl-case img, .dl-pain__media img { transition: none; }
  .dl-route__path { animation: none; }
  .dl-js .dl-pain:not(.is-in) .dl-chat > *, .dl-js .dl-pain:not(.is-in) .dl-route__chip { opacity: 1; transform: none; }
  .dl-js .dl-pain:not(.is-in) .dl-season__bars i { transform: none; }
  .dl-js .dl-pain:not(.is-in) .dl-roster i, .dl-js .dl-pain:not(.is-in) .dl-roster__foot b { opacity: 1; transform: none; }
}
