/*
Theme Name: DC Drones
Theme URI: https://www.davidecisterna.it/
Author: DC Drones
Description: Tema proprietario per il nuovo sito DC Drones.
Version: 1.8.38
Text Domain: dc-drones
*/

:root {
  --dc-ink: #071116;
  --dc-ink-soft: #0c171d;
  --dc-paper: #f4f5f3;
  --dc-white: #ffffff;
  --dc-gold: #e8c77f;
  --dc-line: rgba(255, 255, 255, 0.16);
  --dc-muted: rgba(255, 255, 255, 0.72);
  --dc-width: 1440px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--dc-ink);
  color: var(--dc-white);
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }

button { font: inherit; }

.dc-shell {
  width: min(calc(100% - 80px), var(--dc-width));
  margin-inline: auto;
}

.dc-hero {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  isolation: isolate;
  background: #0b1419;
}

.dc-hero__media,
.dc-hero__shade {
  position: absolute;
  inset: 0;
}

.dc-hero__media {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 86% center;
  z-index: -3;
}

.dc-hero__shade {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(2, 10, 14, 0.94) 0%, rgba(3, 11, 15, 0.82) 31%, rgba(3, 11, 15, 0.28) 60%, rgba(3, 11, 15, 0.12) 100%),
    linear-gradient(180deg, rgba(3, 10, 14, 0.52) 0%, transparent 35%, rgba(3, 10, 14, 0.62) 100%);
}

.dc-header {
  height: 92px;
  display: grid;
  grid-template-columns: 260px 1fr 260px;
  align-items: center;
  gap: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.dc-brand { display: inline-flex; flex-direction: column; line-height: 1; }
.dc-brand__main { font-size: 22px; font-weight: 500; letter-spacing: 0.18em; }
.dc-brand__sub { margin-top: 7px; font-size: 8px; font-weight: 600; letter-spacing: 0.54em; }

.dc-nav { display: flex; justify-content: center; gap: clamp(26px, 3vw, 50px); }
.dc-nav a { position: relative; font-size: 14px; font-weight: 500; }
.dc-nav a.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -14px;
  height: 2px;
  background: var(--dc-gold);
}

/* Strategic service template — Riprese con drone a Milano */
.dc-page-hero {
  position: relative;
  min-height: 690px;
  overflow: hidden;
  isolation: isolate;
  background: var(--dc-ink);
}
.dc-page-hero__media,
.dc-page-hero__shade { position: absolute; inset: 0; }
.dc-page-hero__media { width: 100%; height: 100%; object-fit: cover; object-position: 84% center; z-index: -3; }
.dc-page-hero__shade { z-index: -2; background: linear-gradient(90deg,rgba(2,9,13,.96) 0%,rgba(2,9,13,.82) 40%,rgba(2,9,13,.2) 76%),linear-gradient(180deg,rgba(2,9,13,.42),rgba(2,9,13,.62)); }
.dc-page-hero__content { min-height: 598px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: 92px 0 70px; }
.dc-page-hero h1 { max-width: 900px; margin: 0; font-size: clamp(58px,6vw,96px); line-height: .93; letter-spacing: -.055em; text-transform: uppercase; }
.dc-page-hero h1 span { display: block; color: var(--dc-gold); font-weight: 500; }
.dc-page-hero__lead { max-width: 690px; margin: 26px 0 0; color: rgba(255,255,255,.88); font-size: 18px; line-height: 1.5; }
.dc-page-hero__actions { display: flex; gap: 16px; margin-top: 30px; }
.dc-page-hero__note { position: absolute; right: max(40px,calc((100vw - var(--dc-width))/2)); bottom: 46px; max-width: 240px; padding-left: 18px; border-left: 2px solid var(--dc-gold); color: rgba(255,255,255,.78); font-size: 12px; line-height: 1.5; }

.dc-proofbar { background: #f0f1ee; color: #0a1115; border-bottom: 1px solid #d7dbdc; }
.dc-proofbar__grid { min-height: 106px; display: grid; grid-template-columns: repeat(4,1fr); }
.dc-proofbar__item { display: grid; grid-template-columns: 38px 1fr; align-content: center; column-gap: 10px; padding: 20px 28px; border-right: 1px solid #d7dbdc; }
.dc-proofbar__item:first-child { border-left: 1px solid #d7dbdc; }
.dc-proofbar__icon { grid-row: 1 / span 2; color: #59666d; font-size: 25px; }
.dc-proofbar__item strong { font-size: 14px; line-height: 1.25; }
.dc-proofbar__item small { margin-top: 4px; color: #58646a; font-size: 11px; line-height: 1.35; }

.dc-service-flow { padding: 80px 0; background: var(--dc-paper); color: #091116; }
.dc-split-head { display: grid; grid-template-columns: minmax(280px,.85fr) minmax(0,1.15fr); gap: 84px; align-items: end; margin-bottom: 46px; }
.dc-split-head h2,
.dc-usecases h2,
.dc-feature h2,
.dc-faq h2 { margin: 0; font-size: clamp(38px,4vw,62px); line-height: .96; letter-spacing: -.055em; }
.dc-split-head__copy { max-width: 650px; color: #3b474d; font-size: 17px; line-height: 1.58; }
.dc-process-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.dc-process-card { min-height: 236px; padding: 24px; display: flex; flex-direction: column; border: 1px solid #d8dcdd; border-radius: 6px; background: #fafbf9; }
.dc-process-card__num { color: #8a969b; font-size: 11px; letter-spacing: .16em; }
.dc-process-card__icon { margin: 34px 0 18px; font-size: 28px; }
.dc-process-card h3 { margin: 0; font-size: 20px; letter-spacing: -.03em; }
.dc-process-card p { margin: 10px 0 0; color: #536067; font-size: 13px; line-height: 1.5; }

.dc-usecases { padding: 74px 0 80px; background: var(--dc-ink); }
.dc-usecases__head { display: flex; justify-content: space-between; align-items: flex-end; gap: 48px; margin-bottom: 40px; }
.dc-usecases__head p:last-child { max-width: 480px; margin: 0; color: rgba(255,255,255,.68); font-size: 14px; line-height: 1.55; }
.dc-usecase-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.dc-usecase { min-height: 350px; position: relative; overflow: hidden; display: flex; align-items: flex-end; padding: 22px; border-radius: 5px; isolation: isolate; }
.dc-usecase .dc-atlas { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; }
.dc-usecase::after { content:""; position:absolute; inset:0; z-index:-1; background:linear-gradient(180deg,transparent 35%,rgba(2,9,13,.92)); }
.dc-usecase h3 { margin: 0 0 6px; font-size: 22px; letter-spacing: -.035em; }
.dc-usecase p { margin: 0; color: rgba(255,255,255,.68); font-size: 12px; }

.dc-feature { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 560px; background: #eef0ed; color: #091116; }
.dc-feature__media { min-height: 520px; background-image: url('assets/dc-project-atlas-v1.png'); background-size: 300% 300%; background-position: 100% 100%; }
.dc-feature__copy { display: grid; align-content: center; padding: 70px max(40px,calc((100vw - var(--dc-width))/2)); padding-left: 74px; }
.dc-feature__copy p:not(.dc-section-kicker) { max-width: 650px; margin: 22px 0 0; color: #3d494f; font-size: 16px; line-height: 1.6; }
.dc-feature__list { margin: 28px 0 0; padding: 0; list-style: none; display: grid; gap: 12px; }
.dc-feature__list li { padding-top: 12px; border-top: 1px solid #cfd4d5; font-size: 13px; font-weight: 700; }

.dc-selected { padding: 74px 0 78px; background: #0d181e; }
.dc-selected__grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; }
.dc-selected-card { display: grid; grid-template-columns: 1.1fr .9fr; min-height: 300px; overflow: hidden; border: 1px solid rgba(255,255,255,.13); border-radius: 5px; }
.dc-selected-card .dc-atlas { min-height: 300px; }
.dc-selected-card__copy { padding: 30px; display: flex; flex-direction: column; justify-content: flex-end; }
.dc-selected-card__copy h3 { margin: 10px 0 0; font-size: 28px; letter-spacing: -.04em; }
.dc-selected-card__copy p:last-child { margin: 12px 0 0; color: rgba(255,255,255,.65); font-size: 13px; line-height: 1.5; }

.dc-faq { padding: 80px 0; background: var(--dc-paper); color: #091116; }
.dc-faq__layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; }
.dc-faq__items { border-top: 1px solid #cbd1d2; }
.dc-faq details { border-bottom: 1px solid #cbd1d2; }
.dc-faq summary { cursor: pointer; list-style: none; padding: 23px 42px 23px 0; position: relative; font-size: 17px; font-weight: 700; }
.dc-faq summary::-webkit-details-marker { display: none; }
.dc-faq summary::after { content:"+"; position:absolute; right:0; top:20px; font-size:22px; font-weight:400; }
.dc-faq details[open] summary::after { content:"−"; }
.dc-faq details p { margin: -5px 50px 24px 0; color: #4c595f; font-size: 14px; line-height: 1.6; }

.dc-header__actions { display: flex; align-items: center; justify-content: flex-end; gap: 24px; }
.dc-button {
  min-height: 48px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  border: 1px solid transparent;
  border-radius: 8px;
  background: var(--dc-white);
  color: #071015;
  font-size: 13px;
  font-weight: 700;
  transition: transform .2s ease, background .2s ease;
}
.dc-button:hover { transform: translateY(-2px); }
.dc-button--gold { background: var(--dc-gold); }
.dc-button--ghost { background: transparent; color: var(--dc-white); border-color: rgba(255,255,255,.6); }
.dc-arrow { font-size: 20px; line-height: 1; }

.dc-menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 50%;
  background: rgba(4,12,16,.4);
  color: white;
  font-size: 20px;
  cursor: pointer;
}

.dc-hero__content {
  min-height: 570px;
  padding: 92px 0 68px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.dc-eyebrow {
  margin: 0 0 22px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.30em;
  text-transform: uppercase;
}

.dc-hero h1 {
  max-width: 920px;
  margin: 0;
  font-size: clamp(62px, 6.2vw, 102px);
  font-weight: 750;
  letter-spacing: -0.055em;
  line-height: .91;
  text-transform: uppercase;
}

.dc-hero h1 span {
  display: block;
  color: var(--dc-gold);
  font-weight: 500;
  white-space: nowrap;
}

.dc-hero__lead {
  max-width: 620px;
  margin: 26px 0 0;
  font-size: 18px;
  line-height: 1.48;
  color: rgba(255,255,255,.9);
}

.dc-hero__cta { display: flex; align-items: center; gap: 22px; margin-top: 30px; }
.dc-showreel { display: inline-flex; align-items: center; gap: 13px; font-size: 13px; font-weight: 650; }
.dc-play {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 50%;
  font-size: 13px;
}

.dc-location {
  position: absolute;
  right: max(40px, calc((100vw - var(--dc-width)) / 2));
  bottom: 46px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--dc-white);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.dc-location span { display: block; margin-top: 7px; font-weight: 400; letter-spacing: 0; text-transform: none; }

.dc-trust {
  border-top: 1px solid var(--dc-line);
  border-bottom: 1px solid var(--dc-line);
  background: rgba(4, 12, 16, .96);
}

.dc-trust__inner { min-height: 132px; display: grid; align-content: center; }
.dc-trust__label { margin: 0 0 22px; font-size: 9px; font-weight: 600; letter-spacing: .25em; text-transform: uppercase; }
.dc-trust__logos {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  align-items: center;
  gap: 34px;
  color: rgba(255,255,255,.68);
}
.dc-client {
  min-height: 56px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.dc-client img {
  width: auto;
  height: 44px;
  max-width: 170px;
  object-fit: contain;
  filter: grayscale(1) contrast(5) invert(1);
  mix-blend-mode: screen;
  transform-origin: center;
}
.dc-client:nth-child(1) img { height: 40px; transform: scale(1.1); }
.dc-client:nth-child(2) img { transform: scale(1.4); }
.dc-client:nth-child(3) img { transform: scale(1.2); }
.dc-client:nth-child(4) img { transform: scale(2.2); }
.dc-client:nth-child(5) img { height: 40px; transform: scale(2.6); }
.dc-client:nth-child(6) img { transform: scale(2.8); }

.dc-icon { width: 1em; height: 1em; display: block; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
.dc-icon-fill { fill: currentColor; stroke: none; }

.dc-section-kicker {
  margin: 0 0 16px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .28em;
  text-transform: uppercase;
}

.dc-text-link {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding-bottom: 4px;
  border-bottom: 1px solid currentColor;
  font-size: 13px;
  font-weight: 700;
}

.dc-services { padding: 74px 0 64px; background: var(--dc-paper); color: #080f13; }
.dc-services__inner { display: grid; grid-template-columns: minmax(310px, .82fr) minmax(0, 1.5fr); gap: 58px; align-items: stretch; }
.dc-services__intro { max-width: 470px; }
.dc-services__intro h2,
.dc-section-head h2,
.dc-about h2,
.dc-final-cta h2 { margin: 0; font-size: clamp(34px, 3.2vw, 52px); line-height: .98; letter-spacing: -.05em; }
.dc-services__intro > p:not(.dc-section-kicker) { margin: 24px 0; font-size: 16px; line-height: 1.55; color: #354047; }
.dc-service-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 14px; }
.dc-service-card { min-width: 0; overflow: hidden; border: 1px solid #d6dadd; border-radius: 6px; background: #f9faf8; }
.dc-service-card__body { padding: 16px 14px 18px; }
.dc-service-icon { display: block; margin-bottom: 16px; font-size: 25px; color: #0a151a; }
.dc-service-card h3 { margin: 0; font-size: 18px; letter-spacing: -.03em; }
.dc-service-card p { min-height: 42px; margin: 9px 0 0; font-size: 13px; line-height: 1.4; color: #465158; }
.dc-service-image { width: 100%; aspect-ratio: 1.58; display: block; object-fit: cover; object-position: center; }

.dc-atlas { display: block; background-image: url('assets/dc-project-atlas-v1.png'); background-repeat: no-repeat; background-size: 300% 300%; }
.dc-service-card .dc-atlas { aspect-ratio: 1.58; }
.dc-atlas--lake { background-position: 0% 0%; }
.dc-atlas--car { background-position: 50% 0%; }
.dc-atlas--yacht { background-position: 100% 0%; }
.dc-atlas--building { background-position: 0% 50%; }
.dc-atlas--arena { background-position: 50% 50%; }
.dc-atlas--snow { background-position: 100% 50%; }
.dc-atlas--sport { background-position: 0% 100%; }
.dc-atlas--fashion { background-position: 50% 100%; }
.dc-atlas--milan { background-position: 100% 100%; }

.dc-projects { padding: 62px 0 72px; background: var(--dc-ink); }
.dc-section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; margin-bottom: 34px; }
.dc-project-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 18px; }
.dc-project-card .dc-atlas { aspect-ratio: 1.48; border-radius: 4px; }
.dc-project-image { width: 100%; aspect-ratio: 1.48; display: block; border-radius: 4px; object-fit: cover; object-position: center; }
.dc-project-card:nth-child(3) .dc-project-image { object-position: 50% 68%; }
.dc-card-kicker { margin: 15px 0 8px; font-size: 9px; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; color: rgba(255,255,255,.62); }
.dc-project-card h3 { margin: 0; font-size: 20px; letter-spacing: -.025em; }
.dc-project-card__foot { min-height: 54px; display: flex; align-items: flex-end; justify-content: space-between; gap: 14px; color: rgba(255,255,255,.7); font-size: 13px; }
.dc-project-card__foot a { flex: 0 0 42px; width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.65); border-radius: 50%; color: #fff; font-size: 18px; }

.dc-about { min-height: 500px; display: grid; grid-template-columns: 47% 33% 20%; background: #f1f2ef; color: #0a1115; }
.dc-about__copy { display: grid; align-items: center; padding: 70px max(40px, calc((100vw - var(--dc-width)) / 2)); padding-right: 44px; }
.dc-about__copy-inner { max-width: 600px; }
.dc-about__copy p:not(.dc-section-kicker) { max-width: 560px; margin: 22px 0 28px; font-size: 16px; line-height: 1.55; color: #303c42; }
.dc-button--dark { background: #071116; color: #fff; }
.dc-about__portrait { position: relative; overflow: hidden; clip-path: polygon(22% 0,100% 0,100% 100%,0 100%); }
.dc-about__portrait img { width: 100%; height: 100%; object-fit: cover; object-position: 70% center; }
.dc-hand-note { position: absolute; left: 20%; top: 52px; font-family: "Segoe Script", cursive; font-size: 18px; line-height: 1.25; transform: rotate(-7deg); }
.dc-about__facts { padding: 64px 44px; display: grid; align-content: center; gap: 30px; background: #081217; color: #fff; }
.dc-about__facts > div { display: grid; grid-template-columns: 38px 1fr; align-items: center; column-gap: 10px; }
.dc-fact-icon { grid-row: 1 / span 2; font-size: 27px; color: rgba(255,255,255,.76); }
.dc-about__facts strong { font-size: 18px; line-height: 1.25; }
.dc-about__facts small { margin-top: 3px; color: rgba(255,255,255,.72); font-size: 12px; }

.dc-final-cta { position: relative; overflow: hidden; isolation: isolate; }
.dc-final-cta__backdrop { position: absolute; inset: 0; z-index: -2; background: url('assets/trentino-turismo-zenitale.jpg') center 48% / cover no-repeat; filter: saturate(.78) brightness(.5); transform: scale(1.01); }
.dc-final-cta::after { content:""; position:absolute; inset:0; z-index:-1; background: linear-gradient(90deg,rgba(3,12,17,.88),rgba(3,12,17,.42)); }
.dc-final-cta__inner { min-height: 190px; display: flex; align-items: center; justify-content: space-between; gap: 42px; }
.dc-final-cta h2 { font-size: clamp(34px,3vw,48px); }
.dc-final-cta p:not(.dc-section-kicker) { margin: 10px 0 0; color: rgba(255,255,255,.83); }
.dc-final-cta__actions { display: flex; gap: 18px; }
.dc-button--whatsapp .dc-icon { width: 19px; height: 19px; margin-right: 8px; }

.dc-footer { padding: 52px 0 28px; background: #061015; color: #fff; }
.dc-footer .dc-brand,.dc-footer .dc-brand__main,.dc-footer .dc-brand__sub,.dc-footer__nav a,.dc-footer__social a { color: #fff; }
.dc-footer__main { display: grid; grid-template-columns: 1.2fr 1.2fr auto 100px; align-items: start; gap: 46px; }
.dc-footer__brand p { margin: 20px 0 0; color: rgba(255,255,255,.62); font-size: 12px; line-height: 1.6; }
.dc-footer__nav { display: flex; justify-content: center; gap: 30px; padding-top: 14px; font-size: 12px; }
.dc-footer__social { display: flex; gap: 14px; padding-top: 8px; }
.dc-footer__social a { width: 35px; height: 35px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; }
.dc-footer__social .dc-icon { width: 18px; height: 18px; }
.dc-footer__note { margin: 0; font-family: "Segoe Script", cursive; color: rgba(255,255,255,.65); font-size: 18px; line-height: 1.1; transform: rotate(-7deg); }
.dc-footer__legal { margin-top: 38px; padding-top: 24px; display: grid; grid-template-columns: 1fr auto 1fr; gap: 28px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.45); font-size: 10px; }
.dc-footer__legal nav { display: flex; gap: 24px; }
.dc-footer__legal > span:last-child { text-align: right; }

@media (max-width: 1040px) {
  .dc-shell { width: min(calc(100% - 48px), var(--dc-width)); }
  .dc-header { grid-template-columns: 220px 1fr 210px; }
  .dc-nav { gap: 20px; }
  .dc-header__actions .dc-button { display: none; }
  .dc-trust__logos { grid-template-columns: repeat(4, 1fr); row-gap: 22px; }
  .dc-services__inner { grid-template-columns: 1fr; }
  .dc-service-grid { grid-template-columns: repeat(4, 1fr); }
  .dc-project-grid { grid-template-columns: repeat(2, 1fr); row-gap: 34px; }
  .dc-about { grid-template-columns: 1fr 1fr; }
  .dc-about__copy { padding: 64px 40px; }
  .dc-about__portrait { clip-path: none; }
  .dc-about__facts { grid-column: 1 / -1; grid-template-columns: repeat(4, 1fr); padding: 32px 40px; }
  .dc-footer__main { grid-template-columns: 1fr 1fr auto; }
  .dc-footer__note { display: none; }
}

@media (max-width: 760px) {
  .dc-shell { width: calc(100% - 36px); }
  .dc-hero { min-height: 760px; }
  .dc-hero__media { object-position: 86% center; }
  .dc-hero__shade {
    background:
      linear-gradient(180deg, rgba(3,10,14,.48) 0%, rgba(3,10,14,.18) 24%, rgba(3,10,14,.84) 63%, rgba(3,10,14,.96) 100%),
      linear-gradient(90deg, rgba(3,10,14,.48), transparent 80%);
  }
  .dc-header { height: 80px; position: relative; z-index: 50; grid-template-columns: 1fr auto; border-bottom-color: rgba(255,255,255,.12); }
  .dc-brand__main { font-size: 18px; }
  .dc-brand__sub { font-size: 7px; }
  .dc-nav, .dc-header__actions { display: none; }
  .dc-menu-toggle { display: grid; place-items: center; }
  .dc-header.is-menu-open .dc-nav {
    position: absolute;
    top: 79px;
    right: -18px;
    left: -18px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px 18px 16px;
    border-top: 1px solid rgba(255,255,255,.1);
    border-bottom: 1px solid rgba(255,255,255,.14);
    background: rgba(4,12,16,.985);
    box-shadow: 0 22px 46px rgba(0,0,0,.34);
  }
  .dc-header.is-menu-open .dc-nav a { padding: 14px 4px; border-bottom: 1px solid rgba(255,255,255,.09); font-size: 15px; }
  .dc-header.is-menu-open .dc-nav a:last-child { border-bottom: 0; }
  .dc-header.is-menu-open .dc-nav a.is-active::after { right: auto; bottom: 7px; width: 34px; }
  .dc-menu-toggle[aria-expanded="true"] { border-color: var(--dc-gold); color: var(--dc-gold); }
  .dc-hero__content { min-height: 680px; padding: 280px 0 42px; justify-content: flex-end; }
  .dc-eyebrow { margin-bottom: 14px; font-size: 9px; line-height: 1.5; }
  .dc-hero h1 { max-width: 370px; font-size: clamp(45px, 13.4vw, 62px); line-height: .92; }
  .dc-hero h1 span { white-space: normal; }
  .dc-hero__lead { max-width: 410px; margin-top: 18px; font-size: 14px; line-height: 1.48; }
  .dc-hero__cta { width: 100%; align-items: stretch; gap: 12px; margin-top: 22px; }
  .dc-button { min-height: 46px; padding-inline: 18px; }
  .dc-showreel { font-size: 12px; }
  .dc-play { width: 42px; height: 42px; }
  .dc-location { display: none; }
  .dc-trust__inner { min-height: 116px; }
  .dc-trust__label { margin-bottom: 18px; }
  .dc-trust__logos { grid-template-columns: repeat(3, 1fr); gap: 20px 14px; }
  .dc-client { min-height: 48px; }
  .dc-client img { height: 34px; max-width: 108px; }
  .dc-services { padding: 54px 0; }
  .dc-services__inner { gap: 36px; }
  .dc-services__intro h2, .dc-section-head h2, .dc-about h2 { font-size: 38px; }
  .dc-service-grid { grid-template-columns: repeat(2,1fr); }
  .dc-section-head { align-items: flex-start; flex-direction: column; }
  .dc-project-grid { grid-template-columns: 1fr; }
  .dc-project-card .dc-atlas { aspect-ratio: 1.65; }
  .dc-about { display: flex; flex-direction: column; }
  .dc-about__copy { padding: 54px 18px; }
  .dc-about__portrait { min-height: 430px; order: -1; }
  .dc-about__portrait img { object-position: 70% center; }
  .dc-hand-note { left: 22px; top: 28px; }
  .dc-about__facts { grid-template-columns: repeat(2,1fr); padding: 36px 22px; }
  .dc-final-cta__inner { padding-block: 52px; align-items: flex-start; flex-direction: column; }
  .dc-final-cta__actions { width: 100%; flex-direction: column; }
  .dc-footer__main { grid-template-columns: 1fr; }
  .dc-footer__nav { justify-content: flex-start; flex-wrap: wrap; padding-top: 0; }
  .dc-footer__legal { grid-template-columns: 1fr; }
  .dc-footer__legal > span:last-child { text-align: left; }
}

/* About page — artboard 05 */
.dc-about-page { display: block; background: #f5f4ef; color: #08151b; overflow: hidden; }
.dc-about-hero { min-height: 560px; position: relative; color: #fff; background: #102832; }
.dc-about-hero__media { position: absolute; inset: 0; background: url('assets/davide-hero-venezia.jpg') 50% 52% / cover no-repeat; filter: brightness(1.1) contrast(1.08) saturate(.94); }
.dc-about-hero__shade { position: absolute; inset: 0; background: linear-gradient(90deg,rgba(6,24,32,.96) 0%,rgba(6,24,32,.86) 35%,rgba(6,24,32,.46) 58%,rgba(6,24,32,.14) 82%,rgba(6,24,32,.08) 100%),linear-gradient(0deg,rgba(5,16,22,.3),transparent 55%); }
.dc-about-hero .dc-header { position: relative; z-index: 2; }
.dc-about-hero__content { position: relative; z-index: 1; padding-top: 105px; padding-bottom: 78px; max-width: 1180px; }
.dc-about-hero__content .dc-eyebrow { margin-bottom: 14px; }
.dc-about-hero h1 { max-width: 690px; margin: 0 0 22px; color: #fff; font-size: clamp(44px,5.4vw,78px); line-height: .95; letter-spacing: -.055em; text-transform: none; }
.dc-about-hero h1 span { display: block; margin-top: 12px; max-width: 620px; font-size: .45em; line-height: 1.04; letter-spacing: -.025em; font-weight: 650; }
.dc-about-hero__content > p:not(.dc-eyebrow) { max-width: 590px; margin: 0 0 26px; font-size: 17px; line-height: 1.55; color: rgba(255,255,255,.88); }
.dc-about-facts { padding: 20px 0; background: #ece9e1; }
.dc-about-facts__grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }
.dc-about-facts__grid > div { min-height: 126px; padding: 22px 22px 20px; position: relative; background: #fff; }
.dc-about-facts__grid > div::before { width: 34px; height: 3px; position: absolute; top: 0; left: 22px; content: ''; background: #d9a544; }
.dc-about-facts strong,.dc-about-facts span,.dc-about-facts small { display: block; }
.dc-about-facts span { margin-bottom: 10px; color: #778289; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .14em; }
.dc-about-facts strong { font-size: 25px; line-height: 1.08; letter-spacing: -.035em; }
.dc-about-facts small { margin-top: 7px; color: #657178; font-size: 12px; line-height: 1.35; }
.dc-about-story { padding: 82px 0 72px; }
.dc-about-story__grid { display: grid; grid-template-columns: 1.04fr .96fr; gap: 72px; align-items: stretch; }
.dc-about-story__copy { padding: 12px 0; }
.dc-about-story h2,.dc-about-gear h2,.dc-about-cta h2 { margin: 6px 0 22px; font-size: clamp(34px,3.45vw,54px); line-height: .98; letter-spacing: -.05em; }
.dc-about-story__copy > p:not(.dc-section-kicker) { max-width: 680px; color: #4f5e65; font-size: 16px; line-height: 1.7; }
.dc-about-story blockquote { margin: 30px 0 0; padding: 20px 24px; border-left: 3px solid #d9a544; background: #fff; font-size: 21px; line-height: 1.35; font-weight: 650; }
.dc-about-story__portrait { min-height: 520px; margin: 0; position: relative; overflow: hidden; background: #d9dddc; }
.dc-about-story__portrait img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; object-position: 50% 25%; filter: contrast(1.04) saturate(.92); }
.dc-about-story__portrait figcaption { position: absolute; left: 18px; bottom: 16px; padding: 8px 12px; background: rgba(7,22,29,.78); color: #fff; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.dc-about-gear { padding: 70px 0 82px; background: #fff; }
.dc-about-gear h2 { max-width: 760px; }
.dc-about-gear__grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 34px; }
.dc-about-gear article { border: 1px solid rgba(8,24,31,.12); background: #f5f4ef; overflow: hidden; }
.dc-about-gear article img { width: 100%; height: 205px; display: block; object-fit: cover; object-position: center; }
.dc-about-gear article:first-child img { object-fit: cover; padding: 0; background: #10191f; }
.dc-about-gear article div { padding: 19px 20px 22px; }
.dc-about-gear h3 { margin: 0 0 6px; font-size: 18px; }
.dc-about-gear article p { margin: 0; color: #67747a; font-size: 13px; line-height: 1.5; }
.dc-about-gear__note { margin: 15px 0 0; color: #7a8589; font-size: 11px; }
.dc-about-cta { padding: 38px 0; color: #fff; background: linear-gradient(110deg,rgba(5,24,32,.97),rgba(17,50,62,.91)),url('assets/hero-milano-concept-v1.webp') center 55%/cover; }
.dc-about-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.dc-about-cta h2 { margin: 0; font-size: clamp(29px,3.2vw,45px); }

@media (max-width: 800px) {
  .dc-about-hero { min-height: 690px; }
  .dc-about-hero__media { background-position: 52% 14%; background-size: auto 66%; }
  .dc-about-hero__shade { background: linear-gradient(0deg,rgba(6,24,32,.96) 0%,rgba(6,24,32,.86) 43%,rgba(6,24,32,.18) 74%); }
  .dc-about-hero__content { padding-top: 325px; padding-bottom: 44px; }
  .dc-about-hero h1 { font-size: 46px; }
  .dc-about-hero h1 span { font-size: .43em; }
  .dc-about-facts__grid { grid-template-columns: repeat(2,1fr); }
  .dc-about-facts__grid { gap: 10px; }
  .dc-about-facts__grid > div { min-height: 120px; padding: 20px 18px 18px; }
  .dc-about-story { padding: 54px 0; }
  .dc-about-story__grid { grid-template-columns: 1fr; gap: 32px; }
  .dc-about-story__portrait { min-height: 430px; }
  .dc-about-gear { padding: 54px 0; }
  .dc-about-gear__grid { grid-template-columns: 1fr; }
  .dc-about-gear article { display: grid; grid-template-columns: 42% 58%; }
  .dc-about-gear article img { height: 170px; }
  .dc-about-cta__inner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 430px) {
  .dc-hero__cta { flex-direction: column; width: auto; }
  .dc-showreel { min-height: 44px; }
  .dc-trust__logos { grid-template-columns: repeat(2, 1fr); }
  .dc-client:nth-child(n+5) { display: none; }
}

@media (max-width: 1040px) {
  .dc-page-hero__note { display: none; }
  .dc-proofbar__grid { grid-template-columns: repeat(2,1fr); }
  .dc-proofbar__item:nth-child(3) { border-left: 1px solid #d7dbdc; }
  .dc-process-grid, .dc-usecase-grid { grid-template-columns: repeat(2,1fr); }
  .dc-selected-card { grid-template-columns: 1fr; }
  .dc-selected-card .dc-atlas { min-height: 230px; }
  .dc-faq__layout { grid-template-columns: .85fr 1.15fr; gap: 56px; }
}

@media (max-width: 760px) {
  .dc-page-hero { min-height: 740px; }
  .dc-page-hero__media { object-position: 78% center; }
  .dc-page-hero__shade { background: linear-gradient(180deg,rgba(2,9,13,.28) 0%,rgba(2,9,13,.42) 36%,rgba(2,9,13,.96) 72%); }
  .dc-page-hero__content { min-height: 660px; justify-content: flex-end; padding: 260px 0 44px; }
  .dc-page-hero h1 { font-size: clamp(46px,13vw,62px); }
  .dc-page-hero__lead { margin-top: 18px; font-size: 14px; }
  .dc-page-hero__actions { width: 100%; flex-direction: column; }
  .dc-proofbar__grid { width: 100%; grid-template-columns: 1fr 1fr; }
  .dc-proofbar__item { min-height: 108px; padding: 18px; }
  .dc-proofbar__item:nth-child(odd) { border-left: 0; }
  .dc-proofbar__item:nth-child(even) { border-right: 0; }
  .dc-service-flow, .dc-usecases, .dc-selected, .dc-faq { padding: 56px 0; }
  .dc-split-head { grid-template-columns: 1fr; gap: 24px; margin-bottom: 34px; }
  .dc-split-head h2, .dc-usecases h2, .dc-feature h2, .dc-faq h2 { font-size: 40px; }
  .dc-split-head__copy { font-size: 15px; }
  .dc-process-grid { grid-template-columns: 1fr 1fr; }
  .dc-process-card { min-height: 220px; padding: 20px; }
  .dc-usecases__head { align-items: flex-start; flex-direction: column; gap: 22px; }
  .dc-usecase-grid { grid-template-columns: 1fr; }
  .dc-usecase { min-height: 310px; }
  .dc-feature { grid-template-columns: 1fr; }
  .dc-feature__media { min-height: 340px; }
  .dc-feature__copy { padding: 54px 18px; }
  .dc-selected__grid { grid-template-columns: 1fr; }
  .dc-selected-card { grid-template-columns: 1fr 1fr; min-height: 260px; }
  .dc-selected-card .dc-atlas { min-height: 260px; }
  .dc-selected-card__copy { padding: 22px; }
  .dc-faq__layout { grid-template-columns: 1fr; gap: 36px; }
}

@media (max-width: 520px) {
  .dc-proofbar__grid { grid-template-columns: 1fr; }
  .dc-proofbar__item { border-left: 0 !important; border-right: 0; border-bottom: 1px solid #d7dbdc; }
  .dc-process-grid { grid-template-columns: 1fr; }
  .dc-selected-card { grid-template-columns: 1fr; }
  .dc-selected-card .dc-atlas { min-height: 220px; }
}

/* Location / SEO page — artboard 04 */
.dc-local-hero { position: relative; min-height: 520px; overflow: hidden; isolation: isolate; background: var(--dc-ink); }
.dc-local-hero__media, .dc-local-hero__shade { position: absolute; inset: 0; }
.dc-local-hero__media { z-index: -3; width: 100%; height: 100%; object-fit: cover; object-position: 74% center; }
.dc-local-hero__shade { z-index: -2; background: linear-gradient(90deg,rgba(2,9,13,.94) 0%,rgba(2,9,13,.74) 42%,rgba(2,9,13,.15) 78%),linear-gradient(180deg,rgba(2,9,13,.42),rgba(2,9,13,.5)); }
.dc-local-hero__content { min-height: 428px; padding: 62px 0 52px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.dc-local-hero h1 { max-width: 720px; margin: 0; font-size: clamp(52px,5vw,78px); line-height: .95; letter-spacing: -.052em; text-transform: uppercase; }
.dc-local-hero__content > p:not(.dc-eyebrow) { max-width: 650px; margin: 22px 0 0; color: rgba(255,255,255,.86); font-size: 16px; line-height: 1.5; }
.dc-local-hero__actions { display: flex; gap: 14px; margin-top: 26px; }

.dc-local-categories { background: #f5f6f4; color: #0a1115; border-bottom: 1px solid #d8dcdd; }
.dc-local-categories__grid { min-height: 92px; display: grid; grid-template-columns: repeat(5,1fr); }
.dc-local-categories a { display: grid; place-items: center; align-content: center; gap: 7px; border-right: 1px solid #dde0e1; }
.dc-local-categories a:first-child { border-left: 1px solid #dde0e1; }
.dc-local-categories a span { font-size: 25px; line-height: 1; }
.dc-local-categories a .dc-icon { width: 26px; height: 26px; stroke-width: 1.5; }
.dc-local-categories a strong { font-size: 12px; text-transform: capitalize; }

.dc-local-body { padding: 64px 0 72px; background: var(--dc-paper); color: #091116; }
.dc-local-why { display: grid; grid-template-columns: 1.25fr .75fr; gap: 72px; align-items: center; }
.dc-local-why__copy { max-width: 730px; }
.dc-local-why h2, .dc-local-projects h2, .dc-local-faq h2, .dc-local-cta h2 { margin: 0; font-size: clamp(34px,3.5vw,52px); line-height: .98; letter-spacing: -.05em; }
.dc-local-why__copy > p:not(.dc-section-kicker) { margin: 22px 0 24px; color: #425057; font-size: 15px; line-height: 1.62; }
.dc-local-why__image { display: block; width: 100%; aspect-ratio: 1.45; border-radius: 5px; object-fit: cover; }

.dc-local-projects { margin-top: 64px; }
.dc-local-section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 26px; }
.dc-local-project-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.dc-local-project-grid article { min-width: 0; padding-bottom: 18px; border-bottom: 1px solid #d2d7d8; }
.dc-local-project-grid .dc-atlas, .dc-local-project-image { display: block; width: 100%; aspect-ratio: 1.55; border-radius: 4px; object-fit: cover; }
.dc-local-project-grid p { margin: 12px 0 7px; color: #6a767c; font-size: 9px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.dc-local-project-grid h3 { margin: 0; font-size: 17px; line-height: 1.2; letter-spacing: -.03em; }

.dc-local-faq { margin-top: 64px; }
.dc-local-faq > h2 { max-width: 620px; margin-bottom: 28px; }
.dc-local-faq__items { border-top: 1px solid #cbd1d2; }
.dc-local-faq details { border-bottom: 1px solid #cbd1d2; }
.dc-local-faq summary { cursor: pointer; list-style: none; position: relative; padding: 19px 42px 19px 0; font-size: 14px; font-weight: 700; }
.dc-local-faq summary::-webkit-details-marker { display: none; }
.dc-local-faq summary::after { content:"⌄"; position:absolute; right:4px; top:16px; font-size:18px; }
.dc-local-faq details[open] summary::after { transform: rotate(180deg); }
.dc-local-faq details p { max-width: 950px; margin: -3px 50px 20px 0; color: #4b585e; font-size: 13px; line-height: 1.58; }

.dc-local-cta { position: relative; overflow: hidden; isolation: isolate; background: url('assets/trentino-turismo-zenitale.jpg') center 48% / cover no-repeat; }
.dc-local-cta__shade { position:absolute; inset:0; z-index:-1; background:linear-gradient(90deg,rgba(3,11,15,.93),rgba(3,11,15,.56)); }
.dc-local-cta__inner { min-height: 166px; display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.dc-local-cta h2 { font-size: clamp(30px,3vw,44px); }
.dc-local-footer { padding-top: 42px; }

@media (max-width: 1040px) {
  .dc-local-why { grid-template-columns: 1fr .72fr; gap: 42px; }
  .dc-local-project-grid { grid-template-columns: repeat(2,1fr); row-gap: 28px; }
}

@media (max-width: 760px) {
  .dc-local-hero { min-height: 640px; }
  .dc-local-hero__media { object-position: 77% center; }
  .dc-local-hero__shade { background:linear-gradient(180deg,rgba(2,9,13,.26) 0%,rgba(2,9,13,.48) 44%,rgba(2,9,13,.96) 78%); }
  .dc-local-hero__content { min-height: 560px; justify-content: flex-end; padding: 250px 0 42px; }
  .dc-local-hero h1 { font-size: clamp(45px,13vw,58px); }
  .dc-local-hero__content > p:not(.dc-eyebrow) { margin-top: 17px; font-size: 14px; }
  .dc-local-hero__actions { width: 100%; flex-direction: column; }
  .dc-local-categories__grid { width: 100%; grid-template-columns: repeat(5,1fr); overflow-x: auto; }
  .dc-local-categories a { min-width: 105px; min-height: 88px; }
  .dc-local-body { padding: 52px 0 58px; }
  .dc-local-why { grid-template-columns: 1fr; gap: 30px; }
  .dc-local-why__image { order: -1; aspect-ratio: 1.65; }
  .dc-local-why h2, .dc-local-projects h2, .dc-local-faq h2 { font-size: 38px; }
  .dc-local-section-head { align-items: flex-start; flex-direction: column; }
  .dc-local-projects, .dc-local-faq { margin-top: 52px; }
  .dc-local-project-grid { grid-template-columns: repeat(2,1fr); }
  .dc-local-project-grid h3 { font-size: 15px; }
  .dc-local-cta__inner { min-height: 220px; padding-block: 42px; align-items: flex-start; flex-direction: column; }
  .dc-local-cta__inner .dc-button { width: 100%; }
}

@media (max-width: 430px) {
  .dc-local-project-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .dc-local-project-grid .dc-atlas, .dc-local-project-image { aspect-ratio: 1.25; }
}

/* Service page — artboard 02 */
.dc-offer-hero { position: relative; min-height: 510px; overflow: hidden; isolation: isolate; background: var(--dc-ink); }
.dc-offer-hero__media, .dc-offer-hero__shade { position: absolute; inset: 0; }
.dc-offer-hero__media { z-index: -3; background-image: url('assets/dc-project-atlas-v1.png'); background-repeat: no-repeat; background-size: 300% 300%; background-position: 0 0; transform: scale(1.03); }
.dc-rental-service .dc-offer-hero__media { background-image: url('assets/trentino-turismo-strada.jpg'); background-size: cover; background-position: center 52%; filter: saturate(.86) contrast(1.05) brightness(.78); transform: scale(1.01); }
.dc-offer-hero__shade { z-index: -2; background: linear-gradient(90deg,rgba(2,9,13,.93) 0%,rgba(2,9,13,.75) 43%,rgba(2,9,13,.16) 78%),linear-gradient(180deg,rgba(2,9,13,.38),rgba(2,9,13,.56)); }
.dc-offer-hero__content { min-height: 418px; padding: 62px 0 54px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.dc-offer-hero h1 { max-width: 790px; margin: 0; font-size: clamp(49px,4.9vw,75px); line-height: .94; letter-spacing: -.052em; text-transform: uppercase; }
.dc-offer-hero__content > p:not(.dc-eyebrow) { max-width: 640px; margin: 21px 0 0; color: rgba(255,255,255,.86); font-size: 16px; line-height: 1.5; }
.dc-offer-hero__actions { display: flex; gap: 14px; margin-top: 26px; }

.dc-offer-areas { background: #071116; border-top: 1px solid rgba(255,255,255,.09); }
.dc-offer-areas__grid { min-height: 96px; display: grid; grid-template-columns: repeat(5,1fr); }
.dc-offer-areas a { display: grid; place-items: center; align-content: center; gap: 7px; border-right: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.82); }
.dc-offer-areas a:first-child { border-left: 1px solid rgba(255,255,255,.1); }
.dc-offer-areas span { font-size: 24px; color: #fff; }
.dc-offer-areas .dc-icon { width: 26px; height: 26px; stroke-width: 1.5; }
.dc-offer-areas strong { font-size: 11px; letter-spacing: .02em; }

.dc-offer-main { padding: 66px 0 72px; background: var(--dc-paper); color: #091116; }
.dc-offer-intro { display: grid; grid-template-columns: 1.08fr .92fr; gap: 70px; align-items: center; }
.dc-offer-intro h2, .dc-offer-projects h2, .dc-offer-faq h2, .dc-offer-cta h2 { margin: 0; font-size: clamp(34px,3.4vw,50px); line-height: .98; letter-spacing: -.05em; }
.dc-offer-intro__copy > p:not(.dc-section-kicker) { max-width: 650px; margin: 22px 0; color: #435158; font-size: 15px; line-height: 1.62; }
.dc-offer-checks { margin: 25px 0 0; padding: 0; list-style: none; display: grid; gap: 12px; }
.dc-offer-checks li { position: relative; padding-left: 30px; font-size: 14px; font-weight: 650; }
.dc-offer-checks li::before { content: "✓"; position: absolute; left: 0; top: -2px; width: 20px; height: 20px; display: grid; place-items: center; border-radius: 50%; background: #081217; color: #fff; font-size: 11px; }
.dc-offer-intro__media { display: grid; grid-template-columns: 1fr; grid-template-rows: 1fr 1fr; gap: 12px; min-height: 430px; }
.dc-offer-intro-image { display: block; width: 100%; height: 100%; min-height: 0; border-radius: 4px; object-fit: cover; }
.dc-offer-media { position: relative; display: block; overflow: hidden; border-radius: 4px; background-repeat: no-repeat; }
.dc-offer-media--drone { background-image: url('assets/hero-milano-concept-v1.webp'); background-size: cover; background-position: 74% center; }
.dc-offer-media--video { background-image: url('assets/dc-project-atlas-v1.png'); background-size: 300% 300%; background-position: 100% 50%; }
.dc-corporate .dc-offer-hero__media { background-image: url('assets/armani-exchange-per-milano-campo.webp'); background-size: cover; background-position: center; filter: saturate(.86) contrast(1.04); }
.dc-offer-media--corporate-a { background-image: url('assets/armani-exchange-per-milano-campo.webp'); background-size: cover; background-position: center; }
.dc-offer-media--corporate-b { background-image: url('assets/corporate-video-airclean.webp'); background-size: cover; background-position: center; }
.dc-fpv-service .dc-offer-hero__media { background-image: url('assets/fpv-cinematic-real.jpg'); background-size: cover; background-position: center; filter: saturate(.9) contrast(1.06); }
.dc-offer-media--fpv-a { background-image: url('assets/fpv-cinelifter-real.jpg'); background-size: cover; background-position: center; }
.dc-offer-media--fpv-b { background-image: url('assets/fpv-cinewhoop-real.jpg'); background-size: cover; background-position: center; }
.dc-inspection-service .dc-offer-hero__media { background-image: url('assets/dc-project-atlas-v1.png'); background-size: 300% 300%; background-position: 0 50%; filter: saturate(.72) contrast(1.08); }
.dc-offer-media--inspection-a { background-image: url('assets/dc-project-atlas-v1.png'); background-size: 300% 300%; background-position: 0 50%; }
.dc-offer-media--inspection-b { background-image: url('assets/mavic3-pro-cine-real.jpg'); background-size: cover; background-position: center; }
.dc-live-service .dc-offer-hero__media { background-image: url('assets/live-cocacola-real.webp'); background-size: cover; background-position: center 42%; filter: saturate(.78) contrast(1.06) brightness(.68); }
.dc-offer-media--live-stage { background-image: url('assets/live-cocacola-real.webp'); background-size: cover; background-position: center; }
.dc-offer-media--live-miss { background-image: url('assets/live-miss-italia-real.jpg'); background-size: cover; background-position: center 38%; }
.dc-offer-media--live-stadium { background-image: url('assets/live-san-siro-real.jpg'); background-size: cover; background-position: center; }
.dc-photo-service .dc-offer-hero__media { background-image: url('assets/foto-torre-gioia-real.jpg'); background-size: cover; background-position: center 42%; filter: saturate(.78) contrast(1.04) brightness(.76); }
.dc-offer-media--photo-tower { background-image: url('assets/foto-torre-gioia-real.jpg'); background-size: cover; background-position: center; }
.dc-offer-media--photo-duomo { background-image: url('assets/foto-duomo-milano-real.jpg'); background-size: cover; background-position: center; }
.dc-offer-media--photo-lv { background-image: url('assets/foto-lv-real.jpg'); background-size: cover; background-position: center; }
.dc-fashion-service .dc-offer-hero__media { background-image: url('assets/moda-lv-real.jpg'); background-size: cover; background-position: center; filter: saturate(.8) contrast(1.04) brightness(.72); }
.dc-offer-media--fashion-lv { background-image: url('assets/moda-lv-real.jpg'); background-size: cover; background-position: center; }
.dc-offer-media--fashion-mango { background-image: url('assets/moda-mango-real.webp'); background-size: cover; background-position: center; }
.dc-offer-media--fashion-brett { background-image: url('assets/moda-brett-real.webp'); background-size: cover; background-position: center; }
.dc-offer-play { position: absolute; left: 50%; top: 50%; width: 48px; height: 48px; display: grid; place-items: center; transform: translate(-50%,-50%); border: 1px solid rgba(255,255,255,.82); border-radius: 50%; background: rgba(4,12,16,.42); color: #fff; font-size: 18px; }

.dc-offer-projects { margin-top: 66px; }
.dc-offer-projects__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 26px; }
.dc-offer-project-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.dc-offer-project-grid article { padding-bottom: 17px; border-bottom: 1px solid #d0d5d6; }
.dc-offer-project-grid .dc-atlas, .dc-offer-project-grid .dc-offer-media, .dc-offer-project-image { display: block; width: 100%; aspect-ratio: 1.7; border-radius: 4px; object-fit: cover; }
.dc-offer-project-grid p { margin: 12px 0 7px; color: #6a767c; font-size: 9px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.dc-offer-project-grid h3 { margin: 0; font-size: 18px; letter-spacing: -.03em; }

.dc-offer-faq { margin-top: 62px; display: grid; grid-template-columns: .72fr 1.28fr; gap: 64px; align-items: start; }
.dc-offer-faq__items { border-top: 1px solid #cbd1d2; }
.dc-offer-faq details { border-bottom: 1px solid #cbd1d2; }
.dc-offer-faq summary { cursor: pointer; list-style: none; position: relative; padding: 18px 40px 18px 0; font-size: 14px; font-weight: 700; }
.dc-offer-faq summary::-webkit-details-marker { display: none; }
.dc-offer-faq summary::after { content: "+"; position: absolute; right: 4px; top: 15px; font-size: 20px; font-weight: 400; }
.dc-offer-faq details[open] summary::after { content: "−"; }
.dc-offer-faq details p { margin: -2px 42px 18px 0; color: #4b585e; font-size: 13px; line-height: 1.58; }

.dc-offer-cta { position: relative; isolation: isolate; overflow: hidden; background-image: url('assets/dc-project-atlas-v1.png'); background-size: 300% 300%; background-position: 0 0; }
.dc-rental-service .dc-offer-cta { background: url('assets/trentino-turismo-zenitale.jpg') center 48% / cover no-repeat; }
.dc-offer-cta::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg,rgba(3,11,15,.95),rgba(3,11,15,.54)); }
.dc-offer-cta__inner { min-height: 166px; display: flex; justify-content: space-between; align-items: center; gap: 38px; }
.dc-offer-cta h2 { font-size: clamp(30px,3vw,44px); }
.dc-offer-cta__inner p:not(.dc-section-kicker) { margin: 8px 0 0; color: rgba(255,255,255,.8); font-size: 14px; }
.dc-offer-footer { padding-top: 42px; }

@media (min-width: 761px) {
  .dc-rental-service .dc-offer-intro { grid-template-columns: minmax(0,1.2fr) minmax(300px,.8fr); gap: 64px; }
  .dc-rental-service .dc-offer-intro__media { width: 100%; max-width: 520px; min-height: 390px; justify-self: end; }
}

@media (max-width: 1040px) {
  .dc-offer-intro { grid-template-columns: 1fr .85fr; gap: 42px; }
  .dc-offer-intro__media { grid-template-columns: 1fr; grid-template-rows: 1fr 1fr; }
}

@media (max-width: 760px) {
  .dc-offer-hero { min-height: 640px; }
  .dc-offer-hero__media { background-size: 300% 300%; background-position: 0 0; }
  .dc-offer-hero__shade { background: linear-gradient(180deg,rgba(2,9,13,.24) 0%,rgba(2,9,13,.48) 43%,rgba(2,9,13,.97) 79%); }
  .dc-offer-hero__content { min-height: 560px; justify-content: flex-end; padding: 248px 0 42px; }
  .dc-offer-hero h1 { font-size: clamp(43px,12.4vw,58px); }
  .dc-offer-hero__content > p:not(.dc-eyebrow) { margin-top: 17px; font-size: 14px; }
  .dc-offer-hero__actions { width: 100%; flex-direction: column; }
  .dc-offer-areas__grid { width: 100%; grid-template-columns: repeat(5,1fr); overflow-x: auto; }
  .dc-offer-areas a { min-width: 105px; min-height: 88px; }
  .dc-offer-main { padding: 52px 0 58px; }
  .dc-offer-intro { grid-template-columns: 1fr; gap: 32px; }
  .dc-offer-intro__media { order: -1; min-height: 350px; grid-template-columns: 1fr; grid-template-rows: 1fr 1fr; }
  .dc-offer-intro h2, .dc-offer-projects h2, .dc-offer-faq h2 { font-size: 38px; }
  .dc-offer-projects { margin-top: 52px; }
  .dc-offer-projects__head { align-items: flex-start; flex-direction: column; }
  .dc-offer-project-grid { grid-template-columns: 1fr; gap: 24px; }
  .dc-offer-project-grid .dc-atlas, .dc-offer-project-image { aspect-ratio: 1.8; }
  .dc-offer-faq { margin-top: 52px; grid-template-columns: 1fr; gap: 28px; }
  .dc-offer-cta__inner { min-height: 220px; padding-block: 42px; align-items: flex-start; flex-direction: column; }
  .dc-offer-cta__inner .dc-button { width: 100%; }
}

/* Project / case-study page — artboard 03 */
.dc-case-hero { position: relative; min-height: 660px; overflow: hidden; isolation: isolate; background: var(--dc-ink); }
.dc-case-hero__media, .dc-case-hero__shade { position: absolute; inset: 0; }
.dc-case-hero__media { z-index: -3; background-image: url('assets/mercedes-amg-real.jpg'); background-size: cover; background-position: center 64%; background-repeat: no-repeat; transform: scale(1.02); }
.dc-case-hero__shade { z-index: -2; background: linear-gradient(180deg,rgba(2,9,13,.34) 0%,rgba(2,9,13,.08) 34%,rgba(2,9,13,.74) 100%),linear-gradient(90deg,rgba(2,9,13,.36),transparent 72%); }
.dc-case-breadcrumb { padding-top: 24px; color: rgba(255,255,255,.62); font-size: 10px; }
.dc-case-hero__content { min-height: 514px; padding: 220px 0 48px; display: flex; flex-direction: column; justify-content: flex-end; align-items: flex-start; }
.dc-case-hero h1 { max-width: 900px; margin: 0; font-size: clamp(54px,5.7vw,86px); line-height: .92; letter-spacing: -.055em; text-transform: uppercase; }
.dc-case-hero__lead { max-width: 620px; margin: 18px 0 0; color: rgba(255,255,255,.86); font-size: 17px; }
.dc-case-tags { display: flex; flex-wrap: wrap; gap: 10px 28px; margin-top: 25px; color: rgba(255,255,255,.78); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

.dc-case-main { padding: 66px 0 0; background: var(--dc-paper); color: #091116; }
.dc-case-intro { display: grid; grid-template-columns: 1fr 265px; gap: 78px; align-items: start; }
.dc-case-intro h2, .dc-case-results h2 { margin: 0; font-size: clamp(34px,3.4vw,50px); line-height: .98; letter-spacing: -.05em; }
.dc-case-intro__copy > p:not(.dc-section-kicker) { max-width: 780px; margin: 22px 0 0; color: #435158; font-size: 15px; line-height: 1.64; }
.dc-case-facts { margin: 0; padding: 4px 0 0; display: grid; gap: 18px; }
.dc-case-facts div { padding-bottom: 14px; border-bottom: 1px solid #d2d7d8; }
.dc-case-facts dt { margin: 0 0 5px; color: #7a858a; font-size: 9px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.dc-case-facts dd { margin: 0; font-size: 14px; font-weight: 700; }
.dc-case-facts .dc-button { margin-top: 4px; }

.dc-case-gallery { margin-top: 48px; display: grid; grid-template-columns: 1.35fr .65fr .65fr; grid-template-rows: 220px 220px; gap: 12px; }
.dc-case-gallery .dc-atlas { border-radius: 4px; }
.dc-case-photo { display: block; border-radius: 4px; background-image: url('assets/mercedes-amg-real.jpg'); background-size: cover; background-repeat: no-repeat; }
.dc-case-photo--wide { background-position: center 52%; }
.dc-case-photo--rear { background-position: 55% 78%; }
.dc-case-photo--track { background-position: 82% 42%; }
.dc-case-photo--curve { background-position: 18% 58%; }
.dc-case-gallery__main { grid-row: 1 / 3; }
.dc-case-gallery__wide { grid-column: 2 / 4; }
.dc-case-gallery--two { grid-template-columns: repeat(2,minmax(0,1fr)); grid-template-rows: 360px; }
.dc-case-gallery--two .dc-case-gallery__main,
.dc-case-gallery--two .dc-case-gallery__wide { grid-column: auto; grid-row: auto; }
.dc-case-video { margin-top: 48px; overflow: hidden; border-radius: 4px; background: #02090d; box-shadow: 0 18px 44px rgba(7,20,26,.16); }
.dc-case-video iframe { display: block; width: 100%; aspect-ratio: 16 / 9; border: 0; }
.dc-case-links { margin-top: 24px; display: flex; flex-wrap: wrap; gap: 12px; }
.dc-case-links a { min-height: 50px; display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; padding: 0 20px; border: 1px solid #263940; border-radius: 3px; background: #0a171d; color: #fff; font-size: 13px; font-weight: 700; }
.dc-case-links a:hover { border-color: #d7b66b; color: #efd288; }
.dc-case-hero--shade-heavy .dc-case-hero__shade { background: linear-gradient(90deg,rgba(3,10,14,.97) 0%,rgba(3,10,14,.9) 38%,rgba(3,10,14,.38) 70%,rgba(3,10,14,.28) 100%); }

.dc-case-results { padding: 58px 0 64px; }
.dc-case-results__grid { margin-top: 28px; display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid #d1d6d7; border-bottom: 1px solid #d1d6d7; }
.dc-case-result { min-height: 142px; padding: 27px 24px; border-right: 1px solid #d1d6d7; }
.dc-case-result:last-child { border-right: 0; }
.dc-case-result__mark { display: block; width: 29px; height: 29px; margin-bottom: 17px; color: #16313c; }
.dc-case-result__mark .dc-icon { width: 29px; height: 29px; stroke-width: 1.45; }
.dc-case-result strong { display: block; font-size: 14px; line-height: 1.25; }
.dc-case-result small { display: block; margin-top: 5px; color: #68757b; font-size: 11px; }

.dc-case-faq { padding: 8px 0 70px; display: grid; grid-template-columns: .72fr 1.28fr; gap: 72px; align-items: start; }
.dc-case-faq h2 { margin: 0; font-size: clamp(34px,3.4vw,50px); line-height: .98; letter-spacing: -.05em; }
.dc-case-faq__items { border-top: 1px solid #cbd1d2; }
.dc-case-faq details { border-bottom: 1px solid #cbd1d2; }
.dc-case-faq summary { cursor: pointer; list-style: none; position: relative; padding: 20px 42px 20px 0; font-size: 15px; font-weight: 700; }
.dc-case-faq summary::-webkit-details-marker { display: none; }
.dc-case-faq summary::after { content:"+"; position:absolute; right:4px; top:16px; font-size:22px; font-weight:400; }
.dc-case-faq details[open] summary::after { content:"−"; }
.dc-case-faq details p { margin: -3px 48px 22px 0; color: #4b585e; font-size: 14px; line-height: 1.65; }

.dc-case-nav { background: #081217; }
.dc-case-nav__inner { min-height: 90px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.dc-case-nav a { font-size: 12px; font-weight: 700; }
.dc-case-footer { padding-top: 42px; }

/* Editorial guide template */
.dc-guide { background: var(--dc-paper); color: #091116; }
.dc-guide-hero { position: relative; min-height: 650px; overflow: hidden; isolation: isolate; background: var(--dc-ink); color: #fff; }
.dc-guide-hero__media, .dc-guide-hero__shade { position: absolute; inset: 0; }
.dc-guide-hero__media { z-index: -3; background-size: cover; background-repeat: no-repeat; transform: scale(1.02); }
.dc-guide-hero__shade { z-index: -2; background: linear-gradient(180deg,rgba(2,9,13,.34),rgba(2,9,13,.2) 34%,rgba(2,9,13,.9) 100%),linear-gradient(90deg,rgba(2,9,13,.7),transparent 72%); }
.dc-guide-breadcrumb { padding-top: 24px; color: rgba(255,255,255,.64); font-size: 10px; }
.dc-guide-hero__content { min-height: 500px; padding: 210px 0 48px; display: flex; flex-direction: column; justify-content: flex-end; align-items: flex-start; }
.dc-guide-hero h1 { max-width: 980px; margin: 0; font-size: clamp(52px,5.6vw,84px); line-height: .93; letter-spacing: -.055em; text-transform: uppercase; }
.dc-guide-hero__lead { max-width: 720px; margin: 19px 0 0; color: rgba(255,255,255,.87); font-size: 17px; line-height: 1.55; }
.dc-guide-tags { display: flex; flex-wrap: wrap; gap: 10px 26px; margin-top: 24px; color: rgba(255,255,255,.77); font-size: 10px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.dc-guide-main { padding: 70px 0 0; background: var(--dc-paper); }
.dc-guide-intro { display: grid; grid-template-columns: minmax(0,1fr) 280px; gap: 80px; align-items: start; }
.dc-guide h2 { margin: 0; font-size: clamp(34px,3.5vw,52px); line-height: .98; letter-spacing: -.05em; }
.dc-guide-intro__copy > p:not(.dc-section-kicker) { max-width: 820px; margin: 22px 0 0; color: #435158; font-size: 16px; line-height: 1.7; }
.dc-guide-facts { margin: 0; padding: 4px 0 0; display: grid; gap: 18px; }
.dc-guide-facts div { padding-bottom: 14px; border-bottom: 1px solid #d2d7d8; }
.dc-guide-facts dt { margin: 0 0 5px; color: #7a858a; font-size: 9px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.dc-guide-facts dd { margin: 0; font-size: 14px; font-weight: 700; line-height: 1.35; }
.dc-guide-sections { margin-top: 58px; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid #d1d6d7; border-bottom: 1px solid #d1d6d7; }
.dc-guide-card { min-height: 290px; padding: 34px 30px; border-right: 1px solid #d1d6d7; }
.dc-guide-card:last-child { border-right: 0; }
.dc-guide-card .dc-icon { width: 30px; height: 30px; margin-bottom: 34px; color: #16313c; stroke-width: 1.45; }
.dc-guide-card h3 { margin: 0; font-size: 24px; line-height: 1.08; letter-spacing: -.035em; }
.dc-guide-card p { margin: 15px 0 0; color: #536168; font-size: 14px; line-height: 1.65; }
.dc-guide-image { margin-top: 64px; min-height: 430px; position: relative; overflow: hidden; border-radius: 4px; background-size: cover; background-position: center 58%; }
.dc-guide-image::after { content:""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(2,9,13,.72),rgba(2,9,13,.05) 68%); }
.dc-guide-image__copy { position: relative; z-index: 1; max-width: 620px; padding: 72px 58px; color: #fff; }
.dc-guide-image__copy h2 { font-size: clamp(34px,3.2vw,48px); }
.dc-guide-image__copy p { margin: 18px 0 0; color: rgba(255,255,255,.82); font-size: 15px; line-height: 1.65; }
.dc-guide-practical { padding: 68px 0 0; }
.dc-guide-practical__head { max-width: 760px; }
.dc-guide-steps { margin-top: 34px; display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid #d1d6d7; border-bottom: 1px solid #d1d6d7; }
.dc-guide-step { min-height: 190px; padding: 28px 24px; border-right: 1px solid #d1d6d7; }
.dc-guide-step:last-child { border-right: 0; }
.dc-guide-step .dc-icon { width: 27px; height: 27px; margin-bottom: 21px; color: #16313c; stroke-width: 1.45; }
.dc-guide-step strong { display: block; font-size: 15px; line-height: 1.25; }
.dc-guide-step p { margin: 7px 0 0; color: #657279; font-size: 12px; line-height: 1.55; }
.dc-guide-faq { padding: 70px 0; display: grid; grid-template-columns: .7fr 1.3fr; gap: 72px; align-items: start; }
.dc-guide-faq__items { border-top: 1px solid #cbd1d2; }
.dc-guide-faq details { border-bottom: 1px solid #cbd1d2; }
.dc-guide-faq summary { cursor: pointer; list-style: none; position: relative; padding: 21px 42px 21px 0; font-size: 15px; font-weight: 700; }
.dc-guide-faq summary::-webkit-details-marker { display: none; }
.dc-guide-faq summary::after { content:"+"; position:absolute; right:4px; top:17px; font-size:22px; font-weight:400; }
.dc-guide-faq details[open] summary::after { content:"−"; }
.dc-guide-faq details p { margin: -3px 48px 22px 0; color: #4b585e; font-size: 14px; line-height: 1.65; }
.dc-guide-sources { margin-top: 26px; color: #68757b; font-size: 11px; line-height: 1.55; }
.dc-guide-sources a { color: #16313c; text-decoration: underline; text-underline-offset: 3px; }
.dc-guide-nav { background: #081217; color: #fff; }
.dc-guide-nav__inner { min-height: 90px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.dc-guide-nav a { font-size: 12px; font-weight: 700; }

@media (max-width: 1040px) {
  .dc-case-intro { grid-template-columns: 1fr 220px; gap: 48px; }
  .dc-case-gallery { grid-template-rows: 180px 180px; }
}

@media (max-width: 760px) {
  .dc-case-hero { min-height: 660px; }
  .dc-case-hero__shade { background: linear-gradient(180deg,rgba(2,9,13,.2) 0%,rgba(2,9,13,.42) 44%,rgba(2,9,13,.96) 80%); }
  .dc-case-breadcrumb { display: none; }
  .dc-case-hero__content { min-height: 580px; padding: 300px 0 42px; }
  .dc-case-hero h1 { font-size: clamp(43px,12vw,58px); }
  .dc-case-hero__lead { font-size: 14px; }
  .dc-case-main { padding-top: 52px; }
  .dc-case-intro { grid-template-columns: 1fr; gap: 34px; }
  .dc-case-intro h2, .dc-case-results h2 { font-size: 38px; }
  .dc-case-facts { grid-template-columns: repeat(2,1fr); gap: 16px; }
  .dc-case-gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 270px 150px 150px; }
  .dc-case-gallery__main { grid-column: 1 / 3; grid-row: auto; }
  .dc-case-gallery__wide { grid-column: 1 / 3; }
  .dc-case-video { margin-top: 34px; }
  .dc-case-gallery--two { grid-template-columns: 1fr; grid-template-rows: repeat(2,230px); }
  .dc-case-faq { grid-template-columns: 1fr; gap: 30px; padding: 4px 0 56px; }
  .dc-case-results__grid { grid-template-columns: repeat(2,1fr); }
  .dc-case-result:nth-child(2) { border-right: 0; }
  .dc-case-result:nth-child(-n+2) { border-bottom: 1px solid #d1d6d7; }
  .dc-case-nav__inner { min-height: 118px; align-items: flex-start; flex-direction: column; justify-content: center; }
}

@media (max-width: 760px) {
  .dc-guide-hero { min-height: 660px; }
  .dc-guide-hero__shade { background: linear-gradient(180deg,rgba(2,9,13,.2) 0%,rgba(2,9,13,.45) 42%,rgba(2,9,13,.97) 82%); }
  .dc-guide-breadcrumb { display: none; }
  .dc-guide-hero__content { min-height: 580px; padding: 300px 0 42px; }
  .dc-guide-hero h1 { font-size: clamp(41px,11.5vw,56px); }
  .dc-guide-hero__lead { font-size: 14px; }
  .dc-guide-main { padding-top: 52px; }
  .dc-guide-intro { grid-template-columns: 1fr; gap: 34px; }
  .dc-guide h2 { font-size: 38px; }
  .dc-guide-facts { grid-template-columns: repeat(2,1fr); gap: 16px; }
  .dc-guide-sections { grid-template-columns: 1fr; }
  .dc-guide-card { min-height: 0; border-right: 0; border-bottom: 1px solid #d1d6d7; }
  .dc-guide-card:last-child { border-bottom: 0; }
  .dc-guide-image { min-height: 520px; background-position: 60% center; }
  .dc-guide-image__copy { padding: 280px 26px 38px; }
  .dc-guide-steps { grid-template-columns: repeat(2,1fr); }
  .dc-guide-step:nth-child(2) { border-right: 0; }
  .dc-guide-step:nth-child(-n+2) { border-bottom: 1px solid #d1d6d7; }
  .dc-guide-faq { grid-template-columns: 1fr; gap: 30px; padding: 56px 0; }
  .dc-guide-nav__inner { min-height: 118px; align-items: flex-start; flex-direction: column; justify-content: center; }
}

/* Contact page — artboard 06 */
.dc-contact-page { display: block; background: #fff; color: #08151b; overflow: hidden; }
.dc-contact-hero { min-height: 360px; position: relative; color: #fff; background: #102832; }
.dc-contact-hero__media { position: absolute; inset: 0; background: url('assets/contact-hero-aerei.jpg') center 54%/cover no-repeat; filter: contrast(1.06) saturate(.9) brightness(.9); }
.dc-contact-hero__shade { position: absolute; inset: 0; background: linear-gradient(90deg,rgba(5,20,27,.97) 0%,rgba(5,20,27,.86) 36%,rgba(5,20,27,.5) 64%,rgba(5,20,27,.18) 100%),linear-gradient(0deg,rgba(5,20,27,.38),transparent 65%); }
.dc-contact-hero .dc-header { position: relative; z-index: 2; }
.dc-contact-hero__content { position: relative; z-index: 1; padding-top: 66px; padding-bottom: 52px; }
.dc-contact-hero h1 { max-width: 700px; margin: 4px 0 16px; color: #fff; font-size: clamp(44px,5vw,68px); line-height: .96; letter-spacing: -.055em; }
.dc-contact-hero__content > p:not(.dc-eyebrow) { max-width: 650px; margin: 0; color: rgba(255,255,255,.85); font-size: 16px; line-height: 1.55; }
.dc-contact-main { padding: 62px 0 70px; }
.dc-contact-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 68px; align-items: start; }
.dc-contact-form { display: grid; gap: 16px; }
.dc-contact-form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.dc-contact-form label { display: grid; gap: 7px; }
.dc-contact-form label > span:first-child { color: #45545b; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.dc-contact-form input,.dc-contact-form select,.dc-contact-form textarea { width: 100%; min-height: 52px; padding: 14px 15px; border: 1px solid #dce0df; border-radius: 2px; outline: 0; background: #f7f7f5; color: #0b171d; font: inherit; font-size: 14px; }
.dc-contact-form textarea { min-height: 150px; resize: vertical; }
.dc-contact-form input:focus,.dc-contact-form select:focus,.dc-contact-form textarea:focus { border-color: #d5aa52; box-shadow: 0 0 0 2px rgba(213,170,82,.14); }
.dc-contact-consent { display: grid !important; grid-template-columns: 18px 1fr; align-items: start; gap: 10px !important; }
.dc-contact-consent input { width: 16px; min-height: 16px; margin-top: 2px; padding: 0; accent-color: #d5aa52; }
.dc-contact-consent span { color: #5c696e !important; font-size: 11px !important; font-weight: 400 !important; letter-spacing: 0 !important; line-height: 1.45; text-transform: none !important; }
.dc-contact-consent a { color: #8b651c; font-weight: 700; text-decoration: underline; text-underline-offset: 2px; }
.dc-contact-submit { width: 100%; justify-content: space-between; border: 0; cursor: default; }
.dc-contact-form__note { margin: -4px 0 0; color: #798489; font-size: 10px; line-height: 1.45; }
.dc-contact-hp { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.dc-contact-alert { margin: 0; padding: 13px 15px; border: 1px solid; font-size: 13px; line-height: 1.5; }
.dc-contact-alert--success { border-color: #8aa78e; background: #edf5ee; color: #284d30; }
.dc-contact-alert--error { border-color: #c58477; background: #fff0ed; color: #772f25; }

.dc-legal-page { min-height: 100vh; background: var(--dc-paper); color: #142028; }
.dc-legal-hero { padding: 150px 0 70px; background: var(--dc-ink); color: var(--dc-white); }
.dc-legal-hero .dc-header { position: absolute; inset: 0 0 auto; }
.dc-legal-hero h1,
.dc-legal-title { max-width: 950px; margin: 20px 0 0; font-size: clamp(46px, 7vw, 94px); line-height: .92; letter-spacing: -.055em; text-transform: uppercase; }
.dc-legal-content { padding: 76px 0 100px; }
.dc-legal-content__inner { max-width: 900px; }
.dc-legal-content h2 { margin: 46px 0 14px; color: #0b171d; font-size: clamp(25px, 3vw, 38px); line-height: 1.08; }
.dc-legal-content h2:first-child { margin-top: 0; }
.dc-legal-content p,.dc-legal-content li { color: #435159; font-size: 16px; line-height: 1.75; }
.dc-legal-content ul { padding-left: 22px; }
.dc-legal-content a { color: #8b651c; text-decoration: underline; text-underline-offset: 3px; }
.dc-legal-updated { margin: 0 0 32px; color: #6c777c !important; font-size: 13px !important; }
.dc-legal-notice { margin: 34px 0; padding: 18px 20px; border-left: 4px solid var(--dc-gold); background: #fff; }
.dc-contact-direct { padding-top: 4px; }
.dc-contact-direct > .dc-section-kicker { margin-bottom: 20px; }
.dc-contact-method { min-height: 88px; display: grid; grid-template-columns: 44px 1fr; gap: 16px; align-items: center; border-bottom: 1px solid #dfe3e2; color: #0b171d; }
.dc-contact-method__icon { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid #d8dcda; background: #f5f4f0; color: #17313b; }
.dc-contact-method__icon .dc-icon { width: 21px; height: 21px; }
.dc-contact-method strong,.dc-contact-method small { display: block; }
.dc-contact-method strong { font-size: 15px; }
.dc-contact-method small { margin-top: 5px; color: #6f7b80; font-size: 11px; }
.dc-contact-direct__image { height: 245px; margin-top: 28px; position: relative; overflow: hidden; background: #102832; }
.dc-contact-direct__image img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center 48%; }
.dc-contact-direct__image::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg,rgba(4,18,25,.86),transparent 72%); }
.dc-contact-direct__image p { position: absolute; z-index: 1; right: 20px; bottom: 17px; left: 20px; margin: 0; color: #fff; font-size: 12px; line-height: 1.45; }

@media (max-width: 800px) {
  .dc-contact-hero { min-height: 390px; }
  .dc-contact-hero__media { background-position: 58% center; }
  .dc-contact-hero__shade { background: linear-gradient(90deg,rgba(5,20,27,.92),rgba(5,20,27,.48)),linear-gradient(0deg,rgba(5,20,27,.78) 0%,rgba(5,20,27,.16) 72%); }
  .dc-contact-hero__content { padding-top: 86px; padding-bottom: 50px; }
  .dc-contact-hero h1 { font-size: 48px; }
  .dc-contact-main { padding: 48px 0 56px; }
  .dc-contact-grid { grid-template-columns: 1fr; gap: 48px; }
  .dc-contact-form__row { grid-template-columns: 1fr; }
  .dc-legal-hero { padding: 126px 0 54px; }
  .dc-legal-content { padding: 54px 0 72px; }
  .dc-contact-direct__image { height: 225px; }
}

/* Portfolio hub — approved dark editorial language */
.dc-portfolio-page { display: block; overflow: hidden; background: #071116; color: #fff; }
.dc-portfolio-hero { min-height: 560px; position: relative; isolation: isolate; background: #071116; }
.dc-portfolio-hero::before { content: ''; position: absolute; inset: 0; z-index: -2; background: url('assets/louis-vuitton-capri-real.jpg') 68% 49% / cover no-repeat; filter: saturate(.8) contrast(1.08); }
.dc-portfolio-hero::after { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg,rgba(4,14,19,.96) 0%,rgba(4,14,19,.88) 44%,rgba(4,14,19,.28) 100%),linear-gradient(0deg,rgba(4,14,19,.6),transparent 54%); }
.dc-portfolio-hero .dc-header { position: relative; z-index: 2; }
.dc-portfolio-hero__inner { min-height: 470px; padding-top: 124px; padding-bottom: 68px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.dc-portfolio-hero h1 { max-width: 760px; margin: 0; font-size: clamp(58px,7.2vw,104px); line-height: .82; letter-spacing: -.06em; text-transform: uppercase; }
.dc-portfolio-hero__inner > p:not(.dc-eyebrow) { max-width: 610px; margin: 25px 0 0; color: rgba(255,255,255,.82); font-size: 16px; line-height: 1.55; }
.dc-portfolio-scroll { margin-top: 30px; display: inline-flex; align-items: center; gap: 15px; color: #fff; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.dc-portfolio-scroll span { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.48); border-radius: 50%; }

.dc-portfolio-work { padding: 76px 0 86px; background: #071116; }
.dc-portfolio-work__head { margin-bottom: 34px; display: grid; grid-template-columns: 1fr 410px; gap: 60px; align-items: end; }
.dc-portfolio-work__head h2,.dc-portfolio-cta h2 { margin: 6px 0 0; font-size: clamp(36px,4.3vw,64px); line-height: .92; letter-spacing: -.055em; }
.dc-portfolio-work__head > p { max-width: 390px; margin: 0 0 5px; color: rgba(255,255,255,.62); font-size: 14px; line-height: 1.65; }
.dc-portfolio-grid { display: grid; grid-template-columns: repeat(12,1fr); grid-template-rows: 310px 310px; gap: 14px; }
.dc-portfolio-tile { position: relative; isolation: isolate; overflow: hidden; border-radius: 3px; color: #fff; background: #15242b; }
.dc-portfolio-tile--cortina { grid-column: span 7; grid-row: span 2; }
.dc-portfolio-tile--amg,.dc-portfolio-tile--lv { grid-column: span 5; }
.dc-portfolio-tile--redbull { grid-column: span 12; min-height: 350px; margin-top: 0; }
.dc-portfolio-tile img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .65s cubic-bezier(.2,.7,.2,1); }
.dc-portfolio-tile--cortina img { object-position: 52% center; }
.dc-portfolio-tile--amg img { object-position: 56% 62%; }
.dc-portfolio-tile--lv img { object-position: center 52%; }
.dc-portfolio-tile--redbull img { object-position: center 51%; }
.dc-portfolio-tile__shade { position: absolute; inset: 0; background: linear-gradient(180deg,transparent 28%,rgba(3,12,16,.88) 100%),linear-gradient(90deg,rgba(3,12,16,.28),transparent 70%); }
.dc-portfolio-tile__content { position: absolute; right: 25px; bottom: 24px; left: 25px; display: grid; grid-template-columns: 1fr auto; align-items: end; column-gap: 20px; }
.dc-portfolio-tile__content small,.dc-portfolio-tile__content strong,.dc-portfolio-tile__content em { display: block; grid-column: 1; }
.dc-portfolio-tile__content small { margin-bottom: 8px; color: rgba(255,255,255,.68); font-size: 9px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.dc-portfolio-tile__content strong { font-size: clamp(22px,2.35vw,36px); line-height: 1; letter-spacing: -.04em; }
.dc-portfolio-tile__content em { margin-top: 8px; color: rgba(255,255,255,.76); font-size: 12px; font-style: normal; }
.dc-portfolio-tile__content i { grid-column: 2; grid-row: 1 / span 3; width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.62); border-radius: 50%; font-size: 18px; font-style: normal; transition: background .25s,color .25s; }
.dc-portfolio-tile:hover img { transform: scale(1.035); }
.dc-portfolio-tile:hover i { background: #fff; color: #071116; }

.dc-portfolio-archive { padding: 80px 0 92px; background: #0d181e; }
.dc-portfolio-archive__head { max-width: 820px; margin-bottom: 36px; }
.dc-portfolio-archive__head h2 { margin: 6px 0 15px; font-size: clamp(36px,4.3vw,64px); line-height: .94; letter-spacing: -.055em; }
.dc-portfolio-archive__head > p:last-child { max-width: 650px; margin: 0; color: rgba(255,255,255,.64); font-size: 14px; line-height: 1.65; }
.dc-portfolio-archive__grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 28px 18px; }
.dc-portfolio-archive__card { min-width: 0; }
.dc-portfolio-archive__media { aspect-ratio: 1.55; overflow: hidden; display: block; border-radius: 4px; background: #17262d; }
.dc-portfolio-archive__media img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .55s cubic-bezier(.2,.7,.2,1); }
.dc-portfolio-archive__card:hover .dc-portfolio-archive__media img { transform: scale(1.035); }
.dc-portfolio-archive__meta { margin: 14px 0 7px; color: var(--dc-gold); font-size: 9px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.dc-portfolio-archive__card h3 { margin: 0; font-size: 20px; line-height: 1.15; letter-spacing: -.025em; }
.dc-portfolio-archive__more { margin-top: 40px; }
.dc-portfolio-archive__more summary { width: fit-content; min-height: 48px; padding: 0 24px; display: inline-flex; align-items: center; gap: 14px; border: 1px solid rgba(255,255,255,.45); border-radius: 8px; color: #fff; cursor: pointer; font-size: 13px; font-weight: 700; list-style: none; }
.dc-portfolio-archive__more summary::-webkit-details-marker { display: none; }
.dc-portfolio-archive__more summary::after { content: '+'; font-size: 20px; font-weight: 400; }
.dc-portfolio-archive__more[open] summary { margin-bottom: 34px; background: #fff; color: #071116; }
.dc-portfolio-archive__more[open] summary::after { content: '−'; }

.dc-portfolio-cta { position: relative; isolation: isolate; overflow: hidden; background: #f1eee6; color: #08151b; }
.dc-portfolio-cta__image { position: absolute; inset: 0 0 0 58%; z-index: -1; background: url('assets/wiit-lane-racing-experience.webp') 68% 56% / cover no-repeat; clip-path: polygon(18% 0,100% 0,100% 100%,0 100%); }
.dc-portfolio-cta__image::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(241,238,230,.74),transparent 48%); }
.dc-portfolio-cta__inner { min-height: 330px; display: grid; grid-template-columns: 1fr .72fr; gap: 90px; align-items: center; }
.dc-portfolio-cta__inner > div:last-child { max-width: 430px; padding: 25px 28px; border-left: 2px solid rgba(8,21,27,.16); background: rgba(241,238,230,.9); backdrop-filter: blur(4px); }
.dc-portfolio-cta__inner > div:last-child p { margin: 0 0 22px; color: #435158; font-size: 14px; line-height: 1.65; }

@media (max-width: 900px) {
  .dc-portfolio-work__head { grid-template-columns: 1fr 300px; gap: 34px; }
  .dc-portfolio-grid { grid-template-rows: 260px 260px; }
  .dc-portfolio-archive__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .dc-portfolio-cta__inner { grid-template-columns: 1fr .8fr; gap: 45px; }
}

@media (max-width: 760px) {
  .dc-portfolio-hero { min-height: 650px; }
  .dc-portfolio-hero::before { background-position: 61% center; }
  .dc-portfolio-hero::after { background: linear-gradient(0deg,rgba(4,14,19,.98) 0%,rgba(4,14,19,.8) 49%,rgba(4,14,19,.28) 100%); }
  .dc-portfolio-hero__inner { min-height: 570px; padding-top: 290px; padding-bottom: 45px; justify-content: flex-end; }
  .dc-portfolio-hero h1 { font-size: clamp(49px,14.2vw,64px); line-height: .86; }
  .dc-portfolio-hero__inner > p:not(.dc-eyebrow) { margin-top: 19px; font-size: 14px; }
  .dc-portfolio-scroll { margin-top: 22px; }
  .dc-portfolio-work { padding: 54px 0 60px; }
  .dc-portfolio-work__head { grid-template-columns: 1fr; gap: 18px; margin-bottom: 28px; }
  .dc-portfolio-work__head h2 { font-size: 39px; }
  .dc-portfolio-work__head > p { font-size: 13px; }
  .dc-portfolio-grid { display: grid; grid-template-columns: 1fr; grid-template-rows: none; gap: 13px; }
  .dc-portfolio-tile,.dc-portfolio-tile--cortina,.dc-portfolio-tile--amg,.dc-portfolio-tile--lv,.dc-portfolio-tile--redbull { grid-column: auto; grid-row: auto; min-height: 0; aspect-ratio: 1.18; margin: 0; }
  .dc-portfolio-tile--cortina { aspect-ratio: .92; }
  .dc-portfolio-tile__content { right: 18px; bottom: 18px; left: 18px; }
  .dc-portfolio-tile__content strong { font-size: 25px; }
  .dc-portfolio-tile__content i { width: 40px; height: 40px; }
  .dc-portfolio-archive { padding: 58px 0 66px; }
  .dc-portfolio-archive__head { margin-bottom: 28px; }
  .dc-portfolio-archive__head h2 { font-size: 39px; }
  .dc-portfolio-archive__grid { grid-template-columns: 1fr; gap: 26px; }
  .dc-portfolio-archive__card h3 { font-size: 21px; }
  .dc-portfolio-archive__more { margin-top: 32px; }
  .dc-portfolio-archive__more summary { width: 100%; justify-content: center; }
  .dc-portfolio-cta__image { inset: 0; clip-path: none; opacity: .3; }
  .dc-portfolio-cta__image::after { background: rgba(241,238,230,.76); }
  .dc-portfolio-cta__inner { min-height: 390px; padding-block: 52px; grid-template-columns: 1fr; gap: 28px; }
  .dc-portfolio-cta__inner > div:last-child { padding: 22px; border-left: 0; background: rgba(241,238,230,.84); }
  .dc-portfolio-cta .dc-button { width: 100%; }
}

/* Fleet page — compact technical editorial layout */
.dc-fleet-page { overflow: hidden; background: #071116; color: #fff; }
.dc-fleet-hero { min-height: 650px; position: relative; isolation: isolate; background: #071116; }
.dc-fleet-hero__media,.dc-fleet-hero__shade { position: absolute; inset: 0; }
.dc-fleet-hero__media { z-index: -2; background: url('assets/dji-inspire-3-real.jpg') 70% 48%/cover no-repeat; transform: scale(1.04); }
.dc-fleet-hero__shade { z-index: -1; background: linear-gradient(90deg,rgba(4,15,20,.97) 0%,rgba(4,15,20,.82) 46%,rgba(4,15,20,.18) 100%),linear-gradient(0deg,rgba(4,15,20,.68),transparent 58%); }
.dc-fleet-hero__content { min-height: 550px; padding: 165px 0 68px; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; }
.dc-fleet-hero h1 { max-width: 860px; margin: 0; font-size: clamp(58px,7vw,102px); line-height: .84; letter-spacing: -.06em; text-transform: uppercase; }
.dc-fleet-hero__content > p:not(.dc-eyebrow) { max-width: 620px; margin: 25px 0 0; color: rgba(255,255,255,.82); font-size: 16px; line-height: 1.6; }
.dc-fleet-scroll { margin-top: 28px; display: inline-flex; align-items: center; gap: 14px; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.dc-fleet-scroll span { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; }
.dc-fleet-intro { padding: 78px 0 88px; background: #f5f3ed; color: #091116; }
.dc-fleet-heading { margin-bottom: 38px; display: grid; grid-template-columns: 1fr 400px; gap: 70px; align-items: end; }
.dc-fleet-heading h2 { margin: 4px 0 0; font-size: clamp(42px,5vw,70px); line-height: .9; letter-spacing: -.055em; }
.dc-fleet-heading > p { max-width: 390px; margin: 0 0 3px; color: #536068; font-size: 14px; line-height: 1.65; }
.dc-fleet-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 15px; }
.dc-fleet-card { min-width: 0; overflow: hidden; background: #fff; border: 1px solid #dfe2df; }
.dc-fleet-card img { width: 100%; aspect-ratio: 1.42; display: block; object-fit: cover; }
.dc-fleet-card__body { padding: 28px 27px 31px; }
.dc-fleet-card__body small { color: #b77725; font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.dc-fleet-card__body h3 { margin: 8px 0 12px; font-size: 28px; line-height: 1; letter-spacing: -.04em; }
.dc-fleet-card__body p { min-height: 68px; margin: 0; color: #5b676c; font-size: 14px; line-height: 1.6; }
.dc-fleet-card__body ul { margin: 12px 0 0; padding: 14px 0 0; border-top: 1px solid #e0e3e1; list-style: none; }
.dc-fleet-card__body li { padding: 8px 0 8px 16px; position: relative; color: #26343a; font-size: 13px; line-height: 1.45; }
.dc-fleet-card__body li::before { content: '—'; position: absolute; left: 0; color: #b77725; }
.dc-fleet-fpv { padding: 82px 0 90px; background: #071116; color: #fff; }
.dc-fleet-heading--dark > p { color: rgba(255,255,255,.6); }
.dc-fleet-fpv-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.dc-fpv-card { min-width: 0; background: #0c1b22; border: 1px solid rgba(255,255,255,.1); }
.dc-fpv-card img { width: 100%; aspect-ratio: 1.5; display: block; object-fit: cover; filter: saturate(.78) contrast(1.06); }
.dc-fpv-card > div { padding: 25px 25px 29px; }
.dc-fpv-card span { color: #d6ab5a; font-family: monospace; font-size: 10px; letter-spacing: .1em; }
.dc-fpv-card h3 { margin: 8px 0 12px; font-size: 27px; line-height: 1; }
.dc-fpv-card p { min-height: 46px; margin: 0; color: rgba(255,255,255,.72); font-size: 14px; line-height: 1.6; }
.dc-fpv-card small { margin-top: 12px; display: block; color: rgba(255,255,255,.92); font-size: 13px; line-height: 1.45; }
.dc-fleet-choice { padding: 82px 0 88px; background: #e9eeef; color: #091116; }
.dc-fleet-choice__inner { max-width: 980px; }
.dc-fleet-choice h2 { max-width: 900px; margin: 6px 0 0; font-size: clamp(42px,5.3vw,72px); line-height: .92; letter-spacing: -.055em; }
.dc-fleet-choice__inner > p:not(.dc-section-kicker) { max-width: 730px; margin: 25px 0 0; color: #526068; font-size: 14px; line-height: 1.7; }
.dc-fleet-choice__links { margin-top: 30px; display: flex; align-items: center; gap: 28px; }
.dc-fleet-choice__links > a:not(.dc-button) { color: #0a171d; font-size: 12px; font-weight: 800; }
@media (max-width: 1040px) {
  .dc-fleet-heading { grid-template-columns: 1fr 330px; gap: 45px; }
  .dc-fleet-card__body { padding-inline: 20px; }
}
@media (max-width: 760px) {
  .dc-fleet-hero { min-height: 680px; }
  .dc-fleet-hero__media { background-position: 58% center; }
  .dc-fleet-hero__shade { background: linear-gradient(180deg,rgba(4,15,20,.2) 0%,rgba(4,15,20,.48) 47%,rgba(4,15,20,.98) 79%); }
  .dc-fleet-hero__content { min-height: 600px; padding: 330px 0 44px; }
  .dc-fleet-hero h1 { font-size: clamp(44px,13vw,59px); }
  .dc-fleet-hero__content > p:not(.dc-eyebrow) { font-size: 14px; }
  .dc-fleet-intro,.dc-fleet-fpv,.dc-fleet-choice { padding: 56px 0 62px; }
  .dc-fleet-heading { grid-template-columns: 1fr; gap: 20px; }
  .dc-fleet-heading h2,.dc-fleet-choice h2 { font-size: 41px; }
  .dc-fleet-grid,.dc-fleet-fpv-grid { grid-template-columns: 1fr; }
  .dc-fleet-card__body p,.dc-fpv-card p { min-height: 0; }
  .dc-fleet-choice__links { align-items: flex-start; flex-direction: column; }
  .dc-fleet-choice__links .dc-button { width: 100%; }
}

/* Migration-safe fallback for historical pages, posts and archives. */
.dc-generic-page { min-height: 100vh; overflow: hidden; background: #f4f3ee; color: #0a171d; }
.dc-generic-hero { padding: 0 0 64px; background: #071116; color: #fff; }
.dc-generic-hero__inner { padding-top: 92px; }
.dc-generic-hero h1 { max-width: 980px; margin: 8px 0 0; font-size: clamp(48px,6.5vw,92px); line-height: .9; letter-spacing: -.055em; }
.dc-generic-content { padding: 72px 0 92px; }
.dc-generic-content__inner { max-width: 980px; }
.dc-generic-content__inner--builder { width: 100%; max-width: none; }
.dc-generic-content__inner > *:first-child { margin-top: 0; }
.dc-generic-content__inner h2 { margin: 52px 0 16px; font-size: clamp(32px,4vw,52px); line-height: 1; letter-spacing: -.04em; }
.dc-generic-content__inner h3 { margin: 36px 0 12px; font-size: clamp(24px,2.6vw,34px); line-height: 1.05; }
.dc-generic-content__inner p,.dc-generic-content__inner li { color: #405058; font-size: 16px; line-height: 1.75; }
.dc-generic-content__inner a { color: #9a641f; text-decoration: underline; text-underline-offset: 3px; }
.dc-generic-content__inner img,.dc-generic-content__inner video,.dc-generic-content__inner iframe { max-width: 100%; height: auto; }
.dc-generic-list { display: grid; gap: 18px; }
.dc-generic-card { padding: 28px; border: 1px solid #d9ddd9; background: #fff; }
.dc-generic-card h2 { margin: 0 0 10px; font-size: 31px; }
.dc-generic-card h2 a { color: #0a171d; text-decoration: none; }
.dc-generic-empty { min-height: 220px; display: grid; align-items: center; }
@media (max-width: 760px) {
  .dc-generic-hero { padding-bottom: 44px; }
  .dc-generic-hero__inner { padding-top: 60px; }
  .dc-generic-hero h1 { font-size: clamp(42px,12vw,58px); }
  .dc-generic-content { padding: 52px 0 64px; }
  .dc-generic-content__inner p,.dc-generic-content__inner li { font-size: 15px; }
}
