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

html {
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: 'Barlow', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 500;
    color: #1a1a1a;
    background-color: #f0ede8;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

main {
    max-width: 720px;
    margin: 0 auto;
    padding: 0 1.25rem 2rem;
}

/* ---- HEADLINE ---- */

.headline-wrap {
    padding: 2rem 0 1.5rem;
    text-align: center;
}

.headline {
    font-family: 'Anton', Impact, 'Arial Black', sans-serif;
    font-size: clamp(3.5rem, 14vw, 8rem);
    line-height: 0.9;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    color: #CC0000;
}

/* ---- DIVIDERS ---- */

hr {
    border: none;
    border-top: 4px solid #1a1a1a;
    margin: 0;
}

/* ---- PHOTO ---- */

.photo-wrap {
    padding: 1.5rem 0;
}

.photo {
    width: 100%;
    height: auto;
    display: block;
}

/* ---- STORY ---- */

.story {
    padding: 1.5rem 0;
    font-size: 1.2rem;
    line-height: 1.7;
}

.story p {
    margin-bottom: 1rem;
}

.story p:last-child {
    margin-bottom: 0;
}

.story strong {
    color: #CC0000;
    font-weight: 700;
}

/* ---- THE ASK ---- */

.ask {
    padding: 1.5rem 0;
    text-align: center;
}

.ask-headline {
    font-family: 'Anton', Impact, 'Arial Black', sans-serif;
    font-size: clamp(1.75rem, 7vw, 3rem);
    text-transform: uppercase;
    letter-spacing: -0.01em;
    color: #CC0000;
    margin-bottom: 0.75rem;
    line-height: 1;
}

.ask p {
    font-size: 1.15rem;
    line-height: 1.6;
    max-width: 480px;
    margin: 0 auto;
}

/* ---- TIP BLOCKS ---- */

.tips {
    padding: 1.5rem 0;
}

.tip-block {
    display: block;
    border: 4px solid #1a1a1a;
    padding: 1.25rem 1.5rem;
    margin-bottom: 1rem;
    text-decoration: none;
    color: #1a1a1a;
    background: #fff;
    text-align: center;
}

.tip-block:last-child {
    margin-bottom: 0;
}

.tip-block:hover,
.tip-block:focus {
    background: #1a1a1a;
    color: #fff;
    outline: none;
}

.tip-block:active {
    background: #CC0000;
    border-color: #CC0000;
    color: #fff;
}

.tip-label {
    font-family: 'Anton', Impact, 'Arial Black', sans-serif;
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    display: block;
    margin-bottom: 0.25rem;
}

.tip-value {
    font-size: 1.25rem;
    font-weight: 700;
    display: block;
}

.tip-note {
    font-size: 0.85rem;
    font-weight: 500;
    opacity: 0.6;
    margin-top: 0.35rem;
    display: block;
}

.tip-block:hover .tip-note,
.tip-block:focus .tip-note {
    opacity: 0.8;
}

/* ---- UPDATES ---- */

.updates {
    padding: 1.5rem 0;
}

.updates h2 {
    font-family: 'Anton', Impact, 'Arial Black', sans-serif;
    font-size: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    margin-bottom: 1rem;
}

.update-entry {
    margin-bottom: 1.25rem;
}

.update-entry:last-child {
    margin-bottom: 0;
}

.update-date {
    font-weight: 700;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    display: block;
    margin-bottom: 0.25rem;
}

.update-entry p {
    font-size: 1rem;
    line-height: 1.6;
}

/* ---- FOOTER ---- */

footer {
    padding: 1.5rem 0 0;
    text-align: center;
    font-size: 0.9rem;
}

footer p {
    margin-bottom: 1rem;
    opacity: 0.7;
}

.share-link {
    display: inline-block;
    border: 3px solid #1a1a1a;
    padding: 0.75rem 2rem;
    text-decoration: none;
    color: #1a1a1a;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 0.06em;
}

.share-link:hover,
.share-link:focus {
    background: #1a1a1a;
    color: #fff;
    outline: none;
}

/* ---- DESKTOP ---- */

@media (min-width: 768px) {
    body {
        padding: 2rem 0;
    }

    main {
        border: 4px solid #1a1a1a;
        padding: 0 2.5rem 3rem;
    }

    .headline-wrap {
        padding: 3rem 0 2rem;
    }

    .story {
        font-size: 1.3rem;
    }
}
