.sgcg-page {
  overflow: clip;
}

.sgcg-hero {
  position: relative;
  padding: clamp(5rem, 10vw, 9rem) 0;
  color: #f2f0e9;
  background:
    radial-gradient(circle at 83% 25%, rgba(201, 255, 53, .13), transparent 24rem),
    #11130f;
}

.sgcg-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: rgba(242, 240, 233, .14);
}

.sgcg-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(19rem, .65fr);
  align-items: end;
  gap: clamp(2rem, 7vw, 7rem);
}

.sgcg-hero h1,
.sgcg-submit-copy h2 {
  margin: .25rem 0 1.25rem;
  font-family: var(--sg-font-display, Impact, sans-serif);
  font-size: clamp(4rem, 10vw, 9rem);
  line-height: .88;
  letter-spacing: -.045em;
  text-transform: uppercase;
}

.sgcg-hero__grid > div > p:not(.sg-eyebrow) {
  max-width: 42rem;
  margin: 0;
  color: rgba(242, 240, 233, .72);
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
}

.sgcg-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin-top: 2rem;
}

.sgcg-hero__panel {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border: 1px solid rgba(242, 240, 233, .14);
  background: rgba(255, 255, 255, .025);
}

.sgcg-hero__panel span,
.sgcg-hero__panel strong {
  padding: 1rem 1.1rem;
  border-bottom: 1px solid rgba(242, 240, 233, .1);
}

.sgcg-hero__panel span {
  color: #c9ff35;
  font: 700 .72rem/1 var(--sg-font-body, Arial, sans-serif);
  letter-spacing: .14em;
}

.sgcg-hero__panel strong {
  font-size: .85rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.sgcg-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.sgcg-grid--home {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.sgcg-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid #d8d6ce;
  border-radius: 1rem;
  background: #fff;
  transition: transform .25s ease, box-shadow .25s ease;
}

.sgcg-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 1.2rem 2.5rem rgba(17, 19, 15, .09);
}

.sgcg-card__image {
  position: relative;
  display: block;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  color: inherit;
  background: #dfddd5;
  text-decoration: none;
}

.sgcg-card__image::after {
  content: "";
  position: absolute;
  inset: 55% 0 0;
  background: linear-gradient(transparent, rgba(17, 19, 15, .3));
  pointer-events: none;
}

.sgcg-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s cubic-bezier(.2, .7, .2, 1);
}

.sgcg-card:hover .sgcg-card__image img {
  transform: scale(1.025);
}

.sgcg-card__count {
  position: absolute;
  right: .75rem;
  bottom: .75rem;
  z-index: 2;
  padding: .45rem .65rem;
  border-radius: 999px;
  color: #f2f0e9;
  background: rgba(17, 19, 15, .82);
  font-size: .65rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.sgcg-card__body {
  display: flex;
  flex-direction: column;
  padding: 1.1rem 1.15rem 1.2rem;
}

.sgcg-card__model {
  display: block;
  margin-bottom: .35rem;
  color: #61645b;
  font-size: .68rem;
  font-weight: 750;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.sgcg-card h3 {
  margin: 0;
  color: #11130f;
  font-size: clamp(1.2rem, 2vw, 1.65rem);
  line-height: 1.05;
}

.sgcg-card h3 a {
  color: inherit;
  text-decoration: none;
}

.sgcg-card h3 a:hover,
.sgcg-card h3 a:focus-visible {
  text-decoration: underline;
  text-underline-offset: .14em;
}

.sgcg-card__detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1rem;
  color: #11130f;
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .07em;
  text-decoration: none;
  text-transform: uppercase;
}

.sgcg-card__detail:hover,
.sgcg-card__detail:focus-visible {
  color: #4c6600;
}

.sgcg-card__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  margin-top: 1.1rem;
  padding-top: .85rem;
  border-top: 1px solid #e6e3dc;
  color: #64675f;
  font-size: .8rem;
}

.sgcg-socials {
  display: flex;
  gap: .35rem;
}

.sgcg-socials:empty {
  display: none;
}

.sgcg-socials a {
  display: grid;
  width: 2rem;
  height: 2rem;
  place-items: center;
  border-radius: 50%;
  color: #11130f;
  background: #f0eee7;
  transition: color .2s ease, background .2s ease;
}

.sgcg-socials a:hover,
.sgcg-socials a:focus-visible {
  color: #11130f;
  background: #c9ff35;
}

.sgcg-socials svg,
.sgcg-social-fields svg {
  width: 1rem;
  height: 1rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.sgcg-socials svg .fill,
.sgcg-social-fields svg .fill {
  fill: currentColor;
  stroke: none;
}

.sgcg-card--compact .sgcg-card__body {
  padding: .9rem 1rem 1rem;
}

.sgcg-card--compact h3 {
  font-size: 1.2rem;
}

.sgcg-home {
  background: #e7e4dc;
}

.sgcg-empty,
.sgcg-gallery-empty {
  display: grid;
  min-height: 20rem;
  place-content: center;
  padding: 2rem;
  border: 1px solid #cbc8bf;
  border-radius: 1rem;
  color: #f2f0e9;
  text-align: center;
  background:
    radial-gradient(circle at 75% 20%, rgba(201, 255, 53, .2), transparent 18rem),
    #11130f;
}

.sgcg-empty span,
.sgcg-gallery-empty > span {
  color: #c9ff35;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.sgcg-empty strong,
.sgcg-gallery-empty h3 {
  margin: .65rem 0;
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: .95;
}

.sgcg-empty b {
  margin-top: 1rem;
}

.sgcg-gallery-empty p {
  max-width: 34rem;
  color: rgba(242, 240, 233, .7);
}

.sgcg-gallery-empty .sg-button {
  justify-self: center;
  margin-top: 1rem;
}

.sgcg-pagination {
  margin-top: 2rem;
}

.sgcg-pagination ul {
  display: flex;
  justify-content: center;
  gap: .4rem;
  padding: 0;
  list-style: none;
}

.sgcg-pagination a,
.sgcg-pagination span {
  display: grid;
  min-width: 2.75rem;
  min-height: 2.75rem;
  padding: .5rem;
  place-items: center;
  border: 1px solid #cac7bf;
  border-radius: .35rem;
}

.sgcg-pagination .current {
  border-color: #11130f;
  color: #f2f0e9;
  background: #11130f;
}

/* Single scooter detail */
.sgcg-detail-page {
  background: #f2f0e9;
}

.sgcg-detail__header {
  padding: clamp(3.5rem, 7vw, 6.5rem) 0 clamp(2rem, 4vw, 3.5rem);
  color: #f2f0e9;
  background:
    radial-gradient(circle at 82% 25%, rgba(201, 255, 53, .12), transparent 22rem),
    #11130f;
}

.sgcg-detail__back {
  display: inline-flex;
  margin-bottom: clamp(2rem, 5vw, 4.5rem);
  color: rgba(242, 240, 233, .72);
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
}

.sgcg-detail__back:hover,
.sgcg-detail__back:focus-visible {
  color: #c9ff35;
}

.sgcg-detail__header h1 {
  max-width: 14ch;
  margin: .35rem 0 1rem;
  font-family: var(--sg-font-display, Impact, sans-serif);
  font-size: clamp(3.7rem, 10vw, 8.5rem);
  letter-spacing: -.045em;
  line-height: .86;
  text-transform: uppercase;
}

.sgcg-detail__byline {
  margin: 0;
  color: rgba(242, 240, 233, .7);
}

.sgcg-detail__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(18rem, .65fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: start;
  padding-block: clamp(2.5rem, 6vw, 6rem);
}

.sgcg-detail__main {
  aspect-ratio: 4 / 3;
  margin: 0;
  overflow: hidden;
  border-radius: 1rem;
  background: #dedbd2;
}

.sgcg-detail__main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sgcg-detail__thumbs {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: .65rem;
  margin-top: .75rem;
}

.sgcg-detail__thumb {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: .55rem;
  background: #dedbd2;
}

.sgcg-detail__thumb[aria-current="true"] {
  border-color: #0f7a50;
}

.sgcg-detail__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sgcg-detail__story {
  position: sticky;
  top: 7.5rem;
  padding: clamp(1.3rem, 3vw, 2rem);
  border: 1px solid #d3d0c6;
  border-radius: 1rem;
  background: #fff;
}

.sgcg-detail__text {
  margin-top: 1rem;
  color: #454941;
  font-size: 1.05rem;
  line-height: 1.7;
}

.sgcg-detail__text > :first-child {
  margin-top: 0;
}

.sgcg-detail__text > :last-child {
  margin-bottom: 0;
}

.sgcg-detail__facts {
  display: grid;
  gap: .75rem;
  margin: 1.5rem 0 0;
  padding-top: 1.2rem;
  border-top: 1px solid #e1ded5;
}

.sgcg-detail__facts div {
  display: grid;
  grid-template-columns: 5rem 1fr;
  gap: 1rem;
}

.sgcg-detail__facts dt {
  color: #6a6e65;
  font-size: .68rem;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.sgcg-detail__facts dd {
  margin: 0;
  color: #11130f;
  font-weight: 750;
}

.sgcg-detail__socials {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1.2rem;
  padding-top: 1.2rem;
  border-top: 1px solid #e1ded5;
  font-size: .75rem;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.sgcg-detail__cta {
  width: 100%;
  justify-content: space-between;
  margin-top: 1.5rem;
}

.sgcg-submit-section {
  color: #f2f0e9;
  background: #11130f;
}

.sgcg-submit-layout {
  display: grid;
  grid-template-columns: minmax(16rem, .72fr) minmax(0, 1.28fr);
  align-items: start;
  gap: clamp(2rem, 7vw, 7rem);
}

.sgcg-submit-copy {
  position: sticky;
  top: 8rem;
}

.sgcg-submit-copy h2 {
  font-size: clamp(3.5rem, 7vw, 6.5rem);
}

.sgcg-submit-copy > p:not(.sg-eyebrow),
.sgcg-submit-copy li {
  color: rgba(242, 240, 233, .7);
}

.sgcg-submit-copy ul {
  display: grid;
  gap: .6rem;
  margin: 2rem 0 0;
  padding: 1.3rem 0 0;
  border-top: 1px solid rgba(242, 240, 233, .14);
  list-style: none;
}

.sgcg-submit-copy li::before {
  content: "•";
  margin-right: .7rem;
  color: #c9ff35;
}

.sgcg-form-card {
  padding: clamp(1.2rem, 3vw, 2.2rem);
  border-radius: 1.2rem;
  color: #11130f;
  background: #f2f0e9;
}

.sgcg-form {
  display: grid;
  gap: 1.15rem;
}

.sgcg-form label,
.sgcg-social-fields {
  position: relative;
  display: grid;
  gap: .45rem;
  margin: 0;
}

.sgcg-form label > span,
.sgcg-social-fields legend {
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.sgcg-form label small,
.sgcg-social-fields small {
  color: #777a72;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

.sgcg-form input[type="text"],
.sgcg-form input[type="url"],
.sgcg-form textarea {
  width: 100%;
  border: 1px solid #ccc9c0;
  border-radius: .5rem;
  color: #11130f;
  background: #fff;
}

.sgcg-form input[type="text"],
.sgcg-form input[type="url"] {
  min-height: 3.25rem;
  padding: .75rem .9rem;
}

.sgcg-form textarea {
  min-height: 8rem;
  padding: .9rem;
  resize: vertical;
}

.sgcg-form input:focus,
.sgcg-form textarea:focus {
  border-color: #4877ff;
  outline: 3px solid rgba(72, 119, 255, .15);
}

.sgcg-field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.sgcg-upload {
  display: grid;
  min-height: 17rem;
  place-items: center;
  align-content: center;
  padding: 1.2rem;
  overflow: hidden;
  border: 1px dashed #9c9f96;
  border-radius: .8rem;
  text-align: center;
  background: #e8e5dd;
  cursor: default;
}

.sgcg-upload.is-dragging {
  border-color: #11130f;
  background: #dff3aa;
}

.sgcg-upload input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.sgcg-upload__picker {
  display: grid;
  width: 100%;
  min-height: 9rem;
  place-items: center;
  color: inherit;
  cursor: pointer;
}

.sgcg-upload__icon {
  display: grid;
  width: 3rem;
  height: 3rem;
  margin-bottom: .25rem;
  place-items: center;
  border-radius: 50%;
  color: #11130f;
  background: #c9ff35;
  font-size: 1.6rem;
}

.sgcg-upload__intro {
  display: grid;
  place-items: center;
}

.sgcg-upload__previews {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .55rem;
  margin-top: .9rem;
}

.sgcg-upload__previews[hidden] {
  display: none;
}

.sgcg-upload__previews figure {
  position: relative;
  aspect-ratio: 1;
  margin: 0;
  overflow: hidden;
  border-radius: .55rem;
  background: #d4d1c8;
}

.sgcg-upload__remove {
  position: absolute;
  z-index: 2;
  top: .4rem;
  right: .4rem;
  display: grid;
  width: 1.85rem;
  min-width: 1.85rem;
  height: 1.85rem;
  min-height: 1.85rem;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .45);
  border-radius: 50%;
  color: #fff;
  background: rgba(17, 19, 15, .86);
  box-shadow: 0 2px 8px rgba(17, 19, 15, .18);
  font: 700 1.25rem/1 sans-serif;
  cursor: pointer;
}

.sgcg-upload__remove:hover,
.sgcg-upload__remove:focus-visible {
  background: #11130f;
  transform: none;
}

.sgcg-upload.has-preview {
  align-content: start;
}

.sgcg-upload.has-preview .sgcg-upload__picker {
  min-height: 4.7rem;
  padding: .55rem;
  border: 1px dashed #bfc5bc;
  border-radius: .55rem;
  background: #fff;
}

.sgcg-upload.has-preview .sgcg-upload__icon {
  width: 2rem;
  height: 2rem;
  font-size: 1.1rem;
}

.sgcg-upload__previews img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sgcg-upload__previews figcaption {
  position: absolute;
  right: .4rem;
  bottom: .4rem;
  padding: .35rem .5rem;
  border-radius: 999px;
  color: #fff;
  background: rgba(17, 19, 15, .82);
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.sgcg-upload__previews figure:first-child figcaption {
  color: #11130f;
  background: #c9ff35;
}

.sgcg-counter {
  position: absolute;
  right: .65rem;
  bottom: .55rem;
  padding: .15rem .3rem;
  background: #fff;
}

.sgcg-social-fields {
  gap: .8rem;
  padding: 1.1rem;
  border: 1px solid #d4d1c8;
  border-radius: .7rem;
}

.sgcg-social-fields > p {
  margin: -.35rem 0 .2rem;
  color: #696c64;
  font-size: .82rem;
}

.sgcg-social-fields label > span {
  display: flex;
  align-items: center;
  gap: .45rem;
}

.sgcg-social-fields label > small:not(:empty) {
  overflow: hidden;
  color: #4e6c00;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sgcg-consent {
  grid-template-columns: auto 1fr;
  align-items: start;
}

.sgcg-consent input {
  width: 1.15rem;
  height: 1.15rem;
  margin-top: .12rem;
  accent-color: #11130f;
}

.sgcg-consent span {
  font-size: .78rem !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  line-height: 1.55;
  text-transform: none !important;
}

.sgcg-submit-button {
  width: 100%;
  justify-content: space-between;
}

.sgcg-submit-button[disabled] {
  cursor: wait;
  opacity: .72;
}

.sgcg-form-note {
  margin: -.4rem 0 0;
  color: #6b6e66;
  font-size: .75rem;
  text-align: center;
}

.sgcg-notice {
  margin-bottom: 1rem;
  padding: .9rem 1rem;
  border-left: 4px solid;
  border-radius: .35rem;
}

.sgcg-notice--success {
  border-color: #86af12;
  background: #e5f3c0;
}

.sgcg-notice--error {
  border-color: #ff5b35;
  background: #ffe1d8;
}

.sgcg-honeypot {
  position: absolute !important;
  left: -10000px !important;
}

@media (max-width: 980px) {
  .sgcg-hero__grid,
  .sgcg-submit-layout,
  .sgcg-detail__layout {
    grid-template-columns: 1fr;
  }

  .sgcg-hero__panel {
    max-width: 34rem;
  }

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

  .sgcg-submit-copy {
    position: static;
    max-width: 44rem;
  }

  .sgcg-detail__story {
    position: static;
  }
}

@media (max-width: 620px) {
  .sgcg-hero {
    padding: 4rem 0;
  }

  .sgcg-hero h1 {
    font-size: clamp(3.7rem, 20vw, 5.6rem);
  }

  .sgcg-hero__actions .sg-button {
    width: 100%;
  }

  .sgcg-grid,
  .sgcg-grid--home,
  .sgcg-field-grid {
    grid-template-columns: 1fr;
  }

  .sgcg-grid--home .sgcg-card:nth-child(n+3) {
    display: none;
  }

  .sgcg-card__image {
    aspect-ratio: 4 / 4.6;
  }

  .sgcg-form-card {
    padding: 1rem;
    border-radius: .8rem;
  }

  .sgcg-upload {
    min-height: 14rem;
  }

  .sgcg-detail__thumbs {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .sgcg-detail__header h1 {
    font-size: clamp(3.4rem, 18vw, 5.3rem);
  }
}

/* Clean theme alignment — 0.2.1 */
.sgcg-page,
.sgcg-detail-page {
  background: var(--sg-paper, #f7f8f5);
}

.sgcg-hero {
  padding: clamp(4.5rem, 8vw, 7rem) 0;
  background:
    radial-gradient(circle at 82% 28%, rgba(185, 242, 39, .09), transparent 25rem),
    var(--sg-ink, #141814);
}

.sgcg-hero h1,
.sgcg-submit-copy h2 {
  margin: .35rem 0 1.25rem;
  font-family: var(--sg-font-display, sans-serif);
  font-size: clamp(3.3rem, 7vw, 6.6rem);
  font-weight: 800;
  letter-spacing: -.045em;
  line-height: 1;
  text-transform: none;
}

.sgcg-hero__grid {
  align-items: center;
}

.sgcg-hero__panel {
  overflow: hidden;
  border-color: rgba(255, 255, 255, .13);
  border-radius: var(--sg-radius, 15px);
  background: rgba(255, 255, 255, .04);
}

.sgcg-hero__panel span {
  color: var(--sg-acid, #b9f227);
  letter-spacing: .07em;
}

.sgcg-hero__panel strong {
  font-weight: 650;
  letter-spacing: 0;
  text-transform: none;
}

.sgcg-card {
  border-color: var(--sg-line, rgba(20, 24, 20, .12));
  border-radius: var(--sg-radius, 15px);
  box-shadow: none;
}

.sgcg-card:hover {
  border-color: rgba(20, 24, 20, .22);
  box-shadow: var(--sg-shadow-sm, 0 8px 24px rgba(20, 24, 20, .055));
  transform: translateY(-3px);
}

.sgcg-card__image {
  aspect-ratio: 4 / 3;
  background: var(--sg-paper-2, #edf0ea);
}

.sgcg-card__image::after {
  display: none;
}

.sgcg-card__model,
.sgcg-card__detail {
  letter-spacing: .035em;
}

.sgcg-card__detail {
  font-weight: 730;
  text-transform: none;
}

.sgcg-home {
  background: var(--sg-paper-2, #edf0ea);
}

.sgcg-empty,
.sgcg-gallery-empty {
  border-color: rgba(255, 255, 255, .1);
  border-radius: var(--sg-radius-lg, 22px);
  background: var(--sg-ink, #141814);
}

.sgcg-empty span,
.sgcg-gallery-empty > span {
  color: var(--sg-acid, #b9f227);
  letter-spacing: .08em;
}

.sgcg-empty strong,
.sgcg-gallery-empty h3 {
  font-size: clamp(2rem, 4.2vw, 3.7rem);
  font-weight: 780;
  line-height: 1.05;
}

.sgcg-detail__header {
  background:
    radial-gradient(circle at 82% 25%, rgba(185, 242, 39, .08), transparent 22rem),
    var(--sg-ink, #141814);
}

.sgcg-detail__back {
  font-weight: 700;
  letter-spacing: .035em;
  text-transform: none;
}

.sgcg-detail__header h1 {
  font-size: clamp(3.1rem, 7vw, 6.5rem);
  font-weight: 800;
  line-height: 1;
  text-transform: none;
}

.sgcg-detail__main,
.sgcg-detail__story,
.sgcg-form-card {
  border-radius: var(--sg-radius, 15px);
}

.sgcg-detail__story {
  border-color: var(--sg-line, rgba(20, 24, 20, .12));
}

.sgcg-submit-section {
  background: var(--sg-ink, #141814);
}

.sgcg-form-card {
  color: var(--sg-ink, #141814);
  background: var(--sg-white, #fff);
}

.sgcg-upload {
  min-height: 15rem;
  border-color: #bfc5bc;
  border-radius: var(--sg-radius-sm, 9px);
  background: var(--sg-paper, #f7f8f5);
}

.sgcg-upload.is-dragging {
  border-color: #52731b;
  background: #edf5e8;
}

.sgcg-upload__icon,
.sgcg-upload__previews figure:first-child figcaption {
  color: #fff;
  background: #315e43;
}

.sgcg-form input:focus,
.sgcg-form textarea:focus {
  border-color: var(--sg-blue, #2f61dc);
  outline-color: rgba(47, 97, 220, .14);
}

@media (max-width: 620px) {
  .sgcg-hero h1,
  .sgcg-submit-copy h2 {
    font-size: clamp(3rem, 14vw, 4.8rem);
  }

  .sgcg-detail__header h1 {
    font-size: clamp(2.8rem, 13vw, 4.5rem);
  }

  .sgcg-upload {
    min-height: 13rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sgcg-card,
  .sgcg-card__image img {
    transition: none;
  }
}
