:root {
  --sgc-espresso: oklch(0.185 0.025 55);
  --sgc-gold: oklch(0.65 0.09 72);
  --sgc-gold-legacy: #b17f3a;
  --sgc-cream: oklch(0.985 0.008 85);
  --sgc-sand: oklch(0.975 0.010 82);
  --sgc-muted-sand: oklch(0.945 0.018 80);
  --sgc-body: oklch(0.42 0.018 60);
}

.sgc-my-work-page-sections {
  background: var(--sgc-cream);
  color: var(--sgc-espresso);
}

.sgc-work-container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.sgc-work-centered {
  text-align: center;
  max-width: 860px;
}

.sgc-work-label {
  font-family: 'Outfit', sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--sgc-gold);
  margin: 0 0 0.8rem;
}

.sgc-work-rule {
  width: 48px;
  height: 1px;
  background: var(--sgc-gold);
  margin: 0 auto 1.35rem;
}

.sgc-work-hero-banner {
  position: relative !important;
  isolation: isolate;
  overflow: hidden;
  min-height: clamp(310px, 34vw, 390px);
  display: flex;
  align-items: flex-end;
  padding-top: clamp(5.25rem, 8vw, 7rem) !important;
  padding-bottom: clamp(2.7rem, 4.5vw, 3.6rem) !important;
  background-image:
    linear-gradient(90deg, rgba(31, 23, 18, 0.90) 0%, rgba(31, 23, 18, 0.56) 42%, rgba(31, 23, 18, 0.30) 100%),
    url('/assets/images/alberta-marketing-agency-mountain-my-work-banner.webp') !important;
  background-size: cover !important;
  background-position: center !important;
  border-bottom: 1px solid rgba(177, 127, 58, 0.22);
}

.sgc-work-hero-banner::after {
  content: '';
  position: absolute;
  inset: auto 0 0;
  height: 38%;
  background: linear-gradient(180deg, transparent, rgba(31, 23, 18, 0.62));
  z-index: -1;
  pointer-events: none;
}

.sgc-work-hero-banner > * {
  position: relative;
  z-index: 1;
}

.sgc-work-hero-banner h1 {
  color: var(--sgc-cream) !important;
  text-shadow: 0 3px 28px rgba(0, 0, 0, 0.34);
}

.sgc-work-hero-banner p,
.sgc-work-hero-banner .section-label {
  color: rgba(254, 252, 249, 0.82) !important;
}

.sgc-work-hero-banner .section-label {
  color: var(--sgc-gold) !important;
}

.sgc-work-testimonial {
  padding: clamp(2.25rem, 4vw, 3.2rem) 0 clamp(3.4rem, 5vw, 4.8rem);
  background: #f3eadf;
}

.sgc-testimonial-heading-wrap {
  margin: 0 auto clamp(1.45rem, 3vw, 2.3rem);
}

.sgc-work-testimonial h2,
.sgc-work-process h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.15rem, 4.5vw, 3.65rem);
  font-weight: 600;
  color: var(--sgc-espresso);
  line-height: 1.05;
  margin: 0;
}

.sgc-full-story-card {
  max-width: 1180px;
  margin: 0 auto;
  background: #fefcf9;
  border: 1px solid rgba(177, 127, 58, 0.25);
  border-radius: 10px;
  box-shadow: 0 24px 70px rgba(56, 39, 24, 0.15);
  overflow: hidden;
}

.sgc-full-story-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(360px, 0.94fr);
  align-items: stretch;
}

.sgc-full-story-copy {
  position: relative;
  padding: clamp(2.35rem, 4.7vw, 4.2rem);
  min-width: 0;
}

.sgc-full-story-copy::before {
  content: '';
  position: absolute;
  top: clamp(2rem, 4vw, 3.4rem);
  bottom: clamp(2rem, 4vw, 3.4rem);
  left: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--sgc-gold-legacy), rgba(177, 127, 58, 0.15));
}

.sgc-full-story-quote-mark {
  position: absolute;
  top: 1.25rem;
  left: clamp(1.6rem, 4vw, 2.75rem);
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(5rem, 9vw, 8rem);
  line-height: 1;
  color: rgba(177, 127, 58, 0.14);
  pointer-events: none;
}

.sgc-full-story-eyebrow {
  position: relative;
  z-index: 1;
  margin: 0;
  font-family: 'Outfit', sans-serif;
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--sgc-gold-legacy);
}

.sgc-full-story-rule {
  position: relative;
  z-index: 1;
  width: 58px;
  height: 1px;
  margin: 1.15rem 0 1.55rem;
  background: linear-gradient(90deg, var(--sgc-gold-legacy), transparent);
}

.sgc-full-story-text {
  position: relative;
  z-index: 1;
}

.sgc-full-story-text p {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: clamp(1.03rem, 1.45vw, 1.24rem);
  line-height: 1.55;
  color: #1f1712;
  margin: 0 0 0.9rem;
}

.sgc-full-story-text p:last-child {
  margin-bottom: 0;
}

.sgc-full-story-author {
  margin: 1.65rem 0 1.4rem;
  font-family: 'Outfit', sans-serif;
  font-size: 0.94rem;
  font-weight: 600;
  color: var(--sgc-espresso);
  letter-spacing: 0.02em;
}

.sgc-full-story-bottom-visual {
  position: relative;
  margin-top: 1.5rem;
  border: 1px solid rgba(177, 127, 58, 0.24);
  overflow: hidden;
  background: #eee3d4;
}

.sgc-full-story-bottom-visual img {
  display: block;
  width: 100%;
  height: clamp(120px, 18vw, 190px);
  object-fit: cover;
  object-position: center;
}

.sgc-full-story-visual {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.5rem;
  padding: clamp(2rem, 4.6vw, 4rem);
  background:
    linear-gradient(180deg, rgba(31, 23, 18, 0.92), rgba(31, 23, 18, 0.84)),
    url('/assets/alberta-marketing-agency-mountain-hero-banner.webp');
  background-size: cover;
  background-position: center;
  color: var(--sgc-cream);
}

.sgc-full-story-visual::before {
  content: '';
  position: absolute;
  inset: 1.4rem;
  z-index: 1;
  border: 1px solid rgba(177, 127, 58, 0.24);
  pointer-events: none;
}

.sgc-full-story-laptop {
  position: relative;
  z-index: 2;
  border-radius: 18px;
  background: #14110f;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 34px 78px rgba(0, 0, 0, 0.36);
  overflow: hidden;
  transform: perspective(1100px) rotateY(-4deg) rotateX(2deg);
}

.sgc-full-story-visual .gold-growth-animation {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
  opacity: 1;
  filter: saturate(1.02);
}

.sgc-full-story-visual .gold-growth-animation::after {
  content: '';
  position: absolute;
  left: 53.5%;
  bottom: 42px;
  width: 1px;
  height: 112%;
  transform: translateX(-50%);
  background: linear-gradient(to top, transparent 0%, rgba(141, 92, 25, 0.32) 13%, rgba(255, 226, 146, 0.72) 45%, rgba(255, 239, 177, 0.34) 83%, transparent 100%);
  box-shadow: 0 0 18px rgba(255, 226, 142, 0.46), 0 0 54px rgba(212, 175, 55, 0.25);
  opacity: 0.84;
  transform-origin: 50% 100%;
  animation: sgcGoldColumnGrow 4.8s cubic-bezier(0.22, 1, 0.36, 1) 0.12s both;
}

.sgc-full-story-visual .gold-growth-animation::before {
  content: '';
  position: absolute;
  inset: -10% -18% -3%;
  background:
    radial-gradient(circle at 53.5% 94%, rgba(255, 226, 147, 0.28), transparent 15%),
    radial-gradient(circle at 53.5% 70%, rgba(212, 175, 55, 0.16), transparent 24%),
    radial-gradient(circle at 53.5% 45%, rgba(255, 227, 142, 0.14), transparent 25%),
    radial-gradient(circle at 53.5% 5%, rgba(255, 239, 180, 0.21), transparent 15%),
    linear-gradient(90deg, transparent 48.8%, rgba(212, 175, 55, 0.055) 50%, transparent 51.2%);
  opacity: 0.98;
  animation: sgcGoldAtmosphere 7.6s ease-in-out infinite;
}

.sgc-full-story-visual .gold-botanical-svg {
  position: absolute;
  left: 53.5%;
  bottom: -24px;
  width: min(96%, 560px);
  height: min(126%, 910px);
  transform: translateX(-50%);
  overflow: visible;
  opacity: 0.98;
}

.sgc-full-story-visual .botanical-glow circle {
  fill: url(#sgcGoldGlow);
  opacity: 0;
  transform-box: fill-box;
  transform-origin: center;
  animation: sgcGoldGlowBloom 5.8s ease-out both, sgcGoldPulse 7.2s ease-in-out 5.8s infinite;
}

.sgc-full-story-visual .botanical-glow circle:nth-child(1) { animation-delay: 0.15s, 5.8s; }
.sgc-full-story-visual .botanical-glow circle:nth-child(2) { animation-delay: 1.05s, 5.9s; }
.sgc-full-story-visual .botanical-glow circle:nth-child(3) { animation-delay: 1.75s, 6s; }
.sgc-full-story-visual .botanical-glow circle:nth-child(4) { animation-delay: 2.4s, 6.1s; }

.sgc-full-story-visual .botanical-stems path {
  fill: none;
  stroke: url(#sgcGoldStem);
  stroke-width: 2.55;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  opacity: 0.91;
  filter: drop-shadow(0 0 8px rgba(255, 224, 132, 0.56)) drop-shadow(0 0 16px rgba(212, 175, 55, 0.2));
  animation: sgcBotanicalDraw 4.7s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.sgc-full-story-visual .botanical-stems .stem-main {
  stroke-width: 3.85;
  opacity: 0.98;
  animation-duration: 5.15s;
}

.sgc-full-story-visual .botanical-stems .stem-left-low,
.sgc-full-story-visual .botanical-stems .stem-right-low,
.sgc-full-story-visual .botanical-stems .curl-base-left,
.sgc-full-story-visual .botanical-stems .curl-base-right {
  stroke-width: 3.15;
  opacity: 0.96;
}

.sgc-full-story-visual .botanical-stems .curl {
  stroke-width: 1.95;
  opacity: 0.82;
}

.sgc-full-story-visual .stem-left-low,
.sgc-full-story-visual .stem-right-low,
.sgc-full-story-visual .curl-base-left,
.sgc-full-story-visual .curl-base-right { animation-delay: 0.75s; }

.sgc-full-story-visual .stem-left-mid,
.sgc-full-story-visual .stem-right-mid,
.sgc-full-story-visual .curl-card { animation-delay: 1.25s; }

.sgc-full-story-visual .stem-left-upper,
.sgc-full-story-visual .stem-right-upper,
.sgc-full-story-visual .curl-laptop-left { animation-delay: 1.85s; }

.sgc-full-story-visual .curl-laptop-right,
.sgc-full-story-visual .curl-top-left,
.sgc-full-story-visual .curl-top-right { animation-delay: 2.35s; }

.sgc-full-story-visual .botanical-leaves path {
  fill: url(#sgcLeafGold);
  stroke: rgba(255, 236, 170, 0.92);
  stroke-width: 1.35;
  stroke-linejoin: round;
  opacity: 0;
  transform-box: fill-box;
  transform-origin: center;
  filter: drop-shadow(0 0 9px rgba(255, 224, 138, 0.56)) drop-shadow(0 0 15px rgba(212, 175, 55, 0.18));
  animation: sgcLeafReveal 1.55s cubic-bezier(0.18, 1.1, 0.28, 1) forwards, sgcLeafShimmer 6.8s ease-in-out infinite;
}

.sgc-full-story-visual .leaf-1 { animation-delay: 1.25s, 4.9s; }
.sgc-full-story-visual .leaf-2 { animation-delay: 1.55s, 5.05s; }
.sgc-full-story-visual .leaf-3 { animation-delay: 1.95s, 5.25s; }
.sgc-full-story-visual .leaf-4 { animation-delay: 2.25s, 5.45s; }
.sgc-full-story-visual .leaf-5 { animation-delay: 2.75s, 5.75s; }
.sgc-full-story-visual .leaf-6 { animation-delay: 3.05s, 5.95s; }
.sgc-full-story-visual .leaf-7 { animation-delay: 2.55s, 6.15s; }
.sgc-full-story-visual .leaf-8 { animation-delay: 3.35s, 6.35s; }
.sgc-full-story-visual .leaf-9 { animation-delay: 3.75s, 6.65s; }
.sgc-full-story-visual .leaf-10 { animation-delay: 4.05s, 6.85s; }
.sgc-full-story-visual .leaf-11 { animation-delay: 1.75s, 5.15s; }
.sgc-full-story-visual .leaf-12 { animation-delay: 2.45s, 5.65s; }
.sgc-full-story-visual .leaf-13 { animation-delay: 3.15s, 6.05s; }
.sgc-full-story-visual .leaf-14 { animation-delay: 3.55s, 6.45s; }
.sgc-full-story-visual .leaf-15 { animation-delay: 4.25s, 6.95s; }
.sgc-full-story-visual .leaf-16 { animation-delay: 4.65s, 7.25s; }

.sgc-full-story-visual .botanical-lights circle {
  fill: rgba(255, 239, 184, 0.95);
  opacity: 0;
  filter: drop-shadow(0 0 8px rgba(255, 224, 128, 0.86));
  transform-box: fill-box;
  transform-origin: center;
  animation: sgcLightIgnite 1.1s ease-out forwards, sgcGoldTwinkle 4.8s ease-in-out infinite;
}

.sgc-full-story-visual .light-1 { animation-delay: 0.8s, 4.8s; }
.sgc-full-story-visual .light-2 { animation-delay: 1.65s, 5s; }
.sgc-full-story-visual .light-3 { animation-delay: 2.35s, 5.25s; }
.sgc-full-story-visual .light-4 { animation-delay: 3.2s, 5.45s; }
.sgc-full-story-visual .light-5 { animation-delay: 1.9s, 5.8s; }
.sgc-full-story-visual .light-6 { animation-delay: 2.55s, 6.1s; }
.sgc-full-story-visual .light-7 { animation-delay: 3.25s, 6.4s; }
.sgc-full-story-visual .light-8 { animation-delay: 2.7s, 6.7s; }

.sgc-full-story-visual .gold-pot {
  position: absolute;
  bottom: -20px;
  left: 53.5%;
  width: clamp(104px, 14vw, 152px);
  height: clamp(58px, 7.7vw, 84px);
  transform: translateX(-50%);
  background:
    linear-gradient(180deg, rgba(255, 239, 196, 0.24), transparent 36%),
    linear-gradient(145deg, rgba(70, 48, 27, 0.98), rgba(202, 154, 86, 0.82) 47%, rgba(54, 37, 22, 0.98));
  border: 1px solid rgba(255, 229, 166, 0.38);
  border-radius: 13px 13px 30px 30px;
  box-shadow: 0 -7px 28px rgba(255, 224, 132, 0.26), 0 0 54px rgba(212, 175, 55, 0.22);
}

.sgc-full-story-visual .gold-pot::before {
  content: '';
  position: absolute;
  top: -7px;
  left: 50%;
  width: 114%;
  height: 15px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, rgba(69, 45, 22, 0.98), rgba(243, 197, 122, 0.82), rgba(75, 49, 25, 0.98));
  border: 1px solid rgba(255, 232, 177, 0.34);
  border-radius: 999px;
  box-shadow: 0 0 20px rgba(255, 221, 134, 0.25);
}

.sgc-full-story-visual .gold-pot::after {
  content: '';
  position: absolute;
  top: -2px;
  left: 17%;
  right: 17%;
  height: 6px;
  border-radius: 999px;
  background: rgba(33, 23, 14, 0.76);
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.48), 0 0 18px rgba(255, 225, 137, 0.18);
}

.sgc-full-story-visual .sparkle {
  position: absolute;
  color: rgba(255, 229, 150, 0.86);
  font-size: clamp(8px, 1.15vw, 14px);
  opacity: 0;
  text-shadow: 0 0 14px rgba(255, 238, 167, 0.82), 0 0 30px rgba(212, 175, 55, 0.38);
  animation: sgcSparkleFloat 5.8s ease-in-out infinite;
}

.sgc-full-story-visual .s1 { bottom: 22%; left: 44%; animation-delay: 0.8s; }
.sgc-full-story-visual .s2 { bottom: 37%; left: 63%; animation-delay: 1.6s; }
.sgc-full-story-visual .s3 { bottom: 55%; left: 46%; animation-delay: 2.25s; }
.sgc-full-story-visual .s4 { bottom: 74%; left: 61%; animation-delay: 3s; }
.sgc-full-story-visual .s5 { bottom: 86%; left: 50%; animation-delay: 3.75s; }
.sgc-full-story-visual .s6 { bottom: 62%; left: 57%; animation-delay: 4.4s; }
.sgc-full-story-visual .s7 { bottom: 30%; left: 54%; animation-delay: 5.05s; }
.sgc-full-story-visual .s8 { bottom: 18%; left: 58%; animation-delay: 1.25s; transform: scale(0.82); }
.sgc-full-story-visual .s9 { bottom: 27%; left: 49%; animation-delay: 2.75s; transform: scale(1.08); }
.sgc-full-story-visual .s10 { bottom: 43%; left: 50%; animation-delay: 3.35s; transform: scale(0.74); }
.sgc-full-story-visual .s11 { bottom: 49%; left: 65%; animation-delay: 4.85s; transform: scale(1.05); }
.sgc-full-story-visual .s12 { bottom: 68%; left: 48%; animation-delay: 5.55s; transform: scale(0.84); }
.sgc-full-story-visual .s13 { bottom: 70%; left: 58%; animation-delay: 6.35s; transform: scale(1.12); }
.sgc-full-story-visual .s14 { bottom: 81%; left: 55%; animation-delay: 7.15s; transform: scale(0.78); }
.sgc-full-story-visual .s15 { bottom: 90%; left: 58%; animation-delay: 7.85s; transform: scale(0.96); }
.sgc-full-story-visual .s16 { bottom: 34%; left: 42%; animation-delay: 6.8s; transform: scale(0.72); }
.sgc-full-story-visual .s17 { bottom: 58%; left: 53%; animation-delay: 8.55s; transform: scale(0.9); }
.sgc-full-story-visual .s18 { bottom: 78%; left: 46%; animation-delay: 9.25s; transform: scale(0.82); }

@keyframes sgcGoldColumnGrow {
  0% { transform: translateX(-50%) scaleY(0); opacity: 0; }
  36% { opacity: 0.64; }
  100% { transform: translateX(-50%) scaleY(1); opacity: 0.84; }
}

@keyframes sgcBotanicalDraw {
  0% { stroke-dashoffset: 1; opacity: 0; }
  18% { opacity: 0.92; }
  100% { stroke-dashoffset: 0; }
}

@keyframes sgcGoldGlowBloom {
  0% { opacity: 0; transform: scale(0.55); }
  100% { opacity: 0.54; transform: scale(1); }
}

@keyframes sgcGoldPulse {
  0%, 100% { opacity: 0.42; }
  50% { opacity: 0.78; }
}

@keyframes sgcGoldAtmosphere {
  0%, 100% { opacity: 0.82; }
  50% { opacity: 1; }
}

@keyframes sgcLeafReveal {
  0% { opacity: 0; transform: scale(0.08) rotate(-26deg) translateY(9px); }
  58% { opacity: 0.92; transform: scale(1.14) rotate(4deg) translateY(-2px); }
  100% { opacity: 0.86; transform: scale(1) rotate(0deg) translateY(0); }
}

@keyframes sgcLeafShimmer {
  0%, 100% { filter: drop-shadow(0 0 7px rgba(255, 224, 138, 0.36)); }
  50% { filter: drop-shadow(0 0 11px rgba(255, 231, 155, 0.58)); }
}

@keyframes sgcLightIgnite {
  0% { opacity: 0; transform: scale(0.35); }
  100% { opacity: 0.88; transform: scale(1); }
}

@keyframes sgcGoldTwinkle {
  0%, 100% { opacity: 0.48; transform: scale(0.86); }
  50% { opacity: 0.96; transform: scale(1.18); }
}

@keyframes sgcSparkleFloat {
  0%, 100% {
    opacity: 0;
    transform: translateY(12px) scale(0.72) rotate(0deg);
  }
  20% {
    opacity: 0.34;
  }
  45% {
    opacity: 0.88;
    transform: translateY(-12px) scale(1.05) rotate(12deg);
  }
  68% {
    opacity: 0.38;
    transform: translateY(-18px) scale(0.86) rotate(22deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .sgc-full-story-visual .gold-growth-animation::after,
  .sgc-full-story-visual .gold-growth-animation::before,
  .sgc-full-story-visual .botanical-glow circle,
  .sgc-full-story-visual .botanical-stems path,
  .sgc-full-story-visual .botanical-leaves path,
  .sgc-full-story-visual .botanical-lights circle,
  .sgc-full-story-visual .sparkle {
    animation-duration: 0.01ms;
    animation-delay: 0s;
    animation-iteration-count: 1;
  }

  .sgc-full-story-visual .botanical-stems path {
    stroke-dashoffset: 0;
  }

  .sgc-full-story-visual .botanical-leaves path,
  .sgc-full-story-visual .botanical-lights circle,
  .sgc-full-story-visual .sparkle {
    opacity: 0.62;
  }
}

.sgc-full-story-browser-bar {
  display: flex;
  align-items: center;
  gap: 0.42rem;
  height: 34px;
  padding: 0 0.9rem;
  background: #241b16;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.sgc-full-story-browser-bar span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  display: inline-block;
  background: rgba(254, 252, 249, 0.38);
}

.sgc-full-story-browser-bar span:first-child { background: #c96f5a; }
.sgc-full-story-browser-bar span:nth-child(2) { background: #d6a94e; }
.sgc-full-story-browser-bar span:nth-child(3) { background: #8aa86b; }

.sgc-full-story-browser-bar div {
  flex: 1;
  margin-left: 0.55rem;
  padding: 0.22rem 0.65rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(254, 252, 249, 0.64);
  font-family: 'Outfit', sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.05em;
  text-align: center;
}

.sgc-full-story-screen {
  aspect-ratio: 16 / 10;
  background: #090807;
  overflow: hidden;
}

.sgc-full-story-screen video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sgc-full-story-project-note {
  position: relative;
  z-index: 2;
  border: 1px solid rgba(177, 127, 58, 0.26);
  background: rgba(31, 23, 18, 0.62);
  padding: 1.35rem;
}

.sgc-full-story-project-note h3 {
  margin: 0.45rem 0 0.55rem;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.65rem, 3vw, 2.35rem);
  color: var(--sgc-cream);
}

.sgc-full-story-project-note p:last-child {
  margin: 0;
  font-family: 'Outfit', sans-serif;
  line-height: 1.65;
  color: rgba(254, 252, 249, 0.74);
}

.sgc-work-alberta {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(5rem, 9vw, 8rem) 0;
  color: var(--sgc-cream);
}

.sgc-work-bg,
.sgc-work-overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.sgc-work-bg {
  background-image: url('/assets/images/okotoks-marketing-agency-local-alberta-business-community.webp');
  background-size: cover;
  background-position: center;
  transform: translate3d(0, var(--sgc-alberta-parallax-y, 0px), 0) scale(1.08);
  will-change: transform;
}

.sgc-work-overlay {
  z-index: -1;
  background: linear-gradient(90deg, oklch(0.185 0.025 55 / 0.90), oklch(0.185 0.025 55 / 0.66));
}

.sgc-work-split {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.85fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
}

.sgc-on-dark,
.sgc-work-alberta .sgc-work-label {
  color: var(--sgc-gold);
}

.sgc-work-alberta .sgc-work-rule {
  margin-left: 0;
}

.sgc-work-alberta h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.4rem, 5vw, 4.3rem);
  font-weight: 600;
  line-height: 1.05;
  margin: 0 0 1.4rem;
  color: var(--sgc-cream);
}

.sgc-work-alberta p,
.sgc-work-list li {
  font-family: 'Outfit', sans-serif;
  color: oklch(0.82 0.015 70);
  line-height: 1.75;
  font-size: 1rem;
}

.sgc-work-alberta p {
  margin: 0 0 1rem;
  max-width: 680px;
}

.sgc-work-list {
  list-style: none;
  margin: 0;
  padding: 1.75rem;
  border: 1px solid oklch(0.65 0.09 72 / 0.35);
  background: oklch(0.185 0.025 55 / 0.62);
  box-shadow: 0 24px 60px rgba(18, 12, 8, 0.24);
}

.sgc-work-list li {
  position: relative;
  padding-left: 1.35rem;
  margin-bottom: 1rem;
}

.sgc-work-list li:last-child {
  margin-bottom: 0;
}

.sgc-work-list li::before {
  content: '◆';
  position: absolute;
  left: 0;
  top: 0.1rem;
  color: var(--sgc-gold);
  font-size: 0.72rem;
}

.sgc-alberta-stat-row {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
  margin-top: clamp(2rem, 4vw, 3.1rem);
}

.sgc-alberta-stat-row article {
  min-height: 148px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(1.15rem, 2.2vw, 1.55rem);
  border: 1px solid rgba(177, 127, 58, 0.34);
  background: linear-gradient(145deg, rgba(32, 19, 13, 0.86), rgba(23, 14, 10, 0.76));
  box-shadow: 0 22px 54px rgba(8, 5, 3, 0.24);
  backdrop-filter: blur(2px);
}

.sgc-alberta-stat-row strong {
  display: block;
  margin-bottom: 0.55rem;
  font-family: 'Cormorant Garamond', 'Playfair Display', serif;
  font-size: clamp(2.1rem, 4vw, 3.15rem);
  font-weight: 600;
  line-height: 0.95;
  color: var(--sgc-gold);
  letter-spacing: -0.035em;
}

.sgc-alberta-stat-row span {
  display: block;
  font-family: 'Outfit', sans-serif;
  font-size: clamp(0.82rem, 1.1vw, 0.94rem);
  line-height: 1.45;
  color: rgba(254, 252, 249, 0.78);
}

.sgc-work-process {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: clamp(620px, 62vw, 760px);
  display: flex;
  align-items: center;
  padding: clamp(4.6rem, 7vw, 6.4rem) 0 clamp(4.9rem, 7.5vw, 6.8rem);
  background: #eadfd0;
}

.sgc-work-process::before {
  content: '';
  position: absolute;
  inset: -4%;
  z-index: 0;
  pointer-events: none;
  background-image: url('/assets/images/boardroom-meeting-my-process-background.webp');
  background-size: cover;
  background-position: center 44%;
  opacity: 0.56;
  filter: saturate(0.82) contrast(0.92) brightness(1.08);
  transform: translate3d(0, var(--sgc-process-parallax-y, 0px), 0) scale(1.04);
  will-change: transform;
}

.sgc-work-process::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(250, 246, 239, 0.72), rgba(244, 234, 221, 0.47) 42%, rgba(235, 222, 205, 0.64)),
    linear-gradient(180deg, rgba(254, 251, 246, 0.84), rgba(242, 230, 214, 0.56) 48%, rgba(226, 211, 192, 0.72));
}

.sgc-work-process > .sgc-work-container {
  position: relative;
  z-index: 1;
  width: min(1230px, calc(100% - 44px));
  max-width: none;
}

.sgc-work-process .sgc-work-label,
.sgc-work-process .sgc-work-rule {
  display: none;
}

.sgc-work-process h2 {
  max-width: 780px;
  margin: 0 auto clamp(4.2rem, 7vw, 5.8rem);
  text-align: center;
  font-size: clamp(2.75rem, 5.2vw, 5rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
  color: #16100c;
  text-shadow: 0 1px 16px rgba(250, 246, 240, 0.48);
}

.sgc-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1.4rem, 3.25vw, 3.3rem);
  align-items: start;
  margin-top: 0;
}

.sgc-process-grid article {
  position: relative;
  min-height: 100%;
  padding: 0 clamp(0.35rem, 0.9vw, 0.75rem);
  background: transparent;
  border: 0;
  box-shadow: none;
  text-align: center;
}

.sgc-process-grid article:not(:last-child)::after {
  content: '→';
  position: absolute;
  top: 36px;
  right: clamp(-2.4rem, -2.35vw, -1.15rem);
  font-family: 'Outfit', sans-serif;
  font-size: clamp(2.2rem, 3.4vw, 3.2rem);
  font-weight: 700;
  line-height: 1;
  color: rgba(177, 127, 58, 0.84);
  text-shadow: 0 2px 14px rgba(254, 250, 244, 0.8);
}

.sgc-process-grid span {
  width: clamp(86px, 9.4vw, 104px);
  height: clamp(86px, 9.4vw, 104px);
  border: 1.4px solid rgba(177, 127, 58, 0.86);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'Playfair Display', 'Cormorant Garamond', serif;
  font-size: clamp(1.65rem, 2.45vw, 2.25rem);
  font-weight: 700;
  color: rgba(177, 127, 58, 0.94);
  margin-bottom: clamp(1.35rem, 2.3vw, 1.9rem);
  background: rgba(250, 246, 239, 0.08);
  box-shadow: 0 0 0 1px rgba(254, 250, 244, 0.15), 0 16px 44px rgba(92, 62, 36, 0.10);
}

.sgc-process-grid h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.55rem, 2.3vw, 2.15rem);
  font-weight: 600;
  line-height: 1.08;
  margin: 0 0 clamp(1rem, 1.7vw, 1.35rem);
  color: #1a120d;
  text-shadow: 0 1px 14px rgba(250, 246, 239, 0.38);
}

.sgc-process-grid p {
  max-width: 285px;
  margin: 0 auto;
  font-family: 'Outfit', sans-serif;
  color: rgba(37, 29, 23, 0.78);
  line-height: 1.75;
  font-size: clamp(0.95rem, 1.17vw, 1.08rem);
  font-weight: 400;
  text-wrap: balance;
}

@media (max-width: 1040px) {
  .sgc-full-story-grid {
    grid-template-columns: 1fr;
  }

  .sgc-full-story-visual {
    min-height: 520px;
  }
}

@media (max-width: 980px) {
  .sgc-work-split,
  .sgc-process-grid {
    grid-template-columns: 1fr 1fr;
  }

  .sgc-alberta-stat-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .sgc-work-container {
    width: min(100% - 32px, 1180px);
  }

  .sgc-work-hero-banner {
    min-height: clamp(300px, 70vw, 380px);
    padding-top: clamp(4.7rem, 14vw, 6rem) !important;
    padding-bottom: clamp(2.2rem, 8vw, 3rem) !important;
    background-position: center !important;
  }

  .sgc-work-split,
  .sgc-process-grid,
  .sgc-alberta-stat-row {
    grid-template-columns: 1fr;
  }

  .sgc-alberta-stat-row article {
    min-height: 118px;
  }

  .sgc-work-alberta .sgc-work-rule {
    margin-left: auto;
  }

  .sgc-work-alberta,
  .sgc-work-alberta .sgc-work-label,
  .sgc-work-alberta h2,
  .sgc-work-alberta p {
    text-align: center;
  }

  .sgc-work-list {
    text-align: left;
  }

  .sgc-full-story-copy,
  .sgc-full-story-visual {
    padding: 2rem 1.35rem;
  }

  .sgc-full-story-visual {
    min-height: 560px;
    gap: 1.05rem;
    justify-content: flex-end;
  }

  .sgc-full-story-visual::before {
    inset: 0.85rem;
  }

  .sgc-full-story-laptop {
    width: 100%;
    transform: none;
    border-radius: 14px;
  }

  .sgc-full-story-browser-bar div {
    font-size: 0.6rem;
  }

  .sgc-full-story-project-note {
    padding: 1.05rem;
  }

  .sgc-full-story-visual .gold-botanical-svg {
    left: 51%;
    bottom: 16px;
    width: 118%;
    height: 118%;
  }

  .sgc-full-story-visual .gold-growth-animation::after,
  .sgc-full-story-visual .gold-pot {
    left: 51%;
  }

  .sgc-full-story-visual .sparkle {
    font-size: clamp(8px, 2.4vw, 12px);
  }
}

@media (max-width: 480px) {
  .sgc-full-story-copy,
  .sgc-full-story-visual {
    padding: 1.6rem 1rem;
  }

  .sgc-full-story-visual {
    min-height: 520px;
  }

  .sgc-full-story-visual .gold-botanical-svg {
    left: 50%;
    bottom: 30px;
    width: 132%;
    height: 112%;
  }

  .sgc-full-story-visual .gold-pot {
    bottom: 0;
    width: 112px;
    height: 58px;
  }

  .sgc-full-story-visual .s15,
  .sgc-full-story-visual .s18 {
    display: none;
  }
}

/* My Work process reference-layout responsive refinements. */
@media (max-width: 980px) {
  .sgc-work-process {
    min-height: auto;
    padding: clamp(4.2rem, 9vw, 5.6rem) 0;
  }

  .sgc-work-process h2 {
    margin-bottom: clamp(3rem, 7vw, 4rem);
  }

  .sgc-process-grid article:not(:last-child)::after {
    display: none;
  }

  .sgc-process-grid article {
    padding: 1.1rem 0.85rem;
    background: rgba(254, 251, 246, 0.34);
    border: 1px solid rgba(177, 127, 58, 0.18);
    backdrop-filter: blur(2px);
  }
}

@media (max-width: 720px) {
  .sgc-work-process {
    padding: 4rem 0;
  }

  .sgc-work-process > .sgc-work-container {
    width: min(100% - 32px, 1180px);
  }

  .sgc-work-process h2 {
    font-size: clamp(2.35rem, 11vw, 3.6rem);
    letter-spacing: -0.04em;
    margin-bottom: 2.4rem;
  }

  .sgc-process-grid {
    gap: 1rem;
  }

  .sgc-process-grid span {
    width: 82px;
    height: 82px;
    font-size: 1.65rem;
    margin-bottom: 1rem;
  }

  .sgc-process-grid h3 {
    font-size: 1.65rem;
  }

  .sgc-process-grid p {
    max-width: 31rem;
    line-height: 1.62;
  }
}

/* === 2026-06-02 My Work process overlay/card redesign === */
.sgc-work-process {
  position: relative !important;
  isolation: isolate !important;
  overflow: hidden !important;
  min-height: auto !important;
  display: block !important;
  padding: clamp(4.6rem, 8vw, 7.2rem) 0 !important;
  background: #1f1712 !important;
  color: var(--sgc-cream) !important;
}

.sgc-work-process::before,
.sgc-work-process::after {
  display: none !important;
}

.sgc-work-process-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(31, 23, 18, 0.94) 0%, rgba(31, 23, 18, 0.72) 44%, rgba(31, 23, 18, 0.86) 100%),
    radial-gradient(circle at 16% 18%, rgba(177, 127, 58, 0.22), transparent 32%),
    url('/assets/images/boardroom-meeting-my-process-background.webp');
  background-size: cover;
  background-position: center;
  transform: scale(1.035);
}

.sgc-work-process-shell {
  position: relative !important;
  z-index: 1 !important;
  width: min(1180px, calc(100% - 44px)) !important;
  max-width: none !important;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}

.sgc-work-process-heading-panel {
  position: relative;
  padding: clamp(1.65rem, 3.5vw, 2.5rem);
  border: 1px solid rgba(177, 127, 58, 0.26);
  background: linear-gradient(145deg, rgba(36, 27, 21, 0.82), rgba(22, 16, 12, 0.72));
  box-shadow: 0 26px 70px rgba(5, 3, 2, 0.34);
  backdrop-filter: blur(4px);
}

.sgc-work-process-heading-panel::before {
  content: '';
  position: absolute;
  inset: 1rem;
  border: 1px solid rgba(250, 246, 239, 0.08);
  pointer-events: none;
}

.sgc-work-process .sgc-work-label,
.sgc-work-process .sgc-work-rule {
  display: block !important;
}

.sgc-work-process .sgc-work-rule {
  margin-left: 0 !important;
  margin-right: 0 !important;
  background: linear-gradient(90deg, var(--sgc-gold), transparent);
}

.sgc-work-process h2 {
  max-width: 540px !important;
  margin: 0 !important;
  text-align: left !important;
  font-size: clamp(2.55rem, 5vw, 4.85rem) !important;
  line-height: 0.98 !important;
  letter-spacing: -0.045em !important;
  color: var(--sgc-cream) !important;
  text-shadow: 0 4px 28px rgba(0, 0, 0, 0.32) !important;
}

.sgc-work-process-intro {
  max-width: 500px;
  margin: clamp(1.15rem, 2.3vw, 1.7rem) 0 0;
  font-family: 'Outfit', sans-serif;
  font-size: clamp(0.98rem, 1.35vw, 1.12rem);
  line-height: 1.75;
  color: rgba(254, 252, 249, 0.76);
}

.sgc-process-grid {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: clamp(0.85rem, 1.6vw, 1.15rem) !important;
  align-items: stretch !important;
  margin: 0 !important;
}

.sgc-process-grid article {
  position: relative !important;
  min-height: auto !important;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: clamp(1rem, 2vw, 1.45rem);
  align-items: start;
  padding: clamp(1.15rem, 2.3vw, 1.65rem) !important;
  border: 1px solid rgba(177, 127, 58, 0.24) !important;
  background: linear-gradient(135deg, rgba(250, 246, 239, 0.11), rgba(250, 246, 239, 0.055)) !important;
  box-shadow: 0 18px 48px rgba(6, 4, 3, 0.24) !important;
  text-align: left !important;
  backdrop-filter: blur(5px);
}

.sgc-process-grid article::before {
  content: '';
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: linear-gradient(180deg, var(--sgc-gold), rgba(177, 127, 58, 0.12));
}

.sgc-process-grid article:not(:last-child)::after {
  display: none !important;
}

.sgc-process-grid span {
  width: clamp(3.1rem, 5.2vw, 4.15rem) !important;
  height: clamp(3.1rem, 5.2vw, 4.15rem) !important;
  border: 1px solid rgba(177, 127, 58, 0.74) !important;
  border-radius: 999px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  background: rgba(177, 127, 58, 0.14) !important;
  box-shadow: 0 12px 34px rgba(5, 3, 2, 0.24), inset 0 0 0 1px rgba(254, 252, 249, 0.06) !important;
  color: var(--sgc-gold) !important;
  font-family: 'Cormorant Garamond', serif !important;
  font-size: clamp(1.45rem, 2.3vw, 2rem) !important;
  font-weight: 700 !important;
  line-height: 1 !important;
}

.sgc-process-grid h3 {
  margin: 0 0 0.45rem !important;
  color: var(--sgc-cream) !important;
  font-family: 'Cormorant Garamond', serif !important;
  font-size: clamp(1.55rem, 2.3vw, 2.15rem) !important;
  line-height: 1.08 !important;
  text-shadow: none !important;
}

.sgc-process-grid p {
  max-width: none !important;
  margin: 0 !important;
  color: rgba(254, 252, 249, 0.74) !important;
  font-family: 'Outfit', sans-serif !important;
  font-size: clamp(0.92rem, 1.05vw, 1rem) !important;
  line-height: 1.65 !important;
  text-wrap: pretty !important;
}

[data-sgc-process-reveal] {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity 620ms ease var(--sgc-process-delay, 0ms), transform 620ms cubic-bezier(0.23, 1, 0.32, 1) var(--sgc-process-delay, 0ms);
}

[data-sgc-process-reveal].sgc-process-is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@media (max-width: 980px) {
  .sgc-work-process-shell {
    grid-template-columns: 1fr;
    gap: clamp(1.6rem, 4vw, 2.6rem);
  }

  .sgc-work-process-heading-panel {
    text-align: center;
  }

  .sgc-work-process .sgc-work-rule {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .sgc-work-process h2,
  .sgc-work-process-intro {
    max-width: 760px !important;
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media (max-width: 640px) {
  .sgc-work-process {
    padding: 3.5rem 0 !important;
  }

  .sgc-work-process-shell {
    width: min(100% - 32px, 1180px) !important;
  }

  .sgc-work-process-heading-panel {
    padding: 1.35rem 1.15rem;
  }

  .sgc-process-grid article {
    grid-template-columns: 1fr;
    gap: 0.85rem;
  }

  .sgc-process-grid span {
    width: 3.25rem !important;
    height: 3.25rem !important;
    font-size: 1.45rem !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  [data-sgc-process-reveal] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}
