:root {
    --event-cream: #FDF7EC;
    --event-paper: #FFF9EF;
    --event-teal: #117582;
    --event-teal-dark: #0B5E68;
    --event-sage: #5A9279;
    --event-sage-dark: #44745F;
    --event-orange: #C15929;
    --event-orange-dark: #9F431F;
    --event-sand: #EFCFB1;
    --event-brown: #8C5E37;
    --event-ink: #174F56;
    --event-aqua: #549EA7;
    --event-peach: #DF9364;
}

.event-page {
    background: var(--event-cream);
    color: #173F43;
    overflow-x: hidden;
}

.event-page .event-navbar {
    background: rgba(255, 253, 247, .9);
    border-bottom: 1px solid rgba(0, 123, 134, .08);
}

.event-page .nav-links a {
    color: var(--event-teal-dark);
}

.event-page .nav-links a:hover {
    color: var(--event-orange);
}

.event-nav-cta {
    padding: .65rem 1.15rem;
    border-radius: 999px;
    color: #fff !important;
    background: var(--event-orange);
    box-shadow: 0 8px 22px rgba(207, 78, 31, .22);
}

.event-hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding: 8.2rem 2rem 5rem;
    background:
        radial-gradient(circle at 86% 20%, rgba(121, 190, 177, .24), transparent 29%),
        radial-gradient(circle at 8% 86%, rgba(244, 191, 131, .2), transparent 25%),
        linear-gradient(115deg, #FDF7EC 0%, #FFF9EF 52%, #EAF3ED 100%);
}

.event-hero::after {
    content: "";
    position: absolute;
    inset: auto -10% -190px 35%;
    height: 330px;
    border-radius: 50% 50% 0 0;
    background: linear-gradient(180deg, rgba(79, 176, 204, .2), rgba(0, 123, 134, .05));
    filter: blur(2px);
}

.event-leaf {
    position: absolute;
    width: 220px;
    height: 110px;
    opacity: .18;
    border-radius: 100% 0 100% 0;
    background: linear-gradient(135deg, #5A9279, #91AD78);
    transform: rotate(-24deg);
}

.event-leaf-one { top: 80px; left: -80px; }
.event-leaf-two { right: -90px; bottom: 90px; transform: rotate(156deg); }

.event-hero-inner {
    width: 100%;
    max-width: 1220px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.02fr .98fr;
    gap: clamp(2.5rem, 6vw, 5.5rem);
    align-items: center;
    position: relative;
    z-index: 2;
}

.event-brandline,
.event-kicker {
    display: inline-block;
    color: var(--event-teal);
    font-size: .8rem;
    font-weight: 800;
    letter-spacing: .17em;
    text-transform: uppercase;
}

.event-brandline {
    margin-bottom: .6rem;
}

.event-hero-copy h1 {
    margin: .1rem 0 0;
    color: var(--event-orange);
    font-family: Melodrame, Georgia, serif;
    font-size: clamp(4.2rem, 8.3vw, 7.9rem);
    line-height: .88;
    font-weight: 400;
    letter-spacing: -.02em;
    text-align: left;
}

.event-script,
.event-script-small {
    font-family: Melodrame, Georgia, serif;
    color: var(--event-teal);
    font-weight: 400;
}

.event-script {
    margin: .4rem 0 2rem;
    font-size: clamp(2rem, 4vw, 3.6rem);
    line-height: 1.05;
}

.event-brush {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    color: white;
    padding: 1rem 1.55rem;
    position: relative;
    isolation: isolate;
    margin-bottom: 1.25rem;
}

.event-brush::before {
    content: "";
    position: absolute;
    inset: -10px -18px;
    z-index: -1;
    background: var(--event-sage);
    clip-path: polygon(2% 20%, 97% 5%, 94% 26%, 100% 40%, 96% 57%, 100% 79%, 88% 91%, 5% 98%, 8% 77%, 0 57%, 5% 39%);
    transform: rotate(-1deg);
    opacity: .96;
}

.event-brush-icon {
    font-size: 1.45rem;
}

.event-brush strong,
.event-brush span {
    display: block;
}

.event-brush strong {
    font-family: Melodrame, Georgia, serif;
    font-size: clamp(1.7rem, 3vw, 2.45rem);
    line-height: 1;
    font-weight: 400;
}

.event-brush div > span {
    font-size: 1.1rem;
    font-weight: 800;
    margin-top: .25rem;
}

.event-location {
    display: flex;
    gap: .85rem;
    align-items: center;
    color: var(--event-teal);
    margin: 1rem 0 1.7rem;
}

.event-location-pin {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 50% 50% 50% 0;
    transform: rotate(-45deg);
    color: #fff;
    background: var(--event-teal);
    font-size: .7rem;
}

.event-location-pin::first-letter { transform: rotate(45deg); }

.event-location strong,
.event-location span {
    display: block;
}

.event-location strong {
    font-size: 1.15rem;
}

.event-location div > span {
    font-family: Melodrame, Georgia, serif;
    font-size: 1.7rem;
    margin-top: -.15rem;
}

.event-hero-bottom {
    display: flex;
    align-items: center;
    gap: 1.1rem;
    margin: 1.2rem 0 1.8rem;
}

.event-price-seal {
    width: 185px;
    height: 185px;
    border-radius: 50%;
    display: grid;
    place-content: center;
    text-align: center;
    color: #fff;
    background: var(--event-sage);
    border: 3px solid rgba(255,255,255,.72);
    outline: 2px dashed var(--event-sage-dark);
    outline-offset: 5px;
    transform: rotate(-2deg);
    box-shadow: 0 18px 35px rgba(77, 138, 115, .22);
}

.event-price-seal strong {
    font-family: Melodrame, Georgia, serif;
    font-size: 3.7rem;
    line-height: .8;
    font-weight: 400;
}

.event-price-seal > span {
    font-family: Melodrame, Georgia, serif;
    font-size: 1.5rem;
}

.event-price-seal small {
    margin-top: .5rem;
    font-size: .72rem;
}

.event-capacity {
    display: flex;
    gap: .55rem;
    align-items: center;
    color: var(--event-teal);
    padding: .8rem 1rem;
    border-left: 3px solid rgba(0, 123, 134, .18);
}

.event-capacity strong {
    font-family: Melodrame, Georgia, serif;
    font-size: 3.8rem;
    line-height: 1;
    font-weight: 400;
}

.event-capacity span {
    font-weight: 800;
    line-height: 1.15;
}

.event-actions {
    display: flex;
    gap: .8rem;
    flex-wrap: wrap;
}

.event-btn-primary,
.event-btn-secondary {
    border-radius: 999px;
    padding: .95rem 1.5rem;
}

.event-btn-primary {
    background: var(--event-orange);
    color: #fff;
    box-shadow: 0 12px 26px rgba(207, 78, 31, .22);
}

.event-btn-primary:hover {
    background: var(--event-orange-dark);
    color: #fff;
    transform: translateY(-2px);
}

.event-btn-secondary {
    background: rgba(255,255,255,.68);
    color: var(--event-teal-dark);
    border: 2px solid rgba(0, 123, 134, .35);
}

.event-btn-secondary:hover {
    color: #fff;
    background: var(--event-teal);
}

.event-poster-wrap {
    position: relative;
    justify-self: center;
    width: min(100%, 500px);
}

.event-poster-glow {
    position: absolute;
    inset: 8% -9% -5% 8%;
    border-radius: 44% 56% 48% 52%;
    background: rgba(108, 164, 142, .22);
    filter: blur(2px);
    transform: rotate(4deg);
}

.event-poster {
    display: block;
    width: 100%;
    max-height: 710px;
    object-fit: contain;
    position: relative;
    border-radius: 24px;
    box-shadow: 0 30px 70px rgba(26, 94, 99, .2);
    transform: rotate(1.2deg);
}

.event-poster-note {
    position: absolute;
    right: -22px;
    bottom: 12%;
    z-index: 3;
    padding: .75rem 1rem;
    color: var(--event-teal);
    background: rgba(255, 253, 247, .9);
    box-shadow: 0 14px 28px rgba(0, 88, 96, .12);
    font-family: Melodrame, Georgia, serif;
    font-size: 1.45rem;
    line-height: 1;
    transform: rotate(-4deg);
}

.event-notice-wrap {
    max-width: 1200px;
    margin: -1.25rem auto 0;
    padding: 0 2rem;
    position: relative;
    z-index: 5;
}

.event-notice {
    display: flex;
    gap: .65rem;
    flex-wrap: wrap;
    padding: 1rem 1.2rem;
    border-radius: 18px;
    background: #fff;
    border: 1px solid rgba(0, 123, 134, .15);
    box-shadow: 0 12px 30px rgba(0,0,0,.08);
}

.event-notice-success { background: #EEF5F0; border-color: #7AAA91; }
.event-notice-error { background: #FFF3ED; border-color: #D98B66; }
.event-notice-info { background: #EFF7F7; border-color: #72ADB3; }

.event-intro {
    padding: 6rem 2rem 4.5rem;
    background: var(--event-paper);
}

.event-intro-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: clamp(2rem, 6vw, 6rem);
    align-items: end;
}

.event-intro h2,
.event-offer h2,
.event-form-intro h2 {
    font-family: Melodrame, Georgia, serif;
    font-weight: 400;
    line-height: .95;
}

.event-intro h2 {
    font-size: clamp(3rem, 5.5vw, 5rem);
    color: var(--event-orange);
    margin-top: .75rem;
}

.event-intro h2 em,
.event-form-intro h2 em {
    color: var(--event-teal);
    font-style: normal;
}

.event-intro-copy {
    border-left: 2px solid rgba(0, 123, 134, .18);
    padding-left: 2rem;
}

.event-intro-copy p {
    font-size: 1.06rem;
    line-height: 1.8;
    color: #496B6E;
}

.event-intro-copy p + p { margin-top: 1rem; }

.event-program {
    position: relative;
    padding: 5.5rem 2rem 6rem;
    background:
        radial-gradient(circle at 100% 10%, rgba(112, 168, 142, .15), transparent 22%),
        var(--event-cream);
}

.event-section-heading {
    max-width: 760px;
    margin-bottom: 3rem;
}

.event-section-heading > span {
    display: inline-block;
    font-family: Melodrame, Georgia, serif;
    color: var(--event-brown);
    font-size: 2.1rem;
    padding: .15rem .9rem;
    position: relative;
    isolation: isolate;
}

.event-section-heading > span::before {
    content: "";
    position: absolute;
    inset: -3px -12px;
    z-index: -1;
    background: rgba(244, 215, 184, .75);
    clip-path: polygon(0 18%, 97% 3%, 94% 94%, 6% 100%);
}

.event-section-heading h2 {
    margin: .8rem 0 .5rem;
    color: var(--event-teal);
    font-size: clamp(2.4rem, 4.5vw, 4.25rem);
}

.event-section-heading p {
    color: #5C777A;
    font-size: 1.03rem;
}

.event-program-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.event-program-card {
    display: grid;
    grid-template-columns: 42px 58px 1fr;
    gap: 1rem;
    align-items: center;
    padding: 1.4rem 1.35rem;
    border-radius: 22px;
    background: rgba(255,255,255,.78);
    border: 1px solid rgba(0, 123, 134, .09);
    box-shadow: 0 13px 32px rgba(21, 100, 107, .055);
}

.event-program-card:nth-child(odd) {
    transform: translateY(7px);
}

.event-program-number {
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .12em;
    color: rgba(0, 123, 134, .42);
}

.event-program-icon {
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    color: var(--event-orange);
    font-size: 1.75rem;
    border: 1px solid rgba(207, 78, 31, .18);
    border-radius: 18px;
    background: #FFF7EC;
}

.event-program-card h3 {
    color: var(--event-teal-dark);
    font-size: 1.05rem;
    margin-bottom: .2rem;
}

.event-program-card p {
    color: #557276;
    line-height: 1.48;
}

.event-highlight-band {
    padding: 3.2rem 2rem;
    color: #fff;
    background: linear-gradient(115deg, var(--event-teal-dark), var(--event-teal) 1%, var(--event-sage));
}

.event-highlight-band-inner {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 2rem;
    align-items: center;
}

.event-highlight-art,
.event-highlight-wellness {
    display: grid;
    gap: .35rem;
}

.event-highlight-art span,
.event-highlight-wellness span {
    color: #DDEFE8;
    text-transform: uppercase;
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .15em;
}

.event-highlight-art strong,
.event-highlight-wellness strong {
    font-family: Melodrame, Georgia, serif;
    font-size: clamp(1.7rem, 3vw, 2.6rem);
    font-weight: 400;
    line-height: 1.05;
}

.event-highlight-heart {
    font-family: Melodrame, Georgia, serif;
    font-size: 4rem;
    color: #F3C5A5;
}

.event-offer {
    padding: 6rem 2rem;
    background:
        radial-gradient(circle at 75% 30%, rgba(244, 215, 184, .45), transparent 24%),
        #FFF9EF;
}

.event-offer-grid {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: clamp(2rem, 7vw, 6rem);
    align-items: center;
}

.event-offer h2 {
    font-size: clamp(3rem, 5.3vw, 5rem);
    color: var(--event-teal);
    margin: .7rem 0 1rem;
}

.event-offer h2 strong {
    color: var(--event-orange);
    font-weight: 400;
}

.event-offer-copy > p {
    color: #557276;
    font-size: 1.03rem;
    line-height: 1.75;
}

.event-included-list {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .7rem 1.3rem;
    margin-top: 1.7rem;
}

.event-included-list li {
    position: relative;
    padding-left: 1.4rem;
    color: #356E73;
    font-weight: 700;
}

.event-included-list li::before {
    content: "♡";
    position: absolute;
    left: 0;
    color: var(--event-orange);
}

.event-offer-card {
    padding: 2.3rem;
    border-radius: 32px;
    text-align: center;
    background: linear-gradient(145deg, #F2E4CE, #EEF5F0);
    border: 1px solid rgba(0, 123, 134, .12);
    box-shadow: 0 24px 50px rgba(40, 95, 91, .12);
}

.event-offer-seal {
    width: 210px;
    height: 210px;
    margin: 0 auto 1.5rem;
    display: grid;
    place-content: center;
    border-radius: 50%;
    color: #fff;
    background: var(--event-sage);
    outline: 2px dashed #fff;
    outline-offset: -9px;
}

.event-offer-seal strong {
    font-family: Melodrame, Georgia, serif;
    font-size: 4.8rem;
    line-height: .8;
    font-weight: 400;
}

.event-offer-seal span {
    font-family: Melodrame, Georgia, serif;
    font-size: 1.55rem;
}

.event-offer-card p {
    color: var(--event-teal-dark);
    margin: .25rem 0;
}

.event-sea-note {
    font-family: Melodrame, Georgia, serif;
    font-size: 1.55rem;
    margin-bottom: 1.2rem !important;
}

.event-contact-strip {
    padding: 3.5rem 2rem;
    background: #E7F1EB;
}

.event-contact-strip-inner {
    display: grid;
    grid-template-columns: .7fr 1.3fr;
    gap: 2rem;
    align-items: center;
}

.event-contact-strip-inner > div:first-child {
    display: grid;
}

.event-script-small {
    font-size: 2.4rem;
    line-height: .9;
}

.event-contact-strip-inner > div:first-child > strong {
    color: var(--event-teal);
    font-size: 1.05rem;
    margin-top: .4rem;
}

.event-contact-items {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .65rem 1rem;
}

.event-contact-items a {
    color: var(--event-teal-dark);
    text-decoration: none;
    font-weight: 600;
}

.event-contact-items a:last-child {
    grid-column: 1 / -1;
}

.event-contact-items a span {
    display: inline-block;
    width: 1.6rem;
    color: var(--event-orange);
}

.event-registration {
    padding: 6rem 2rem;
    background:
        linear-gradient(rgba(255,248,233,.94), rgba(255,248,233,.94)),
        radial-gradient(circle at 12% 18%, rgba(108,164,142,.2), transparent 25%);
}

.event-form-layout {
    display: grid;
    grid-template-columns: .88fr 1.12fr;
    gap: clamp(2rem, 6vw, 5rem);
    align-items: start;
}

.event-form-intro {
    position: sticky;
    top: 110px;
}

.event-form-intro h2 {
    margin: .65rem 0 1rem;
    color: var(--event-orange);
    font-size: clamp(3.2rem, 5.8vw, 5.25rem);
}

.event-form-intro > p {
    color: #557276;
    line-height: 1.75;
}

.event-booking-summary {
    display: grid;
    gap: .1rem;
    margin-top: 1.5rem;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid rgba(0, 123, 134, .12);
    background: rgba(255,255,255,.65);
}

.event-booking-summary > div {
    display: grid;
    grid-template-columns: 88px 1fr;
    gap: .8rem;
    padding: .75rem 1rem;
    border-bottom: 1px solid rgba(0, 123, 134, .08);
}

.event-booking-summary > div:last-child { border-bottom: 0; }
.event-booking-summary span { color: #7A8F91; font-size: .82rem; }
.event-booking-summary strong { color: var(--event-teal-dark); }

.event-secure-box {
    display: flex;
    gap: .85rem;
    margin-top: 1.1rem;
    padding: 1rem;
    border-radius: 18px;
    background: rgba(232, 246, 240, .9);
    border: 1px solid rgba(0, 123, 134, .12);
}

.event-secure-box strong,
.event-secure-box small { display: block; }
.event-secure-box small { color: #607D80; margin-top: .2rem; }
.event-secure-icon { font-size: 1.3rem; }

.event-form {
    position: relative;
    padding: clamp(1.35rem, 3vw, 2.4rem);
    border-radius: 30px;
    background: rgba(255, 253, 247, .97);
    border: 1px solid rgba(0, 123, 134, .12);
    box-shadow: 0 26px 58px rgba(40, 95, 91, .13);
}

.event-form-price {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    margin: -2.4rem 0 1.8rem;
    padding: 1rem 1.2rem;
    color: #fff;
    border-radius: 20px;
    background: linear-gradient(115deg, var(--event-teal-dark), var(--event-teal) 1%, var(--event-sage));
    box-shadow: 0 12px 24px rgba(0, 123, 134, .18);
}

.event-form-price span { font-weight: 800; }
.event-form-price strong { font-family: Melodrame, Georgia, serif; font-size: 2.7rem; font-weight: 400; }
.event-form-price small { grid-column: 2; margin-top: -1rem; text-align: right; color: #DCEFE8; }

.event-form fieldset {
    border: 0;
    padding: 0;
    margin: 0 0 1.8rem;
}

.event-form legend {
    width: 100%;
    margin-bottom: 1rem;
    padding-bottom: .65rem;
    border-bottom: 1px solid rgba(0, 123, 134, .11);
    color: var(--event-teal-dark);
    font-size: 1.08rem;
    font-weight: 800;
}

.event-form label:not(.event-consent) {
    display: block;
    margin-bottom: .35rem;
    color: #356E73;
    font-size: .87rem;
    font-weight: 700;
}

.event-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.event-form .form-input {
    border-color: rgba(0, 123, 134, .18);
    background: #fff;
}

.event-form .form-input:focus {
    border-color: var(--event-teal);
    box-shadow: 0 0 0 3px rgba(0, 123, 134, .08);
}

.event-couple-note {
    display: flex;
    gap: .8rem;
    align-items: flex-start;
    margin: .5rem 0 1.4rem;
    padding: .9rem 1rem;
    border-radius: 17px;
    background: #FCF0E3;
    color: #7A5D47;
}

.event-couple-note > span {
    color: var(--event-orange);
    font-size: 1.6rem;
    line-height: 1;
}

.event-couple-note p { line-height: 1.5; }

.event-consent {
    display: flex;
    gap: .7rem;
    align-items: flex-start;
    color: #557276;
    font-size: .9rem;
    line-height: 1.5;
}

.event-consent input {
    margin-top: .25rem;
    accent-color: var(--event-teal);
}

.event-consent a {
    color: var(--event-orange-dark);
    font-weight: 700;
}

.event-form-total {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1.1rem;
    align-items: center;
    margin-top: 1.5rem;
    padding-top: 1.4rem;
    border-top: 1px solid rgba(0, 123, 134, .12);
}

.event-form-total small,
.event-form-total strong { display: block; }
.event-form-total small { color: #789093; }
.event-form-total strong { color: var(--event-orange); font-family: Melodrame, Georgia, serif; font-size: 2.6rem; font-weight: 400; line-height: 1; }

.event-pay-button {
    min-height: 54px;
    background: var(--event-orange);
    color: #fff;
}

.event-pay-button:hover { background: var(--event-orange-dark); }
.event-pay-button:disabled { opacity: .65; cursor: wait; }

.event-payment-note {
    margin-top: .75rem;
    color: #7A8F91;
    font-size: .76rem;
    line-height: 1.5;
}

.event-faq {
    padding: 5.5rem 2rem 6rem;
    background: #FFF9EF;
}

.event-section-heading-center {
    text-align: center;
    margin: 0 auto 2.5rem;
}

.event-faq-grid {
    max-width: 880px;
    margin: 0 auto;
    display: grid;
    gap: .8rem;
}

.event-faq details {
    padding: 1rem 1.2rem;
    border-radius: 18px;
    background: #fff;
    border: 1px solid rgba(0, 123, 134, .12);
}

.event-faq summary {
    cursor: pointer;
    color: var(--event-teal-dark);
    font-weight: 800;
}

.event-faq details p {
    padding-top: .8rem;
    color: #60797C;
    line-height: 1.65;
}

.event-footer {
    background: linear-gradient(180deg, #117582, #0B5E68) !important;
}

@media (max-width: 980px) {
    .event-hero-inner,
    .event-intro-grid,
    .event-offer-grid,
    .event-form-layout {
        grid-template-columns: 1fr;
    }

    .event-hero-copy { max-width: 760px; margin: 0 auto; }
    .event-poster-wrap { width: min(76vw, 520px); margin: 1rem auto 0; }
    .event-intro-copy { border-left: 0; padding-left: 0; }
    .event-form-intro { position: static; }
    .event-contact-strip-inner { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
    .event-hero,
    .event-intro,
    .event-program,
    .event-highlight-band,
    .event-offer,
    .event-contact-strip,
    .event-registration,
    .event-faq {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .event-hero {
        padding-top: 7.2rem;
        min-height: auto;
    }

    .event-hero-copy { text-align: center; }
    .event-hero-copy h1 { text-align: center; font-size: clamp(4rem, 20vw, 6rem); }
    .event-script { font-size: clamp(2rem, 11vw, 3rem); }
    .event-brush { margin-left: auto; margin-right: auto; }
    .event-location { justify-content: center; }
    .event-hero-bottom { justify-content: center; flex-wrap: wrap; }
    .event-actions { justify-content: center; }
    .event-poster-note { right: -4px; font-size: 1.15rem; }

    .event-program-grid,
    .event-highlight-band-inner,
    .event-included-list,
    .event-contact-items,
    .event-form-row {
        grid-template-columns: 1fr;
    }

    .event-program-card:nth-child(odd) { transform: none; }
    .event-highlight-heart { display: none; }
    .event-contact-items a:last-child { grid-column: auto; }

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

    .event-form-total > div {
        display: flex;
        justify-content: space-between;
        align-items: end;
    }
}

@media (max-width: 480px) {
    .event-price-seal {
        width: 155px;
        height: 155px;
    }

    .event-price-seal strong { font-size: 3.1rem; }
    .event-price-seal > span { font-size: 1.2rem; }
    .event-capacity strong { font-size: 3.2rem; }
    .event-program-card { grid-template-columns: 40px 1fr; }
    .event-program-icon { display: none; }
    .event-offer-seal { width: 180px; height: 180px; }
    .event-offer-seal strong { font-size: 4.1rem; }
    .event-form-price { margin-top: -2rem; }
}


/* Disponibilités en temps réel */
.event-live-availability {
    display: inline-flex;
    align-items: center;
    gap: .65rem;
    margin: 1rem 0 1.15rem;
    padding: .75rem 1rem;
    border: 1px solid rgba(90, 146, 121, .24);
    border-radius: 999px;
    color: var(--event-sage-dark);
    background: rgba(90, 146, 121, .10);
    font-size: .94rem;
}

.event-live-dot {
    width: .68rem;
    height: .68rem;
    flex: 0 0 .68rem;
    border-radius: 50%;
    background: var(--event-sage);
    box-shadow: 0 0 0 5px rgba(90, 146, 121, .13);
}

.event-live-availability.is-sold-out {
    color: var(--event-orange-dark);
    border-color: rgba(193, 89, 41, .22);
    background: rgba(193, 89, 41, .08);
}

.event-live-availability.is-sold-out .event-live-dot {
    background: var(--event-orange);
    box-shadow: 0 0 0 5px rgba(193, 89, 41, .12);
}

.event-capacity.is-sold-out strong,
.event-capacity.is-sold-out span {
    color: var(--event-orange);
}

.event-pay-button:disabled {
    cursor: not-allowed;
    opacity: .58;
    transform: none !important;
    box-shadow: none;
}
