.df-launch-gate-body {
    margin: 0;
    background: #fff6ed;
}

.df-launch-gate {
    min-height: 100vh;
    overflow: hidden;
    color: #2c1a10;
    background:
        radial-gradient(circle at 50% 0%, rgba(255, 244, 226, .9), transparent 34rem),
        linear-gradient(180deg, #fff4e8 0%, #fffaf4 58%, #2b190f 100%);
    font-family: Georgia, 'Times New Roman', serif;
}

.df-launch-gate-hero {
    position: relative;
    display: grid;
    justify-items: center;
    min-height: 790px;
    padding: clamp(34px, 5vw, 68px) 22px 0;
    text-align: center;
    isolation: isolate;
}

.df-launch-gate-scenery {
    position: absolute;
    inset: 0;
    z-index: -2;
    overflow: hidden;
    background:
        linear-gradient(90deg, rgba(46, 23, 9, .58), rgba(167, 100, 49, .16) 16%, rgba(255, 243, 225, .56) 42%, rgba(226, 151, 78, .24) 100%),
        radial-gradient(circle at 65% 20%, rgba(255, 233, 192, .82), transparent 24rem),
        linear-gradient(180deg, #dfb180 0%, #f9e7cf 48%, #fff6ed 100%);
}

.df-launch-gate-scenery::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 14% 82%, rgba(42, 30, 18, .42), transparent 13rem),
        linear-gradient(180deg, transparent 0 76%, rgba(255, 246, 234, .92) 92%);
}

.df-launch-gate-arch {
    position: absolute;
    top: -36px;
    bottom: 110px;
    left: -42px;
    width: min(27vw, 270px);
    border-right: 28px solid rgba(98, 50, 20, .54);
    border-radius: 0 0 160px 0;
    background:
        repeating-linear-gradient(135deg, rgba(77, 39, 17, .12) 0 8px, transparent 8px 17px),
        linear-gradient(180deg, rgba(160, 92, 39, .78), rgba(95, 46, 18, .56));
    box-shadow: 20px 0 54px rgba(67, 33, 14, .2);
}

.df-launch-gate-lantern {
    position: absolute;
    top: 108px;
    left: clamp(26px, 7vw, 82px);
    width: 38px;
    height: 88px;
    border: 3px solid rgba(41, 23, 12, .62);
    border-radius: 18px 18px 12px 12px;
    background: radial-gradient(circle, rgba(255, 179, 73, .92), rgba(68, 34, 17, .65) 62%, rgba(22, 12, 7, .62));
    box-shadow: 0 16px 58px rgba(84, 43, 17, .36);
}

.df-launch-gate-lantern::before {
    content: '';
    position: absolute;
    top: -74px;
    left: 17px;
    width: 2px;
    height: 72px;
    background: rgba(41, 23, 12, .58);
}

.df-launch-gate-sun {
    position: absolute;
    top: 160px;
    right: 18%;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 239, 210, .9), rgba(255, 199, 129, .18) 58%, transparent 70%);
}

.df-launch-gate-mountains {
    position: absolute;
    right: -8%;
    bottom: 170px;
    width: 66%;
    height: 220px;
    background:
        linear-gradient(155deg, transparent 0 48%, rgba(99, 68, 44, .34) 49% 62%, transparent 63%),
        linear-gradient(25deg, transparent 0 43%, rgba(129, 88, 55, .38) 44% 58%, transparent 59%),
        linear-gradient(180deg, transparent 0 52%, rgba(255, 245, 231, .34) 53% 100%);
    opacity: .9;
}

.df-launch-gate-terrace {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 52%;
    height: 230px;
    background:
        repeating-linear-gradient(90deg, rgba(86, 51, 28, .22) 0 28px, transparent 28px 56px),
        linear-gradient(180deg, rgba(255, 245, 232, .28), rgba(123, 72, 35, .38));
    clip-path: polygon(12% 28%, 100% 0, 100% 100%, 0 100%);
}

.df-launch-gate-brand {
    width: min(330px, 70vw);
    margin: 0 auto clamp(24px, 4vw, 44px);
}

.df-launch-gate-brand img {
    display: block;
    width: 100%;
    height: auto;
    filter: drop-shadow(0 10px 22px rgba(52, 29, 15, .12));
}

.df-launch-gate-brand span {
    display: block;
    color: #2c1a10;
    font-size: clamp(34px, 7vw, 70px);
    letter-spacing: .16em;
    text-transform: uppercase;
}

.df-launch-gate-copy {
    width: min(920px, 100%);
}

.df-launch-gate-copy h1 {
    margin: 0;
    color: #24150c;
    font-size: clamp(54px, 9vw, 112px);
    font-weight: 400;
    letter-spacing: .12em;
    line-height: .9;
    text-transform: uppercase;
}

.df-launch-gate-divider {
    display: grid;
    grid-template-columns: minmax(34px, 1fr) 18px minmax(34px, 1fr);
    align-items: center;
    gap: 12px;
    width: min(310px, 70vw);
    margin: 28px auto 22px;
    color: #b97838;
}

.df-launch-gate-divider::before,
.df-launch-gate-divider::after {
    content: '';
    height: 1px;
    background: linear-gradient(90deg, transparent, currentColor, transparent);
}

.df-launch-gate-divider span {
    width: 12px;
    height: 12px;
    border: 2px solid currentColor;
    transform: rotate(45deg);
}

.df-launch-gate-divider.is-small {
    width: 130px;
    margin: 14px auto 0;
    color: #c78a4e;
}

.df-launch-gate-kicker {
    margin: 0 0 22px;
    font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: clamp(17px, 2vw, 25px);
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.df-launch-gate-intro,
.df-launch-gate-panel p,
.df-launch-gate-section-head p,
.df-launch-gate-request em,
.df-launch-gate-trust p {
    margin: 0;
    font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    color: #2f2118;
    font-size: 18px;
    line-height: 1.45;
}

.df-launch-gate-intro {
    max-width: 620px;
    margin: 0 auto;
    white-space: pre-line;
}

.df-launch-gate-panel,
.df-launch-gate-request,
.df-launch-gate-admin-card {
    border: 1px solid rgba(168, 105, 52, .45);
    background: rgba(255, 250, 243, .82);
    box-shadow: 0 24px 80px rgba(67, 38, 19, .12);
    backdrop-filter: blur(12px);
}

.df-launch-gate-newsletter {
    position: relative;
    width: min(680px, calc(100vw - 34px));
    margin: 44px auto -42px;
    padding: 44px clamp(24px, 5vw, 56px) 32px;
    border-radius: 18px;
}

.df-launch-gate-mail-icon {
    position: absolute;
    top: -24px;
    left: 50%;
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(70, 50, 35, .42);
    border-radius: 50%;
    background: #fffbf4;
    transform: translateX(-50%);
}

.df-launch-gate-mail-icon::before {
    content: '';
    width: 20px;
    height: 14px;
    border: 2px solid #514135;
    border-radius: 2px;
    background: linear-gradient(145deg, transparent 46%, #514135 48% 52%, transparent 54%), linear-gradient(35deg, transparent 46%, #514135 48% 52%, transparent 54%);
}

.df-launch-gate-newsletter h2,
.df-launch-gate-section-head h2,
.df-launch-gate-request strong {
    margin: 0 0 10px;
    color: #2c1a10;
    font-size: clamp(25px, 3vw, 34px);
    font-weight: 400;
    letter-spacing: .08em;
    line-height: 1;
    text-transform: uppercase;
}

.df-launch-gate-newsletter p {
    max-width: 520px;
    margin: 0 auto;
    font-size: 16px;
}

.df-launch-gate-inline-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 190px;
    gap: 10px;
    margin-top: 24px;
}

.df-launch-gate input,
.df-launch-gate textarea {
    width: 100%;
    border: 1px solid rgba(71, 54, 42, .2);
    border-radius: 7px;
    padding: 14px 16px;
    background: rgba(255, 255, 255, .86);
    color: #2f1d12;
    font: 600 15px/1.2 ui-sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    box-sizing: border-box;
}

.df-launch-gate textarea {
    min-height: 82px;
    resize: vertical;
}

.df-launch-gate button,
.df-launch-gate-request summary b {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    border: 0;
    border-radius: 7px;
    padding: 0 24px;
    background: linear-gradient(135deg, #c17a36, #9f5f27);
    color: #fff;
    font: 800 14px/1 ui-sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    letter-spacing: .08em;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
}

.df-launch-gate-social-row {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 18px;
    align-items: center;
    margin: 30px 0 16px;
    color: #3b2a20;
    font: 800 14px/1 ui-sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.df-launch-gate-social-row span {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(145, 92, 49, .46));
}

.df-launch-gate-social-row span:last-child {
    background: linear-gradient(90deg, rgba(145, 92, 49, .46), transparent);
}

.df-launch-gate-socials {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 26px;
}

.df-launch-gate-socials a {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #342116;
    font: 800 14px/1 ui-sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    letter-spacing: .12em;
    text-decoration: none;
    text-transform: uppercase;
}

.df-launch-gate-socials i {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border: 2px solid #342116;
    border-radius: 50%;
    font-style: normal;
    font-size: 22px;
    font-weight: 900;
}

.df-launch-gate-socials a:nth-child(2) i::before {
    content: '';
    width: 16px;
    height: 16px;
    border: 2px solid currentColor;
    border-radius: 5px;
    box-shadow: inset 0 0 0 4px #fffaf3;
}

.df-launch-gate-waitlist {
    padding: 84px 22px 58px;
    background:
        radial-gradient(circle at 50% 28%, rgba(215, 154, 88, .16), transparent 24rem),
        linear-gradient(180deg, #fff8ef, #fffaf4);
}

.df-launch-gate-section-head {
    text-align: center;
}

.df-launch-gate-waitlist-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
    width: min(930px, 100%);
    margin: 58px auto 0;
}

.df-launch-gate-request {
    position: relative;
    border-radius: 12px;
}

.df-launch-gate-request summary {
    display: grid;
    justify-items: center;
    gap: 14px;
    padding: 54px 36px 28px;
    list-style: none;
    cursor: pointer;
}

.df-launch-gate-request summary::-webkit-details-marker {
    display: none;
}

.df-launch-gate-request-icon {
    position: absolute;
    top: -33px;
    left: 50%;
    display: grid;
    place-items: center;
    width: 66px;
    height: 66px;
    border: 1px solid rgba(179, 116, 57, .72);
    border-radius: 50%;
    background: #fff7ed;
    transform: translateX(-50%);
}

.df-launch-gate-request-icon::before {
    content: '';
    width: 24px;
    height: 24px;
    border: 3px solid #c17a36;
    border-radius: 5px 5px 0 0;
    transform: rotate(45deg);
}

.df-launch-gate-request-icon.is-guest {
    border-color: rgba(67, 86, 55, .82);
    background: #536345;
}

.df-launch-gate-request-icon.is-guest::before {
    width: 16px;
    height: 26px;
    border-color: #fff8ef;
    border-radius: 9px 9px 4px 4px;
    transform: none;
}

.df-launch-gate-request em {
    display: block;
    max-width: 330px;
    font-size: 15px;
    font-style: normal;
}

.df-launch-gate-request.is-guest summary b,
.df-launch-gate-request.is-guest button {
    background: linear-gradient(135deg, #647453, #3f4b35);
}

.df-launch-gate-request-form {
    display: grid;
    gap: 10px;
    padding: 0 28px 28px;
}

.df-launch-gate-trust {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(18px, 4vw, 54px);
    padding: 40px clamp(22px, 6vw, 86px) 54px;
    background: #fffaf4;
}

.df-launch-gate-trust article {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 6px 16px;
    align-items: start;
}

.df-launch-gate-trust span {
    grid-row: 1 / span 2;
    color: #c38447;
    font-size: 32px;
    line-height: 1;
}

.df-launch-gate-trust strong {
    font: 900 15px/1.1 ui-sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.df-launch-gate-trust p {
    font-size: 14px;
}

.df-launch-gate-footer {
    display: grid;
    gap: 16px;
    justify-items: center;
    padding: 38px 22px 42px;
    color: #fff7ed;
    background:
        repeating-linear-gradient(45deg, rgba(255, 255, 255, .035) 0 16px, transparent 16px 32px),
        #2b190f;
    text-align: center;
}

.df-launch-gate-footer strong {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: .36em;
    text-transform: uppercase;
}

.df-launch-gate-footer span {
    font: 700 14px/1 ui-sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    letter-spacing: .26em;
    text-transform: uppercase;
}

.df-launch-gate-notice {
    position: relative;
    z-index: 2;
    width: min(680px, calc(100vw - 34px));
    margin: 0 auto 14px;
    padding: 12px 16px;
    border-radius: 12px;
    font: 800 14px/1.3 ui-sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.df-launch-gate-notice-success {
    background: #edf5ee;
    color: #315d45;
}

.df-launch-gate-notice-error {
    background: #faece8;
    color: #944331;
}

.df-launch-gate-hp {
    position: absolute;
    left: -9999px;
    opacity: 0;
}

.df-launch-gate-admin {
    max-width: 1180px;
}

.df-launch-gate-admin-card {
    margin: 18px 0;
    padding: 22px;
    border-radius: 24px;
}

.df-launch-gate-admin-card label {
    display: block;
    margin: 0 0 14px;
    font-weight: 700;
}

.df-launch-gate-admin-card input[type="text"],
.df-launch-gate-admin-card input[type="url"],
.df-launch-gate-admin-card textarea {
    display: block;
    width: min(720px, 100%);
    margin-top: 6px;
}

.df-launch-gate-toggle {
    display: inline-flex !important;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    border-radius: 999px;
    background: #fff8f1;
}

.df-launch-gate-row-action {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

@media (max-width: 860px) {
    .df-launch-gate-hero {
        min-height: 760px;
        padding-top: 30px;
    }

    .df-launch-gate-arch {
        width: 120px;
        border-right-width: 18px;
        opacity: .75;
    }

    .df-launch-gate-lantern {
        left: 28px;
        transform: scale(.8);
        transform-origin: top left;
    }

    .df-launch-gate-terrace,
    .df-launch-gate-mountains {
        width: 78%;
        opacity: .55;
    }

    .df-launch-gate-copy h1 {
        letter-spacing: .08em;
    }

    .df-launch-gate-inline-form,
    .df-launch-gate-waitlist-grid,
    .df-launch-gate-trust {
        grid-template-columns: 1fr;
    }

    .df-launch-gate-newsletter {
        margin-top: 34px;
        padding: 40px 18px 24px;
    }

    .df-launch-gate-waitlist {
        padding-top: 78px;
    }

    .df-launch-gate-trust article {
        max-width: 340px;
        margin: 0 auto;
    }

    .df-launch-gate-footer strong,
    .df-launch-gate-footer span {
        letter-spacing: .16em;
    }
}

/* Compact one-screen launch composition. */
@media (min-width: 861px) {
    .df-launch-gate {
        display: grid;
        grid-template-rows: minmax(0, 1fr) auto auto auto;
        height: 100svh;
        min-height: 720px;
        overflow: hidden;
    }

    .df-launch-gate-hero {
        align-content: start;
        min-height: 0;
        padding: 18px 22px 0;
    }

    .df-launch-gate-brand {
        width: min(230px, 24vw);
        margin-bottom: 12px;
    }

    .df-launch-gate-copy h1 {
        font-size: clamp(48px, 7vw, 84px);
        letter-spacing: .11em;
        line-height: .84;
    }

    .df-launch-gate-divider {
        width: min(230px, 54vw);
        margin: 14px auto 12px;
    }

    .df-launch-gate-kicker {
        margin-bottom: 10px;
        font-size: clamp(14px, 1.4vw, 18px);
        letter-spacing: .13em;
    }

    .df-launch-gate-intro {
        max-width: 540px;
        font-size: 14px;
        line-height: 1.35;
    }

    .df-launch-gate-newsletter {
        width: min(620px, calc(100vw - 40px));
        margin: 22px auto 0;
        padding: 30px 32px 20px;
        border-radius: 15px;
    }

    .df-launch-gate-mail-icon {
        top: -19px;
        width: 38px;
        height: 38px;
    }

    .df-launch-gate-newsletter h2,
    .df-launch-gate-section-head h2,
    .df-launch-gate-request strong {
        margin-bottom: 7px;
        font-size: 24px;
    }

    .df-launch-gate-newsletter p,
    .df-launch-gate-section-head p,
    .df-launch-gate-request em,
    .df-launch-gate-trust p {
        font-size: 13px;
        line-height: 1.32;
    }

    .df-launch-gate-inline-form {
        grid-template-columns: minmax(0, 1fr) 150px;
        margin-top: 15px;
    }

    .df-launch-gate input,
    .df-launch-gate textarea {
        padding: 11px 13px;
        font-size: 13px;
    }

    .df-launch-gate button,
    .df-launch-gate-request summary b {
        min-height: 40px;
        padding: 0 18px;
        font-size: 12px;
    }

    .df-launch-gate-social-row {
        margin: 18px 0 10px;
        font-size: 11px;
        letter-spacing: .15em;
    }

    .df-launch-gate-socials {
        gap: 18px;
        min-height: 18px;
        font-size: 12px;
    }

    .df-launch-gate-waitlist {
        padding: 18px 22px 16px;
    }

    .df-launch-gate-divider.is-small {
        margin-top: 9px;
    }

    .df-launch-gate-waitlist-grid {
        width: min(820px, 100%);
        gap: 22px;
        margin-top: 30px;
    }

    .df-launch-gate-request summary {
        gap: 9px;
        padding: 35px 24px 18px;
    }

    .df-launch-gate-request-icon {
        top: -25px;
        width: 50px;
        height: 50px;
    }

    .df-launch-gate-request-icon::before {
        width: 18px;
        height: 18px;
    }

    .df-launch-gate-request-icon.is-guest::before {
        width: 12px;
        height: 20px;
    }

    .df-launch-gate-request-form {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        padding: 0 18px 18px;
    }

    .df-launch-gate-request-form textarea,
    .df-launch-gate-request-form button {
        grid-column: 1 / -1;
    }

    .df-launch-gate-request-form textarea {
        min-height: 56px;
    }

    .df-launch-gate-trust {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 24px;
        padding: 13px 56px 16px;
    }

    .df-launch-gate-trust article {
        grid-template-columns: 34px 1fr;
        gap: 4px 10px;
    }

    .df-launch-gate-trust span {
        font-size: 24px;
    }

    .df-launch-gate-trust strong {
        font-size: 12px;
    }

    .df-launch-gate-footer {
        gap: 7px;
        padding: 16px 22px 17px;
    }

    .df-launch-gate-footer strong {
        font-size: 18px;
    }

    .df-launch-gate-footer span {
        font-size: 11px;
    }

    .df-launch-gate-arch {
        bottom: 34px;
        width: min(18vw, 200px);
        border-right-width: 20px;
    }

    .df-launch-gate-lantern {
        top: 70px;
        transform: scale(.82);
        transform-origin: top left;
    }

    .df-launch-gate-sun {
        top: 90px;
        width: 220px;
        height: 220px;
    }

    .df-launch-gate-mountains {
        bottom: 116px;
        height: 150px;
    }

    .df-launch-gate-terrace {
        height: 150px;
    }
}

/* One-screen desktop refinement: no overlap, no scroll. */
@media (min-width: 861px) {
    .df-launch-gate {
        display: block;
        height: 100vh;
        min-height: 680px;
        max-height: 100vh;
        overflow: hidden;
    }

    .df-launch-gate-hero {
        display: grid;
        align-content: start;
        min-height: 0;
        height: 386px;
        padding: 14px 22px 0;
        overflow: hidden;
    }

    .df-launch-gate-brand {
        width: min(210px, 22vw);
        margin-bottom: 8px;
    }

    .df-launch-gate-copy h1 {
        font-size: clamp(42px, 6.4vw, 74px);
        letter-spacing: .12em;
    }

    .df-launch-gate-divider {
        margin: 10px auto 9px;
        transform: scale(.82);
    }

    .df-launch-gate-kicker {
        margin-bottom: 8px;
        font-size: 14px;
    }

    .df-launch-gate-intro {
        font-size: 13px;
        line-height: 1.25;
    }

    .df-launch-gate-newsletter {
        width: min(560px, calc(100vw - 48px));
        margin: 16px auto 0;
        padding: 24px 26px 15px;
        box-shadow: 0 16px 42px rgba(67, 38, 19, .09);
    }

    .df-launch-gate-newsletter h2 {
        font-size: 22px;
    }

    .df-launch-gate-newsletter p {
        max-width: 470px;
        font-size: 12px;
    }

    .df-launch-gate-inline-form {
        margin-top: 11px;
    }

    .df-launch-gate-social-row {
        margin: 10px 0 6px;
    }

    .df-launch-gate-socials {
        font-size: 11px;
    }

    .df-launch-gate-waitlist {
        height: 178px;
        padding: 14px 22px 0;
        overflow: visible;
    }

    .df-launch-gate-section-head {
        display: none;
    }

    .df-launch-gate-waitlist-grid {
        width: min(760px, 100%);
        gap: 22px;
        margin-top: 22px;
    }

    .df-launch-gate-request summary {
        min-height: 120px;
        gap: 7px;
        padding: 31px 24px 15px;
    }

    .df-launch-gate-request strong {
        font-size: 21px;
    }

    .df-launch-gate-request em {
        max-width: 300px;
        font-size: 12px;
        line-height: 1.28;
    }

    .df-launch-gate-request summary b {
        min-height: 34px;
        padding: 0 16px;
        font-size: 11px;
    }

    .df-launch-gate-request-form {
        position: absolute;
        z-index: 4;
        right: 18px;
        left: 18px;
        top: 100%;
        padding: 12px;
        border: 1px solid rgba(168, 105, 52, .28);
        border-radius: 0 0 12px 12px;
        background: #fffaf4;
        box-shadow: 0 18px 42px rgba(67, 38, 19, .12);
    }

    .df-launch-gate-trust {
        height: 76px;
        padding: 10px 56px 8px;
        overflow: hidden;
    }

    .df-launch-gate-trust article {
        grid-template-columns: 28px 1fr;
    }

    .df-launch-gate-trust span {
        font-size: 20px;
    }

    .df-launch-gate-trust strong {
        font-size: 11px;
    }

    .df-launch-gate-trust p {
        font-size: 11px;
        line-height: 1.22;
    }

    .df-launch-gate-footer {
        height: 40px;
        gap: 3px;
        padding: 7px 22px;
    }

    .df-launch-gate-footer strong {
        font-size: 15px;
    }

    .df-launch-gate-footer span {
        font-size: 9px;
    }
}

html:has(body.df-launch-gate-body) {
    margin-top: 0 !important;
}

body.df-launch-gate-body.admin-bar {
    margin-top: 0 !important;
}

body.df-launch-gate-body #wpadminbar {
    display: none !important;
}

@media (min-width: 861px) {
    .df-launch-gate {
        min-height: 640px;
    }

    .df-launch-gate-hero {
        height: 350px;
    }

    .df-launch-gate-brand {
        width: min(190px, 20vw);
        margin-bottom: 5px;
    }

    .df-launch-gate-copy h1 {
        font-size: clamp(40px, 5.8vw, 68px);
    }

    .df-launch-gate-divider {
        margin: 7px auto 7px;
    }

    .df-launch-gate-kicker {
        margin-bottom: 6px;
        font-size: 13px;
    }

    .df-launch-gate-intro {
        font-size: 12px;
    }

    .df-launch-gate-newsletter {
        width: min(520px, calc(100vw - 48px));
        margin-top: 12px;
        padding: 21px 26px 13px;
    }

    .df-launch-gate-newsletter h2 {
        font-size: 20px;
    }

    .df-launch-gate-newsletter p {
        font-size: 11px;
    }

    .df-launch-gate-inline-form {
        margin-top: 9px;
    }

    .df-launch-gate-social-row,
    .df-launch-gate-socials span {
        display: none;
    }

    .df-launch-gate-waitlist {
        height: 158px;
        padding-top: 10px;
    }

    .df-launch-gate-waitlist-grid {
        width: min(720px, 100%);
        margin-top: 21px;
    }

    .df-launch-gate-request summary {
        min-height: 108px;
        padding: 29px 20px 13px;
    }

    .df-launch-gate-request strong {
        font-size: 19px;
    }

    .df-launch-gate-request em {
        font-size: 11px;
    }

    .df-launch-gate-request summary b {
        min-height: 31px;
    }

    .df-launch-gate-request-icon {
        top: -22px;
        width: 44px;
        height: 44px;
    }

    .df-launch-gate-trust {
        height: 48px;
        align-items: center;
        padding: 5px 56px;
    }

    .df-launch-gate-trust article {
        grid-template-columns: 25px 1fr;
        align-items: center;
    }

    .df-launch-gate-trust p {
        display: none;
    }

    .df-launch-gate-trust span {
        font-size: 18px;
    }

    .df-launch-gate-trust strong {
        font-size: 10px;
    }

    .df-launch-gate-footer {
        height: 34px;
        padding: 5px 22px;
    }
}

.df-launch-gate.has-custom-image .df-launch-gate-scenery {
    background-image:
        linear-gradient(90deg, rgba(46, 23, 9, .52), rgba(255, 243, 225, .38) 34%, rgba(226, 151, 78, .20) 100%),
        radial-gradient(circle at 50% 22%, rgba(255, 244, 226, .58), transparent 26rem),
        var(--df-launch-gate-image);
    background-position: center;
    background-size: cover;
}

.df-launch-gate.has-custom-image .df-launch-gate-scenery::after {
    background:
        linear-gradient(180deg, rgba(255, 246, 234, .06), rgba(255, 246, 234, .70) 76%, rgba(255, 246, 234, .96) 100%),
        radial-gradient(circle at 50% 36%, rgba(255, 246, 234, .54), transparent 30rem);
}

.df-launch-gate.has-custom-image .df-launch-gate-arch,
.df-launch-gate.has-custom-image .df-launch-gate-lantern,
.df-launch-gate.has-custom-image .df-launch-gate-sun,
.df-launch-gate.has-custom-image .df-launch-gate-mountains,
.df-launch-gate.has-custom-image .df-launch-gate-terrace {
    opacity: .18;
}

.df-launch-gate-admin-i18n {
    margin: 22px 0;
}

.df-launch-gate-image-field {
    display: grid;
    gap: 10px;
    align-items: start;
    margin: 18px 0;
    padding: 16px;
    border: 1px solid #dcdcde;
    border-radius: 12px;
    background: #fff;
}

.df-launch-gate-image-preview img {
    display: block;
    width: min(320px, 100%);
    height: 160px;
    object-fit: cover;
    border: 1px solid #dcdcde;
    border-radius: 12px;
}

.df-launch-gate-language-panel {
    margin: 12px 0;
    border: 1px solid #dcdcde;
    border-radius: 12px;
    background: #fff;
}

.df-launch-gate-language-panel summary {
    padding: 14px 16px;
    font-weight: 800;
    cursor: pointer;
}

.df-launch-gate-language-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    padding: 0 16px 16px;
}

.df-launch-gate-language-grid label.is-wide {
    grid-column: 1 / -1;
}

.df-launch-gate-language-grid input,
.df-launch-gate-language-grid textarea {
    display: block;
    width: 100%;
    margin-top: 6px;
}

.df-launch-gate-language-grid[dir="rtl"] input,
.df-launch-gate-language-grid[dir="rtl"] textarea {
    direction: rtl;
    text-align: right;
}

@media (max-width: 760px) {
    .df-launch-gate-language-grid {
        grid-template-columns: 1fr;
    }
}

