@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("/fonts/poppins/Poppins-400.woff2") format("woff2");
}

@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url("/fonts/poppins/Poppins-600.woff2") format("woff2");
}

:root {
    color: #272729;
    background: #fbfaf7;
    font-family: "Poppins", system-ui, sans-serif;
    font-synthesis: none;
}

* {
    box-sizing: border-box;
}

html {
    min-width: 320px;
    scroll-behavior: smooth;
}

body {
    min-height: 100vh;
    margin: 0;
    overflow-x: hidden;
    background:
        radial-gradient(circle at 8% 10%, rgba(242, 186, 7, .14), transparent 26rem),
        #fbfaf7;
}

a {
    color: inherit;
}

.skip-link {
    position: fixed;
    z-index: 20;
    top: .75rem;
    left: .75rem;
    padding: .65rem 1rem;
    border-radius: .5rem;
    color: #fff;
    background: #272729;
    transform: translateY(-180%);
}

.skip-link:focus {
    transform: translateY(0);
}

.site-header,
main,
footer {
    width: min(1180px, calc(100% - 2.5rem));
    margin-inline: auto;
}

.site-header {
    display: flex;
    align-items: center;
    min-height: 6.5rem;
}

.brand {
    display: inline-flex;
    gap: .7rem;
    align-items: center;
    color: #272729;
    font-size: 1.18rem;
    font-weight: 600;
    letter-spacing: -.025em;
    text-decoration: none;
}

.brand img {
    width: min(18.75rem, 62vw);
    height: auto;
    object-fit: contain;
}

.hero {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(24rem, 1.05fr);
    gap: clamp(2rem, 6vw, 6rem);
    align-items: center;
    min-height: 38rem;
    padding-block: 2rem 5rem;
}

.hero-copy {
    position: relative;
    z-index: 2;
}

.eyebrow {
    margin: 0 0 1.1rem;
    color: #a31113;
    font-size: .8rem;
    font-weight: 600;
    letter-spacing: .16em;
    text-transform: uppercase;
}

h1,
h2,
h3,
p {
    margin-top: 0;
}

h1 {
    max-width: 11ch;
    margin-bottom: 1.35rem;
    font-size: clamp(2.75rem, 5.7vw, 5.3rem);
    font-weight: 600;
    letter-spacing: -.055em;
    line-height: .98;
}

.lead {
    max-width: 42rem;
    margin-bottom: 2rem;
    color: #555558;
    font-size: clamp(1.05rem, 1.5vw, 1.25rem);
    line-height: 1.7;
}

.tenant-access-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3.2rem;
    margin-bottom: 1rem;
    padding: .75rem 1.2rem;
    border-radius: .65rem;
    color: #fff;
    background: #cd1517;
    font-weight: 600;
    text-decoration: none;
}

.tenant-access-action:hover {
    color: #fff;
    background: #a31113;
}

.shortcut-form {
    max-width: 42rem;
    padding: 1.2rem;
    border: 1px solid rgba(39, 39, 41, .12);
    border-radius: 1rem;
    background: rgba(255, 255, 255, .86);
    box-shadow: 0 1.25rem 3.5rem rgba(39, 39, 41, .09);
    backdrop-filter: blur(.7rem);
}

.shortcut-form label {
    display: block;
    margin-bottom: .6rem;
    font-size: .86rem;
    font-weight: 600;
}

.shortcut-controls {
    display: flex;
    gap: .65rem;
}

.shortcut-controls input {
    min-width: 0;
    flex: 1;
    min-height: 3.2rem;
    padding: .75rem 1rem;
    border: 1px solid #b9b7b2;
    border-radius: .65rem;
    color: #272729;
    background: #fff;
    font: inherit;
}

.shortcut-controls button {
    min-height: 3.2rem;
    padding: .75rem 1.15rem;
    border: 0;
    border-radius: .65rem;
    color: #fff;
    background: #272729;
    font: inherit;
    font-weight: 600;
    cursor: pointer;
}

.shortcut-controls input:focus-visible,
.shortcut-controls button:focus-visible,
a:focus-visible {
    outline: 3px solid #f2ba07;
    outline-offset: 3px;
}

.shortcut-controls button:hover {
    background: #111113;
}

.shortcut-help {
    margin: .7rem 0 0;
    color: #68686c;
    font-size: .8rem;
}

.hero-visual {
    position: relative;
    min-height: 34rem;
    border-radius: 44% 56% 55% 45% / 43% 42% 58% 57%;
    background: linear-gradient(145deg, #f1eee7, #fff);
    box-shadow: inset 0 0 0 1px rgba(39, 39, 41, .06);
}

.hero-visual picture,
.hero-visual img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.hero-visual img {
    z-index: 1;
    object-fit: contain;
}

.hero-orbit {
    position: absolute;
    border-radius: 999px;
    filter: blur(1px);
}

.hero-orbit-yellow {
    top: 10%;
    right: -8%;
    width: 15rem;
    height: 15rem;
    background: rgba(242, 186, 7, .58);
}

.hero-orbit-red {
    bottom: 2%;
    left: -7%;
    width: 11rem;
    height: 11rem;
    background: rgba(205, 21, 23, .68);
}

.features {
    padding-block: 2rem 7rem;
}

.features > h2 {
    max-width: 18ch;
    margin-bottom: 2rem;
    font-size: clamp(1.8rem, 3vw, 2.7rem);
    line-height: 1.15;
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.feature-grid article {
    min-height: 15rem;
    padding: 1.35rem;
    border-top: 2px solid #272729;
    background: rgba(255, 255, 255, .54);
}

.feature-grid article > span {
    display: block;
    margin-bottom: 3rem;
    color: #9d9a93;
    font-size: .75rem;
}

.feature-grid h3 {
    margin-bottom: .7rem;
    font-size: 1.05rem;
    line-height: 1.35;
}

.feature-grid p {
    margin-bottom: 0;
    color: #626266;
    font-size: .9rem;
    line-height: 1.65;
}

footer {
    padding-block: 1.5rem 3rem;
    border-top: 1px solid rgba(39, 39, 41, .13);
}

footer nav {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 1.8rem;
}

footer a {
    color: #555558;
    font-size: .85rem;
    text-underline-offset: .25rem;
}

@media (max-width: 920px) {
    .hero {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .hero-copy {
        max-width: 48rem;
    }

    .hero-visual {
        min-height: min(75vw, 34rem);
    }

    .feature-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 600px) {
    .site-header,
    main,
    footer {
        width: min(100% - 1.5rem, 1180px);
    }

    .site-header {
        min-height: 5rem;
    }

    .hero {
        gap: 2.5rem;
        padding-block: 1.5rem 4rem;
    }

    h1 {
        font-size: clamp(2.6rem, 14vw, 4rem);
    }

    .shortcut-controls {
        flex-direction: column;
    }

    .tenant-access-action {
        width: 100%;
    }

    .hero-visual {
        min-height: 25rem;
    }

    .features {
        padding-bottom: 4rem;
    }

    .feature-grid {
        grid-template-columns: 1fr;
    }

    .feature-grid article {
        min-height: auto;
    }

    .feature-grid article > span {
        margin-bottom: 1.5rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }
}
