:root {
    --cm-red: #E63946;
    --cm-red-dark: #C1121F;
    --cm-yellow: #FFB703;
    --cm-yellow-dark: #FB8500;
    --cm-black: #141414;
    --cm-ink: #1a1a1a;
    --cm-muted: #5c5c5c;
    --cm-white: #ffffff;
    --cm-bg: #f3f3f3;
    --font-display: 'Archivo Black', Impact, 'Arial Black', sans-serif;
    --font-body: 'DM Sans', system-ui, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

.coming-body {
    min-height: 100dvh;
    font-family: var(--font-body);
    color: var(--cm-ink);
    background: var(--cm-bg);
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
}

.cm-bg {
    position: fixed;
    inset: 0;
    z-index: -1;
    background:
        radial-gradient(ellipse 80% 50% at 50% -10%, #fff 0%, transparent 55%),
        linear-gradient(180deg, #fafafa 0%, #ececec 45%, #e4e4e4 100%);
    overflow: hidden;
}

.cm-splash {
    position: absolute;
    border-radius: 48% 52% 55% 45% / 55% 45% 55% 45%;
    opacity: 0.72;
}

.cm-splash--red {
    background: linear-gradient(135deg, var(--cm-red), var(--cm-red-dark));
}

.cm-splash--yellow {
    background: linear-gradient(135deg, var(--cm-yellow), var(--cm-yellow-dark));
}

.cm-s1 { width: min(48vw, 320px); height: min(42vw, 280px); top: -8%; left: -12%; transform: rotate(-16deg); }
.cm-s2 { width: min(40vw, 260px); height: min(36vw, 220px); top: 12%; right: -10%; transform: rotate(18deg); }
.cm-s3 { width: min(34vw, 220px); height: min(30vw, 180px); bottom: 28%; left: -8%; transform: rotate(10deg); }
.cm-s4 { width: min(38vw, 240px); height: min(34vw, 200px); bottom: -4%; right: -6%; transform: rotate(-12deg); }

/* ─── Page grid: sides + center ─── */
.cm-page {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    width: min(100%, 1280px);
    margin: 0 auto;
    padding:
        max(20px, env(safe-area-inset-top))
        max(16px, env(safe-area-inset-right))
        8px
        max(16px, env(safe-area-inset-left));
}

.cm-side {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 28px;
    padding: 24px 8px;
}

.cm-side-img {
    width: 100%;
    max-width: 220px;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.16));
}

.cm-center {
    min-width: 0;
}

.cm-hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 28px 12px 20px;
}

.cm-logo {
    width: min(72vw, 260px);
    height: auto;
    margin-bottom: 24px;
    filter: drop-shadow(0 10px 28px rgba(0, 0, 0, 0.12));
}

.cm-title {
    font-family: var(--font-display);
    font-size: clamp(2.2rem, 10vw, 3.8rem);
    line-height: 0.95;
    font-weight: 400;
    font-style: italic;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.cm-title-red {
    display: block;
    color: var(--cm-red);
    text-shadow: 3px 4px 0 rgba(193, 18, 31, 0.12);
}

.cm-title-dark {
    display: block;
    color: var(--cm-black);
}

.cm-lead {
    font-size: clamp(1rem, 3.5vw, 1.15rem);
    font-weight: 500;
    color: var(--cm-muted);
    max-width: 28ch;
    margin-bottom: 24px;
}

.cm-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 22px;
    border-radius: 999px;
    font-family: var(--font-body);
    font-size: 0.95rem;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.cm-btn svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
    flex-shrink: 0;
}

.cm-btn--ig {
    background: var(--cm-black);
    color: var(--cm-white);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
}

.cm-btn--ig:hover,
.cm-btn--ig:focus-visible {
    background: var(--cm-red);
    transform: translateY(-2px);
    outline: none;
}

/* Mobile food strip (sides hidden) */
.cm-food-mobile {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px 8px;
    align-items: end;
    width: min(100%, 520px);
    margin: 8px auto 28px;
    padding: 0 16px;
}

.cm-food-mobile img {
    width: 100%;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.14));
}

/* Contact */
.cm-info {
    width: min(100%, 560px);
    margin: 0 auto;
    padding: 12px 8px 36px;
    text-align: center;
}

.cm-info-title {
    font-family: var(--font-display);
    font-size: clamp(1.5rem, 5vw, 2rem);
    font-style: italic;
    text-transform: uppercase;
    color: var(--cm-black);
    margin-bottom: 8px;
}

.cm-info-sub {
    color: var(--cm-muted);
    font-size: 0.98rem;
    margin-bottom: 22px;
}

.cm-contacts {
    list-style: none;
    display: grid;
    gap: 10px;
    text-align: left;
}

.cm-contact {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 16px 18px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 16px;
    text-decoration: none;
    color: inherit;
    backdrop-filter: blur(8px);
    transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

a.cm-contact:hover,
a.cm-contact:focus-visible {
    border-color: rgba(230, 57, 70, 0.35);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    transform: translateY(-1px);
    outline: none;
}

.cm-contact--static { cursor: default; }

.cm-contact-ic {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    background: #fff;
    border-radius: 12px;
    font-size: 1.15rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.cm-contact-ic svg {
    width: 20px;
    height: 20px;
    fill: var(--cm-black);
}

.cm-contact strong {
    display: block;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--cm-muted);
    margin-bottom: 4px;
}

.cm-contact-val {
    display: block;
    font-size: 1rem;
    font-weight: 700;
    color: var(--cm-ink);
    line-height: 1.4;
}

.cm-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding:
        28px max(16px, env(safe-area-inset-right))
        max(28px, env(safe-area-inset-bottom))
        max(16px, env(safe-area-inset-left));
    background: var(--cm-black);
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
}

.cm-footer-logo {
    width: 110px;
    height: auto;
    background: #fff;
    padding: 8px 12px;
    border-radius: 10px;
}

.cm-footer p {
    font-size: 0.85rem;
    font-weight: 500;
}

.cm-footer a {
    color: #FFB703;
    font-weight: 700;
    text-decoration: none;
}

.cm-footer a:hover { text-decoration: underline; }

@media (min-width: 900px) {
    .cm-page {
        grid-template-columns: minmax(160px, 240px) minmax(0, 1fr) minmax(160px, 240px);
        align-items: start;
        gap: 12px;
        padding-top: max(32px, env(safe-area-inset-top));
        min-height: calc(100dvh - 120px);
    }

    .cm-side {
        display: flex;
        position: sticky;
        top: 24px;
    }

    .cm-side--left .cm-side-img:nth-child(2) { max-width: 170px; }
    .cm-side--right .cm-side-img:nth-child(3) { max-width: 200px; }

    .cm-food-mobile { display: none; }

    .cm-hero {
        min-height: 52vh;
        padding-top: 48px;
    }

    .cm-contacts {
        grid-template-columns: 1fr;
    }
}

@media (min-width: 1100px) {
    .cm-side-img { max-width: 250px; }
    .cm-side--left .cm-side-img:nth-child(2) { max-width: 190px; }
}
