.service-details-page.is-service-rendered > .wpr-banner-area.breadcrumb,
.service-details-page.is-service-rendered > .services-details-banner,
.service-details-page.is-service-rendered > .wpr-service-extended-area,
.service-details-page.is-service-rendered > .wpr-working-process,
.service-details-page.is-service-rendered > .wpr-faq-area {
  display: none;
}

.service-detail-dynamic {
  --sd-ink: #050914;
  --sd-muted: #667085;
  --sd-line: #d7d9de;
  --sd-paper: #f3f4f6;
  --sd-gold: #c9b15c;
  color: var(--sd-ink);
  overflow: hidden;
}

.service-detail-dynamic *,
.service-detail-dynamic *::before,
.service-detail-dynamic *::after {
  box-sizing: border-box;
}

.service-detail-dynamic h1,
.service-detail-dynamic h2,
.service-detail-dynamic h3,
.service-detail-dynamic p {
  margin-top: 0;
  letter-spacing: 0;
}

.service-detail-dynamic h1,
.service-detail-dynamic h2,
.service-detail-dynamic h3 {
  color: var(--sd-ink);
}

.sd-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  color: #8b741d;
}

.sd-kicker::before {
  content: "";
  width: 10px;
  height: 10px;
  flex: 0 0 10px;
  background: var(--sd-gold);
}

.sd-service-nav {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  padding: 28px 0 18px;
  overflow-x: auto;
  scrollbar-width: none;
}

.sd-service-nav::-webkit-scrollbar {
  display: none;
}

.sd-service-nav__link {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 9px 15px;
  border: 1px solid rgba(5, 9, 20, 0.16);
  border-radius: 999px;
  color: var(--sd-ink);
  background: #fff;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  white-space: nowrap;
  transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

.sd-service-nav__link:hover,
.sd-service-nav__link.is-active {
  color: #fff;
  border-color: var(--sd-ink);
  background: var(--sd-ink);
}

.sd-hero {
  padding: 0 0 16px;
  background: var(--sd-paper);
}

.sd-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(460px, 1.12fr);
  min-height: 620px;
  border: 1px solid var(--sd-line);
  background: #fff;
}

.sd-hero__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 70px 64px;
}

.sd-hero__copy h1 {
  max-width: 660px;
  margin-bottom: 28px;
  font-family: var(--font-secondary);
  font-size: 62px;
  line-height: 1;
  font-weight: 500;
  text-transform: none;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}

.sd-hero__statement {
  max-width: 580px;
  margin-bottom: 34px;
  color: #202532;
  font-size: 22px;
  line-height: 1.48;
}

.sd-primary-link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  width: min(100%, 270px);
  min-height: 54px;
  padding: 13px 17px 13px 20px;
  color: #fff;
  background: var(--sd-ink);
  border: 1px solid var(--sd-ink);
  font-size: 13px;
  font-weight: 700;
  transition: color 180ms ease, background-color 180ms ease;
}

.sd-primary-link span {
  color: var(--sd-gold);
  font-size: 20px;
}

.sd-primary-link:hover {
  color: var(--sd-ink);
  background: var(--sd-gold);
}

.sd-primary-link:hover span {
  color: var(--sd-ink);
}

.sd-hero__visual {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  background: var(--sd-ink);
}

.sd-hero__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.22);
  pointer-events: none;
}

.sd-hero__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.sd-hero__visual > span {
  position: absolute;
  left: 22px;
  bottom: 22px;
  z-index: 1;
  padding: 9px 12px;
  color: #fff;
  background: rgba(5, 9, 20, 0.86);
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

.sd-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(440px, 0.9fr);
  gap: 70px;
  padding: 64px;
  border: 1px solid var(--sd-line);
  border-top: 0;
  background: #fff;
}

.sd-intro > div:first-child {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px;
}

.sd-intro p {
  margin-bottom: 0;
  color: #4f596b;
  font-size: 16px;
  line-height: 1.75;
}

.sd-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-left: 1px solid var(--sd-line);
}

@media (min-width: 768px) {
  .sd-selected-work .sd-metrics {
    margin-top: clamp(56px, 5vw, 80px);
  }
}

.sd-metric {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  padding: 0 20px;
  border-right: 1px solid var(--sd-line);
}

.sd-metric strong {
  font-size: 38px;
  line-height: 1;
  font-weight: 500;
}

.sd-metric span {
  color: var(--sd-muted);
  font-size: 11px;
  line-height: 1.35;
  text-transform: uppercase;
}

.sd-selected-work,
.sd-deliverables-section,
.sd-process-section,
.sd-faq-section,
.sd-next-services {
  color: var(--sd-ink);
  padding: 0;
  margin-bottom: 16px;
  background: transparent;
}

.sd-selected-work > .container,
.sd-deliverables-section > .container,
.sd-process-section > .container,
.sd-faq-section > .container,
.sd-next-services > .container {
  border: 1px solid var(--sd-line);
}

.sd-selected-work > .container {
  padding: 112px 25px;
  background-color: #fff;
  background-image: linear-gradient(rgba(5, 9, 20, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(5, 9, 20, 0.035) 1px, transparent 1px);
  background-size: 64px 64px;
}

.sd-selected-work--first > .container {
  padding-top: 92px;
}

.sd-selected-work .sd-kicker,
.sd-selected-work .sd-section-head > div > h1,
.sd-selected-work .sd-section-head > div > h2 {
  color: var(--sd-ink);
}

.sd-selected-work .sd-section-head > div > h1 {
  max-width: 850px;
  margin-bottom: 20px;
  font-size: 58px;
  line-height: 1.08;
  font-weight: 500;
  text-transform: none;
}

.sd-archive-intro {
  max-width: 690px;
  margin: 0;
  color: var(--sd-muted);
  font-size: 15px;
  line-height: 1.7;
}

.sd-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 50px;
  margin-bottom: 54px;
}

.sd-section-head > div {
  max-width: 800px;
}

.sd-section-head h1,
.sd-section-head h2,
.sd-process-intro h2 {
  margin-bottom: 0;
  font-size: 52px;
  line-height: 1.08;
  font-weight: 500;
}

.sd-section-head > p {
  max-width: 470px;
  margin-bottom: 0;
  color: var(--sd-muted);
  font-size: 15px;
  line-height: 1.7;
}

.sd-section-head > a {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-height: 44px;
  padding: 7px 0;
  color: inherit;
  border-bottom: 1px solid var(--sd-gold);
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.sd-work-grid {
  display: grid;
  gap: 16px;
}

.sd-video-showcase {
  display: grid;
  gap: 34px;
}

.sd-youtube-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.sd-reels-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  align-items: start;
}

.sd-media {
  position: relative;
  min-width: 0;
  overflow: hidden;
  background: #000;
  box-shadow: 0 12px 30px rgba(5, 9, 20, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.sd-media:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 38px rgba(5, 9, 20, 0.14);
}

.sd-media iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.sd-media--landscape {
  min-height: 0;
  aspect-ratio: 16 / 9;
}

.sd-media--reel {
  min-height: 0;
  aspect-ratio: 9 / 16;
}

.sd-media--reel iframe {
  left: 50%;
  top: -92px;
  width: 100%;
  height: calc(100% + 184px);
  transform: translateX(-50%) scale(1.58);
  transform-origin: center top;
}

.sd-media-open {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  color: var(--sd-gold);
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 50%;
  background: rgba(5, 9, 20, 0.88);
  font-size: 18px;
  transition: color 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.sd-media:hover .sd-media-open {
  color: var(--sd-ink);
  border-color: var(--sd-gold);
  background: var(--sd-gold);
}

.sd-client-tag {
  position: absolute;
  left: 12px;
  bottom: 12px;
  z-index: 4;
  max-width: calc(100% - 76px);
  padding: 9px 12px;
  overflow: hidden;
  color: #fff;
  background: rgba(5, 9, 20, 0.9);
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
  pointer-events: none;
}

.sd-work-grid--graphic {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  align-items: start;
}

@media (min-width: 992px) {
  .sd-work-grid--graphic .sd-media:nth-child(4),
  .sd-work-grid--graphic .sd-media:nth-child(6) {
    margin-top: 38px;
  }
}

.sd-media--post {
  height: auto;
  aspect-ratio: 4 / 5;
  background: #fff;
  border: 1px solid var(--sd-line);
}

.sd-media--post iframe {
  left: 50%;
  top: -58px;
  width: 100%;
  height: calc(100% + 160px);
  transform: translateX(-50%);
}

.sd-media--post-image {
  height: auto;
  aspect-ratio: auto;
  border: 0;
  background: transparent;
}

.sd-media--post-image > img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.sd-work-grid--photography {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-rows: 230px;
  gap: 12px;
}

.sd-photo {
  position: relative;
  overflow: hidden;
  background: #111;
}

.sd-photo--1 {
  grid-column: span 8;
  grid-row: span 2;
}

.sd-photo--2,
.sd-photo--3 {
  grid-column: span 4;
}

.sd-photo--4,
.sd-photo--5 {
  grid-column: span 6;
}

.sd-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 500ms ease;
}

.sd-photo:hover img {
  transform: scale(1.025);
}

.sd-photo span {
  position: absolute;
  right: 12px;
  bottom: 12px;
  padding: 8px 9px;
  color: #fff;
  background: rgba(5, 9, 20, 0.82);
  font-size: 11px;
}

.sd-work-grid--digital {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.sd-work-grid--images {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.sd-image-card {
  position: relative;
  display: block;
  min-width: 0;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  color: #fff;
  background: var(--sd-ink);
}

.sd-image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 400ms ease;
}

.sd-image-card:hover img {
  transform: scale(1.025);
}

.sd-image-card strong,
.sd-image-card > span {
  position: absolute;
  z-index: 1;
  color: #fff;
  background: rgba(5, 9, 20, 0.88);
}

.sd-image-card strong {
  left: 14px;
  bottom: 14px;
  padding: 10px 12px;
  font-size: 12px;
  text-transform: uppercase;
}

.sd-image-card > span {
  top: 14px;
  right: 14px;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--sd-gold);
  border-radius: 50%;
}

.sd-browser {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  color: var(--sd-ink);
  border: 1px solid var(--sd-line);
  background: #fff;
}

.sd-browser__bar {
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: 44px;
  padding: 0 14px;
  border-bottom: 1px solid var(--sd-line);
}

.sd-browser__bar i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #c8cbd1;
}

.sd-browser__bar em {
  margin-left: 8px;
  color: var(--sd-muted);
  font-size: 11px;
  font-style: normal;
}

.sd-browser__screen {
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--sd-paper);
}

.sd-browser__screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  display: block;
  transition: transform 400ms ease;
}

.sd-browser:hover .sd-browser__screen img {
  transform: scale(1.015);
}

.sd-browser__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 72px;
  padding: 16px 20px;
}

.sd-browser__footer strong {
  font-size: 18px;
  font-weight: 600;
}

.sd-browser__footer b {
  color: #8b741d;
  font-size: 20px;
}

.sd-work-empty {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding: 34px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.sd-work-empty p {
  margin: 0;
}

.sd-work-empty a {
  color: var(--sd-gold);
}

.sd-deliverables-section > .container {
  padding: 112px 25px;
  background: #fff;
}

.sd-deliverables {
  display: flex;
  border-top: 1px solid var(--sd-line);
  background: var(--sd-paper);
}

.sd-deliverable {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 25%;
  min-height: 300px;
  padding: 56px;
  border-right: 1px solid var(--sd-line);
  background: var(--sd-paper);
  transition: background-color 180ms ease;
}

.sd-deliverable.square-dot .square-shape {
  background: #030712;
}

.sd-deliverable:hover {
  background: #fff;
}

.sd-deliverable:last-child {
  border-right: 0;
}

.sd-deliverable__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  margin-bottom: 45px;
  border-radius: 8px;
  background: #30343a;
  color: var(--sd-gold);
  font-size: 23px;
  line-height: 1;
}

.sd-deliverable__icon i {
  color: inherit;
}

.sd-deliverable h3 {
  margin-bottom: 12px;
  font-size: 22px;
  line-height: 1;
  font-weight: 600;
}

.sd-deliverable p {
  margin-bottom: 0;
  color: var(--sd-muted);
  font-size: 15px;
  line-height: 1.6;
  font-weight: 500;
}

.sd-process-section > .container {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
  gap: 90px;
  padding: 112px 25px;
  background: var(--sd-paper);
}

.sd-process-intro {
  position: sticky;
  top: 100px;
  align-self: start;
}

.sd-process-intro > p:not(.sd-kicker) {
  max-width: 440px;
  margin: 24px 0 30px;
  color: var(--sd-muted);
  font-size: 15px;
  line-height: 1.7;
}

.sd-process-list {
  border-top: 1px solid var(--sd-line);
}

.sd-process-step {
  display: grid;
  grid-template-columns: 54px 72px minmax(0, 1fr);
  align-items: start;
  gap: 24px;
  padding: 34px 0;
  border-bottom: 1px solid var(--sd-line);
}

.sd-process-step__number {
  padding-top: 20px;
  color: #8b741d;
  font-size: 12px;
  font-weight: 700;
}

.sd-process-step__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  color: var(--sd-gold);
  border: 1px solid rgba(201, 177, 92, 0.42);
  border-radius: 6px;
  background: #111722;
  box-shadow: inset 0 0 0 5px rgba(201, 177, 92, 0.06);
  font-size: 24px;
}

.sd-process-step > div {
  padding-top: 15px;
}

.sd-process-step h3 {
  margin-bottom: 10px;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 600;
}

.sd-process-step p {
  max-width: 680px;
  margin-bottom: 0;
  color: var(--sd-muted);
  font-size: 15px;
  line-height: 1.7;
}

.sd-faq-panel {
  position: relative;
  padding: 92px 70px;
  overflow: hidden;
  border: 1px solid var(--sd-line);
  background-color: #fff;
  background-image: linear-gradient(rgba(5, 9, 20, 0.025) 1px, transparent 1px), linear-gradient(90deg, rgba(5, 9, 20, 0.025) 1px, transparent 1px);
  background-size: 42px 42px;
}

.sd-faq-section > .container {
  padding: 0;
  background: #fff;
}

.sd-faq-section .sd-faq-panel {
  border: 0;
}

.sd-faq-panel .sd-section-head {
  justify-content: center;
  text-align: center;
}

.sd-faq-panel .sd-kicker {
  justify-content: center;
}

.sd-faq-panel .sd-section-head h2 {
  max-width: 720px;
}

.sd-faq-list {
  position: relative;
  z-index: 1;
  max-width: 860px;
  margin: 56px auto 0;
}

.sd-faq {
  margin-bottom: 14px;
  padding: 24px 28px;
  border: 0;
  border-radius: 8px;
  background: #f4f4f5;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75), inset 0 -5px 0 #e4e4e5, 0 8px 18px rgba(5, 9, 20, 0.05);
}

.sd-faq summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  min-height: 40px;
  padding: 0;
  color: var(--sd-ink);
  cursor: pointer;
  list-style: none;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 600;
}

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

.sd-faq summary b {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  color: var(--sd-gold);
  border-radius: 4px;
  background: #292c2e;
  font-size: 25px;
  font-weight: 400;
  transition: transform 180ms ease;
}

.sd-faq[open] summary b {
  font-size: 0;
  transform: none;
}

.sd-faq[open] summary b::after {
  content: "\2014";
  font-size: 13px;
}

.sd-faq > p {
  max-width: 760px;
  margin: 18px 48px 4px 0;
  color: var(--sd-muted);
  font-size: 15px;
  line-height: 1.75;
}

.sd-next-services {
  color: var(--sd-ink);
}

.sd-next-services > .container {
  padding: 32px 25px 112px;
  background: var(--sd-paper);
}

.sd-next-services .container > div {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--sd-line);
  border-left: 1px solid var(--sd-line);
}

.sd-next-services .sd-service-nav__link {
  min-height: 94px;
  justify-content: center;
  border: 0;
  border-right: 1px solid var(--sd-line);
  border-bottom: 1px solid var(--sd-line);
  border-radius: 0;
  font-size: 14px;
}

@media (max-width: 1199px) {
  .sd-hero__grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(400px, 1.1fr);
    min-height: 540px;
  }

  .sd-hero__copy {
    padding: 52px 44px;
  }

  .sd-hero__copy h1 {
    font-size: 54px;
  }

  .sd-hero__visual {
    min-height: 540px;
  }

  .sd-intro {
    grid-template-columns: 1fr;
    gap: 48px;
    padding: 48px 44px;
  }

  .sd-metrics {
    border-top: 1px solid var(--sd-line);
    border-left: 0;
    padding-top: 30px;
  }

  .sd-metric {
    min-height: 110px;
  }

  .sd-reels-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sd-reels-row .sd-media:last-child {
    display: none;
  }

  .sd-deliverables {
    flex-wrap: wrap;
  }

  .sd-deliverable {
    width: 50%;
  }

  .sd-deliverable:nth-child(2) {
    border-right: 0;
  }

  .sd-deliverable:nth-child(1),
  .sd-deliverable:nth-child(2) {
    border-bottom: 1px solid var(--sd-line);
  }

  .sd-process-section > .container {
    gap: 60px;
  }
}

@media (max-width: 991px) {
  .sd-service-nav {
    justify-content: flex-start;
  }

  .sd-hero__grid {
    grid-template-columns: 1fr;
  }

  .sd-hero__copy {
    min-height: 480px;
  }

  .sd-hero__visual {
    min-height: 460px;
  }

  .sd-hero__visual::after {
    border-top: 1px solid rgba(255, 255, 255, 0.22);
    border-left: 0;
  }

  .sd-section-head h1,
  .sd-section-head h2,
  .sd-process-intro h2 {
    font-size: 42px;
  }

  .sd-youtube-grid {
    grid-template-columns: 1fr;
  }

  .sd-reels-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sd-reels-row .sd-media:last-child {
    display: block;
  }

  .sd-work-grid--graphic {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sd-work-grid--graphic .sd-media-open,
  .sd-work-grid--graphic .sd-client-tag {
    display: none;
  }

  .sd-process-section > .container {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .sd-process-intro {
    position: static;
  }

  .sd-next-services .container > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .sd-service-nav {
    margin: 0 -15px;
    padding: 18px 15px 14px;
  }

  .sd-service-nav__link {
    min-height: 38px;
    padding: 8px 13px;
    font-size: 11px;
  }

  .sd-hero__grid {
    min-height: 0;
  }

  .sd-hero__copy {
    min-height: 440px;
    padding: 48px 24px;
  }

  .sd-hero__copy h1 {
    margin-bottom: 24px;
    font-size: 46px;
    line-height: 1;
  }

  .sd-hero__statement {
    margin-bottom: 28px;
    font-size: 18px;
    line-height: 1.5;
  }

  .sd-hero__visual {
    min-height: 330px;
  }

  .sd-intro {
    padding: 32px 24px;
  }

  .sd-intro > div:first-child {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .sd-intro p {
    font-size: 15px;
  }

  .sd-metrics {
    gap: 0;
  }

  .sd-metric {
    min-height: 100px;
    padding: 0 12px;
    position: relative;
    border-right: 0;
  }

  .sd-metric + .sd-metric::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 58px;
    background: var(--sd-line);
    transform: translateY(-50%);
  }

  .sd-metric strong {
    font-size: 30px;
  }

  .sd-metric span {
    font-size: 9px;
  }

  .sd-selected-work > .container {
    padding-top: 76px;
    padding-right: 15px;
    padding-bottom: 76px;
    padding-left: 15px;
  }

  .sd-selected-work--first > .container {
    padding-top: 58px;
  }

  .sd-deliverables-section > .container,
  .sd-process-section > .container {
    padding: 76px 15px;
  }

  .sd-next-services > .container {
    padding: 28px 15px 76px;
  }

  .sd-section-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 36px;
  }

  .sd-section-head h1,
  .sd-section-head h2,
  .sd-process-intro h2 {
    font-size: 36px;
    line-height: 1.12;
  }

  .sd-selected-work .sd-section-head > div > h1 {
    font-size: 38px;
  }

  .sd-video-showcase {
    gap: 24px;
  }

  .sd-youtube-grid {
    gap: 10px;
  }

  .sd-reels-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .sd-media--reel iframe {
    top: -108px;
    right: auto;
    width: 270px;
    max-width: none;
    height: calc(100% + 192px);
    transform: translateX(-50%) scale(1.25);
  }

  .sd-media-open {
    top: 7px;
    right: 7px;
    width: 38px;
    height: 38px;
  }

  .sd-work-grid--graphic {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .sd-media--post {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 5;
  }

  .sd-media--post-image {
    height: auto;
    aspect-ratio: auto;
  }

  .sd-media--post iframe {
    top: -54px;
    height: 760px;
  }

  .sd-work-grid--photography {
    grid-auto-rows: 120px;
    gap: 8px;
  }

  .sd-photo--1 {
    grid-column: 1 / -1;
    grid-row: span 2;
  }

  .sd-photo--2,
  .sd-photo--3,
  .sd-photo--4,
  .sd-photo--5 {
    grid-column: span 6;
  }

  .sd-work-grid--digital {
    grid-template-columns: 1fr;
  }

  .sd-browser__footer {
    min-height: 64px;
  }

  .sd-deliverables {
    flex-direction: column;
  }

  .sd-deliverable {
    width: 100%;
    min-height: 0;
    padding: 26px 24px;
    border-right: 0;
  }

  .sd-deliverable:not(:last-child) {
    border-bottom: 1px solid var(--sd-line);
  }

  .sd-deliverable__icon {
    margin-bottom: 34px;
  }

  .sd-process-step {
    grid-template-columns: 38px 54px minmax(0, 1fr);
    gap: 10px;
    padding: 28px 0;
  }

  .sd-process-step__number {
    padding-top: 15px;
  }

  .sd-process-step__icon {
    width: 50px;
    height: 50px;
    font-size: 19px;
  }

  .sd-process-step > div {
    padding-top: 10px;
  }

  .sd-process-step h3 {
    font-size: 22px;
  }

  .sd-faq summary {
    font-size: 17px;
  }

  .sd-faq-panel {
    padding: 56px 18px;
    margin: 0 -1px;
  }

  .sd-faq-list {
    margin-top: 36px;
  }

  .sd-faq {
    padding: 20px 18px;
  }

  .sd-faq > p {
    margin-right: 0;
  }

  .sd-next-services .container > div {
    grid-template-columns: 1fr;
  }

  .sd-next-services .sd-service-nav__link {
    min-height: 68px;
  }
}

@media (max-width: 374px) {
  .sd-hero__copy {
    padding: 42px 20px;
  }

  .sd-hero__copy h1 {
    font-size: 40px;
  }

  .sd-metric {
    padding: 0 8px;
  }

}

@media (max-width: 575px) {
  .sd-work-grid--graphic {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .service-detail-dynamic *,
  .service-detail-dynamic *::before,
  .service-detail-dynamic *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
