:root {
  --ink: #f6f3ec;
  --muted: #c6c2b8;
  --paper: #f3f4ef;
  --paper-2: #e5e9e0;
  --charcoal: #111513;
  --charcoal-2: #1c211f;
  --line: rgba(246, 243, 236, 0.16);
  --line-dark: rgba(17, 21, 19, 0.14);
  --teal: #4fb7ad;
  --moss: #7f9f78;
  --amber: #d79b5d;
  --rust: #a85d3d;
  --hero-dim-left: 0.74;
  --hero-dim-mid: 0.5;
  --hero-dim-right: 0.08;
  --hero-dim-bottom: 0.42;
  --hero-position-desktop: center;
  --hero-position-tablet: center;
  --hero-position-mobile: 34% 58%;
  --section-padding: 64px;
  --section-padding-tight: 44px;
  --button-padding-y: 12px;
  --button-padding-x: 18px;
  --button-radius: 6px;
  --card-padding: 22px;
  --card-radius: 8px;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
  --max: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    linear-gradient(180deg, var(--paper), #eef1ec 38%, var(--paper));
  color: var(--charcoal);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  transform: translateY(-140%);
  background: var(--ink);
  color: var(--charcoal);
  padding: 10px 14px;
  text-decoration: none;
  font-weight: 800;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  border-bottom: 1px solid rgba(246, 243, 236, 0.14);
  background: rgba(17, 21, 19, 0.72);
  color: var(--ink);
  backdrop-filter: blur(18px);
}

.header-inner {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  font-weight: 750;
  letter-spacing: 0;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(246, 243, 236, 0.28);
  background: rgba(246, 243, 236, 0.1);
  color: var(--amber);
  font-size: 13px;
}

.brand-mark.logo-mark {
  overflow: hidden;
  border-color: rgba(127, 230, 255, 0.34);
  background: #05070a;
  box-shadow:
    0 0 0 1px rgba(169, 255, 72, 0.16),
    0 0 22px rgba(79, 183, 173, 0.16);
}

.brand-mark.logo-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 4px;
}

.site-nav a,
.dropdown-label {
  padding: 10px 12px;
  color: rgba(246, 243, 236, 0.82);
  text-decoration: none;
  font-size: 14px;
}

.site-nav a:hover,
.site-nav a[aria-current="page"],
.dropdown:hover .dropdown-label {
  color: var(--ink);
}

.dropdown {
  position: relative;
}

.dropdown-menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  min-width: 220px;
  display: grid;
  padding: 8px;
  border: 1px solid var(--line);
  background: rgba(17, 21, 19, 0.96);
  box-shadow: var(--shadow);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-4px);
  transition: 160ms ease;
}

.dropdown:hover .dropdown-menu,
.dropdown:focus-within .dropdown-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(246, 243, 236, 0.22);
  background: transparent;
  color: var(--ink);
}

.nav-toggle span,
.nav-toggle::before,
.nav-toggle::after {
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
}

.hero {
  min-height: 92svh;
  display: grid;
  align-items: center;
  color: var(--ink);
  background:
    radial-gradient(ellipse 54% 76% at 22% 51%, rgba(12, 15, 14, 0.68) 0%, rgba(12, 15, 14, 0.46) 44%, rgba(12, 15, 14, 0) 76%),
    linear-gradient(90deg, rgba(12, 15, 14, 0.54) 0%, rgba(12, 15, 14, 0.22) 48%, rgba(12, 15, 14, 0.04) 76%),
    linear-gradient(0deg, rgba(12, 15, 14, 0.66) 0%, rgba(12, 15, 14, 0) 48%),
    url("hero/dibsmc-hero-web-2400.webp") center / cover no-repeat;
}

.hero-inner {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  padding: 130px 0 72px;
}

.home-hero .hero-inner {
  width: min(1580px, calc(100% - clamp(32px, 5vw, 110px)));
}

.home-hero .hero-copy {
  max-width: 520px;
}

.hero-final {
  background-position: center;
}

.hero-copy {
  max-width: 640px;
  position: relative;
  z-index: 2;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.5);
}

.home-hero {
  min-height: 86svh;
  background:
    radial-gradient(ellipse 52% 76% at 22% 51%, rgba(12, 15, 14, 0.62) 0%, rgba(12, 15, 14, 0.38) 45%, rgba(12, 15, 14, 0) 78%),
    linear-gradient(90deg, rgba(12, 15, 14, var(--hero-dim-left)) 0%, rgba(12, 15, 14, var(--hero-dim-mid)) 35%, rgba(12, 15, 14, var(--hero-dim-right)) 74%),
    linear-gradient(0deg, rgba(12, 15, 14, var(--hero-dim-bottom)) 0%, rgba(12, 15, 14, 0) 46%),
    url("hero/dibsmc-hero-web-2400.webp") var(--hero-position-desktop) / cover no-repeat;
}

.home-hero h1 {
  max-width: 520px;
  font-size: clamp(36px, 3.7vw, 56px);
  line-height: 1;
}

.home-hero .lead {
  max-width: 500px;
  color: rgba(246, 243, 236, 0.86);
  font-size: clamp(16px, 1.35vw, 19px);
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.hero-proof span {
  border: 1px solid rgba(246, 243, 236, 0.2);
  background: rgba(246, 243, 236, 0.08);
  padding: 7px 10px;
  color: rgba(246, 243, 236, 0.82);
  font-size: 13px;
  font-weight: 750;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--amber);
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.05;
  letter-spacing: 0;
  overflow-wrap: break-word;
}

h1 {
  max-width: 760px;
  font-size: clamp(54px, 8vw, 112px);
}

h2 {
  font-size: clamp(34px, 5vw, 64px);
}

h3 {
  font-size: 22px;
}

.lead {
  max-width: 690px;
  margin: 24px 0 0;
  color: rgba(246, 243, 236, 0.82);
  font-size: clamp(18px, 2vw, 23px);
}

.hero-actions,
.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 44px;
  padding: var(--button-padding-y) var(--button-padding-x);
  border: 1px solid rgba(246, 243, 236, 0.28);
  background: var(--ink);
  color: var(--charcoal);
  text-decoration: none;
  font-weight: 750;
  border-radius: var(--button-radius);
}

.button.secondary {
  background: rgba(246, 243, 236, 0.08);
  color: var(--ink);
}

.button.dark {
  border-color: rgba(17, 21, 19, 0.2);
  background: var(--charcoal);
  color: var(--ink);
}

.section {
  padding: var(--section-padding) 0;
}

.section.dark {
  background: var(--charcoal);
  color: var(--ink);
}

.section.alt {
  background: var(--paper-2);
}

.section.tight {
  padding: var(--section-padding-tight) 0;
}

.wrap {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(280px, 1fr);
  gap: 32px;
  align-items: end;
  margin-bottom: 26px;
}

.section-head p {
  margin: 0;
  color: #4e544f;
  font-size: 18px;
}

.dark .section-head p,
.dark .muted {
  color: var(--muted);
}

.grid {
  display: grid;
  gap: 18px;
}

.grid.four {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.grid.three {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.product-grid {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.panel,
.feature,
.mini-case,
.form-panel,
.media-card,
.product-card,
.detail-card,
.quiet-card {
  border: 1px solid var(--line-dark);
  background: rgba(255, 255, 255, 0.36);
  padding: var(--card-padding);
  border-radius: var(--card-radius);
}

.dark .panel,
.dark .feature,
.dark .mini-case,
.dark .form-panel,
.dark .media-card,
.dark .product-card,
.dark .detail-card,
.dark .quiet-card {
  border-color: var(--line);
  background: rgba(246, 243, 236, 0.05);
}

.feature {
  min-height: 218px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  box-shadow: 0 14px 36px rgba(17, 21, 19, 0.06);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.feature::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--amber), var(--teal));
}

.feature:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 50px rgba(17, 21, 19, 0.12);
}

.home-fit .feature {
  min-height: 196px;
}

.feature p,
.panel p,
.mini-case p,
.quiet-card p,
.product-card p,
.detail-card p,
.media-card p {
  color: #4e544f;
}

.dark .feature p,
.dark .panel p,
.dark .mini-case p,
.dark .quiet-card p,
.dark .product-card p,
.dark .detail-card p,
.dark .media-card p {
  color: var(--muted);
}

.feature a,
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--charcoal);
  font-weight: 750;
  text-decoration: none;
}

.dark .feature a,
.dark .text-link {
  color: var(--ink);
}

.kicker {
  color: var(--rust);
  font-weight: 750;
}

.dark .kicker {
  color: var(--amber);
}

.page-hero {
  position: relative;
  padding: 132px 0 62px;
  background: var(--charcoal);
  color: var(--ink);
}

.photo-credit {
  position: absolute;
  right: 24px;
  bottom: 18px;
  z-index: 1;
  color: rgba(246, 243, 236, 0.78);
  font-size: 13px;
  text-decoration: none;
}

.photo-credit:hover,
.photo-credit:focus-visible {
  color: var(--ink);
  text-decoration: underline;
}

.page-hero .lead {
  max-width: 640px;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.45);
}

.page-hero h1 {
  text-shadow: 0 3px 22px rgba(0, 0, 0, 0.5);
}

.page-hero.media {
  background:
    radial-gradient(ellipse 54% 78% at 22% 52%, rgba(12, 15, 14, 0.72) 0%, rgba(12, 15, 14, 0.46) 48%, rgba(12, 15, 14, 0) 78%),
    linear-gradient(90deg, rgba(12, 15, 14, 0.5) 0%, rgba(12, 15, 14, 0.22) 52%, rgba(12, 15, 14, 0.04) 80%),
    linear-gradient(0deg, rgba(12, 15, 14, 0.5), rgba(12, 15, 14, 0.02) 55%),
    url("hero/dibsmc-hero-web-2400.webp") center / cover no-repeat;
}

.page-hero.what-hero {
  min-height: 76svh;
  display: grid;
  align-items: center;
  background:
    radial-gradient(ellipse 55% 78% at 23% 52%, rgba(12, 15, 14, 0.7) 0%, rgba(12, 15, 14, 0.44) 46%, rgba(12, 15, 14, 0) 78%),
    linear-gradient(90deg, rgba(12, 15, 14, 0.52) 0%, rgba(12, 15, 14, 0.25) 48%, rgba(12, 15, 14, 0.06) 80%),
    linear-gradient(0deg, rgba(12, 15, 14, 0.52), rgba(12, 15, 14, 0.04) 52%),
    url("hero/dibsmc-hero-desktop-3840.webp") 46% center / cover no-repeat;
}

.page-hero.photography-hero {
  min-height: 70svh;
  display: grid;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(12, 15, 14, 0.86) 0%, rgba(12, 15, 14, 0.58) 34%, rgba(12, 15, 14, 0.08) 74%),
    linear-gradient(0deg, rgba(12, 15, 14, 0.56), rgba(12, 15, 14, 0.06) 52%),
    url("photography/dibs-on-location-hero-2048.webp") center / cover no-repeat;
}

.page-hero.photography-hero h1 {
  max-width: 720px;
}

.page-hero.photography-hero .lead {
  max-width: 600px;
}

.page-hero.about-hero {
  min-height: 72svh;
  display: grid;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(12, 15, 14, 0.88) 0%, rgba(12, 15, 14, 0.58) 42%, rgba(12, 15, 14, 0.18) 78%),
    linear-gradient(0deg, rgba(12, 15, 14, 0.58), rgba(12, 15, 14, 0.06) 52%),
    url("photography/dibs-on-location-hero-2048.webp") center / cover no-repeat;
}

.page-hero.about-hero h1 {
  max-width: 800px;
}

.page-hero.about-hero .lead {
  max-width: 650px;
}

@media (min-width: 901px) {
  .page-hero.about-hero {
    background:
      linear-gradient(90deg, rgba(12, 15, 14, 0.04) 0%, rgba(12, 15, 14, 0.14) 48%, rgba(12, 15, 14, 0.82) 100%),
      linear-gradient(0deg, rgba(12, 15, 14, 0.64), rgba(12, 15, 14, 0.06) 56%),
      url("photography/dibs-on-location-hero-2048.webp") center / cover no-repeat;
  }

  .page-hero.about-hero .wrap {
    width: min(520px, calc(100% - 64px));
    margin: 0 48px 0 auto;
  }

  .page-hero.about-hero h1 {
    max-width: 520px;
    font-size: clamp(42px, 3.2vw, 56px);
  }

  .page-hero.about-hero .lead {
    max-width: 500px;
  }

  .page-hero.photography-hero {
    background:
      linear-gradient(90deg, rgba(12, 15, 14, 0.04) 0%, rgba(12, 15, 14, 0.14) 48%, rgba(12, 15, 14, 0.82) 100%),
      linear-gradient(0deg, rgba(12, 15, 14, 0.64), rgba(12, 15, 14, 0.06) 56%),
      url("photography/dibs-on-location-hero-2048.webp") center / cover no-repeat;
  }

  .page-hero.photography-hero .wrap {
    width: min(520px, calc(100% - 64px));
    margin: 0 48px 0 auto;
  }

  .page-hero.photography-hero h1 {
    max-width: 520px;
    font-size: clamp(42px, 3.2vw, 56px);
  }

  .page-hero.photography-hero .lead {
    max-width: 500px;
  }
}

.page-hero h1 {
  max-width: 780px;
  font-size: clamp(40px, 5.2vw, 76px);
}

.intro-grid,
.split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 1.1fr);
  gap: 42px;
  align-items: start;
}

.intro-copy {
  display: grid;
  gap: 18px;
}

.intro-copy p {
  margin: 0;
  color: #4e544f;
  font-size: 18px;
}

.statement {
  border-left: 4px solid var(--amber);
  padding: 18px 0 18px 22px;
  color: #343a35;
  font-size: 22px;
  font-weight: 750;
  line-height: 1.25;
}

.dark .statement,
.dark .intro-copy p {
  color: var(--ink);
}

.dark .process-step p {
  color: rgba(246, 243, 236, 0.72);
}

.metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  border: 0;
  background: transparent;
}

.metric {
  padding: 24px;
  border: 1px solid rgba(246, 243, 236, 0.14);
  border-radius: var(--card-radius);
  background: rgba(246, 243, 236, 0.06);
}

.metric strong {
  display: block;
  color: var(--rust);
  font-size: 32px;
  line-height: 1;
}

.metric span {
  display: block;
  margin-top: 8px;
  color: #4e544f;
}

.dark .metrics {
  border-color: transparent;
  background: transparent;
}

.dark .metric {
  background: rgba(246, 243, 236, 0.05);
}

.dark .metric strong {
  color: var(--amber);
}

.dark .metric span {
  color: var(--muted);
}

.service-list {
  display: grid;
  gap: 12px;
  background: transparent;
}

.service-row {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  padding: 24px;
  border: 1px solid rgba(17, 21, 19, 0.1);
  border-radius: var(--card-radius);
  background: rgba(255, 255, 255, 0.58);
  box-shadow: 0 14px 34px rgba(17, 21, 19, 0.06);
}

.service-row p {
  margin: 0;
  color: #4e544f;
}

.status {
  justify-self: start;
  padding: 6px 9px;
  border: 1px solid var(--line-dark);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.5);
  color: #616861;
  font-size: 13px;
}

.image-band {
  min-height: 360px;
  background:
    linear-gradient(90deg, rgba(17, 21, 19, 0.84), rgba(17, 21, 19, 0.12)),
    url("hero/dibsmc-hero-web-2400.webp") center / cover no-repeat;
}

.image-band.soft {
  min-height: 430px;
  background:
    linear-gradient(0deg, rgba(17, 21, 19, 0.38), rgba(17, 21, 19, 0.02)),
    url("hero/dibsmc-hero-tablet-2200.webp") center / cover no-repeat;
}

.work-strip {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(17, 21, 19, 0.12);
  border-radius: var(--card-radius);
  background:
    linear-gradient(135deg, rgba(17, 21, 19, 0.88), rgba(28, 33, 31, 0.68)),
    url("hero/dibsmc-hero-tablet-2200.webp") 48% center / cover no-repeat;
  box-shadow: 0 24px 60px rgba(17, 21, 19, 0.12);
}

.work-strip > * {
  padding: clamp(28px, 4vw, 52px);
}

.work-strip > div:first-child {
  color: var(--ink);
  background: rgba(12, 15, 14, 0.42);
  backdrop-filter: blur(3px);
}

.work-strip > div:first-child p:not(.eyebrow) {
  max-width: 620px;
  color: rgba(246, 243, 236, 0.78);
  font-size: 18px;
}

.work-strip > div:last-child {
  border-left: 1px solid rgba(246, 243, 236, 0.14);
  background: rgba(246, 243, 236, 0.94);
  backdrop-filter: blur(8px);
}

.work-strip ul,
.check-list {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.work-strip li,
.check-list li {
  position: relative;
  padding-left: 22px;
  color: #4e544f;
}

.work-strip li::before,
.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 8px;
  height: 8px;
  background: var(--amber);
}

.fit-board {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(320px, 1.22fr);
  gap: 38px;
  align-items: start;
}

.fit-board > div:first-child p:not(.eyebrow) {
  margin-top: 18px;
  color: #4e544f;
  font-size: 18px;
}

.fit-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.product-card {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 22px;
  align-content: start;
}

.page-hero.what-hero h1 {
  max-width: 660px;
  font-size: clamp(40px, 4.4vw, 64px);
}

@media (max-width: 900px) {
  .route-start-section .section-head {
    grid-template-columns: 1fr;
    gap: 20px;
    align-items: start;
  }
}

.practical-ways-section {
  padding-bottom: 32px;
}

.route-start-section {
  padding-top: 28px;
}

.route-start-section .section-head {
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: 32px;
  align-items: center;
  margin-bottom: 28px;
}

.route-start-section .section-head h2 {
  max-width: 680px;
  font-size: clamp(44px, 4.2vw, 62px);
}

.product-card > div:last-child {
  display: flex;
  flex-direction: column;
}

.product-card img {
  display: block;
  width: min(100%, 260px);
  height: auto;
  justify-self: center;
  aspect-ratio: auto;
  max-height: none;
  object-fit: contain;
  object-position: center;
  border: 1px solid var(--line-dark);
  background: #050706;
  border-radius: 8px;
  padding: 12px;
}

.app-showcase {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
  gap: 36px;
  align-items: center;
}

.app-frame {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.app-frame img {
  display: block;
  width: min(100%, 240px);
  height: auto;
  justify-self: center;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: top;
  border: 1px solid rgba(246, 243, 236, 0.18);
  background: #050706;
  border-radius: 8px;
}

.media-card {
  display: grid;
  gap: 16px;
}

.media-card img {
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
  border: 1px solid var(--line-dark);
  border-radius: 8px;
}

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.portfolio-card {
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  border: 1px solid var(--line-dark);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.48);
  color: var(--charcoal);
  text-decoration: none;
  box-shadow: 0 18px 48px rgba(17, 21, 19, 0.08);
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.portfolio-card:hover,
.portfolio-card:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(227, 161, 91, 0.72);
  box-shadow: 0 26px 70px rgba(17, 21, 19, 0.15);
}

.portfolio-media {
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #101411;
}

.portfolio-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.portfolio-card-drone .portfolio-media img {
  object-position: center 48%;
}

.portfolio-card-gigs .portfolio-media img {
  object-position: center 42%;
}

.portfolio-card-bunkers .portfolio-media img {
  object-position: center 52%;
}

.portfolio-card > div {
  display: grid;
  align-content: start;
  gap: 8px;
  padding: 20px;
}

.portfolio-card h3,
.portfolio-card p {
  margin: 0;
}

.portfolio-card h3 {
  font-size: 24px;
}

.portfolio-card p:not(.kicker) {
  color: #4e544f;
}

.portfolio-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.brand-banner-card {
  align-self: center;
  align-content: start;
  padding: 16px;
  border-color: rgba(79, 183, 173, 0.26);
  background:
    linear-gradient(135deg, rgba(17, 21, 19, 0.96), rgba(21, 26, 24, 0.86));
  box-shadow: 0 24px 60px rgba(17, 21, 19, 0.2);
}

.brand-banner-card img {
  aspect-ratio: auto;
  height: auto;
  object-fit: contain;
  object-position: center;
  background: #050706;
  border-color: rgba(246, 243, 236, 0.12);
}

.brand-banner-card p {
  color: rgba(246, 243, 236, 0.78);
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.proof-card {
  display: grid;
  grid-template-rows: auto 1fr;
  border: 1px solid var(--line-dark);
  background: rgba(255, 255, 255, 0.38);
  border-radius: 8px;
  overflow: hidden;
}

.proof-card > img,
.proof-image {
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
  object-position: top;
  border-bottom: 1px solid var(--line-dark);
  background: #050706;
  border-radius: 8px 8px 0 0;
}

.proof-image.scenic {
  background:
    linear-gradient(0deg, rgba(17, 21, 19, 0.18), rgba(17, 21, 19, 0.02)),
    url("hero/dibsmc-hero-tablet-2200.webp") center / cover no-repeat;
}

.proof-card > div:last-child {
  display: grid;
  gap: 12px;
  align-content: start;
  padding: 22px;
}

.proof-card p {
  margin: 0;
  color: #4e544f;
}

.showcase-strip {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
}

.showcase-card {
  display: grid;
  grid-template-columns: minmax(150px, 0.42fr) 1fr;
  gap: 18px;
  align-items: center;
  border: 1px solid var(--line-dark);
  background: rgba(255, 255, 255, 0.42);
  padding: 18px;
  border-radius: 8px;
}

.showcase-image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: 58% center;
  border: 1px solid var(--line-dark);
  background: #050706;
  border-radius: 8px;
}

.showcase-card > div:last-child {
  display: grid;
  gap: 10px;
  align-content: start;
}

.showcase-card p {
  margin: 0;
  color: #4e544f;
}

.joined-showcase {
  display: grid;
  gap: 20px;
}

.offer-showcase-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
}

.offer-showcase-card {
  display: grid;
  grid-template-columns: minmax(190px, 0.42fr) minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  min-height: 100%;
  padding: 18px;
  border: 1px solid rgba(17, 21, 19, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.48);
  box-shadow: 0 18px 48px rgba(17, 21, 19, 0.08);
}

.offer-media {
  width: 100%;
  aspect-ratio: 4 / 3;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--line-dark);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 0%, rgba(79, 183, 173, 0.2), transparent 42%),
    #070a09;
}

.offer-media img {
  display: block;
  width: 100%;
  height: 100%;
}

.offer-media.phone-media {
  padding: 14px;
}

.offer-media.phone-media img {
  width: auto;
  height: 100%;
  max-width: 82%;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 14px 24px rgba(0, 0, 0, 0.36));
}

.offer-media.photo-media img {
  object-fit: cover;
  object-position: 54% center;
}

.offer-showcase-card > div:last-child {
  display: grid;
  gap: 10px;
  align-content: center;
}

.offer-showcase-card h3,
.offer-showcase-card p {
  margin: 0;
}

.offer-showcase-card p {
  color: #4e544f;
}

.app-tile-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
}

.app-tile {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 16px;
  min-height: 100%;
  border: 1px solid var(--line-dark);
  background: rgba(255, 255, 255, 0.44);
  padding: 18px;
  border-radius: 8px;
}

.app-tile .phone-shot {
  aspect-ratio: 4 / 3;
  min-height: 0;
  padding: 16px;
}

.app-tile .phone-shot img {
  height: 100%;
  max-height: 260px;
  max-width: 76%;
}

.app-tile > div:last-child {
  display: grid;
  gap: 10px;
  align-content: start;
}

.app-tile p,
.event-feature p {
  margin: 0;
  color: #4e544f;
}

.event-feature {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) 1fr;
  gap: 28px;
  align-items: center;
  border: 1px solid rgba(17, 21, 19, 0.18);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(236, 244, 241, 0.82));
  padding: 20px;
  border-radius: 8px;
}

.event-feature .showcase-image {
  aspect-ratio: 16 / 10;
  object-position: 42% center;
}

.event-feature > div {
  display: grid;
  gap: 12px;
  align-content: center;
  max-width: 560px;
}

.phone-shot {
  min-height: 0;
  aspect-ratio: 4 / 5;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--line-dark);
  background:
    radial-gradient(circle at 50% 0%, rgba(215, 155, 93, 0.24), transparent 42%),
    #080b0a;
  padding: 18px;
  border-radius: 8px;
}

.phone-shot img {
  display: block;
  width: auto;
  height: 100%;
  max-width: 88%;
  max-height: 320px;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.38));
}

.media-package .proof-image {
  min-height: 0;
  aspect-ratio: 4 / 3;
  border: 1px solid var(--line-dark);
  border-radius: 8px;
}

.media-package {
  grid-template-columns: minmax(210px, 0.58fr) 1fr;
}

.product-placeholder {
  min-height: 420px;
  display: grid;
  place-items: center;
  gap: 18px;
  align-content: center;
  border: 1px solid var(--line-dark);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 38%, rgba(79, 183, 173, 0.2), transparent 38%),
    radial-gradient(circle at 68% 52%, rgba(188, 255, 53, 0.14), transparent 34%),
    #070a09;
}

.product-placeholder img {
  width: min(58%, 220px);
  aspect-ratio: 1;
  max-height: none;
  padding: 0;
  border: 0;
  background: transparent;
  border-radius: 50%;
}

.product-placeholder span {
  color: var(--ink);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.detail-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.detail-card {
  display: grid;
  gap: 12px;
  align-content: start;
  min-height: 0;
}

.detail-card p {
  margin: 0;
}

.clients-hero {
  min-height: 50svh;
  display: grid;
  align-items: center;
}

.clients-hero h1 {
  max-width: 780px;
  font-size: clamp(42px, 5.4vw, 78px);
}

.clients-hero .lead {
  max-width: 760px;
}

.client-intro {
  padding: 54px 0;
}

.client-proof-panel {
  display: grid;
  grid-template-columns: minmax(320px, 0.95fr) minmax(300px, 1fr);
  gap: 38px;
  align-items: end;
  padding: clamp(26px, 4vw, 44px);
  border: 1px solid rgba(17, 21, 19, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(236, 244, 241, 0.72));
  box-shadow: 0 22px 62px rgba(17, 21, 19, 0.08);
}

.client-proof-panel h2 {
  max-width: 680px;
  font-size: clamp(32px, 4.2vw, 58px);
}

.client-proof-panel p:last-child {
  margin: 0;
  color: #4e544f;
  font-size: clamp(17px, 1.8vw, 20px);
}

.credit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.credit-card {
  display: grid;
  align-content: start;
  gap: 16px;
  min-height: 0;
  padding: var(--card-padding);
  border: 1px solid rgba(17, 21, 19, 0.12);
  border-radius: var(--card-radius);
  background: rgba(255, 255, 255, 0.58);
  box-shadow: 0 18px 48px rgba(17, 21, 19, 0.08);
}

.credit-card h3,
.credit-card p {
  margin: 0;
}

.credit-card > p:not(.kicker) {
  color: #4e544f;
}

.highlight-credit {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.76), rgba(235, 246, 241, 0.78));
  border-color: rgba(79, 183, 173, 0.26);
}

.credit-summary {
  align-self: start;
}

.logo-wall {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.role-wall,
.agency-wall {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.logo-tile {
  min-height: 64px;
  display: grid;
  place-items: center;
  padding: 12px;
  border: 1px solid rgba(17, 21, 19, 0.14);
  border-radius: 8px;
  background: #101411;
  color: var(--ink);
  font-size: 15px;
  font-weight: 850;
  line-height: 1.12;
  text-align: center;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.press-wall .logo-tile {
  min-height: 58px;
}

.logo-bbc {
  background: #111;
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.08em;
}

.logo-guardian,
.logo-times,
.logo-stimes {
  background: #f8f4e9;
  color: #111513;
}

.logo-ft {
  background: #f5dfcf;
  color: #111513;
}

.logo-bigissue {
  background: linear-gradient(135deg, #df1f2d, #111513 64%);
  color: #fff;
}

.logo-natgeo {
  border-color: #f3ce35;
  box-shadow: inset 0 0 0 3px #f3ce35;
}

.logo-metro,
.logo-ap {
  background: #163a5f;
}

.logo-womad {
  background: linear-gradient(135deg, #d23c68, #f0a237);
}

.logo-boomtown {
  background: linear-gradient(135deg, #191418, #7d233f);
}

.logo-maui {
  background: linear-gradient(135deg, #30113d, #99bd2c);
}

.logo-nnf,
.logo-britten {
  background: #f4efe4;
  color: #111513;
}

.logo-heritage,
.logo-wordplay,
.logo-cycle,
.logo-foolhardy {
  background: #24372f;
}

.logo-getty,
.logo-millennium,
.logo-loop {
  background: #101010;
}

.logo-broads {
  background: linear-gradient(135deg, #143c3d, #7f9f78);
}

.logo-airclad,
.logo-harley,
.logo-stretch,
.logo-tower,
.logo-boxing,
.logo-fight,
.logo-bacton {
  background: #f6f3ec;
  color: #111513;
}

.logo-harley {
  border-color: rgba(216, 93, 31, 0.72);
  box-shadow: inset 0 -4px 0 rgba(216, 93, 31, 0.82);
}

.logo-leofoto,
.logo-permajet,
.logo-fstop,
.logo-slik,
.logo-formatt,
.logo-wex,
.logo-photocrowd,
.logo-nua {
  background: linear-gradient(135deg, #0d1213, #1d2929);
  border-color: rgba(79, 183, 173, 0.28);
}

.logo-permajet,
.logo-wex {
  box-shadow: inset 0 -4px 0 var(--amber);
}

.qualification-stack {
  display: grid;
  gap: 10px;
}

.qualification-stack span {
  min-height: 56px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 14px;
  border: 1px solid rgba(17, 21, 19, 0.12);
  border-radius: 8px;
  background: rgba(246, 243, 236, 0.78);
  color: var(--charcoal);
  font-weight: 800;
}

.qualification-stack strong {
  min-width: 68px;
  color: var(--rust);
  font-size: 24px;
  line-height: 1;
}

.note-card {
  background:
    linear-gradient(135deg, rgba(17, 21, 19, 0.94), rgba(28, 33, 31, 0.9));
  color: var(--ink);
}

.note-card > p:not(.kicker) {
  color: rgba(246, 243, 236, 0.76);
}

.clients-hero {
  min-height: 72svh;
  padding: 132px 0 72px;
  background:
    linear-gradient(90deg, rgba(8, 11, 10, 0.96) 0%, rgba(8, 11, 10, 0.82) 43%, rgba(8, 11, 10, 0.42) 100%),
    radial-gradient(circle at 76% 46%, rgba(79, 183, 173, 0.26), transparent 34%),
    url("hero/dibsmc-hero-desktop-3840.webp") center / cover no-repeat;
}

.clients-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
}

.product-details {
  margin-top: auto;
  border-top: 1px solid var(--line-dark);
}

.product-details summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 0 4px;
  cursor: pointer;
  color: var(--charcoal);
  font-weight: 800;
  list-style: none;
}

.product-details summary::-webkit-details-marker {
  display: none;
}

.product-details summary::after {
  content: "+";
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
}

.product-details[open] summary::after {
  content: "−";
}

.product-details ul {
  display: grid;
  gap: 8px;
  margin: 12px 0 4px;
  padding-left: 20px;
  color: #4e544f;
}

.product-details li::marker {
  color: var(--amber);
}

.client-proof-panel-simple {
  display: block;
  max-width: 840px;
}

.clients-hero-copy h1 {
  max-width: 720px;
  font-size: clamp(46px, 6.2vw, 92px);
}

.clients-hero-copy .lead {
  max-width: 620px;
}

.client-intro.dark {
  padding: 0 0 68px;
  background: #0c0f0e;
}

.client-intro.dark .client-proof-panel {
  margin-top: -34px;
  color: var(--ink);
  border-color: rgba(246, 243, 236, 0.14);
  background:
    linear-gradient(135deg, rgba(28, 33, 31, 0.98), rgba(11, 14, 13, 0.96)),
    radial-gradient(circle at 92% 0%, rgba(215, 155, 93, 0.22), transparent 32%);
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.32);
}

.client-intro.dark .client-proof-panel p:last-child {
  color: rgba(246, 243, 236, 0.78);
}

.client-proof-section {
  background:
    linear-gradient(180deg, #e4eadf 0%, #f1f3ef 44%, #e7ece3 100%);
}

.client-section-head {
  margin-bottom: 28px;
}

.client-section-head h2 {
  max-width: 620px;
  font-size: clamp(42px, 5vw, 74px);
}

.proof-ledger {
  display: grid;
  gap: 20px;
}

.proof-feature,
.proof-card-large {
  overflow: hidden;
  border: 1px solid rgba(17, 21, 19, 0.14);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(17, 21, 19, 0.12);
}

.proof-feature {
  display: grid;
  gap: clamp(24px, 4vw, 54px);
  padding: clamp(26px, 4vw, 46px);
}

.press-feature {
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  align-items: end;
  color: var(--ink);
  background:
    linear-gradient(135deg, rgba(9, 12, 11, 0.98), rgba(25, 31, 29, 0.96)),
    radial-gradient(circle at 78% 24%, rgba(79, 183, 173, 0.24), transparent 34%);
}

.proof-feature h3,
.proof-card-large h3 {
  font-size: clamp(26px, 3vw, 42px);
}

.proof-feature p,
.proof-card-large p {
  margin: 0;
}

.press-feature p:not(.kicker) {
  color: rgba(246, 243, 236, 0.74);
}

.wordmark-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.wordmark-cloud span {
  display: inline-flex;
  align-items: center;
  min-height: 58px;
  padding: 10px 16px;
  border: 1px solid rgba(246, 243, 236, 0.18);
  border-radius: 8px;
  background: rgba(246, 243, 236, 0.08);
  color: var(--ink);
  font-size: clamp(18px, 2.3vw, 32px);
  font-weight: 850;
  line-height: 1;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.press-cloud span:nth-child(1),
.press-cloud span:nth-child(2),
.press-cloud span:nth-child(3),
.press-cloud span:nth-child(4) {
  min-height: 72px;
  font-size: clamp(24px, 3.3vw, 48px);
}

.wordmark-cloud .plus-more {
  border-color: rgba(215, 155, 93, 0.34);
  background: rgba(215, 155, 93, 0.12);
  color: var(--amber);
  font-size: clamp(18px, 2vw, 28px);
}

.visual-feature {
  grid-template-columns: minmax(360px, 1.1fr) minmax(280px, 0.9fr);
  align-items: center;
  padding: 18px;
  background: rgba(255, 255, 255, 0.7);
}

.action-feature {
  grid-template-columns: minmax(220px, 0.42fr) minmax(0, 1fr);
  gap: clamp(20px, 3vw, 36px);
}

.action-figure {
  width: min(100%, 330px);
  margin: 0;
  justify-self: center;
}

.visual-feature img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: 54% center;
  border: 1px solid rgba(17, 21, 19, 0.14);
  border-radius: 8px;
}

.action-figure img {
  aspect-ratio: 3 / 4;
  max-height: 390px;
  object-fit: cover;
  object-position: center;
}

.press-work-figure img {
  aspect-ratio: 4 / 3;
}

.action-figure figcaption {
  margin-top: 8px;
  color: #5d665f;
  font-size: 13px;
  line-height: 1.35;
}

.action-figure figcaption a {
  color: inherit;
  font-weight: 800;
  text-decoration-color: rgba(17, 21, 19, 0.28);
  text-underline-offset: 3px;
}

.visual-feature > div {
  display: grid;
  gap: 14px;
  padding: clamp(12px, 2vw, 28px);
}

.visual-feature p:not(.kicker),
.proof-card-large p:not(.kicker) {
  color: #4e544f;
}

.proof-cluster,
.proof-bottom-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.proof-card-large {
  display: grid;
  align-content: start;
  gap: 18px;
  padding: clamp(24px, 3vw, 36px);
  background: rgba(255, 255, 255, 0.68);
}

.compact-name-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.compact-name-grid span {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 8px 12px;
  border: 1px solid rgba(17, 21, 19, 0.12);
  border-radius: 999px;
  background: rgba(246, 243, 236, 0.78);
  color: var(--charcoal);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.15;
}

.dark-proof-card {
  color: var(--ink);
  border-color: rgba(246, 243, 236, 0.14);
  background:
    linear-gradient(135deg, rgba(17, 21, 19, 0.98), rgba(31, 39, 36, 0.94));
}

.dark-proof-card .compact-name-grid span {
  border-color: rgba(246, 243, 236, 0.16);
  background: rgba(246, 243, 236, 0.08);
  color: var(--ink);
}

.dark-proof-card p:not(.kicker) {
  color: rgba(246, 243, 236, 0.74);
}

.qualification-proof {
  border-color: rgba(79, 183, 173, 0.3);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(235, 246, 241, 0.82));
}

.name-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.name-list span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 6px 10px;
  border: 1px solid rgba(17, 21, 19, 0.12);
  border-radius: 999px;
  background: rgba(246, 243, 236, 0.72);
  color: var(--charcoal);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.15;
}

.route-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
  border: 0;
  background: transparent;
}

.starting-route-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.starting-route-grid .route-card {
  grid-column: span 2;
}

.starting-route-grid .route-card:nth-child(4) {
  grid-column: 2 / span 2;
}

.starting-route-grid .route-card:nth-child(5) {
  grid-column: 4 / span 2;
}

.grid.four.main-lanes-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 900px) {
  .starting-route-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .grid.four.main-lanes-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .starting-route-grid .route-card,
  .starting-route-grid .route-card:nth-child(4),
  .starting-route-grid .route-card:nth-child(5) {
    grid-column: auto;
  }
}

@media (max-width: 620px) {
  .starting-route-grid {
    grid-template-columns: 1fr;
  }

  .grid.four.main-lanes-grid {
    grid-template-columns: 1fr;
  }
}

.route-card {
  display: grid;
  gap: 12px;
  align-content: start;
  min-height: 220px;
  padding: var(--card-padding);
  border: 1px solid rgba(17, 21, 19, 0.12);
  background: rgba(255, 255, 255, 0.62);
  color: var(--charcoal);
  text-decoration: none;
  border-radius: var(--card-radius);
  box-shadow: 0 16px 40px rgba(17, 21, 19, 0.08);
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.route-card:nth-child(4) {
  border-color: rgba(79, 183, 173, 0.34);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.78), rgba(236, 244, 241, 0.72));
}

.route-card span {
  color: var(--rust);
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
}

.route-card strong {
  font-size: 22px;
  line-height: 1.1;
}

.route-card p {
  margin: 0;
  color: #4e544f;
}

a.route-card:hover {
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 22px 54px rgba(17, 21, 19, 0.14);
  transform: translateY(-3px);
}

.contact-routes .route-card {
  min-height: 0;
}

.contact-message-section {
  padding-block: 52px;
}

.contact-message-section .section-head {
  margin-bottom: 24px;
}

.process {
  counter-reset: steps;
  display: grid;
  gap: 12px;
  border: 0;
  background: transparent;
}

.process-step {
  counter-increment: steps;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 24px;
  padding: 24px;
  border: 1px solid rgba(17, 21, 19, 0.1);
  border-radius: var(--card-radius);
  background: rgba(255, 255, 255, 0.48);
}

.dark .process-step {
  border-color: rgba(246, 243, 236, 0.14);
  background: rgba(246, 243, 236, 0.06);
}

.process-step::before {
  content: counter(steps, decimal-leading-zero);
  color: var(--rust);
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
}

.process-step p {
  margin: 8px 0 0;
  color: #4e544f;
}

.cta-band {
  border: 1px solid var(--line-dark);
  background:
    linear-gradient(90deg, rgba(17, 21, 19, 0.92), rgba(17, 21, 19, 0.68)),
    url("hero/dibsmc-hero-web-2400.webp") center / cover no-repeat;
  color: var(--ink);
  padding: 42px;
}

.cta-band p {
  max-width: 740px;
  color: var(--muted);
}

.next-step {
  border-top: 1px solid var(--line-dark);
  background: var(--paper);
}

.next-step-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 1.1fr);
  gap: 40px;
  align-items: center;
}

.next-step p {
  margin: 14px 0 0;
  color: #4e544f;
  font-size: 18px;
}

.next-step .short-line {
  max-width: 880px;
}

.next-step .actions {
  justify-content: flex-end;
  margin-top: 0;
}

.next-step.dark {
  border-top-color: var(--line);
  background: var(--charcoal);
  color: var(--ink);
}

.next-step.dark p {
  color: var(--muted);
}

.quiet-card {
  display: grid;
  gap: 14px;
  height: 100%;
  align-content: start;
}

.quiet-card strong {
  color: var(--rust);
}

.fit-columns .quiet-card h3 {
  margin-bottom: 4px;
}

.page-note {
  margin-top: 22px;
  color: var(--muted);
  font-size: 15px;
}

@media (min-width: 1800px) {
  .hero {
    background-image:
      linear-gradient(90deg, rgba(12, 15, 14, 0.78) 0%, rgba(12, 15, 14, 0.52) 31%, rgba(12, 15, 14, 0.08) 64%),
      linear-gradient(0deg, rgba(12, 15, 14, 0.72) 0%, rgba(12, 15, 14, 0) 46%),
      url("hero/dibsmc-hero-desktop-3840.webp");
  }

  .home-hero {
    background-image:
      linear-gradient(90deg, rgba(12, 15, 14, var(--hero-dim-left)) 0%, rgba(12, 15, 14, var(--hero-dim-mid)) 34%, rgba(12, 15, 14, var(--hero-dim-right)) 72%),
      linear-gradient(0deg, rgba(12, 15, 14, var(--hero-dim-bottom)) 0%, rgba(12, 15, 14, 0) 44%),
      url("hero/dibsmc-hero-desktop-3840.webp");
    background-position: var(--hero-position-desktop);
  }
}

@media (min-width: 621px) and (max-width: 1100px) {
  .hero {
    background-image:
      linear-gradient(90deg, rgba(12, 15, 14, 0.8) 0%, rgba(12, 15, 14, 0.56) 42%, rgba(12, 15, 14, 0.12) 78%),
      linear-gradient(0deg, rgba(12, 15, 14, 0.74) 0%, rgba(12, 15, 14, 0) 52%),
      url("hero/dibsmc-hero-tablet-2200.webp");
  }

  .home-hero {
    background-image:
      linear-gradient(90deg, rgba(12, 15, 14, var(--hero-dim-left)) 0%, rgba(12, 15, 14, var(--hero-dim-mid)) 46%, rgba(12, 15, 14, var(--hero-dim-right)) 84%),
      linear-gradient(0deg, rgba(12, 15, 14, var(--hero-dim-bottom)) 0%, rgba(12, 15, 14, 0) 52%),
      url("hero/dibsmc-hero-tablet-2200.webp");
    background-position: var(--hero-position-tablet);
  }

  .page-hero.photography-hero {
    background-image:
      linear-gradient(90deg, rgba(12, 15, 14, 0.84) 0%, rgba(12, 15, 14, 0.58) 44%, rgba(12, 15, 14, 0.12) 84%),
      linear-gradient(0deg, rgba(12, 15, 14, 0.58), rgba(12, 15, 14, 0.06) 52%),
      url("photography/dibs-on-location-hero-tablet.webp");
    background-position: center;
  }

  .page-hero.about-hero {
    background-image:
      linear-gradient(90deg, rgba(12, 15, 14, 0.84) 0%, rgba(12, 15, 14, 0.58) 44%, rgba(12, 15, 14, 0.12) 84%),
      linear-gradient(0deg, rgba(12, 15, 14, 0.58), rgba(12, 15, 14, 0.06) 52%),
      url("photography/dibs-on-location-hero-tablet.webp");
    background-position: center;
  }

  .page-hero.what-hero {
    min-height: 68svh;
    background-image:
      linear-gradient(90deg, rgba(12, 15, 14, 0.84) 0%, rgba(12, 15, 14, 0.58) 46%, rgba(12, 15, 14, 0.14) 84%),
      linear-gradient(0deg, rgba(12, 15, 14, 0.58), rgba(12, 15, 14, 0.06) 52%),
      url("hero/dibsmc-hero-tablet-2200.webp");
    background-position: 46% center;
  }
}

.contact-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 40px;
  align-items: start;
}

label {
  display: grid;
  gap: 8px;
  color: #333833;
  font-weight: 700;
}

.field-note {
  color: #616861;
  font-size: 14px;
  font-weight: 500;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line-dark);
  background: rgba(255, 255, 255, 0.58);
  padding: 13px 14px;
  color: var(--charcoal);
  font: inherit;
  border-radius: 6px;
}

.contact-layout h2 {
  max-width: 100%;
  font-size: clamp(30px, 4vw, 54px);
  line-height: 1.04;
  overflow-wrap: break-word;
  word-break: normal;
}

.email-heading {
  color: inherit;
  text-decoration: none;
}

textarea {
  min-height: 150px;
  resize: vertical;
}

.form-grid {
  display: grid;
  gap: 16px;
}

.site-footer {
  background: #0c0f0e;
  color: var(--muted);
  padding: 54px 0 28px;
}

.footer-inner {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(260px, 1.2fr) repeat(2, minmax(160px, 0.55fr));
  gap: 38px;
  align-items: start;
}

.footer-brand {
  display: grid;
  gap: 14px;
  max-width: 460px;
}

.footer-brand p,
.footer-contact p {
  margin: 0;
  color: var(--muted);
}

.footer-heading {
  margin: 0 0 14px;
  color: var(--amber);
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-links {
  display: grid;
  gap: 9px;
}

.footer-links a,
.footer-contact a,
.footer-bottom a {
  color: var(--ink);
  text-decoration: none;
}

.footer-links a:hover,
.footer-contact a:hover,
.footer-bottom a:hover {
  color: var(--amber);
}

.footer-contact {
  display: grid;
  gap: 12px;
}

.footer-bottom {
  width: min(var(--max), calc(100% - 32px));
  margin: 34px auto 0;
  padding-top: 22px;
  border-top: 1px solid rgba(246, 243, 236, 0.12);
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  color: rgba(198, 194, 184, 0.78);
  font-size: 14px;
}

.footer-inner .brand {
  align-items: center;
  color: var(--ink);
}

.footer-inner .brand-mark {
  width: 38px;
  height: 38px;
}

@media (max-width: 900px) {
  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: 72px;
    right: 16px;
    left: 16px;
    display: none;
    padding: 12px;
    border: 1px solid var(--line);
    background: rgba(17, 21, 19, 0.98);
    box-shadow: var(--shadow);
  }

  .site-nav[data-open="true"] {
    display: grid;
  }

  .dropdown-menu {
    position: static;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    box-shadow: none;
    background: rgba(246, 243, 236, 0.05);
  }

  .section-head,
  .contact-layout,
  .intro-grid,
  .split,
  .clients-hero-grid,
  .client-proof-panel,
  .app-showcase,
  .work-strip,
  .fit-board,
  .next-step-inner,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .fit-columns {
    grid-template-columns: 1fr;
  }

  .next-step .actions {
    justify-content: flex-start;
  }

  .grid.four,
  .grid.three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-row {
    grid-template-columns: 1fr;
  }

  .metrics {
    grid-template-columns: 1fr;
  }

  .proof-strip {
    grid-template-columns: 1fr;
  }

  .showcase-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .offer-showcase-grid {
    grid-template-columns: 1fr;
  }

  .press-feature,
  .visual-feature,
  .proof-cluster,
  .proof-bottom-grid {
    grid-template-columns: 1fr;
  }

  .app-tile-grid {
    grid-template-columns: 1fr;
  }

  .app-tile {
    grid-template-columns: minmax(150px, 0.34fr) 1fr;
    grid-template-rows: auto;
    align-items: center;
  }

  .event-feature {
    grid-template-columns: 1fr;
  }

  .detail-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .route-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .portfolio-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .hero {
    min-height: 88svh;
    background-image:
      linear-gradient(180deg, rgba(12, 15, 14, 0.78) 0%, rgba(12, 15, 14, 0.52) 34%, rgba(12, 15, 14, 0.22) 68%, rgba(12, 15, 14, 0.86) 100%),
      url("hero/dibsmc-hero-mobile-1600.webp");
    background-position: center;
  }

  .home-hero {
    min-height: 86svh;
    align-items: start;
    background-image:
      linear-gradient(180deg, rgba(12, 15, 14, 0.7) 0%, rgba(12, 15, 14, 0.42) 30%, rgba(12, 15, 14, 0.08) 58%, rgba(12, 15, 14, 0.66) 100%),
      linear-gradient(90deg, rgba(12, 15, 14, 0.78) 0%, rgba(12, 15, 14, 0.38) 42%, rgba(12, 15, 14, 0.02) 76%),
      url("hero/dibsmc-hero-mobile-1600.webp");
    background-position: var(--hero-position-mobile);
  }

  .home-hero .eyebrow {
    margin-bottom: 14px;
  }

  .home-hero .hero-copy {
    max-width: 252px;
  }

  .hero h1,
  .page-hero h1 {
    font-size: 46px;
  }

  .home-hero h1 {
    max-width: 252px;
    font-size: 29px;
    line-height: 1.03;
  }

  .home-hero .lead {
    max-width: 250px;
    font-size: 14px;
    line-height: 1.55;
  }

  .home-hero .hero-inner {
    width: min(var(--max), calc(100% - 32px));
    padding-top: 96px;
    padding-bottom: 42px;
  }

  .home-hero .hero-actions {
    gap: 8px;
    margin-top: 20px;
  }

  .home-hero .button {
    width: auto;
    min-height: 40px;
    padding: 10px 13px;
    border-color: rgba(246, 243, 236, 0.42);
    background: rgba(12, 15, 14, 0.46);
    color: var(--paper);
    backdrop-filter: blur(8px);
  }

  .home-hero .button.secondary {
    display: none;
  }

  .page-hero.media {
    background-image:
      linear-gradient(180deg, rgba(12, 15, 14, 0.82) 0%, rgba(12, 15, 14, 0.54) 45%, rgba(12, 15, 14, 0.78) 100%),
      url("hero/dibsmc-hero-mobile-1600.webp");
    background-position: center;
  }

  .page-hero.photography-hero {
    min-height: 78svh;
    background-image:
      linear-gradient(180deg, rgba(12, 15, 14, 0.74) 0%, rgba(12, 15, 14, 0.38) 44%, rgba(12, 15, 14, 0.82) 100%),
      linear-gradient(90deg, rgba(12, 15, 14, 0.72), rgba(12, 15, 14, 0.06)),
      url("photography/dibs-on-location-hero-mobile.webp");
    background-position: 50% 50%;
  }

  .page-hero.about-hero {
    min-height: 78svh;
    background-image:
      linear-gradient(180deg, rgba(12, 15, 14, 0.76) 0%, rgba(12, 15, 14, 0.46) 44%, rgba(12, 15, 14, 0.84) 100%),
      linear-gradient(90deg, rgba(12, 15, 14, 0.74), rgba(12, 15, 14, 0.1)),
      url("photography/dibs-on-location-hero-mobile.webp");
    background-position: 50% 50%;
  }

  .page-hero.what-hero {
    min-height: 78svh;
    background-image:
      linear-gradient(180deg, rgba(12, 15, 14, 0.72) 0%, rgba(12, 15, 14, 0.38) 42%, rgba(12, 15, 14, 0.82) 100%),
      linear-gradient(90deg, rgba(12, 15, 14, 0.74), rgba(12, 15, 14, 0.08)),
      url("hero/dibsmc-hero-mobile-1600.webp");
    background-position: 47% 52%;
  }

  .hero-inner {
    padding-top: 118px;
    padding-bottom: 46px;
  }

  .hero-proof span {
    font-size: 12px;
  }

  .grid.four,
  .grid.three {
    grid-template-columns: 1fr;
  }

  .route-grid {
    grid-template-columns: 1fr;
  }

  .detail-grid {
    grid-template-columns: 1fr;
  }

  .credit-grid {
    grid-template-columns: 1fr;
  }

  .clients-hero {
    min-height: 76svh;
    padding-bottom: 50px;
  }

  .client-intro.dark {
    padding-bottom: 54px;
  }

  .client-intro.dark .client-proof-panel {
    margin-top: -18px;
  }

  .wordmark-cloud span {
    min-height: 48px;
    font-size: 17px;
  }

  .press-cloud span:nth-child(1),
  .press-cloud span:nth-child(2),
  .press-cloud span:nth-child(3),
  .press-cloud span:nth-child(4) {
    min-height: 54px;
    font-size: 22px;
  }

  .visual-feature {
    padding: 14px;
  }

  .portfolio-grid {
    grid-template-columns: 1fr;
  }

  .showcase-strip {
    grid-template-columns: 1fr;
  }

  .showcase-card,
  .media-package {
    grid-template-columns: 1fr;
  }

  .offer-showcase-card {
    grid-template-columns: 1fr;
  }

  .app-tile {
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
  }

  .app-tile .phone-shot {
    aspect-ratio: 16 / 10;
  }

  .home-fit .feature {
    min-height: 0;
  }

  .section {
    padding: 48px 0;
  }

  .button {
    width: 100%;
  }

  .page-hero {
    padding: 132px 0 58px;
  }

  .app-frame {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .media-package .proof-image,
  .product-placeholder {
    min-height: 320px;
  }

  .phone-shot {
    min-height: 0;
  }

  .phone-shot img {
    width: auto;
    height: 100%;
    max-width: 88%;
    max-height: 320px;
  }

  .process-step {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .cta-band {
    padding: 28px;
  }
}
