:root {
    --ink: #151515;
    --ink-soft: #27231f;
    --paper: #f5eedb;
    --paper-deep: #e7d7b3;
    --white: #fff8e8;
    --red: #f04f3e;
    --yellow: #ffd44d;
    --blue: #8bd3ff;
    --green: #b4dd59;
    --muted: #6a5d4d;
    --line: #111;
    --shadow: 8px 8px 0 #000;
    --radius: 7px;
    --max-width: 1100px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    min-width: 320px;
    margin: 0;
    color: var(--ink);
    background:
        radial-gradient(circle at 12% 18%, rgba(255, 212, 77, .11) 0 8rem, transparent 8.1rem),
        radial-gradient(circle at 88% 2%, rgba(240, 79, 62, .12) 0 7rem, transparent 7.1rem),
        linear-gradient(135deg, rgba(255,255,255,.035) 25%, transparent 25%) 0 0 / 18px 18px,
        #171513;
    font-family: "Trebuchet MS", "Arial Black", Arial, sans-serif;
    line-height: 1.55;
}

body::before {
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    content: "";
    opacity: .22;
    background-image:
        linear-gradient(90deg, transparent 0 12px, rgba(255,255,255,.12) 13px, transparent 14px),
        linear-gradient(transparent 0 15px, rgba(0,0,0,.18) 16px, transparent 17px);
    background-size: 31px 31px;
}

a {
    color: inherit;
}

.skip-link {
    position: absolute;
    top: .75rem;
    left: .75rem;
    z-index: 20;
    padding: .65rem .9rem;
    color: var(--ink);
    background: var(--yellow);
    border: 3px solid var(--line);
    transform: translateY(-140%);
}

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

.page-shell {
    width: min(var(--max-width), calc(100% - 28px));
    margin: 0 auto;
    padding: 1rem 0 2.2rem;
}

.site-header {
    display: flex;
    justify-content: center;
    padding: .6rem 0 1.1rem;
}

.brand-card,
.hero-copy,
.contact-section {
    border: 4px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

.brand-card {
    display: flex;
    align-items: center;
    width: 100%;
    gap: .85rem;
    padding: .85rem;
    background: var(--paper);
    transform: rotate(-.7deg);
}

.brand-mark {
    display: grid;
    place-items: center;
    flex: 0 0 3.2rem;
    width: 3.2rem;
    height: 3.2rem;
    color: var(--white);
    background: var(--red);
    border: 3px solid var(--line);
    border-radius: 50%;
    font-weight: 900;
    letter-spacing: 0;
    box-shadow: 3px 3px 0 var(--line);
}

.site-title,
.site-claim {
    margin: 0;
}

.site-title {
    font-size: clamp(1.35rem, 8vw, 2.45rem);
    font-weight: 900;
    line-height: .95;
    text-transform: uppercase;
}

.site-claim {
    margin-top: .25rem;
    color: var(--muted);
    font-size: .88rem;
    font-weight: 700;
}

.hero {
    display: grid;
    gap: 1rem;
    align-items: center;
    margin-top: .55rem;
}

.hero-copy {
    position: relative;
    padding: clamp(1.25rem, 7vw, 3.2rem);
    background:
        linear-gradient(91deg, rgba(0,0,0,.04) 0 2px, transparent 2px 100%) 0 0 / 21px 100%,
        var(--paper);
}

.tape {
    position: absolute;
    width: 7.5rem;
    height: 2rem;
    background: rgba(255, 212, 77, .82);
    border: 2px solid rgba(0, 0, 0, .35);
    box-shadow: 2px 2px 0 rgba(0,0,0,.42);
}

.tape-one {
    top: -.95rem;
    right: 1.5rem;
    transform: rotate(5deg);
}

h1,
h2 {
    margin: 0;
    font-family: Impact, "Arial Black", sans-serif;
    letter-spacing: 0;
    line-height: .94;
    text-transform: uppercase;
}

h1 {
    max-width: 11ch;
    font-size: clamp(3.1rem, 17vw, 7.4rem);
}

h2 {
    font-size: clamp(2rem, 11vw, 4.4rem);
}

.subheadline {
    display: inline-block;
    margin: 1rem 0 .9rem;
    padding: .45rem .65rem;
    color: var(--white);
    background: var(--ink);
    border: 3px solid var(--line);
    box-shadow: 4px 4px 0 var(--red);
    font-size: clamp(1.05rem, 4vw, 1.35rem);
    font-weight: 900;
    transform: rotate(-1deg);
}

.hero-copy p:not(.subheadline) {
    max-width: 66ch;
    margin: .85rem 0 0;
    font-size: 1.04rem;
    font-weight: 700;
}

.note-sticker {
    display: inline-block;
    padding: .7rem .8rem;
    background: var(--yellow);
    border: 3px dashed var(--line);
    box-shadow: 4px 4px 0 var(--line);
    transform: rotate(1.2deg);
}

.hero-art {
    position: relative;
    min-height: 16rem;
    border: 4px solid var(--line);
    border-radius: var(--radius);
    background:
        linear-gradient(135deg, transparent 0 44%, rgba(255,255,255,.2) 44% 48%, transparent 48%),
        var(--blue);
    box-shadow: var(--shadow);
    overflow: hidden;
}

.hero-custom-image {
    position: absolute;
    right: -1.25rem;
    bottom: -1.25rem;
    display: block;
    width: min(82%, 18rem);
    max-height: 88%;
    object-fit: contain;
    object-position: right bottom;
    filter: drop-shadow(7px 7px 0 var(--line));
}

.speech-bubble {
    position: absolute;
    top: 1.2rem;
    left: 1rem;
    max-width: 12rem;
    padding: .9rem 1rem;
    background: var(--white);
    border: 4px solid var(--line);
    border-radius: 48% 42% 45% 38%;
    font-family: Impact, "Arial Black", sans-serif;
    font-size: 1.35rem;
    line-height: 1;
    text-transform: uppercase;
    transform: rotate(-7deg);
}

.speech-bubble::after {
    position: absolute;
    right: 1.7rem;
    bottom: -1.1rem;
    width: 1.8rem;
    height: 1.8rem;
    content: "";
    background: var(--white);
    border-right: 4px solid var(--line);
    border-bottom: 4px solid var(--line);
    transform: rotate(38deg);
}

.contact-section {
    position: relative;
    margin-top: 1.4rem;
    padding: clamp(1rem, 5vw, 2rem);
    background: var(--white);
}

.contact-section::before {
    position: absolute;
    top: -.85rem;
    left: 1.2rem;
    width: 8rem;
    height: 1.7rem;
    content: "";
    background: rgba(255, 212, 77, .82);
    border: 2px solid rgba(0,0,0,.35);
    transform: rotate(-3deg);
}

.section-intro {
    max-width: 48rem;
}

.section-label {
    display: inline-block;
    margin: 0 0 .55rem;
    padding: .18rem .45rem;
    color: var(--white);
    background: var(--red);
    border: 3px solid var(--line);
    font-weight: 900;
    text-transform: uppercase;
    transform: rotate(-2deg);
}

.section-intro p:last-child {
    margin: .8rem 0 0;
    color: var(--muted);
    font-weight: 700;
}

.alert {
    margin: 1.2rem 0;
    padding: .95rem 1rem;
    border: 3px solid var(--line);
    box-shadow: 4px 4px 0 var(--line);
    font-weight: 800;
}

.alert strong,
.alert span {
    display: block;
}

.alert-success {
    background: #dff5b8;
}

.alert-error {
    background: #ffd1cb;
}

.contact-form {
    display: grid;
    gap: 1rem;
    margin-top: 1.3rem;
}

.field-group {
    display: grid;
    gap: .35rem;
}

label {
    font-size: .96rem;
    font-weight: 900;
    text-transform: uppercase;
}

label span,
.field-help {
    color: var(--muted);
    font-size: .88rem;
    text-transform: none;
}

input,
select,
textarea {
    width: 100%;
    min-height: 3.25rem;
    padding: .8rem .9rem;
    color: var(--ink);
    background: #fffdf4;
    border: 3px solid var(--line);
    border-radius: 0;
    box-shadow: 4px 4px 0 var(--line);
    font: 800 1rem/1.35 Arial, sans-serif;
}

textarea {
    resize: vertical;
    min-height: 10rem;
}

input:focus,
select:focus,
textarea:focus,
button:focus-visible,
a:focus-visible {
    outline: 4px solid var(--blue);
    outline-offset: 3px;
}

.field-error {
    margin: .2rem 0 0;
    color: #a52117;
    font-size: .92rem;
    font-weight: 900;
}

.field-help {
    margin: .15rem 0 0;
    font-weight: 800;
}

.privacy {
    display: grid;
    grid-template-columns: 1.4rem 1fr;
    gap: .75rem;
    align-items: start;
    padding: .8rem;
    background: var(--paper);
    border: 3px solid var(--line);
}

.privacy input {
    width: 1.35rem;
    min-height: 1.35rem;
    margin-top: .1rem;
    padding: 0;
    box-shadow: none;
    accent-color: var(--red);
}

.privacy label {
    text-transform: none;
}

.submit-button {
    min-height: 3.7rem;
    padding: .9rem 1.2rem;
    color: var(--white);
    background: var(--red);
    border: 4px solid var(--line);
    box-shadow: 6px 6px 0 var(--line);
    cursor: pointer;
    font-family: Impact, "Arial Black", sans-serif;
    font-size: 1.55rem;
    letter-spacing: 0;
    text-transform: uppercase;
    transition: transform .16s ease, box-shadow .16s ease, background-color .16s ease;
}

.submit-button:hover {
    background: #d83a2b;
    transform: translate(2px, 2px);
    box-shadow: 4px 4px 0 var(--line);
}

.submit-button:disabled {
    cursor: wait;
    opacity: .75;
}

.form-disclaimer {
    margin: 1.15rem 0 0;
    padding-left: .8rem;
    border-left: 5px solid var(--red);
    color: var(--muted);
    font-weight: 800;
}

.hp-field {
    position: absolute;
    left: -999rem;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.site-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: .55rem .9rem;
    width: min(var(--max-width), calc(100% - 28px));
    margin: 0 auto 1.4rem;
    color: var(--white);
    font-weight: 800;
}

.site-footer p,
.site-footer a {
    margin: 0;
}

.site-footer a {
    text-decoration-thickness: 3px;
    text-underline-offset: .25rem;
}

@media (min-width: 720px) {
    .page-shell {
        padding-top: 1.4rem;
    }

    .brand-card {
        width: auto;
        min-width: 42rem;
        padding: 1rem 1.15rem;
    }

    .hero {
        grid-template-columns: minmax(0, 1.3fr) minmax(16rem, .7fr);
        gap: 1.2rem;
    }

    .hero-art {
        min-height: 100%;
    }

    .contact-form {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.15rem 1.25rem;
    }

    .field-wide {
        grid-column: 1 / -1;
    }
}

@media (min-width: 1000px) {
    .site-header {
        justify-content: flex-start;
    }

    .hero-copy {
        min-height: 31rem;
    }

    .contact-section {
        margin-top: 2rem;
    }
}

@media (prefers-reduced-motion: no-preference) {
    .brand-card,
    .hero-copy,
    .hero-art,
    .contact-section {
        animation: settle .45s ease both;
    }

    .hero-art {
        animation-delay: .08s;
    }

    .contact-section {
        animation-delay: .14s;
    }

    @keyframes settle {
        from {
            opacity: 0;
            transform: translateY(10px) rotate(0deg);
        }
        to {
            opacity: 1;
        }
    }
}
