:root {
  --sgcc-kale: #173f35;
  --sgcc-kale-dark: #0c2d25;
  --sgcc-cream: #f5f1e6;
  --sgcc-paper: #fffdf7;
  --sgcc-lime: #dce9a4;
  --sgcc-peach: #f5c7a9;
  --sgcc-coral: #df704f;
  --sgcc-ink: #1c2723;
  --sgcc-muted: #61706a;
  --sgcc-line: #d8ddd5;
  --sgcc-shadow: 0 18px 48px rgba(19, 55, 46, 0.12);
}

body.sweetgreen-calculator-managed-page {
  margin: 0;
  background: var(--sgcc-cream);
}

body.sweetgreen-calculator-managed-page .wp-site-blocks,
body.sweetgreen-calculator-managed-page .wp-site-blocks > *,
body.sweetgreen-calculator-managed-page main,
body.sweetgreen-calculator-managed-page .wp-block-post-content,
body.sweetgreen-calculator-managed-page .entry-content {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
  padding-block-start: 0 !important;
  padding-block-end: 0 !important;
}

body.sweetgreen-calculator-managed-page .wp-site-blocks > .wp-block-group,
body.sweetgreen-calculator-managed-page .wp-site-blocks > main,
body.sweetgreen-calculator-managed-page .wp-block-post-content {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.sweetgreen-calculator-managed-page .wp-site-blocks .wp-block-group.alignfull.has-global-padding {
  width: 100% !important;
  max-width: none !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  padding-top: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
}

body.sweetgreen-calculator-managed-page .entry-content.has-global-padding,
body.sweetgreen-calculator-managed-page .wp-block-post-content.has-global-padding {
  padding-inline: 0 !important;
}

body.sweetgreen-calculator-managed-page .entry-content.alignfull.wp-block-post-content {
  width: 100% !important;
  max-width: none !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

body.sweetgreen-calculator-managed-page .has-global-padding > .sgcc-shell.alignfull,
body.sweetgreen-calculator-managed-page .entry-content > .sgcc-shell.alignfull,
body.sweetgreen-calculator-managed-page .wp-block-post-content > .sgcc-shell.alignfull {
  width: 100% !important;
  max-width: none !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.sgcc-shell,
.sgcc-shell * {
  box-sizing: border-box;
}

.sgcc-shell {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  color: var(--sgcc-ink);
  background: var(--sgcc-cream);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

.sgcc-shell h1,
.sgcc-shell h2,
.sgcc-shell h3,
.sgcc-shell h4,
.sgcc-shell p,
.sgcc-shell dl,
.sgcc-shell dd {
  margin-top: 0;
}

.sgcc-shell h1,
.sgcc-shell h2,
.sgcc-shell h3,
.sgcc-shell h4 {
  color: var(--sgcc-kale-dark);
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.05;
  text-wrap: balance;
}

.sgcc-shell a {
  color: var(--sgcc-kale);
  text-underline-offset: 0.2em;
}

.sgcc-brandbar {
  position: sticky;
  z-index: 50;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  padding: 12px clamp(18px, 4vw, 64px);
  color: #fff;
  background: rgba(12, 45, 37, 0.97);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(12px);
}

.sgcc-brandbar__logo {
  display: inline-flex;
  gap: 11px;
  align-items: center;
  color: #fff !important;
  font-weight: 800;
  letter-spacing: -0.02em;
  text-decoration: none;
}

.sgcc-mark {
  position: relative;
  display: inline-block;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  border: 2px solid var(--sgcc-lime);
  border-radius: 50% 50% 46% 54%;
  transform: rotate(-8deg);
}

.sgcc-mark::before,
.sgcc-mark::after,
.sgcc-mark span {
  position: absolute;
  content: "";
  display: block;
  background: var(--sgcc-lime);
}

.sgcc-mark::before {
  width: 16px;
  height: 10px;
  left: 7px;
  top: 7px;
  border-radius: 100% 0 100% 0;
  transform: rotate(-20deg);
}

.sgcc-mark::after {
  width: 15px;
  height: 9px;
  right: 5px;
  top: 11px;
  border-radius: 0 100% 0 100%;
  transform: rotate(18deg);
}

.sgcc-mark span {
  width: 2px;
  height: 20px;
  left: 18px;
  bottom: 4px;
  transform: rotate(8deg);
}

.sgcc-brandbar__links {
  display: flex;
  align-items: center;
  gap: clamp(12px, 2.2vw, 28px);
}

.sgcc-brandbar__links a {
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.92rem;
  font-weight: 750;
  text-decoration: none;
}

.sgcc-brandbar__links a[aria-current="page"] {
  color: var(--sgcc-lime);
}

.sgcc-brandbar__links .sgcc-brandbar__official {
  padding: 9px 15px;
  color: var(--sgcc-kale-dark);
  background: var(--sgcc-lime);
  border-radius: 999px;
}

.sgcc-brandbar__toggle {
  display: none;
  padding: 8px 12px;
  color: #fff;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  font: inherit;
  font-weight: 750;
}

.sgcc-main {
  width: min(1240px, calc(100% - 36px));
  margin: 0 auto;
  padding-bottom: 72px;
}

.sgcc-calculator-page .sgcc-main {
  padding-bottom: clamp(44px, 6vw, 72px) !important;
}

.sgcc-menu-page .sgcc-main,
.sgcc-nutrition-page .sgcc-main,
.sgcc-support-page .sgcc-main {
  padding-bottom: clamp(44px, 6vw, 72px) !important;
}

.sgcc-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(260px, 0.55fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: end;
  padding: clamp(44px, 8vw, 104px) 0 clamp(36px, 6vw, 76px);
}

.sgcc-hero__copy h1 {
  max-width: 850px;
  margin-bottom: 22px;
  font-size: clamp(2.75rem, 7.4vw, 6.5rem);
  letter-spacing: -0.065em;
}

.sgcc-hero__copy > p:last-child {
  max-width: 720px;
  margin-bottom: 0;
  color: #42534c;
  font-size: clamp(1.02rem, 1.8vw, 1.28rem);
}

.sgcc-kicker {
  margin-bottom: 9px;
  color: var(--sgcc-coral);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.sgcc-source-card {
  padding: 24px;
  background: var(--sgcc-kale);
  color: #fff;
  border-radius: 22px;
  box-shadow: var(--sgcc-shadow);
}

.sgcc-source-card span,
.sgcc-source-card strong,
.sgcc-source-card a {
  display: block;
}

.sgcc-source-card span {
  margin-bottom: 8px;
  color: var(--sgcc-lime);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sgcc-source-card strong {
  margin-bottom: 18px;
  font-size: 1.08rem;
  line-height: 1.35;
}

.sgcc-source-card a {
  color: #fff;
}

.sgcc-calculator {
  position: relative;
  padding: clamp(22px, 3.5vw, 44px);
  background: var(--sgcc-paper);
  border: 1px solid rgba(23, 63, 53, 0.12);
  border-radius: 30px;
  box-shadow: var(--sgcc-shadow);
}

.sgcc-tool-heading,
.sgcc-section-heading {
  display: flex;
  gap: 24px;
  align-items: end;
  justify-content: space-between;
}

.sgcc-tool-heading {
  margin-bottom: 26px;
}

.sgcc-tool-heading h2,
.sgcc-section-heading h2 {
  margin-bottom: 0;
  font-size: clamp(2rem, 4vw, 3.45rem);
  letter-spacing: -0.045em;
}

.sgcc-tool-heading > p,
.sgcc-section-heading > span {
  max-width: 410px;
  margin-bottom: 4px;
  color: var(--sgcc-muted);
}

.sgcc-mode-tabs {
  display: inline-flex;
  gap: 6px;
  padding: 6px;
  margin-bottom: 24px;
  background: #e8eadf;
  border-radius: 999px;
}

.sgcc-mode-tabs button {
  padding: 11px 18px;
  color: var(--sgcc-kale);
  background: transparent;
  border: 0;
  border-radius: 999px;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.sgcc-mode-tabs button[aria-selected="true"] {
  color: #fff;
  background: var(--sgcc-kale);
  box-shadow: 0 5px 14px rgba(23, 63, 53, 0.18);
}

.sgcc-calculator__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(310px, 370px);
  gap: clamp(24px, 3vw, 42px);
  align-items: start;
}

.sgcc-controls {
  position: sticky;
  z-index: 12;
  top: 88px;
  display: grid;
  grid-template-columns: 1.4fr 0.8fr;
  gap: 14px;
  padding: 14px;
  margin-bottom: 18px;
  background: rgba(255, 253, 247, 0.96);
  border: 1px solid var(--sgcc-line);
  border-radius: 18px;
  backdrop-filter: blur(10px);
}

.sgcc-controls label,
.sgcc-card-variant {
  display: grid;
  gap: 6px;
  color: var(--sgcc-kale-dark);
  font-size: 0.77rem;
  font-weight: 800;
}

.sgcc-controls input,
.sgcc-controls select,
.sgcc-card-variant select {
  width: 100%;
  min-height: 46px;
  padding: 10px 13px;
  color: var(--sgcc-ink);
  background: #fff;
  border: 1px solid #bcc6bf;
  border-radius: 12px;
  font: inherit;
}

.sgcc-results-frame {
  position: relative;
}

.sgcc-results {
  min-height: 240px;
  max-height: 980px;
  overflow: auto;
  scroll-margin-top: 160px;
}

.sgcc-results__content {
  transition: opacity 0.15s ease, filter 0.15s ease;
}

.sgcc-results-frame.is-loading .sgcc-results__content {
  opacity: 0.45;
  filter: blur(1px);
  pointer-events: none;
}

.sgcc-results__loading {
  position: absolute;
  z-index: 20;
  top: 18px;
  left: 50%;
  display: flex;
  gap: 10px;
  align-items: center;
  width: max-content;
  max-width: calc(100% - 24px);
  padding: 10px 15px;
  color: #fff;
  background: rgba(12, 45, 37, 0.94);
  border: 1px solid rgba(220, 233, 164, 0.5);
  border-radius: 999px;
  box-shadow: 0 10px 28px rgba(12, 45, 37, 0.2);
  font-size: 0.8rem;
  font-weight: 800;
  transform: translateX(-50%);
}

.sgcc-results__loading[hidden] {
  display: none;
}

.sgcc-results__spinner {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  border: 3px solid rgba(255, 255, 255, 0.35);
  border-top-color: var(--sgcc-lime);
  border-radius: 50%;
  animation: sgcc-results-spin 0.7s linear infinite;
}

@keyframes sgcc-results-spin {
  to {
    transform: rotate(360deg);
  }
}

.sgcc-product-grid,
.sgcc-menu-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.sgcc-product-card,
.sgcc-menu-card {
  min-width: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--sgcc-line);
  border-radius: 20px;
}

.sgcc-product-card > img,
.sgcc-menu-card > img,
.sgcc-image-placeholder {
  display: block;
  width: 100%;
  aspect-ratio: 1.45 / 1;
  object-fit: cover;
  background: linear-gradient(135deg, var(--sgcc-lime), var(--sgcc-peach));
}

.sgcc-product-card > img,
.sgcc-product-card > .sgcc-image-placeholder {
  height: auto;
  aspect-ratio: 16 / 9;
}

.sgcc-product-card__body,
.sgcc-menu-card__body {
  padding: 18px;
}

.sgcc-product-card__heading {
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

.sgcc-product-card__heading h3,
.sgcc-menu-card h3 {
  margin-bottom: 10px;
  font-size: 1.45rem;
}

.sgcc-product-card__heading > strong {
  flex: 0 0 auto;
  color: var(--sgcc-kale);
}

.sgcc-product-card__body > p,
.sgcc-menu-card__body > p {
  color: #4f5e58;
  font-size: 0.9rem;
}

.sgcc-macro-row,
.sgcc-tag-row,
.sgcc-inline-links,
.sgcc-disclaimer > div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.sgcc-macro-row {
  margin: 12px 0;
}

.sgcc-macro-row span,
.sgcc-tag-row span,
.sgcc-availability {
  display: inline-flex;
  padding: 5px 9px;
  color: var(--sgcc-kale-dark);
  background: #edf0e4;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 750;
}

.sgcc-card-serving,
.sgcc-card-source,
.sgcc-source-note {
  font-size: 0.78rem !important;
}

.sgcc-card-source,
.sgcc-source-note {
  padding-left: 10px;
  border-left: 3px solid var(--sgcc-peach);
}

.sgcc-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 15px;
  border: 1px solid transparent;
  border-radius: 12px;
  font: inherit;
  font-weight: 850;
  cursor: pointer;
}

.sgcc-button--primary {
  color: #fff;
  background: var(--sgcc-kale);
}

.sgcc-button--ghost {
  color: var(--sgcc-kale);
  background: transparent;
  border-color: #aab7af;
}

.sgcc-product-card .sgcc-button {
  width: 100%;
  margin-top: 5px;
}

.sgcc-summary {
  position: sticky;
  top: 94px;
  padding: 24px;
  background: var(--sgcc-kale-dark);
  color: #fff;
  border-radius: 24px;
  box-shadow: var(--sgcc-shadow);
  outline: none;
}

.sgcc-summary:focus-visible {
  box-shadow: 0 0 0 4px var(--sgcc-lime), var(--sgcc-shadow);
}

.sgcc-summary h3,
.sgcc-summary .sgcc-kicker,
.sgcc-summary dt,
.sgcc-summary dd {
  color: #fff;
}

.sgcc-summary .sgcc-kicker {
  color: var(--sgcc-lime);
}

.sgcc-summary__heading {
  display: flex;
  gap: 14px;
  align-items: start;
  justify-content: space-between;
}

.sgcc-summary__heading h3 {
  margin-bottom: 0;
  font-size: 1.75rem;
}

.sgcc-summary__heading > span {
  color: var(--sgcc-lime);
  font-size: 0.8rem;
  font-weight: 800;
}

.sgcc-calorie-total {
  display: flex;
  gap: 9px;
  align-items: baseline;
  padding: 20px 0;
}

.sgcc-calorie-total strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 5vw, 4.5rem);
  line-height: 1;
}

.sgcc-calorie-total span {
  color: rgba(255, 255, 255, 0.72);
}

.sgcc-nutrition-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.sgcc-nutrition-grid > div {
  min-width: 0;
  padding: 10px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 10px;
}

.sgcc-nutrition-grid dt {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.68rem;
}

.sgcc-nutrition-grid dd {
  margin: 2px 0 0;
  font-size: 0.82rem;
  font-weight: 800;
}

.sgcc-selected {
  display: grid;
  gap: 10px;
  max-height: 330px;
  padding: 18px 0;
  overflow: auto;
}

.sgcc-empty {
  padding: 22px;
  margin: 0;
  color: var(--sgcc-muted);
  background: #f2f3ed;
  border-radius: 14px;
  text-align: center;
}

.sgcc-summary .sgcc-empty {
  color: rgba(255, 255, 255, 0.68);
  background: rgba(255, 255, 255, 0.07);
}

.sgcc-selected-line {
  padding: 12px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 12px;
}

.sgcc-selected-line strong {
  display: block;
}

.sgcc-selected-line p {
  margin: 3px 0 9px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.72rem;
}

.sgcc-selected-line__controls,
.sgcc-stepper {
  display: flex;
  gap: 7px;
  align-items: center;
}

.sgcc-selected-line__controls button,
.sgcc-stepper button {
  display: inline-grid;
  width: 32px;
  height: 32px;
  padding: 0;
  place-items: center;
  color: var(--sgcc-kale-dark);
  background: var(--sgcc-lime);
  border: 0;
  border-radius: 50%;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.sgcc-selected-line__controls .sgcc-remove {
  width: auto;
  padding: 0 8px;
  margin-left: auto;
  color: #fff;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 999px;
  font-size: 0.7rem;
}

.sgcc-summary__actions,
.sgcc-custom-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
}

.sgcc-summary .sgcc-button--primary {
  color: var(--sgcc-kale-dark);
  background: var(--sgcc-lime);
}

.sgcc-summary .sgcc-button--ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.42);
}

.sgcc-status {
  min-height: 1.5em;
  margin: 12px 0 0;
  color: var(--sgcc-lime);
  font-size: 0.78rem;
}

.sgcc-mobile-summary {
  display: none;
}

.sgcc-custom-intro,
.sgcc-custom-total,
.sgcc-ingredient-group__heading {
  display: flex;
  gap: 18px;
  align-items: start;
  justify-content: space-between;
}

.sgcc-custom-intro {
  margin-bottom: 18px;
}

.sgcc-custom-intro h3,
.sgcc-ingredient-group h3 {
  margin-bottom: 0;
  font-size: 1.8rem;
}

.sgcc-custom-intro > p {
  max-width: 430px;
  color: var(--sgcc-muted);
}

.sgcc-custom-groups {
  display: grid;
  gap: 18px;
}

.sgcc-ingredient-group {
  padding: 18px;
  background: #f6f6ef;
  border: 1px solid var(--sgcc-line);
  border-radius: 18px;
}

.sgcc-ingredient-group__heading p:last-child {
  margin-bottom: 12px;
  color: var(--sgcc-muted);
  font-size: 0.82rem;
}

.sgcc-ingredient-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}

.sgcc-ingredient-row {
  display: flex;
  min-width: 0;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  padding: 12px;
  background: #fff;
  border: 1px solid #e0e4dc;
  border-radius: 12px;
}

.sgcc-ingredient-row__name {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  align-items: center;
}

.sgcc-ingredient-row h4 {
  margin-bottom: 0;
  font-family: inherit;
  font-size: 0.9rem;
  line-height: 1.25;
}

.sgcc-ingredient-row p {
  margin: 3px 0 0;
  color: var(--sgcc-muted);
  font-size: 0.72rem;
}

.sgcc-stepper {
  flex: 0 0 auto;
}

.sgcc-stepper button {
  background: #e4e9d2;
}

.sgcc-stepper button:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.sgcc-stepper output {
  min-width: 18px;
  text-align: center;
  font-weight: 850;
}

.sgcc-custom-total {
  align-items: center;
  padding: 20px;
  margin: 18px 0;
  background: var(--sgcc-lime);
  border-radius: 18px;
}

.sgcc-custom-total strong {
  color: var(--sgcc-kale-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.6rem;
}

.sgcc-custom-total p:last-child {
  max-width: 520px;
  margin: 6px 0 0;
  font-size: 0.78rem;
}

.sgcc-custom-total .sgcc-macro-row {
  justify-content: flex-end;
}

.sgcc-custom-total .sgcc-macro-row span {
  background: rgba(255, 255, 255, 0.55);
}

.sgcc-seo {
  display: grid;
  gap: clamp(24px, 4vw, 44px);
  padding: clamp(42px, 6vw, 68px) 0;
}

.sgcc-seo__intro,
.sgcc-seo-overview,
.sgcc-seo-section,
.sgcc-seo-panel,
.sgcc-seo-points,
.sgcc-example-grid article,
.sgcc-note-grid article,
.sgcc-review-grid article {
  min-width: 0;
}

.sgcc-seo__intro,
.sgcc-seo-overview,
.sgcc-seo-section {
  border: 1px solid var(--sgcc-line);
  border-radius: 24px;
}

.sgcc-seo__intro,
.sgcc-seo-section {
  display: grid;
  gap: clamp(16px, 2.5vw, 24px);
  padding: clamp(24px, 4vw, 44px);
  background: var(--sgcc-paper);
}

.sgcc-seo__intro {
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  align-items: end;
  scroll-margin-top: 92px;
  background: var(--sgcc-lime);
  border-color: #c7d584;
  box-shadow: 0 20px 48px rgba(25, 66, 43, 0.1);
}

.sgcc-seo--menu .sgcc-seo__intro {
  background: var(--sgcc-peach);
  border-color: #e6ad89;
}

.sgcc-seo--nutrition .sgcc-seo__intro {
  background: var(--sgcc-lime);
  border-color: #c7d584;
}

.sgcc-seo__intro h2 {
  max-width: 790px;
  font-size: clamp(2.15rem, 4.1vw, 3.8rem);
}

.sgcc-seo__intro-lead {
  max-width: 520px;
  padding-bottom: 4px;
  color: var(--sgcc-kale-dark) !important;
  font-size: 1.06rem !important;
}

.sgcc-seo h2,
.sgcc-seo h3,
.sgcc-seo p {
  margin-top: 0;
}

.sgcc-seo h2 {
  margin-bottom: 0;
  color: var(--sgcc-kale-dark);
  font-size: clamp(1.85rem, 3vw, 2.85rem);
  line-height: 1.08;
}

.sgcc-seo h3 {
  margin-bottom: 0;
  color: var(--sgcc-kale-dark);
  font-family: inherit;
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1.25;
}

.sgcc-seo p,
.sgcc-step-list,
.sgcc-seo-points li {
  color: var(--sgcc-muted);
  font-size: 1rem;
  line-height: 1.72;
}

.sgcc-seo p {
  margin-bottom: 0;
}

.sgcc-seo a {
  font-weight: 850;
}

.sgcc-seo-overview {
  display: grid;
  grid-template-columns: minmax(0, 1.22fr) minmax(300px, 0.78fr);
  gap: clamp(20px, 4vw, 38px);
  align-items: start;
  padding: clamp(24px, 4vw, 44px);
  background: #fff;
  box-shadow: 0 18px 42px rgba(25, 66, 43, 0.06);
}

.sgcc-seo-panel--lead {
  display: grid;
  gap: 16px;
}

.sgcc-seo-panel--lead h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 3.2vw, 2.75rem);
  line-height: 1.08;
}

.sgcc-seo-points {
  display: grid;
  gap: 16px;
  padding: clamp(18px, 3vw, 28px);
  color: #fff;
  background: var(--sgcc-kale-dark);
  border: 1px solid var(--sgcc-kale-dark);
  border-radius: 20px;
  box-shadow: 0 18px 42px rgba(12, 45, 37, 0.18);
}

.sgcc-seo-points h3 {
  color: #fff;
}

.sgcc-seo-points ul {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.sgcc-seo-points li {
  display: grid;
  gap: 8px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
}

.sgcc-seo-points strong {
  display: flex;
  gap: 10px;
  align-items: baseline;
  color: #fff;
}

.sgcc-seo-points span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
  line-height: 1.55;
}

.sgcc-seo-points .sgcc-metric-value {
  flex: 0 0 auto;
  color: var(--sgcc-lime);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.2rem;
  line-height: 1;
}

.sgcc-seo-points .sgcc-metric-label {
  color: #fff;
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  line-height: 1.3;
  text-transform: uppercase;
}

.sgcc-seo-heading-row {
  display: flex;
  gap: clamp(18px, 4vw, 42px);
  align-items: end;
  justify-content: space-between;
}

.sgcc-seo-heading-row > div {
  min-width: 0;
}

.sgcc-seo-heading-row > p {
  max-width: 460px;
}

.sgcc-step-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.sgcc-step-list li {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: clamp(18px, 2.5vw, 26px);
  background: #fff;
  border: 1px solid #e0e4dc;
  border-radius: 18px;
}

.sgcc-step-list strong {
  display: block;
  margin-bottom: 7px;
  color: var(--sgcc-kale-dark);
  font-size: 1rem;
  line-height: 1.35;
}

.sgcc-step-index {
  color: var(--sgcc-coral);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  line-height: 1;
}

.sgcc-example-grid,
.sgcc-note-grid,
.sgcc-review-grid {
  display: grid;
  gap: 16px;
}

.sgcc-note-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sgcc-note-grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sgcc-example-grid,
.sgcc-review-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sgcc-example-grid article,
.sgcc-note-grid article,
.sgcc-review-grid article {
  display: grid;
  gap: 11px;
  align-content: start;
  padding: clamp(18px, 3vw, 27px);
  background: #fff;
  border: 1px solid #e0e4dc;
  border-radius: 18px;
}

.sgcc-example-grid article:first-child {
  grid-column: 1 / -1;
  grid-template-columns: minmax(160px, 0.34fr) minmax(0, 1fr);
  column-gap: clamp(22px, 4vw, 48px);
  align-items: start;
  background: #eef2e3;
}

.sgcc-example-grid article:first-child .sgcc-card-tag {
  grid-row: 1 / span 2;
  align-self: start;
}

.sgcc-card-tag,
.sgcc-card-index {
  color: var(--sgcc-coral);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.sgcc-note-grid article:nth-child(2) {
  background: #eef2e3;
}

.sgcc-review-grid article {
  grid-template-columns: auto minmax(0, 1fr);
  column-gap: 16px;
}

.sgcc-review-grid article .sgcc-card-index {
  grid-row: 1 / span 2;
  padding-top: 3px;
}

.sgcc-seo-section[aria-labelledby="sgcc-examples-title"] {
  background: #fbf3e9;
}

.sgcc-seo-section[aria-labelledby="sgcc-review-title"] {
  background: #eef2e3;
}

.sgcc-seo-section--menu-map {
  background: #fbf3e9;
}

.sgcc-seo-section--field-guide,
.sgcc-seo--nutrition .sgcc-seo-section--limits {
  background: #eef2e3;
}

.sgcc-seo--menu .sgcc-step-index,
.sgcc-seo--menu .sgcc-card-tag,
.sgcc-seo--menu .sgcc-card-index {
  color: #b84f31;
}

.sgcc-seo--nutrition .sgcc-example-grid article:first-child,
.sgcc-seo--nutrition .sgcc-note-grid article:nth-child(2) {
  background: #f0f5d8;
}

.sgcc-seo-source {
  margin: 0;
}

.sgcc-seo-source h2 {
  max-width: 720px;
}

.sgcc-source-method__links {
  gap: 18px;
}

.sgcc-source-link-group {
  display: grid;
  gap: 0;
}

.sgcc-source-link-group > span {
  margin-bottom: 5px;
  color: var(--sgcc-lime);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.sgcc-seo-source .sgcc-source-link-group a {
  justify-content: flex-start;
  min-height: 0;
  padding: 8px 0;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 0;
  font-size: 0.88rem;
}

.sgcc-seo-source .sgcc-source-link-group a:hover {
  color: var(--sgcc-kale-dark);
  background: var(--sgcc-lime);
  padding-right: 8px;
  padding-left: 8px;
}

.sgcc-seo .sgcc-seo-faq {
  padding: clamp(24px, 4vw, 44px);
}

.sgcc-seo-faq .sgcc-faq__list {
  max-width: 1040px;
}

.sgcc-info-grid,
.sgcc-nutrition-explainer {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding: 52px 0;
}

.sgcc-info-grid article,
.sgcc-nutrition-explainer article {
  padding: clamp(22px, 3vw, 34px);
  background: var(--sgcc-paper);
  border: 1px solid var(--sgcc-line);
  border-radius: 22px;
}

.sgcc-info-grid h2,
.sgcc-nutrition-explainer h2 {
  margin-bottom: 14px;
  font-size: 2rem;
}

.sgcc-nutrition-explainer {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sgcc-faq,
.sgcc-menu-section,
.sgcc-ingredient-reference {
  padding: 50px 0;
}

.sgcc-faq > h2 {
  margin-bottom: 24px;
  font-size: clamp(2.2rem, 4.5vw, 4rem);
}

.sgcc-faq__list {
  display: grid;
  gap: 10px;
}

.sgcc-faq details,
.sgcc-nutrition-group {
  background: var(--sgcc-paper);
  border: 1px solid var(--sgcc-line);
  border-radius: 16px;
}

.sgcc-faq summary,
.sgcc-nutrition-group summary {
  padding: 18px 20px;
  color: var(--sgcc-kale-dark);
  font-weight: 850;
  cursor: pointer;
}

.sgcc-faq details p {
  padding: 0 20px 20px;
  margin-bottom: 0;
  color: var(--sgcc-muted);
}

.sgcc-disclaimer,
.sgcc-source-method {
  padding: clamp(24px, 4vw, 48px);
  background: var(--sgcc-kale-dark);
  color: #fff;
  border-radius: 24px;
}

.sgcc-disclaimer h2,
.sgcc-source-method h2 {
  color: #fff;
}

.sgcc-disclaimer h2 {
  font-size: 2rem;
}

.sgcc-disclaimer p {
  max-width: 850px;
  color: rgba(255, 255, 255, 0.76);
}

.sgcc-disclaimer a,
.sgcc-source-method a,
.sgcc-support-content a {
  display: inline-flex;
  padding: 8px 12px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  text-decoration: none;
}

.sgcc-category-nav {
  position: sticky;
  z-index: 20;
  top: 72px;
  display: flex;
  gap: 8px;
  padding: 12px;
  overflow-x: auto;
  background: rgba(245, 241, 230, 0.95);
  border: 1px solid var(--sgcc-line);
  border-radius: 15px;
  backdrop-filter: blur(10px);
}

.sgcc-category-nav a {
  flex: 0 0 auto;
  padding: 8px 12px;
  color: var(--sgcc-kale);
  background: #fff;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 800;
  text-decoration: none;
}

.sgcc-section-heading {
  margin-bottom: 24px;
}

.sgcc-menu-card > img {
  aspect-ratio: 1 / 0.72;
}

.sgcc-menu-card__body > strong {
  display: block;
  margin-bottom: 10px;
  color: var(--sgcc-kale);
}

.sgcc-source-method {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.35fr);
  gap: 36px;
  margin-bottom: 0;
}

.sgcc-source-method p {
  color: rgba(255, 255, 255, 0.75);
}

.sgcc-source-method__links {
  display: grid;
  gap: 9px;
  align-content: start;
}

.sgcc-ingredient-reference .sgcc-section-heading > a {
  font-weight: 800;
}

.sgcc-nutrition-group {
  margin-top: 12px;
  overflow: hidden;
}

.sgcc-nutrition-group summary {
  display: flex;
  gap: 16px;
  align-items: baseline;
  justify-content: space-between;
}

.sgcc-nutrition-group summary small {
  color: var(--sgcc-muted);
  font-weight: 500;
}

.sgcc-table-wrap {
  overflow-x: auto;
}

.sgcc-table-wrap table {
  width: 100%;
  min-width: 1120px;
  border-collapse: collapse;
  font-size: 0.78rem;
}

.sgcc-table-wrap th,
.sgcc-table-wrap td {
  padding: 10px 12px;
  border-top: 1px solid var(--sgcc-line);
  text-align: right;
  white-space: nowrap;
}

.sgcc-table-wrap th:first-child,
.sgcc-table-wrap td:first-child {
  position: sticky;
  left: 0;
  text-align: left;
  background: var(--sgcc-paper);
}

.sgcc-support {
  display: grid;
  gap: clamp(20px, 3vw, 34px);
  max-width: 1120px;
  padding-top: clamp(24px, 4vw, 48px);
  margin: 0 auto;
}

.sgcc-support-nav {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  padding: 12px 14px 12px 18px;
  background: var(--sgcc-paper);
  border: 1px solid var(--sgcc-line);
  border-radius: 18px;
}

.sgcc-support-nav > span {
  flex: 0 0 auto;
  color: var(--sgcc-kale-dark);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.sgcc-support-nav > div {
  display: flex;
  gap: 7px;
  align-items: center;
}

.sgcc-support-nav a {
  flex: 0 0 auto;
  padding: 8px 12px;
  color: var(--sgcc-kale);
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 850;
  text-decoration: none;
}

.sgcc-support-nav a[aria-current="page"] {
  color: #fff;
  background: var(--sgcc-kale);
}

.sgcc-support-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(220px, 0.65fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: end;
  min-height: 310px;
  padding: clamp(30px, 5vw, 58px);
  background: var(--sgcc-paper);
  border: 1px solid var(--sgcc-line);
  border-radius: 28px;
  box-shadow: var(--sgcc-shadow);
}

.sgcc-support-page--contact .sgcc-support-hero {
  background: var(--sgcc-peach);
  border-color: #e6ad89;
}

.sgcc-support-page--privacy .sgcc-support-hero {
  background: var(--sgcc-lime);
  border-color: #c7d584;
}

.sgcc-support-page--terms .sgcc-support-hero {
  background: var(--sgcc-paper);
  border-color: #c9d2ca;
}

.sgcc-support-page--disclaimer .sgcc-support-hero {
  color: #fff;
  background: var(--sgcc-kale-dark);
  border-color: var(--sgcc-kale-dark);
}

.sgcc-support-hero h1 {
  max-width: 760px;
  margin-bottom: 0;
  font-size: clamp(3.2rem, 7.2vw, 6.2rem);
  letter-spacing: -0.055em;
}

.sgcc-support-page--disclaimer .sgcc-support-hero h1,
.sgcc-support-page--disclaimer .sgcc-support-hero .sgcc-kicker {
  color: #fff;
}

.sgcc-support-page--disclaimer .sgcc-support-hero .sgcc-kicker {
  color: var(--sgcc-lime);
}

.sgcc-support-hero__meta {
  display: grid;
  gap: 7px;
  align-content: end;
  padding: 18px;
  color: var(--sgcc-kale-dark);
  background: rgba(255, 255, 255, 0.52);
  border: 1px solid rgba(23, 63, 53, 0.14);
  border-radius: 16px;
}

.sgcc-support-hero__meta strong {
  font-size: 0.86rem;
}

.sgcc-support-hero__meta span {
  color: var(--sgcc-muted);
  font-size: 0.78rem;
}

.sgcc-support-page--disclaimer .sgcc-support-hero__meta {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.2);
}

.sgcc-support-page--disclaimer .sgcc-support-hero__meta span {
  color: rgba(255, 255, 255, 0.68);
}

.sgcc-support-overview {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  gap: clamp(18px, 3vw, 30px);
  align-items: stretch;
}

.sgcc-support-intro,
.sgcc-support-facts,
.sgcc-support-section {
  min-width: 0;
  padding: clamp(24px, 4vw, 40px);
  border: 1px solid var(--sgcc-line);
  border-radius: 22px;
}

.sgcc-support-intro,
.sgcc-support-section {
  background: var(--sgcc-paper);
}

.sgcc-support-intro {
  display: grid;
  gap: 15px;
}

.sgcc-support-intro h2,
.sgcc-support-facts h2,
.sgcc-support-section h2 {
  margin-bottom: 0;
}

.sgcc-support-intro h2 {
  max-width: 760px;
  font-size: clamp(2rem, 3.4vw, 3rem);
}

.sgcc-support-intro p,
.sgcc-support-section p,
.sgcc-support-list {
  color: var(--sgcc-muted);
  font-size: 0.98rem;
  line-height: 1.72;
}

.sgcc-support-intro p,
.sgcc-support-section p {
  margin-bottom: 0;
}

.sgcc-support-facts {
  color: #fff;
  background: var(--sgcc-kale-dark);
  border-color: var(--sgcc-kale-dark);
}

.sgcc-support-facts h2 {
  margin-bottom: 18px;
  color: #fff;
  font-size: 1.55rem;
}

.sgcc-support-facts ul {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.sgcc-support-facts li {
  display: grid;
  gap: 4px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
}

.sgcc-support-facts strong {
  color: var(--sgcc-lime);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.4rem;
  line-height: 1.18;
}

.sgcc-support-facts span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.77rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1.45;
  text-transform: uppercase;
}

.sgcc-support-sections {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.sgcc-support-section {
  display: grid;
  gap: 13px;
  align-content: start;
}

.sgcc-support-section:first-child {
  grid-column: 1 / -1;
  grid-template-columns: minmax(220px, 0.42fr) minmax(0, 1fr);
  column-gap: clamp(24px, 4vw, 52px);
}

.sgcc-support-section:first-child .sgcc-kicker {
  grid-row: 1 / span 3;
}

.sgcc-support-section h2 {
  font-size: clamp(1.65rem, 2.7vw, 2.35rem);
}

.sgcc-support-section--peach {
  background: #fbf0e6;
  border-color: #ebc5ad;
}

.sgcc-support-section--lime {
  background: #f0f5d8;
  border-color: #d8e3a7;
}

.sgcc-support-section--warning {
  background: #fff5ee;
  border-color: #edb9a5;
}

.sgcc-support-list {
  display: grid;
  gap: 9px;
  padding-left: 1.35rem;
  margin: 4px 0 0;
}

.sgcc-support-list li {
  padding-left: 4px;
}

.sgcc-support-route {
  margin: 0;
}

.sgcc-support-route h2 {
  max-width: 720px;
}

.sgcc-support-route .sgcc-source-method__links {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sgcc-support-route .sgcc-source-link-group {
  min-width: 0;
}

.sgcc-footer {
  display: flex;
  gap: 24px;
  align-items: end;
  justify-content: space-between;
  padding: 42px clamp(18px, 4vw, 64px);
  color: rgba(255, 255, 255, 0.72);
  background: var(--sgcc-kale-dark);
}

.sgcc-footer strong {
  color: #fff;
}

.sgcc-footer p {
  max-width: 620px;
  margin: 6px 0 0;
  font-size: 0.82rem;
}

.sgcc-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.sgcc-footer a {
  color: #fff;
  font-size: 0.8rem;
}

.sgcc-blog-page .sgcc-main,
.sgcc-article-page .sgcc-main {
  padding-bottom: 72px !important;
}

.sgcc-blog-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: end;
  margin: 34px 0 54px;
  padding: clamp(30px, 5vw, 68px);
  background: var(--sgcc-lime);
  border: 1px solid rgba(12, 45, 37, 0.12);
  border-radius: 32px;
  box-shadow: var(--sgcc-shadow);
}

.sgcc-blog-hero h1 {
  max-width: 780px;
  margin-bottom: 0;
  font-size: clamp(3.2rem, 7vw, 6.4rem);
}

.sgcc-blog-hero > p {
  max-width: 560px;
  margin-bottom: 4px;
  color: var(--sgcc-kale-dark);
  font-size: clamp(1rem, 1.5vw, 1.24rem);
}

.sgcc-blog-directory {
  display: grid;
  gap: 26px;
}

.sgcc-blog-heading {
  display: flex;
  gap: 24px;
  align-items: end;
  justify-content: space-between;
}

.sgcc-blog-heading h2 {
  margin-bottom: 0;
  font-size: clamp(2rem, 4vw, 3.6rem);
}

.sgcc-blog-heading > p {
  max-width: 520px;
  margin-bottom: 4px;
  color: var(--sgcc-muted);
}

.sgcc-blog-grid,
.sgcc-related__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.sgcc-blog-card {
  min-width: 0;
  overflow: hidden;
  background: var(--sgcc-paper);
  border: 1px solid var(--sgcc-line);
  border-radius: 24px;
  box-shadow: 0 14px 34px rgba(19, 55, 46, 0.08);
}

.sgcc-blog-card__media {
  display: block;
  overflow: hidden;
  color: var(--sgcc-kale-dark);
  background: var(--sgcc-peach);
  text-decoration: none;
}

.sgcc-blog-card__media img,
.sgcc-blog-card__media .sgcc-image-placeholder {
  width: 100%;
  aspect-ratio: 3 / 2;
  display: grid;
  place-items: center;
  object-fit: cover;
  transition: transform 180ms ease;
}

.sgcc-blog-card:hover .sgcc-blog-card__media img {
  transform: scale(1.025);
}

.sgcc-blog-card__body {
  display: grid;
  gap: 13px;
  padding: 24px;
}

.sgcc-blog-card__meta {
  margin-bottom: 0;
  color: var(--sgcc-muted);
  font-size: 0.76rem;
  font-weight: 750;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.sgcc-blog-card h2 {
  margin-bottom: 0;
  font-size: clamp(1.55rem, 2.4vw, 2.05rem);
}

.sgcc-blog-card h2 a {
  color: var(--sgcc-kale-dark);
  text-decoration: none;
}

.sgcc-blog-card__body > p:not(.sgcc-blog-card__meta) {
  margin-bottom: 0;
  color: var(--sgcc-muted);
}

.sgcc-blog-card__link {
  justify-self: start;
  font-weight: 800;
}

.sgcc-blog-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}

.sgcc-blog-pagination .page-numbers {
  display: inline-flex;
  min-width: 42px;
  min-height: 42px;
  padding: 8px 12px;
  align-items: center;
  justify-content: center;
  background: var(--sgcc-paper);
  border: 1px solid var(--sgcc-line);
  border-radius: 12px;
  font-weight: 750;
  text-decoration: none;
}

.sgcc-blog-pagination .current {
  color: #fff;
  background: var(--sgcc-kale);
  border-color: var(--sgcc-kale);
}

.sgcc-blog-empty {
  display: grid;
  gap: 14px;
  justify-items: start;
  padding: clamp(28px, 6vw, 64px);
  background: var(--sgcc-paper);
  border: 1px solid var(--sgcc-line);
  border-radius: 26px;
}

.sgcc-blog-empty h2,
.sgcc-blog-empty p {
  margin-bottom: 0;
}

.sgcc-blog-empty > div {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.sgcc-article-main {
  width: min(1120px, calc(100% - 36px));
}

.sgcc-article-breadcrumb {
  display: flex;
  gap: 9px;
  align-items: center;
  padding: 26px 0 18px;
  color: var(--sgcc-muted);
  font-size: 0.84rem;
  overflow-wrap: anywhere;
}

.sgcc-article-header {
  max-width: 920px;
  padding: clamp(28px, 5vw, 64px) 0 34px;
}

.sgcc-article-header h1 {
  margin-bottom: 22px;
  font-size: clamp(3rem, 7vw, 6rem);
}

.sgcc-article-deck {
  max-width: 780px;
  color: var(--sgcc-muted);
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
}

.sgcc-article-byline {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin-top: 24px;
  color: var(--sgcc-kale-dark);
  font-size: 0.82rem;
  font-weight: 750;
}

.sgcc-article-byline span:not(:last-child)::after {
  margin-left: 18px;
  color: var(--sgcc-coral);
  content: "•";
}

.sgcc-article-hero {
  margin: 0 0 clamp(36px, 6vw, 72px);
}

.sgcc-article-hero img {
  width: 100%;
  aspect-ratio: 5 / 3;
  object-fit: cover;
  border-radius: 28px;
  box-shadow: var(--sgcc-shadow);
}

.sgcc-article-hero figcaption {
  margin-top: 10px;
  color: var(--sgcc-muted);
  font-size: 0.76rem;
}

.sgcc-article-content {
  max-width: 780px;
  margin: 0 auto;
  font-size: 1.06rem;
}

.sgcc-article-content h2 {
  margin: 2.8rem 0 1rem;
  font-size: clamp(2rem, 4vw, 3.1rem);
}

.sgcc-article-content h3 {
  margin: 2.1rem 0 0.8rem;
  font-size: clamp(1.5rem, 2.8vw, 2rem);
}

.sgcc-article-content p,
.sgcc-article-content ul,
.sgcc-article-content ol,
.sgcc-article-content blockquote {
  margin-bottom: 1.25rem;
}

.sgcc-article-content li + li {
  margin-top: 0.5rem;
}

.sgcc-article-answer,
.sgcc-article-callout {
  margin: 0 0 2rem;
  padding: 24px;
  background: var(--sgcc-lime);
  border: 1px solid rgba(12, 45, 37, 0.14);
  border-radius: 20px;
}

.sgcc-article-callout--peach {
  background: var(--sgcc-peach);
}

.sgcc-article-table-wrap {
  width: 100%;
  margin: 1.6rem 0 2rem;
  overflow-x: auto;
  border: 1px solid var(--sgcc-line);
  border-radius: 18px;
}

.sgcc-article-table-wrap table {
  width: 100%;
  min-width: 620px;
  margin: 0;
  border-collapse: collapse;
  background: var(--sgcc-paper);
}

.sgcc-article-table-wrap th,
.sgcc-article-table-wrap td {
  padding: 13px 15px;
  text-align: left;
  border-bottom: 1px solid var(--sgcc-line);
}

.sgcc-article-table-wrap th {
  color: #fff;
  background: var(--sgcc-kale);
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.sgcc-article-source,
.sgcc-article-tools,
.sgcc-related {
  margin-top: clamp(40px, 7vw, 78px);
}

.sgcc-article-source {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(240px, 0.6fr);
  gap: 26px;
  padding: clamp(26px, 5vw, 48px);
  color: #fff;
  background: var(--sgcc-kale-dark);
  border-radius: 26px;
}

.sgcc-article-source h2 {
  color: #fff;
  font-size: clamp(1.9rem, 4vw, 3rem);
}

.sgcc-article-source__links {
  display: grid;
  gap: 10px;
  align-content: center;
}

.sgcc-article-source__links a {
  padding: 12px 14px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 13px;
  text-decoration: none;
}

.sgcc-article-tools {
  padding: clamp(26px, 5vw, 48px);
  background: var(--sgcc-peach);
  border-radius: 26px;
}

.sgcc-article-tools h2 {
  max-width: 760px;
  font-size: clamp(2rem, 4vw, 3.2rem);
}

.sgcc-article-tools > div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.sgcc-article-tools a {
  display: grid;
  gap: 7px;
  padding: 18px;
  color: var(--sgcc-kale-dark);
  background: rgba(255, 253, 247, 0.7);
  border: 1px solid rgba(12, 45, 37, 0.12);
  border-radius: 16px;
  text-decoration: none;
}

.sgcc-article-tools span {
  color: var(--sgcc-muted);
  font-size: 0.88rem;
}

.sgcc-related__grid .sgcc-blog-card__body > p:not(.sgcc-blog-card__meta) {
  display: none;
}

.sgcc-article-back {
  margin: 40px 0 0;
  text-align: center;
  font-weight: 800;
}

@media (max-width: 980px) {
  .sgcc-calculator__layout {
    grid-template-columns: 1fr;
  }

  .sgcc-summary {
    position: static;
  }

  .sgcc-results {
    max-height: none;
    overflow: visible;
  }

  .sgcc-nutrition-explainer {
    grid-template-columns: 1fr;
  }

  .sgcc-seo-overview {
    grid-template-columns: 1fr;
  }

  .sgcc-seo__intro {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .sgcc-support-hero,
  .sgcc-support-overview {
    grid-template-columns: 1fr;
  }

  .sgcc-support-hero {
    min-height: 0;
  }

  .sgcc-note-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sgcc-blog-grid,
  .sgcc-related__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  body.sweetgreen-calculator-page-calculator {
    padding-bottom: 76px;
  }

  .sgcc-brandbar {
    min-height: 64px;
    padding: 10px 16px;
  }

  .sgcc-brandbar__name {
    max-width: 190px;
    font-size: 0.9rem;
    line-height: 1.1;
  }

  .sgcc-mark {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
  }

  .sgcc-brandbar__toggle {
    display: inline-flex;
  }

  .sgcc-brandbar__links {
    position: absolute;
    top: calc(100% + 8px);
    right: 12px;
    left: 12px;
    display: none;
    padding: 12px;
    background: var(--sgcc-kale-dark);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 16px;
    box-shadow: var(--sgcc-shadow);
  }

  .sgcc-brandbar.is-open .sgcc-brandbar__links {
    display: grid;
  }

  .sgcc-brandbar__links a {
    padding: 9px 10px;
  }

  .sgcc-main {
    width: min(100% - 24px, 1240px);
  }

  .sgcc-hero {
    grid-template-columns: 1fr;
    padding: 42px 0 32px;
  }

  .sgcc-hero__copy h1 {
    margin-bottom: 17px;
    font-size: clamp(2.65rem, 14vw, 4.5rem);
  }

  .sgcc-calculator {
    padding: 16px;
    border-radius: 22px;
  }

  .sgcc-tool-heading,
  .sgcc-section-heading,
  .sgcc-custom-intro,
  .sgcc-custom-total,
  .sgcc-source-method,
  .sgcc-footer {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .sgcc-mode-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .sgcc-controls {
    top: 72px;
    grid-template-columns: 1fr;
  }

  .sgcc-product-grid,
  .sgcc-menu-grid,
  .sgcc-info-grid,
  .sgcc-ingredient-list,
  .sgcc-example-grid,
  .sgcc-note-grid,
  .sgcc-review-grid,
  .sgcc-step-list {
    grid-template-columns: 1fr;
  }

  .sgcc-support {
    gap: 22px;
  }

  .sgcc-support-nav {
    display: grid;
    gap: 9px;
    padding: 12px;
    overflow: hidden;
  }

  .sgcc-support-nav > div {
    padding-bottom: 2px;
    overflow-x: auto;
  }

  .sgcc-support-hero {
    gap: 22px;
    padding: 28px 24px;
    border-radius: 22px;
  }

  .sgcc-support-hero h1 {
    font-size: clamp(2.8rem, 14vw, 4.4rem);
  }

  .sgcc-support-sections {
    grid-template-columns: 1fr;
  }

  .sgcc-support-section:first-child {
    grid-column: auto;
    grid-template-columns: 1fr;
  }

  .sgcc-support-section:first-child .sgcc-kicker {
    grid-row: auto;
  }

  .sgcc-support-route .sgcc-source-method__links {
    grid-template-columns: 1fr;
  }

  .sgcc-seo {
    gap: 28px;
    padding: 38px 0;
  }

  .sgcc-seo-heading-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    align-items: stretch;
  }

  .sgcc-seo-heading-row > p {
    max-width: none;
  }

  .sgcc-example-grid article:first-child {
    grid-column: auto;
    grid-template-columns: 1fr;
  }

  .sgcc-example-grid article:first-child .sgcc-card-tag {
    grid-row: auto;
  }

  .sgcc-menu-card > img,
  .sgcc-menu-card > .sgcc-image-placeholder {
    aspect-ratio: 1.25 / 1;
  }

  .sgcc-custom-total .sgcc-macro-row {
    justify-content: flex-start;
  }

  .sgcc-summary__actions,
  .sgcc-custom-actions {
    grid-template-columns: 1fr;
  }

  .sgcc-mobile-summary {
    position: fixed;
    z-index: 60;
    right: auto;
    bottom: 10px;
    left: 10px;
    width: calc(100vw - 20px);
    max-width: calc(100vw - 20px);
    min-width: 0;
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: space-between;
    min-height: 58px;
    padding: 11px 15px;
    color: #fff;
    background: var(--sgcc-kale-dark);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 16px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.32);
    font: inherit;
    font-size: 0.76rem;
    overflow: hidden;
  }

  .sgcc-mobile-summary span {
    min-width: 0;
    white-space: nowrap;
  }

  .sgcc-mobile-summary strong {
    font-size: 1.25rem;
  }

  .sgcc-category-nav {
    top: 64px;
  }

  .sgcc-nutrition-group summary {
    display: grid;
  }

  .sgcc-footer {
    align-items: start;
  }

  .sgcc-blog-hero,
  .sgcc-article-source {
    grid-template-columns: 1fr;
  }

  .sgcc-blog-heading {
    display: grid;
    align-items: start;
  }

  .sgcc-blog-grid,
  .sgcc-related__grid,
  .sgcc-article-tools > div {
    grid-template-columns: 1fr;
  }

  .sgcc-article-header h1 {
    font-size: clamp(2.75rem, 13vw, 4.6rem);
  }

  .sgcc-article-byline {
    display: grid;
  }

  .sgcc-article-byline span::after {
    display: none;
  }
}

@media (max-width: 390px) {
  .sgcc-main {
    width: min(100% - 18px, 1240px);
  }

  .sgcc-step-list li {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .sgcc-step-index {
    font-size: 1.65rem;
  }

  .sgcc-support-hero,
  .sgcc-support-intro,
  .sgcc-support-facts,
  .sgcc-support-section {
    padding: 22px 18px;
  }

  .sgcc-support-hero h1 {
    font-size: clamp(2.55rem, 15vw, 3.55rem);
  }

  .sgcc-seo-faq summary {
    font-size: 0.95rem;
    line-height: 1.35;
  }

  .sgcc-brandbar__name {
    max-width: 155px;
    font-size: 0.78rem;
  }

  .sgcc-mode-tabs button,
  .sgcc-button {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 0.82rem;
  }

  .sgcc-product-card__heading {
    display: grid;
  }

  .sgcc-nutrition-grid {
    grid-template-columns: 1fr;
  }

  .sgcc-mobile-summary {
    gap: 7px;
    font-size: 0.68rem;
  }

  .sgcc-blog-hero {
    margin-top: 18px;
    padding: 26px 20px;
    border-radius: 22px;
  }

  .sgcc-blog-hero h1 {
    font-size: clamp(2.65rem, 15vw, 3.8rem);
  }

  .sgcc-blog-card__body,
  .sgcc-article-answer,
  .sgcc-article-callout {
    padding: 19px;
  }

  .sgcc-article-main {
    width: min(100% - 18px, 1120px);
  }

  .sgcc-article-breadcrumb {
    align-items: flex-start;
    flex-wrap: wrap;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sgcc-shell *,
  .sgcc-shell *::before,
  .sgcc-shell *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .sgcc-results__spinner {
    animation: none;
  }
}
