:root {
    --red: #c40012;
    --red-dark: #a90010;
    --black: #0e0e10;
    --text: #171717;
    --muted: #62666d;
    --line: #e8e8ea;
    --soft: #f6f6f7;
    --white: #ffffff;
    --shadow: 0 24px 80px rgba(10, 10, 12, 0.10);
}

* {
    box-sizing: border-box;
}

html {
    min-height: 100%;
    scroll-behavior: smooth;
}

body {
    min-height: 100%;
    margin: 0;
    font-family: Poppins, Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--text);
    background:
        radial-gradient(circle at 15% 18%, rgba(196, 0, 18, 0.045), transparent 22rem),
        radial-gradient(circle at 82% 22%, rgba(17, 17, 17, 0.045), transparent 24rem),
        linear-gradient(180deg, #ffffff 0%, #fafafa 72%, #f1f1f2 100%);
}

img,
svg {
    display: block;
    max-width: 100%;
}

a {
    color: inherit;
}

button,
a {
    -webkit-tap-highlight-color: transparent;
}

.coming-soon-page {
    min-height: 100vh;
    display: grid;
    grid-template-rows: 1fr auto;
    overflow: hidden;
}

.hero-stage {
    position: relative;
    isolation: isolate;
    width: min(100% - 32px, 1440px);
    min-height: 760px;
    margin: 0 auto;
    padding: clamp(38px, 5vw, 70px) 0 clamp(170px, 17vw, 230px);
    display: grid;
    place-items: center;
}

.hero-card {
    position: relative;
    z-index: 2;
    width: min(100%, 980px);
    text-align: center;
    padding: clamp(18px, 3vw, 34px);
}

.brand-lockup {
    display: grid;
    justify-items: center;
    gap: 9px;
    margin-bottom: 28px;
}

.brand-crest {
    width: clamp(78px, 8vw, 104px);
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    margin-bottom: 4px;
}

.brand-crest img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 10px 16px rgba(0, 0, 0, 0.10));
}

.brand-crest__fallback {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    border-radius: 18px;
    background: var(--red);
    color: #ffffff;
    font-size: 2.8rem;
    font-weight: 900;
    box-shadow: 0 10px 24px rgba(196, 0, 18, 0.22);
}

.brand-wordmark {
    color: var(--black);
    font-size: clamp(3.8rem, 9vw, 7.3rem);
    font-weight: 900;
    line-height: 0.86;
    letter-spacing: -0.075em;
    text-transform: lowercase;
}

.brand-wordmark em {
    color: var(--red);
    font-style: normal;
    letter-spacing: -0.065em;
}

.brand-lockup p {
    margin: 0;
    color: #55585e;
    font-size: clamp(0.78rem, 1.5vw, 1.05rem);
    font-weight: 700;
    letter-spacing: 0.35em;
    text-transform: uppercase;
}

.status-pill {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    margin: 0 0 14px;
    padding: 7px 16px;
    border-radius: 6px;
    background: var(--red);
    color: #ffffff;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    box-shadow: 0 12px 22px rgba(196, 0, 18, 0.22);
}

h1 {
    max-width: 920px;
    margin: 0 auto;
    color: var(--black);
    font-size: clamp(2.6rem, 6.2vw, 5.25rem);
    line-height: 1.04;
    letter-spacing: -0.055em;
}

h1 span {
    color: var(--red);
}

.title-rule {
    width: 70px;
    height: 7px;
    margin: 28px auto 24px;
    border-radius: 999px;
    background: var(--red);
}

.hero-lead {
    width: min(100%, 760px);
    margin: 0 auto;
    color: #24262a;
    font-size: clamp(1.02rem, 1.65vw, 1.32rem);
    line-height: 1.68;
    font-weight: 400;
}

.feature-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    width: min(100%, 900px);
    margin: clamp(34px, 5vw, 58px) auto 0;
}

.feature-item {
    padding: 0 clamp(18px, 3vw, 34px);
    border-right: 1px solid var(--line);
}

.feature-item:last-child {
    border-right: 0;
}

.feature-icon,
.contact-icon {
    display: inline-grid;
    place-items: center;
    width: 78px;
    height: 78px;
    margin: 0 auto 16px;
    border-radius: 50%;
    border: 1px solid rgba(14, 14, 16, 0.08);
    background: linear-gradient(180deg, #ffffff, #f6f6f7);
    box-shadow: inset 0 0 0 8px rgba(196, 0, 18, 0.025), 0 12px 30px rgba(0, 0, 0, 0.06);
}

.feature-icon svg,
.contact-icon svg {
    width: 42px;
    height: 42px;
    fill: none;
    stroke: var(--red);
    stroke-width: 2.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.feature-item h2 {
    margin: 0 0 8px;
    color: var(--black);
    font-size: clamp(1.02rem, 1.5vw, 1.16rem);
    line-height: 1.2;
}

.feature-item p {
    margin: 0;
    color: #484b51;
    font-size: 0.96rem;
    line-height: 1.55;
}

.planned-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    width: min(100%, 920px);
    margin: 36px auto 0;
}

.planned-box span {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 8px 14px;
    border: 1px solid rgba(196, 0, 18, 0.16);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.78);
    color: #3c3f45;
    font-size: 0.92rem;
    font-weight: 700;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.045);
    backdrop-filter: blur(10px);
}

.contact-panel {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 18px;
    align-items: center;
    width: min(100%, 640px);
    margin: 38px auto 0;
    padding: 14px 16px;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: var(--shadow);
    text-align: left;
    backdrop-filter: blur(18px);
}

.contact-panel .contact-icon {
    width: 44px;
    height: 44px;
    margin: 0;
    box-shadow: none;
}

.contact-panel .contact-icon svg {
    width: 27px;
    height: 27px;
}

.contact-panel p {
    margin: 0;
    color: #33363b;
    font-size: 1rem;
    line-height: 1.45;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 24px;
    border-radius: 7px;
    font-weight: 800;
    text-decoration: none;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.button:hover {
    transform: translateY(-1px);
}

.button-primary {
    background: var(--red);
    color: #ffffff;
    box-shadow: 0 12px 26px rgba(196, 0, 18, 0.22);
}

.button-primary:hover {
    background: var(--red-dark);
}

.button:focus-visible,
a:focus-visible,
button:focus-visible {
    outline: 3px solid rgba(196, 0, 18, 0.28);
    outline-offset: 3px;
}

.cloud {
    position: absolute;
    z-index: 0;
    width: 152px;
    height: 52px;
    border-radius: 999px;
    background: rgba(14, 14, 16, 0.035);
    filter: blur(0.2px);
}

.cloud::before,
.cloud::after {
    content: "";
    position: absolute;
    bottom: 0;
    border-radius: 50%;
    background: inherit;
}

.cloud::before {
    left: 26px;
    width: 62px;
    height: 62px;
}

.cloud::after {
    right: 24px;
    width: 84px;
    height: 84px;
}

.cloud--one {
    top: 18%;
    left: 4%;
    transform: scale(0.86);
}

.cloud--two {
    top: 12%;
    right: 9%;
    transform: scale(1.15);
}

.cloud--three {
    right: 6%;
    bottom: 34%;
    transform: scale(0.92);
}

.birds {
    position: absolute;
    top: 14%;
    left: 9%;
    z-index: 0;
    color: rgba(14, 14, 16, 0.22);
    font-size: 3rem;
    letter-spacing: 0.45em;
    transform: rotate(8deg);
}

.landscape {
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 1;
    width: min(1600px, 118vw);
    max-width: none;
    transform: translateX(-50%);
    opacity: 0.74;
}

.landscape__hill {
    fill: #efeff0;
}

.landscape__fog {
    fill: rgba(255, 255, 255, 0.82);
}

.landscape__church {
    fill: rgba(14, 14, 16, 0.20);
}

.landscape__church rect,
.landscape__church path:nth-child(6) {
    fill: rgba(196, 0, 18, 0.13);
}

.landscape__church path:nth-child(1),
.landscape__church path:nth-child(3),
.landscape__church path:nth-child(6) {
    fill: rgba(14, 14, 16, 0.34);
}

.landscape__trees {
    fill: rgba(14, 14, 16, 0.10);
}

.landscape__trees rect {
    fill: rgba(14, 14, 16, 0.14);
}

.landscape__houses rect {
    fill: rgba(14, 14, 16, 0.075);
}

.landscape__houses path {
    fill: rgba(196, 0, 18, 0.12);
}

.site-footer {
    position: relative;
    z-index: 4;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 18px;
    align-items: center;
    padding: 20px min(7vw, 110px);
    background: linear-gradient(90deg, #171719, #202124);
    color: rgba(255, 255, 255, 0.80);
    font-size: 0.96rem;
}

.site-footer p {
    margin: 0;
}

.site-footer nav {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 22px;
    align-items: center;
    justify-content: flex-end;
}

.site-footer a,
.site-footer button {
    color: #ffffff;
    font: inherit;
    font-weight: 500;
    text-decoration: none;
}

.site-footer a:hover,
.site-footer button:hover {
    color: #ffffff;
    text-decoration: underline;
}

.site-footer button {
    border: 0;
    padding: 0;
    background: transparent;
    cursor: pointer;
}

.policy-body {
    background: #f6f6f7;
}

.policy-page {
    width: min(100% - 32px, 1040px);
    margin: 0 auto;
    padding: clamp(24px, 5vw, 64px) 0;
}

.policy-header {
    margin-bottom: 22px;
    padding: clamp(24px, 4vw, 44px);
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.06);
}

.policy-header__top {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 22px;
}

.policy-back {
    color: var(--red);
    font-weight: 800;
    text-decoration: none;
}

.policy-header h1 {
    margin: 0 0 12px;
    color: var(--black);
    font-size: clamp(2.1rem, 5vw, 4rem);
    line-height: 1.05;
    letter-spacing: -0.055em;
}

.policy-header p,
.policy-card p,
.policy-card li {
    color: #494d54;
    line-height: 1.7;
}

.policy-meta {
    display: grid;
    gap: 8px;
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.policy-card {
    padding: clamp(24px, 4vw, 44px);
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.06);
}

.policy-card h2 {
    margin: 34px 0 10px;
    color: var(--black);
    font-size: clamp(1.28rem, 2.4vw, 1.65rem);
    letter-spacing: -0.03em;
}

.policy-card h2:first-child {
    margin-top: 0;
}

.policy-card a {
    color: var(--red);
    font-weight: 800;
}

.policy-note {
    padding: 16px 18px;
    border-left: 5px solid var(--red);
    border-radius: 12px;
    background: #fff3f4;
}

@media (max-width: 900px) {
    .hero-stage {
        min-height: auto;
        padding-bottom: 180px;
    }

    .feature-row {
        grid-template-columns: 1fr;
        gap: 26px;
        width: min(100%, 620px);
    }

    .feature-item {
        border-right: 0;
        padding: 0;
    }

    .contact-panel,
    .site-footer {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .contact-panel {
        justify-items: center;
    }

    .site-footer nav {
        justify-content: center;
    }

    .landscape {
        width: 1500px;
    }
}

@media (max-width: 580px) {
    .hero-stage {
        width: min(100% - 20px, 1440px);
        padding-top: 26px;
        padding-bottom: 142px;
    }

    .hero-card {
        padding-inline: 4px;
    }

    .brand-lockup p {
        letter-spacing: 0.18em;
    }

    .brand-wordmark {
        font-size: clamp(3.2rem, 17vw, 5rem);
    }

    h1 {
        font-size: clamp(2.2rem, 11vw, 3.3rem);
    }

    .hero-lead {
        font-size: 1rem;
    }

    .planned-box span {
        font-size: 0.86rem;
    }

    .button {
        width: 100%;
    }

    .cloud,
    .birds {
        display: none;
    }

    .site-footer {
        padding: 22px 16px;
    }
}
