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

:root {
    --bg: #060606;
    --text: #fcfaf6;
    --muted: rgba(252, 250, 246, 0.7);
    --line: rgba(252, 250, 246, 0.16);
    --accent: #dc9b22;
    --accent-soft: rgba(220, 155, 34, 0.16);
    --success: #8dd0a6;
    --danger: #ff8f8f;
    --shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
    --radius-xl: 32px;
    --radius-lg: 20px;
    --container: min(100vw, 2048px);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-height: 100vh;
    font-family: "NeueMontreal", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #000;
    color: var(--text);
}

main {
    min-height: 100vh;
    min-height: 100svh;
}

.hero-section {
    position: relative;
    min-height: 100vh;
    min-height: 100svh;
    background-color: #000;
    background-image: url("../images/Asset 3Beach Walk2.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.hero-section__raw-logo,
.hero-section__corner,
.hero-section__imtiaz-logo,
.hero-section__content,
.hero-section__copy {
    position: absolute;
}

.hero-section__raw-logo {
    top: 6vh;
    left: 3.5vw;
    width: min(19vw, 430px);
}

.hero-section__corner {
    width: min(5.2vw, 50px);
}

.hero-section__corner--top-right {
    top: 6vh;
    right: 3.5vw;
}

.hero-section__corner--bottom-left {
    left: 3.5vw;
    bottom: 6vh;
}

.hero-section__corner--bottom-right {
    right: 3.5vw;
    bottom: 6vh;
}

.hero-section__imtiaz-logo {
    left: 50%;
    bottom: 6vh;
    width: min(16vw, 200px);
    transform: translateX(-50%);
}

.hero-section__content {
    inset-inline: 0;
    top: 50%;
    height: 58vh;
    min-height: 360px;
    transform: translateY(-50%);
}

.hero-section__copy {
    top: 10.5%;
    left: 54.8vw;
    right: 6.8vw;
}

.hero-section__meta,
.hero-section__story,
.hero-section__rsvp {
    margin: 0;
    color: #fff;
    text-transform: uppercase;
}

.hero-section__details {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 2.5vw;
}

.hero-section__meta {
    font-size: clamp(1.08rem, 1.72vw, 1.82rem);
    line-height: 1.16;
}

.hero-section__meta p,
.hero-section__story h1,
.hero-section__story p,
.hero-section__rsvp {
    margin: 0;
}

.hero-section__meta--date sup {
    position: relative;
    top: -0.45em;
    font-size: 0.46em;
    letter-spacing: 0.02em;
}

.hero-section__meta--venue {
    text-align: right;
}

.hero-section__story-group {
    margin-top: clamp(1.5rem, 3vh, 3.75rem);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero-section__story {
    text-align: center;
}

.hero-section__story h1 {
    display: inline-block;
    width: max-content;
    max-width: 100%;
    margin: 0 auto;
    font-size: clamp(4rem, 7.5vw, 5rem);
    line-height: 0.92;
    letter-spacing: 0.03em;
}

.hero-section__story-line {
    display: block;
}

.hero-section__story-line--top {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    width: 100%;
}

.hero-section__story-line--bottom {
    display: block;
    width: 100%;
    text-align: center;
}

.hero-section__story p {
    margin-top: 0.72em;
    font-size: clamp(1.08rem, 1.72vw, 1.82rem);
    line-height: 1.16;
    letter-spacing: 0;
    text-align: center;
}

.hero-section__rsvp {
    margin-top: clamp(2rem, 4vh, 3rem);
    font-size: clamp(1.08rem, 1.72vw, 1.82rem);
    line-height: 1.16;
    letter-spacing: 0;
    text-align: center;
    text-decoration: none;
}

.hero-section__rsvp span {
    display: inline-block;
    border-bottom: 0.08em solid currentColor;
    padding-bottom: 0.08em;
}

.register-section {
    min-height: 100vh;
    min-height: 100svh;
    background: #000;
    padding: 80px 24px 96px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.register-section__inner {
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
}

.register-section__title {
    margin: 0 0 48px;
    color: #fff;
    font-size: 1.35rem;
    font-weight: 400;
    letter-spacing: 0.16em;
    text-align: center;
    text-transform: uppercase;
}

.register-form {
    display: flex;
    flex-direction: column;
}

.register-message {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: #fff;
}

.register-message__title {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    width: max-content;
    max-width: 100%;
    margin: 0 auto;
    font-size: clamp(4rem, 7.5vw, 4rem);
    line-height: 0.92;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.register-message__title-line {
    display: block;
    width: max-content;
    max-width: 100%;
    white-space: nowrap;
}

.register-message p {
    margin: 0;
    font-size: clamp(1.08rem, 1.72vw, 1.82rem);
    line-height: 1.16;
    letter-spacing: 0;
}

.register-message__title + p {
    margin-top: 0.72em;
}

.register-message p + p {
    margin-top: 0.72em;
}

.field-wrap,
.textarea-wrap {
    position: relative;
    margin-bottom: 34px;
}

.field-wrap input,
.field-wrap select,
.textarea-wrap textarea {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 0;
    color: #fff;
    font-family: "NeueMontreal", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.92rem;
    outline: none;
    transition: border-color 0.2s ease;
}

.field-wrap input,
.field-wrap select {
    padding: 18px 0 10px;
}

.textarea-wrap textarea {
    min-height: 88px;
    padding: 18px 0 10px;
    resize: vertical;
    line-height: 1.5;
}

.field-wrap input:focus,
.field-wrap select:focus,
.textarea-wrap textarea:focus {
    border-bottom-color: #fff;
}

.field-wrap.invalid input,
.field-wrap.invalid select {
    border-bottom-color: #ff4d4d;
}

.field-wrap label,
.textarea-wrap label {
    position: absolute;
    left: 0;
    top: 18px;
    color: rgba(255, 255, 255, 0.35);
    font-size: 0.92rem;
    letter-spacing: 0.06em;
    pointer-events: none;
    transition: top 0.2s ease, font-size 0.2s ease, color 0.2s ease;
}

.field-wrap.is-filled label,
.field-wrap:focus-within label,
.textarea-wrap.is-filled label,
.textarea-wrap:focus-within label {
    top: 0;
    font-size: 0.65rem;
    letter-spacing: 0.14em;
    color: rgba(255, 255, 255, 0.5);
}

.err {
    display: none;
    position: absolute;
    bottom: -18px;
    left: 0;
    font-family: "NeueMontreal", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 10px;
    letter-spacing: 0.06em;
    color: #ff4d4d;
}

.field-wrap.invalid .err {
    display: block;
}

.phone-field-wrap {
    position: relative;
    margin-bottom: 36px;
    padding-top: 18px;
    z-index: 100;
}

.phone-field-wrap .phone-label {
    position: absolute;
    top: 0;
    left: 0;
    font-family: "NeueMontreal", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.65rem;
    letter-spacing: 0.12em;
    color: rgba(255, 255, 255, 0.45);
    pointer-events: none;
    z-index: 2;
    text-transform: uppercase;
}

.phone-field-wrap.invalid .phone-label {
    color: #ff4d4d;
}

.phone-field-wrap::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: rgba(255, 255, 255, 0.25);
    transition: background 0.25s;
}

.phone-field-wrap.focused::after { background: #fff; }
.phone-field-wrap.filled::after  { background: rgba(255, 255, 255, 0.5); }
.phone-field-wrap.invalid::after { background: #ff4d4d; }

.iti {
    width: 100%;
    display: flex;
    align-items: center;
}

.iti input[type="tel"] {
    width: 100% !important;
    background: transparent !important;
    border: none !important;
    border-bottom: none !important;
    color: #fff !important;
    font-family: "NeueMontreal", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 14px !important;
    height: 42px !important;
    outline: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding-left: 0 !important;
}

.iti__flag-container { cursor: pointer; }

.iti__selected-flag {
    background: transparent !important;
    height: 42px !important;
    display: flex !important;
    align-items: center !important;
    padding: 0 8px 0 0 !important;
}

.iti__selected-dial-code {
    font-family: "NeueMontreal", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 13px !important;
    color: rgba(255, 255, 255, 0.55) !important;
    margin-left: 4px !important;
}

.iti__country-list {
    position: relative !important;
    background: #111 !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    color: #fff !important;
    font-family: "NeueMontreal", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 13px !important;
    border-radius: 0 !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.8) !important;
    max-height: 220px !important;
    overflow-y: auto !important;
    width: 100% !important;
    z-index: 9999 !important;
    list-style: none !important;
    padding-left: 0 !important;
    margin: 0 !important;
    top: auto !important;
    left: auto !important;
}

.iti__country-list li,
.iti__country-list .iti__country,
.iti__country-list .iti__country *,
.iti__country-list .iti__divider {
    list-style: none !important;
    list-style-type: none !important;
}

.iti__country-list .iti__country {
    display: flex !important;
    align-items: center !important;
    padding: 9px 12px !important;
    gap: 8px !important;
}

.iti__country-list .iti__country:hover          { background: rgba(255,255,255,0.06) !important; }
.iti__country-list .iti__country.iti__highlight { background: rgba(255,255,255,0.1)  !important; }

.iti__divider {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    padding: 0 !important;
    margin: 4px 0 !important;
}

.iti__dial-code    { color: rgba(255,255,255,0.35) !important; font-size: 12px !important; }
.iti__country-name { color: rgba(255,255,255,0.8)  !important; }

.iti__search-input {
    background: #0a0a0a !important;
    color: #fff !important;
    border: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12) !important;
    font-family: "NeueMontreal", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 13px !important;
    outline: none !important;
    padding: 10px 12px !important;
    border-radius: 0 !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.iti__search-input::placeholder { color: rgba(255,255,255,0.22) !important; }

.phone-err {
    display: none;
    position: absolute;
    bottom: -18px;
    left: 0;
    font-family: "NeueMontreal", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 10px;
    letter-spacing: 0.06em;
    color: #ff4d4d;
}

.phone-field-wrap.invalid .phone-err { display: block; }

.submit-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    min-width: 212px;
    height: 38px;
    margin-top: 8px;
    padding: 0 28px;
    border: 1px solid rgba(255, 255, 255, 0.78);
    background: transparent;
    color: #fff;
    cursor: pointer;
    font-family: "NeueMontreal", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.72rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    transition: background-color 0.2s ease, color 0.2s ease, opacity 0.2s ease;
}

.submit-btn:hover:not(:disabled) {
    background: #fff;
    color: #000;
}

.submit-btn:disabled {
    opacity: 0.6;
    cursor: wait;
}

.form-status {
    min-height: 24px;
    margin-top: 18px;
    text-align: center;
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.82rem;
    letter-spacing: 0.04em;
}

.form-status.is-success {
    color: #8dd0a6;
}

.form-status.is-error {
    color: #ff8f8f;
}

.form-status.is-loading {
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-status.is-loading::before {
    content: "";
    width: 22px;
    height: 22px;
    border: 2px solid rgba(255, 255, 255, 0.24);
    border-top-color: #fff;
    border-radius: 50%;
    animation: form-loader-spin 0.8s linear infinite;
}

@keyframes form-loader-spin {
    to {
        transform: rotate(360deg);
    }
}

.thank-you-page {
    min-height: 100vh;
    min-height: 100svh;
    background: #000;
}

.thank-you-shell {
    min-height: 100vh;
    min-height: 100svh;
}

.thank-you-hero {
    position: relative;
    min-height: 100vh;
    min-height: 100svh;
    background-color: #000;
    background-image:
        linear-gradient(180deg, rgba(0, 0, 0, 0.28) 0%, rgba(0, 0, 0, 0.7) 100%),
        url("../images/Asset 3Beach Walk2.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.thank-you-card {
    position: absolute;
    top: 50%;
    left: 50%;
    width: min(90vw, 720px);
    padding: 3rem 2rem;
    text-align: center;
    transform: translate(-50%, -50%);
}

.thank-you-eyebrow {
    margin: 0 0 1rem;
    color: rgba(255, 255, 255, 0.72);
    font-size: clamp(0.95rem, 1.2vw, 1.1rem);
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.thank-you-title {
    margin: 0;
    color: #fff;
    font-size: clamp(3.75rem, 10vw, 8rem);
    line-height: 0.92;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.thank-you-copy {
    width: min(100%, 34rem);
    margin: 1.5rem auto 0;
    color: #fff;
    font-size: clamp(1rem, 1.45vw, 1.3rem);
    line-height: 1.5;
}

.thank-you-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 220px;
    margin-top: 2rem;
    padding: 0.9rem 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.88);
    color: #fff;
    font-size: clamp(0.95rem, 1.2vw, 1.1rem);
    letter-spacing: 0.14em;
    text-transform: uppercase;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.thank-you-button:hover {
    background: #fff;
    color: #000;
}

@media (min-width: 769px) and (max-width: 1280px) {
    .hero-section__raw-logo {
        top: 4.6vh;
        left: 4.6vw;
        width: min(24vw, 260px);
    }

    .hero-section__corner {
        width: min(5.8vw, 44px);
    }

    .hero-section__corner--top-right {
        top: 4.6vh;
        right: 4.6vw;
    }

    .hero-section__corner--bottom-left {
        left: 4.6vw;
        bottom: 4.6vh;
    }

    .hero-section__corner--bottom-right {
        right: 4.6vw;
        bottom: 4.6vh;
    }

    .hero-section__imtiaz-logo {
        bottom: 4.8vh;
        width: min(20vw, 200px);
    }

    .hero-section__content {
        top: 47.5%;
        height: 52vh;
        min-height: 300px;
    }

    .hero-section__copy {
        top: 8%;
        left: 53vw;
        right: 6vw;
    }

    .hero-section__meta {
        font-size: clamp(0.95rem, 1.35vw, 1.2rem);
    }

    .hero-section__story {
        width: auto;
    }

    .hero-section__story h1 {
        width: max-content;
        max-width: 100%;
        margin: 0 auto;
        font-size: clamp(3.2rem, 6.2vw, 5rem);
        line-height: 0.9;
        letter-spacing: 0;
    }

    .hero-section__story p {
        margin-top: 0.85em;
        font-size: clamp(0.95rem, 1.35vw, 1.2rem);
    }

    .register-message__title {
        width: max-content;
        max-width: 100%;
        margin: 0 auto;
        font-size: clamp(3.2rem, 6.2vw, 5rem);
        line-height: 0.9;
        letter-spacing: 0;
    }

    .hero-section__rsvp {
        width: auto;
        font-size: clamp(0.95rem, 1.35vw, 1.2rem);
    }
}

@media (max-width: 768px) {
    .hero-section {
        min-height: auto;
        background-image: url("../images/Asset 3bg.png");
        background-position: center top;
        background-size: cover;
        aspect-ratio: 2160 / 3844;
    }

    .hero-section__raw-logo {
        top: 4.2vh;
        left: 6.2vw;
        width: min(46vw, 255px);
    }

    .hero-section__corner {
        width: min(7vw, 56px);
    }

    .hero-section__corner--top-right {
        top: 4.2vh;
        right: 6.2vw;
    }

    .hero-section__corner--bottom-left {
        left: 6.2vw;
        bottom: 3.8vh;
    }

    .hero-section__corner--bottom-right {
        right: 6.2vw;
        bottom: 3.8vh;
    }

    .hero-section__imtiaz-logo {
        bottom: 3.8vh;
        width: min(30vw, 200px);
    }

    .hero-section__content {
        inset: 0;
        top: 0;
        height: 100%;
        min-height: 100%;
        transform: none;
    }

    .hero-section__copy {
        top: 0;
        left: 0;
        right: 0;
        height: 100%;
    }

    .hero-section__details {
        position: absolute;
        top: 58.5%;
        left: 8.5vw;
        right: 8.5vw;
        gap: 4vw;
    }

    .hero-section__meta {
        font-size: clamp(0.92rem, 3.9vw, 1.2rem);
        line-height: 1.12;
    }

    .hero-section__meta--venue { max-width: 40vw; }

    .hero-section__story-group {
        position: absolute;
        top: 65.8%;
        left: 50%;
        width: 100%;
        margin-top: 0;
        padding: 0 11vw;
        transform: translateX(-50%);
    }

    .hero-section__story {
        width: 100%;
        text-align: center;
    }

    .hero-section__story h1 {
        width: max-content;
        max-width: 100%;
        margin: 0 auto;
        font-size: clamp(1.5rem, 8.8vw, 4.3rem);
        line-height: 0.92;
        letter-spacing: 0;
    }

    .hero-section__story-line--top {
        width: 100%;
    }

    .register-message__title {
        width: max-content;
        max-width: 100%;
        margin: 0 auto;
        font-size: clamp(1.5rem, 8.8vw, 4.3rem);
        line-height: 0.92;
        letter-spacing: 0;
    }

    .hero-section__story p {
        margin-top: 0.56em;
        font-size: clamp(0.92rem, 3.9vw, 1.2rem);
    }

    .hero-section__rsvp {
        width: auto;
        margin-top: 1.4rem;
        font-size: clamp(0.92rem, 3.9vw, 1.2rem);
    }

    .register-section {
        padding: 56px 24px 72px;
    }

    .register-section__title {
        margin-bottom: 40px;
        font-size: 1.15rem;
    }

    .thank-you-hero {
        background-image:
            linear-gradient(180deg, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.72) 100%),
            url("../images/Asset 3bg.png");
        background-position: center top;
    }

    .thank-you-card {
        width: calc(100vw - 48px);
        padding: 2rem 1rem;
    }

    .thank-you-title {
        font-size: clamp(3rem, 15vw, 4.8rem);
    }

    .thank-you-copy {
        margin-top: 1.25rem;
        font-size: 0.98rem;
    }

    .thank-you-button {
        width: 100%;
        max-width: 260px;
        margin-top: 1.75rem;
    }

    #phone-local { padding-left: 0 !important; }

    .submit-btn {
        width: 100%;
        max-width: 260px;
    }
}

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

a {
    color: inherit;
    text-decoration: none;
}

button,
input,
select,
textarea {
    font: inherit;
}

.page-shell {
    width: var(--container);
    margin: 0 auto;
    padding: 0 0 48px;
}

.section-card {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: var(--radius-xl);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01)),
        rgba(0, 0, 0, 0.72);
    box-shadow: var(--shadow);
    backdrop-filter: blur(14px);
}

.hero {
    position: relative;
    background: #000;
    min-height: 100vh;
    min-height: 100svh;
}

.poster {
    position: relative;
    width: 100%;
    height: 100vh;
    height: 100svh;
    min-height: 100vh;
    min-height: 100svh;
    background-color: #000;
    overflow: hidden;
}

.poster__frame {
    position: absolute;
    inset: 0;
}

.poster__title {
    position: absolute;
    top: 4.3%;
    left: 4.5%;
    display: flex;
    flex-direction: column;
    gap: 0.08em;
    font-size: clamp(2.8rem, 4.55vw, 5.65rem);
    line-height: 0.9;
    letter-spacing: -0.075em;
    text-transform: uppercase;
    z-index: 2;
}

.poster__media {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 58.7%;
    overflow: hidden;
}

.poster__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.poster__meta,
.poster__story,
.poster__cta,
.poster__logo-slot {
    position: absolute;
    text-transform: uppercase;
}

.poster__meta {
    font-size: clamp(1rem, 1.42vw, 1.62rem);
    line-height: 1.18;
    z-index: 2;
}

.poster__meta p,
.poster__story h1,
.poster__story p,
.poster__cta span,
.poster__title span,
.poster__logo-fallback {
    margin: 0;
}

.poster__meta--date {
    top: 29.6%;
    left: 54.8%;
}

.poster__meta--date sup {
    font-size: 0.48em;
    position: relative;
    top: -0.45em;
    letter-spacing: 0.03em;
}

.poster__meta--venue {
    top: 29.6%;
    right: 8.2%;
    text-align: right;
}

.poster__story {
    top: 41.9%;
    left: 56.3%;
    z-index: 2;
}

.poster__story h1 {
    font-size: clamp(4rem, 7.2vw, 8.75rem);
    line-height: 0.92;
    letter-spacing: -0.08em;
}

.poster__story p {
    margin-top: 0.78em;
    font-size: clamp(1.2rem, 1.9vw, 2.45rem);
    line-height: 1.06;
    letter-spacing: -0.03em;
}

.poster__cta {
    top: 74.7%;
    left: 68.7%;
    font-size: clamp(1.35rem, 1.95vw, 2.55rem);
    letter-spacing: -0.05em;
    z-index: 2;
}

.poster__cta span {
    display: inline-block;
    padding-bottom: 0.12em;
    border-bottom: 0.08em solid currentColor;
}

.poster__cta:focus-visible {
    outline: 2px solid rgba(255, 255, 255, 0.95);
    outline-offset: 8px;
}

.poster__corner {
    position: absolute;
    width: 4.5%;
    aspect-ratio: 1;
    z-index: 2;
}

.poster__corner::before,
.poster__corner::after {
    content: "";
    position: absolute;
    background: #fff;
}

.poster__corner--top-right {
    top: 4.1%;
    right: 4.4%;
}

.poster__corner--top-right::before {
    top: 0;
    right: 0;
    width: 100%;
    height: 0.55vw;
    max-height: 11px;
    min-height: 6px;
}

.poster__corner--top-right::after {
    top: 0;
    right: 0;
    width: 0.55vw;
    max-width: 11px;
    min-width: 6px;
    height: 100%;
}

.poster__corner--bottom-left {
    left: 4.4%;
    bottom: 4.5%;
}

.poster__corner--bottom-left::before {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.55vw;
    max-height: 11px;
    min-height: 6px;
}

.poster__corner--bottom-left::after {
    left: 0;
    bottom: 0;
    width: 0.55vw;
    max-width: 11px;
    min-width: 6px;
    height: 100%;
}

.poster__corner--bottom-right {
    right: 4.4%;
    bottom: 4.5%;
}

.poster__corner--bottom-right::before {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 0.55vw;
    max-height: 11px;
    min-height: 6px;
}

.poster__corner--bottom-right::after {
    right: 0;
    bottom: 0;
    width: 0.55vw;
    max-width: 11px;
    min-width: 6px;
    height: 100%;
}

.poster__logo-slot {
    left: 50%;
    bottom: 4.8%;
    transform: translateX(-50%);
    z-index: 2;
}

.poster__logo-fallback {
    display: inline-block;
    font-size: clamp(2.8rem, 4.05vw, 5.35rem);
    letter-spacing: -0.09em;
}

.sr-only,
.section-heading__eyebrow,
.section-heading__copy,
.detail-panel p,
.field span,
.form-note,
.form-status {
    margin: 0;
}

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

.section-heading__eyebrow,
.section-heading__copy,
.detail-panel p,
.field span,
.form-note,
.form-status {
    margin: 0;
}

.section-heading__eyebrow {
    color: var(--muted);
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 0.88rem;
}

.section-heading h2 {
    margin: 14px 0 0;
    text-transform: uppercase;
    letter-spacing: -0.06em;
}

.form-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 22px;
    border: 1px solid transparent;
    border-radius: 999px;
    transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, opacity 180ms ease;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.button:hover,
.button:focus-visible {
    transform: translateY(-1px);
}

.button--primary {
    background: var(--text);
    color: #0b0a08;
}

.button--ghost {
    border-color: var(--line);
    background: rgba(255, 255, 255, 0.02);
    color: var(--text);
}

.section-card {
    width: min(1400px, calc(100vw - 48px));
    margin: 24px auto 0;
    padding: 34px;
}

.details-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 28px;
}

.detail-panel {
    padding: 22px;
    border-radius: var(--radius-lg);
    border: 1px solid var(--line);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
}

.detail-panel h3 {
    margin: 0 0 14px;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--muted);
}

.detail-panel p + p {
    margin-top: 6px;
}

.rsvp-form {
    margin-top: 30px;
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.field {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.field--full {
    margin-top: 18px;
}

.field span {
    color: var(--muted);
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.field input,
.field select,
.field textarea {
    width: 100%;
    padding: 16px 18px;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.03);
    color: var(--text);
    outline: none;
    transition: border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.field input::placeholder,
.field textarea::placeholder {
    color: rgba(252, 250, 246, 0.4);
}

.field input:focus,
.field select:focus,
.field textarea:focus {
    border-color: rgba(220, 155, 34, 0.62);
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 0 0 4px var(--accent-soft);
}

.field textarea {
    resize: vertical;
    min-height: 140px;
}

.honeypot {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.form-actions {
    margin-top: 24px;
}

.button--submit[disabled] {
    opacity: 0.65;
    cursor: wait;
    transform: none;
}

.form-note,
.section-heading__copy,
.detail-panel p,
.form-status {
    color: var(--muted);
}

.form-status {
    min-height: 24px;
    margin-top: 16px;
    font-size: 0.98rem;
}

.form-status.is-success {
    color: var(--success);
}

.form-status.is-error {
    color: var(--danger);
}

@media (max-width: 1100px) {
    .poster__media {
        width: 61%;
    }

    .poster__title {
        font-size: clamp(2.5rem, 5vw, 4.9rem);
    }

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

    .poster__story {
        left: 55%;
    }
}

@media (max-width: 720px) {
    :root {
        --container: 100vw;
    }

    .page-shell {
        padding: 0 0 32px;
    }

    .hero {
        padding: 0;
    }

    .poster {
        height: 100vh;
        height: 100svh;
    }

    .poster__title {
        top: 4.3%;
        left: 6.2%;
        font-size: clamp(3rem, 11.4vw, 5.2rem);
        gap: 0.02em;
    }

    .poster__media {
        top: 14.8%;
        left: 0;
        width: 100%;
        height: 50.5%;
        bottom: auto;
    }

    .poster__meta {
        font-size: clamp(1rem, 4.2vw, 1.4rem);
    }

    .poster__meta--date {
        top: 62.2%;
        left: 8.6%;
    }

    .poster__meta--venue {
        top: 62.2%;
        right: 8.3%;
    }

    .poster__story {
        top: 72.2%;
        left: 50%;
        width: 100%;
        padding: 0 12%;
        transform: translateX(-50%);
        text-align: center;
    }

    .poster__story h1 {
        font-size: clamp(3.5rem, 13vw, 5.4rem);
    }

    .poster__story p {
        margin-top: 0.7em;
        font-size: clamp(1.2rem, 4.7vw, 1.8rem);
    }

    .poster__cta {
        top: 88.6%;
        left: 50%;
        transform: translateX(-50%);
        font-size: clamp(1.5rem, 5vw, 2.1rem);
    }

    .poster__corner {
        width: 10.5%;
    }

    .poster__corner--top-right {
        top: 3.8%;
        right: 6.2%;
    }

    .poster__corner--bottom-left {
        left: 6.2%;
        bottom: 4.8%;
    }

    .poster__corner--bottom-right {
        right: 6.2%;
        bottom: 4.8%;
    }

    .poster__corner--top-right::before,
    .poster__corner--bottom-left::before,
    .poster__corner--bottom-right::before {
        height: 8px;
    }

    .poster__corner--top-right::after,
    .poster__corner--bottom-left::after,
    .poster__corner--bottom-right::after {
        width: 8px;
    }

    .poster__logo-slot {
        bottom: 4.9%;
    }

    .poster__logo-fallback {
        font-size: clamp(2.6rem, 8vw, 4rem);
    }

    .section-card {
        width: calc(100vw - 24px);
        padding: 22px 18px;
        border-radius: 28px;
    }

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

    .form-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .button {
        width: 100%;
    }
}
