:root {
  --sgc-home-flow-gold: #B8923E;
  --sgc-home-flow-gold-light: #C9A54E;
  --sgc-home-flow-gold-dark: #9A7A30;
  --sgc-home-flow-gold-muted: rgba(184, 146, 62, 0.12);
  --sgc-home-flow-cream: #FAF6F0;
  --sgc-home-flow-cream-warm: #F5EDE0;
  --sgc-home-flow-white: #FEFCF9;
  --sgc-home-flow-charcoal: #2C2620;
  --sgc-home-flow-charcoal-soft: #3D352D;
  --sgc-home-flow-text-mid: #6B5E50;
  --sgc-home-flow-text-light: #9B8E80;
  --sgc-home-flow-green: #5A8F65;
  --sgc-home-flow-border: rgba(184, 146, 62, 0.18);
}

.sgc-home-what-offer,
.sgc-home-results-section,
.sgc-home-testimonial-section,
.sgc-home-what-offer *,
.sgc-home-results-section *,
.sgc-home-testimonial-section * {
  box-sizing: border-box;
}

.sgc-home-what-offer,
.sgc-home-results-section,
.sgc-home-testimonial-section {
  color: var(--sgc-home-flow-charcoal);
}

.sgc-home-flow-container {
  width: min(1280px, calc(100% - 80px));
  margin: 0 auto;
}

.sgc-home-flow-label,
.testimonial-label {
  font-family: 'Outfit', 'Jost', sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 4px;
  line-height: 1.4;
  text-transform: uppercase;
  color: var(--sgc-home-flow-gold);
  margin: 0 0 16px;
}

.sgc-home-flow-label::after,
.testimonial-label::after {
  content: '';
  display: block;
  width: 40px;
  height: 2px;
  background: var(--sgc-home-flow-gold);
  margin-top: 18px;
}

.sgc-home-results-section .sgc-home-flow-label,
.sgc-home-testimonial-section .testimonial-label,
.sgc-home-results-section .sgc-home-flow-label::after,
.sgc-home-testimonial-section .testimonial-label::after {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.sgc-home-flow-heading,
.testimonial-heading {
  font-family: 'Playfair Display', 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: clamp(32px, 4.5vw, 52px);
  line-height: 1.12;
  color: var(--sgc-home-flow-charcoal);
  margin: 0;
}

.sgc-home-flow-intro {
  font-family: 'Outfit', 'Raleway', sans-serif;
  font-size: clamp(17px, 1.55vw, 20px);
  font-weight: 300;
  line-height: 1.75;
  color: var(--sgc-home-flow-text-mid);
  margin: 22px 0 0;
}

.sgc-home-what-offer {
  padding: clamp(64px, 8vw, 104px) 0;
  background: linear-gradient(180deg, var(--sgc-home-flow-cream) 0%, var(--sgc-home-flow-cream-warm) 100%);
}

.sgc-home-what-offer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: clamp(34px, 5vw, 72px);
  align-items: center;
}

.sgc-home-offer-callout {
  position: relative;
  background: var(--sgc-home-flow-white);
  border: 1px solid var(--sgc-home-flow-border);
  border-radius: 6px;
  padding: clamp(30px, 4vw, 46px);
  box-shadow: 0 18px 50px rgba(44, 38, 32, 0.07);
  overflow: hidden;
}

.sgc-home-offer-callout::before {
  content: '';
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(180deg, var(--sgc-home-flow-gold) 0%, var(--sgc-home-flow-gold-light) 55%, transparent 100%);
}

.sgc-home-offer-callout p {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: clamp(22px, 2.2vw, 30px);
  line-height: 1.35;
  color: var(--sgc-home-flow-charcoal);
  margin: 0 0 30px;
}

.sgc-home-flow-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 24px;
  background: linear-gradient(135deg, var(--sgc-home-flow-gold) 0%, var(--sgc-home-flow-gold-light) 100%);
  color: var(--sgc-home-flow-white);
  border: 1px solid transparent;
  border-radius: 2px;
  box-shadow: 0 5px 18px rgba(184, 146, 62, 0.24);
  font-family: 'Outfit', 'Raleway', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2.5px;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

.sgc-home-flow-cta:hover,
.sgc-home-flow-cta:focus-visible {
  background: linear-gradient(135deg, var(--sgc-home-flow-gold-dark) 0%, var(--sgc-home-flow-gold) 100%);
  box-shadow: 0 8px 28px rgba(184, 146, 62, 0.34);
  transform: translateY(-2px);
}

.sgc-home-results-section {
  padding: clamp(70px, 8vw, 108px) 0;
  background: var(--sgc-home-flow-cream);
}

.sgc-home-results-heading,
.sgc-home-results-intro {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.sgc-home-results-intro {
  max-width: 720px;
  margin-bottom: 48px;
}

.results-dashboard {
  width: min(100%, 880px);
  margin: 0 auto;
  background: var(--sgc-home-flow-white);
  border: 1px solid var(--sgc-home-flow-border);
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 8px 40px rgba(44, 38, 32, 0.06), 0 1px 3px rgba(44, 38, 32, 0.04);
}

.dash-header {
  background: var(--sgc-home-flow-charcoal);
  padding: 20px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.dash-title {
  font-family: 'Playfair Display', 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: 18px;
  color: var(--sgc-home-flow-cream);
  letter-spacing: 0.3px;
}

.dash-period {
  font-family: 'Outfit', 'Jost', sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  color: var(--sgc-home-flow-gold);
  background: rgba(184, 146, 62, 0.1);
  padding: 5px 14px;
  border-radius: 2px;
}

.metrics-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-bottom: 1px solid var(--sgc-home-flow-border);
}

.metric-card {
  padding: 28px 24px 24px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  position: relative;
}

.metric-card:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 20px;
  right: 0;
  bottom: 20px;
  width: 1px;
  background: var(--sgc-home-flow-border);
}

.metric-label,
.chart-label {
  font-family: 'Outfit', 'Jost', sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--sgc-home-flow-text-light);
}

.metric-value {
  font-family: 'Playfair Display', 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.1;
  color: var(--sgc-home-flow-charcoal);
}

.metric-change {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-family: 'Outfit', 'Jost', sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: var(--sgc-home-flow-green);
  margin-top: 4px;
}

.metric-change svg {
  width: 12px;
  height: 12px;
}

.chart-area {
  padding: 28px 32px 24px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 240px;
  gap: 32px;
  align-items: end;
}

.chart-label {
  display: block;
  margin-bottom: 16px;
}

.bar-chart {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  height: 140px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(184, 146, 62, 0.08);
}

.bar-group {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  position: relative;
}

.bar {
  width: 100%;
  max-width: 48px;
  border-radius: 3px 3px 0 0;
  transform-origin: bottom;
  animation: sgcGrowBar 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.bar.gold {
  background: linear-gradient(180deg, var(--sgc-home-flow-gold-light) 0%, var(--sgc-home-flow-gold) 100%);
}

.bar.charcoal {
  background: linear-gradient(180deg, var(--sgc-home-flow-charcoal-soft) 0%, var(--sgc-home-flow-charcoal) 100%);
  opacity: 0.22;
}

.bar-month {
  position: absolute;
  bottom: -22px;
  font-family: 'Outfit', 'Jost', sans-serif;
  font-size: 11px;
  letter-spacing: 0.5px;
  color: var(--sgc-home-flow-text-light);
}

.chart-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 14px;
}

.legend-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: 'Outfit', 'Jost', sans-serif;
  font-size: 11px;
  color: var(--sgc-home-flow-text-mid);
}

.legend-dot {
  width: 8px;
  height: 8px;
  border-radius: 1px;
}

.legend-dot.gold { background: var(--sgc-home-flow-gold); }
.legend-dot.charcoal { background: var(--sgc-home-flow-charcoal); opacity: 0.22; }

.chart-sidebar {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.highlight-card {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: var(--sgc-home-flow-cream);
  border-radius: 4px;
  padding: 16px 18px;
}

.highlight-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
  background: var(--sgc-home-flow-gold-muted);
}

.highlight-icon svg {
  width: 15px;
  height: 15px;
  color: var(--sgc-home-flow-gold);
}

.highlight-value {
  display: block;
  font-family: 'Playfair Display', 'Cormorant Garamond', serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.1;
  color: var(--sgc-home-flow-charcoal);
}

.highlight-label {
  display: block;
  margin-top: 3px;
  font-family: 'Outfit', 'Jost', sans-serif;
  font-size: 11px;
  line-height: 1.4;
  letter-spacing: 0.5px;
  color: var(--sgc-home-flow-text-light);
}

.dash-footer {
  border-top: 1px solid var(--sgc-home-flow-border);
  padding: 14px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.dash-logo-text {
  font-family: 'Playfair Display', 'Cormorant Garamond', serif;
  font-size: 13px;
  font-weight: 500;
  color: var(--sgc-home-flow-charcoal);
}

.dash-tagline,
.sgc-results-disclaimer {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 13px;
  font-weight: 400;
  color: var(--sgc-home-flow-text-light);
}

.sgc-results-disclaimer {
  width: min(100%, 880px);
  margin: 16px auto 0;
  text-align: center;
}

.sgc-home-testimonial-section {
  max-width: 1280px;
  margin: 0 auto;
  padding: clamp(72px, 8vw, 104px) 40px clamp(78px, 8vw, 112px);
  background: transparent;
}

.testimonial-label,
.testimonial-heading {
  text-align: center;
}

.testimonial-heading {
  font-size: clamp(30px, 4vw, 46px);
  margin-bottom: 56px;
}

.testimonial-card {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  padding: 56px 60px 52px;
  background: var(--sgc-home-flow-white);
  border: 1px solid var(--sgc-home-flow-border);
  border-radius: 4px;
  box-shadow: 0 14px 42px rgba(44, 38, 32, 0.05);
}

.quote-mark {
  position: absolute;
  top: 32px;
  left: 48px;
  font-family: 'Playfair Display', serif;
  font-size: 96px;
  line-height: 1;
  color: var(--sgc-home-flow-gold);
  opacity: 0.15;
  pointer-events: none;
  user-select: none;
}

.testimonial-card::before {
  content: '';
  position: absolute;
  top: 40px;
  bottom: 40px;
  left: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--sgc-home-flow-gold) 0%, var(--sgc-home-flow-gold-light) 50%, transparent 100%);
  border-radius: 0 2px 2px 0;
}

.quote-text {
  position: relative;
  z-index: 1;
  margin-bottom: 36px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.7;
  color: var(--sgc-home-flow-charcoal);
}

.quote-text p {
  margin: 0 0 16px;
}

.quote-text p:last-child {
  margin-bottom: 0;
}

.quote-divider {
  width: 50px;
  height: 1px;
  margin-bottom: 28px;
  background: linear-gradient(90deg, var(--sgc-home-flow-gold), transparent);
}

.attribution {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.attribution-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.gather-grow-testimonial-logo {
  display: block;
  width: min(180px, 52vw);
  height: auto;
  max-height: 58px;
  object-fit: contain;
  margin: 9px 0 6px;
  border-radius: 10px;
  filter: drop-shadow(0 8px 18px rgba(44, 38, 32, 0.08));
}

.attribution-name {
  font-family: 'Outfit', 'Jost', sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: var(--sgc-home-flow-charcoal);
}

.attribution-role {
  font-family: 'Cormorant Garamond', serif;
  font-size: 15px;
  font-style: italic;
  color: var(--sgc-home-flow-text-mid);
}

.project-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.project-tag {
  padding: 6px 14px;
  background: rgba(184, 146, 62, 0.08);
  border: 1px solid rgba(184, 146, 62, 0.15);
  border-radius: 2px;
  font-family: 'Outfit', 'Jost', sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--sgc-home-flow-gold-dark);
}

@keyframes sgcGrowBar {
  from { transform: scaleY(0); }
  to { transform: scaleY(1); }
}

@media (max-width: 900px) {
  .sgc-home-flow-container {
    width: min(100% - 40px, 760px);
  }

  .sgc-home-what-offer-grid,
  .chart-area {
    grid-template-columns: 1fr;
  }

  .chart-sidebar {
    flex-direction: row;
  }

  .highlight-card {
    flex: 1;
  }
}

@media (max-width: 768px) {
  .metrics-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .metric-card:nth-child(2)::after {
    display: none;
  }

  .metric-card:nth-child(1),
  .metric-card:nth-child(2) {
    border-bottom: 1px solid var(--sgc-home-flow-border);
  }

  .dash-header,
  .dash-footer {
    flex-direction: column;
    text-align: center;
  }

  .sgc-home-testimonial-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .testimonial-card {
    padding: 44px 32px 40px;
  }

  .quote-mark {
    top: 20px;
    left: 24px;
    font-size: 72px;
  }

  .quote-text {
    font-size: 18px;
  }

  .attribution {
    flex-direction: column;
    align-items: flex-start;
  }

  .gather-grow-testimonial-logo {
    width: min(168px, 58vw);
    max-height: 54px;
  }
}

@media (max-width: 560px) {
  .chart-sidebar {
    flex-direction: column;
  }

  .bar-chart {
    gap: 6px;
  }

  .metric-card {
    padding: 22px 18px 20px;
  }

  .chart-area {
    padding: 24px 20px 22px;
  }
}

/* Home performance: defer below-fold rendering work while preserving layout and scroll flow. */
@supports (content-visibility: auto) {
  body:has(.sgc-home-results-section) .sgc-home-what-offer,
  body:has(.sgc-home-results-section) .sgc-home-results-section,
  body:has(.sgc-home-results-section) .sgc-home-services-section,
  body:has(.sgc-home-results-section) .sgc-home-testimonial-section,
  body:has(.sgc-home-results-section) .sgc-home-pricing-teaser,
  body:has(.sgc-home-results-section) .sgc-ready-to-begin {
    content-visibility: auto;
    contain-intrinsic-size: auto 760px;
  }
}

.testimonial-footer {
  text-align: center;
  margin-top: 44px;
}

.testimonial-link {
  font-family: 'Outfit', 'Jost', sans-serif;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--sgc-home-flow-charcoal);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding-bottom: 3px;
  border-bottom: 1px solid var(--sgc-home-flow-charcoal);
  transition: all 0.3s ease;
}

.testimonial-link:hover,
.testimonial-link:focus-visible {
  color: var(--sgc-home-flow-gold);
  border-color: var(--sgc-home-flow-gold);
  gap: 14px;
}

.testimonial-link svg {
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
}

.testimonial-link:hover svg,
.testimonial-link:focus-visible svg {
  transform: translateX(3px);
}

.testimonial-link-button {
  min-height: 50px;
  padding: 15px 26px;
  border: 1px solid var(--sgc-home-flow-charcoal);
  border-radius: 2px;
  background: var(--sgc-home-flow-charcoal);
  color: var(--sgc-home-flow-white);
  box-shadow: 0 8px 24px rgba(44, 38, 32, 0.12);
}

.testimonial-link-button:hover,
.testimonial-link-button:focus-visible {
  border-color: var(--sgc-home-flow-gold);
  background: linear-gradient(135deg, var(--sgc-home-flow-gold-dark) 0%, var(--sgc-home-flow-gold) 100%);
  color: var(--sgc-home-flow-white);
  box-shadow: 0 10px 30px rgba(184, 146, 62, 0.25);
}

/* What I Offer right-side orbit visual update — 2026-06-02 */
.sgc-home-offer-copy-stack {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.sgc-home-offer-copy-stack .sgc-home-offer-callout {
  width: min(100%, 680px);
  margin-top: clamp(24px, 3vw, 36px);
}

.sgc-home-offer-copy-stack .sgc-home-offer-callout p {
  margin-bottom: 0;
}

.sgc-home-offer-copy-stack .sgc-home-flow-cta-inline {
  margin-top: clamp(20px, 2.6vw, 30px);
}

.sgc-offer-orbit-visual {
  --sgc-offer-dark: #111111;
  --sgc-offer-gold: #C79D5B;
  --sgc-offer-gold-light: #D4AD6E;
  --sgc-offer-cream: #FAF6F0;
  --sgc-offer-cream-warm: #F0E8DA;
  --sgc-offer-text-mid: #6B5E50;
  --sgc-offer-text-light: #9B8E80;
  --sgc-offer-white: #FEFCF9;
  --sgc-offer-border: rgba(199, 157, 91, 0.15);
  --sgc-offer-border-strong: rgba(199, 157, 91, 0.25);
  width: min(100%, 620px);
  aspect-ratio: 1 / 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
  isolation: isolate;
}

.sgc-offer-deco-ring {
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  animation: sgcOfferRingReveal 1.2s cubic-bezier(0.22, 1, 0.36, 1) 0.4s both;
}

.sgc-offer-outer {
  width: 93.5%;
  height: 93.5%;
  border: 1px solid var(--sgc-offer-border);
}

.sgc-offer-mid {
  width: 77.5%;
  height: 77.5%;
  border: 1px solid rgba(199, 157, 91, 0.08);
}

.sgc-offer-glow {
  width: 35.5%;
  height: 35.5%;
  background: radial-gradient(circle, rgba(199, 157, 91, 0.08) 0%, transparent 70%);
  border: none;
}

.sgc-offer-ring-dot {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--sgc-offer-gold);
  opacity: 0.3;
}

.sgc-offer-ring-dot:nth-child(1) { top: 0; left: 50%; transform: translateX(-50%); }
.sgc-offer-ring-dot:nth-child(2) { bottom: 0; left: 50%; transform: translateX(-50%); }
.sgc-offer-ring-dot:nth-child(3) { top: 50%; left: 0; transform: translateY(-50%); }
.sgc-offer-ring-dot:nth-child(4) { top: 50%; right: 0; transform: translateY(-50%); }

.sgc-offer-center-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  width: 25.8%;
  height: 25.8%;
  min-width: 126px;
  min-height: 126px;
  border-radius: 50%;
  background: var(--sgc-offer-dark);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 14px;
  overflow: hidden;
  box-shadow: 0 16px 48px rgba(17, 17, 17, 0.25), 0 0 0 1px rgba(199, 157, 91, 0.15);
  animation: sgcOfferLogoReveal 1s cubic-bezier(0.22, 1, 0.36, 1) 0.2s both;
}

.sgc-offer-center-logo::after {
  content: '';
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 1px solid rgba(199, 157, 91, 0.12);
  pointer-events: none;
}

.sgc-offer-logo-name {
  display: block;
  width: 100%;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: clamp(13px, 2.5vw, 16px);
  color: var(--sgc-offer-white);
  letter-spacing: 0.5px;
  line-height: 1.1;
  text-align: center;
  white-space: nowrap;
}

.sgc-offer-logo-dot {
  color: var(--sgc-offer-gold);
}

.sgc-offer-logo-divider {
  width: 24px;
  height: 1px;
  background: var(--sgc-offer-gold);
  margin: 7px 0 6px;
  opacity: 0.5;
}

.sgc-offer-logo-tagline {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  font-family: 'Outfit', 'Jost', sans-serif;
  font-weight: 600;
  font-size: clamp(4.6px, 0.9vw, 5.5px);
  letter-spacing: 3px;
  line-height: 1.22;
  text-align: center;
  text-transform: uppercase;
  color: var(--sgc-offer-gold);
}

.sgc-offer-logo-tagline span {
  display: block;
  width: 100%;
  text-align: center;
  text-indent: 3px;
  white-space: nowrap;
}

.sgc-offer-orbit-track {
  position: absolute;
  width: 83.8%;
  height: 83.8%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: sgcOfferOrbitSpin 60s linear infinite, sgcOfferOrbitReveal 1.5s cubic-bezier(0.22, 1, 0.36, 1) 0.6s both;
}

.sgc-offer-orbit-card {
  position: absolute;
  animation: sgcOfferCounterSpin 60s linear infinite;
  filter: drop-shadow(0 8px 24px rgba(17, 17, 17, 0.06));
}

.sgc-offer-card-inner {
  background: var(--sgc-offer-white);
  border: 1px solid var(--sgc-offer-border-strong);
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(17, 17, 17, 0.10), 0 4px 16px rgba(17, 17, 17, 0.04);
}

.sgc-offer-card-website { top: -3.8%; left: 50%; margin-left: -110px; }
.sgc-offer-card-social { top: 50%; right: -5.8%; margin-top: -80px; }
.sgc-offer-card-brand { bottom: -3.8%; left: 50%; margin-left: -90px; }
.sgc-offer-card-strategy { top: 50%; left: -3.8%; margin-top: -80px; }

.sgc-offer-card-website .sgc-offer-card-inner { width: 210px; }
.sgc-offer-card-social .sgc-offer-card-inner { width: 190px; }
.sgc-offer-card-brand .sgc-offer-card-inner { width: 180px; }
.sgc-offer-card-strategy .sgc-offer-card-inner { width: 190px; }

.sgc-offer-website-bar {
  background: var(--sgc-offer-dark);
  padding: 7px 10px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.sgc-offer-wdot { width: 5px; height: 5px; border-radius: 50%; }
.sgc-offer-wdot.sgc-offer-r { background: #E5736A; }
.sgc-offer-wdot.sgc-offer-y { background: #E5C86A; }
.sgc-offer-wdot.sgc-offer-g { background: #6ABF7B; }

.sgc-offer-wurl {
  margin-left: 6px;
  font-family: 'Outfit', 'Jost', sans-serif;
  font-size: 6px;
  color: rgba(255,255,255,0.3);
  background: rgba(255,255,255,0.06);
  padding: 2px 6px;
  border-radius: 2px;
  letter-spacing: 0.5px;
}

.sgc-offer-website-body { padding: 12px; }
.sgc-offer-web-hero {
  width: 100%;
  height: 36px;
  background: linear-gradient(135deg, var(--sgc-offer-cream-warm), var(--sgc-offer-cream));
  border-radius: 3px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  margin-bottom: 8px;
}

.sgc-offer-web-hero span {
  font-family: 'Cormorant Garamond', serif;
  font-size: 9px;
  font-weight: 600;
  color: var(--sgc-offer-dark);
}

.sgc-offer-web-lines { display: flex; flex-direction: column; gap: 4px; }
.sgc-offer-web-line { height: 3px; border-radius: 2px; background: var(--sgc-offer-cream-warm); }
.sgc-offer-web-line:nth-child(1) { width: 80%; }
.sgc-offer-web-line:nth-child(2) { width: 60%; }
.sgc-offer-web-line:nth-child(3) { width: 70%; }

.sgc-offer-web-btn {
  margin-top: 8px;
  width: 60px;
  height: 14px;
  background: linear-gradient(135deg, var(--sgc-offer-gold), var(--sgc-offer-gold-light));
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sgc-offer-web-btn span {
  font-family: 'Outfit', 'Jost', sans-serif;
  font-size: 4.5px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: white;
  font-weight: 600;
}

.sgc-offer-social-inner,
.sgc-offer-strategy-inner { padding: 16px; }

.sgc-offer-social-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.sgc-offer-social-lbl,
.sgc-offer-brand-lbl,
.sgc-offer-strat-lbl {
  font-family: 'Outfit', 'Jost', sans-serif;
  font-weight: 600;
  font-size: 7px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--sgc-offer-text-light);
}

.sgc-offer-social-up {
  font-family: 'Outfit', 'Jost', sans-serif;
  font-weight: 600;
  font-size: 7px;
  color: #5A8F65;
  background: rgba(90,143,101,0.08);
  padding: 2px 7px;
  border-radius: 8px;
}

.sgc-offer-social-big {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-size: 30px;
  color: var(--sgc-offer-dark);
  line-height: 1;
  margin-bottom: 2px;
}

.sgc-offer-social-sub {
  font-family: 'Outfit', 'Jost', sans-serif;
  font-weight: 400;
  font-size: 8px;
  color: var(--sgc-offer-text-light);
  margin-bottom: 12px;
  letter-spacing: 0.5px;
}

.sgc-offer-s-chart {
  display: flex;
  align-items: flex-end;
  gap: 3px;
  height: 32px;
}

.sgc-offer-s-bar { flex: 1; border-radius: 2px 2px 0 0; }
.sgc-offer-s-bar.sgc-offer-gld { background: linear-gradient(180deg, var(--sgc-offer-gold-light), var(--sgc-offer-gold)); }
.sgc-offer-s-bar.sgc-offer-mut { background: var(--sgc-offer-cream-warm); }

.sgc-offer-brand-inner { padding: 14px; }
.sgc-offer-brand-lbl { display: block; margin-bottom: 12px; }
.sgc-offer-swatches { display: flex; gap: 6px; margin-bottom: 12px; }
.sgc-offer-sw {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(17,17,17,0.08);
  border: 2px solid var(--sgc-offer-white);
}
.sgc-offer-sw.sgc-offer-a { background: var(--sgc-offer-dark); }
.sgc-offer-sw.sgc-offer-b { background: var(--sgc-offer-gold); }
.sgc-offer-sw.sgc-offer-c { background: var(--sgc-offer-cream-warm); }
.sgc-offer-sw.sgc-offer-d { background: var(--sgc-offer-white); border-color: var(--sgc-offer-cream-warm); }

.sgc-offer-font-section {
  border-top: 1px solid var(--sgc-offer-border);
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.sgc-offer-font-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

.sgc-offer-font-lbl {
  font-family: 'Outfit', 'Jost', sans-serif;
  font-size: 7px;
  color: var(--sgc-offer-text-light);
  letter-spacing: 0.5px;
}

.sgc-offer-font-aa-serif {
  font-family: 'Cormorant Garamond', serif;
  font-size: 16px;
  font-weight: 500;
  color: var(--sgc-offer-dark);
}

.sgc-offer-font-aa-sans {
  font-family: 'Outfit', 'Jost', sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: var(--sgc-offer-text-mid);
}

.sgc-offer-strat-lbl { display: block; margin-bottom: 12px; }
.sgc-offer-strat-list { display: flex; flex-direction: column; gap: 9px; }
.sgc-offer-strat-item { display: flex; align-items: center; gap: 8px; }
.sgc-offer-chk {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sgc-offer-chk.sgc-offer-done {
  background: linear-gradient(135deg, var(--sgc-offer-gold), var(--sgc-offer-gold-light));
  box-shadow: 0 2px 6px rgba(199, 157, 91, 0.25);
}
.sgc-offer-chk.sgc-offer-done svg { width: 9px; height: 9px; color: white; }
.sgc-offer-chk.sgc-offer-pending { border: 1.5px solid var(--sgc-offer-border-strong); }
.sgc-offer-strat-txt {
  font-family: 'Outfit', 'Jost', sans-serif;
  font-weight: 400;
  font-size: 10px;
  color: var(--sgc-offer-text-mid);
}
.sgc-offer-strat-txt.sgc-offer-done { color: var(--sgc-offer-dark); font-weight: 500; }

@keyframes sgcOfferOrbitSpin {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes sgcOfferCounterSpin {
  from { transform: rotate(0deg); }
  to { transform: rotate(-360deg); }
}

@keyframes sgcOfferLogoReveal {
  from { opacity: 0; transform: translate(-50%, -50%) scale(0.8); }
  to { opacity: 1; transform: translate(-50%, -50%) scale(1); }
}

@keyframes sgcOfferRingReveal {
  from { opacity: 0; transform: translate(-50%, -50%) scale(0.9); }
  to { opacity: 1; transform: translate(-50%, -50%) scale(1); }
}

@keyframes sgcOfferOrbitReveal {
  from { opacity: 0; }
  to { opacity: 1; }
}

@media (prefers-reduced-motion: reduce) {
  .sgc-offer-orbit-track,
  .sgc-offer-orbit-card,
  .sgc-offer-center-logo,
  .sgc-offer-deco-ring {
    animation: none !important;
  }
}

@media (max-width: 1180px) {
  .sgc-offer-orbit-visual {
    width: min(100%, 540px);
  }

  .sgc-offer-orbit-track {
    transform: translate(-50%, -50%) scale(0.9);
  }
}

@media (max-width: 900px) {
  .sgc-offer-orbit-visual {
    order: 2;
    width: min(100%, 560px);
    margin-top: 10px;
  }

  .sgc-home-offer-copy-stack {
    order: 1;
  }
}

@media (max-width: 680px) {
  .sgc-offer-orbit-visual {
    width: min(100%, 420px);
  }

  .sgc-offer-orbit-track {
    transform: translate(-50%, -50%) scale(0.72);
  }

  .sgc-offer-center-logo {
    min-width: 104px;
    min-height: 104px;
  }
}

@media (max-width: 480px) {
  .sgc-offer-orbit-visual {
    width: min(100%, 340px);
  }

  .sgc-offer-orbit-track {
    transform: translate(-50%, -50%) scale(0.58);
  }

  .sgc-offer-center-logo {
    min-width: 92px;
    min-height: 92px;
  }

  .sgc-offer-logo-tagline {
    letter-spacing: 2px;
  }

  .sgc-offer-logo-tagline span {
    text-indent: 2px;
  }
}

/* === 2026-06-02 Home mobile, spacing, and visual polish optimization === */
body:has(.sgc-home-what-offer) .sgc-home-what-offer {
  padding-top: clamp(3.6rem, 6vw, 5.25rem) !important;
  padding-bottom: clamp(2.4rem, 4.5vw, 3.7rem) !important;
}

body:has(.sgc-home-what-offer) .sgc-home-what-offer + .sgc-home-services-section,
body:has(.sgc-home-what-offer) .sgc-home-services-section {
  padding-top: clamp(2.35rem, 4vw, 3.75rem) !important;
}

body:has(.sgc-home-what-offer) .sgc-home-services-section .sgc-section-header,
body:has(.sgc-home-what-offer) .sgc-home-services-section [class*="section-header"] {
  margin-top: 0 !important;
  margin-bottom: clamp(1.55rem, 2.8vw, 2.3rem) !important;
}

.sgc-home-what-offer-grid {
  align-items: center !important;
  gap: clamp(2rem, 4.5vw, 4.8rem) !important;
}

.sgc-home-offer-copy-stack {
  gap: clamp(1rem, 2vw, 1.45rem) !important;
}

.sgc-home-offer-callout {
  margin-top: clamp(0.2rem, 0.8vw, 0.65rem) !important;
  margin-bottom: clamp(0.15rem, 0.7vw, 0.55rem) !important;
}

.sgc-home-flow-cta-inline {
  width: fit-content;
  margin-top: clamp(0.2rem, 0.9vw, 0.7rem) !important;
}

@media (max-width: 900px) {
  body:has(.sgc-home-what-offer) .sgc-home-what-offer {
    padding-top: clamp(2.8rem, 9vw, 4.1rem) !important;
    padding-bottom: clamp(1.65rem, 6vw, 2.45rem) !important;
  }

  body:has(.sgc-home-what-offer) .sgc-home-services-section {
    padding-top: clamp(1.85rem, 6.5vw, 2.75rem) !important;
  }

  .sgc-home-what-offer-grid {
    grid-template-columns: 1fr !important;
    gap: clamp(1.45rem, 5.5vw, 2.2rem) !important;
  }

  .sgc-offer-orbit-visual {
    width: min(100%, 430px) !important;
    margin: 0 auto !important;
  }

  .sgc-home-flow-cta-inline {
    width: 100%;
    max-width: 22rem;
    justify-content: center;
  }
}

@media (max-width: 640px) {
  body:has(.sgc-home-what-offer) .sgc-home-what-offer {
    padding-top: 2.45rem !important;
    padding-bottom: 1.35rem !important;
  }

  body:has(.sgc-home-what-offer) .sgc-home-services-section {
    padding-top: 1.55rem !important;
    padding-bottom: clamp(2.75rem, 10vw, 4rem) !important;
  }

  body:has(.sgc-home-what-offer) .sgc-home-services-section .sgc-home-services-grid {
    gap: 1rem !important;
  }

  .sgc-home-offer-copy-stack {
    gap: 0.9rem !important;
  }

  .sgc-home-offer-callout {
    padding: 1.05rem 1rem !important;
  }

  .sgc-home-flow-heading {
    text-wrap: balance;
  }

  .sgc-home-flow-intro,
  .sgc-home-offer-callout p {
    text-wrap: pretty;
  }

  .sgc-offer-orbit-visual {
    transform: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sgc-home-what-offer *,
  .sgc-home-services-section * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* Home ticker overflow guard: keep decorative off-canvas animation from widening the document. */
html:has(.sgc-home-results-section),
body:has(.sgc-home-results-section) {
  max-width: 100%;
  overflow-x: clip;
}

@supports not (overflow: clip) {
  html:has(.sgc-home-results-section),
  body:has(.sgc-home-results-section) {
    overflow-x: hidden;
  }
}

/* Home hero containment: prevent transformed hero media and ticker repeats from contributing to document scroll width. */
body:has(.sgc-home-hero-ticker-strip) section.relative.min-h-screen.flex.items-end.overflow-hidden,
.sgc-home-hero-ticker-strip {
  contain: paint;
  max-width: 100vw;
  overflow-x: clip !important;
}

@supports not (overflow: clip) {
  body:has(.sgc-home-hero-ticker-strip) section.relative.min-h-screen.flex.items-end.overflow-hidden,
  .sgc-home-hero-ticker-strip {
    overflow-x: hidden !important;
  }
}

/* Clip the moving ticker track itself; parent clipping alone does not prevent child inline spans from affecting scrollWidth. */
.sgc-home-hero-ticker-strip > .flex.whitespace-nowrap {
  overflow: hidden !important;
  max-width: 100%;
}

/* Stronger containment for animated ticker measurement in Chromium headless verification. */
.sgc-home-hero-ticker-strip,
.sgc-home-hero-ticker-strip > .flex.whitespace-nowrap {
  contain: layout paint style;
}
