/* Sandstorm 5v2 — homepage extensions + service pages (V5-matched) */

/* —— Logo: cropped brand lockup (white field matches nav) —— */
.v5 .bc-logo {
  display: block;
  justify-self: center;
  width: min(240px, 62vw);
  height: auto;
  line-height: 0;
  background: transparent;
  overflow: visible;
}

.v5 .bc-logo img {
  width: 100%;
  height: auto;
  max-width: none;
  display: block;
  object-fit: contain;
  object-position: left center;
  transform: none;
  background: transparent;
}

@media (min-width: 1025px) {
  .v5 .bc-logo {
    width: 300px;
  }
}

/* —— Continuous field flow (mesh sections, not B/W stack) —— */
.flow {
  position: relative;
  background:
    radial-gradient(ellipse 80% 40% at 10% 20%, rgba(150, 105, 45, 0.14), transparent 55%),
    linear-gradient(180deg, #0c0b0a 0%, #12100e 28%, #161310 55%, #030303 100%);
  color: #f4f1ea;
  overflow: hidden;
}

.flow::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 4.5rem;
  background: linear-gradient(180deg, #030303 0%, transparent 100%);
  pointer-events: none;
  z-index: 2;
}

/* Soft dusk into the photo footer */
.flow::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 6.5rem;
  z-index: 4;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    transparent 0%,
    rgba(3, 3, 3, 0.55) 45%,
    #030303 100%
  );
}

.flow .categories {
  position: relative;
  z-index: 3;
  margin-top: -2.25rem;
  padding-top: 0;
  background: transparent;
}

.flow .categories .category {
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
}

.flow .projects {
  background: transparent;
  padding-top: clamp(3rem, 6vw, 4.5rem);
}

.flow .projects__eyebrow {
  color: var(--bc-copper-bright, #d4ae6a);
}

.flow .projects h2 {
  color: #fff;
}

.flow .projects__lede {
  color: rgba(244, 241, 234, 0.68);
}

.flow .social-rail {
  position: relative;
  background: transparent;
  color: #f4f1ea;
  padding-top: clamp(2.5rem, 5vw, 3.5rem);
}

.flow .social-rail::before {
  content: "";
  position: absolute;
  left: var(--bc-gutter);
  right: var(--bc-gutter);
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(212, 174, 106, 0.55), transparent);
}

.flow .social-rail h2 {
  color: #fff;
}

.flow .pour-proof {
  background: transparent;
  padding-top: clamp(2rem, 4vw, 3rem);
}

.flow .pour-proof::before {
  display: none;
}

.chapter-about {
  position: relative;
  padding: clamp(3.5rem, 8vw, 5.5rem) var(--bc-gutter) clamp(5rem, 11vw, 7.5rem);
  color: #f4f1ea;
}

.chapter-about::before {
  content: "";
  position: absolute;
  left: var(--bc-gutter);
  right: var(--bc-gutter);
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(212, 174, 106, 0.55), transparent);
}

.chapter-about .about-block__inner {
  margin-bottom: clamp(2.75rem, 6vw, 4rem);
}

.chapter-about .about-block__eyebrow {
  color: var(--bc-copper-bright, #d4ae6a);
}

.chapter-about h2 {
  color: #fff;
}

.chapter-about .about-block__copy p {
  color: rgba(244, 241, 234, 0.78);
}

.chapter-about .team-block__inner {
  position: relative;
  padding-top: clamp(2rem, 4vw, 2.75rem);
}

.chapter-about .team-block__inner::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: rgba(244, 241, 234, 0.12);
}

.chapter-about .team-card {
  background: rgba(255, 255, 255, 0.035);
}

.v5 .site-footer {
  margin-top: -4.5rem;
}

/* —— Hero awards copy: readable without covering the pour —— */
.v5 .hero-awards__copy {
  display: block;
  max-width: 22rem;
  margin-bottom: 1rem;
  padding: 0;
  background: none;
  border: 0;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow: none;
}

.v5 .hero-awards__eyebrow {
  color: var(--bc-yellow);
  text-shadow:
    0 1px 2px rgba(0, 0, 0, 0.85),
    0 0 18px rgba(0, 0, 0, 0.55);
}

.v5 .hero-awards__title {
  color: #fff;
  text-shadow:
    0 1px 0 rgba(0, 0, 0, 0.9),
    0 2px 8px rgba(0, 0, 0, 0.75),
    0 0 24px rgba(0, 0, 0, 0.45);
}

.v5 .hero-awards__note {
  color: rgba(255, 255, 255, 0.9);
  text-shadow:
    0 1px 2px rgba(0, 0, 0, 0.85),
    0 0 16px rgba(0, 0, 0, 0.5);
}

/* —— Pour strip: video tile matches photo tiles —— */
.flow .pour-strip__shot,
.v5 .pour-strip__shot {
  aspect-ratio: 4 / 3;
  min-height: 0;
  height: auto;
}

.flow .pour-strip__shot img,
.flow .pour-strip__shot video,
.v5 .pour-strip__shot img,
.v5 .pour-strip__shot video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center center;
  background: transparent;
  transform: none;
  transform-origin: center center;
}

.flow .pour-strip__shot--video video,
.v5 .pour-strip__shot--video video {
  transform: none;
  object-position: center center;
  background: #1a1a1a;
}

.flow .pour-strip__shot:hover img,
.flow .pour-strip__shot.is-zoom img,
.flow .pour-strip__shot--video:hover video,
.flow .pour-strip__shot--video.is-zoom video,
.v5 .pour-strip__shot:hover img,
.v5 .pour-strip__shot.is-zoom img,
.v5 .pour-strip__shot--video:hover video,
.v5 .pour-strip__shot--video.is-zoom video {
  transform: scale(1.12);
}

@media (min-width: 720px) {
  .flow .pour-strip__shot,
  .flow .pour-strip__shot img,
  .flow .pour-strip__shot video,
  .v5 .pour-strip__shot,
  .v5 .pour-strip__shot img,
  .v5 .pour-strip__shot video {
    min-height: 0;
  }
}

@media (min-width: 1025px) {
  .flow .pour-strip__shot,
  .flow .pour-strip__shot img,
  .flow .pour-strip__shot video,
  .v5 .pour-strip__shot,
  .v5 .pour-strip__shot img,
  .v5 .pour-strip__shot video {
    min-height: 0;
  }
}

/* —— Category click affordance (don't break gradient ::after) —— */
.categories .category__cta {
  position: absolute;
  left: 1.25rem;
  bottom: 3.4rem;
  z-index: 3;
  font-family: var(--body);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fff;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.categories .category:hover .category__cta,
.categories .category:focus-visible .category__cta {
  opacity: 1;
  transform: translateY(0);
}

/* —— About —— */
.about-block {
  padding: clamp(3.5rem, 8vw, 5.5rem) var(--bc-gutter);
  background: #f4f4f4;
  color: var(--bc-black);
}

.about-block__inner {
  width: min(100%, var(--bc-max));
  margin: 0 auto;
  display: grid;
  gap: 1.75rem;
}

@media (min-width: 900px) {
  .about-block__inner {
    grid-template-columns: 0.85fr 1.15fr;
    gap: 3.5rem;
    align-items: start;
  }
}

.about-block__eyebrow,
.team-block__eyebrow,
.social-rail__eyebrow,
.svc-panel__eyebrow {
  margin: 0 0 0.45rem;
  font-family: var(--body);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--bc-copper);
}

.about-block h2,
.team-block h2,
.social-rail h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2.4rem, 5vw, 3.6rem);
  font-weight: 400;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 0.95;
}

/* —— Supporting type — professional, mono-led, matches V5 chrome —— */
.v5 .hero-trust {
  margin-top: 1.25rem;
  max-width: 34rem;
  font-family: var(--body);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.78);
}

.about-block__note {
  margin-top: 1.15rem !important;
  color: var(--bc-copper) !important;
  font-weight: 700;
  font-size: 0.8rem !important;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.about-block__copy p {
  margin: 0 0 1rem;
  max-width: 38rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.01em;
  color: #4a4540;
}

.about-block__copy p:last-child {
  margin-bottom: 0;
}

.v5 .pour-proof__lede {
  margin: 0.75rem 0 0;
  max-width: 28rem;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.62);
}

.svc-hero__tag {
  margin: 0.85rem 0 0;
  max-width: 36rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.78);
}

.svc-panel__lede {
  margin: 1.1rem 0 0;
  max-width: 36rem;
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: 0.01em;
  color: #4a4540;
}

/* —— Meet the Team (elevated) —— */
.team-block {
  position: relative;
  padding: clamp(3.5rem, 8vw, 5.5rem) var(--bc-gutter);
  background: linear-gradient(180deg, #0c0b0a 0%, #161412 100%);
  color: var(--bc-white);
  overflow: hidden;
}

.team-block::before {
  content: "";
  position: absolute;
  width: min(40rem, 80vw);
  height: min(40rem, 80vw);
  right: -18%;
  top: -20%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(150, 105, 45, 0.28), transparent 65%);
  pointer-events: none;
}

.team-block__inner {
  position: relative;
  z-index: 1;
  width: min(100%, var(--bc-max));
  margin: 0 auto;
}

.team-block__head {
  display: grid;
  gap: 0.75rem;
  margin-bottom: 2rem;
  max-width: 36rem;
}

.team-block__lede {
  margin: 0.35rem 0 0;
  font-size: 1.05rem;
  color: rgba(244, 241, 234, 0.72);
}

.team-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.75rem;
}

@media (min-width: 720px) {
  .team-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 1100px) {
  .team-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.team-card {
  position: relative;
  display: grid;
  gap: 0.55rem;
  min-height: 10.5rem;
  padding: 1.35rem 1.25rem 1.4rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(244, 241, 234, 0.12);
  overflow: hidden;
  transition: border-color 0.3s ease, background 0.3s ease, transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.team-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 3px;
  background: var(--bc-copper-metal);
  transform: scaleX(0.28);
  transform-origin: left center;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.team-card:hover {
  background: rgba(150, 105, 45, 0.1);
  border-color: rgba(212, 174, 106, 0.45);
  transform: translateY(-3px);
}

.team-card:hover::before {
  transform: scaleX(1);
}

.team-card__num {
  font-family: var(--body);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: var(--bc-copper-bright);
}

.team-card strong {
  font-family: var(--display);
  font-size: clamp(1.55rem, 2.4vw, 1.9rem);
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1;
  color: #fff;
}

.team-card span {
  font-family: var(--body);
  font-size: 0.92rem;
  line-height: 1.45;
  color: rgba(244, 241, 234, 0.7);
}

/* —— Elfsight Instagram —— */
.social-rail {
  padding: clamp(3rem, 7vw, 4.5rem) var(--bc-gutter);
  background: var(--bc-white);
  color: var(--bc-black);
}

.social-rail__head {
  width: min(100%, var(--bc-max));
  margin: 0 auto 1.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
}

.social-rail__elfsight {
  width: min(100%, var(--bc-max));
  margin: 0 auto;
  min-height: 12rem;
}

.social-rail__fallback {
  margin: 0;
  padding: 1.25rem 1.35rem;
  border: 1px dashed rgba(150, 105, 45, 0.45);
  background: #faf7f1;
  font-size: 0.95rem;
  color: var(--bc-muted);
}

.social-rail__fallback code {
  font-size: 0.85em;
  color: var(--bc-copper-deep);
}

/* =========================================================
   SERVICE PAGES — V5 dossier (elevated inner pages)
   ========================================================= */

body.svc {
  margin: 0;
  font-family: var(--body);
  color: var(--bc-black);
  background: #faf9f7;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

body.svc a {
  color: inherit;
  text-decoration: none;
}

body.svc img,
body.svc video {
  display: block;
  max-width: 100%;
}

/* —— Top bar —— */
.svc-top {
  position: sticky;
  top: 0;
  z-index: 40;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.75rem 1.25rem;
  min-height: 5.25rem;
  padding: 0.7rem var(--bc-gutter);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(3, 3, 3, 0.08);
  box-shadow: 0 1px 0 rgba(150, 105, 45, 0.18);
}

.svc-top__brand {
  display: block;
  line-height: 0;
}

.svc-top__brand img {
  display: block;
  height: 56px;
  width: auto;
  max-width: min(280px, 52vw);
}

@media (min-width: 820px) {
  .svc-top {
    min-height: 5.75rem;
  }

  .svc-top__brand img {
    height: 64px;
    max-width: 320px;
  }
}

.svc-top__links {
  display: none;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.15rem 0.35rem;
  font-family: var(--body);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.svc-top__links a {
  position: relative;
  padding: 0.55rem 0.55rem;
  color: rgba(3, 3, 3, 0.45);
  transition: color 0.2s ease;
}

.svc-top__links a::after {
  content: "";
  position: absolute;
  left: 0.7rem;
  right: 0.7rem;
  bottom: 0.2rem;
  height: 2px;
  background: var(--bc-copper-metal);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.svc-top__links a:hover,
.svc-top__links a.is-active {
  color: var(--bc-copper-deep);
}

.svc-top__links a.is-active::after,
.svc-top__links a:hover::after {
  transform: scaleX(1);
}

/* Call block — homepage-style panel (not a flat copper pill) */
.svc-top__call {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  min-height: 3.35rem;
  padding: 0.45rem 0.85rem 0.45rem 0.5rem;
  background: #fff;
  border: 1px solid rgba(150, 105, 45, 0.35);
  box-shadow: 0 8px 22px rgba(18, 16, 14, 0.08);
  color: var(--bc-black);
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.svc-top__call-icon {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 2.55rem;
  height: 2.55rem;
  background: var(--bc-copper-metal);
  box-shadow: var(--bc-copper-shine);
  color: #fff;
}

.svc-top__call-icon svg {
  display: block;
}

.svc-top__call-text {
  display: grid;
  gap: 0.1rem;
  line-height: 1.1;
  min-width: 0;
}

.svc-top__call-label {
  font-family: var(--body);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(3, 3, 3, 0.55);
}

.svc-top__call-number {
  font-family: var(--display);
  font-size: 1.35rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: var(--bc-copper-deep);
  white-space: nowrap;
}

.svc-top__call:hover,
.svc-top__call:focus-visible {
  border-color: rgba(150, 105, 45, 0.65);
  box-shadow: 0 12px 28px rgba(122, 84, 35, 0.16);
  transform: translateY(-1px);
}

.svc-top__call:hover .svc-top__call-number,
.svc-top__call:focus-visible .svc-top__call-number {
  color: #5f4019;
}

@media (max-width: 480px) {
  .svc-top__call {
    padding: 0.35rem;
    min-height: 0;
    border: 0;
    box-shadow: none;
    background: transparent;
  }

  .svc-top__call-text {
    display: none;
  }

  .svc-top__call-icon {
    width: 2.75rem;
    height: 2.75rem;
  }
}

@media (min-width: 820px) {
  .svc-top__links {
    display: flex;
  }

  .svc-top__call {
    padding: 0.5rem 1.05rem 0.5rem 0.55rem;
  }

  .svc-top__call-number {
    font-size: 1.5rem;
  }
}

/* —— Hero —— */
.svc-hero {
  position: relative;
  min-height: min(72svh, 40rem);
  display: grid;
  align-items: end;
  overflow: hidden;
  color: #fff;
  background: #111;
}

.svc-hero__media {
  position: absolute;
  inset: 0;
}

.svc-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.52) saturate(0.88);
  transform: scale(1.02);
}

.svc-hero__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3, 3, 3, 0.78) 0%, rgba(3, 3, 3, 0.45) 42%, rgba(3, 3, 3, 0.2) 100%),
    linear-gradient(0deg, rgba(3, 3, 3, 0.72) 0%, transparent 48%);
  pointer-events: none;
}

.svc-hero__copy {
  position: relative;
  z-index: 1;
  width: min(100% - (var(--bc-gutter) * 2), var(--bc-max));
  margin: 0 auto;
  padding: 6rem 0 2.75rem;
}

.svc-hero__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1.25rem;
  margin-bottom: 1rem;
}

.svc-hero__index {
  font-family: var(--body);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--bc-yellow);
}

.svc-hero__crumb {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
  transition: color 0.2s ease;
}

.svc-hero__crumb:hover {
  color: var(--bc-copper);
}

.svc-hero h1 {
  margin: 0;
  max-width: 14ch;
  font-family: var(--display);
  font-size: clamp(3.4rem, 12vw, 7rem);
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 0.9;
  text-transform: uppercase;
}

.svc-hero__tag {
  margin: 1.1rem 0 0;
  max-width: 32rem;
  font-family: var(--body);
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.86);
}

.svc-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.75rem;
}

.svc-hero__actions a {
  display: inline-flex;
  align-items: center;
  min-height: 2.85rem;
  padding: 0.75rem 1.25rem;
  font-family: var(--body);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: filter 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.svc-hero__actions a.primary {
  background: var(--bc-copper-metal);
  box-shadow: var(--bc-copper-shine);
  color: #fff;
}

.svc-hero__actions a.ghost {
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
}

.svc-hero__actions a:hover {
  filter: brightness(1.06);
}

.svc-hero__actions a.ghost:hover {
  border-color: rgba(255, 255, 255, 0.75);
  filter: none;
}

/* —— Intro + scopes —— */
.svc-intro {
  padding: clamp(3rem, 7vw, 5rem) var(--bc-gutter);
  background:
    linear-gradient(180deg, #ffffff 0%, #faf9f7 55%, #f4f1ea 100%);
}

.svc-intro__inner {
  width: min(100%, var(--bc-max));
  margin: 0 auto;
  display: grid;
  gap: clamp(2rem, 5vw, 3.5rem);
}

@media (min-width: 900px) {
  .svc-intro__inner {
    grid-template-columns: 1.05fr 0.95fr;
    align-items: start;
  }
}

.svc-intro__copy {
  padding-left: 1rem;
  border-left: 3px solid var(--bc-copper);
}

.svc-intro__eyebrow,
.svc-gallery__eyebrow,
.svc-next__eyebrow {
  margin: 0 0 0.45rem;
  font-family: var(--body);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--bc-copper);
}

.svc-intro h2,
.svc-gallery h2,
.svc-next h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  font-weight: 400;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 0.95;
  color: #12100e;
}

.svc-intro__lede {
  margin: 1.15rem 0 0;
  max-width: 38rem;
  font-size: 1.05rem;
  line-height: 1.7;
  color: #4a4540;
}

.svc-scopes {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(18, 16, 14, 0.12);
}

.svc-scopes li {
  display: grid;
  grid-template-columns: 2.5rem 1fr;
  gap: 0.85rem;
  align-items: baseline;
  padding: 1.05rem 0;
  border-bottom: 1px solid rgba(18, 16, 14, 0.12);
  font-size: 1.02rem;
  color: #12100e;
  transition: padding-left 0.3s ease, color 0.25s ease;
}

.svc-scopes li:hover {
  padding-left: 0.35rem;
  color: var(--bc-copper-deep);
}

.svc-scopes span {
  font-family: var(--body);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: var(--bc-copper);
}

/* —— Why GCs pick us + how we run the job —— */
.svc-why {
  padding: clamp(2.75rem, 6vw, 4rem) var(--bc-gutter);
  background: #12100e;
  color: #fff;
  border-top: 1px solid rgba(212, 174, 106, 0.18);
  border-bottom: 1px solid rgba(212, 174, 106, 0.18);
}

.svc-why__inner {
  width: min(100%, var(--bc-max));
  margin: 0 auto;
  display: grid;
  gap: clamp(2.25rem, 5vw, 3.25rem);
}

@media (min-width: 960px) {
  .svc-why__inner {
    grid-template-columns: 1fr 1fr;
    gap: 3.5rem;
    align-items: start;
  }
}

.svc-why__eyebrow {
  margin: 0 0 0.45rem;
  font-family: var(--body);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--bc-copper-bright);
}

.svc-why h2 {
  margin: 0 0 1.25rem;
  font-family: var(--display);
  font-size: clamp(2rem, 4vw, 2.85rem);
  font-weight: 400;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 0.95;
  color: #fff;
}

.svc-why__points {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.85rem;
}

.svc-why__points li {
  position: relative;
  padding: 0.85rem 0 0.85rem 1.15rem;
  border-left: 3px solid var(--bc-copper);
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.92);
}

.svc-run {
  display: grid;
  gap: 0.75rem;
}

.svc-run__list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.svc-run__list li {
  display: grid;
  grid-template-columns: 2.4rem 1fr;
  gap: 0.85rem;
  align-items: baseline;
  padding: 0.95rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.svc-run__list strong {
  font-family: var(--display);
  font-size: 1.15rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  color: var(--bc-copper-bright, #c9a05a);
}

.svc-run__list span {
  font-size: 0.98rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.78);
}

/* —— Gallery mosaic (photos + field video as one composition) —— */
.svc-gallery {
  padding: clamp(2.5rem, 6vw, 4rem) var(--bc-gutter) clamp(3rem, 7vw, 5rem);
  background: #12100e;
  color: #fff;
}

.svc-gallery__inner {
  width: min(100%, var(--bc-max));
  margin: 0 auto;
}

.svc-gallery__head {
  display: grid;
  gap: 0.35rem;
  margin-bottom: 1.5rem;
  max-width: 36rem;
}

.svc-gallery__eyebrow {
  color: var(--bc-copper-bright);
}

.svc-gallery h2 {
  color: #fff;
}

.svc-gallery__grid {
  display: grid;
  gap: 0.45rem;
  grid-template-columns: 1fr 1fr;
}

.svc-gallery__shot {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: #1a1714;
  cursor: default;
  min-height: 0;
}

.svc-gallery__shot img,
.svc-gallery__shot video {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.9) brightness(0.9);
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.svc-gallery__shot video {
  position: absolute;
  inset: 0;
}

/* —— Mobile mosaic: lead → paired stills → large video —— */
.svc-gallery__shot--lead {
  grid-column: 1 / -1;
  aspect-ratio: 4 / 3;
  min-height: clamp(14rem, 58vw, 22rem);
}

.svc-gallery__shot:not(.svc-gallery__shot--lead):not(.svc-gallery__shot--video) {
  aspect-ratio: 1 / 1;
  min-height: clamp(9rem, 42vw, 14rem);
}

.svc-gallery__shot--video {
  grid-column: 1 / -1;
  aspect-ratio: 16 / 9;
  min-height: clamp(12.5rem, 56vw, 20rem);
}

/* Trio mosaic: lead + two side tiles (video or still) */
.svc-gallery__grid--trio .svc-gallery__shot:nth-child(2),
.svc-gallery__grid--trio .svc-gallery__shot:nth-child(3) {
  grid-column: 1 / -1;
  aspect-ratio: 16 / 9;
  min-height: clamp(11rem, 48vw, 16rem);
}

@media (min-width: 560px) {
  .svc-gallery__grid--trio {
    grid-template-columns: 1.25fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-template-areas:
      "lead mid"
      "lead low";
    min-height: clamp(22rem, 52vw, 32rem);
  }

  .svc-gallery__grid--trio .svc-gallery__shot--lead {
    grid-area: lead;
    grid-column: auto;
    aspect-ratio: auto;
    min-height: 0;
    height: 100%;
  }

  .svc-gallery__grid--trio .svc-gallery__shot:nth-child(2) {
    grid-area: mid;
    grid-column: auto;
    aspect-ratio: auto;
    min-height: 0;
    height: 100%;
  }

  .svc-gallery__grid--trio .svc-gallery__shot:nth-child(3) {
    grid-area: low;
    grid-column: auto;
    aspect-ratio: auto;
    min-height: 0;
    height: 100%;
  }
}

/* 4-up proof mosaic: squarer left video, tall lead still on the right */
.svc-gallery__grid--proof {
  grid-template-areas:
    "video video"
    "lead lead"
    "second third";
}

.svc-gallery__grid--proof .svc-gallery__shot--video {
  grid-area: video;
  aspect-ratio: 4 / 5;
  min-height: clamp(14rem, 62vw, 22rem);
}

.svc-gallery__grid--proof .svc-gallery__shot--lead {
  grid-area: lead;
}

.svc-gallery__grid--proof .svc-gallery__shot:nth-child(2) {
  grid-area: second;
}

.svc-gallery__grid--proof .svc-gallery__shot:nth-child(3) {
  grid-area: third;
}

@media (min-width: 760px) {
  .svc-gallery__grid--proof {
    grid-template-columns: 1.2fr 1fr;
    grid-template-rows: minmax(10.5rem, 1fr) minmax(10.5rem, 1fr) minmax(10rem, 0.95fr);
    grid-template-areas:
      "video second"
      "video lead"
      "third lead";
    min-height: clamp(30rem, 54vw, 38rem);
  }

  .svc-gallery__grid--proof .svc-gallery__shot--lead,
  .svc-gallery__grid--proof .svc-gallery__shot--video,
  .svc-gallery__grid--proof .svc-gallery__shot:not(.svc-gallery__shot--lead):not(.svc-gallery__shot--video) {
    aspect-ratio: auto;
    min-height: 0;
    height: 100%;
  }

  .svc-gallery__grid--trio {
    grid-template-columns: 1.4fr 1fr;
    grid-template-rows: 1fr 1fr;
    min-height: clamp(26rem, 48vw, 34rem);
  }

  .svc-gallery__grid--trio .svc-gallery__shot--lead {
    min-height: 0;
    height: 100%;
  }
}

@media (hover: hover) and (pointer: fine) {
  .svc-gallery__shot:hover img,
  .svc-gallery__shot:hover video {
    transform: scale(1.05);
  }
}

.svc-gallery__shot figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  margin: 0;
  padding: 2.5rem 1rem 0.9rem;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.72));
  font-family: var(--display);
  font-size: clamp(1rem, 3.6vw, 1.15rem);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
  pointer-events: none;
}

/* —— Sister services —— */
.svc-next {
  padding: clamp(2.75rem, 6vw, 4rem) var(--bc-gutter) clamp(4rem, 8vw, 5.5rem);
  background: #030303;
  color: #fff;
}

.svc-next__inner {
  width: min(100%, var(--bc-max));
  margin: 0 auto;
}

.svc-next__head {
  margin-bottom: 1.5rem;
}

.svc-next__eyebrow {
  color: var(--bc-copper-bright);
}

.svc-next h2 {
  color: #fff;
}

.svc-next__grid {
  display: grid;
  gap: 0.75rem;
}

@media (min-width: 720px) {
  .svc-next__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.85rem;
  }
}

.svc-next__card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 11.5rem;
  padding: 1.25rem 1.2rem 1.3rem;
  overflow: hidden;
  color: #fff;
  border: 1px solid rgba(212, 174, 106, 0.22);
  background: #1a1714;
  transition: border-color 0.3s ease, transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.svc-next__card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.28) saturate(0.75);
  transition: transform 0.55s ease, filter 0.35s ease;
}

.svc-next__card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(
    180deg,
    rgba(15, 14, 12, 0.15) 0%,
    rgba(15, 14, 12, 0.55) 45%,
    rgba(15, 14, 12, 0.92) 100%
  );
  pointer-events: none;
}

.svc-next__card::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background: var(--bc-copper-metal);
  transform: scaleY(0.35);
  transform-origin: top center;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  z-index: 2;
}

.svc-next__card span {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.35rem;
  font-family: var(--display);
  font-size: clamp(1.7rem, 3vw, 2.1rem);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.55);
}

.svc-next__card em {
  display: block;
  font-family: var(--body);
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--bc-copper);
}

.svc-next__card:hover,
.svc-next__card:focus-visible {
  border-color: rgba(212, 174, 106, 0.55);
  transform: translateY(-3px);
  color: #fff;
}

.svc-next__card:hover img,
.svc-next__card:focus-visible img {
  transform: scale(1.06);
  filter: brightness(0.36) saturate(0.9);
}

.svc-next__card:hover::after,
.svc-next__card:focus-visible::after {
  transform: scaleY(1);
}

/* —— Closeout: CTA + foot on one photographic plane —— */
.svc-closeout {
  position: relative;
  overflow: hidden;
  background: #030303;
  color: #fff;
  margin-top: -2.5rem;
  padding-top: 2.5rem;
}

.svc-closeout__art {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.svc-closeout__art img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 45% 50%;
  opacity: 0.42;
  filter: saturate(0.88) contrast(1.05) brightness(0.82);
  -webkit-mask-image: linear-gradient(
    180deg,
    transparent 0%,
    rgba(0, 0, 0, 0.4) 22%,
    #000 48%,
    #000 100%
  );
  mask-image: linear-gradient(
    180deg,
    transparent 0%,
    rgba(0, 0, 0, 0.4) 22%,
    #000 48%,
    #000 100%
  );
}

.svc-closeout::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 7rem;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, #030303 0%, rgba(3, 3, 3, 0.85) 50%, transparent 100%);
}

.svc-closeout::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(
      180deg,
      #030303 0%,
      rgba(3, 3, 3, 0.78) 18%,
      rgba(3, 3, 3, 0.4) 48%,
      rgba(3, 3, 3, 0.72) 100%
    ),
    linear-gradient(115deg, rgba(150, 105, 45, 0.2) 0%, transparent 50%);
}

.svc-cta {
  position: relative;
  z-index: 1;
  padding: clamp(3.25rem, 7vw, 5rem) var(--bc-gutter) clamp(2rem, 4vw, 2.75rem);
  background: transparent;
  color: #fff;
  overflow: visible;
}

.svc-cta::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20%;
  bottom: 20%;
  width: 4px;
  background: var(--bc-copper-metal);
}

.svc-cta__inner {
  position: relative;
  width: min(100%, var(--bc-max));
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.35rem;
}

.svc-cta h2 {
  margin: 0;
  max-width: 16ch;
  font-family: var(--display);
  font-size: clamp(2.1rem, 4.5vw, 3.2rem);
  font-weight: 400;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 0.95;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.45);
}

.svc-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.svc-cta__actions a {
  display: inline-flex;
  align-items: center;
  min-height: 2.85rem;
  padding: 0.75rem 1.25rem;
  font-family: var(--body);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: filter 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.svc-cta__actions a.primary {
  background: var(--bc-copper-metal);
  box-shadow: var(--bc-copper-shine);
  color: #fff;
}

.svc-cta__actions a.ghost {
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: rgba(3, 3, 3, 0.25);
  backdrop-filter: blur(6px);
}

.svc-cta__actions a:hover {
  filter: brightness(1.06);
}

/* —— Foot —— */
.svc-foot {
  position: relative;
  z-index: 1;
  padding: 1.35rem var(--bc-gutter) 1.85rem;
  background: transparent;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(244, 241, 234, 0.55);
  font-size: 0.85rem;
}

.svc-foot__inner {
  width: min(100%, var(--bc-max));
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
  justify-content: space-between;
  align-items: center;
}

.svc-foot a {
  color: rgba(244, 241, 234, 0.72);
  transition: color 0.2s ease;
}

.svc-foot a:hover {
  color: var(--bc-copper);
}

/* Concrete Finish — stills + field videos as one mosaic */
.svc-finish {
  padding: clamp(2.75rem, 6vw, 4rem) 0 clamp(3.25rem, 7vw, 5rem);
  background: #12100e;
  color: #fff;
}

.svc-finish__head {
  width: min(100% - (var(--bc-gutter) * 2), var(--bc-max));
  margin: 0 auto 1.35rem;
}

.svc-finish__whisper {
  margin: 0 0 0.45rem;
  font-family: var(--body);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--bc-copper-bright);
}

.svc-finish h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  font-weight: 400;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 0.95;
  color: #fff;
}

.svc-finish__lede {
  margin: 0.85rem 0 0;
  max-width: 34rem;
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.72);
}

.svc-finish__track {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.4rem;
  padding: 0 var(--bc-gutter);
  box-sizing: border-box;
}

.svc-finish__frame {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: #1a1a1a;
  cursor: zoom-in;
  min-height: 0;
}

.svc-finish__frame img,
.svc-finish__frame video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.svc-finish__frame--video {
  cursor: default;
}

/* Mobile: paired stills → broom banner → valley → hero field → paired fields */
.svc-finish__frame:nth-child(1),
.svc-finish__frame:nth-child(2) {
  aspect-ratio: 5 / 4;
}

.svc-finish__frame:nth-child(3) {
  grid-column: 1 / -1;
  aspect-ratio: 21 / 9;
  min-height: clamp(9rem, 38vw, 14rem);
}

.svc-finish__frame--valley {
  grid-column: 1 / -1;
  aspect-ratio: 3 / 2;
  min-height: clamp(17rem, 72vw, 26rem);
}

.svc-finish__frame--feature {
  grid-column: 1 / -1;
  aspect-ratio: 4 / 3;
  min-height: clamp(18rem, 80vw, 34rem);
}

.svc-finish__frame--companion {
  aspect-ratio: 1 / 1;
  min-height: clamp(13.5rem, 58vw, 22rem);
}

/*
  Desktop mosaic:
  [1][2][  5 feature  ]
  [3][4][             ]
  [  6  ][     7      ]
*/
@media (min-width: 800px) {
  .svc-finish__track {
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: minmax(18rem, 24vw) minmax(18rem, 24vw) minmax(20rem, 26vw);
    gap: 0.45rem;
    padding: 0;
  }

  .svc-finish__frame:nth-child(1) {
    grid-column: 1 / 4;
    grid-row: 1;
    aspect-ratio: auto;
    min-height: 0;
  }

  .svc-finish__frame:nth-child(2) {
    grid-column: 4 / 7;
    grid-row: 1;
    aspect-ratio: auto;
    min-height: 0;
  }

  .svc-finish__frame:nth-child(3) {
    grid-column: 1 / 4;
    grid-row: 2;
    aspect-ratio: auto;
    min-height: 0;
  }

  .svc-finish__frame--valley {
    grid-column: 4 / 7;
    grid-row: 2;
    aspect-ratio: auto;
    min-height: 0;
  }

  .svc-finish__frame--feature {
    grid-column: 7 / 13;
    grid-row: 1 / 3;
    aspect-ratio: auto;
    min-height: 0;
  }

  .svc-finish__frame--companion:nth-child(6) {
    grid-column: 1 / 7;
    grid-row: 3;
    aspect-ratio: auto;
    min-height: 0;
  }

  .svc-finish__frame--companion:nth-child(7) {
    grid-column: 7 / 13;
    grid-row: 3;
    aspect-ratio: auto;
    min-height: 0;
  }
}

@media (min-width: 1100px) {
  .svc-finish__track {
    grid-template-rows: minmax(19rem, 21vw) minmax(19rem, 21vw) minmax(22rem, 24vw);
  }
}

@media (hover: hover) and (pointer: fine) {
  .svc-finish__frame:hover img,
  .svc-finish__frame.is-zoom img,
  .svc-finish__frame:hover video,
  .svc-finish__frame.is-zoom video {
    transform: scale(1.08);
  }
}

.svc-finish__frame figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  margin: 0;
  padding: 2.25rem 0.85rem 0.75rem;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.7));
  font-family: var(--display);
  font-size: clamp(0.95rem, 3.4vw, 1.05rem);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
  pointer-events: none;
}

/* Legacy alias */
.svc-pour.pour-proof {
  margin: 0;
  padding: clamp(3rem, 7vw, 4.75rem) var(--bc-gutter);
}
