:root {
    --greek-blue: #0d4f96;
    --deep-aegean: #062f69;
    --ink-blue: #0b3168;
    --gold: #b98b2e;
    --paper: #fbf7ef;
    --danger: #a7352f;
    --success: #2f6b3b;
    --shadow: 0 16px 50px rgba(6, 47, 105, .18);
}

* { box-sizing: border-box; }

html { min-height: 100%; background: var(--paper); }

body {
    min-height: 100%;
    margin: 0;
    color: #162847;
    background:
        radial-gradient(circle at 30% 0%, rgba(255,255,255,.85), rgba(255,255,255,0) 34rem),
        linear-gradient(180deg, #fbf8f2 0%, #f5ecdd 100%);
    font-family: Georgia, 'Times New Roman', serif;
}

a { color: var(--greek-blue); }
button, input { font: inherit; }

.hp-field {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.sopa-artboard {
    position: relative;
    width: min(100vw, 1448px);
    aspect-ratio: 1448 / 1086;
    margin: 0 auto;
    background-image: url('../img/mockup-desktop-nosocial.webp');
    background-size: 100% 100%;
    background-position: center top;
    background-repeat: no-repeat;
    overflow: hidden;
    box-shadow: 0 0 80px rgba(4, 30, 67, .09);
}

.mobile-masthead,
.mobile-small-print,
.mobile-helper { display: none; }

.giveaway-form {
    position: absolute;
    inset: 0;
    margin: 0;
}

.form-status {
    position: absolute;
    left: 31.2845%;
    top: 36.0037%;
    width: 32.9420%;
    min-height: 3.1308%;
    display: none;
    align-items: center;
    justify-content: center;
    padding: .45vw .8vw;
    border-radius: .8vw;
    text-align: center;
    font-size: clamp(10px, 1vw, 15px);
    line-height: 1.2;
    z-index: 20;
    box-shadow: 0 9px 22px rgba(6, 47, 105, .13);
}

.form-status.is-success,
.form-status.is-error { display: flex; }

.form-status.is-success {
    color: #174923;
    background: rgba(246, 255, 245, .96);
    border: 1px solid rgba(47, 107, 59, .35);
}

.form-status.is-error {
    color: #7e211d;
    background: rgba(255, 247, 244, .97);
    border: 1px solid rgba(167, 53, 47, .35);
}

.field,
.check,
.submit-button {
    position: absolute;
    z-index: 10;
}

.field > span,
.check > span {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.field input {
    width: 100%;
    height: 100%;
    border: 1px solid rgba(130, 155, 186, .75);
    border-radius: .62vw;
    background: rgba(255, 255, 255, .94);
    box-shadow: inset 0 1px 3px rgba(6, 47, 105, .05);
    color: var(--ink-blue);
    padding: 0 .8vw;
    outline: none;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(12px, 1.04vw, 17px);
    line-height: 1;
}

.field input::placeholder { color: rgba(97, 107, 124, .58); }

.field input:focus {
    border-color: var(--greek-blue);
    box-shadow: 0 0 0 3px rgba(13, 94, 175, .15), inset 0 1px 3px rgba(6, 47, 105, .05);
}

.field-first { left: 39.5718%; top: 39.7790%; width: 24.6547%; height: 3.2228%; }
.field-last { left: 39.5718%; top: 43.7385%; width: 24.6547%; height: 3.3149%; }
.field-email { left: 39.5718%; top: 47.7901%; width: 24.6547%; height: 3.3149%; }
.field-phone { left: 39.5718%; top: 51.8416%; width: 24.6547%; height: 3.3149%; }
.field-codeword { left: 39.5718%; top: 55.8932%; width: 24.6547%; height: 3.3149%; }

.check input {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    appearance: none;
    border: 2px solid rgba(53, 61, 73, .84);
    border-radius: .18vw;
    background: rgba(255, 255, 255, .98);
    cursor: pointer;
}

.check input:focus {
    outline: 3px solid rgba(13, 94, 175, .22);
    outline-offset: 2px;
}

.check input:checked {
    border-color: var(--greek-blue);
    background:
        linear-gradient(135deg, transparent 0 42%, #fff 42% 55%, transparent 55%),
        linear-gradient(45deg, transparent 0 42%, #fff 42% 55%, transparent 55%),
        var(--greek-blue);
}

.check-entry { left: 31.2845%; top: 62.9834%; width: 1.6575%; height: 2.2099%; }
.check-email { left: 31.2845%; top: 66.9429%; width: 1.6575%; height: 2.2099%; }
.check-sms { left: 31.2845%; top: 69.9816%; width: 1.6575%; height: 2.2099%; }

.submit-button {
    left: 31.2845%;
    top: 74.5856%;
    width: 32.9420%;
    height: 5.7090%;
    border: 0;
    border-radius: .65vw;
    color: #fff;
    background: linear-gradient(180deg, rgba(18, 82, 157, 1) 0%, rgba(7, 57, 125, 1) 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 7px 15px rgba(4, 42, 94, .28);
    cursor: pointer;
    letter-spacing: .12em;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(16px, 2.22vw, 34px);
    font-weight: 600;
}

.submit-button::before,
.submit-button::after {
    content: '‹';
    display: inline-block;
    margin: 0 .75em;
    color: rgba(255,255,255,.85);
    font-size: .9em;
    transform: scaleX(2.2);
}

.submit-button::after { content: '›'; }

.submit-button:hover,
.submit-button:focus {
    background: linear-gradient(180deg, rgba(21, 93, 178, 1) 0%, rgba(6, 63, 142, 1) 100%);
    outline: none;
}

.submit-button:focus-visible {
    box-shadow: 0 0 0 4px rgba(214, 180, 95, .45), inset 0 1px 0 rgba(255, 255, 255, .25), 0 7px 15px rgba(4, 42, 94, .28);
}

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

.desktop-footer-links {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.desktop-link {
    position: absolute;
    height: 4%;
    top: 91.8%;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    pointer-events: auto;
}

.desktop-link.privacy { left: 29%; width: 11%; }
.desktop-link.rules { left: 45.5%; width: 11%; }
.desktop-link.contact { left: 61.3%; width: 8%; }

@media (max-width: 900px) {
    body {
        background:
            radial-gradient(circle at 50% 0%, rgba(255,255,255,.9), rgba(255,255,255,0) 22rem),
            linear-gradient(180deg, #fffaf1 0%, #f5ead8 100%);
    }

    .sopa-artboard {
        width: 100%;
        min-height: 100vh;
        aspect-ratio: auto;
        background-image: none;
        overflow: visible;
        box-shadow: none;
    }

    .mobile-masthead {
        display: block;
        position: relative;
        padding: 0 1.05rem 1rem;
        text-align: center;
        overflow: hidden;
    }

    .mobile-masthead::before {
        content: '';
        position: absolute;
        inset: 2.25rem 0 auto 0;
        height: 17rem;
        background: url('../img/parchment-texture.webp') center/cover no-repeat;
        opacity: .52;
        pointer-events: none;
    }

    .mobile-key-border {
        height: 2rem;
        margin: 0 -1.05rem 1rem;
        background: url('../img/top-greek-key.webp') left top/auto 2rem repeat-x;
        border-bottom: 1px solid rgba(13, 94, 175, .18);
    }

    .mobile-brand-row {
        position: relative;
        display: grid;
        grid-template-columns: auto 1fr;
        gap: .75rem;
        align-items: center;
        justify-content: center;
        max-width: 36rem;
        margin: 0 auto .4rem;
        z-index: 1;
    }

    .mobile-camel { width: 4.6rem; height: auto; }

    .mobile-brand {
        margin: 0;
        color: var(--ink-blue);
        font-size: clamp(2.15rem, 10vw, 3.4rem);
        line-height: .9;
        letter-spacing: .01em;
        text-align: left;
    }

    .mobile-tagline {
        margin: .35rem 0 0;
        color: #8b6620;
        font-size: .78rem;
        line-height: 1.25;
        text-align: left;
    }

    .mobile-products {
        position: relative;
        z-index: 1;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: .6rem;
        align-items: end;
        max-width: 33rem;
        margin: .75rem auto .35rem;
        pointer-events: none;
    }

    .mobile-products img {
        width: 100%;
        height: auto;
        filter: drop-shadow(0 14px 24px rgba(6, 47, 105, .12));
    }

    .mobile-greek,
    .mobile-welcome,
    .mobile-prize,
    .mobile-masthead h1 {
        position: relative;
        z-index: 1;
    }

    .mobile-greek {
        margin: .2rem 0 0;
        color: var(--greek-blue);
        font-size: 1.35rem;
        font-weight: 700;
    }

    .mobile-welcome {
        margin: .15rem 0 .3rem;
        color: var(--ink-blue);
        font-size: 1rem;
    }

    .mobile-masthead h1 {
        margin: .15rem 0 .1rem;
        color: var(--greek-blue);
        font-size: clamp(2.55rem, 14vw, 4.6rem);
        line-height: .98;
        letter-spacing: .01em;
    }

    .mobile-prize {
        max-width: 24rem;
        margin: .25rem auto 0;
        color: var(--ink-blue);
        font-size: 1.12rem;
        line-height: 1.35;
    }

    .giveaway-form {
        position: relative;
        inset: auto;
        width: min(calc(100% - 1.5rem), 34rem);
        margin: 0 auto 2rem;
        padding: 1.2rem;
        border: 1px solid rgba(185, 139, 46, .45);
        border-radius: 1.3rem;
        background: rgba(255, 255, 255, .93);
        box-shadow: var(--shadow);
    }

    .giveaway-form::before {
        content: 'SOPA Giveaway Entry';
        display: block;
        margin: 0 0 1rem;
        color: var(--ink-blue);
        text-align: center;
        font-size: 1.3rem;
        font-weight: 700;
    }

    .form-status {
        position: static;
        width: auto;
        min-height: 0;
        margin: 0 0 1rem;
        padding: .85rem 1rem;
        border-radius: .85rem;
        font-size: .98rem;
        line-height: 1.35;
    }

    .field,
    .check,
    .submit-button {
        position: static;
        width: auto;
        height: auto;
    }

    .field { display: block; margin-bottom: .85rem; }

    .field > span,
    .check > span {
        position: static !important;
        width: auto !important;
        height: auto !important;
        padding: 0 !important;
        margin: 0 !important;
        overflow: visible !important;
        clip: auto !important;
        white-space: normal !important;
        border: 0 !important;
    }

    .field > span {
        display: block;
        margin: 0 0 .32rem !important;
        color: var(--greek-blue);
        font-family: Arial, Helvetica, sans-serif;
        font-size: .76rem;
        font-weight: 800;
        letter-spacing: .08em;
        text-transform: uppercase;
    }

    .field input {
        width: 100%;
        min-height: 3rem;
        border-radius: .7rem;
        padding: .5rem .8rem;
        font-size: 1rem;
    }

    .mobile-helper {
        display: block;
        margin-top: .35rem;
        color: var(--greek-blue);
        font-size: .86rem;
        font-style: normal;
    }

    .check {
        display: grid;
        grid-template-columns: 1.45rem 1fr;
        gap: .65rem;
        align-items: start;
        margin: .85rem 0;
        color: #1b2b43;
        font-size: .98rem;
        line-height: 1.35;
    }

    .check input {
        position: static;
        width: 1.45rem;
        height: 1.45rem;
        border-radius: .28rem;
        transform: translateY(.05rem);
    }

    .check small {
        display: block;
        margin-top: .15rem;
        color: #4b596c;
        font-size: .86rem;
    }

    .submit-button {
        display: block;
        width: 100%;
        min-height: 3.55rem;
        margin-top: 1.05rem;
        border-radius: .85rem;
        font-size: clamp(1.25rem, 6vw, 1.8rem);
    }

    .mobile-small-print {
        display: block;
        margin: 1rem 0 0;
        color: var(--ink-blue);
        text-align: center;
        font-size: .9rem;
        line-height: 1.35;
    }

    .desktop-footer-links { display: none; }
}

/* === PDC DESKTOP OVERLAY CLEANUP START === */
@media (min-width: 901px) {
    /*
      Desktop uses the approved artboard as the exact visual layer.
      The live controls remain real form controls, but empty controls are
      visually quiet so they do not double-print over the artwork.
    */

    .field-first,
    .field-last,
    .field-email,
    .field-phone,
    .field-codeword {
        left: 40.6077% !important;
        width: 25.4834% !important;
        height: 3.5912% !important;
    }

    .field-first { top: 40.6998% !important; }
    .field-last { top: 44.8435% !important; }
    .field-email { top: 48.9871% !important; }
    .field-phone { top: 53.1308% !important; }
    .field-codeword { top: 57.2744% !important; }

    .field input {
        border: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        outline: none !important;
        color: var(--ink-blue) !important;
        caret-color: var(--greek-blue) !important;
        padding: 0 .95vw !important;
        font-family: Georgia, 'Times New Roman', serif !important;
        font-size: clamp(12px, 1.04vw, 17px) !important;
        line-height: 1 !important;
    }

    .field input::placeholder {
        color: transparent !important;
        opacity: 0 !important;
    }

    .field input:focus {
        background: rgba(255, 255, 255, .04) !important;
        box-shadow: inset 0 0 0 2px rgba(13, 94, 175, .13) !important;
    }

    .field input:not(:placeholder-shown) {
        background: rgba(255, 255, 255, .96) !important;
        box-shadow: inset 0 0 0 1px rgba(130, 155, 186, .28) !important;
    }

    .field input:-webkit-autofill {
        -webkit-box-shadow: 0 0 0 1000px rgba(255, 255, 255, .96) inset !important;
        -webkit-text-fill-color: var(--ink-blue) !important;
        caret-color: var(--greek-blue) !important;
    }

    .check-entry,
    .check-email,
    .check-sms {
        left: 32.1823% !important;
        width: 1.5884% !important;
        height: 2.1179% !important;
    }

    .check-entry { top: 64.5488% !important; }
    .check-email { top: 67.7716% !important; }
    .check-sms { top: 70.9945% !important; }

    .check input {
        border: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    .check input:focus {
        outline: 2px solid rgba(13, 94, 175, .35) !important;
        outline-offset: 2px !important;
    }

    .check input:checked {
        border: 2px solid var(--greek-blue) !important;
        background:
            linear-gradient(135deg, transparent 0 42%, #fff 42% 56%, transparent 56%),
            linear-gradient(45deg, transparent 0 42%, #fff 42% 56%, transparent 56%),
            var(--greek-blue) !important;
        box-shadow: 0 0 0 1px rgba(255,255,255,.65) !important;
    }

    .submit-button {
        left: 32.2514% !important;
        top: 76.7035% !important;
        width: 33.7707% !important;
        height: 5.8932% !important;

        background: transparent !important;
        border: 0 !important;
        box-shadow: none !important;
        color: transparent !important;
        text-shadow: none !important;
        font-size: 0 !important;
        text-indent: -9999px !important;
        overflow: hidden !important;
        opacity: 1 !important;
    }

    .submit-button::before,
    .submit-button::after {
        content: none !important;
        display: none !important;
    }

    .submit-button:hover,
    .submit-button:focus {
        background: rgba(13, 94, 175, .035) !important;
        outline: none !important;
    }

    .submit-button:focus-visible {
        outline: 3px solid rgba(199, 154, 58, .45) !important;
        outline-offset: 2px !important;
    }

    .submit-button[disabled] {
        opacity: 1 !important;
        cursor: wait !important;
    }
}
/* === PDC DESKTOP OVERLAY CLEANUP END === */

/* === PDC MOBILE REPAIR START === */
@media (max-width: 900px), (pointer: coarse) and (max-width: 1200px) {
    html,
    body {
        width: 100% !important;
        max-width: 100% !important;
        overflow-x: hidden !important;
        background:
            radial-gradient(circle at 50% 0%, rgba(255,255,255,.92), rgba(255,255,255,0) 22rem),
            linear-gradient(180deg, #fffaf1 0%, #f5ead8 100%) !important;
    }

    .sopa-artboard {
        width: 100% !important;
        max-width: 100% !important;
        min-height: 100svh !important;
        aspect-ratio: auto !important;
        background: none !important;
        background-image: none !important;
        overflow: visible !important;
        box-shadow: none !important;
    }

    .mobile-masthead {
        display: block !important;
        position: relative !important;
        padding: 0 .95rem 1.15rem !important;
        text-align: center !important;
        overflow: hidden !important;
        background:
            linear-gradient(180deg, rgba(255,255,255,.96), rgba(250,244,234,.9)) !important;
    }

    .mobile-masthead::before {
        content: none !important;
        display: none !important;
        background: none !important;
    }

    .mobile-key-border {
        display: block !important;
        height: 2rem !important;
        margin: 0 -.95rem .85rem !important;
        background: url('../img/top-greek-key.webp') left top / auto 2rem repeat-x !important;
        border-bottom: 1px solid rgba(13, 94, 175, .18) !important;
    }

    .mobile-brand-row {
        position: relative !important;
        z-index: 2 !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        gap: .2rem !important;
        max-width: 23rem !important;
        margin: .15rem auto .45rem !important;
    }

    .mobile-brand-row > div {
        min-width: 0 !important;
        max-width: 100% !important;
    }

    .mobile-camel {
        display: block !important;
        width: 4.05rem !important;
        height: auto !important;
        margin: 0 auto !important;
    }

    .mobile-brand {
        margin: 0 !important;
        max-width: 7.2em !important;
        color: var(--ink-blue) !important;
        font-size: clamp(2.25rem, 11.4vw, 3.1rem) !important;
        line-height: .93 !important;
        letter-spacing: .005em !important;
        text-align: center !important;
        word-break: normal !important;
        overflow-wrap: normal !important;
    }

    .mobile-tagline {
        max-width: 20rem !important;
        margin: .38rem auto 0 !important;
        color: #8b6620 !important;
        font-size: .84rem !important;
        line-height: 1.28 !important;
        text-align: center !important;
    }

    .mobile-products {
        position: relative !important;
        z-index: 1 !important;
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
        gap: .5rem !important;
        align-items: end !important;
        max-width: none !important;
        margin: .85rem -.35rem .45rem !important;
        pointer-events: none !important;
    }

    .mobile-products img {
        display: block !important;
        width: 100% !important;
        height: clamp(14.5rem, 64vw, 21rem) !important;
        object-fit: cover !important;
        object-position: center top !important;
        border-radius: .25rem !important;
        filter: drop-shadow(0 12px 20px rgba(6, 47, 105, .14)) !important;
    }

    .mobile-products img:first-child {
        object-position: left top !important;
    }

    .mobile-products img:nth-child(2) {
        object-position: center top !important;
    }

    .mobile-greek,
    .mobile-welcome,
    .mobile-prize,
    .mobile-masthead h1 {
        position: relative !important;
        z-index: 2 !important;
    }

    .mobile-greek {
        margin: .3rem 0 .05rem !important;
        color: var(--greek-blue) !important;
        font-size: 1.5rem !important;
        line-height: 1.1 !important;
        font-weight: 700 !important;
    }

    .mobile-welcome {
        margin: .05rem auto .35rem !important;
        max-width: 22rem !important;
        color: var(--ink-blue) !important;
        font-size: 1rem !important;
        line-height: 1.25 !important;
    }

    .mobile-masthead h1 {
        margin: .2rem auto .15rem !important;
        max-width: 9em !important;
        color: var(--greek-blue) !important;
        font-size: clamp(3rem, 14vw, 4.45rem) !important;
        line-height: .95 !important;
        letter-spacing: .01em !important;
    }

    .mobile-prize {
        max-width: 24rem !important;
        margin: .25rem auto 0 !important;
        color: var(--ink-blue) !important;
        font-size: 1.08rem !important;
        line-height: 1.35 !important;
    }

    .giveaway-form {
        position: relative !important;
        inset: auto !important;
        transform: none !important;
        width: min(calc(100% - 1.35rem), 32rem) !important;
        height: auto !important;
        margin: .95rem auto 2rem !important;
        padding: 1.15rem !important;
        border: 1px solid rgba(185, 139, 46, .45) !important;
        border-radius: 1.25rem !important;
        background: rgba(255, 255, 255, .94) !important;
        box-shadow: 0 16px 50px rgba(6, 47, 105, .18) !important;
    }

    .giveaway-form::before {
        content: 'SOPA Giveaway Entry' !important;
        display: block !important;
        margin: 0 0 1rem !important;
        color: var(--ink-blue) !important;
        text-align: center !important;
        font-size: 1.35rem !important;
        line-height: 1.2 !important;
        font-weight: 700 !important;
    }

    .form-status {
        position: static !important;
        width: auto !important;
        min-height: 0 !important;
        margin: 0 0 1rem !important;
        padding: .85rem 1rem !important;
        border-radius: .85rem !important;
        font-size: .98rem !important;
        line-height: 1.35 !important;
    }

    .field,
    .check,
    .submit-button {
        position: static !important;
        left: auto !important;
        top: auto !important;
        right: auto !important;
        bottom: auto !important;
        width: auto !important;
        height: auto !important;
    }

    .field {
        display: block !important;
        margin: 0 0 .9rem !important;
    }

    .field > span,
    .check > span {
        position: static !important;
        width: auto !important;
        height: auto !important;
        padding: 0 !important;
        margin: 0 !important;
        overflow: visible !important;
        clip: auto !important;
        white-space: normal !important;
        border: 0 !important;
    }

    .field > span {
        display: block !important;
        margin: 0 0 .35rem !important;
        color: var(--greek-blue) !important;
        font-family: Arial, Helvetica, sans-serif !important;
        font-size: .78rem !important;
        font-weight: 800 !important;
        letter-spacing: .08em !important;
        text-transform: uppercase !important;
    }

    .field input {
        display: block !important;
        width: 100% !important;
        min-height: 3.05rem !important;
        height: auto !important;
        border: 1px solid rgba(130, 155, 186, .78) !important;
        border-radius: .72rem !important;
        background: rgba(255, 255, 255, .96) !important;
        box-shadow: inset 0 1px 3px rgba(6, 47, 105, .06) !important;
        color: var(--ink-blue) !important;
        padding: .5rem .85rem !important;
        font-family: Georgia, 'Times New Roman', serif !important;
        font-size: 1rem !important;
        line-height: 1.2 !important;
        text-indent: 0 !important;
    }

    .field input::placeholder {
        color: rgba(97, 107, 124, .58) !important;
        opacity: 1 !important;
    }

    .field input:focus {
        border-color: var(--greek-blue) !important;
        background: #fff !important;
        box-shadow: 0 0 0 3px rgba(13, 94, 175, .15), inset 0 1px 3px rgba(6, 47, 105, .05) !important;
        outline: none !important;
    }

    .mobile-helper {
        display: block !important;
        margin-top: .36rem !important;
        color: var(--greek-blue) !important;
        font-size: .88rem !important;
        font-style: normal !important;
    }

    .check {
        display: grid !important;
        grid-template-columns: 1.45rem 1fr !important;
        gap: .68rem !important;
        align-items: start !important;
        margin: .9rem 0 !important;
        color: #1b2b43 !important;
        font-size: 1rem !important;
        line-height: 1.35 !important;
    }

    .check input {
        position: static !important;
        display: block !important;
        width: 1.45rem !important;
        height: 1.45rem !important;
        min-width: 1.45rem !important;
        margin: .08rem 0 0 !important;
        appearance: none !important;
        -webkit-appearance: none !important;
        border: 2px solid rgba(53, 61, 73, .84) !important;
        border-radius: .28rem !important;
        background: rgba(255, 255, 255, .98) !important;
        box-shadow: none !important;
        transform: none !important;
    }

    .check input:checked {
        border-color: var(--greek-blue) !important;
        background:
            linear-gradient(135deg, transparent 0 42%, #fff 42% 56%, transparent 56%),
            linear-gradient(45deg, transparent 0 42%, #fff 42% 56%, transparent 56%),
            var(--greek-blue) !important;
    }

    .check small {
        display: block !important;
        margin-top: .18rem !important;
        color: #4b596c !important;
        font-size: .88rem !important;
        line-height: 1.35 !important;
    }

    .submit-button {
        display: block !important;
        width: 100% !important;
        min-height: 3.65rem !important;
        margin: 1.05rem 0 0 !important;
        border: 0 !important;
        border-radius: .88rem !important;
        color: #fff !important;
        background: linear-gradient(180deg, rgba(18, 82, 157, 1) 0%, rgba(7, 57, 125, 1) 100%) !important;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 8px 18px rgba(4, 42, 94, .28) !important;
        cursor: pointer !important;
        letter-spacing: .12em !important;
        text-transform: uppercase !important;
        font-family: Arial, Helvetica, sans-serif !important;
        font-size: clamp(1.25rem, 6vw, 1.75rem) !important;
        font-weight: 700 !important;
        text-indent: 0 !important;
        text-shadow: none !important;
        overflow: visible !important;
        opacity: 1 !important;
    }

    .submit-button::before,
    .submit-button::after {
        display: inline-block !important;
        margin: 0 .55em !important;
        color: rgba(255,255,255,.86) !important;
        font-size: .9em !important;
        transform: scaleX(2.1) !important;
        text-indent: 0 !important;
    }

    .submit-button::before {
        content: '‹' !important;
    }

    .submit-button::after {
        content: '›' !important;
    }

    .mobile-small-print {
        display: block !important;
        margin: 1rem 0 0 !important;
        color: var(--ink-blue) !important;
        text-align: center !important;
        font-size: .92rem !important;
        line-height: 1.35 !important;
    }

    .desktop-footer-links {
        display: none !important;
    }
}
/* === PDC MOBILE REPAIR END === */

/* === PDC MOBILE SOAP HERO CLEANUP START === */
@media (max-width: 900px), (pointer: coarse) and (max-width: 1200px) {
    /*
      The original mobile <img> crops contained pieces of the desktop artboard
      background. Hide those raw crops and render clean cropped photo panels
      focused tightly on the handmade soap stacks.
    */

    .mobile-products {
        position: relative !important;
        z-index: 2 !important;
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
        gap: .72rem !important;
        width: min(100%, 31rem) !important;
        max-width: 31rem !important;
        margin: .95rem auto .65rem !important;
        padding: 0 .15rem !important;
        overflow: visible !important;
        align-items: stretch !important;
        pointer-events: none !important;
    }

    .mobile-products img {
        display: none !important;
        visibility: hidden !important;
    }

    .mobile-products::before,
    .mobile-products::after {
        content: '' !important;
        display: block !important;
        height: clamp(13.75rem, 63vw, 20rem) !important;
        min-height: 0 !important;
        border-radius: .48rem !important;
        border: 1px solid rgba(185, 139, 46, .18) !important;
        background-color: #fbf7ef !important;
        background-repeat: no-repeat !important;
        box-shadow:
            0 14px 28px rgba(6, 47, 105, .12),
            inset 0 0 0 1px rgba(255,255,255,.38) !important;
        overflow: hidden !important;
    }

    .mobile-products::before {
        grid-column: 1 !important;
        background-image:
            linear-gradient(180deg, rgba(255,255,255,.00), rgba(6,47,105,.035)),
            url('../img/left-soap-stack.webp') !important;
        background-size: 100% 100%, 136% auto !important;
        background-position: center center, 76% 0% !important;
    }

    .mobile-products::after {
        grid-column: 2 !important;
        background-image:
            linear-gradient(180deg, rgba(255,255,255,.00), rgba(6,47,105,.035)),
            url('../img/right-soap-stack.webp') !important;
        background-size: 100% 100%, 136% auto !important;
        background-position: center center, 72% 0% !important;
    }

    .mobile-greek {
        margin-top: .85rem !important;
    }
}

@media (max-width: 380px) {
    .mobile-products {
        gap: .55rem !important;
        width: min(100%, 29rem) !important;
    }

    .mobile-products::before,
    .mobile-products::after {
        height: clamp(12.8rem, 61vw, 18.5rem) !important;
    }

    .mobile-products::before {
        background-size: 100% 100%, 142% auto !important;
        background-position: center center, 78% 0% !important;
    }

    .mobile-products::after {
        background-size: 100% 100%, 142% auto !important;
        background-position: center center, 74% 0% !important;
    }
}
/* === PDC MOBILE SOAP HERO CLEANUP END === */
