.header-coming-soon {
    position: sticky;
    top: 0;
    z-index: 999;
    background: rgba(11, 48, 45, 0.98);
    border-bottom: 1px solid rgba(216, 174, 94, 0.28);
    box-shadow: 0 8px 28px rgba(5, 26, 24, 0.16);
}

.header-coming-soon .header-inner {
    width: min(1180px, calc(100% - 32px));
    max-width: none;
    min-height: 76px;
    padding: 10px 0;
    align-items: center;
    gap: 18px;
}

.header-coming-soon .nav {
    display: none !important;
}

.header-coming-soon .logo img {
    display: block;
    height: auto;
    max-height: 56px;
    max-width: 190px;
    object-fit: contain;
}

.header-coming-soon select {
    min-width: 72px;
    border: 1px solid rgba(216, 174, 94, 0.44);
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    border-radius: 8px;
    padding: 8px 10px;
}

.header-coming-soon select option {
    color: #163432;
}

.coming-soon-page {
    min-height: calc(100vh - 220px);
    background: #f5f1e8;
    color: #163432;
    overflow-x: hidden;
}

.coming-hero {
    position: relative;
    isolation: isolate;
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
    padding: 74px 0 72px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 460px);
    gap: 46px;
    align-items: start;
}

.coming-hero::before {
    content: "";
    position: absolute;
    inset: 0 calc(50% - 50vw);
    z-index: -1;
    background:
        radial-gradient(circle at 18% 0%, rgba(216, 174, 94, 0.14), transparent 34%),
        linear-gradient(135deg, #0d3431 0%, #14534f 58%, #0f3f3c 100%);
}

.coming-hero-copy {
    color: #fff;
    padding: 18px 0 0;
}

.coming-kicker {
    color: #d8ae5e;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.coming-hero h1 {
    margin: 0;
    max-width: 760px;
    color: #ffffff;
    font-size: clamp(42px, 5vw, 68px);
    line-height: 1.08;
    letter-spacing: 0;
    text-wrap: balance;
}

.coming-hero-copy p {
    max-width: 720px;
    margin: 22px 0 0;
    font-size: 18px;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.9);
}

.coming-hero-copy .coming-subtitle {
    color: #fff4dc;
    font-size: 22px;
    line-height: 1.55;
}

.coming-trust-row {
    margin-top: 38px;
    margin-bottom: 4px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.coming-trust-row span {
    min-height: 56px;
    display: flex;
    align-items: center;
    padding: 14px 16px;
    border: 1px solid rgba(216, 174, 94, 0.5);
    background: rgba(7, 35, 33, 0.5);
    color: #fff8ea;
    border-radius: 8px;
    font-weight: 700;
    line-height: 1.35;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 10px 24px rgba(4, 24, 22, 0.16);
}

.coming-newsletter,
.coming-message-card {
    background: #ffffff;
    border: 1px solid rgba(216, 174, 94, 0.18);
    border-radius: 8px;
    box-shadow: 0 18px 44px rgba(7, 31, 29, 0.18);
}

.coming-newsletter {
    align-self: start;
    margin-top: 34px;
    padding: 38px;
}

.coming-card-line {
    width: 82px;
    height: 4px;
    border-radius: 999px;
    background: #d8ae5e;
    margin-bottom: 20px;
}

.coming-newsletter h2,
.coming-message-card h1 {
    margin: 0 0 12px;
    color: #103f3c;
    font-size: 28px;
    line-height: 1.2;
}

.coming-newsletter p,
.coming-message-card p {
    margin: 0 0 24px;
    color: #52615f;
    line-height: 1.65;
}

.coming-alert {
    margin: 0 0 18px;
    padding: 13px 14px;
    border-radius: 8px;
    font-weight: 700;
    line-height: 1.45;
}

.coming-alert.success,
.coming-message-card.success {
    border-color: rgba(31, 111, 109, 0.24);
}

.coming-alert.success {
    color: #155754;
    background: #e7f4f1;
}

.coming-alert.error {
    color: #7b2828;
    background: #fff1ef;
}

.coming-alert.info {
    color: #59441c;
    background: #fff7e6;
}

.coming-form {
    display: grid;
    gap: 13px;
}

.coming-form label {
    font-weight: 800;
    color: #163432;
}

.coming-form input[type="email"],
.coming-form input[type="text"] {
    width: 100%;
    min-height: 48px;
    box-sizing: border-box;
    border: 1px solid #cedbd9;
    border-radius: 8px;
    padding: 12px 14px;
    font: inherit;
    color: #163432;
    background: #fbfcfb;
}

.coming-form input:focus {
    outline: 3px solid rgba(216, 174, 94, 0.28);
    border-color: #d8ae5e;
}

.coming-consent {
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    max-width: 100%;
    margin-top: 8px;
    font-size: 14px;
    font-weight: 400;
    color: #5b6866;
    line-height: 1.6;
}

.coming-consent input {
    width: 18px;
    height: 18px;
    margin: 3px 0 0;
    accent-color: #1f6f6d;
}

.coming-consent a,
.coming-message-card a {
    color: #1f6f6d;
    font-weight: 800;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
}

.coming-form button,
.coming-message-card a {
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 8px;
    padding: 13px 18px;
    background: #1f6f6d;
    color: #fff;
    font: inherit;
    font-weight: 800;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 12px 24px rgba(31, 111, 109, 0.22);
}

.coming-form button:hover,
.coming-message-card a:hover {
    background: #185b59;
}

.coming-honeypot {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.coming-message-page {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 20px;
}

.coming-message-card {
    width: min(560px, 100%);
    padding: 34px;
}

.footer-admin-link {
    opacity: 0.68;
}

.footer-admin-link:hover {
    opacity: 1;
}

@media (max-width: 900px) {
    .header-coming-soon .header-inner {
        width: min(100% - 24px, 1180px);
        min-height: 68px;
        flex-wrap: nowrap;
    }

    .header-coming-soon .logo img {
        max-height: 48px;
        max-width: 164px;
    }

    .coming-hero {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 50px 0 54px;
    }

    .coming-hero-copy {
        padding: 0;
    }

    .coming-newsletter {
        margin-top: 0;
        padding: 30px;
    }
}

@media (max-width: 560px) {
    .header-coming-soon .header-inner {
        min-height: 62px;
    }

    .header-coming-soon .logo img {
        max-height: 42px;
        max-width: 148px;
    }

    .header-coming-soon select {
        min-width: 64px;
        padding: 7px 8px;
    }

    .coming-hero {
        width: min(100% - 22px, 1180px);
        padding: 38px 0 44px;
        gap: 26px;
    }

    .coming-hero h1 {
        font-size: 36px;
        line-height: 1.12;
    }

    .coming-hero-copy p,
    .coming-hero-copy .coming-subtitle {
        font-size: 16px;
    }

    .coming-trust-row {
        grid-template-columns: 1fr;
        gap: 10px;
        margin-top: 28px;
    }

    .coming-newsletter h2,
    .coming-message-card h1 {
        font-size: 24px;
    }

    .coming-newsletter,
    .coming-message-card {
        padding: 24px;
        box-shadow: 0 14px 34px rgba(12, 37, 35, 0.16);
    }

    .coming-form button {
        width: 100%;
    }
}

.header-coming-soon .header-inner {
    width: min(1180px, calc(100% - 32px));
    max-width: none;
    min-height: 76px;
    padding: 10px 0;
    align-items: center;
    gap: 18px;
}

.header-coming-soon .nav {
    display: none !important;
}

.header-coming-soon .logo img {
    display: block;
    height: auto;
    max-height: 56px;
    max-width: 190px;
    object-fit: contain;
}

.header-coming-soon select {
    min-width: 72px;
    border: 1px solid rgba(216, 174, 94, 0.44);
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    border-radius: 8px;
    padding: 8px 10px;
}

.header-coming-soon select option {
    color: #163432;
}

.coming-soon-page {
    min-height: calc(100vh - 220px);
    background:
        linear-gradient(180deg, #0d3431 0%, #14534f 570px, #f5f1e8 570px, #f5f1e8 100%),
        #f6f3ed;
    color: #163432;
    overflow-x: hidden;
}

.coming-hero {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
    padding: 82px 0 70px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 460px);
    gap: 42px;
    align-items: start;
}

.coming-hero-copy {
    color: #fff;
    padding: 12px 0 0;
}

.coming-kicker {
    color: #d8ae5e;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.coming-hero h1 {
    margin: 0;
    max-width: 760px;
    color: #ffffff;
    font-size: clamp(42px, 5vw, 68px);
    line-height: 1.08;
    letter-spacing: 0;
    text-wrap: balance;
}

.coming-hero-copy p {
    max-width: 720px;
    margin: 22px 0 0;
    font-size: 18px;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.9);
}

.coming-hero-copy .coming-subtitle {
    color: #fff4dc;
    font-size: 22px;
    line-height: 1.55;
}

.coming-trust-row {
    margin-top: 34px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.coming-trust-row span {
    min-height: 48px;
    display: flex;
    align-items: center;
    padding: 12px 14px;
    border: 1px solid rgba(216, 174, 94, 0.46);
    background: rgba(7, 35, 33, 0.46);
    color: #fff8ea;
    border-radius: 8px;
    font-weight: 700;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.coming-newsletter,
.coming-message-card {
    background: #ffffff;
    border: 1px solid rgba(20, 65, 61, 0.12);
    border-radius: 8px;
    box-shadow: 0 24px 64px rgba(12, 37, 35, 0.2);
}

.coming-newsletter {
    align-self: start;
    margin-top: 8px;
    padding: 32px;
}

.coming-card-line {
    width: 82px;
    height: 4px;
    border-radius: 999px;
    background: #d8ae5e;
    margin-bottom: 20px;
}

.coming-newsletter h2,
.coming-message-card h1 {
    margin: 0 0 12px;
    color: #103f3c;
    font-size: 28px;
    line-height: 1.2;
}

.coming-newsletter p,
.coming-message-card p {
    margin: 0 0 22px;
    color: #52615f;
    line-height: 1.65;
}

.coming-alert {
    margin: 0 0 18px;
    padding: 13px 14px;
    border-radius: 8px;
    font-weight: 700;
    line-height: 1.45;
}

.coming-alert.success,
.coming-message-card.success {
    border-color: rgba(31, 111, 109, 0.24);
}

.coming-alert.success {
    color: #155754;
    background: #e7f4f1;
}

.coming-alert.error {
    color: #7b2828;
    background: #fff1ef;
}

.coming-alert.info {
    color: #59441c;
    background: #fff7e6;
}

.coming-form {
    display: grid;
    gap: 12px;
}

.coming-form label {
    font-weight: 800;
    color: #163432;
}

.coming-form input[type="email"],
.coming-form input[type="text"] {
    width: 100%;
    min-height: 48px;
    box-sizing: border-box;
    border: 1px solid #cedbd9;
    border-radius: 8px;
    padding: 12px 14px;
    font: inherit;
    color: #163432;
    background: #fbfcfb;
}

.coming-form input:focus {
    outline: 3px solid rgba(216, 174, 94, 0.28);
    border-color: #d8ae5e;
}

.coming-consent {
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
    margin-top: 6px;
    font-weight: 500;
    color: #52615f;
    line-height: 1.5;
}

.coming-consent input {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    accent-color: #1f6f6d;
}

.coming-consent a,
.coming-message-card a {
    color: #1f6f6d;
    font-weight: 800;
}

.coming-form button,
.coming-message-card a {
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 8px;
    padding: 13px 18px;
    background: #1f6f6d;
    color: #fff;
    font: inherit;
    font-weight: 800;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 12px 24px rgba(31, 111, 109, 0.22);
}

.coming-form button:hover,
.coming-message-card a:hover {
    background: #185b59;
}

.coming-honeypot {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.coming-message-page {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 20px;
}

.coming-message-card {
    width: min(560px, 100%);
    padding: 34px;
}

.footer-admin-link {
    opacity: 0.68;
}

.footer-admin-link:hover {
    opacity: 1;
}

@media (max-width: 900px) {
    .header-coming-soon .header-inner {
        width: min(100% - 24px, 1180px);
        min-height: 68px;
        flex-wrap: nowrap;
    }

    .header-coming-soon .logo img {
        max-height: 48px;
        max-width: 164px;
    }

    .coming-hero {
        grid-template-columns: 1fr;
        gap: 28px;
        padding: 48px 0 48px;
    }

    .coming-hero-copy {
        padding: 0;
    }

    .coming-newsletter {
        padding: 24px;
    }
}

@media (max-width: 560px) {
    .coming-soon-page {
        background:
            linear-gradient(180deg, #0d3431 0%, #14534f 710px, #f5f1e8 710px, #f5f1e8 100%),
            #f6f3ed;
    }

    .header-coming-soon .header-inner {
        min-height: 62px;
    }

    .header-coming-soon .logo img {
        max-height: 42px;
        max-width: 148px;
    }

    .header-coming-soon select {
        min-width: 64px;
        padding: 7px 8px;
    }

    .coming-hero {
        width: min(100% - 22px, 1180px);
        padding-top: 38px;
    }

    .coming-hero h1 {
        font-size: 36px;
        line-height: 1.12;
    }

    .coming-hero-copy p,
    .coming-hero-copy .coming-subtitle {
        font-size: 16px;
    }

    .coming-trust-row {
        grid-template-columns: 1fr;
    }

    .coming-newsletter h2,
    .coming-message-card h1 {
        font-size: 24px;
    }

    .coming-newsletter,
    .coming-message-card {
        padding: 22px;
        box-shadow: 0 16px 40px rgba(12, 37, 35, 0.16);
    }

    .coming-form button {
        width: 100%;
    }
}
