.brand-depo-builders {
  --depo-ink: #171714;
  --depo-paper: #f4f1ea;
  --depo-white: #fffdf8;
  --depo-yellow: #ffca0a;
  --depo-orange: #f18c20;
  --depo-line: rgba(23, 23, 20, 0.18);
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  background: var(--depo-paper);
  color: var(--depo-ink);
}

/* These shell overrides belong to the public site only. Signed-in pages reuse
   the same header and page-shell class names for the fixed application rail. */
body.brand-depo-builders:not(.has-app-sidebar) .page-shell { width: 100%; max-width: none; margin: 0; padding: 0; }
body.brand-depo-builders:not(.has-app-sidebar) .app-header {
  position: sticky; top: 0; z-index: 50;
  border-bottom: 1px solid rgba(23, 23, 20, 0.16);
  background: rgba(244, 241, 234, 0.96);
  backdrop-filter: blur(16px);
}
body.brand-depo-builders:not(.has-app-sidebar) .header-inner { max-width: 1440px; min-height: 80px; padding: 10px clamp(22px, 4vw, 64px); }
body.brand-depo-builders:not(.has-app-sidebar) .header-top-row { min-width: 166px; }
.brand-depo-builders .brand-copy { display: none; }
.brand-depo-builders .depo-header-logo {
  display: block; width: 146px; height: 56px; object-fit: contain; mix-blend-mode: multiply;
}
.brand-depo-builders .depo-mobile-login { display: none; }
.brand-depo-builders.has-app-sidebar .depo-header-logo {
  width: min(146px, 100%); height: 56px; padding: 4px; box-sizing: border-box;
  border-radius: 4px; background: var(--depo-white); mix-blend-mode: normal;
}
body.brand-depo-builders:not(.has-app-sidebar) .header-nav-wrap { border: 0; margin: 0; padding: 0; }
.brand-depo-builders .depo-public-nav { justify-content: flex-end; gap: clamp(18px, 2.4vw, 38px); }
.brand-depo-builders .depo-public-nav a {
  color: var(--depo-ink); font-size: 0.74rem; font-weight: 800;
  letter-spacing: 0.09em; text-transform: uppercase;
}
.brand-depo-builders .depo-public-nav a:nth-last-child(2) { border-bottom: 2px solid var(--depo-yellow); }

.depo-page, .depo-page * { box-sizing: border-box; }
.depo-page { overflow: hidden; background: var(--depo-paper); font-family: Arial, Helvetica, sans-serif; }
.depo-page h1, .depo-page h2, .depo-page h3, .depo-page p, .depo-page blockquote { margin: 0; }
.depo-page a { color: inherit; }
.depo-kicker {
  font-size: 0.72rem; font-weight: 800; letter-spacing: 0.15em; line-height: 1.3; text-transform: uppercase;
}

.depo-hero {
  display: grid; grid-template-columns: minmax(0, 0.91fr) minmax(520px, 1.09fr);
  min-height: calc(100vh - 80px); border-bottom: 1px solid var(--depo-line);
}
.depo-hero-copy {
  display: flex; flex-direction: column; justify-content: center;
  padding: clamp(64px, 8vw, 128px) clamp(28px, 6vw, 96px);
}
.depo-hero-copy .depo-kicker { margin-bottom: clamp(42px, 7vh, 78px); }
.depo-hero h1 {
  max-width: 760px; font-size: clamp(4.7rem, 7.3vw, 8.6rem); font-weight: 900;
  letter-spacing: -0.07em; line-height: 0.8; text-transform: uppercase;
}
.depo-hero h1 .depo-title-line {
  display: flex; align-items: baseline; gap: 0.16em; color: var(--depo-ink);
  font-family: Arial, Helvetica, sans-serif; font-style: normal; line-height: 0.88;
}
.depo-hero h1 .depo-title-lead {
  font-size: 0.5em; letter-spacing: -0.045em; line-height: 1; white-space: nowrap;
}
.depo-hero h1 .depo-title-middle { margin-top: 0.04em; }
.depo-hero h1 .depo-title-middle em,
.depo-hero h1 .depo-title-end em {
  color: var(--depo-orange); font-family: Georgia, "Times New Roman", serif;
  font-style: italic; font-weight: 400; letter-spacing: -0.055em; text-transform: none;
}
.depo-hero h1 .depo-title-middle strong { font-size: 0.49em; letter-spacing: -0.04em; }
.depo-hero h1 .depo-title-end { justify-content: flex-end; margin-top: 0.08em; }
.depo-hero h1 .depo-title-end strong { font-size: 0.62em; letter-spacing: -0.04em; }
.depo-hero h1 .depo-title-end em { font-size: 0.84em; }
.depo-hero h1 em,
.depo-hero h1 strong { font-weight: inherit; }
.depo-lede {
  max-width: 590px; margin-top: clamp(34px, 5vh, 62px) !important;
  font-size: clamp(1.12rem, 1.6vw, 1.48rem); line-height: 1.48;
}
.depo-hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 38px; }
.depo-button {
  display: inline-flex; align-items: center; justify-content: space-between; min-width: 228px;
  padding: 18px 20px; border: 1px solid transparent; font-size: 0.76rem; font-weight: 800;
  letter-spacing: 0.08em; text-decoration: none; text-transform: uppercase;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease;
}
.depo-button:hover, .depo-button:focus-visible { transform: translateY(-2px); }
.depo-button-dark { background: var(--depo-ink); color: var(--depo-white) !important; }
.depo-button-dark:hover, .depo-button-dark:focus-visible { background: #383831; }
.depo-button-light { border-color: rgba(255, 253, 248, 0.55); background: var(--depo-white); color: var(--depo-ink) !important; }
.depo-text-link {
  padding: 8px 0; border-bottom: 1px solid var(--depo-ink); font-size: 0.78rem;
  font-weight: 800; letter-spacing: 0.08em; text-decoration: none; text-transform: uppercase;
}

.depo-hero-board {
  position: relative; min-height: 620px; overflow: hidden;
  border-left: 1px solid var(--depo-line); background: var(--depo-yellow);
}
.depo-plan-lines {
  position: absolute; inset: 5%; opacity: 0.7;
  background:
    linear-gradient(90deg, transparent 9.8%, rgba(23,23,20,.22) 10%, transparent 10.2%) 0 0 / 20% 100%,
    linear-gradient(0deg, transparent 9.8%, rgba(23,23,20,.18) 10%, transparent 10.2%) 0 0 / 100% 20%;
}
.depo-plan-lines::before, .depo-plan-lines::after { position: absolute; content: ""; border: 2px solid var(--depo-ink); }
.depo-plan-lines::before { inset: 12% 14% 21% 10%; clip-path: polygon(0 25%, 48% 0, 100% 28%, 100% 100%, 0 100%); }
.depo-plan-lines::after { width: 28%; height: 42%; right: 24%; bottom: 21%; border-bottom: 0; }
.depo-logo-card {
  position: absolute; top: 50%; left: 50%; width: clamp(240px, 27vw, 420px); aspect-ratio: 1;
  padding: clamp(24px, 4vw, 54px); background: var(--depo-white);
  box-shadow: 18px 18px 0 rgba(23, 23, 20, 0.94); transform: translate(-50%, -50%) rotate(-2deg);
}
.depo-logo-card img { width: 100%; height: 100%; object-fit: contain; }
.depo-board-note {
  position: absolute; font-size: 0.68rem; font-weight: 800; letter-spacing: 0.13em;
  text-transform: uppercase; writing-mode: vertical-rl;
}
.depo-board-note-top { top: 38px; right: 30px; }
.depo-board-note-bottom { bottom: 36px; left: 28px; transform: rotate(180deg); }

.depo-facts {
  display: grid; grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid var(--depo-line); background: var(--depo-ink); color: var(--depo-white);
}
.depo-facts > div {
  min-width: 0;
  padding: clamp(26px, 3vw, 40px) clamp(20px, 3vw, 44px);
  border-right: 1px solid rgba(255, 253, 248, 0.16);
}
.depo-facts > div:last-child { border-right: 0; }
.depo-fact-label {
  display: block; margin-bottom: 12px; color: var(--depo-yellow); font-size: 0.64rem;
  font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase;
}
.depo-facts p {
  max-width: 100%; overflow-wrap: anywhere;
  font-size: clamp(0.98rem, 1.2vw, 1.16rem); font-weight: 700; letter-spacing: -0.01em;
}
.depo-fact-note {
  display: block; max-width: 30ch; margin-top: 8px; color: rgba(255, 253, 248, 0.68);
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.01em; line-height: 1.4;
}
.depo-facts a { text-decoration: none; border-bottom: 1px solid var(--depo-yellow); }
.depo-measure { position: absolute; font-family: "Courier New", monospace; font-size: 0.7rem; }
.depo-measure-one { top: 18%; left: 8%; }
.depo-measure-two { right: 8%; bottom: 15%; }

.depo-intro {
  display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); gap: clamp(36px, 6vw, 96px);
  padding: clamp(90px, 12vw, 170px) clamp(28px, 6vw, 96px);
}
.depo-intro h2, .depo-section-heading h2, .depo-process h2, .depo-facebook h2, .depo-contact h2 {
  max-width: 760px; font-size: clamp(2.7rem, 5.1vw, 6.2rem); font-weight: 800;
  letter-spacing: -0.065em; line-height: 0.95;
}
.depo-intro .depo-kicker, .depo-section-heading .depo-kicker, .depo-process .depo-kicker,
.depo-facebook .depo-kicker, .depo-contact .depo-kicker { margin-bottom: 20px; }
.depo-intro-copy {
  display: grid; align-content: end; gap: 24px; max-width: 580px; font-size: 1.08rem; line-height: 1.65;
}

.depo-services {
  padding: clamp(74px, 9vw, 130px) clamp(28px, 6vw, 96px) clamp(92px, 12vw, 170px);
  background: var(--depo-white);
}
.depo-section-heading { display: grid; grid-template-columns: 1.25fr 0.55fr; gap: 60px; align-items: end; }
.depo-section-heading > p { max-width: 430px; padding-bottom: 8px; font-size: 1rem; line-height: 1.6; }
.depo-service-list {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(42px, 5vw, 76px) clamp(18px, 2vw, 30px);
  margin-top: clamp(64px, 8vw, 116px);
}
.depo-service {
  display: flex; min-width: 0; flex-direction: column; padding-bottom: 28px; border-bottom: 1px solid var(--depo-ink);
}
.depo-service-image {
  position: relative; aspect-ratio: 4 / 3; overflow: hidden; margin-bottom: 24px;
  border: 1px solid var(--depo-line); background: var(--depo-paper);
}
.depo-service-image::after {
  position: absolute; right: 0; bottom: 0; width: 38px; height: 6px; background: var(--depo-yellow); content: "";
}
.depo-service-image img { object-fit: cover; transition: transform 450ms ease; }
.depo-service:hover .depo-service-image img { transform: scale(1.025); }
.depo-service-title { display: grid; grid-template-columns: 34px minmax(0, 1fr); gap: 12px; align-items: start; }
.depo-service-title span { padding-top: 5px; font-family: "Courier New", monospace; font-size: 0.72rem; }
.depo-service h3 {
  font-size: clamp(1.45rem, 2vw, 2.2rem); font-weight: 700; letter-spacing: -0.045em; line-height: 1.02;
}
.depo-service p { margin: 18px 0 0 46px; color: #5c5b55; font-size: 0.96rem; line-height: 1.55; }
.depo-service a {
  align-self: flex-start; margin: auto 0 0 46px; padding-top: 24px; border-bottom: 1px solid var(--depo-ink); font-size: 0.72rem;
  font-weight: 800; letter-spacing: 0.06em; text-decoration: none; text-transform: uppercase;
}

.depo-work {
  padding: clamp(74px, 9vw, 130px) clamp(28px, 6vw, 96px) clamp(92px, 12vw, 170px);
}
.depo-gallery-feature {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(16px, 2vw, 30px);
  margin-top: clamp(56px, 7vw, 100px);
}
/* Three across, matching the feature row above it, so the gallery reads as a
   single 3 x 2 block rather than two mismatched rows. */
.depo-gallery-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(16px, 2vw, 30px);
  margin-top: clamp(16px, 2vw, 30px);
}
.depo-gallery-more {
  display: flex; justify-content: center; margin-top: clamp(34px, 4vw, 56px);
}
.depo-shot { margin: 0; }
/* The revealed row takes focus when the gallery expands, and a focus ring on a
   figure that was never clickable reads as a bug. The caption still moves. */
.depo-shot:focus { outline: none; }
.depo-shot-frame {
  position: relative; overflow: hidden; aspect-ratio: 1;
  border: 1px solid var(--depo-line); background: var(--depo-white);
}
.depo-shot-frame img {
  display: block; width: 100%; height: 100%; object-fit: cover;
  transition: transform 420ms ease;
}
.depo-shot:hover .depo-shot-frame img { transform: scale(1.04); }
.depo-shot-lead .depo-shot-frame { box-shadow: 12px 12px 0 var(--depo-ink); }
.depo-shot figcaption {
  margin-top: 14px; font-size: 0.9rem; line-height: 1.45;
}
.depo-shot figcaption span {
  display: block; margin-bottom: 5px; color: var(--depo-orange); font-size: 0.62rem;
  font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase;
}

.depo-statement {
  padding: clamp(90px, 12vw, 176px) clamp(28px, 8vw, 128px);
  background: var(--depo-ink); color: var(--depo-white); text-align: center;
}
.depo-statement-label {
  margin-bottom: 44px !important; color: var(--depo-yellow); font-size: 0.72rem;
  font-weight: 800; letter-spacing: 0.15em; text-transform: uppercase;
}
.depo-statement blockquote {
  max-width: 1080px; margin: 0 auto; font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.8rem, 6vw, 7.3rem); font-style: italic; letter-spacing: -0.055em; line-height: 0.98;
}
.depo-principles {
  display: flex; justify-content: center; gap: clamp(30px, 7vw, 110px); margin-top: 76px;
  font-size: 0.72rem; font-weight: 800; letter-spacing: 0.11em; text-transform: uppercase;
}

.depo-process { padding: clamp(90px, 11vw, 160px) clamp(28px, 6vw, 96px); }
.depo-process-heading { max-width: 980px; }
.depo-process-list {
  display: grid; grid-template-columns: repeat(5, 1fr); margin: 100px 0 0; padding: 0;
  border-top: 1px solid var(--depo-ink); list-style: none;
}
.depo-process-list li {
  position: relative; min-height: 340px; padding: 38px 22px 30px 0; border-right: 1px solid var(--depo-line);
}
.depo-process-list li:not(:first-child) { padding-left: 22px; }
.depo-process-list li:last-child { border-right: 0; }
.depo-process-list li > span {
  display: inline-grid; width: 42px; height: 42px; place-items: center;
  border: 1px solid var(--depo-ink); border-radius: 50%; font-family: "Courier New", monospace; font-size: 0.72rem;
}
.depo-process-list h3 { max-width: 230px; margin-top: 72px; font-size: 1.38rem; letter-spacing: -0.03em; }
.depo-process-list p { max-width: 260px; margin-top: 18px; color: #66655f; font-size: 0.94rem; line-height: 1.55; }

.depo-facebook { display: grid; grid-template-columns: 1.08fr 0.92fr; min-height: 760px; background: var(--depo-orange); }
.depo-facebook-copy {
  display: flex; flex-direction: column; justify-content: center;
  padding: clamp(70px, 9vw, 136px) clamp(28px, 7vw, 104px);
}
.depo-facebook-copy > p:not(.depo-kicker) { max-width: 580px; margin-top: 30px; font-size: 1.05rem; line-height: 1.62; }
.depo-facebook-copy .depo-button { align-self: flex-start; margin-top: 38px; }
.depo-reel-carousel {
  display: flex; min-height: 660px; flex-direction: column; align-items: center; justify-content: center;
  gap: 22px; padding: 52px clamp(28px, 5vw, 72px);
  border-left: 1px solid rgba(23, 23, 20, 0.22); background: var(--depo-yellow);
  outline: none; touch-action: pan-y;
}
.depo-reel-carousel:focus-visible { box-shadow: inset 0 0 0 3px var(--depo-ink); }
.depo-reel-stage { display: grid; width: 100%; place-items: center; }
.depo-reel-frame {
  position: relative; width: min(100%, 360px); aspect-ratio: 9 / 16; overflow: hidden;
  border: 8px solid var(--depo-white); background: var(--depo-ink); box-shadow: 14px 14px 0 var(--depo-ink);
}
.depo-reel-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.depo-reel-meta {
  display: flex; width: min(100%, 360px); align-items: center; justify-content: space-between; gap: 20px;
  font-size: 0.67rem; font-weight: 800; letter-spacing: 0.09em; line-height: 1.35; text-transform: uppercase;
}
.depo-reel-meta a { flex: 0 0 auto; border-bottom: 1px solid var(--depo-ink); text-decoration: none; }
.depo-reel-controls {
  display: grid; width: min(100%, 360px); grid-template-columns: 42px 1fr auto 42px;
  gap: 14px; align-items: center;
}
.depo-reel-controls > button {
  display: grid; width: 42px; height: 42px; padding: 0; place-items: center;
  border: 1px solid var(--depo-ink); border-radius: 50%; background: transparent; color: var(--depo-ink);
  cursor: pointer; font: inherit; transition: background 160ms ease, color 160ms ease;
}
.depo-reel-controls > button:hover:not(:disabled),
.depo-reel-controls > button:focus-visible { background: var(--depo-ink); color: var(--depo-yellow); }
.depo-reel-controls > button:disabled { cursor: default; opacity: 0.35; }
.depo-reel-dots { display: flex; gap: 8px; align-items: center; }
.depo-reel-dots button {
  width: 8px; height: 8px; padding: 0; border: 1px solid var(--depo-ink); border-radius: 50%;
  background: transparent; cursor: pointer;
}
.depo-reel-dots button.is-active { background: var(--depo-ink); }
.depo-reel-count {
  font-family: "Courier New", monospace; font-size: 0.68rem; font-weight: 700; letter-spacing: 0.08em;
}

.depo-contact {
  display: grid; grid-template-columns: 1.25fr 0.75fr; gap: 70px; align-items: end;
  padding: clamp(94px, 12vw, 170px) clamp(28px, 6vw, 96px); background: var(--depo-white);
}
.depo-contact-action { display: flex; flex-direction: column; align-items: flex-start; }
.depo-contact-action p { max-width: 510px; font-size: 1rem; line-height: 1.65; }
.depo-contact-action .depo-button { margin-top: 32px; }
.depo-contact-alt { margin-top: 22px; }
.depo-contact-list {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px 34px;
  margin: clamp(34px, 4vw, 52px) 0 0; padding: 0; list-style: none;
}
.depo-contact-list li {
  display: grid; grid-template-columns: 42px minmax(0, 1fr); gap: 16px; align-items: center;
  padding-top: 14px; border-top: 1px solid var(--depo-line);
}
/* Same circular outline as the build-stage numbers, so the two sections rhyme. */
.depo-contact-icon {
  display: grid; width: 42px; height: 42px; place-items: center;
  border: 1px solid var(--depo-ink); border-radius: 50%; color: var(--depo-ink);
}
.depo-contact-list li:hover .depo-contact-icon { background: var(--depo-ink); color: var(--depo-white); }
.depo-contact-text { display: flex; min-width: 0; flex-direction: column; gap: 5px; }
.depo-contact-label {
  color: #6d6c65; font-size: 0.62rem; font-weight: 800;
  letter-spacing: 0.14em; text-transform: uppercase;
}
.depo-contact-list a, .depo-contact-list p {
  font-size: clamp(0.94rem, 1.1vw, 1.08rem); font-weight: 700; letter-spacing: -0.015em;
  text-decoration: none; overflow-wrap: anywhere;
}
.depo-contact-list a { border-bottom: 1px solid var(--depo-ink); align-self: flex-start; }

.depo-footer {
  display: grid; grid-template-columns: 1fr 1fr auto; gap: 24px;
  padding: 28px clamp(28px, 6vw, 96px); border-top: 1px solid var(--depo-line);
  background: var(--depo-white); font-size: 0.68rem; font-weight: 800;
  letter-spacing: 0.09em; text-transform: uppercase;
}
.depo-footer a { text-decoration: none; }
.depo-footer-links { display: flex; flex-wrap: wrap; gap: 22px; justify-content: flex-end; }
.depo-footer-links a {
  display: inline-flex; align-items: center; gap: 7px;
  border-bottom: 1px solid var(--depo-line);
}
.depo-footer-links a:hover { border-bottom-color: var(--depo-ink); }
.depo-footer-links svg { flex: 0 0 auto; }

/* Phone-only: the number is the conversion path, so it stays reachable. */
.depo-callbar { display: none; }

@media (max-width: 1040px) {
  body.brand-depo-builders:not(.has-app-sidebar) .header-inner { flex-wrap: wrap; }
  body.brand-depo-builders:not(.has-app-sidebar) .header-nav-wrap { width: 100%; }
  .brand-depo-builders .depo-public-nav { justify-content: flex-start; overflow-x: auto; }
  .depo-hero { grid-template-columns: 1fr; }
  .depo-hero-board { min-height: 680px; border-left: 0; border-top: 1px solid var(--depo-line); }
  .depo-intro { grid-template-columns: 1fr; }
  .depo-intro-copy { grid-column: auto; margin-top: 26px; }
  .depo-service-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .depo-process-list { grid-template-columns: repeat(3, 1fr); }
  .depo-process-list li:nth-child(3n) { border-right: 0; }
  .depo-process-list li:nth-child(-n+3) { border-bottom: 1px solid var(--depo-line); }
  .depo-facts { grid-template-columns: repeat(2, 1fr); }
  .depo-facts > div:nth-child(2) { border-right: 0; }
  .depo-facts > div:nth-child(-n+2) { border-bottom: 1px solid rgba(255, 253, 248, 0.16); }
}

/* Some Android in-app browsers briefly retain a desktop layout viewport while
   opening a link. Device width keeps the phone layout active in that state. */
@media (max-width: 760px), (max-device-width: 760px) {
  body.brand-depo-builders:not(.has-app-sidebar) .header-inner { min-height: 68px; padding: 8px 18px; }
  .brand-depo-builders .depo-header-logo { width: 112px; height: 44px; }
  .brand-depo-builders .depo-mobile-login {
    display: inline-flex; align-items: center; justify-content: center; min-height: 40px;
    padding: 0 16px; border: 1px solid var(--depo-ink); background: var(--depo-ink);
    color: var(--depo-white) !important; font-size: 0.72rem; font-weight: 800;
    letter-spacing: 0.09em; text-decoration: none; text-transform: uppercase;
  }
  body.brand-depo-builders:not(.has-app-sidebar) .header-nav-wrap { display: none; }
  .depo-hero { min-height: auto; }
  .depo-hero-copy { padding: 66px 22px 72px; }
  .depo-hero-copy .depo-kicker { margin-bottom: 44px; }
  .depo-hero h1 { font-size: clamp(4rem, 20vw, 6.2rem); }
  .depo-hero h1 .depo-title-lead { font-size: 0.43em; }
  .depo-hero h1 .depo-title-middle strong { font-size: 0.45em; }
  .depo-lede { font-size: 1.04rem; }
  .depo-hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .depo-hero-board { min-height: 500px; }
  .depo-logo-card { width: 250px; box-shadow: 11px 11px 0 var(--depo-ink); }
  .depo-facts { grid-template-columns: 1fr; }
  .depo-facts > div { border-right: 0; border-bottom: 1px solid rgba(255, 253, 248, 0.16); }
  .depo-facts > div:last-child { border-bottom: 0; }
  .depo-work { padding: 80px 22px 90px; }
  .depo-gallery-feature, .depo-gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .depo-shot-lead .depo-shot-frame { box-shadow: 7px 7px 0 var(--depo-ink); }
  .depo-shot figcaption { font-size: 0.84rem; }
  .depo-contact-list { grid-template-columns: 1fr; }
  .depo-footer-links { justify-content: flex-start; }

  /* Sticky call bar: on a phone the number should never be more than a tap away. */
  .depo-callbar {
    position: fixed; right: 0; bottom: 0; left: 0; z-index: 60;
    display: flex; align-items: center; justify-content: space-between; gap: 14px;
    padding: 11px 16px calc(11px + env(safe-area-inset-bottom));
    border-top: 1px solid rgba(255, 253, 248, 0.2);
    background: var(--depo-ink); color: var(--depo-white);
  }
  .depo-callbar span {
    display: block; font-size: 0.72rem; font-weight: 800; letter-spacing: 0.04em;
  }
  .depo-callbar p { margin-top: 3px !important; color: rgba(255, 253, 248, 0.68); font-size: 0.66rem; }
  .depo-callbar > a {
    flex: 0 0 auto; padding: 11px 20px; background: var(--depo-yellow); color: var(--depo-ink) !important;
    font-size: 0.72rem; font-weight: 800; letter-spacing: 0.09em;
    text-decoration: none; text-transform: uppercase;
  }
  /* Clear the bar so it never covers the footer's last line. */
  .depo-footer { padding-bottom: 92px; }
  .depo-intro { grid-template-columns: 1fr; gap: 32px; padding: 84px 22px; }
  .depo-intro-copy { grid-column: auto; }
  .depo-section-heading { grid-template-columns: 1fr; gap: 28px; }
  .depo-services { padding: 80px 22px 90px; }
  .depo-service-list { grid-template-columns: 1fr; gap: 46px; }
  .depo-service { padding-bottom: 26px; }
  .depo-service h3 { font-size: 1.55rem; }
  .depo-statement { padding: 86px 22px; }
  .depo-principles { align-items: center; flex-direction: column; gap: 18px; margin-top: 54px; }
  .depo-process { padding: 84px 22px; }
  .depo-process-list { grid-template-columns: 1fr; margin-top: 64px; }
  .depo-process-list li, .depo-process-list li:not(:first-child) {
    min-height: 0; padding: 30px 0 34px; border-right: 0; border-bottom: 1px solid var(--depo-line);
  }
  .depo-process-list h3 { margin-top: 36px; }
  .depo-facebook { grid-template-columns: 1fr; }
  .depo-facebook-copy { padding: 82px 22px; }
  .depo-reel-carousel { min-height: 660px; padding: 58px 22px 72px; border-top: 1px solid rgba(23,23,20,.2); border-left: 0; }
  .depo-contact { grid-template-columns: 1fr; gap: 38px; padding: 86px 22px; }
  .depo-footer { grid-template-columns: 1fr; padding: 28px 22px; }
}

@media (prefers-reduced-motion: reduce) {
  .depo-button, .depo-reel-controls > button { transition: none; }
  .depo-shot-frame img, .depo-service-image img { transition: none; }
  .depo-shot:hover .depo-shot-frame img { transform: none; }
  .depo-service:hover .depo-service-image img { transform: none; }
}
