/* Helvetica LT Pro only: Light 300, Roman 400, Bold 700. Adobe family: helvetica-lt-pro. */
:root {
    --dawn: #F77860;
    --sandstone: #E3DCD3;
    --palm: #1C9667;
    --ink: #161616;
    --white: #FFFFFF;
    --muted: #3F3B37;
    --focus: #161616;
    --font: "helvetica-lt-pro", "Helvetica LT Pro", Helvetica, sans-serif;
    --font-light: 300;
    --font-roman: 400;
    --font-bold: 700;
    --wrap: 1120px;
    --gutter: 40px;
    --hero-height: min(42vh, 380px);
    --radius: 16px;
    --button-radius: 8px;
    --space-8: 8px;
    --space-12: 12px;
    --space-16: 16px;
    --space-24: 24px;
    --space-32: 32px;
    --space-40: 40px;
    --space-48: 48px;
}

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

html {
    scroll-behavior: smooth;
}

html,
body {
    overflow-x: hidden;
}

body {
    margin: 0;
    font-family: var(--font);
    font-weight: var(--font-light);
    font-size: 1.0625rem;
    line-height: 1.55;
    color: var(--ink);
    background: var(--sandstone);
    min-height: 100vh;
    font-synthesis: none;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    color: var(--ink);
}

a:hover {
    color: #c45b48;
}

:focus-visible {
    outline: 2px solid var(--focus);
    outline-offset: 3px;
}

.skip-link {
    position: absolute;
    left: var(--space-16);
    top: -48px;
    background: var(--ink);
    color: var(--white);
    padding: 8px 12px;
    z-index: 30;
}

.skip-link:focus {
    top: var(--space-16);
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.page {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.wrap {
    width: min(calc(100% - (var(--gutter) * 2)), var(--wrap));
    margin-left: auto;
    margin-right: auto;
}

.site-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 88px;
    pointer-events: none;
}

.site-header .wrap {
    display: flex;
    justify-content: flex-end;
}

.brand-mark {
    pointer-events: auto;
    display: block;
    width: 220px;
    text-decoration: none;
}

.brand-mark img {
    width: 100%;
    height: auto;
}

.hero {
    position: relative;
    width: 100%;
    height: var(--hero-height);
    min-height: 280px;
    display: flex;
    align-items: flex-end;
}

.hero-media {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(90deg, rgba(22, 22, 22, 0.38) 0%, rgba(22, 22, 22, 0.12) 38%, rgba(247, 120, 96, 0.14) 100%),
        linear-gradient(180deg, rgba(22, 22, 22, 0.28) 0%, transparent 32%, rgba(22, 22, 22, 0.22) 100%);
    pointer-events: none;
}

.hero-media img {
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: 50% 72%;
}

.hero-stage {
    position: relative;
    z-index: 2;
    padding: 0 0 28px;
}

.hero-copy {
    width: min(100%, 400px);
    padding: 20px 24px 22px;
    background: var(--dawn);
    color: var(--white);
    border-radius: var(--radius);
    box-shadow: 0 18px 40px rgba(22, 22, 22, 0.18);
}

.hero-mark {
    margin: 0 0 10px;
}

.hero-mark img {
    width: 44px;
    height: auto;
}

.eyebrow {
    margin: 0 0 10px;
    font-size: 0.875rem;
    font-weight: var(--font-roman);
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.88);
}

.hero h1 {
    margin: 0;
    font-weight: var(--font-light);
    font-size: clamp(1.55rem, 2.1vw, 2.05rem);
    line-height: 1.15;
}

.title-line {
    display: block;
}

.lede {
    margin: 10px 0 0;
    font-size: 0.875rem;
    font-weight: var(--font-light);
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.92);
}

.hero-cta {
    margin: 16px 0 0;
}

.event-band {
    position: relative;
    z-index: 2;
    margin-top: -20px;
    padding: 0 0 4px;
}

.event-facts {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 12px;
    margin: 0;
    padding: 16px 24px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: var(--radius);
    box-shadow: 0 10px 30px rgba(22, 22, 22, 0.08);
    backdrop-filter: blur(10px);
}

.event-fact {
    display: flex;
    align-items: center;
    gap: 16px;
    flex: 1 1 0;
    min-width: 0;
}

.event-fact-icon {
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    color: var(--palm);
}

.event-fact-copy {
    min-width: 0;
}

.event-facts dt {
    margin: 0 0 4px;
    font-size: 0.875rem;
    font-weight: var(--font-roman);
    color: var(--muted);
}

.event-facts dd {
    margin: 0;
    font-size: 1.0625rem;
    font-weight: var(--font-bold);
    line-height: 1.3;
}

.event-fact-rule {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 48px;
}

.event-fact-rule img {
    width: 36px;
    height: auto;
    opacity: 0.9;
}

.awards-intro {
    padding: 20px 0 16px;
    text-align: center;
}

.diamond-divider {
    margin: 0 0 18px;
}

.diamond-divider img {
    width: 52px;
    height: auto;
    margin: 0 auto;
}

.awards-intro-copy {
    width: min(100%, 640px);
    margin: 0 auto;
    font-size: 1.0625rem;
    font-weight: var(--font-light);
    line-height: 1.65;
}

.rsvp-hint {
    margin: 0 auto 24px;
    text-align: center;
    color: var(--muted);
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 11px 26px;
    border: 0;
    border-radius: var(--button-radius);
    font: inherit;
    font-size: 0.9375rem;
    font-weight: var(--font-bold);
    text-decoration: none;
    cursor: pointer;
}

.button-hero {
    background: transparent;
    color: var(--white);
    border: 1.5px solid var(--white);
}

.button-hero:hover {
    background: var(--white);
    color: var(--dawn);
}

.button-hero:focus-visible {
    outline-color: var(--white);
}

.page-pass main {
    padding-top: 96px;
}

.invitation-panel {
    margin: 0 auto 32px;
}

.invitation-panel h1,
.invitation-panel:not(:has(.form-panel)) h2 {
    margin: 0 0 var(--space-16);
    font-weight: var(--font-roman);
    font-size: clamp(1.5rem, 3vw, 2rem);
    line-height: 1.25;
    text-align: center;
}

.invitation-panel:not(:has(.form-panel)) > p {
    text-align: center;
}

.rsvp,
#admission {
    scroll-margin-top: 20px;
}

.page-pass #admission {
    scroll-margin-top: 96px;
}

.outcome {
    width: min(100%, 640px);
    margin: 0 auto;
    text-align: center;
}

.outcome h1,
.outcome h2 {
    margin: 0 0 var(--space-16);
    font-weight: var(--font-roman);
    font-size: clamp(1.6rem, 3vw, 2.1rem);
    line-height: 1.25;
}

.outcome-when,
.outcome p {
    margin: 0 0 var(--space-16);
}

.outcome-when {
    color: var(--muted);
}

.outcome-pass {
    margin: var(--space-24) auto 0;
    padding: var(--space-24);
    max-width: 360px;
    background: var(--white);
    border: 1px solid rgba(22, 22, 22, 0.14);
    border-radius: var(--radius);
}

.outcome-pass-label {
    margin: 0 0 8px;
    font-weight: var(--font-bold);
}

.outcome-pass .qr-preview {
    display: block;
    margin: 8px auto 16px;
}

.outcome-pass .muted {
    margin: 0;
    font-size: 0.9375rem;
}

.site-footer {
    padding: 24px 0 28px;
}

.footer-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
    box-shadow: inset 0 1px 0 rgba(22, 22, 22, 0.1);
}

.footer-partner {
    flex: 0 0 auto;
    width: min(100%, 180px);
}

.footer-partner img {
    width: 100%;
    height: auto;
}

.page-pass .site-header {
    background: var(--ink);
}

.qr-preview {
    width: 220px;
    height: auto;
    margin: 16px auto;
    background: #fff;
    padding: 12px;
}

@media (max-width: 900px) {
    :root {
        --gutter: 16px;
        --hero-height: min(32vh, 220px);
    }

    .site-header {
        height: 76px;
    }

    .brand-mark {
        width: 168px;
    }

    .hero {
        display: block;
        height: auto;
        min-height: 0;
    }

    .hero-media {
        position: relative;
        height: var(--hero-height);
        min-height: 160px;
    }

    .hero-media img {
        object-position: 50% 68%;
    }

    .hero-overlay {
        background:
            linear-gradient(180deg, rgba(22, 22, 22, 0.34) 0%, transparent 42%, rgba(22, 22, 22, 0.2) 100%);
    }

    .hero-stage {
        padding: 0;
        margin-top: -56px;
        margin-bottom: 8px;
    }

    .hero-copy {
        width: 100%;
        padding: 16px 18px 18px;
    }

    .hero h1 {
        font-size: 1.45rem;
    }

    .hero-mark {
        margin-bottom: 8px;
    }

    .event-band {
        margin-top: 8px;
        padding-bottom: 0;
    }

    .event-facts {
        display: flex;
        flex-direction: column;
        gap: 0;
        padding: 8px 16px;
    }

    .event-fact {
        padding: 16px 0;
        gap: 14px;
        align-items: flex-start;
    }

    .event-fact + .event-fact {
        box-shadow: inset 0 1px 0 rgba(22, 22, 22, 0.08);
    }

    .event-fact-icon {
        width: 30px;
        height: 30px;
        flex-basis: 30px;
        margin-top: 2px;
    }

    .event-fact-rule {
        display: none;
    }

    .event-facts dt {
        font-size: 0.8125rem;
    }

    .event-facts dd {
        font-size: 1.0625rem;
    }

    .awards-intro {
        padding: 16px 0 12px;
    }

    .page-pass main {
        padding-top: 88px;
    }

    .invitation-panel {
        margin-bottom: 24px;
    }

    .site-footer {
        padding: 20px 0 24px;
        text-align: center;
    }

    .footer-inner {
        padding-top: 16px;
    }

    .footer-partner {
        width: min(100%, 160px);
    }
}

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