/* ==================================================
   GUD-GIRL.COM
   FULL CSS REWRITE
   FORM + DISTRIBUTION SURFACES + SITE STYLING
================================================== */

/* ------------------------------
   RESET
------------------------------ */
*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

:root {
    --gg-bg-top: #ff67be;
    --gg-bg-mid: #ff83cb;
    --gg-bg-bottom: #ffa1db;

    --gg-white: #fff9fd;
    --gg-panel: rgba(255, 246, 251, 0.84);
    --gg-panel-strong: rgba(255, 248, 252, 0.93);
    --gg-border: rgba(122, 19, 98, 0.14);

    --gg-ink: #4f1a4b;
    --gg-ink-deep: #2f0f2d;
    --gg-ink-soft: #764670;

    --gg-hot: #ff2ba0;
    --gg-hot-2: #ff69bc;
    --gg-purple: #95277a;
    --gg-plum: #65195b;
    --gg-candy: #ffe3f3;

    --gg-success: #3d6b42;
    --gg-error: #952d4b;

    --gg-shadow-lg: 0 28px 72px rgba(108, 14, 84, 0.15);
    --gg-shadow-md: 0 16px 40px rgba(108, 14, 84, 0.11);
    --gg-shadow-sm: 0 10px 24px rgba(108, 14, 84, 0.08);

    --gg-radius-xl: 34px;
    --gg-radius-lg: 28px;
    --gg-radius-md: 22px;
    --gg-radius-sm: 18px;
    --gg-radius-pill: 999px;

    --gg-grid: min(1280px, calc(100% - 36px));
}

/* ------------------------------
   BODY / WALLPAPER
------------------------------ */
body.gudgirl-body {
    margin: 0;
    padding: 0;
    min-width: 320px;
    overflow-x: hidden;
    position: relative;
    font-family: "IBM Plex Sans", "Segoe UI", Arial, sans-serif;
    line-height: 1.65;
    color: var(--gg-ink);
    background:
        radial-gradient(circle at 14% 16%, rgba(255,255,255,0.16) 0, rgba(255,255,255,0) 18%),
        radial-gradient(circle at 84% 12%, rgba(255,228,242,0.18) 0, rgba(255,228,242,0) 24%),
        radial-gradient(circle at 76% 72%, rgba(255,255,255,0.10) 0, rgba(255,255,255,0) 20%),
        linear-gradient(180deg, var(--gg-bg-top) 0%, var(--gg-bg-mid) 44%, var(--gg-bg-bottom) 100%);
    background-attachment: fixed;
}

body.gudgirl-body::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    opacity: 0.11;
    background-image: url("../images/gud-girl-logo1.png?v=8");
    background-repeat: repeat;
    background-size: 520px auto;
    background-position: 60px 36px;
    filter: saturate(1.02) contrast(1.01);
}

body.gudgirl-body::after {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 20% 28%, rgba(255,255,255,0.08) 0 2px, transparent 3px 100%),
        radial-gradient(circle at 74% 22%, rgba(255,255,255,0.07) 0 2px, transparent 3px 100%),
        radial-gradient(circle at 42% 78%, rgba(255,255,255,0.05) 0 2px, transparent 3px 100%),
        linear-gradient(180deg, rgba(255,255,255,0.04) 0%, rgba(255,255,255,0.01) 100%);
    background-size: 260px 260px, 320px 320px, 360px 360px, 100% 100%;
    opacity: 0.85;
}

/* ------------------------------
   STRUCTURE
------------------------------ */
.gg-site,
.gg-home,
.gg-site-header,
.gg-site-footer,
.gg-shell,
.index-shell,
.index-inner {
    position: relative;
    z-index: 1;
}

.gg-site {
    min-height: 100vh;
}

.gg-shell,
.index-shell,
.index-inner,
.gg-site-header__inner,
.gg-site-footer__inner {
    width: var(--gg-grid);
    margin-inline: auto;
}

.gg-home {
    overflow: hidden;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input,
textarea,
select {
    font: inherit;
}

/* ------------------------------
   SECTION SPACING
------------------------------ */
.gg-hero,
.gg-intro,
.gg-fairness,
.gg-postcard-explainer,
.gg-create,
.gg-system,
.gg-explainer {
    position: relative;
    padding-block: clamp(78px, 8vw, 124px);
    isolation: isolate;
}

.gg-intro,
.gg-fairness,
.gg-postcard-explainer,
.gg-create,
.gg-system,
.gg-explainer {
    border-top: 1px solid rgba(117, 15, 91, 0.10);
}

.gg-hero::before,
.gg-intro::before,
.gg-fairness::before,
.gg-postcard-explainer::before,
.gg-create::before,
.gg-system::before,
.gg-explainer::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 14% 18%, rgba(255,255,255,0.10), transparent 24%),
        radial-gradient(circle at 84% 38%, rgba(255,255,255,0.08), transparent 26%);
    opacity: 0.85;
}

.gg-hero::after,
.gg-fairness::after,
.gg-postcard-explainer::after {
    content: none !important;
    display: none !important;
}

/* ------------------------------
   TYPE
------------------------------ */
h1,
h2,
h3,
h4,
h5,
h6,
.gg-site-header__title,
.gg-site-nav__link,
.gg-site-nav__cta,
.gg-site-footer__title,
.gg-site-footer__link,
.gg-button,
.gg-loop-card__label,
.gg-postcard__stamp,
.gg-eyebrow,
.gg-section-heading__eyebrow,
.gg-system-postcard__eyebrow,
.gg-postcard__label,
.gg-form-step__label,
.gg-form-btn,
.gg-live-card__title,
.gg-live-card__eyebrow {
    font-family: "Space Grotesk", "IBM Plex Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 18px;
    line-height: 0.95;
    letter-spacing: -0.05em;
    color: var(--gg-ink-deep);
    text-wrap: balance;
}

.gg-hero__title,
h1 {
    font-size: clamp(52px, 8vw, 112px);
    max-width: 8ch;
    text-shadow:
        0 2px 0 rgba(255,255,255,0.18),
        0 10px 28px rgba(104, 10, 80, 0.08);
}

.gg-section-heading__title,
.gg-postcard__title,
.gg-system-postcard__title,
h2 {
    font-size: clamp(34px, 5vw, 68px);
    max-width: 13ch;
}

h3,
.gg-info-card__title {
    font-size: clamp(22px, 2.4vw, 30px);
    color: var(--gg-ink);
}

p,
.gg-hero__text,
.gg-section-heading__text,
.gg-fairness__text,
.gg-system-postcard__text,
.gg-create__text,
.gg-info-card__text,
.gg-postcard__text {
    margin: 0 0 18px;
    color: rgba(65, 18, 62, 0.88);
    font-size: clamp(17px, 1.5vw, 20px);
    line-height: 1.78;
    max-width: 66ch;
}

.gg-eyebrow,
.gg-section-heading__eyebrow,
.gg-system-postcard__eyebrow,
.gg-postcard__label {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: #991f78;
}

.gg-eyebrow::before,
.gg-section-heading__eyebrow::before,
.gg-system-postcard__eyebrow::before,
.gg-postcard__label::before {
    content: "";
    width: 34px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, #ff2398 0%, #ffb9e2 100%);
    box-shadow:
        0 0 12px rgba(255, 35, 152, 0.20),
        0 0 22px rgba(255, 140, 206, 0.16);
}

/* ------------------------------
   HEADER
------------------------------ */
.gg-site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background:
        linear-gradient(180deg, rgba(255, 233, 244, 0.92) 0%, rgba(255, 220, 237, 0.88) 100%);
    backdrop-filter: blur(16px) saturate(1.08);
    border-bottom: 1px solid rgba(127, 17, 99, 0.14);
    box-shadow:
        0 10px 26px rgba(115, 18, 92, 0.08),
        inset 0 1px 0 rgba(255,255,255,0.46);
}

.gg-site-header::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(255, 35, 152, 0.62), transparent);
}

.gg-site-header__inner {
    min-height: 96px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding-block: 10px;
}

.gg-site-header__brandmark {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 0;
}

.gg-site-header__title {
    font-size: clamp(24px, 3vw, 42px);
    font-weight: 800;
    line-height: 0.92;
    letter-spacing: -0.06em;
    color: var(--gg-ink-deep);
}

.gg-site-header__tag {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #7b336f;
}

.gg-site-nav {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.gg-site-nav__link,
.gg-site-footer__link {
    position: relative;
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.10em;
    text-transform: uppercase;
    color: #62275e;
    transition: color 0.24s ease, transform 0.24s ease;
}

.gg-site-nav__link:hover,
.gg-site-footer__link:hover {
    color: var(--gg-ink-deep);
    transform: translateY(-1px);
}

.gg-site-nav__link::after,
.gg-site-footer__link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    width: 0;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, #ff2398 0%, #ff95d5 100%);
    transition: width 0.24s ease;
}

.gg-site-nav__link:hover::after,
.gg-site-footer__link:hover::after {
    width: 100%;
}

.gg-site-nav__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding-inline: 24px;
    border-radius: var(--gg-radius-pill);
    background: linear-gradient(135deg, #74155f 0%, #a31c7e 44%, #ff2ea0 100%);
    color: #fff9fd;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.10em;
    text-transform: uppercase;
    border: 1px solid rgba(255,255,255,0.18);
    box-shadow:
        0 12px 28px rgba(111, 18, 87, 0.18),
        inset 0 1px 0 rgba(255,255,255,0.16);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.gg-site-nav__cta:hover {
    transform: translateY(-2px) scale(1.01);
    box-shadow:
        0 18px 34px rgba(111, 18, 87, 0.22),
        inset 0 1px 0 rgba(255,255,255,0.22);
}

/* ------------------------------
   HERO / SECTION GRID
------------------------------ */
.gg-hero__inner,
.gg-fairness__inner {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
    gap: clamp(24px, 3vw, 44px);
    align-items: center;
}

.gg-section-heading {
    max-width: 860px;
    margin-bottom: 34px;
    position: relative;
    z-index: 2;
}

.gg-info-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    align-items: stretch;
}

/* ------------------------------
   BUTTONS
------------------------------ */
.gg-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.gg-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding-inline: 22px;
    border-radius: var(--gg-radius-pill);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.10em;
    text-transform: uppercase;
    border: 1px solid transparent;
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.gg-button:hover {
    transform: translateY(-2px);
}

.gg-button--primary {
    background: linear-gradient(135deg, #72135b 0%, #aa177d 48%, #ff2aa0 100%);
    color: #fff9fd;
    border-color: rgba(255,255,255,0.18);
    box-shadow:
        0 14px 28px rgba(111, 18, 87, 0.20),
        inset 0 1px 0 rgba(255,255,255,0.18);
}

.gg-button--secondary {
    background: rgba(255,255,255,0.22);
    color: #5e2259;
    border-color: rgba(108, 15, 90, 0.14);
    backdrop-filter: blur(8px);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.24),
        0 10px 20px rgba(108,14,84,0.05);
}

/* ------------------------------
   CARD SYSTEM
------------------------------ */
.gg-postcard,
.gg-info-card,
.gg-loop-card,
.gg-system-postcard,
.gg-create__form-wrap,
.feed-card,
.empty-state-inner,
.gg-live-card {
    position: relative;
    overflow: hidden;
    border-radius: var(--gg-radius-xl);
    border: 1px solid rgba(124, 16, 98, 0.14);
    background:
        linear-gradient(180deg, rgba(255,249,253,0.84) 0%, rgba(255,238,247,0.90) 100%);
    backdrop-filter: blur(12px);
    box-shadow:
        0 20px 48px rgba(115, 18, 90, 0.10),
        inset 0 1px 0 rgba(255,255,255,0.52),
        inset 0 -1px 0 rgba(255, 63, 159, 0.06);
}

.gg-postcard::before,
.gg-info-card::before,
.gg-loop-card::before,
.gg-system-postcard::before,
.gg-create__form-wrap::before,
.feed-card::before,
.empty-state-inner::before,
.gg-live-card::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(135deg, rgba(255, 57, 156, 0.07), transparent 24%, transparent 70%, rgba(118, 18, 98, 0.04)),
        radial-gradient(circle at 18% 14%, rgba(255,255,255,0.22), transparent 18%);
}

.gg-postcard::after,
.gg-info-card::after,
.gg-loop-card::after,
.gg-system-postcard::after,
.gg-create__form-wrap::after,
.gg-live-card::after {
    content: "";
    position: absolute;
    inset: 10px;
    border-radius: calc(var(--gg-radius-xl) - 10px);
    border: 1px solid rgba(255,255,255,0.20);
    pointer-events: none;
}

.gg-postcard,
.gg-system-postcard,
.gg-create__form-wrap,
.empty-state-inner {
    padding: 34px;
}

.gg-info-card,
.gg-loop-card {
    padding: 26px;
}

/* ------------------------------
   FLOATING INFO CARDS
------------------------------ */
.gg-info-card {
    min-height: 220px;
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.gg-info-grid .gg-info-card:nth-child(1) {
    transform: rotate(-2deg) translateY(8px);
}

.gg-info-grid .gg-info-card:nth-child(2) {
    transform: rotate(1.4deg) translateY(-6px);
}

.gg-info-grid .gg-info-card:nth-child(3) {
    transform: rotate(-1deg) translateY(10px);
}

.gg-info-grid .gg-info-card:hover {
    transform: translateY(-8px) rotate(0deg) scale(1.015);
    box-shadow:
        0 28px 56px rgba(111, 18, 87, 0.14),
        inset 0 1px 0 rgba(255,255,255,0.50);
    border-color: rgba(124, 16, 98, 0.22);
}

.gg-info-card__title {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 1.02;
}

.gg-info-card__text {
    font-size: 16px;
    line-height: 1.72;
    color: rgba(74, 19, 70, 0.86);
}

.gg-info-grid .gg-info-card:nth-child(1) {
    animation: ggFloatA 6.8s ease-in-out infinite;
}

.gg-info-grid .gg-info-card:nth-child(2) {
    animation: ggFloatB 7.4s ease-in-out infinite;
}

.gg-info-grid .gg-info-card:nth-child(3) {
    animation: ggFloatC 6.2s ease-in-out infinite;
}

@keyframes ggFloatA {
    0%, 100% { transform: rotate(-2deg) translateY(8px); }
    50% { transform: rotate(-1.1deg) translateY(0); }
}

@keyframes ggFloatB {
    0%, 100% { transform: rotate(1.4deg) translateY(-6px); }
    50% { transform: rotate(0.4deg) translateY(-14px); }
}

@keyframes ggFloatC {
    0%, 100% { transform: rotate(-1deg) translateY(10px); }
    50% { transform: rotate(0deg) translateY(2px); }
}

/* ------------------------------
   LOOP CARD
------------------------------ */
.gg-loop-card {
    display: grid;
    gap: 12px;
    padding: 28px;
}

.gg-loop-card__row {
    padding: 18px 16px;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(255,255,255,0.42) 0%, rgba(255,255,255,0.22) 100%);
    border: 1px solid rgba(132, 18, 108, 0.10);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.36),
        0 8px 18px rgba(108, 14, 84, 0.04);
    transition: transform 0.24s ease, background 0.24s ease;
}

.gg-loop-card__row:hover {
    transform: scale(1.02);
    background: linear-gradient(180deg, rgba(255,255,255,0.54) 0%, rgba(255,255,255,0.26) 100%);
}

.gg-loop-card__label {
    display: block;
    text-align: center;
    color: #5e2559;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.gg-loop-card__arrow {
    padding: 4px 0;
    text-align: center;
    color: #ca208f;
    font-size: 26px;
    font-weight: 800;
    animation: ggArrowPulse 2s ease-in-out infinite;
}

@keyframes ggArrowPulse {
    0%, 100% { transform: translateY(0); opacity: 0.72; }
    50% { transform: translateY(4px); opacity: 1; }
}

/* ------------------------------
   POSTCARD / SYSTEM CARD
------------------------------ */
.gg-postcard__stamp {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding-inline: 14px;
    margin-bottom: 18px;
    border-radius: var(--gg-radius-pill);
    background: rgba(255, 30, 150, 0.10);
    border: 1px solid rgba(140, 16, 111, 0.16);
    color: #9a1d79;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.44),
        0 6px 14px rgba(255, 20, 140, 0.05);
}

.gg-system-postcard {
    display: grid;
    grid-template-columns: minmax(0, 1.06fr) minmax(260px, 0.94fr);
    gap: 28px;
}

.gg-system-postcard__note {
    height: 100%;
    padding: 28px;
    border-radius: 26px;
    background: linear-gradient(180deg, rgba(255, 44, 151, 0.07) 0%, rgba(255,255,255,0.30) 100%);
    border: 1px solid rgba(140, 16, 111, 0.10);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.34),
        0 10px 24px rgba(115,18,90,0.05);
}

.gg-system-postcard__note p {
    margin: 0 0 14px;
    color: #562252;
    font-size: 18px;
    font-weight: 700;
}

.gg-system-postcard__note p:last-child {
    margin-bottom: 0;
}

.gg-create__inner {
    max-width: 980px;
    margin-bottom: 28px;
}

.gg-create__form-wrap {
    box-shadow:
        0 26px 58px rgba(111, 18, 87, 0.12),
        inset 0 1px 0 rgba(255,255,255,0.52);
}

/* ==================================================
   SUBMISSION FORM
================================================== */
.gg-submission-shell {
    position: relative;
    z-index: 2;
    width: 100%;
}

.gg-form-message {
    margin-bottom: 18px;
    padding: 14px 18px;
    border-radius: 18px;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.01em;
    box-shadow:
        0 12px 24px rgba(108, 14, 84, 0.06),
        inset 0 1px 0 rgba(255,255,255,0.48);
}

.gg-form-message--success {
    background: rgba(255,255,255,0.50);
    border: 1px solid rgba(97, 166, 106, 0.26);
    color: var(--gg-success);
}

.gg-form-message--error {
    background: rgba(255,255,255,0.50);
    border: 1px solid rgba(178, 77, 98, 0.28);
    color: var(--gg-error);
}

.gg-submission-form {
    position: relative;
    padding: 28px;
    border-radius: 36px;
    background:
        linear-gradient(180deg, rgba(255,248,252,0.84) 0%, rgba(255,239,247,0.94) 100%);
    border: 1px solid rgba(126, 18, 101, 0.10);
    box-shadow:
        0 24px 52px rgba(108, 14, 84, 0.10),
        inset 0 1px 0 rgba(255,255,255,0.50);
    backdrop-filter: blur(12px);
    overflow: hidden;
}

.gg-submission-form::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(135deg, rgba(255, 57, 156, 0.06), transparent 24%, transparent 70%, rgba(118, 18, 98, 0.03)),
        radial-gradient(circle at 18% 14%, rgba(255,255,255,0.20), transparent 18%);
}

.gg-submission-form::after {
    content: "";
    position: absolute;
    inset: 10px;
    border-radius: 28px;
    border: 1px solid rgba(255,255,255,0.20);
    pointer-events: none;
}

.gg-form-topbar,
.gg-form-layout {
    position: relative;
    z-index: 2;
}

.gg-form-topbar {
    margin-bottom: 22px;
}

.gg-form-topbar__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}

.gg-form-topbar__eyebrow {
    font-family: "Space Grotesk", "IBM Plex Sans", sans-serif;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #8f246f;
}

.gg-form-topbar__percent {
    font-family: "Space Grotesk", "IBM Plex Sans", sans-serif;
    font-size: 15px;
    font-weight: 800;
    color: #7c2f70;
}

.gg-form-progress {
    display: flex;
    align-items: center;
    gap: 14px;
}

.gg-form-progress__bar {
    flex: 1;
    height: 10px;
    border-radius: 999px;
    background: rgba(125, 34, 101, 0.08);
    overflow: hidden;
    box-shadow: inset 0 1px 2px rgba(93, 22, 78, 0.06);
}

.gg-form-progress__fill {
    display: block;
    height: 100%;
    border-radius: 999px;
    background: linear-gradient(90deg, #ff2b9f 0%, #ff7cc8 100%);
    transition: width 0.25s ease;
    box-shadow: 0 0 16px rgba(255, 43, 159, 0.22);
}

.gg-form-progress__meta {
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #7a2f6e;
    min-width: 56px;
    text-align: right;
}

.gg-form-layout {
    display: grid;
    grid-template-columns: 270px minmax(0, 1fr);
    gap: 24px;
    align-items: start;
}

.gg-form-stamp {
    position: sticky;
    top: 112px;
    display: grid;
    gap: 14px;
}

.gg-form-stamp__frame {
    position: relative;
    min-height: 300px;
    border-radius: 28px;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.72) 0%, rgba(255,239,247,0.86) 100%);
    border: 1px solid rgba(122, 19, 98, 0.12);
    box-shadow:
        0 20px 42px rgba(111, 18, 87, 0.10),
        inset 0 1px 0 rgba(255,255,255,0.48);
}

.gg-form-stamp__image {
    width: 100%;
    height: 100%;
    min-height: 300px;
    object-fit: cover;
}

.gg-form-stamp__empty {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    gap: 10px;
    align-content: center;
    text-align: center;
    padding: 20px;
}

.gg-form-stamp__empty-icon {
    font-size: 40px;
    line-height: 1;
}

.gg-form-stamp__empty-text {
    font-size: 14px;
    font-weight: 700;
    color: #8a457d;
    line-height: 1.45;
}

.gg-form-stamp__meta {
    display: block;
}

.gg-form-stamp__bone {
    display: grid;
    gap: 4px;
    padding: 16px 18px;
    border-radius: 22px;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.74) 0%, rgba(255,238,246,0.92) 100%);
    border: 1px solid rgba(122, 19, 98, 0.12);
    box-shadow:
        0 16px 30px rgba(111, 18, 87, 0.08),
        inset 0 1px 0 rgba(255,255,255,0.50);
}

.gg-form-stamp__bone-name {
    display: block;
    font-family: "Space Grotesk", "IBM Plex Sans", sans-serif;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.02;
    letter-spacing: -0.03em;
    color: var(--gg-ink-deep);
    text-wrap: balance;
}

.gg-form-stamp__bone-sub {
    display: block;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #8a3a7b;
}

.gg-form-main {
    min-width: 0;
}

.gg-form-steps {
    position: relative;
    min-height: 280px;
}

.gg-form-step {
    display: none;
}

.gg-form-step.is-active {
    display: block;
    animation: ggStepIn 0.24s ease;
}

@keyframes ggStepIn {
    from {
        opacity: 0;
        transform: translateY(8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.gg-form-step__stack {
    display: grid;
    gap: 18px;
}

.gg-form-step__label {
    display: block;
    margin: 0 0 18px;
    color: #4d1849;
    font-size: clamp(28px, 3vw, 42px);
    font-weight: 800;
    line-height: 1.02;
    letter-spacing: -0.045em;
    max-width: 16ch;
    text-wrap: balance;
}

.gg-form-field {
    display: grid;
    gap: 10px;
    max-width: 100%;
}

.gg-form-field__label {
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.02em;
    color: #64295f;
}

.gg-form-input {
    width: 100%;
    min-height: 60px;
    padding: 16px 18px;
    border-radius: 20px;
    border: 1px solid rgba(123, 20, 101, 0.12);
    background: rgba(255,255,255,0.68);
    color: #4f1a4b;
    font-size: 18px;
    line-height: 1.4;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.45);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.gg-form-input:focus {
    outline: none;
    border-color: rgba(255, 43, 159, 0.34);
    background: rgba(255,255,255,0.80);
    box-shadow:
        0 0 0 4px rgba(255, 43, 159, 0.08),
        inset 0 1px 0 rgba(255,255,255,0.55);
}

.gg-form-textarea {
    min-height: 142px;
    resize: vertical;
    border-radius: 24px;
}

.gg-form-charcount {
    margin-top: 8px;
    text-align: right;
    color: #7b346f;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.gg-form-choice-row {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.gg-form-choice-row--split .gg-form-choice {
    flex: 1 1 160px;
}

.gg-form-choice {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.gg-form-choice input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.gg-form-choice span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    width: 100%;
    padding: 0 20px;
    border-radius: 999px;
    background: rgba(255,255,255,0.58);
    border: 1px solid rgba(123, 20, 101, 0.12);
    color: #5c2358;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    cursor: pointer;
    transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
    text-align: center;
}

.gg-form-choice span:hover {
    transform: translateY(-1px);
    border-color: rgba(255, 43, 159, 0.20);
}

.gg-form-choice input:checked + span {
    background: linear-gradient(135deg, #75155f 0%, #a31c7e 44%, #ff2ea0 100%);
    border-color: transparent;
    color: #fff9fd;
    box-shadow: 0 12px 24px rgba(111, 18, 87, 0.16);
}

.gg-form-conditional {
    margin-top: 16px;
    max-width: 100%;
}

.gg-form-upload {
    position: relative;
}

.gg-form-upload__input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.gg-form-upload__label {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    padding: 16px 18px;
    border-radius: 22px;
    background: rgba(255,255,255,0.60);
    border: 1px dashed rgba(123, 20, 101, 0.22);
    cursor: pointer;
    transition: border-color 0.2s ease, transform 0.2s ease, background 0.2s ease;
}

.gg-form-upload__label:hover {
    transform: translateY(-1px);
    border-color: rgba(255, 43, 159, 0.28);
    background: rgba(255,255,255,0.68);
}

.gg-form-upload__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 18px;
    border-radius: 999px;
    background: linear-gradient(135deg, #75155f 0%, #a31c7e 44%, #ff2ea0 100%);
    color: #fff9fd;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    box-shadow: 0 10px 20px rgba(111, 18, 87, 0.14);
}

.gg-form-upload__file {
    color: #6f3768;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    word-break: break-word;
}

.gg-form-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: space-between;
    margin-top: 26px;
}

.gg-form-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 0 24px;
    border: 0;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    cursor: pointer;
    transition: transform 0.2s ease, opacity 0.2s ease, box-shadow 0.2s ease;
}

.gg-form-btn:hover {
    transform: translateY(-1px);
}

.gg-form-btn:disabled {
    opacity: 0.45;
    cursor: not-allowed;
    transform: none;
}

.gg-form-btn--ghost {
    background: rgba(255,255,255,0.56);
    color: #5d2459;
    border: 1px solid rgba(123, 20, 101, 0.12);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.44);
}

.gg-form-btn--primary {
    background: linear-gradient(135deg, #75155f 0%, #a31c7e 44%, #ff2ea0 100%);
    color: #fff9fd;
    margin-left: auto;
    box-shadow: 0 12px 24px rgba(111, 18, 87, 0.18);
}

.gg-form-btn--primary:hover {
    box-shadow: 0 16px 30px rgba(111, 18, 87, 0.22);
}

.gg-form-error {
    margin-top: 8px;
    color: #9c294c;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.is-invalid {
    border-color: rgba(182, 51, 97, 0.34) !important;
    box-shadow:
        0 0 0 4px rgba(182, 51, 97, 0.07),
        inset 0 1px 0 rgba(255,255,255,0.55) !important;
}

/* ==================================================
   DISTRIBUTION SURFACES
================================================== */
.gg-live-grid,
.gg-distribution-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.js-gg-quote-surface,
.js-gg-certificate-surface {
    min-height: 340px;
}

.gg-live-card {
    display: grid;
    grid-template-columns: minmax(200px, 260px) minmax(0, 1fr);
    gap: 0;
    min-height: 340px;
}

.gg-live-card__media {
    position: relative;
    min-height: 340px;
    overflow: hidden;
    background: rgba(255,255,255,0.22);
}

.gg-live-card__media img {
    width: 100%;
    height: 100%;
    min-height: 340px;
    object-fit: cover;
}

.gg-live-card__body {
    position: relative;
    z-index: 2;
    display: grid;
    align-content: center;
    gap: 14px;
    padding: 28px;
}

.gg-live-card__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 2px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #962a78;
}

.gg-live-card__eyebrow::before {
    content: "";
    width: 28px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, #ff2b9f 0%, #ffb6e1 100%);
}

.gg-live-card__title {
    margin: 0;
    color: var(--gg-ink-deep);
    font-size: clamp(28px, 3vw, 42px);
    font-weight: 800;
    line-height: 0.98;
    letter-spacing: -0.05em;
    text-wrap: balance;
}

.gg-live-card__quote {
    margin: 0;
    color: rgba(70, 18, 66, 0.88);
    font-size: clamp(18px, 1.7vw, 22px);
    line-height: 1.6;
    max-width: 28ch;
}

.gg-live-card__footer {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 4px;
}

.gg-live-card__counter {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 40px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(255,255,255,0.54);
    border: 1px solid rgba(122, 19, 98, 0.10);
    color: #6a2c64;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.04em;
}

.gg-live-card__counter strong {
    color: var(--gg-ink-deep);
    font-weight: 800;
}

.gg-live-card--quote .gg-live-card__quote {
    font-style: normal;
}

.gg-live-card--certificate .gg-live-card__quote {
    font-weight: 700;
    color: #7b2f70;
}

/* ------------------------------
   FOOTER
------------------------------ */
.gg-site-footer {
    margin-top: 24px;
    border-top: 1px solid rgba(130, 18, 105, 0.14);
    background: linear-gradient(180deg, rgba(255, 229, 242, 0.92) 0%, rgba(255, 211, 232, 0.90) 100%);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.42),
        0 -12px 24px rgba(108,14,84,0.04);
}

.gg-site-footer__inner {
    min-height: 116px;
    padding: 30px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.gg-site-footer__title {
    display: block;
    margin-bottom: 6px;
    color: var(--gg-ink-deep);
    font-size: 24px;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.gg-site-footer__tag,
.gg-site-footer__copy {
    margin: 0;
    color: #6c3066;
    font-size: 15px;
}

.gg-site-footer__nav {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

/* ------------------------------
   REVEAL / JS SUPPORT
------------------------------ */
.gg-pre-reveal {
    opacity: 0;
    transform: translateY(28px) scale(0.985);
    transition: opacity 0.75s ease, transform 0.75s ease;
}

.gg-pre-reveal.is-visible {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.gg-site-header.is-scrolled {
    box-shadow:
        0 18px 36px rgba(113, 18, 93, 0.12),
        inset 0 1px 0 rgba(255,255,255,0.35),
        inset 0 -1px 0 rgba(255, 71, 160, 0.08);
}

.gg-site-header.is-scrolled .gg-site-header__inner {
    min-height: 88px;
}

body.gg-is-submitting .gg-form-btn--primary {
    opacity: 0.82;
}

/* ------------------------------
   EXTRA POLISH
------------------------------ */
.gg-fairness .gg-loop-card,
.gg-postcard-explainer .gg-system-postcard {
    transform: rotate(0.6deg);
}

.gg-intro .gg-section-heading,
.gg-fairness .gg-section-heading,
.gg-postcard-explainer .gg-system-postcard,
.gg-create .gg-create__inner {
    position: relative;
    z-index: 2;
}

/* ------------------------------
   RESPONSIVE
------------------------------ */
@media (max-width: 1180px) {
    .gg-live-grid,
    .gg-distribution-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 1100px) {
    body.gudgirl-body::before {
        opacity: 0.09;
        background-size: 430px auto;
        background-position: 40px 24px;
    }

    .gg-hero__inner,
    .gg-fairness__inner,
    .gg-system-postcard,
    .gg-info-grid {
        grid-template-columns: 1fr;
    }

    .gg-fairness .gg-loop-card,
    .gg-postcard-explainer .gg-system-postcard {
        transform: none;
    }

    .gg-info-grid .gg-info-card:nth-child(1),
    .gg-info-grid .gg-info-card:nth-child(2),
    .gg-info-grid .gg-info-card:nth-child(3) {
        animation: none;
        transform: none;
    }

    .gg-form-layout {
        grid-template-columns: 1fr;
    }

    .gg-form-stamp {
        position: relative;
        top: auto;
        grid-template-columns: 180px 1fr;
        align-items: center;
    }

    .gg-form-stamp__frame,
    .gg-form-stamp__image {
        min-height: 180px;
    }
}

@media (max-width: 900px) {
    body.gudgirl-body::before {
        opacity: 0.07;
        background-size: 340px auto;
        background-position: 28px 18px;
    }

    .gg-site-header__inner,
    .gg-site-footer__inner {
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        padding-top: 18px;
        padding-bottom: 18px;
    }

    .gg-site-nav {
        width: 100%;
        justify-content: flex-start;
        gap: 14px;
    }

    .gg-hero,
    .gg-intro,
    .gg-fairness,
    .gg-postcard-explainer,
    .gg-create,
    .gg-system,
    .gg-explainer {
        padding-block: 80px;
    }

    .gg-info-card {
        min-height: auto;
    }

    .gg-submission-form {
        border-radius: 30px;
        padding: 22px;
    }

    .gg-form-step__label,
    .gg-live-card__title {
        max-width: none;
        font-size: clamp(24px, 6vw, 34px);
    }

    .gg-form-actions {
        flex-wrap: wrap;
    }

    .gg-form-btn {
        width: 100%;
    }

    .gg-form-btn--primary {
        margin-left: 0;
    }

    .gg-live-card {
        grid-template-columns: 1fr;
    }

    .gg-live-card__media,
    .gg-live-card__media img {
        min-height: 260px;
    }
}

@media (max-width: 640px) {
    body.gudgirl-body::before {
        opacity: 0.05;
        background-size: 255px auto;
        background-position: 18px 14px;
    }

    .gg-shell,
    .index-shell,
    .index-inner,
    .gg-site-header__inner,
    .gg-site-footer__inner {
        width: min(100% - 20px, 100%);
    }

    .gg-site-header__title {
        font-size: 24px;
    }

    .gg-site-header__tag {
        font-size: 10px;
        letter-spacing: 0.18em;
    }

    p,
    .gg-hero__text,
    .gg-section-heading__text,
    .gg-fairness__text,
    .gg-system-postcard__text,
    .gg-create__text,
    .gg-info-card__text,
    .gg-postcard__text {
        font-size: 17px;
    }

    .gg-site-nav__cta,
    .gg-button {
        width: 100%;
        justify-content: center;
    }

    .gg-hero__actions {
        width: 100%;
        flex-direction: column;
    }

    .gg-postcard,
    .gg-info-card,
    .gg-loop-card,
    .gg-system-postcard,
    .gg-create__form-wrap,
    .empty-state-inner {
        padding: 22px;
        border-radius: 24px;
    }

    .gg-system-postcard__note {
        padding: 20px;
        border-radius: 20px;
    }

    .gg-loop-card__label {
        font-size: 13px;
    }

    .gg-form-progress {
        gap: 10px;
    }

    .gg-form-progress__meta {
        min-width: 44px;
        font-size: 11px;
    }

    .gg-form-input {
        font-size: 16px;
        min-height: 54px;
    }

    .gg-form-choice-row,
    .gg-form-choice-row--split {
        display: grid;
        grid-template-columns: 1fr;
    }

    .gg-form-stamp {
        grid-template-columns: 1fr;
    }

    .gg-form-stamp__frame,
    .gg-form-stamp__image {
        min-height: 220px;
    }

    .gg-live-card__body {
        padding: 22px;
    }

    .gg-live-card__quote {
        font-size: 17px;
    }
}

/* ------------------------------
   REDUCED MOTION
------------------------------ */
@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation: none !important;
        transition: none !important;
    }
}