* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: #f2f0ea;
    color: #202020;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    line-height: 1.7;
}

.site-header {
    padding: 42px 0 0;
}

.container {
    width: min(1100px, calc(100% - 48px));
    margin: 0 auto;
}

.container.narrow {
    width: min(760px, calc(100% - 48px));
}

.site-header .header-inner {
    display: block;
}

.site-header .logo {
    display: inline-block;
}

.site-header .logo img {
    display: block;
    width: min(300px, 65vw);
    height: auto;
}

.main-nav {
    display: none;
}

.hero {
    padding: 95px 0 65px;
}

.eyebrow {
    margin: 0 0 16px;
    color: #e8751a;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.hero h1 {
    margin: 0;
    max-width: 850px;
    font-size: clamp(48px, 7vw, 88px);
    line-height: .95;
    letter-spacing: -.045em;
}

.hero-text {
    max-width: 680px;
    margin: 28px 0 0;
    font-size: 20px;
    line-height: 1.5;
}

.pillar {
    padding: 0 0 100px;
}

.pillar h2 {
    margin: 58px 0 14px;
    padding-top: 4px;
    font-size: 25px;
    line-height: 1.2;
    letter-spacing: -.02em;
}

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

.pillar h3 {
    margin: 38px 0 12px;
    font-size: 19px;
    line-height: 1.3;
}

.pillar p,
.pillar ul,
.pillar ol {
    margin: 0 0 20px;
}

.pillar a {
    color: inherit;
    text-decoration-color: #e8751a;
    text-underline-offset: 3px;
}

footer,
.site-footer {
    border-top: 1px solid rgba(32,32,32,.18);
    padding: 28px 0 40px;
    font-size: 14px;
}

footer a,
.site-footer a {
    color: inherit;
}

body::after {
    content: "";
    display: block;
    width: min(760px, calc(100% - 48px));
    height: 4px;
    margin: 0 auto;
    background: #e8751a;
}

@media (max-width: 600px) {
    .container,
    .container.narrow {
        width: calc(100% - 32px);
    }

    .site-header {
        padding-top: 28px;
    }

    .site-header .logo img {
        width: 220px;
    }

    .hero {
        padding: 65px 0 48px;
    }

    body {
        font-size: 16px;
    }

    .pillar {
        padding-bottom: 70px;
    }
}

.prelaunch-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 14px;
}

.prelaunch-footer a {
    color: #202020;
    text-decoration: none;
    border-bottom: 1px solid #aaa;
}

.prelaunch-footer a:hover {
    border-bottom-color: #e8751a;
}

.prelaunch-footer span {
    color: #999;
}

@media (max-width: 600px) {
    .prelaunch-footer {
        gap: 7px 10px;
    }
}
