: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;
  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;
  border: 1px solid rgba(177, 127, 58, 0.24);
  pointer-events: none;
}

.sgc-full-story-laptop {
  position: relative;
  z-index: 1;
  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-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: 1;
  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: 430px;
  }

  .sgc-full-story-laptop {
    transform: none;
  }

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

/* 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: 0;
  transform: translate3d(0, 22px, 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;
  }
}
