/*
Theme Name: Chelmo Scoop Holding
Theme URI: https://chelmoscoop.com/
Author: Chelmo Scoop
Description: Pre-launch holding page for Chelmo Scoop.
Version: 1.1.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: chelmo-scoop-holding
*/

:root {
    --chelmo-red: #FD0D1F;
    --chelmo-navy: #031437;
    --chelmo-bg: #ffffff;
    --chelmo-soft: #f6f7fa;
    --chelmo-line: rgba(3, 20, 55, 0.12);
}

* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    min-height: 100%;
    background: var(--chelmo-bg);
}

body {
    color: var(--chelmo-navy);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.chelmo-holding {
    min-height: 100vh;
    min-height: 100svh;
    display: flex;
    justify-content: center;
    padding: 56px 24px 38px;
}

.chelmo-holding__inner {
    width: min(860px, 100%);
    text-align: center;
}

.chelmo-holding__logo {
    display: block;
    width: min(650px, 92vw);
    height: auto;
    margin: 0 auto 52px;
}

.chelmo-holding__intro {
    max-width: 760px;
    margin: 0 auto;
}

.chelmo-holding__eyebrow {
    margin: 0 0 16px;
    color: var(--chelmo-red);
    font-size: 0.82rem;
    line-height: 1.3;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.chelmo-holding__title {
    margin: 0;
    color: var(--chelmo-navy);
    font-size: clamp(2.4rem, 6vw, 5rem);
    line-height: 0.98;
    font-weight: 800;
    letter-spacing: -0.055em;
}

.chelmo-holding__dot {
    color: var(--chelmo-red);
}

.chelmo-holding__lead {
    margin: 26px auto 0;
    max-width: 720px;
    font-size: clamp(1.08rem, 2vw, 1.32rem);
    line-height: 1.62;
    color: rgba(3, 20, 55, 0.78);
}

.chelmo-holding__expect {
    margin: 44px auto 0;
    padding: 30px 34px;
    max-width: 720px;
    background: var(--chelmo-soft);
    border: 1px solid var(--chelmo-line);
    border-radius: 22px;
}

.chelmo-holding__expect h2,
.chelmo-holding__launch h2 {
    margin: 0;
    color: var(--chelmo-navy);
    font-size: 1.08rem;
    line-height: 1.25;
    font-weight: 800;
}

.chelmo-holding__expect p,
.chelmo-holding__launch p {
    margin: 10px auto 0;
    font-size: 1rem;
    line-height: 1.65;
    color: rgba(3, 20, 55, 0.72);
}

.chelmo-holding__launch {
    margin: 38px auto 0;
    max-width: 640px;
}

.chelmo-holding__launch h2 {
    font-size: clamp(1.45rem, 3vw, 2rem);
}

.chelmo-holding__footer {
    margin-top: 54px;
    padding-top: 22px;
    border-top: 1px solid var(--chelmo-line);
    font-size: 0.88rem;
    line-height: 1.5;
    color: rgba(3, 20, 55, 0.54);
}

@media (max-width: 600px) {
    .chelmo-holding {
        padding: 34px 20px 28px;
    }

    .chelmo-holding__logo {
        width: 100%;
        margin-bottom: 38px;
    }

    .chelmo-holding__expect {
        margin-top: 34px;
        padding: 24px 22px;
        border-radius: 18px;
    }

    .chelmo-holding__launch {
        margin-top: 30px;
    }

    .chelmo-holding__footer {
        margin-top: 42px;
    }
}
