html {
  scroll-behavior: smooth;
}

body.dc26-theme *,
body.dc26-theme *::before,
body.dc26-theme *::after {
  box-sizing: border-box;
}

body.dc26-theme {
  background: #fff;
  color: #15231f;
  margin: 0;
}

body.dc26-theme,
body.dc26-theme button,
body.dc26-theme input,
body.dc26-theme textarea {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

.dc26-skip {
  background: #fff;
  color: #103b2d;
  left: 10px;
  padding: 10px 14px;
  position: fixed;
  top: -80px;
  z-index: 99999;
}

.dc26-skip:focus {
  top: 10px;
}

.dc26-shell {
  margin: 0 auto;
  max-width: 1220px;
  padding-left: clamp(20px, 4vw, 56px);
  padding-right: clamp(20px, 4vw, 56px);
  width: 100%;
}

.dc26-topbar {
  background: #103b2d;
  color: rgba(255,255,255,.86);
  font-size: 13px;
}

.dc26-topbar__inner {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: flex-end;
  min-height: 38px;
}

.dc26-topbar a {
  color: #fff;
  text-decoration: none;
}

.dc26-header {
  background: rgba(255,255,255,.97);
  border-bottom: 1px solid #e2e8e4;
  position: sticky;
  top: 0;
  z-index: 9000;
}

.admin-bar .dc26-header {
  top: 32px;
}

.dc26-header__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-height: 90px;
}

.dc26-brand {
  align-items: center;
  color: #15231f;
  display: flex;
  gap: 12px;
  text-decoration: none;
}

.dc26-brand img {
  height: 58px;
  object-fit: contain;
  width: auto;
}

.dc26-brand span {
  display: flex;
  flex-direction: column;
}

.dc26-brand strong {
  font-size: 18px;
  line-height: 1.1;
}

.dc26-brand small {
  color: #68766f;
  font-size: 12px;
  margin-top: 4px;
}

.dc26-nav {
  align-items: center;
  display: flex;
  gap: 26px;
}

.dc26-nav > a,
.dc26-nav__group > button {
  background: transparent;
  border: 0;
  color: #24332e;
  cursor: pointer;
  font-size: 14px;
  font-weight: 750;
  padding: 14px 0;
  text-decoration: none;
}

.dc26-nav > a:hover,
.dc26-nav > a:focus-visible,
.dc26-nav__group > button:hover,
.dc26-nav__group > button:focus-visible {
  color: #1f6049;
}

.dc26-nav__group {
  position: relative;
}

.dc26-nav__dropdown {
  background: #fff;
  border: 1px solid #dfe6e1;
  box-shadow: 0 18px 50px rgba(16,59,45,.14);
  display: grid;
  left: -22px;
  min-width: 270px;
  opacity: 0;
  padding: 12px;
  pointer-events: none;
  position: absolute;
  top: calc(100% + 8px);
  transform: translateY(8px);
  transition: 160ms ease;
}

.dc26-nav__group:hover .dc26-nav__dropdown,
.dc26-nav__group:focus-within .dc26-nav__dropdown,
.dc26-nav__group.is-open .dc26-nav__dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.dc26-nav__dropdown a {
  color: #24332e;
  font-size: 14px;
  padding: 10px 12px;
  text-decoration: none;
}

.dc26-nav__dropdown a:hover {
  background: #f4f1e9;
  color: #1f6049;
}

.dc26-nav__cta {
  background: #d69b42 !important;
  border-radius: 5px;
  color: #17231e !important;
  padding: 12px 17px !important;
}

.dc26-menu-button {
  background: transparent;
  border: 0;
  cursor: pointer;
  display: none;
  height: 44px;
  padding: 9px;
  width: 46px;
}

.dc26-menu-button > span:not(.screen-reader-text) {
  background: #103b2d;
  display: block;
  height: 2px;
  margin: 5px 0;
  width: 28px;
}

.dcx-home {
  --dcx-ink: #15231f;
  --dcx-muted: #5e6d67;
  --dcx-green: #1f6049;
  --dcx-green-dark: #103b2d;
  --dcx-gold: #d69b42;
  --dcx-sand: #f4f1e9;
  --dcx-white: #ffffff;
  --dcx-line: #dfe6e1;
  color: var(--dcx-ink);
  font-family: inherit;
  font-size: 17px;
  line-height: 1.68;
  overflow: hidden;
}

.dcx-home *,
.dcx-home *::before,
.dcx-home *::after {
  box-sizing: border-box;
}

.dcx-home h1,
.dcx-home h2,
.dcx-home h3,
.dcx-home p {
  margin-top: 0;
}

.dcx-home h1,
.dcx-home h2,
.dcx-home h3 {
  color: inherit;
  font-weight: 750;
  letter-spacing: -0.035em;
  line-height: 1.12;
}

.dcx-home h1 {
  font-size: clamp(2.75rem, 6vw, 5.2rem);
  max-width: 11ch;
}

.dcx-home h2 {
  font-size: clamp(2rem, 4vw, 3.35rem);
  max-width: 18ch;
}

.dcx-home h3 {
  font-size: 1.35rem;
}

.dcx-home a {
  color: inherit;
}

.dcx-wrap {
  margin: 0 auto;
  max-width: 1220px;
  padding-left: clamp(20px, 4vw, 56px);
  padding-right: clamp(20px, 4vw, 56px);
  width: 100%;
}

.dcx-section {
  padding: clamp(72px, 9vw, 126px) 0;
}

.dcx-section--tint {
  background: var(--dcx-sand);
}

.dcx-section--dark {
  background: var(--dcx-green-dark);
  color: var(--dcx-white);
}

.dcx-kicker {
  color: var(--dcx-gold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.dcx-heading {
  max-width: 760px;
}

.dcx-heading > p:last-child,
.dcx-copy > p,
.dcx-areas p {
  color: var(--dcx-muted);
}

.dcx-heading--center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.dcx-heading--center h2 {
  margin-left: auto;
  margin-right: auto;
}

.dcx-hero {
  background-image: linear-gradient(90deg, rgba(10, 34, 27, 0.96) 0%, rgba(10, 34, 27, 0.86) 48%, rgba(10, 34, 27, 0.28) 100%), var(--dcx-hero-image);
  background-position: center;
  background-size: cover;
  color: var(--dcx-white);
  min-height: min(760px, 84vh);
  position: relative;
}

.dcx-hero--inner {
  min-height: min(620px, 72vh);
}

.dcx-hero--inner .dcx-hero__content {
  max-width: 850px;
}

.dcx-hero--inner h1 {
  max-width: 15ch;
}

.dcx-simple-hero {
  background: #103b2d;
  color: #fff;
  padding: clamp(70px, 9vw, 120px) 0;
}

.dcx-simple-hero h1 {
  max-width: 18ch;
}

.dcx-hero__grid {
  align-items: center;
  display: grid;
  min-height: inherit;
  padding-bottom: clamp(72px, 8vw, 110px);
  padding-top: clamp(72px, 8vw, 110px);
}

.dcx-hero__content {
  max-width: 760px;
}

.dcx-hero__lead {
  color: rgba(255,255,255,0.86);
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  max-width: 620px;
}

.dcx-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 34px 0;
}

.dcx-button {
  align-items: center;
  border: 2px solid transparent;
  border-radius: 6px;
  display: inline-flex;
  font-size: 0.94rem;
  font-weight: 800;
  justify-content: center;
  letter-spacing: 0.015em;
  min-height: 54px;
  padding: 13px 23px;
  text-decoration: none !important;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.dcx-button:hover,
.dcx-button:focus-visible {
  transform: translateY(-2px);
}

.dcx-button--primary {
  background: var(--dcx-gold);
  color: #17231e !important;
}

.dcx-button--primary:hover,
.dcx-button--primary:focus-visible {
  background: #e7ad56;
}

.dcx-button--ghost {
  border-color: rgba(255,255,255,0.55);
  color: var(--dcx-white) !important;
}

.dcx-button--ghost:hover,
.dcx-button--ghost:focus-visible {
  background: rgba(255,255,255,0.1);
  border-color: var(--dcx-white);
}

.dcx-button--light {
  background: var(--dcx-white);
  color: var(--dcx-green-dark) !important;
}

.dcx-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
  list-style: none !important;
  margin: 0;
  padding: 0 !important;
}

.dcx-trust li {
  align-items: center;
  display: flex;
  font-size: 0.95rem;
  gap: 9px;
}

.dcx-trust li::before,
.dcx-checks li::before {
  color: var(--dcx-gold);
  content: "✓";
  font-weight: 900;
}

.dcx-services {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 48px;
}

.dcx-card {
  background: var(--dcx-white);
  border: 1px solid var(--dcx-line);
  border-radius: 10px;
  box-shadow: 0 15px 50px rgba(18, 46, 37, 0.08);
  display: grid;
  grid-template-columns: minmax(180px, 0.8fr) 1.2fr;
  overflow: hidden;
}

.dcx-card__media img {
  height: 100%;
  min-height: 290px;
  object-fit: cover;
  width: 100%;
}

.dcx-card__body {
  align-self: center;
  padding: clamp(24px, 4vw, 40px);
}

.dcx-card__body h3 a {
  text-decoration: none;
}

.dcx-card__body p {
  color: var(--dcx-muted);
}

.dcx-text-link {
  color: var(--dcx-green) !important;
  font-weight: 800;
  text-decoration: none !important;
}

.dcx-text-link span {
  display: inline-block;
  margin-left: 5px;
  transition: transform 180ms ease;
}

.dcx-text-link:hover span {
  transform: translateX(4px);
}

.dcx-mini-services {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 20px;
}

.dcx-mini-services a {
  background: var(--dcx-sand);
  border-left: 4px solid var(--dcx-gold);
  display: flex;
  flex-direction: column;
  padding: 24px 28px;
  text-decoration: none;
}

.dcx-mini-services span {
  color: var(--dcx-muted);
}

.dcx-split {
  align-items: center;
  display: grid;
  gap: clamp(42px, 8vw, 100px);
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
}

.dcx-media {
  position: relative;
}

.dcx-media::after {
  border: 2px solid var(--dcx-gold);
  content: "";
  height: 72%;
  position: absolute;
  right: -20px;
  top: -20px;
  width: 72%;
  z-index: 0;
}

.dcx-media img {
  display: block;
  min-height: 520px;
  object-fit: cover;
  position: relative;
  width: 100%;
  z-index: 1;
}

.dcx-checks {
  list-style: none !important;
  margin: 28px 0;
  padding: 0 !important;
}

.dcx-checks li {
  align-items: flex-start;
  display: flex;
  gap: 12px;
  margin: 10px 0;
}

.dcx-process {
  counter-reset: none;
  display: grid;
  gap: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none !important;
  margin: 52px 0 0;
  padding: 0 !important;
}

.dcx-process li {
  border-left: 1px solid var(--dcx-line);
  padding: 0 30px 20px;
}

.dcx-process li:first-child {
  border-left: 0;
  padding-left: 0;
}

.dcx-process li > span {
  color: var(--dcx-gold);
  display: block;
  font-size: 2.2rem;
  font-weight: 800;
  margin-bottom: 24px;
}

.dcx-process p {
  color: var(--dcx-muted);
  font-size: 0.96rem;
}

.dcx-areas {
  align-items: center;
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr auto;
}

.dcx-areas p {
  color: rgba(255,255,255,0.75);
  max-width: 800px;
}

.dcx-faq-layout {
  display: grid;
  gap: clamp(40px, 8vw, 100px);
  grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
}

.dcx-faq details {
  border-top: 1px solid var(--dcx-line);
  padding: 22px 0;
}

.dcx-faq details:last-child {
  border-bottom: 1px solid var(--dcx-line);
}

.dcx-faq summary {
  cursor: pointer;
  font-size: 1.12rem;
  font-weight: 800;
  list-style-position: outside;
  padding-right: 20px;
}

.dcx-faq details p {
  color: var(--dcx-muted);
  margin: 16px 0 0;
}

.dcx-contact {
  background: #edf2ef;
}

.dcx-contact__grid {
  align-items: start;
  display: grid;
  gap: clamp(40px, 7vw, 90px);
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
}

.dcx-contact__direct {
  display: grid;
  gap: 12px;
  margin-top: 34px;
}

.dcx-contact__direct a,
.dcx-contact__direct > div {
  background: rgba(255,255,255,0.72);
  border-left: 4px solid var(--dcx-gold);
  display: flex;
  flex-direction: column;
  padding: 18px 22px;
  text-decoration: none;
}

.dcx-contact__direct span {
  color: var(--dcx-muted);
  font-size: 0.82rem;
  text-transform: uppercase;
}

.dcx-contact__direct strong {
  overflow-wrap: anywhere;
}

.dcx-two-columns {
  display: grid;
  gap: clamp(44px, 9vw, 110px);
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.dcx-feature-list {
  display: grid;
  gap: 14px;
  list-style: none;
  margin: 28px 0 0;
  padding: 0;
}

.dcx-feature-list li {
  background: #f4f1e9;
  border-left: 4px solid #d69b42;
  padding: 18px 20px;
}

.dcx-city-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 42px;
}

.dcx-city-grid a {
  align-items: center;
  background: #fff;
  border: 1px solid #dfe6e1;
  color: #24332e;
  display: flex;
  font-weight: 750;
  justify-content: space-between;
  padding: 18px 20px;
  text-decoration: none;
}

.dcx-city-grid a:hover {
  border-color: #1f6049;
  color: #1f6049;
}

.dcx-post-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.dcx-post-card {
  border: 1px solid #dfe6e1;
  border-radius: 8px;
  min-height: 300px;
}

.dcx-post-card a {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 30px;
  text-decoration: none;
}

.dcx-post-card h2 {
  font-size: 1.5rem;
  max-width: none;
}

.dcx-post-card p {
  color: #5e6d67;
}

.dcx-post-card strong {
  color: #1f6049;
  margin-top: auto;
}

.dcx-post-card__eyebrow {
  color: #b67924;
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .12em;
  margin-bottom: 22px;
  text-transform: uppercase;
}

.dcx-article__content {
  max-width: 820px;
}

.dcx-article__content > h2,
.dcx-article__content > section h2 {
  font-size: clamp(1.6rem, 3vw, 2.3rem);
  margin: 50px 0 16px;
  max-width: 24ch;
}

.dcx-article__content p,
.dcx-article__content li {
  color: #4f5e58;
}

.dcx-article-cta {
  background: #103b2d;
  color: #fff;
  margin-top: 60px;
  padding: clamp(28px, 5vw, 52px);
}

.dcx-article-cta h2 {
  color: #fff;
  margin-top: 0;
}

.dc26-footer-cta {
  background: #173f35;
  color: #fff;
  padding: 52px 0;
}

.dc26-footer-cta__inner {
  align-items: center;
  display: flex;
  gap: 40px;
  justify-content: space-between;
}

.dc26-footer-cta p {
  color: #d69b42;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.dc26-footer-cta h2 {
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  margin: 0;
}

.dc26-footer {
  background: #0b251c;
  color: rgba(255,255,255,.72);
  padding: 72px 0 24px;
}

.dc26-footer__grid {
  display: grid;
  gap: 45px;
  grid-template-columns: 1.3fr repeat(3, 1fr);
}

.dc26-brand--footer {
  color: #fff;
  margin-bottom: 22px;
}

.dc26-brand--footer img {
  filter: brightness(0) invert(1);
}

.dc26-footer h2 {
  color: #fff;
  font-size: 15px;
  letter-spacing: .04em;
  margin: 0 0 20px;
  text-transform: uppercase;
}

.dc26-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.dc26-footer li {
  margin: 9px 0;
}

.dc26-footer a {
  color: rgba(255,255,255,.78);
  text-decoration: none;
}

.dc26-footer a:hover {
  color: #fff;
}

.dc26-footer address {
  font-style: normal;
  line-height: 1.8;
}

.dc26-footer__bottom {
  border-top: 1px solid rgba(255,255,255,.12);
  display: flex;
  font-size: 13px;
  justify-content: space-between;
  margin-top: 50px;
  padding-top: 22px;
}

.dc26-footer__bottom div {
  display: flex;
  gap: 20px;
}

.dcx-form-card {
  background: var(--dcx-white);
  border-radius: 10px;
  box-shadow: 0 20px 60px rgba(18, 46, 37, 0.1);
  padding: clamp(24px, 5vw, 52px);
}

.dcx-form,
.dcx-form__row {
  display: grid;
  gap: 20px;
}

.dcx-form__row {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.dcx-form label {
  color: var(--dcx-ink);
  display: grid;
  font-size: 0.88rem;
  font-weight: 750;
  gap: 7px;
}

.dcx-form label > span {
  color: #a43e34;
}

.dcx-form input:not([type="checkbox"]),
.dcx-form textarea {
  background: #fbfcfb;
  border: 1px solid #cbd7d0;
  border-radius: 4px;
  color: var(--dcx-ink);
  font: inherit;
  font-weight: 400;
  padding: 13px 14px;
  width: 100%;
}

.dcx-form input:focus,
.dcx-form textarea:focus {
  border-color: var(--dcx-green);
  box-shadow: 0 0 0 3px rgba(31, 96, 73, 0.12);
  outline: 0;
}

.dcx-consent {
  align-items: start;
  display: flex !important;
  font-weight: 500 !important;
  gap: 10px !important;
}

.dcx-consent input {
  margin-top: 6px;
}

.dcx-privacy {
  color: var(--dcx-muted);
  font-size: 0.78rem;
  margin: 0;
}

.dcx-honeypot {
  left: -9999px;
  position: absolute;
}

.dcx-notice {
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 14px 16px;
}

.dcx-notice--success {
  background: #e1f4e7;
  color: #15582d;
}

.dcx-notice--error {
  background: #f9e4e1;
  color: #8b2c23;
}

.dcx-section--gallery {
  background: #0e2f25;
  color: #fff;
}

.dcx-section--gallery .dcx-kicker {
  color: #e2b45f;
}

.dcx-section--gallery .dcx-heading h2 {
  color: #fff;
}

.dcx-gallery {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.dcx-gallery figure {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, .22);
  margin: 0;
  overflow: hidden;
}

.dcx-gallery img {
  aspect-ratio: 4 / 3;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.dcx-gallery figcaption {
  color: #244038;
  font-size: .9rem;
  line-height: 1.55;
  padding: 16px 18px 18px;
}

.dcx-content-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.dcx-content-grid article {
  background: #fff;
  border: 1px solid var(--dcx-line);
  border-radius: 6px;
  box-shadow: 0 12px 32px rgba(16, 59, 45, .07);
  padding: clamp(24px, 3vw, 36px);
}

.dcx-content-grid h3 {
  color: var(--dcx-green);
  font-size: clamp(1.2rem, 2vw, 1.48rem);
  margin: 0 0 14px;
}

.dcx-content-grid h3 a {
  color: inherit;
  text-decoration: none;
}

.dcx-content-grid p {
  color: var(--dcx-muted);
  margin: 0 0 18px;
}

@media (max-width: 980px) {
  .dc26-menu-button {
    display: block;
  }

  .dc26-nav {
    align-items: stretch;
    background: #fff;
    border-top: 1px solid #dfe6e1;
    display: none;
    flex-direction: column;
    gap: 0;
    left: 0;
    padding: 20px clamp(20px,4vw,56px) 28px;
    position: absolute;
    right: 0;
    top: 100%;
  }

  .dc26-nav.is-open {
    display: flex;
  }

  .dc26-nav > a,
  .dc26-nav__group > button {
    display: block;
    padding: 12px 0;
    text-align: left;
    width: 100%;
  }

  .dc26-nav__dropdown {
    border: 0;
    box-shadow: none;
    display: none;
    left: auto;
    opacity: 1;
    padding: 0 0 8px 12px;
    pointer-events: auto;
    position: static;
    transform: none;
  }

  .dc26-nav__group.is-open .dc26-nav__dropdown {
    display: grid;
  }

  .dcx-services,
  .dcx-split,
  .dcx-faq-layout,
  .dcx-contact__grid,
  .dcx-two-columns,
  .dcx-gallery,
  .dcx-content-grid {
    grid-template-columns: 1fr;
  }

  .dcx-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dcx-post-grid,
  .dcx-city-grid {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }

  .dc26-footer__grid {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }

  .dcx-process {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 36px;
  }

  .dcx-process li:nth-child(3) {
    border-left: 0;
    padding-left: 0;
  }

  .dcx-media {
    max-width: 760px;
  }
}

@media (max-width: 680px) {
  .admin-bar .dc26-header {
    top: 46px;
  }

  .dc26-topbar__inner {
    gap: 12px;
    justify-content: center;
  }

  .dc26-topbar__inner span,
  .dc26-topbar__inner a:nth-child(2) {
    display: none;
  }

  .dc26-brand span {
    display: none;
  }

  .dc26-brand img {
    height: 52px;
  }

  .dc26-footer-cta__inner,
  .dc26-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .dc26-footer__grid,
  .dcx-post-grid,
  .dcx-city-grid {
    grid-template-columns: 1fr;
  }

  .dcx-home {
    font-size: 16px;
  }

  .dcx-hero {
    background-image: linear-gradient(rgba(10, 34, 27, 0.9), rgba(10, 34, 27, 0.9)), var(--dcx-hero-image);
    min-height: auto;
  }

  .dcx-actions,
  .dcx-actions .dcx-button {
    width: 100%;
  }

  .dcx-services,
  .dcx-mini-services,
  .dcx-process,
  .dcx-form__row,
  .dcx-gallery,
  .dcx-content-grid {
    grid-template-columns: 1fr;
  }

  .dcx-card {
    grid-template-columns: 1fr;
  }

  .dcx-card__media img {
    min-height: 220px;
  }

  .dcx-process li,
  .dcx-process li:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--dcx-line);
    padding: 28px 0 0;
  }

  .dcx-areas {
    grid-template-columns: 1fr;
  }

  .dcx-media::after {
    display: none;
  }

  .dcx-media img {
    min-height: 340px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .dcx-home *,
  .dcx-home *::before,
  .dcx-home *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
