 @media only screen and (min-width: 0rem) {#jg-contact {padding: 8.5rem 1.5rem 5rem;background: var(--ice);position: relative;z-index: 10;font-family: var(--font-body);}#jg-contact .cs-container {width: 100%;max-width: 760px;margin: 0 auto;}#jg-contact .cs-form-head {text-align: center;margin-bottom: 3rem;display: flex;flex-direction: column;align-items: center;}#jg-contact .cs-topper {display: inline-flex;align-items: center;gap: 0.6rem;font-size: 0.6875rem;font-weight: 800;letter-spacing: 0.24em;text-transform: uppercase;color: var(--orange-deep);margin-bottom: 1rem;}#jg-contact .cs-topper::before, #jg-contact .cs-topper::after {content: '';width: 0.5rem;height: 0.5rem;border-radius: 50%;background: var(--orange);}#jg-contact .cs-topper::after {background: var(--steel);}#jg-contact .cs-title {font-family: var(--font-display);font-size: clamp(2.2rem, 5vw, 3.4rem);font-weight: 600;line-height: 1.04;letter-spacing: -0.03em;color: var(--navy);margin: 0;}#jg-contact .cs-title em {font-style: italic;font-weight: 400;color: var(--orange-deep);}#jg-contact .cs-swatches {margin-top: 1.75rem;display: flex;justify-content: center;gap: 0.4rem;}#jg-contact .cs-swatches span {width: 1.75rem;height: 0.4rem;border-radius: 999px;background: var(--orange);}#jg-contact .cs-swatches span:nth-child(2) {background: var(--orange-light);}#jg-contact .cs-swatches span:nth-child(3) {background: var(--steel-light);}#jg-contact .cs-swatches span:nth-child(4) {background: var(--ice-3);}#jg-contact .cs-form-wrap {width: 100%;}#jg-contact .cs-form {background: #fff;border: 1px solid var(--border);border-radius: 2px;border-top: 4px solid var(--orange);padding: 2rem 1.5rem;}#jg-contact .cs-form-grid {display: grid;grid-template-columns: 1fr;gap: 1.25rem;}#jg-contact .cs-label--full {grid-column: 1 / -1;}#jg-contact .cs-label {display: flex;flex-direction: column;gap: 0.5rem;font-size: 0.6875rem;font-weight: 800;letter-spacing: 0.16em;text-transform: uppercase;color: var(--navy);}#jg-contact .cs-input {height: 3rem;padding: 0 1rem;background: var(--mist);border: 1px solid var(--border);border-radius: 2px;font-size: 0.9375rem;color: var(--navy);font-family: inherit;font-weight: 500;letter-spacing: normal;text-transform: none;transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;width: 100%;box-sizing: border-box;}#jg-contact .cs-input::placeholder {color: rgba(20, 38, 60, 0.4);}#jg-contact .cs-input:focus {outline: none;border-color: var(--orange);background: #fff;box-shadow: 0 0 0 3px rgba(237, 106, 31, 0.18);}#jg-contact .cs-textarea {height: auto;min-height: 9rem;padding: 1rem;resize: vertical;line-height: 1.6;}#jg-contact .cs-button-solid {display: block;width: 100%;margin: 1.75rem auto 0;padding: 1.15rem 2rem;background: var(--orange);color: #fff;border: none;border-radius: 2px;font-family: var(--font-body);font-size: 0.75rem;font-weight: 800;letter-spacing: 0.16em;text-transform: uppercase;line-height: 1;cursor: pointer;transition: background 0.25s ease;}#jg-contact .cs-button-solid:hover {background: var(--orange-deep);}#jg-contact .cs-button-solid:focus-visible {outline: 3px solid var(--orange-light);outline-offset: 3px;}#jg-contact #success-message {background: #fff;border: 1px solid var(--border);border-top: 4px solid var(--orange);border-radius: 2px;padding: 2.5rem 1.75rem;text-align: center;}#jg-contact .cs-success-inner {display: flex;flex-direction: column;align-items: center;justify-content: center;gap: 1rem;}#jg-contact .cs-success-icon {width: 56px;height: 56px;background: rgba(237, 106, 31, 0.12);border-radius: 50%;display: flex;align-items: center;justify-content: center;color: var(--orange);flex-shrink: 0;}#jg-contact #success-message p {font-size: 1.0625rem;font-weight: 600;color: var(--bodyTextColor);line-height: 1.6;margin: 0;max-width: 40ch;}}@media only screen and (min-width: 48rem) {#jg-contact {padding: 9.5rem 2.5rem 6rem;}#jg-contact .cs-form-grid {grid-template-columns: 1fr 1fr;}#jg-contact .cs-form {padding: 2.5rem;}#jg-contact .cs-button-solid {width: auto;min-width: 16rem;}}@media only screen and (min-width: 64rem) {#jg-contact {padding: 11rem 3rem 7rem;}}  cursor: pointer;
        transition: background 0.25s ease;
    }
    #jg-contact .cs-button-solid:hover { background: var(--orange-deep); }
    #jg-contact .cs-button-solid:focus-visible { outline: 3px solid var(--orange-light); outline-offset: 3px; }

    #jg-contact #success-message {
        background: #fff;
        border: 1px solid var(--border);
        border-top: 4px solid var(--orange);
        border-radius: 2px;
        padding: 2.5rem 1.75rem;
        text-align: center;
    }
    #jg-contact .cs-success-inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 1rem;
    }
    #jg-contact .cs-success-icon {
        width: 56px; height: 56px;
        background: rgba(237, 106, 31, 0.12);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--orange);
        flex-shrink: 0;
    }
    #jg-contact #success-message p {
        font-size: 1.0625rem;
        font-weight: 600;
        color: var(--bodyTextColor);
        line-height: 1.6;
        margin: 0;
        max-width: 40ch;
    }
}

@media only screen and (min-width: 48rem) {
    #jg-contact { padding: 9.5rem 2.5rem 6rem; }
    #jg-contact .cs-form-grid { grid-template-columns: 1fr 1fr; }
    #jg-contact .cs-form { padding: 2.5rem; }
    #jg-contact .cs-button-solid { width: auto; min-width: 16rem; }
}

@media only screen and (min-width: 64rem) {
    #jg-contact { padding: 11rem 3rem 7rem; }
}