html {
    min-height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin: 0;
    background-color: #fffaf1;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

.site-content {
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
}

.site-footer {
    flex-shrink: 0;
    padding: 1rem 0;
    color: #4a4035;
    font-size: 0.9rem;
    text-align: center;
    background: rgba(255, 250, 241, 0.94);
    border-top: 1px solid rgba(31, 27, 22, 0.1);
}

.site-footer__home {
    color: #7d5c2d;
    font-weight: 500;
    text-decoration: underline;
}

.site-footer__home:hover {
    color: #4a3418;
    text-decoration: none;
}

.logo {
    width: 20vw;
    height: auto;
}

@media (max-width: 767.98px) {
    .logo {
        width: min(56vw, 14rem);
    }
}

.name {
    font-weight: 300;
    font-size: 2rem;
    letter-spacing: 0.85rem;
    text-transform: uppercase;
}

.email-link {
    font-weight: 400;
    color: #222;
    text-decoration: underline;
    font-size: 1rem;
}

.email-link:hover {
    text-decoration: none;
}

.instagram-link {
    font-weight: 400;
    color: #222;
    text-decoration: none;
    font-size: 1rem;
}

.instagram-link:hover {
    text-decoration: underline;
}

.product-page,
.instructions-page {
    min-height: 100%;
    color: #1f1b16;
}

.product-hero {
    background:
        radial-gradient(circle at top right, rgba(160, 119, 64, 0.18), transparent 34rem),
        linear-gradient(135deg, #fffaf1 0%, #f4e5cd 100%);
}

.eyebrow {
    color: #7d5c2d;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.18rem;
    text-transform: uppercase;
}

.eyebrow a {
    color: #7d5c2d;
    text-decoration: none;
}

.eyebrow a:hover {
    text-decoration: underline;
}

.product-card,
.info-tile {
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(31, 27, 22, 0.12);
    border-radius: 1.5rem;
    box-shadow: 0 1.25rem 3rem rgba(31, 27, 22, 0.08);
}

.product-logo {
    max-width: 12rem;
    width: 50%;
    height: auto;
}

.instructions-page {
    background:
        radial-gradient(circle at bottom left, rgba(160, 119, 64, 0.14), transparent 28rem),
        #fffaf1;
}

.password-form .form-control:focus {
    border-color: #7d5c2d;
    box-shadow: 0 0 0 0.25rem rgba(125, 92, 45, 0.16);
}

.video-frame {
    overflow: hidden;
    border: 1px solid rgba(31, 27, 22, 0.14);
    border-radius: 1.25rem;
    box-shadow: 0 1.25rem 3rem rgba(31, 27, 22, 0.12);
}

.price {
    font-size: 3rem;
    font-weight: 600;
}
