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

:root {
    --green: #032414;
    --green-2: #061d12;
    --green-3: #0a321d;
    --gold: #e4b943;
    --gold-light: #fff0ae;
    --cream: #fffaf0;
    --red: #c91f18;
    --red-dark: #8f0d0a;
    --muted: #b7bcae;
}

html {
    scroll-behavior: smooth;
}

body {
    min-height: 100vh;
    font-family: "DM Sans", Arial, sans-serif;
    background: var(--green);
    color: white;
}

.page-shell {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    padding: 0 22px;
    
}

.page-shell::before,
.page-shell::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.page-shell::before {
    opacity: .25;
    background-image:
        radial-gradient(circle, #e4b943 0 3px, transparent 4px),
        linear-gradient(35deg, transparent 45%, rgba(228,185,67,.3) 46% 48%, transparent 49%);
    background-size: 85px 85px, 140px 140px;
    mask-image: linear-gradient(to bottom, #000, transparent 75%);
}

.page-shell::after {
    border: 1px solid rgba(228, 185, 67, .25);
    inset: 20px;
    box-shadow: inset 0 0 80px rgba(0,0,0,.35);
}

.hero {
    position: relative;
    z-index: 2;
    width: min(1180px, 100%);
    min-height: 100vh;
    margin: auto;
    display: flex;
    flex-direction: column;
    padding: 34px 0 20px;
}

.hero-top,
footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.brand {
    display: flex;
    align-items: center;
    gap: 11px;
    font-weight: 800;
    letter-spacing: 2px;
    font-size: 14px;
    line-height: 1.05;
}

.brand small {
    color: var(--gold);
    font-size: 7px;
    letter-spacing: 3px;
}

.brand-icon {
    display: grid;
    place-items: center;
    width: 45px;
    height: 45px;
    border: 1px solid var(--gold);
    color: var(--gold-light);
    font-weight: 900;
}

.whatsapp {
    color: #07150c;
    background: #25d366;
    text-decoration: none;
    padding: 11px 17px;
    font-size: 12px;
    font-weight: 800;
    border-radius: 3px;
    transition: transform .2s ease, filter .2s ease;
}

.whatsapp:hover {
    transform: translateY(-2px);
    filter: brightness(1.08);
}

.hero-content {
    width: min(1000px, 100%);
    margin: auto;
    text-align: center;
    padding: 60px 0 45px;
}

.presented {
    color: #f2f3eb;
    font-weight: 700;
    letter-spacing: 5px;
    font-size: 12px;
    margin-bottom: 17px;
}

.presented span {
    color: var(--gold);
}

.title-wrap {
    position: relative;
    display: inline-block;
    padding: 0 35px;
}

.title-wrap h1 {
    font-family: "DM Sans", sans-serif;
    font-size: clamp(68px, 12vw, 154px);
    line-height: .82;
    letter-spacing: -8px;
    font-weight: 900;
    color: #fff5c8;
    background: linear-gradient(180deg, #fff9d9 0%, #e8bd55 34%, #9e6919 54%, #fff1a8 72%, #b47b23 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 5px 0 rgba(42,20,2,.55)) drop-shadow(0 0 18px rgba(228,185,67,.12));
}

.ribbon {
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 51%;
    transform: translate(-50%, -50%) rotate(-7deg);
    min-width: 355px;
    padding: 12px 45px;
    background: linear-gradient(#ee3c31, #a60d09);
    border: 2px solid #ff675d;
    box-shadow: 0 8px 20px rgba(0,0,0,.45);
    clip-path: polygon(4% 12%, 96% 0, 92% 100%, 4% 90%, 0 50%);
}

.ribbon::before,
.ribbon::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 30px;
    background: #780805;
}

.ribbon::before {
    left: -13px;
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
}

.ribbon::after {
    right: -13px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.ribbon span {
    position: relative;
    z-index: 2;
    font-size: clamp(20px, 3vw, 37px);
    letter-spacing: 3px;
    font-weight: 900;
    color: white;
}

.tagline {
    margin: 30px 0 27px;
    color: #d8d9cc;
    font-size: 11px;
    letter-spacing: 4px;
    font-weight: 700;
}

.event-dates {
    display: grid;
    grid-template-columns: 1fr 70px 1fr;
    align-items: center;
    gap: 10px;
    width: min(900px, 100%);
    margin: 0 auto;
}

.date-card {
    padding: 20px 15px 17px;
    border-top: 1px solid rgba(228,185,67,.65);
    border-bottom: 1px solid rgba(228,185,67,.65);
    background: linear-gradient(180deg, rgba(228,185,67,.08), rgba(0,0,0,.08));
}

.date-label {
    display: inline-block;
    background: linear-gradient(90deg, #d79c26, #f6d86b, #c78b1e);
    color: #13210f;
    font-size: clamp(11px, 1.5vw, 15px);
    font-weight: 900;
    padding: 5px 18px;
    letter-spacing: 1px;
}

.year {
    margin: 5px 0;
    font-size: clamp(60px, 8vw, 100px);
    line-height: .9;
    font-weight: 900;
    color: transparent;
    background: linear-gradient(180deg, #fff3b0, #d9a22d 45%, #fff0a6 72%, #9e6718);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.event-name {
    font-size: 13px;
    letter-spacing: 3px;
    color: #f4f4ea;
}

.event-name strong {
    color: var(--gold);
}

.ampersand {
    font-family: "Playfair Display", serif;
    color: var(--gold);
    font-size: 55px;
}

.venue {
    margin: 34px auto 0;
    width: min(760px, 100%);
}

.venue-script {
    display: block;
    font-family: "Playfair Display", serif;
    font-style: italic;
    font-size: 34px;
    color: var(--gold);
    margin-bottom: -8px;
}

.venue-name {
    display: block;
    padding: 11px 20px;
    border: 1px solid var(--gold);
    color: #fffbed;
    font-size: clamp(20px, 3vw, 32px);
    letter-spacing: 4px;
    font-weight: 900;
    background: rgba(0,0,0,.13);
}

.coming {
    margin: 36px 0 0;
}

.coming span {
    display: block;
    font-family: "Playfair Display", serif;
    font-style: italic;
    color: #f9f5e6;
    font-size: 18px;
}

.coming strong {
    display: block;
    margin-top: -2px;
    font-size: clamp(30px, 5vw, 54px);
    line-height: 1;
    color: white;
    letter-spacing: -1px;
}

.intro {
    max-width: 650px;
    margin: 17px auto 0;
    color: var(--muted);
    line-height: 1.65;
    font-size: 14px;
}

.notify-area {
    width: min(720px, 100%);
    margin: 30px auto 0;
    padding: 22px;
    border: 1px solid rgba(228,185,67,.25);
    background: rgba(0,0,0,.22);
}

.notify-heading {
    color: var(--gold);
    font-weight: 900;
    letter-spacing: 3px;
    font-size: 12px;
}

.notify-area p {
    color: #aeb4a8;
    font-size: 12px;
    margin: 7px auto 14px;
}

.input-row {
    display: grid;
    grid-template-columns: 1fr 1fr auto;
    gap: 7px;
}

.input-row input {
    height: 46px;
    border: 1px solid rgba(255,255,255,.14);
    background: rgba(255,255,255,.06);
    color: white;
    outline: none;
    padding: 0 13px;
    font-family: inherit;
}

.input-row input:focus {
    border-color: var(--gold);
}

.input-row button {
    height: 46px;
    border: 0;
    background: var(--gold);
    color: #12200f;
    padding: 0 18px;
    font-weight: 900;
    font-size: 10px;
    letter-spacing: 1px;
    cursor: pointer;
}

.notify-area small {
    display: block;
    margin-top: 8px;
    color: #777e73;
    font-size: 9px;
}

.form-message {
    margin-top: 10px;
    font-size: 12px;
    min-height: 16px;
}

.form-message.success { color: #67e58d; }
.form-message.error { color: #ff8078; }

footer {
    border-top: 1px solid rgba(255,255,255,.08);
    padding-top: 15px;
    color: #6e756b;
    font-size: 10px;
}

.decor {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    opacity: .7;
}

.decor::before,
.decor::after {
    content: "";
    position: absolute;
    inset: 50%;
    width: 5px;
    height: 180px;
    background: linear-gradient(transparent, var(--gold), transparent);
    transform-origin: center;
}

.decor::after {
    transform: rotate(90deg);
}

.decor-one {
    width: 300px;
    height: 300px;
    right: -100px;
    top: 40px;
    background: repeating-conic-gradient(from 0deg, rgba(228,185,67,.55) 0 2deg, transparent 2deg 8deg);
    mask-image: radial-gradient(circle, #000 0 18%, transparent 20% 100%);
}

.decor-two {
    width: 260px;
    height: 260px;
    left: -120px;
    bottom: 70px;
    background: repeating-conic-gradient(from 10deg, rgba(228,185,67,.4) 0 2deg, transparent 2deg 9deg);
    mask-image: radial-gradient(circle, #000 0 17%, transparent 20% 100%);
}

.decor-three {
    width: 500px;
    height: 500px;
    right: -300px;
    bottom: -300px;
    border: 1px solid rgba(228,185,67,.12);
}

@media (max-width: 760px) {
    .page-shell {
        padding: 0 15px;
    }

    .hero {
        padding-top: 22px;
    }

    .hero-content {
        padding: 55px 0 35px;
    }

    .presented {
        letter-spacing: 2.5px;
        font-size: 9px;
    }

    .title-wrap {
        padding: 0 10px;
    }

    .title-wrap h1 {
        font-size: clamp(54px, 16vw, 105px);
        letter-spacing: -5px;
    }

    .ribbon {
        min-width: 245px;
        padding: 9px 27px;
    }

    .ribbon span {
        font-size: 21px;
    }

    .tagline {
        font-size: 8px;
        letter-spacing: 2px;
        line-height: 1.5;
    }

    .event-dates {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .ampersand {
        font-size: 36px;
        line-height: .7;
    }

    .date-card {
        padding: 15px 10px;
    }

    .year {
        font-size: clamp(65px, 20vw, 95px);
    }

    .venue-name {
        font-size: 18px;
        letter-spacing: 2px;
    }

    .input-row {
        grid-template-columns: 1fr;
    }

    .input-row button {
        width: 100%;
    }

    .hero-top {
        align-items: flex-start;
    }

    .whatsapp {
        font-size: 10px;
        padding: 9px 11px;
    }

    footer {
        flex-direction: column;
        gap: 6px;
        text-align: center;
    }
}

@media (max-width: 430px) {
    .brand {
        font-size: 11px;
    }

    .brand-icon {
        width: 38px;
        height: 38px;
    }

    .brand small {
        font-size: 6px;
    }

    .hero-content {
        padding-top: 45px;
    }

    .notify-area {
        padding: 17px 12px;
    }
}
