/* ==========================================================================
   Digitency design system — ported from the original HTML prototype.
   Scoped to Elementor widgets/containers via the CSS classes assigned in
   the Elementor editor (Advanced > CSS Classes). Class names mirror the
   original prototype so the design intent stays traceable.
   ========================================================================== */

/* Zero Elementor's default 10px container padding — every section defines its
   own padding via the design-system classes below. Must stay near the top so
   later class rules keep winning. */
.e-con {
  --container-default-padding-top: 0px;
  --container-default-padding-right: 0px;
  --container-default-padding-bottom: 0px;
  --container-default-padding-left: 0px;
  /* all section spacing comes from the design-system classes */
  --widgets-spacing: 0px;
  --widgets-spacing-row: 0px;
  --widgets-spacing-column: 0px;
  --gap: 0px;
  --row-gap: 0px;
  --column-gap: 0px;
}

:root {
  --ink: #0b0c08;
  --ink-soft: #11130d;
  --olive: #2a2918;
  --olive-2: #4e4922;
  --gold: #e7cb66;
  --gold-soft: #f4e6a0;
  --cream: #fffce9;
  --white: #ffffff;
  --muted: rgba(255, 252, 233, 0.68);
  --line: rgba(231, 203, 102, 0.24);
  --line-soft: rgba(255, 255, 255, 0.12);
  --shadow: 0 30px 80px rgba(0, 0, 0, 0.34);
  --header-h: 98px;
  --dg-container: min(1760px, calc(100vw - 64px));
  --dg-display: "Barlow Condensed", Impact, "Arial Narrow", sans-serif;
  --body: "Inter", sans-serif;
}

html { scroll-behavior: smooth; background: var(--ink); }

body:not(.elementor-page) body,
.elementor-page {
  color: var(--cream);
  font-family: var(--body);
  overflow-x: hidden;
}

/* zero-specificity reset (:where) so design-system class margins always win */
.elementor-page :where(h1, h2, h3, h4, p, figure) { margin: 0; }

.elementor-page ::selection { color: var(--ink); background: var(--gold); }

/* Full-width containers stay edge to edge; wrappers center the content */
.e-con.dg-full { width: 100%; max-width: 100%; margin: 0; }
.e-con.dg-full > .e-con-inner { max-width: 100%; }
.dg-wrap { width: var(--dg-container) !important; max-width: var(--dg-container) !important; margin-inline: auto !important; }

/* Reveal-on-scroll (original .reveal behaviour) */
.reveal {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.reveal.is-visible, .reveal.active { opacity: 1; transform: translateY(0); }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
  .reveal { opacity: 1; transform: none; }
}

/* ==========================================================================
   HEADER (Elementor Pro header template)
   ========================================================================== */
.dg-site-header {
  --header-h: 98px;
  background: rgba(11, 12, 8, 0.82) !important;
  border-bottom: 1px solid var(--line-soft);
  backdrop-filter: blur(18px);
  transition: min-height 0.35s ease, background 0.35s ease, box-shadow 0.35s ease;
  min-height: var(--header-h);
}
.dg-site-header.elementor-sticky--effects,
.dg-site-header.is-scrolled {
  --header-h: 76px;
  background: rgba(11, 12, 8, 0.95) !important;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.24);
}
.dg-site-header .e-con-inner { min-height: var(--header-h); transition: min-height 0.35s ease; }

.dg-brand .elementor-heading-title {
  font-family: var(--dg-display);
  font-size: clamp(2rem, 2.3vw, 3rem);
  font-weight: 600;
  letter-spacing: 0.01em;
  color: var(--gold-soft);
  line-height: 1;
  padding-left: 44px;
}
@media (max-width: 1200px) { .dg-brand .elementor-heading-title { padding-left: 28px; } }
@media (max-width: 900px)  { .dg-brand .elementor-heading-title { padding-left: 0; } }

/* Nav menu widget */
.dg-primary-nav .e-con-inner,
.dg-primary-nav.elementor-widget-container { display: flex; }
.dg-primary-nav nav.elementor-nav-menu--main ul.elementor-nav-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(28px, 3vw, 58px);
  margin: 0;
  padding: 0;
  list-style: none;
}
.dg-primary-nav nav.elementor-nav-menu--main ul a {
  position: relative;
  padding: 10px 0 !important;
  font-size: 0.92rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.88) !important;
  background: transparent !important;
}
.dg-primary-nav nav.elementor-nav-menu--main ul a::after {
  content: "";
  position: absolute;
  left: 0; right: 100%; bottom: 3px;
  height: 1px;
  background: var(--gold);
  transition: right 0.28s ease;
}
.dg-primary-nav nav.elementor-nav-menu--main ul a:hover::after,
.dg-primary-nav nav.elementor-nav-menu--main ul a:focus-visible::after { right: 0; }

/* Mobile dropdown (nav-menu widget toggle) */
.dg-primary-nav .elementor-menu-toggle {
  color: var(--cream) !important;
  border: 1px solid var(--line);
  background: rgba(231, 203, 102, 0.04) !important;
  border-radius: 0;
}
.dg-primary-nav ul.elementor-nav-menu--dropdown { display: block !important; }
.dg-primary-nav .elementor-nav-menu--dropdown {
  background: rgba(11, 12, 8, 0.98) !important;
  border-bottom: 1px solid var(--line);
  padding: 12px 22px 26px;
}
.dg-primary-nav .elementor-nav-menu--dropdown a {
  padding: 16px 0 !important;
  border-bottom: 1px solid var(--line-soft);
  color: var(--cream) !important;
  background: transparent !important;
}

/* Phone CTA block in header */
.dg-phone-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  min-height: var(--header-h);
  padding: 0 28px;
  background: linear-gradient(90deg, rgba(71, 68, 31, 0.72), rgba(86, 80, 30, 0.92));
  border-left: 1px solid var(--line);
  font-weight: 700;
  color: var(--cream) !important;
}
.dg-phone-cta .dg-phone-icon {
  display: grid;
  place-items: center;
  width: 48px;
  aspect-ratio: 1;
  border-radius: 50%;
  color: var(--ink);
  background: var(--gold-soft);
  transform: rotate(-12deg);
  transition: transform 0.25s ease;
}
.dg-phone-cta:hover .dg-phone-icon { transform: rotate(6deg) scale(1.06); }
@media (max-width: 900px) { .dg-phone-cta { display: none; } }

/* ==========================================================================
   BUTTONS
   ========================================================================== */
.dg-btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 56px;
  padding: 0 28px !important;
  border: 1px solid transparent;
  border-radius: 0 !important;
  font-size: 0.84rem !important;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1;
  transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}
.dg-btn .dg-btn-arrow { transition: transform 0.25s ease; display: inline-block; }
.dg-btn:hover, .dg-btn:focus-visible { transform: translateY(-3px); }
.dg-btn:hover .dg-btn-arrow, .dg-btn:focus-visible .dg-btn-arrow { transform: translate(3px, -3px); }
.dg-btn--gold { color: var(--ink) !important; background: var(--gold-soft) !important; box-shadow: 0 16px 36px rgba(231, 203, 102, 0.17); }
.dg-btn--outline {
  color: var(--gold-soft) !important;
  border-color: rgba(231, 203, 102, 0.58);
  background: rgba(231, 203, 102, 0.03) !important;
}
.dg-btn--outline:hover { color: var(--ink) !important; background: var(--gold-soft) !important; }

.eyebrow, .section-kicker {
  margin: 0 0 26px;
  color: var(--gold-soft);
  font-family: var(--dg-display);
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.section-kicker {
  display: inline-flex;
  line-height: 1.2;
  align-items: center;
  gap: 10px;
  margin-bottom: 28px;
  padding: 10px 16px;
  border: 1px solid rgba(231, 203, 102, 0.22);
  border-radius: 999px;
  font-family: var(--body);
  font-size: 0.76rem;
  letter-spacing: 0.08em;
}

/* ==========================================================================
   HERO
   ========================================================================== */
.dg-hero {
  position: relative;
  min-height: 920px;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(270px, 0.27fr);
  grid-template-rows: 1fr 118px;
  isolation: isolate;
  overflow: hidden;
  padding-top: var(--header-h);
}
.dg-hero .e-con-inner, .dg-hero > .elementor-widget { position: relative; z-index: 1; }
.dg-hero::before { /* background photo layer is set as container background; this adds the overlay + grid */
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(22, 21, 8, 0.82) 0%, rgba(22, 21, 8, 0.66) 46%, rgba(22, 21, 8, 0.82) 100%),
    linear-gradient(180deg, rgba(12, 13, 8, 0.05), rgba(29, 26, 4, 0.84));
  pointer-events: none;
}
.dg-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.55;
  background-image:
    linear-gradient(90deg, transparent calc(25% - 0.5px), rgba(255, 255, 255, 0.18) 25%, transparent calc(25% + 0.5px)),
    linear-gradient(90deg, transparent calc(50% - 0.5px), rgba(255, 255, 255, 0.18) 50%, transparent calc(50% + 0.5px)),
    linear-gradient(90deg, transparent calc(75% - 0.5px), rgba(255, 255, 255, 0.18) 75%, transparent calc(75% + 0.5px));
  pointer-events: none;
}

.hero__content {
  align-self: center;
  width: min(1180px, 88%);
  margin-left: clamp(40px, 8vw, 210px);
  padding-top: 4vh;
}
.hero__content h1 {
  max-width: 1140px !important;
  font-family: var(--dg-display);
  font-size: clamp(5rem, 8.8vw, 10.8rem);
  font-weight: 600;
  line-height: 0.86;
  letter-spacing: -0.025em;
  text-transform: uppercase;
  color: var(--cream);
}
.hero__content h1 span { display: block; color: var(--gold-soft); }
.hero__lede {
  max-width: 680px;
  margin: 32px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1rem, 1.1vw, 1.2rem);
  line-height: 1.75;
}
.hero__actions { display: flex; flex-direction: row !important; align-items: center; gap: 24px; margin-top: 32px; }

.video-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--cream) !important;
  background: transparent !important;
  border: 0;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  padding: 0;
}
.video-link__icon {
  display: grid;
  place-items: center;
  width: 48px;
  aspect-ratio: 1;
  border: 1px solid rgba(231, 203, 102, 0.58);
  border-radius: 50%;
  color: var(--gold-soft);
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}
.video-link:hover .video-link__icon { color: var(--ink); background: var(--gold-soft); transform: scale(1.06); }

/* Stats (Elementor counter widgets) */
.hero__stats {
  align-self: center;
  display: grid !important;
  gap: 44px;
  padding: 0 clamp(34px, 4vw, 80px) !important;
  border-left: 1px solid var(--line-soft);
}
.hero-stat { position: relative; padding-bottom: 26px; }
.hero-stat:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 70%;
  height: 1px;
  background: linear-gradient(90deg, var(--line), transparent);
}
.hero-stat .elementor-counter-number-wrapper {
  display: block;
  font-family: var(--dg-display);
  font-size: clamp(3.8rem, 4.2vw, 6.2rem);
  font-weight: 600;
  line-height: 0.9;
  color: var(--cream);
}
.hero-stat .elementor-counter-title {
  display: block;
  margin-top: 14px;
  color: var(--gold-soft);
  font-family: var(--dg-display);
  font-size: 0.96rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 0;
  border: 0;
}

.scroll-cue {
  position: absolute;
  left: 50%;
  top: 61%;
  display: grid;
  place-items: center;
  width: 112px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(231, 203, 102, 0.11);
  transform: translate(-50%, -50%);
  transition: background 0.25s ease, transform 0.25s ease;
  z-index: 2;
}
.scroll-cue .dg-btn-label { display: none; }
.scroll-cue .elementor-button-content-wrapper { position: relative; width: 30px; height: 42px; }
.scroll-cue .elementor-button-content-wrapper::before,
.scroll-cue .elementor-button-content-wrapper::after {
  content: "";
  position: absolute;
  background: var(--gold-soft);
  left: 50%;
}
.scroll-cue .elementor-button-content-wrapper::before { top: 0; width: 1px; height: 35px; }
.scroll-cue .elementor-button-content-wrapper::after {
  left: 50%;
  bottom: 4px;
  width: 18px;
  height: 18px;
  border-right: 1px solid var(--gold-soft);
  border-bottom: 1px solid var(--gold-soft);
  background: transparent;
  transform: translateX(-50%) rotate(45deg);
}
.scroll-cue:hover { background: rgba(231, 203, 102, 0.2); transform: translate(-50%, -50%) scale(1.05); }

/* Hero capability tabs */
.hero__tabs {
  grid-column: 1 / -1;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-self: end;
  background: rgba(12, 13, 8, 0.48);
  border-top: 1px solid var(--line-soft);
}
.hero-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 118px;
  padding: 18px;
  border-right: 1px solid var(--line-soft);
  color: rgba(255, 252, 233, 0.62) !important;
  font-family: var(--dg-display);
  font-size: 0.98rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  transition: color 0.25s ease, background 0.25s ease;
}
.hero-tab span { color: var(--gold); }
.hero-tab:hover, .hero-tab.is-active {
  color: var(--cream) !important;
  background: linear-gradient(90deg, rgba(93, 85, 28, 0.82), rgba(75, 70, 22, 0.62));
}

/* ==========================================================================
   TRUST / CASE (light "ivory" added sections)
   ========================================================================== */
.trust-section, .why-light-section, .why-section, .case-section, .final-cta-section {
  position: relative;
  padding: 90px 5vw;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at top right, rgba(212, 175, 55, 0.18), transparent 35%),
    linear-gradient(180deg, #f8f5ef, #efe6d2) !important;
  color: #17140f !important;
}
.trust-section::before, .why-light-section::before, .why-section::before, .case-section::before, .final-cta-section::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  right: -180px;
  top: 20px;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.18), transparent 65%);
  z-index: -1;
}
.added-section-head { text-align: center; max-width: 850px; margin: 0 auto; }
.added-section-head h2 {
  font-family: var(--dg-display);
  font-size: clamp(3rem, 5vw, 5rem);
  margin: 15px 0;
  color: #17140f !important;
  text-transform: uppercase;
  line-height: 0.95;
}
.added-section-head p { color: #4a4438 !important; line-height: 1.7; }
.added-section-head .section-kicker { color: #b88a1b; border-color: rgba(184, 138, 27, 0.3); }

.trust-grid, .case-grid {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  max-width: 1200px;
  margin: 45px auto 0;
}
.case-grid { grid-template-columns: repeat(3, 1fr); }
.trust-card, .case-card {
  position: relative;
  overflow: hidden;
  background: rgba(255, 252, 233, 0.55);
  border: 1px solid rgba(212, 175, 55, 0.28);
  border-left: 3px solid #d4af37;
  border-radius: 18px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
  padding: 32px;
  min-height: 180px;
  backdrop-filter: blur(10px);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}
.case-card { min-height: 260px; border-radius: 20px; background: #fffaf0; box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12); }
.trust-card::before, .case-card::before {
  content: "";
  position: absolute;
  left: 0; top: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(#d4af37, #f4e6a0);
}
.trust-card:hover, .case-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.14);
  border-color: rgba(212, 175, 55, 0.65);
}
.trust-card h3, .case-card h3 {
  color: #17140f !important;
  margin-top: 0;
  font-family: var(--dg-display);
  font-size: 2rem;
  text-transform: uppercase;
}
.trust-card p, .case-card p { color: #4a4438 !important; line-height: 1.7; }

/* ==========================================================================
   SERVICES
   ========================================================================== */
/* Full-bleed dark section like the source (there the full-width body paints
   the background; here the section carries it edge to edge) with the content
   measure kept to the source container via symmetric padding. */
.services {
  position: relative;
  background:
    radial-gradient(circle at 0% 0%, rgba(212, 175, 55, 0.1), transparent 35%),
    linear-gradient(180deg, #0b0c08, #15130d) !important;
  display: grid !important;
  grid-template-columns: minmax(260px, 0.32fr) minmax(0, 1fr);
  gap: clamp(60px, 8vw, 160px);
  width: 100% !important;
  min-height: 880px;
  padding: 140px max(32px, calc((100vw - var(--dg-container)) / 2)) 150px;
  overflow: hidden;
}
.services::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 36%;
  width: 1px;
  background: linear-gradient(180deg, transparent, var(--line-soft) 12%, var(--line-soft) 88%, transparent);
}
.services__intro { align-self: center; max-width: 430px; }
.services h2 {
  font-family: var(--dg-display);
  font-size: clamp(4.2rem, 4.8vw, 6.5rem);
  font-weight: 600;
  line-height: 0.82;
  text-transform: uppercase;
  color: var(--cream);
}
.services__intro > .e-con-inner > .elementor-widget:not(:first-child) p.services__lede,
.services__intro p.services__lede {
  max-width: 390px;
  margin: 46px 0 36px;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.8;
}
.services__intro .dg-btn { margin-top: 10px; }

.services__stage {
  position: relative;
  align-self: center;
  display: flex !important;
  min-height: 620px;
  overflow: hidden;
  border: 1px solid var(--line-soft);
  background:
    radial-gradient(circle at 34% 46%, rgba(231, 203, 102, 0.08), transparent 28rem),
    rgba(255, 255, 255, 0.012);
}
.services__rings {
  position: absolute;
  left: 5%;
  top: 50%;
  width: 690px;
  aspect-ratio: 1;
  border: 1px solid rgba(231, 203, 102, 0.08);
  border-radius: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 0;
}
.services__rings::before, .services__rings::after {
  content: "";
  position: absolute;
  inset: 12%;
  border: 1px solid rgba(231, 203, 102, 0.08);
  border-radius: 50%;
}
.services__rings::after { inset: 26%; }

.service-card {
  position: relative;
  z-index: 1;
  flex: 0 0 15% !important;
  min-width: 112px;
  display: flex !important;
  overflow: hidden;
  border-right: 1px solid var(--line-soft);
  background: rgba(11, 12, 8, 0.42);
  cursor: pointer;
  transition: flex-basis 0.7s cubic-bezier(0.2, 0.8, 0.2, 1), background 0.35s ease;
}
.service-card:last-child { border-right: 0; }
.service-card.is-active { flex-basis: 70% !important; background: rgba(17, 19, 13, 0.72); }
.service-card:focus-visible { outline: 2px solid var(--gold); outline-offset: -4px; }

.service-card__visual {
  position: absolute;
  inset: 0 0 32%;
  overflow: hidden;
  opacity: 0;
  transform: scale(1.08);
  transition: opacity 0.45s ease 0.12s, transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
  pointer-events: none;
}
.service-card.is-active .service-card__visual { opacity: 1; transform: scale(1); }
.service-card__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 11, 7, 0.12), rgba(10, 11, 7, 0.88));
}
.service-card__visual--seo {
  background:
    radial-gradient(circle at 74% 32%, rgba(231, 203, 102, 0.34), transparent 12rem),
    linear-gradient(135deg, #171910, #3f3a19 65%, #11130d);
}
.map-grid {
  position: absolute;
  inset: -10%;
  background-image:
    linear-gradient(rgba(231, 203, 102, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(231, 203, 102, 0.12) 1px, transparent 1px);
  background-size: 44px 44px;
  transform: rotate(-11deg) scale(1.25);
}
.pin {
  position: absolute;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 26px;
  aspect-ratio: 1;
  color: var(--ink);
  font-size: 12px;
  border-radius: 50% 50% 50% 0;
  background: var(--gold);
  box-shadow: 0 0 0 12px rgba(231, 203, 102, 0.12);
  transform: rotate(-45deg);
}
.pin--one { left: 22%; top: 31%; }
.pin--two { left: 64%; top: 22%; }
.pin--three { left: 72%; top: 55%; }

.service-card__visual--gbp {
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #1b1d13, #4c4520 70%, #13140d);
}
.phone-mockup {
  position: relative;
  z-index: 2;
  width: min(280px, 48%);
  aspect-ratio: 0.56;
  padding: 20px;
  border: 6px solid #080906;
  border-radius: 34px;
  background: #f8f3d3;
  box-shadow: 0 32px 60px rgba(0, 0, 0, 0.46);
  transform: rotate(8deg) translateY(30px);
  display: flex;
  flex-direction: column;
}
.phone-mockup::before {
  content: "";
  position: absolute;
  top: 8px; left: 50%;
  width: 36%; height: 8px;
  border-radius: 20px;
  background: #111;
  transform: translateX(-50%);
}
.phone-mockup__bar {
  width: 64%;
  height: 14px;
  margin-top: 28px;
  border-radius: 99px;
  background: #252718;
}
.phone-mockup__photo {
  height: 43%;
  margin: 20px 0;
  border-radius: 16px;
  background:
    radial-gradient(circle at 65% 40%, var(--gold), transparent 18%),
    linear-gradient(140deg, #302f1b, #7a7036);
}
.phone-mockup__line {
  width: 84%;
  height: 10px;
  margin: 12px 0;
  border-radius: 99px;
  background: rgba(17, 19, 13, 0.3);
}
.phone-mockup__line--short { width: 55%; }
.phone-mockup__stars { color: #5d531a; letter-spacing: 3px; }

.service-card__visual--citations {
  background:
    radial-gradient(circle at 50% 50%, rgba(231, 203, 102, 0.28), transparent 16rem),
    #12140d;
}
.network { position: absolute; inset: 0; z-index: 2; }
.network::before, .network::after {
  content: "";
  position: absolute;
  inset: 18% 12%;
  background:
    linear-gradient(32deg, transparent 49.6%, rgba(231, 203, 102, 0.4) 50%, transparent 50.4%),
    linear-gradient(-28deg, transparent 49.6%, rgba(231, 203, 102, 0.4) 50%, transparent 50.4%),
    linear-gradient(76deg, transparent 49.6%, rgba(231, 203, 102, 0.3) 50%, transparent 50.4%);
}
.network span {
  position: absolute;
  width: 22px;
  aspect-ratio: 1;
  border: 3px solid var(--gold);
  border-radius: 50%;
  box-shadow: 0 0 0 10px rgba(231, 203, 102, 0.08);
}
.network span:nth-child(1) { left: 18%; top: 27%; }
.network span:nth-child(2) { left: 47%; top: 18%; }
.network span:nth-child(3) { left: 72%; top: 36%; }
.network span:nth-child(4) { left: 34%; top: 60%; }
.network span:nth-child(5) { left: 66%; top: 68%; }

.service-card__body {
  position: absolute !important;
  inset: auto 0 0;
  width: 100%;
  min-height: 210px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: end;
  align-content: end;
  gap: 26px;
  padding: 28px 30px 34px;
  background: linear-gradient(180deg, transparent, rgba(11, 12, 8, 0.97) 32%);
}
.service-card:not(.is-active) .service-card__body {
  inset: 0;
  min-height: 100%;
  grid-template-columns: 1fr;
  justify-items: center;
  align-content: end;
  padding: 26px 12px 36px;
  background: linear-gradient(180deg, rgba(12, 13, 8, 0.12), rgba(12, 13, 8, 0.92));
}
.service-card__number {
  font-family: var(--dg-display);
  font-size: clamp(4.5rem, 6vw, 7rem);
  font-weight: 600;
  line-height: 0.8;
  color: var(--cream);
}
.service-card:not(.is-active) .service-card__number {
  color: rgba(255, 252, 233, 0.5);
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}
.service-card__body h3 {
  font-family: var(--dg-display);
  font-size: clamp(2rem, 2.5vw, 3.5rem);
  font-weight: 600;
  line-height: 0.98;
  text-transform: uppercase;
  color: var(--gold-soft);
}
.service-card:not(.is-active) h3 {
  max-height: 260px;
  font-size: 1.35rem;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  color: rgba(255, 252, 233, 0.58);
}
.service-card__body .service-card__text p {
  max-width: 560px;
  margin: 14px 0 18px;
  color: var(--muted);
  line-height: 1.65;
}
.service-card__body .service-card__text a {
  color: var(--gold-soft);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.service-card__body .service-card__text p,
.service-card__body .service-card__text a {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.25s ease 0.15s, transform 0.35s ease 0.15s;
}
.service-card:not(.is-active) .service-card__text p,
.service-card:not(.is-active) .service-card__text a {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
}

/* ==========================================================================
   WHY (dark premium layout)
   ========================================================================== */
.why-section {
  position: relative;
  padding: 90px 5vw;
  overflow: hidden;
  isolation: isolate;
}
.why-premium-layout {
  display: grid !important;
  grid-template-columns: 380px 1fr;
  gap: 40px;
  margin-top: 45px;
  width: min(1400px, 100%);
  margin-inline: auto;
}
.why-menu-panel, .why-content-panel {
  background: linear-gradient(145deg, #17150d, #0b0c08) !important;
  border: 1px solid rgba(231, 203, 102, 0.25);
  border-radius: 28px;
  padding: 32px;
}
.why-menu-panel { display: grid !important; gap: 0; align-content: start; }
.why-menu-item {
  padding: 22px;
  border-radius: 18px;
  border: 1px solid transparent;
  margin-bottom: 14px;
  transition: 0.3s;
  cursor: pointer;
}
.why-menu-item:last-child { margin-bottom: 0; }
.why-menu-item:hover, .why-menu-item.active {
  background: rgba(231, 203, 102, 0.12);
  border-color: var(--gold);
}
.why-menu-number {
  color: var(--gold);
  font-family: var(--dg-display);
  font-size: 2.4rem;
  line-height: 1;
}
.why-menu-item h3 { margin: 5px 0 0; font-size: 1.2rem; color: var(--cream); }
.why-content-panel h3 {
  font-family: var(--dg-display);
  color: var(--gold-soft);
  font-size: clamp(2.4rem, 4vw, 4rem);
  margin: 0 0 20px;
  text-transform: uppercase;
  line-height: 1;
}
.why-content-panel p { color: var(--muted); font-size: 1.08rem; line-height: 1.8; }
.why-tags { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 12px; }
.why-tags span {
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid var(--line);
  color: var(--gold-soft);
  background: rgba(0, 0, 0, 0.15);
}

/* ==========================================================================
   PROCESS
   ========================================================================== */
.process-section {
  position: relative;
  width: 100%;
  padding: 148px 0 176px;
  overflow: hidden;
  border-top: 1px solid var(--line-soft);
  background:
    radial-gradient(circle at 0% 0%, rgba(212, 175, 55, 0.1), transparent 35%),
    linear-gradient(180deg, #0b0c08, #15130d) !important;
  isolation: isolate;
}
.process-section::before {
  content: "STEPS";
  position: absolute;
  left: 50%;
  top: 56%;
  z-index: 0;
  color: rgba(255, 252, 233, 0.024);
  font-family: var(--dg-display);
  font-size: clamp(15rem, 35vw, 41rem);
  font-weight: 700;
  line-height: 0.68;
  letter-spacing: -0.055em;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  pointer-events: none;
}
.process-section__inner { width: var(--dg-container); margin: 0 auto; position: relative; z-index: 1; }
.process-section__header { max-width: 900px; margin: 0 auto 56px; text-align: center; }
.process-section__header .section-kicker { margin-bottom: 20px; justify-content: center; }
.process-section h2 {
  font-family: var(--dg-display);
  font-size: clamp(4rem, 6vw, 7.4rem);
  font-weight: 600;
  line-height: 0.92;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--cream);
}
.process-section__rule {
  display: block;
  width: 58px;
  height: 6px;
  margin: 24px auto 25px;
  border-radius: 99px;
  background: var(--gold);
  box-shadow: 0 0 22px rgba(231, 203, 102, 0.28);
}
.process-section__lede {
  max-width: 760px;
  margin: 0 auto;
  color: var(--muted);
  font-size: clamp(1rem, 1.25vw, 1.22rem);
  line-height: 1.75;
}
.process-stage { position: relative; min-height: 560px; margin-top: 0; }
.process-stage__svg {
  position: absolute;
  inset: 34px 1.5% 0;
  width: 97%;
  height: 420px;
  overflow: visible;
  pointer-events: none;
  line-height: 0;
}
.process-path { fill: none; vector-effect: non-scaling-stroke; }
.process-path--solid {
  stroke: var(--gold);
  stroke-width: 3;
  stroke-linecap: round;
  filter: drop-shadow(0 0 7px rgba(231, 203, 102, 0.18));
  stroke-dasharray: 1800;
  stroke-dashoffset: 1800;
  transition: stroke-dashoffset 1.75s cubic-bezier(0.2, 0.75, 0.2, 1) 0.12s;
}
.process-path--dashed {
  stroke: rgba(244, 230, 160, 0.28);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-dasharray: 8 13;
  opacity: 0;
  transition: opacity 0.75s ease 0.7s;
}
.process-section.is-visible .process-path--solid { stroke-dashoffset: 0; }
.process-section.is-visible .process-path--dashed { opacity: 1; }
.process-orb {
  r: 7;
  fill: var(--gold-soft);
  opacity: 0;
  filter: drop-shadow(0 0 9px rgba(244, 230, 160, 0.8));
}
.process-section.is-visible .process-orb {
  opacity: 1;
  animation: processPulse 2.2s ease-in-out 1.8s infinite;
}
.process-step {
  --x: 10%;
  --y: 22%;
  --delay: 0ms;
  position: absolute;
  left: var(--x);
  top: var(--y);
  width: min(230px, 18vw);
  text-align: center;
  opacity: 0;
  transform: translate(-50%, 28px) scale(0.94);
  transition:
    opacity 0.6s ease calc(var(--delay) + 0.48s),
    transform 0.72s cubic-bezier(0.2, 0.8, 0.2, 1) calc(var(--delay) + 0.48s);
}
.process-section.is-visible .process-step { opacity: 1; transform: translate(-50%, 0) scale(1); }
.process-step__number {
  display: block;
  margin-bottom: 10px;
  color: var(--gold-soft);
  font-family: var(--dg-display);
  font-size: clamp(2.5rem, 3.25vw, 4.2rem);
  font-weight: 500;
  line-height: 1;
}
.process-step__node {
  position: relative;
  display: grid;
  place-items: center;
  width: clamp(82px, 6.5vw, 112px);
  aspect-ratio: 1;
  margin: 0 auto;
  color: var(--gold-soft);
  border: 2px solid var(--gold);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(231, 203, 102, 0.14), transparent 68%),
    rgba(11, 12, 8, 0.9);
  box-shadow: 0 0 0 10px rgba(231, 203, 102, 0.025), 0 18px 55px rgba(0, 0, 0, 0.35);
  transition: color 0.28s ease, background 0.28s ease, transform 0.35s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.35s ease;
}
.process-step__node::after {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(244, 230, 160, 0.12);
  border-radius: inherit;
}
.process-step__node svg {
  position: relative;
  z-index: 1;
  width: 42%;
  height: 42%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.process-step:hover .process-step__node {
  color: var(--ink);
  background: var(--gold);
  box-shadow: 0 0 0 12px rgba(231, 203, 102, 0.08), 0 22px 64px rgba(231, 203, 102, 0.16);
  transform: translateY(-7px) rotate(3deg);
}
.process-step h3 {
  margin: 20px 0 9px;
  color: var(--cream);
  font-family: var(--dg-display);
  font-size: clamp(1.55rem, 1.65vw, 2.25rem);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}
.process-step p {
  max-width: 220px;
  margin: 0 auto;
  color: rgba(255, 252, 233, 0.55);
  font-size: 0.79rem;
  line-height: 1.65;
}
.process-step--1 { --x: 10%; --y: 16%; --delay: 0ms; }
.process-step--2 { --x: 29%; --y: 53%; --delay: 120ms; }
.process-step--3 { --x: 49%; --y: 13%; --delay: 240ms; }
.process-step--4 { --x: 69%; --y: 55%; --delay: 360ms; }
.process-step--5 { --x: 89%; --y: 20%; --delay: 480ms; }
@keyframes processPulse {
  0%, 100% { opacity: 0.55; transform: scale(0.72); }
  50% { opacity: 1; transform: scale(1.28); }
}

/* ==========================================================================
   PORTFOLIO
   ========================================================================== */
.portfolio-section {
  position: relative;
  padding: clamp(96px, 10vw, 160px) 0 clamp(110px, 11vw, 178px);
  color: var(--cream);
  background:
    radial-gradient(circle at 0% 0%, rgba(212, 175, 55, 0.1), transparent 35%),
    linear-gradient(180deg, #0b0c08, #15130d) !important;
  border-top: 1px solid rgba(231, 203, 102, 0.16);
  border-bottom: 1px solid rgba(231, 203, 102, 0.16);
  overflow: hidden;
  isolation: isolate;
}
.portfolio-section__inner { width: var(--dg-container); margin: 0 auto; }
.portfolio-section__intro {
  max-width: 800px;
  margin: 0 auto clamp(46px, 5vw, 76px);
  text-align: center;
}
.portfolio-section__intro .section-kicker { justify-content: center; color: var(--gold); }
.portfolio-section__intro h2 {
  font-family: var(--dg-display);
  font-size: clamp(4.2rem, 7vw, 8.5rem);
  font-weight: 600;
  line-height: 0.92;
  letter-spacing: -0.025em;
  text-transform: uppercase;
  color: var(--cream);
}
.portfolio-section__intro p:not(.section-kicker) {
  max-width: 660px;
  margin: 26px auto 0;
  color: rgba(255, 252, 233, 0.65);
  font-size: clamp(1rem, 1.25vw, 1.16rem);
  line-height: 1.8;
}
.portfolio-section__rule {
  display: grid;
  grid-template-columns: 1fr 9px 1fr;
  align-items: center;
  gap: 22px;
  max-width: 620px;
  margin: 30px auto 0;
}
.portfolio-section__rule::before, .portfolio-section__rule::after {
  content: "";
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(183, 143, 28, 0.75));
}
.portfolio-section__rule::after { transform: scaleX(-1); }
.portfolio-section__rule span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #c79c26;
  box-shadow: 0 0 0 7px rgba(199, 156, 38, 0.12);
}
.portfolio-filters {
  display: flex;
  flex-direction: row !important;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-bottom: clamp(38px, 4.5vw, 68px);
}
.portfolio-filter {
  min-height: 48px;
  padding: 0 25px !important;
  border: 1px solid rgba(231, 203, 102, 0.25);
  border-radius: 0 !important;
  color: rgba(255, 252, 233, 0.8) !important;
  background: rgba(255, 255, 255, 0.025) !important;
  font-size: 0.75rem !important;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 0.25s ease, background 0.25s ease, border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}
.portfolio-filter:hover, .portfolio-filter:focus-visible {
  transform: translateY(-2px);
  color: var(--gold-soft) !important;
  border-color: rgba(231, 203, 102, 0.72);
  box-shadow: 0 15px 38px rgba(0, 0, 0, 0.24);
}
.portfolio-filter.is-active {
  color: var(--ink) !important;
  border-color: var(--gold);
  background: linear-gradient(135deg, #f4e6a0, #c99e2d) !important;
  box-shadow: 0 15px 38px rgba(199, 156, 38, 0.18);
}
.portfolio-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 28px;
  gap: 22px;
}
.portfolio-card {
  position: relative;
  grid-row: span 13;
  min-height: 364px;
  overflow: hidden;
  border: 1px solid rgba(231, 203, 102, 0.22);
  background: #17170f;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.34);
  opacity: 0;
  transform: translateY(38px);
  transition: opacity 0.45s ease, transform 0.45s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}
.portfolio-card:nth-child(2), .portfolio-card:nth-child(5) { grid-row: span 16; min-height: 448px; }
.portfolio-section.is-visible .portfolio-card { opacity: 1; transform: translateY(0); }
.portfolio-section.is-visible .portfolio-card:nth-child(2) { transition-delay: 0.08s; }
.portfolio-section.is-visible .portfolio-card:nth-child(3) { transition-delay: 0.16s; }
.portfolio-section.is-visible .portfolio-card:nth-child(4) { transition-delay: 0.24s; }
.portfolio-section.is-visible .portfolio-card:nth-child(5) { transition-delay: 0.32s; }
.portfolio-section.is-visible .portfolio-card:nth-child(6) { transition-delay: 0.4s; }
.portfolio-card[hidden] { display: none !important; }
.portfolio-card:hover {
  z-index: 2;
  transform: translateY(-8px);
  border-color: rgba(231, 203, 102, 0.75);
  box-shadow: 0 34px 80px rgba(0, 0, 0, 0.5);
}
.portfolio-card .portfolio-card__image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.72) sepia(0.08) contrast(1.03);
  transform: scale(1.015);
  transition: transform 0.75s cubic-bezier(0.2, 0.7, 0.2, 1), filter 0.45s ease;
}
.portfolio-card:hover .portfolio-card__image img {
  transform: scale(1.08);
  filter: saturate(0.88) sepia(0.04) contrast(1.05);
}
.portfolio-card__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(24px, 2.6vw, 38px);
  color: #fffef7;
  background: linear-gradient(180deg, rgba(18, 15, 7, 0.02) 26%, rgba(18, 15, 7, 0.92) 100%);
}
.portfolio-card__overlay::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(232, 203, 106, 0);
  transform: scale(0.94);
  transition: border-color 0.35s ease, transform 0.35s ease;
  pointer-events: none;
}
.portfolio-card:hover .portfolio-card__overlay::before {
  border-color: rgba(232, 203, 106, 0.64);
  transform: scale(1);
}
.portfolio-card__meta {
  color: #ebcd6d;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.portfolio-card__overlay h3 {
  font-family: var(--dg-display);
  font-size: clamp(2rem, 3vw, 3.4rem);
  font-weight: 600;
  line-height: 0.98;
  text-transform: uppercase;
}
.portfolio-card__link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: max-content;
  margin-top: 18px;
  color: #fff6c9 !important;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.portfolio-card__link span { transition: transform 0.25s ease; }
.portfolio-card:hover .portfolio-card__link span { transform: translate(5px, -3px); }

/* ==========================================================================
   TEAM
   ========================================================================== */
.team-section {
  position: relative;
  padding: 150px 0 168px;
  overflow: hidden;
  border-top: 1px solid var(--line-soft);
  background:
    radial-gradient(circle at 0% 0%, rgba(212, 175, 55, 0.1), transparent 35%),
    linear-gradient(180deg, #0b0c08, #15130d) !important;
  isolation: isolate;
}
.team-section::before {
  content: "TEAM";
  position: absolute;
  right: -1.5vw;
  top: 50%;
  z-index: 0;
  transform: translateY(-50%);
  color: rgba(255, 252, 233, 0.026);
  font-family: var(--dg-display);
  font-size: clamp(15rem, 31vw, 35rem);
  font-weight: 700;
  line-height: 0.72;
  letter-spacing: -0.055em;
  pointer-events: none;
}
.team-section__inner {
  position: relative;
  z-index: 1;
  width: var(--dg-container);
  margin: 0 auto;
  display: grid !important;
  grid-template-columns: minmax(245px, 0.27fr) minmax(0, 1fr);
  gap: clamp(52px, 7vw, 128px);
  align-items: start;
}
.team-section__intro { position: sticky; top: calc(var(--header-h) + 44px); padding-top: 10px; }
.team-section__intro .section-kicker { margin-bottom: 20px; }
.team-section h2 {
  font-family: var(--dg-display);
  font-size: clamp(3.8rem, 5.1vw, 6.3rem);
  font-weight: 600;
  line-height: 0.87;
  letter-spacing: -0.025em;
  text-transform: uppercase;
  color: var(--cream);
}
.team-section__intro p.team-lede {
  max-width: 350px;
  margin: 30px 0 34px;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.75;
}
.team-controls { display: flex; flex-direction: row !important; gap: 12px; margin-top: 26px; }
.team-control {
  display: grid;
  place-items: center;
  width: 50px;
  aspect-ratio: 1;
  padding: 0 !important;
  border: 1px solid var(--line);
  border-radius: 50% !important;
  color: var(--gold-soft) !important;
  background: rgba(255, 255, 255, 0.025) !important;
  font-size: 1.1rem !important;
  cursor: pointer;
  transition: color 0.25s ease, background 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
}
.team-control:hover, .team-control:focus-visible {
  color: var(--ink) !important;
  background: var(--gold) !important;
  border-color: var(--gold);
  transform: translateY(-3px);
}
.team-grid {
  min-width: 0;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(22px, 2.4vw, 42px);
  align-items: start;
}
.team-card {
  position: relative;
  min-width: 0;
  padding: 24px 24px 22px;
  border: 1px solid rgba(231, 203, 102, 0.22);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.04), transparent 48%),
    rgba(13, 15, 9, 0.88);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
  scroll-snap-align: start;
  opacity: 0;
  transform: translateY(34px);
  transition:
    opacity 0.68s ease var(--team-delay, 0ms),
    transform 0.72s cubic-bezier(0.2, 0.8, 0.2, 1) var(--team-delay, 0ms),
    border-color 0.3s ease,
    box-shadow 0.35s ease;
}
.team-section.is-visible .team-card { opacity: 1; transform: translateY(0); }
.team-card:nth-child(2) { --team-delay: 110ms; }
.team-card:nth-child(3) { --team-delay: 220ms; }
.team-card::before, .team-card::after {
  content: "";
  position: absolute;
  z-index: 3;
  pointer-events: none;
}
.team-card::before {
  right: -1px;
  top: -26px;
  width: 38%;
  height: 84px;
  border-top: 1px solid rgba(231, 203, 102, 0.36);
  border-right: 1px solid rgba(231, 203, 102, 0.36);
}
.team-card::after {
  right: -7px;
  top: 54px;
  width: 12px;
  height: 12px;
  background: var(--gold);
  box-shadow: -74px -80px 0 -1px var(--gold);
}
.team-card:hover, .team-card:focus-within {
  border-color: rgba(231, 203, 102, 0.62);
  box-shadow: 0 30px 86px rgba(0, 0, 0, 0.36), 0 0 0 1px rgba(231, 203, 102, 0.07);
}
.team-card__media { position: relative; aspect-ratio: 0.95; overflow: hidden; background: var(--olive); }
.team-card__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.72) contrast(1.04) sepia(0.06);
  transform: scale(1.02);
  transition: transform 0.65s cubic-bezier(0.2, 0.8, 0.2, 1), filter 0.4s ease;
}
.team-card:hover .team-card__media img, .team-card:focus-within .team-card__media img {
  transform: scale(1.1);
  filter: saturate(0.94) contrast(1.05) sepia(0.02);
}
.team-card__footer {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: end;
  padding-top: 22px;
}
.team-card__footer h3 {
  color: var(--cream);
  font-family: var(--dg-display);
  font-size: clamp(1.78rem, 1.85vw, 2.25rem);
  font-weight: 500;
  line-height: 1;
}
.team-card__role {
  display: block;
  margin-top: 9px;
  color: var(--gold-soft);
  font-family: var(--dg-display);
  font-size: 0.93rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  min-height: 2.35em;
}
.team-share-button {
  display: grid;
  place-items: center;
  width: 58px;
  aspect-ratio: 1;
  padding: 0 !important;
  border: 1px solid var(--gold);
  border-radius: 0 !important;
  color: var(--ink) !important;
  background: var(--gold) !important;
  font-size: 1.1rem !important;
  cursor: pointer;
  transition: transform 0.28s ease, color 0.25s ease, background 0.25s ease;
}
.team-card__share.is-open .team-share-button,
.team-share-button:hover {
  color: var(--gold-soft) !important;
  background: var(--ink) !important;
  transform: rotate(-8deg) scale(1.04);
}
.team-socials {
  position: absolute;
  right: 0;
  bottom: calc(100% + 12px);
  z-index: 8;
  min-width: 58px;
  display: grid;
  gap: 4px;
  padding: 8px;
  border: 1px solid var(--line);
  background: rgba(11, 12, 8, 0.97);
  box-shadow: var(--shadow);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px) scale(0.94);
  transform-origin: bottom right;
  transition: opacity 0.22s ease, visibility 0.22s ease, transform 0.24s ease;
}
.team-card__share.is-open .team-socials { opacity: 1; visibility: visible; transform: translateY(0) scale(1); }
.team-socials a {
  display: grid;
  place-items: center;
  width: 40px;
  aspect-ratio: 1;
  color: var(--gold-soft);
  border: 1px solid transparent;
  font-size: 0.79rem;
  font-weight: 700;
  text-transform: uppercase;
  transition: color 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}
.team-socials a:hover, .team-socials a:focus-visible {
  color: var(--ink);
  border-color: var(--gold);
  background: var(--gold);
}

/* ==========================================================================
   NEWS
   ========================================================================== */
.news-section {
  position: relative;
  padding: clamp(100px, 10vw, 168px) 0 clamp(112px, 11vw, 184px);
  color: rgba(255, 252, 233, 0.82);
  background:
    radial-gradient(circle at 0% 0%, rgba(212, 175, 55, 0.1), transparent 35%),
    linear-gradient(180deg, #0b0c08, #15130d) !important;
  overflow: hidden;
  isolation: isolate;
}
.news-section::before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 760px;
  height: 760px;
  right: -330px;
  top: -390px;
  border: 1px solid rgba(183, 143, 28, 0.13);
  border-radius: 50%;
}
.news-section__inner { position: relative; z-index: 1; width: var(--dg-container); margin: 0 auto; }
.news-section__header { max-width: 760px; margin: 0 auto clamp(52px, 6vw, 88px); text-align: center; }
.news-section__kicker {
  margin: 0 0 14px;
  color: #9e7510;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.news-section__header h2 {
  color: #17150d;
  font-family: var(--dg-display);
  font-size: clamp(4.4rem, 7.5vw, 9rem);
  font-weight: 600;
  line-height: 0.9;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}
.news-section__rule {
  display: grid;
  grid-template-columns: 1fr 9px 1fr;
  align-items: center;
  gap: 22px;
  max-width: 580px;
  margin: 30px auto 0;
}
.news-section__rule::before, .news-section__rule::after {
  content: "";
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(183, 143, 28, 0.72));
}
.news-section__rule::after { transform: scaleX(-1); }
.news-section__rule span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #c79c26;
  box-shadow: 0 0 0 7px rgba(199, 156, 38, 0.12);
}
.news-layout {
  display: grid !important;
  grid-template-columns: minmax(0, 1.08fr) minmax(440px, 0.92fr);
  gap: clamp(42px, 5vw, 84px);
  align-items: start;
}
.news-featured__media {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 1.68 / 1;
  border: 1px solid rgba(177, 136, 20, 0.18);
  background: #e9e3d5;
  box-shadow: 0 26px 70px rgba(106, 76, 4, 0.11);
}
.news-featured__media img, .news-list__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.75s cubic-bezier(0.2, 0.7, 0.2, 1), filter 0.4s ease;
}
.news-featured:hover .news-featured__media img,
.news-list__item:hover .news-list__image img,
.news-list__item.is-active .news-list__image img {
  transform: scale(1.055);
  filter: contrast(1.04) saturate(0.88);
}
.news-featured__badge {
  position: absolute;
  left: 24px;
  bottom: 24px;
  padding: 10px 15px;
  color: #17150d;
  background: #f4e6a0;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.news-featured__body { padding-top: 28px; }
.news-featured time, .news-list__content time {
  color: rgba(25, 23, 15, 0.52);
  font-size: 0.88rem;
  font-weight: 600;
}
.news-featured h3 {
  max-width: 900px;
  margin: 14px 0 0;
  font-size: clamp(2rem, 3.1vw, 3.65rem);
  line-height: 1.12;
  letter-spacing: -0.035em;
}
.news-featured h3 a, .news-list__content h3 a { color: inherit; transition: color 0.25s ease; }
.news-featured h3 a:hover, .news-list__content h3 a:hover { color: #9a7110; }
.news-featured__body p.news-lede {
  max-width: 780px;
  margin: 20px 0 0;
  color: rgba(25, 23, 15, 0.62);
  font-size: clamp(1rem, 1.2vw, 1.12rem);
  line-height: 1.75;
}
.news-read-more {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 20px;
  color: #2b271a !important;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.news-read-more span { color: #a77b0d; transition: transform 0.25s ease; }
.news-read-more:hover span { transform: translate(5px, -3px); }
.news-list { display: grid; gap: 0; }
.news-list__item {
  display: grid !important;
  grid-template-columns: minmax(150px, 0.33fr) minmax(0, 0.67fr);
  gap: 24px;
  align-items: center;
  padding: 0 0 26px;
  margin-bottom: 26px;
  border-bottom: 1px solid rgba(151, 113, 10, 0.18);
  transition: transform 0.3s ease, border-color 0.3s ease;
}
.news-list__item:last-child { margin-bottom: 0; }
.news-list__item:hover, .news-list__item.is-active {
  transform: translateX(8px);
  border-color: rgba(151, 113, 10, 0.5);
}
.news-list__image { display: block; overflow: hidden; aspect-ratio: 1.35 / 1; background: #ebe5d7; }
.news-list__content h3 {
  margin: 9px 0 0;
  font-size: clamp(1.2rem, 1.8vw, 2rem);
  line-height: 1.25;
  letter-spacing: -0.025em;
}
.news-list__content .news-read-more { margin-top: 12px; }
.news-section__footer { display: flex; flex-direction: row !important; justify-content: center; margin-top: clamp(42px, 5vw, 72px); }
.news-all-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 52px;
  padding: 0 26px !important;
  color: #fffdf7 !important;
  background: linear-gradient(135deg, #8d6608, #c79c26) !important;
  border: 1px solid #a77b0d;
  border-radius: 0 !important;
  font-size: 0.75rem !important;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  box-shadow: 0 18px 40px rgba(144, 104, 5, 0.18);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.news-all-link:hover { transform: translateY(-3px); box-shadow: 0 24px 48px rgba(144, 104, 5, 0.24); }

/* ==========================================================================
   CONTACT
   ========================================================================== */
.contact-section {
  position: relative;
  padding: clamp(98px, 9vw, 150px) 0 clamp(108px, 9vw, 160px);
  color: rgba(255, 255, 255, 0.82);
  background:
    radial-gradient(circle at 0% 0%, rgba(212, 175, 55, 0.1), transparent 35%),
    linear-gradient(180deg, #0b0c08, #15130d) !important;
  overflow: hidden;
}
.contact-section::before {
  content: "CONTACT";
  position: absolute;
  right: -0.03em;
  bottom: -0.26em;
  font-family: var(--dg-display);
  font-size: clamp(10rem, 23vw, 29rem);
  font-weight: 700;
  line-height: 1;
  color: rgba(255, 255, 255, 0.018);
  pointer-events: none;
}
.contact-section__inner { position: relative; z-index: 1; width: var(--dg-container); margin: 0 auto; }
.contact-section__header { max-width: 760px; margin: 0 auto clamp(70px, 7vw, 105px); text-align: center; }
.contact-section__kicker {
  margin: 0;
  font-family: var(--dg-display);
  font-size: clamp(2.5rem, 4vw, 4.6rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
}
.contact-section__kicker span { color: var(--gold); }
.contact-section__rule {
  display: grid;
  grid-template-columns: 1fr 14px 1fr;
  align-items: center;
  gap: 22px;
  margin-top: 35px;
}
.contact-section__rule::before, .contact-section__rule::after {
  content: "";
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold));
}
.contact-section__rule::after { transform: scaleX(-1); }
.contact-section__rule span {
  width: 8px;
  aspect-ratio: 1;
  justify-self: center;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 18px rgba(231, 203, 102, 0.5);
}
.contact-layout {
  display: grid !important;
  grid-template-columns: minmax(340px, 0.43fr) minmax(0, 0.57fr);
  gap: clamp(60px, 7vw, 132px);
  align-items: center;
}
.contact-details { display: grid; gap: 55px; }
.contact-detail {
  max-width: 530px;
  margin-left: auto;
  transition: transform 0.28s ease, color 0.28s ease;
}
.contact-detail:hover, .contact-detail:focus-within { color: var(--gold-soft); transform: translateX(-7px); }
/* icon-list widget mapped to the original detail row */
.contact-detail .elementor-icon-list-items { display: grid; grid-template-columns: minmax(0, 1fr) 1px 50px; gap: 22px; align-items: center; }
.contact-detail .elementor-icon-list-item {
  display: block;
  text-align: right;
  padding: 0 !important;
  border: 0 !important;
}
.contact-detail .elementor-icon-list-text { text-align: right; }
.contact-detail .elementor-icon-list-text .detail-label {
  display: block;
  margin-bottom: 7px;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.82);
}
.contact-detail .elementor-icon-list-text .detail-value {
  display: block;
  font-size: clamp(1.15rem, 1.5vw, 1.55rem);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.025em;
  color: #fff;
}
.contact-detail .elementor-icon-list-icon {
  width: 44px;
  height: 44px;
  color: var(--gold);
  justify-self: end;
  align-self: center;
}
.contact-detail .elementor-icon-list-icon i, .contact-detail .elementor-icon-list-icon svg { width: 29px; font-size: 29px; }

/* Elementor Pro form widget */
.dg-contact-form form.elementor-form {
  display: grid;
  gap: 30px;
  padding: clamp(26px, 3vw, 48px);
  border: 1px solid rgba(231, 203, 102, 0.18);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.018), rgba(231, 203, 102, 0.025));
  box-shadow: 0 28px 75px rgba(0, 0, 0, 0.22);
  position: relative;
}
.dg-contact-form form.elementor-form::before {
  content: "";
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(255, 255, 255, 0.025);
  pointer-events: none;
}
.dg-contact-form .elementor-form-fields-wrapper { display: grid; gap: 30px; }
.dg-contact-form .dg-form-row-three { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 34px; }
.dg-contact-form .dg-form-row-wide { display: grid; }
.dg-contact-form .elementor-field-group { display: grid; gap: 9px; align-content: start; }
.dg-contact-form .elementor-field-label { color: rgba(255, 255, 255, 0.4); font-size: 0.93rem; }
.dg-contact-form .elementor-field, .dg-contact-form .elementor-field-textual {
  width: 100%;
  color: var(--cream);
  border: 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5) !important;
  border-radius: 0 !important;
  outline: 0;
  background: transparent !important;
  font: inherit;
  height: 42px;
  padding: 6px 0 !important;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
.dg-contact-form textarea.elementor-field-textual { min-height: 112px; resize: vertical; height: auto; }
.dg-contact-form .elementor-field:focus, .dg-contact-form .elementor-field-textual:focus {
  border-color: var(--gold) !important;
  box-shadow: 0 5px 0 -4px var(--gold);
}
.dg-contact-form .dg-form-footer {
  display: grid;
  grid-template-columns: minmax(170px, 0.52fr) minmax(230px, 0.48fr);
  gap: 42px;
  align-items: end;
}
.dg-contact-form .dg-captcha { max-width: 170px; }
.dg-contact-form button.elementor-button[type="submit"] {
  min-height: 52px;
  color: #17160e !important;
  border: 1px solid var(--gold-soft);
  border-radius: 0;
  background: linear-gradient(90deg, var(--gold-soft), #d9b943) !important;
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.dg-contact-form button.elementor-button[type="submit"]:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 38px rgba(231, 203, 102, 0.16);
}
.dg-contact-form .elementor-message { color: var(--gold-soft); font-size: 0.82rem; }

/* ==========================================================================
   MAP
   ========================================================================== */
.map-section {
  position: relative;
  color: var(--cream);
  background: #090a07;
  border-top: 1px solid rgba(231, 203, 102, 0.16);
  border-bottom: 1px solid rgba(231, 203, 102, 0.16);
  padding: 37px 0 0;
}
.map-section .map-section__panel {
  max-height: 650px;
  opacity: 1;
  overflow: hidden;
  transition: max-height 0.72s cubic-bezier(0.22, 0.72, 0.18, 1), opacity 0.38s ease;
}
.map-section.is-collapsed .map-section__panel { max-height: 0; opacity: 0; }
.map-section.is-collapsed .map-section__toggle-icon { transform: rotate(180deg); }
.map-section__toggle {
  position: absolute;
  z-index: 8;
  top: 0;
  left: 50%;
  display: grid;
  justify-items: center;
  gap: 9px;
  min-width: 170px;
  padding: 0 22px 14px;
  color: var(--cream);
  border: 0;
  background: transparent;
  transform: translate(-50%, 0);
  cursor: pointer;
}
.map-section__toggle::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  width: 86px;
  height: 66px;
  border-radius: 50% 50% 0 0;
  background: #090a07;
  transform: translateX(-50%);
}
.map-section__toggle-icon {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: var(--gold);
  border: 1px solid rgba(231, 203, 102, 0.45);
  border-radius: 50%;
  transition: transform 0.4s ease;
}
.map-section__toggle .map-toggle-label {
  padding: 7px 13px;
  background: #090a07;
  font-family: var(--dg-display);
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.map-section__canvas {
  position: relative;
  min-height: clamp(470px, 42vw, 650px);
  overflow: hidden;
  background: #ecebe7;
}
.map-section__fallback img, .map-section__canvas .dg-map-iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.map-section__fallback, .map-section__fallback img { position: absolute; inset: 0; }
.map-section__fallback img { object-fit: cover; filter: grayscale(1) contrast(0.86) brightness(1.05); }
.map-section__canvas .dg-map-iframe {
  z-index: 1;
  border: 0;
  opacity: 0.83;
  filter: grayscale(1) contrast(0.9) brightness(1.02);
  mix-blend-mode: multiply;
}
.map-section__wash {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(11, 12, 8, 0.12), transparent 24%, transparent 74%, rgba(11, 12, 8, 0.32)),
    radial-gradient(circle at 50% 51%, rgba(231, 203, 102, 0.08), transparent 22rem);
}
.map-pin {
  position: absolute;
  z-index: 4;
  left: 50.5%;
  top: 44%;
  width: 54px;
  height: 68px;
  border-radius: 50% 50% 50% 0;
  background: linear-gradient(145deg, #f4e6a0, #c69d2c);
  box-shadow: 0 20px 40px rgba(117, 84, 3, 0.34);
  transform: translate(-50%, -100%) rotate(-45deg);
}
.map-pin span {
  position: absolute;
  top: 16px;
  left: 16px;
  width: 22px;
  aspect-ratio: 1;
  border: 5px solid #fffdf4;
  border-radius: 50%;
}
.map-card {
  position: absolute;
  z-index: 5;
  left: clamp(28px, 6vw, 120px);
  bottom: clamp(28px, 5vw, 78px);
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 22px;
  width: min(440px, calc(100% - 56px));
  padding: 29px;
  color: var(--cream);
  border: 1px solid rgba(231, 203, 102, 0.42);
  background: rgba(10, 11, 7, 0.92);
  backdrop-filter: blur(14px);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.35);
}
.map-card__icon {
  display: grid;
  place-items: center;
  width: 54px;
  aspect-ratio: 1;
  color: var(--ink);
  border-radius: 50%;
  background: var(--gold-soft);
  font-size: 1.8rem;
  font-weight: 700;
}
.map-card p {
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.map-card h2 {
  margin-top: 5px;
  font-family: var(--dg-display);
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--cream);
}
.map-card address {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.9rem;
  font-style: normal;
  line-height: 1.55;
}
.map-card a {
  display: inline-flex;
  gap: 10px;
  margin-top: 18px;
  color: var(--gold-soft) !important;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

/* ==========================================================================
   FOOTER (Elementor Pro footer template)
   ========================================================================== */
.site-footer {
  position: relative;
  color: rgba(255, 255, 255, 0.67);
  background:
    radial-gradient(circle at 6% 0%, rgba(231, 203, 102, 0.07), transparent 23rem),
    #0a0b08;
}
.site-footer__inner {
  width: var(--dg-container);
  margin: 0 auto;
  display: grid !important;
  grid-template-columns: 1.4fr repeat(3, minmax(150px, 0.74fr)) minmax(0, 0.9fr);
  gap: clamp(34px, 4vw, 76px);
  padding: clamp(72px, 7vw, 112px) 0;
}
.footer-brand__logo {
  display: inline-block;
  color: var(--gold-soft);
  font-family: var(--dg-display);
  font-size: 2.6rem;
  font-weight: 600;
}
.footer-brand p { max-width: 350px; margin: 20px 0 0; font-size: 0.9rem; line-height: 1.7; }
.footer-socials { display: flex; gap: 10px; margin-top: 27px; }
.footer-socials a {
  display: grid;
  place-items: center;
  width: 35px;
  aspect-ratio: 1;
  color: var(--gold-soft) !important;
  border: 1px solid rgba(231, 203, 102, 0.24);
  border-radius: 50%;
  font-size: 0.76rem;
  font-weight: 800;
  transition: color 0.25s ease, background 0.25s ease, transform 0.25s ease;
}
.footer-socials a:hover { color: var(--ink) !important; background: var(--gold-soft); transform: translateY(-3px); }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 13px; }
.footer-column h2, .footer-column .elementor-heading-title {
  margin: 0 0 7px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.footer-column .elementor-widget-nav-menu, .footer-column nav { width: 100%; }
.footer-column ul.menu, .footer-column ul.elementor-nav-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 13px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-column ul a {
  font-size: 0.82rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.67) !important;
  padding: 0 !important;
  transition: color 0.25s ease, transform 0.25s ease;
}
.footer-column ul a:hover, .footer-column ul a:focus-visible { color: var(--gold-soft) !important; transform: translateX(4px); }
.footer-contact .footer-contact-list .elementor-icon-list-items {
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.footer-contact .elementor-icon-list-item { padding: 0; border: 0; }
.footer-contact .elementor-icon-list-icon { color: var(--gold); width: 18px; }
.footer-contact .elementor-icon-list-text { font-size: 0.82rem; line-height: 1.45; }

.site-footer__legal {
  position: relative;
  min-height: 68px;
  width: var(--dg-container);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  color: rgba(255, 255, 255, 0.4);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.72rem;
  padding-bottom: 10px;
}
.site-footer__legal p { margin: 0; }
.site-footer__legal .legal-links { display: flex; align-items: center; gap: 12px; }
.site-footer__legal .legal-links .legal-divider { width: 1px; height: 13px; background: rgba(255, 255, 255, 0.24); }
.site-footer__legal a { color: rgba(255, 255, 255, 0.4) !important; }
.back-to-top {
  position: absolute;
  right: 0;
  bottom: 18px;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  padding: 0 !important;
  color: var(--gold-soft) !important;
  border: 1px solid rgba(231, 203, 102, 0.4);
  border-radius: 50% !important;
  background: transparent !important;
  transition: color 0.25s ease, background 0.25s ease, transform 0.25s ease;
}
.back-to-top:hover { color: var(--ink) !important; background: var(--gold-soft) !important; transform: translateY(-4px); }

/* ==========================================================================
   VIDEO MODAL
   ========================================================================== */
.video-modal[hidden] { display: none; }
.video-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  padding: 24px;
}
.video-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(6, 7, 4, 0.86);
  backdrop-filter: blur(14px);
}
.video-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(720px, 100%);
  padding: 64px;
  border: 1px solid var(--line);
  background: linear-gradient(145deg, #171910, #0d0e09);
  box-shadow: var(--shadow);
}
.video-modal__dialog h2 {
  font-family: var(--dg-display);
  font-size: clamp(3rem, 6vw, 5.7rem);
  line-height: 0.96;
  text-transform: uppercase;
  color: var(--cream);
}
.video-modal__dialog > p:last-child { color: var(--muted); line-height: 1.7; }
.video-modal__close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 42px;
  height: 42px;
  padding: 0 !important;
  border: 1px solid var(--line);
  border-radius: 0 !important;
  color: var(--cream) !important;
  background: transparent !important;
  font-size: 1.5rem;
  cursor: pointer;
}

/* ==========================================================================
   RESPONSIVE — 1200px
   ========================================================================== */
@media (max-width: 1200px) {
  :root { --header-h: 82px; }
  .dg-site-header { --header-h: 82px; }
  .dg-brand .elementor-heading-title { padding-left: 28px; }
  .dg-primary-nav nav.elementor-nav-menu--main ul.elementor-nav-menu { gap: 24px; }
  .dg-hero { min-height: 820px; }
  .hero__content { margin-left: 52px; }
  .scroll-cue { width: 84px; }
  .services { gap: 70px; }
  .service-card { flex-basis: 14% !important; }
  .service-card.is-active { flex-basis: 72% !important; }
}

/* ==========================================================================
   RESPONSIVE — 900px
   ========================================================================== */
@media (max-width: 900px) {
  :root { --dg-container: min(100% - 36px, 760px); --header-h: 74px; }
  .dg-site-header { --header-h: 74px; }
  .dg-brand .elementor-heading-title { padding-left: 0; font-size: 2.25rem; }

  .dg-hero {
    min-height: 940px;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr auto 88px;
  }
  .hero__content {
    align-self: end;
    width: auto;
    margin: 0;
    padding: 150px 28px 56px;
  }
  .hero__content h1 {
    max-width: 100%;
    font-size: clamp(3rem, 12vw, 5.5rem);
    line-height: 0.9;
    letter-spacing: -0.035em;
  }
  .hero__stats {
    grid-row: 2;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    padding: 0 22px 28px !important;
    border-left: 0;
  }
  .hero-stat { padding: 18px 10px; border-top: 1px solid var(--line-soft); }
  .hero-stat:not(:last-child)::after {
    left: auto;
    right: 0;
    top: 16px;
    bottom: 16px;
    width: 1px;
    height: auto;
    background: var(--line-soft);
  }
  .hero-stat .elementor-counter-number-wrapper { font-size: clamp(2.8rem, 8vw, 4rem); }
  .hero-stat .elementor-counter-title { font-size: 0.7rem; }
  .scroll-cue { display: none; }
  .hero__tabs {
    grid-row: 3;
    overflow-x: auto;
    grid-template-columns: repeat(4, minmax(210px, 1fr));
    scrollbar-width: none;
  }
  .hero-tab { min-height: 88px; font-size: 0.82rem; }

  .services { grid-template-columns: 1fr; gap: 56px; min-height: auto; padding: 96px max(18px, calc((100vw - var(--dg-container)) / 2)); }
  .services::before { display: none; }
  .services__intro { max-width: 560px; }
  .services h2 { font-size: clamp(4.6rem, 16vw, 7.2rem); }
  .services__intro p.services__lede { margin-top: 30px; }
  .services__stage { display: grid !important; min-height: 0; overflow: visible; border: 0; background: transparent; }
  .services__rings { display: none; }
  .service-card, .service-card.is-active {
    min-width: 0;
    min-height: 460px;
    border: 1px solid var(--line-soft);
    border-bottom: 0;
    background: rgba(17, 19, 13, 0.62);
    flex-basis: auto;
  }
  .service-card:last-child { border-bottom: 1px solid var(--line-soft); border-right: 1px solid var(--line-soft); }
  .service-card__visual, .service-card.is-active .service-card__visual { inset: 0 0 34%; opacity: 1; transform: none; }
  .service-card__body, .service-card:not(.is-active) .service-card__body {
    inset: auto 0 0;
    min-height: 190px;
    grid-template-columns: auto 1fr;
    align-content: end;
    align-items: end;
    justify-items: stretch;
    padding: 26px 24px 30px;
    background: linear-gradient(180deg, transparent, rgba(11, 12, 8, 0.98) 26%);
  }
  .service-card:not(.is-active) .service-card__number,
  .service-card:not(.is-active) h3 { writing-mode: initial; transform: none; }
  .service-card:not(.is-active) .service-card__number { color: var(--cream); }
  .service-card:not(.is-active) h3 { max-height: none; font-size: clamp(2rem, 7vw, 3rem); color: var(--gold-soft); }
  .service-card:not(.is-active) .service-card__text p,
  .service-card:not(.is-active) .service-card__text a { position: static; opacity: 1; pointer-events: auto; transform: none; }

  .trust-grid, .case-grid { grid-template-columns: 1fr; }
  .why-premium-layout { grid-template-columns: 1fr; }

  .process-section { padding: 108px 0 120px; }
  .process-section__header { margin-bottom: 64px; }
  .process-stage { min-height: auto; display: grid; gap: 0; margin-top: 0; padding-left: 12px; }
  .process-stage::before {
    content: "";
    position: absolute;
    left: 53px;
    top: 42px;
    bottom: 42px;
    width: 2px;
    background: linear-gradient(180deg, var(--gold), rgba(231, 203, 102, 0.2));
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 1.35s cubic-bezier(0.2, 0.75, 0.2, 1) 0.2s;
  }
  .process-section.is-visible .process-stage::before { transform: scaleY(1); }
  .process-stage__svg { display: none; }
  .process-step,
  .process-step--1, .process-step--2, .process-step--3, .process-step--4, .process-step--5 {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    min-height: 152px;
    display: grid;
    grid-template-columns: 84px minmax(0, 1fr);
    grid-template-rows: auto auto auto;
    column-gap: 24px;
    align-items: center;
    padding: 20px 8px;
    text-align: left;
    transform: translateX(34px);
  }
  .process-section.is-visible .process-step { transform: translateX(0); }
  .process-step__number { grid-column: 2; grid-row: 1; margin: 0 0 2px; font-size: 2.4rem; }
  .process-step__node { grid-column: 1; grid-row: 1 / 4; width: 82px; margin: 0; }
  .process-step h3 { grid-column: 2; grid-row: 2; margin: 0 0 8px; font-size: 2rem; }
  .process-step p { grid-column: 2; grid-row: 3; display: block; max-width: 440px; margin: 0; font-size: 0.86rem; }

  .portfolio-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: auto; }
  .portfolio-card, .portfolio-card:nth-child(2), .portfolio-card:nth-child(5) { grid-column: auto; grid-row: auto; min-height: 390px; }

  .team-section { padding: 105px 0 118px; }
  .team-section__inner { width: min(100% - 36px, 820px); grid-template-columns: 1fr; gap: 56px; }
  .team-section__intro { position: static; max-width: 680px; }
  .team-grid {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 22px;
    overflow-x: auto;
    padding: 24px 2px 30px;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
    scrollbar-color: var(--gold) rgba(255, 255, 255, 0.06);
  }
  .team-card { flex: 0 0 min(78vw, 420px) !important; }
  .team-controls { display: flex; }

  .news-layout { grid-template-columns: 1fr; }
  .news-list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
  .news-list__item { grid-template-columns: 1fr; align-content: start; padding-bottom: 22px; margin-bottom: 0; }

  .contact-layout { grid-template-columns: 1fr; }
  .contact-details { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
  .contact-detail { margin: 0; padding: 28px 20px; border: 1px solid rgba(231, 203, 102, 0.18); }
  .contact-detail .elementor-icon-list-items { grid-template-columns: 1fr; }
  .contact-detail .elementor-icon-list-item, .contact-detail .elementor-icon-list-text { text-align: center; }
  .contact-detail .elementor-icon-list-icon { justify-self: center; }
  .site-footer__inner { grid-template-columns: repeat(3, 1fr); }
  .footer-brand { grid-column: span 3; }
}

/* ==========================================================================
   RESPONSIVE — 680px
   ========================================================================== */
@media (max-width: 680px) {
  .portfolio-section { padding: 88px 0 104px; }
  .portfolio-section__inner { width: min(100% - 34px, 720px); }
  .portfolio-section__intro h2 { font-size: clamp(3.4rem, 18vw, 5.5rem); }
  .portfolio-filters { justify-content: flex-start; flex-wrap: nowrap; overflow-x: auto; padding-bottom: 8px; scrollbar-width: none; }
  .portfolio-filters::-webkit-scrollbar { display: none; }
  .portfolio-filter { flex: 0 0 auto; }
  .portfolio-grid { grid-template-columns: 1fr; }

  .news-section { padding: 88px 0 104px; }
  .news-section__inner { width: min(100% - 34px, 720px); }
  .news-section__header h2 { font-size: clamp(3.4rem, 17vw, 5.4rem); }
  .news-list { grid-template-columns: 1fr; }
  .news-list__item { grid-template-columns: 130px minmax(0, 1fr); gap: 18px; }
  .news-list__content h3 { font-size: 1.12rem; }
  .news-list__content .news-read-more { display: none; }

  .contact-section { padding: 84px 0 104px; }
  .contact-section__inner { width: min(100% - 34px, 720px); }
  .contact-section__header { margin-bottom: 58px; }
  .contact-details { grid-template-columns: 1fr; }
  .contact-detail { max-width: none; }
  .dg-contact-form form.elementor-form { padding: 25px 20px; }
  .dg-contact-form .dg-form-row-three, .dg-contact-form .dg-form-footer { grid-template-columns: 1fr; }
  .map-section__canvas { min-height: 590px; }
  .map-pin { top: 34%; }
  .map-card { left: 17px; right: 17px; bottom: 22px; width: auto; grid-template-columns: 47px 1fr; padding: 23px; }
  .map-card__icon { width: 45px; }
  .site-footer__inner { width: min(100% - 34px, 720px); grid-template-columns: repeat(2, 1fr); }
  .footer-brand { grid-column: span 2; }
  .site-footer__legal {
    width: min(100% - 34px, 720px);
    min-height: 120px;
    padding: 22px 0 58px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
  }
}

/* ==========================================================================
   RESPONSIVE — 560px
   ========================================================================== */
@media (max-width: 560px) {
  .hero__content { padding-inline: 20px; }
  .hero__actions { align-items: stretch; flex-direction: column; }
  .dg-btn { width: 100%; }
  .video-link { justify-content: center; }
  .hero__stats { padding-inline: 8px !important; }
  .hero-stat { text-align: center; }
  .services { padding-inline: 12px; }
  .service-card, .service-card.is-active { min-height: 510px; }
  .service-card__body, .service-card:not(.is-active) .service-card__body { grid-template-columns: 1fr; gap: 14px; }
  .service-card__number { font-size: 4rem; }
  .video-modal__dialog { padding: 48px 26px 34px; }
  .process-section__inner { width: min(100% - 28px, 520px); }
  .process-section h2 { font-size: clamp(3.5rem, 17vw, 5rem); }
  .process-section__lede { font-size: 0.96rem; }
  .process-stage::before { left: 43px; }
  .process-step, .process-step--1, .process-step--2, .process-step--3, .process-step--4, .process-step--5 { grid-template-columns: 66px minmax(0, 1fr); column-gap: 18px; min-height: 140px; }
  .process-step__node { width: 66px; }
  .process-step h3 { font-size: 1.72rem; }
  .team-section__inner { width: min(100% - 28px, 520px); }
  .team-section h2 { font-size: clamp(3.7rem, 18vw, 5.4rem); }
  .team-card { flex-basis: min(86vw, 370px) !important; padding: 18px; }
  .team-card__footer { gap: 12px; }
  .team-share-button { width: 52px; }
  .trust-card, .case-card { border-radius: 14px; }
}

@media (max-width: 480px) {
  .contact-section__kicker { font-size: 2.55rem; }
  .contact-detail .detail-value { font-size: 1rem; }
  .map-card h2 { font-size: 1.65rem; }
  .site-footer__inner { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
}

/* Team intro stacking on smaller desktops */
@media (max-width: 1180px) {
  .team-section__inner { grid-template-columns: 1fr; }
  .team-section__intro { position: static; max-width: 680px; }
  .team-controls { display: none; }
}
@media (min-width: 901px) and (max-width: 1100px) {
  .process-stage { min-height: 520px; }
  .process-step { width: 19vw; }
  .process-step p { display: none; }
  .news-layout { grid-template-columns: 1fr; }
}

/* ==========================================================================
   HEADER TEMPLATE ROW (grid: brand | nav | phone CTA)
   ========================================================================== */
.dg-header-row {
  display: grid !important;
  grid-template-columns: 250px 1fr 290px;
  align-items: stretch;
  width: 100%;
}
.dg-header-row > .elementor-widget { align-self: stretch; }
.dg-header-row .dg-primary-nav { align-self: stretch; display: flex; align-items: center; }
@media (max-width: 1200px) { .dg-header-row { grid-template-columns: 210px 1fr 240px; } }
@media (max-width: 900px) {
  .dg-header-row { grid-template-columns: 1fr auto; padding: 0 18px; }
  .dg-brand .elementor-heading-title { padding-left: 0; font-size: 2.25rem; }
  .dg-phone-cta { display: none; }
}

/* Hero background slow drift (subtle) */
@keyframes heroDrift {
  from { transform: scale(1.035) translate3d(0, 0, 0); }
  to { transform: scale(1.08) translate3d(-1.2%, -0.8%, 0); }
}
.dg-hero .e-con-inner,
.dg-hero > .e-con-inner { transform: none; }
.dg-hero { will-change: transform; }
.dg-hero.elementor-element,
.dg-hero > .elementor-background-overlay { animation: none; }
.dg-hero .elementor-widget-theme-image img { max-width: 100%; }

/* ==========================================================================
   AUDIT FIX: header nav fit between 1025–1300px (desktop menu kept, tightened;
   phone CTA yields space; hamburger already takes over at <=1024 via widget)
   ========================================================================== */
@media (max-width: 1300px) {
  .dg-phone-cta { display: none; }
  .dg-header-row { grid-template-columns: 210px 1fr auto; }
  .dg-primary-nav nav.elementor-nav-menu--main ul.elementor-nav-menu { gap: clamp(16px, 2vw, 40px); }
  .dg-primary-nav nav.elementor-nav-menu--main ul a { font-size: 0.85rem; }
}

/* AUDIT FIX: hero tabs must never force the page wider than the viewport */
.hero-tab { white-space: nowrap; }
@media (max-width: 1500px) {
  .hero-tab { font-size: 0.88rem; gap: 10px; padding: 14px; }
}
@media (max-width: 1280px) {
  .hero-tab { font-size: 0.8rem; }
}

/* AUDIT FIX: footer contact column must shrink gracefully (long email/address) */
.footer-contact a, .footer-contact .elementor-icon-list-text { overflow-wrap: anywhere; word-break: break-word; }

/* AUDIT FIX: same horizontal-scroll guard the original prototype used */
body.elementor-page, body.digitency-front { overflow-x: hidden; }

/* PIXEL-FIX: services accordion stage must lay cards out as a horizontal row
   (Elementor's .e-con flex-direction:column was overriding the ported rule) */
.services__stage { flex-direction: row !important; align-items: stretch; }

/* PIXEL-FIX: original relied on default bold for these headings */
.added-section-head h2, .trust-card h3, .case-card h3,
.news-featured h3, .news-list__content h3, .footer-column h2,
.footer-column .elementor-heading-title { font-weight: 700; }

/* PIXEL-FIX: news section rendered dark in the original; text remapped to stay legible */
.news-section__header h2 { color: var(--cream); }
.news-section__kicker { color: var(--gold); }
.news-featured time, .news-list__content time { color: rgba(255, 252, 233, 0.52); }
.news-featured h3 a, .news-list__content h3 a { color: var(--cream); }
.news-featured h3 a:hover, .news-list__content h3 a:hover { color: var(--gold-soft); }
.news-featured__body p.news-lede { color: rgba(255, 252, 233, 0.65); }
.news-read-more { color: var(--cream) !important; }
.news-read-more span { color: var(--gold); }
.news-featured__media { border-color: rgba(231, 203, 102, 0.2); background: #17170f; box-shadow: 0 26px 70px rgba(0, 0, 0, 0.34); }
.news-list__image { background: #17170f; }
.news-list__item { border-bottom-color: rgba(231, 203, 102, 0.18); }
.news-list__item:hover, .news-list__item.is-active { border-color: rgba(231, 203, 102, 0.5); }
.news-section__rule::before, .news-section__rule::after { background: linear-gradient(90deg, transparent, rgba(231, 203, 102, 0.6)); }
.news-section__rule span { background: var(--gold); box-shadow: 0 0 0 7px rgba(231, 203, 102, 0.12); }

/* PIXEL-FIX: WordPress wpautop injects stray empty paragraphs into text-editor
   widgets — collapse them so vertical rhythm matches the source */
.elementor-widget-text-editor p:empty,
.elementor-page p:empty { display: none; }

/* PIXEL-FIX: text/html widget containers render a trailing empty line box
   (wpautop newline strut). Grid formatting drops whitespace-only text nodes,
   restoring the source vertical rhythm. */
.elementor-widget-text-editor .elementor-widget-container,
.elementor-widget-html .elementor-widget-container,
.elementor-widget-text-editor,
.elementor-widget-html { display: grid; }

/* PIXEL-FIX: restore the source's dedicated 1050px portfolio breakpoint
   (was incorrectly folded into the 900px block) */
@media (min-width: 681px) and (max-width: 1050px) {
  .portfolio-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: auto; }
  .portfolio-card,
  .portfolio-card:nth-child(2),
  .portfolio-card:nth-child(5) { grid-column: auto; grid-row: auto; min-height: 390px; }
}
@media (max-width: 1100px) {
  .portfolio-filter { padding: 0 18px !important; letter-spacing: 0.12em; }
}

/* PIXEL-FIX: Elementor image widgets need explicit placement inside the
   fixed-aspect media frames (source uses bare <img> with height:100%) */
.team-card__media .elementor-widget-image,
.news-featured__media .elementor-widget-image,
.news-list__image .elementor-widget-image,
.map-section__fallback .elementor-widget-image { position: absolute; inset: 0; }
.portfolio-card > .portfolio-card__image { position: absolute; inset: 0; }
.team-card__media .elementor-widget-image img,
.news-featured__media .elementor-widget-image img,
.news-list__image .elementor-widget-image img { display: block; }

/* PIXEL-FIX: source re-shows the carousel controls below 900px (the 1180px
   hide rule appears later in this file, so re-assert here) */
@media (max-width: 900px) {
  .team-controls { display: flex; }
}

/* PIXEL-FIX: the 1100px step-text hide must yield to the 900px vertical
   timeline (which re-shows descriptions), regardless of rule order */
@media (max-width: 900px) {
  .process-step p { display: block; }
}

/* PIXEL-FIX: header must overlay the page like the source (position:fixed),
   not sit in flow like Elementor's sticky wrapper */
.dg-site-header.elementor-sticky,
.elementor-location-header .dg-site-header {
  position: fixed !important;
  top: 0; left: 0; right: 0;
  z-index: 9990;
}
.elementor-location-header { position: static; }

/* ==========================================================================
   BUTTON FIX: Elementor puts widget CSS classes on the wrapper div, not on
   the rendered <a.elementor-button>. The wrappers below stay as layout
   boxes only; all visual styling is applied to the inner anchor so
   Elementor's default button background never shows.
   ========================================================================== */
.dg-btn, .hero-tab, .video-link, .team-control, .portfolio-filter,
.news-all-link, .scroll-cue, .back-to-top, .dg-phone-cta {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  min-height: 0;
}
.dg-btn .elementor-button, .hero-tab .elementor-button, .video-link .elementor-button,
.team-control .elementor-button, .portfolio-filter .elementor-button,
.news-all-link .elementor-button, .scroll-cue .elementor-button,
.back-to-top .elementor-button, .dg-phone-cta .elementor-button {
  background: transparent;
  border-radius: 0;
  font-family: var(--dg-body);
  transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
/* primary buttons */
.dg-btn .elementor-button {
  display: inline-flex; align-items: center; justify-content: center; gap: 18px;
  min-height: 56px; padding: 0 28px;
  font-size: 0.84rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; line-height: 1;
  border: 1px solid transparent;
}
.dg-btn .elementor-button:hover { transform: translateY(-3px); }
.dg-btn--gold .elementor-button {
  color: var(--ink) !important;
  background: var(--gold-soft) !important;
  box-shadow: 0 16px 36px rgba(231, 203, 102, 0.17);
}
.dg-btn--outline .elementor-button {
  color: var(--gold-soft) !important;
  border-color: rgba(231, 203, 102, 0.58);
  background: rgba(231, 203, 102, 0.03) !important;
}
.dg-btn--outline .elementor-button:hover {
  color: var(--ink) !important;
  background: var(--gold-soft) !important;
}
/* hero capability tabs */
.hero-tab { display: flex; }
.hero-tab .elementor-button {
  display: flex; align-items: center; justify-content: center; gap: 14px; width: 100%;
  min-height: 118px; padding: 18px;
  color: rgba(255, 252, 233, 0.62) !important;
  font-family: var(--dg-display); font-size: 0.98rem; font-weight: 600;
  letter-spacing: 0.13em; text-transform: uppercase; white-space: nowrap;
}
.hero-tab .elementor-button span { color: var(--gold); }
.hero-tab .elementor-button:hover, .hero-tab.is-active .elementor-button {
  color: var(--cream) !important;
  background: linear-gradient(90deg, rgba(93, 85, 28, 0.82), rgba(75, 70, 22, 0.62)) !important;
}
/* watch-intro link */
.video-link { display: flex; align-items: center; }
.video-link .elementor-button {
  display: inline-flex; align-items: center; gap: 12px;
  color: var(--cream) !important;
  font-size: 0.78rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
  padding: 0;
}
.video-link .elementor-button-icon {
  display: grid; place-items: center; width: 48px; aspect-ratio: 1;
  border: 1px solid rgba(231, 203, 102, 0.58); border-radius: 50%;
  color: var(--gold-soft); font-size: 0.8rem;
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}
.video-link .elementor-button:hover .elementor-button-icon {
  color: var(--ink); background: var(--gold-soft); transform: scale(1.06);
}
/* team carousel arrows */
.team-control { display: flex; width: 50px; }
.team-control .elementor-button {
  display: grid; place-items: center; width: 50px; aspect-ratio: 1;
  border: 1px solid var(--line); border-radius: 50%;
  color: var(--gold-soft) !important; font-size: 1.1rem;
}
.team-control .elementor-button:hover {
  color: var(--ink) !important; background: var(--gold) !important;
  transform: translateY(-3px);
}
/* portfolio filter pills */
.portfolio-filter { display: flex; }
.portfolio-filter .elementor-button {
  display: inline-flex; align-items: center; min-height: 48px; padding: 0 25px;
  border: 1px solid rgba(231, 203, 102, 0.25);
  color: rgba(255, 252, 233, 0.8) !important;
  font-size: 0.75rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase;
}
.portfolio-filter .elementor-button:hover {
  transform: translateY(-2px); color: var(--gold-soft) !important;
  border-color: rgba(231, 203, 102, 0.72);
  box-shadow: 0 15px 38px rgba(0, 0, 0, 0.24);
}
.portfolio-filter.is-active .elementor-button {
  color: var(--ink) !important; border-color: var(--gold);
  background: linear-gradient(135deg, #f4e6a0, #c99e2d) !important;
  box-shadow: 0 15px 38px rgba(199, 156, 38, 0.18);
}
/* view-all articles */
.news-all-link { display: flex; }
.news-all-link .elementor-button {
  display: inline-flex; align-items: center; gap: 12px; min-height: 52px; padding: 0 26px;
  color: #fffdf7 !important;
  background: linear-gradient(135deg, #8d6608, #c79c26) !important;
  border: 1px solid #a77b0d;
  font-size: 0.75rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase;
  box-shadow: 0 18px 40px rgba(144, 104, 5, 0.18);
}
.news-all-link .elementor-button:hover { transform: translateY(-3px); box-shadow: 0 24px 48px rgba(144, 104, 5, 0.24); }
/* hero scroll cue */
.scroll-cue .elementor-button { background: transparent !important; }
.scroll-cue .elementor-button-content-wrapper::before { display: none; }
.scroll-cue { background: rgba(231, 203, 102, 0.11) !important; }
/* back to top (footer) */
.back-to-top { display: flex; }
.back-to-top .elementor-button {
  display: grid; place-items: center; width: 42px; height: 42px;
  border: 1px solid rgba(231, 203, 102, 0.4); border-radius: 50%;
  color: var(--gold-soft) !important; font-size: 1rem; padding: 0;
}
.back-to-top .elementor-button:hover {
  color: var(--ink) !important; background: var(--gold-soft) !important;
  transform: translateY(-4px);
}
/* header phone CTA */
.dg-phone-cta { background: linear-gradient(90deg, rgba(71, 68, 31, 0.72), rgba(86, 80, 30, 0.92)) !important; }
.dg-phone-cta .elementor-button {
  display: flex; align-items: center; justify-content: center; gap: 20px;
  font-weight: 700; color: var(--cream) !important; font-size: 0.9rem;
}
.dg-phone-cta .elementor-button:hover .dg-phone-icon { transform: rotate(6deg) scale(1.06); }

.dg-btn .dg-btn-arrow { display: inline-block; transition: transform 0.25s ease; }
.dg-btn .elementor-button:hover .dg-btn-arrow { transform: translate(3px, -3px); }

/* ==========================================================================
   PIXEL-FIX batch: element-level parity with the source
   ========================================================================== */
/* hero must be the positioning context for the scroll cue */
.dg-hero { position: relative; }

/* added-section heads: 850px measure + source typography (NOT uppercase) */
.added-section-head.dg-wrap { max-width: 850px !important; }
.added-section-head h2 { text-transform: none; }

/* kicker/eyebrow pills must size to content, not stretch in grid widgets */
.elementor-widget-text-editor .section-kicker,
.elementor-widget-text-editor .eyebrow { width: fit-content; }
.added-section-head .section-kicker { margin-inline: auto; }
.services__intro .section-kicker,
.team-section__intro .section-kicker { margin-inline: 0; }
.process-section__header .section-kicker,
.portfolio-section__intro .section-kicker,
.news-section__header .news-section__kicker { margin-inline: auto; }

/* inline links must size to content */
.service-card__text a,
.news-read-more,
.map-card a { width: fit-content; }

/* header: vertically center brand + nav like the source grid */
.dg-brand { align-self: center; }
.dg-primary-nav.elementor-widget,
.dg-primary-nav { display: flex; align-items: center; }
.dg-phone-cta { align-self: stretch; display: flex; align-items: center; justify-content: center; }

/* kill Elementor's global widget defaults (weight 300, -0.1px tracking) */
.elementor-widget-text-editor,
.elementor-widget-heading,
.elementor-widget-html { font-weight: 400; letter-spacing: normal; }

/* counter widget: left-aligned like source <strong>, single-line labels */
.elementor-counter { text-align: left; }
.hero-stat .elementor-counter-number-wrapper { text-align: left; }
.hero-stat .elementor-counter-title { padding: 0; border: 0; white-space: nowrap; text-align: left; }

/* trust card tint uses pure white like the source override */
.trust-card { background: rgba(255, 255, 255, 0.55) !important; }

/* PIXEL-FIX: cue must not join the hero grid flow (Elementor widget default
   position:relative was winning) and counter titles need source line-height */
.scroll-cue { position: absolute !important; }
.hero-stat .elementor-counter-title { line-height: 1.2; margin-top: 14px; }
.hero-stat .elementor-counter { text-align: left; }

/* PIXEL-FIX: center nav links vertically like the source header grid */
.dg-primary-nav nav.elementor-nav-menu--main { display: flex; align-items: center; }

/* heading widgets carrying wrapper classes need the weight on the title */
.service-card__number .elementor-heading-title { font-weight: 600; line-height: 0.8; }
.process-step__number .elementor-heading-title { font-weight: 500; }
.footer-brand__logo .elementor-heading-title { font-weight: 600; }

/* added-section h2 uses the source's natural line-height */
.added-section-head h2 { line-height: normal; }

/* PIXEL-FIX (global): Elementor widgets default to 22px/1.4 text; the source
   relies on the browser's 16px default for unstyled paragraphs. Restore the
   source baseline — explicit per-section rules still win where defined. */
.elementor-widget-text-editor,
.elementor-widget-html,
.elementor-widget-heading { font-size: 16px; line-height: 1.7; font-weight: 400; }
.elementor-widget-heading { display: grid; }
.added-section-head p { font-size: 1rem; }

/* PIXEL-FIX: the source relies on browser-default heading/paragraph margins
   inside the light card sections — restore them there */
.trust-card h3, .case-card h3 { margin: 0 0 1em; line-height: normal; }
.trust-card p, .case-card p { margin: 1em 0 0; }
.trust-card h3:first-child, .case-card h3:first-child { margin-top: 0; }

/* PIXEL-FIX: circle buttons must not be inflated by Elementor's default padding */
.team-control .elementor-button,
.scroll-cue .elementor-button,
.back-to-top .elementor-button,
.video-link .elementor-button { padding: 0; box-sizing: border-box; }

/* PIXEL-FIX: header row height + vertical centering parity with the source */
.dg-header-row { min-height: var(--header-h); align-items: center; }
.dg-phone-cta { align-self: stretch !important; }
.dg-phone-cta .elementor-button {
  width: 100%; height: 100%;
  font-size: 0.9rem !important;
  letter-spacing: normal;
}
.dg-primary-nav,
.dg-primary-nav .elementor-widget-wrap,
.dg-primary-nav .elementor-widget-wrap > nav { display: flex; align-items: center; }
.dg-brand .elementor-widget-wrap { display: flex; align-items: center; }

/* PIXEL-FIX: header widgets are column-flex by default — nav/brand need row */
.dg-primary-nav { flex-direction: row !important; }
.dg-brand { flex-direction: row !important; align-items: center; }
.dg-phone-cta { flex-direction: row !important; }
.dg-phone-cta .elementor-button { align-items: center; }

/* PIXEL-FIX: phone CTA metrics to match the source block */
.dg-phone-cta .elementor-button {
  gap: 20px;
  font-size: 1rem !important;
  line-height: 1.2;
  letter-spacing: normal;
}
.dg-phone-cta .dg-phone-icon {
  flex: 0 0 48px;
  width: 48px; height: 48px;
  display: grid; place-items: center;
  font-size: 1rem; line-height: 1;
  color: var(--ink);
  background: var(--gold-soft);
  border-radius: 50%;
  transform: rotate(-12deg);
  transition: transform 0.25s ease;
}

/* PIXEL-FIX: phone CTA icon — native Elementor icon control styled as the
   source's tilted gold circle (replaces the inline glyph span) */
.dg-phone-cta .elementor-button-content-wrapper { gap: 20px; }
.dg-phone-cta .elementor-button-icon {
  display: grid; place-items: center;
  width: 48px; height: 48px; flex: 0 0 48px;
  color: var(--ink); background: var(--gold-soft);
  border-radius: 50%; font-size: 1rem;
  transform: rotate(-12deg);
  transition: transform 0.25s ease;
  order: -1;
}
.dg-phone-cta .elementor-button-icon svg { width: 18px; height: 18px; }
.dg-phone-cta .elementor-button:hover .elementor-button-icon { transform: rotate(6deg) scale(1.06); }
.dg-phone-cta .dg-phone-icon { display: none; }

/* PIXEL-FIX: phone button final alignment — text on the icon centerline,
   dark handset glyph like the source, 35px icon-to-text gap */
.dg-phone-cta .elementor-button-text {
  display: flex; align-items: center;
  line-height: 1; align-self: center;
}
.dg-phone-cta .elementor-button-icon { color: var(--ink) !important; }
.dg-phone-cta .elementor-button-icon svg { fill: currentColor !important; }
.dg-phone-cta .elementor-button-content-wrapper { gap: 35px; align-items: center; }
.dg-phone-cta .elementor-button-icon { margin-left: 0 !important; margin-right: 0 !important; }

/* ==========================================================================
   PIXEL-FIX: contact + footer parity with the source
   ========================================================================== */
/* contact detail rows: text right, hairline divider, gold icon right */
.contact-detail .elementor-icon-list-items,
.contact-detail .elementor-icon-list-item,
.contact-detail .elementor-icon-list-item > a { margin: 0; padding: 0; }
.contact-detail .elementor-icon-list-item > a {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 1px 44px;
  gap: 22px;
  align-items: center;
}
.contact-detail .elementor-icon-list-item > a::before {
  content: "";
  grid-column: 2; grid-row: 1;
  align-self: stretch;
  background: rgba(255, 255, 255, 0.55);
}
.contact-detail .elementor-icon-list-text { grid-column: 1; grid-row: 1; text-align: right; }
.contact-detail .elementor-icon-list-icon { grid-column: 3; grid-row: 1; color: #d4af37; }
.contact-detail .detail-value { color: rgba(255, 255, 255, 0.82); }

/* form grid on Elementor's real markup */
.dg-contact-form .elementor-form-fields-wrapper {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px 34px;
}
.dg-contact-form .elementor-field-group { width: auto !important; margin: 0 !important; padding: 0 !important; }
.dg-contact-form .elementor-field-group-subject,
.dg-contact-form .elementor-field-group-message { grid-column: 1 / -1; }
.dg-contact-form .elementor-field-group-captcha { grid-column: 1; max-width: 220px; }
.dg-contact-form .elementor-field-type-submit { grid-column: 2 / -1; justify-self: end; align-self: end; }
.dg-contact-form .elementor-field-type-submit .elementor-button { width: auto; }
.dg-contact-form .elementor-field-label { color: rgba(255, 255, 255, 0.4); font-size: 0.93rem; }

/* footer: logo title, column headings in source dark-gold, block links */
.footer-brand__logo .elementor-heading-title {
  font-family: var(--dg-display);
  font-size: 2.6rem; font-weight: 600;
  color: var(--gold-soft); letter-spacing: 0.01em; line-height: 1;
}
.footer-column .elementor-heading-title { color: #d4af37; }
.footer-column ul a { display: block; }
.footer-contact-list a { display: grid; grid-template-columns: 18px 1fr; gap: 10px; }
.site-footer__legal { padding-bottom: 0; }

/* value color must win over the earlier base rule */
.contact-detail .elementor-icon-list-text .detail-value { color: rgba(255, 255, 255, 0.82) !important; }
.footer-contact-list { display: flex; flex-direction: column; gap: 13px; }

/* PIXEL-FIX: contact form/details — final source parity */
/* icons: Elementor paints icon-list SVGs black — force the source gold */
.contact-detail .elementor-icon-list-icon svg { fill: #d4af37 !important; }
/* labels: source size/dimness */
.dg-contact-form .elementor-field-label { font-size: 0.93rem !important; color: rgba(255, 255, 255, 0.4) !important; margin-bottom: 9px; }
/* inputs: fixed 42px field boxes so underlines sit at the source distance */
.dg-contact-form input.elementor-field-textual {
  height: 42px !important;
  padding: 6px 0 !important;
  box-sizing: border-box;
}
.dg-contact-form textarea.elementor-field-textual { min-height: 112px !important; padding: 8px 0 !important; box-sizing: border-box; }
/* bottom row: captcha (≈half) + full-width-cell gold submit, like the source */
.dg-contact-form .elementor-form-fields-wrapper { grid-template-columns: repeat(6, minmax(0, 1fr)) !important; }
.dg-contact-form .elementor-field-group-name,
.dg-contact-form .elementor-field-group-email,
.dg-contact-form .elementor-field-group-phone { grid-column: auto / span 2; }
.dg-contact-form .elementor-field-group-subject,
.dg-contact-form .elementor-field-group-message { grid-column: 1 / -1; }
.dg-contact-form .elementor-field-group-captcha { grid-column: 1 / span 3; max-width: 340px; }
.dg-contact-form .elementor-field-type-submit { grid-column: 4 / -1; justify-self: stretch; align-self: end; }
.dg-contact-form .elementor-field-type-submit .elementor-button { width: 100%; }

/* PIXEL-FIX (final): process step numbers need explicit title metrics, and
   the hero H1 keeps its source max-width at large viewports */
.process-step__number .elementor-heading-title {
  font-size: 2.4rem !important;
  line-height: 1 !important;
  margin: 0 0 2px !important;
}
.dg-hero h1 { max-width: 1140px !important; }

/* ==========================================================================
   PIXEL-FIX (final order): mobile header layout must win over the 1300px
   three-column rule regardless of rule order in this file
   ========================================================================== */
@media (max-width: 900px) {
  .dg-header-row {
    grid-template-columns: 1fr auto !important;
    padding: 0 18px;
    align-items: center;
    min-height: 74px;
  }
  .dg-site-header { --header-h: 74px; }
  .dg-brand, .dg-brand .elementor-heading-title { padding-left: 0; }
  .dg-brand .elementor-heading-title { font-size: 2.25rem; }
  .dg-phone-cta { display: none !important; }
  .dg-primary-nav { flex-direction: column !important; align-self: center; }
}
/* let Elementor's own burger logic show/hide the dropdown */
.dg-primary-nav ul.elementor-nav-menu--dropdown { display: revert; }

/* PIXEL-FIX (mobile header, final): hide the desktop menu at the burger
   breakpoint (a centering rule was overriding Elementor's hide) and use a
   flex row so the brand can never be starved by grid sizing */
@media (max-width: 1024px) {
  .dg-primary-nav nav.elementor-nav-menu--main { display: none !important; }
}
@media (max-width: 900px) {
  .dg-header-row { display: flex !important; justify-content: space-between; align-items: center; }
  .dg-primary-nav { flex-direction: row !important; }
  .dg-site-header, .dg-site-header .e-con-inner { min-height: 74px; }
  .dg-site-header { height: 74px; overflow: visible; }
}

/* PIXEL-FIX: burger must hug the right edge — nav widget sizes to content */
@media (max-width: 900px) {
  .dg-primary-nav { flex: 0 0 auto !important; margin-left: auto; width: auto !important; justify-content: flex-end; }
  .dg-primary-nav .elementor-menu-toggle { margin-left: auto; }
}

/* PIXEL-FIX: watch-intro keeps icon + text on one line at every width */
.video-link .elementor-button-content-wrapper { flex-wrap: nowrap !important; white-space: nowrap; }
.video-link .elementor-button-text { min-width: 0; }
