.suniva-event-detail {
    background:
        radial-gradient(
            circle at 12% 8%,
            rgba(245, 211, 133, 0.18),
            transparent 32%
        ),
        linear-gradient(
            180deg,
            #fffdf9 0%,
            #ffffff 42%,
            #f8fbff 100%
        );
}

.suniva-event-detail-wrap {
    width: min(100% - 40px, 1040px);
    margin: 0 auto;
    padding: 44px 0 100px;
}

.suniva-event-back {
    display: inline-flex;
    align-items: center;
    margin-bottom: 24px;
    color: #6d6254;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition:
        color 0.2s ease,
        transform 0.2s ease;
}

.suniva-event-back:hover {
    color: #b5852c;
    text-decoration: none;
    transform: translateX(-3px);
}

.suniva-event-message {
    margin-bottom: 18px;
    padding: 16px 20px;
    border-radius: 14px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.7;
}

.suniva-event-message.is-success {
    color: #236a43;
    background: #effaf3;
    border: 1px solid #ccebd8;
}

.suniva-event-message.is-error {
    color: #9b3535;
    background: #fff1f1;
    border: 1px solid #f1cccc;
}

.suniva-event-card {
    overflow: hidden;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(205, 171, 101, 0.24);
    border-radius: 32px;
    box-shadow:
        0 26px 70px rgba(45, 38, 28, 0.08),
        0 3px 12px rgba(45, 38, 28, 0.04);
}

.suniva-event-visual {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    background: #f3eee5;
}

.suniva-event-visual::after {
    position: absolute;
    inset: auto 0 0;
    height: 34%;
    content: "";
    background: linear-gradient(
        180deg,
        transparent,
        rgba(18, 16, 13, 0.14)
    );
}

.suniva-event-visual img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.suniva-event-alerts {
    margin: 0 0 32px;
    padding: 24px;
    color: #713f12;
    background: linear-gradient(145deg, #fff9e8, #fff3cd);
    border: 1px solid #e7c46d;
    border-radius: 20px;
}
.suniva-event-section-kicker { margin: 0 0 6px; color: #b78b38; font-size: 11px; font-weight: 900; letter-spacing: .16em; }
.suniva-event-alerts h2, .suniva-event-board h2 { margin: 0 0 14px; color: #253b36; font-size: 25px; }
.suniva-event-alerts article { padding: 14px 0; border-top: 1px solid rgba(181,133,44,.22); }
.suniva-event-alerts article:first-of-type { border-top: 0; }
.suniva-event-alerts strong, .suniva-event-alerts small { display: block; line-height: 1.7; }
.suniva-event-alerts small { margin-top: 6px; color: #8b6b35; font-size: 12px; }

.suniva-event-attendance-button,
.suniva-event-qr-button {
    display: flex; align-items: center; justify-content: center; width: 100%; min-height: 62px;
    margin-top: 14px; padding: 14px 20px; border-radius: 999px; font-size: 17px; font-weight: 900; text-decoration: none;
}
.suniva-event-attendance-button { color: #fff; background: #2e6955; box-shadow: 0 10px 26px rgba(46,105,85,.2); }
.suniva-event-qr-button { color: #2e6955; background: #fff; border: 1px solid #9cc9b6; }
.suniva-event-attendance-button:hover { color: #fff; background: #245743; text-decoration: none; }
.suniva-event-qr-button:hover { color: #245743; background: #f3fbf7; text-decoration: none; }

.suniva-event-board { margin-top: 44px; padding: 28px; background: #fcfbf7; border: 1px solid #e9e2d6; border-radius: 24px; }
.suniva-event-board-lead { margin: 0 0 22px; color: #69756f; line-height: 1.8; }
.suniva-event-board-form { padding: 20px; background: #fff; border: 1px solid #e8e5df; border-radius: 18px; }
.suniva-event-board-form label > span { display: block; margin-bottom: 7px; color: #52625c; font-size: 13px; font-weight: 800; }
.suniva-event-board-form textarea { width: 100%; min-height: 120px; padding: 14px; border: 1px solid #cfd8d3; border-radius: 14px; font-size: 16px; line-height: 1.7; resize: vertical; }
.suniva-event-board-important { display: flex; gap: 9px; align-items: center; margin-bottom: 15px; padding: 12px 14px; color: #76520f; background: #fff8dd; border-radius: 12px; font-weight: 800; }
.suniva-event-board-photo { display: block; margin-top: 14px; }
.suniva-event-board-photo input { max-width: 100%; }
.suniva-event-board-form > button { width: 100%; min-height: 54px; margin-top: 18px; color: #fff; background: #2e6955; border: 0; border-radius: 999px; font-size: 16px; font-weight: 900; cursor: pointer; }
.suniva-event-board-list { display: grid; gap: 14px; margin-top: 22px; }
.suniva-event-board-post { padding: 20px; background: #fff; border: 1px solid #e7e3dc; border-radius: 18px; }
.suniva-event-board-post.is-notice { background: #fff9e9; border-color: #dfbe6b; }
.suniva-event-board-post header { display: flex; justify-content: space-between; gap: 14px; }
.suniva-event-board-post header b { display: inline-block; margin-right: 8px; padding: 4px 8px; color: #7d560a; background: #f7d986; border-radius: 999px; font-size: 11px; }
.suniva-event-board-post header strong { color: #31463e; }
.suniva-event-board-post time { flex: 0 0 auto; color: #8d9691; font-size: 12px; }
.suniva-event-board-post > p { margin: 14px 0 0; color: #46534e; line-height: 1.8; }
.suniva-event-board-post > img { display: block; width: 100%; max-height: 520px; margin-top: 14px; object-fit: cover; border-radius: 14px; }
.suniva-event-board-hide { margin-top: 12px; padding: 5px 0; color: #9a6c65; background: transparent; border: 0; font-size: 12px; cursor: pointer; }
.suniva-event-board-empty { padding: 24px; color: #77817d; text-align: center; background: #fff; border-radius: 16px; }

@media (max-width: 767px) {
    .suniva-event-board { margin-top: 30px; padding: 20px 16px; }
    .suniva-event-board-form { padding: 16px; }
    .suniva-event-board-post header { display: block; }
    .suniva-event-board-post time { display: block; margin-top: 6px; }
}

.suniva-event-content {
    padding: 52px 58px 58px;
}

.suniva-event-kicker {
    margin: 0 0 14px;
    color: #b78b38;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.18em;
}

.suniva-event-title {
    margin: 0 0 30px;
    color: #1d1d1f;
    font-size: clamp(29px, 4vw, 43px);
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: -0.03em;
}

.suniva-event-meta {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    overflow: hidden;
    margin-bottom: 34px;
    background: #eee8de;
    border: 1px solid #eee8de;
    border-radius: 18px;
}

.suniva-event-meta > div {
    min-width: 0;
    padding: 18px 20px;
    background: #fffdfa;
}

.suniva-event-meta span,
.suniva-event-info-item span,
.suniva-event-detail-row span,
.suniva-event-venue > span,
.suniva-event-online > span {
    display: block;
    margin-bottom: 6px;
    color: #9a7a42;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.04em;
}

.suniva-event-meta strong {
    display: block;
    overflow-wrap: anywhere;
    color: #35312c;
    font-size: 15px;
    line-height: 1.55;
}

.suniva-event-description {
    margin-bottom: 36px;
    color: #4c4945;
    font-size: 16px;
    line-height: 2;
}

.suniva-event-story{margin:44px 0}.suniva-event-story__lead{font-size:clamp(18px,2vw,24px);line-height:1.9;color:#294d43;border-left:4px solid #c89a38;padding-left:22px}.suniva-event-story__block{margin:42px 0}.suniva-event-story__block figure{margin:0 0 22px}.suniva-event-story__block img{display:block;width:100%;max-height:620px;object-fit:cover;border-radius:26px}.suniva-event-story__block figcaption{margin-top:8px;color:#7b8580;font-size:13px}.suniva-event-story__block h2{font-size:clamp(24px,3vw,36px);color:#173f35}.suniva-event-story__block p,.suniva-event-story__guides p{line-height:1.9}.suniva-event-story__guides{display:grid;grid-template-columns:1fr 1fr;gap:18px}.suniva-event-story__guides article{padding:26px;border-radius:22px;background:#fbf7ed}.suniva-event-story__guides span{color:#b98728;font-size:12px;font-weight:800;letter-spacing:.12em}.suniva-event-story__guides h2{font-size:21px;margin:7px 0 12px}@media(max-width:700px){.suniva-event-story__guides{grid-template-columns:1fr}}

.suniva-event-info {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    margin-bottom: 34px;
}

.suniva-event-info-item {
    padding: 22px 24px;
    background: linear-gradient(
        145deg,
        #fffcf5 0%,
        #fff7e8 100%
    );
    border: 1px solid rgba(205, 171, 101, 0.26);
    border-radius: 18px;
}

.suniva-event-info-item strong {
    display: block;
    margin-bottom: 5px;
    color: #5d4520;
    font-size: 23px;
    line-height: 1.4;
}

.suniva-event-info-item small {
    display: block;
    color: #817664;
    font-size: 12px;
    line-height: 1.6;
}

.suniva-event-detail-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    padding: 19px 0;
    border-top: 1px solid #eeeae4;
}

.suniva-event-detail-row span {
    flex: 0 0 80px;
    margin: 2px 0 0;
}

.suniva-event-detail-row strong {
    color: #403b35;
    line-height: 1.7;
    text-align: right;
}

.suniva-event-venue,
.suniva-event-online {
    margin-top: 20px;
    padding: 24px;
    background: #f8faff;
    border: 1px solid #e7ebf3;
    border-radius: 18px;
}

.suniva-event-venue strong {
    display: block;
    margin-bottom: 5px;
    color: #2d3541;
    font-size: 17px;
}

.suniva-event-venue p {
    margin: 0;
    color: #606a78;
    line-height: 1.7;
}

.suniva-event-map-link,
.suniva-event-online a {
    display: inline-flex;
    align-items: center;
    margin-top: 14px;
    color: #2866b1;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}

.suniva-event-map-link:hover,
.suniva-event-online a:hover {
    text-decoration: underline;
}

.suniva-event-map-frame {
    overflow: hidden;
    margin-top: 18px;
    aspect-ratio: 16 / 7;
    background: #eef2f6;
    border-radius: 16px;
}

.suniva-event-map-frame iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.suniva-event-guest-entry {
    margin: 0 0 20px;
    padding: 18px 20px;
    background: #fffaf0;
    border: 1px solid #ead8b8;
    border-radius: 18px;
}

.suniva-event-guest-entry summary {
    color: #5d4520;
    font-size: 15px;
    font-weight: 800;
    cursor: pointer;
}

.suniva-event-guest-entry > p,
.suniva-event-guest-entry > small {
    display: block;
    margin: 14px 0;
    color: #746851;
    font-size: 13px;
    line-height: 1.7;
}

.suniva-event-guest-entry label {
    display: block;
    margin-top: 12px;
}

.suniva-event-guest-entry label span {
    display: block;
    margin-bottom: 6px;
    color: #6b5c43;
    font-size: 12px;
    font-weight: 700;
}

.suniva-event-guest-entry input {
    width: 100%;
    min-height: 52px;
    padding: 12px 15px;
    background: #fff;
    border: 1px solid #dcd5ca;
    border-radius: 13px;
    font-size: 16px;
}

.suniva-event-guest-summary {
    margin-top: 16px;
    padding: 18px 20px;
    background: #fffaf0;
    border: 1px solid #ead8b8;
    border-radius: 18px;
}

.suniva-event-guest-summary > span {
    display: block;
    margin-bottom: 10px;
    color: #9a7a42;
    font-size: 12px;
    font-weight: 800;
}

.suniva-event-guest-row {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 8px 0;
    border-top: 1px solid #eee2ce;
}

.suniva-event-guest-row > div {
    min-width: 0;
}

.suniva-event-guest-row form {
    flex: 0 0 auto;
}

.suniva-event-guest-cancel {
    padding: 7px 12px;
    color: #9b4b42;
    background: #fff;
    border: 1px solid #e8c5c1;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    cursor: pointer;
}

.suniva-event-guest-entry-after {
    margin-top: 16px;
}

.suniva-event-guest-add-button {
    width: 100%;
    min-height: 52px;
    margin-top: 18px;
    color: #fff;
    background: #2f9b69;
    border: 0;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 800;
    cursor: pointer;
}

.suniva-event-guest-row small {
    color: #2c7a4b;
    font-weight: 700;
}

.suniva-event-action {
    margin-top: 40px;
}

.suniva-event-action form {
    margin: 0;
}

.suniva-event-join-button,
.suniva-event-secondary-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 64px;
    padding: 15px 26px;
    border-radius: 999px;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.4;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        opacity 0.2s ease;
}

.suniva-event-join-button {
    color: #ffffff !important;
    background: linear-gradient(
        135deg,
        #d4a94f 0%,
        #b68129 52%,
        #8d621e 100%
    );
    border: 0;
    box-shadow: 0 14px 32px rgba(161, 113, 30, 0.25);
    appearance: none;
}

.suniva-event-join-button:hover {
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 18px 38px rgba(161, 113, 30, 0.3);
}

.suniva-event-secondary-button {
    margin-top: 14px;
    color: #665133 !important;
    background: #fffaf0;
    border: 1px solid #e4cfaa;
}

.suniva-event-secondary-button:hover {
    color: #665133 !important;
    transform: translateY(-1px);
}

.suniva-event-applied {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px 22px;
    color: #245e40;
    background: #f0faf4;
    border: 1px solid #cce8d7;
    border-radius: 18px;
}

.suniva-event-applied-icon {
    display: flex;
    flex: 0 0 42px;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    color: #ffffff;
    background: #3c9b64;
    border-radius: 50%;
    font-size: 20px;
    font-weight: 900;
}

.suniva-event-applied strong {
    display: block;
    margin-bottom: 3px;
    font-size: 16px;
}

.suniva-event-applied p {
    margin: 0;
    color: #5e7769;
    font-size: 13px;
    line-height: 1.6;
}

.suniva-event-unavailable {
    padding: 20px;
    color: #736b61;
    background: #f3f1ed;
    border: 1px solid #e4e0d9;
    border-radius: 18px;
    font-weight: 800;
    text-align: center;
}

.suniva-event-safety {
    margin-top: 26px;
    padding: 20px 22px;
    color: #766844;
    background: #fffaf0;
    border: 1px solid #eee0bd;
    border-radius: 16px;
}

.suniva-event-safety strong {
    display: block;
    margin-bottom: 8px;
    color: #6b5524;
    font-size: 14px;
}

.suniva-event-safety p {
    margin: 5px 0 0;
    font-size: 12px;
    line-height: 1.75;
}

@media (max-width: 767px) {
    .suniva-event-detail-wrap {
        width: min(100% - 24px, 1040px);
        padding: 26px 0 78px;
    }

    .suniva-event-back {
        margin-bottom: 17px;
        font-size: 13px;
    }

    .suniva-event-card {
        border-radius: 24px;
    }

    .suniva-event-content {
        padding: 30px 20px 34px;
    }

    .suniva-event-kicker {
        font-size: 10px;
    }

    .suniva-event-title {
        margin-bottom: 23px;
        font-size: 27px;
    }

    .suniva-event-map-frame {
        aspect-ratio: 4 / 3;
    }

    .suniva-event-guest-row {
        flex-direction: column;
        gap: 2px;
    }

    .suniva-event-meta {
        grid-template-columns: 1fr;
        margin-bottom: 27px;
    }

    .suniva-event-meta > div {
        padding: 15px 17px;
    }

    .suniva-event-description {
        margin-bottom: 28px;
        font-size: 15px;
        line-height: 1.9;
    }

    .suniva-event-info {
        grid-template-columns: 1fr;
        gap: 12px;
        margin-bottom: 28px;
    }

    .suniva-event-info-item {
        padding: 18px;
    }

    .suniva-event-info-item strong {
        font-size: 21px;
    }

    .suniva-event-detail-row {
        display: block;
    }

    .suniva-event-detail-row strong {
        display: block;
        text-align: left;
    }

    .suniva-event-venue,
    .suniva-event-online {
        padding: 19px;
    }

    .suniva-event-action {
        margin-top: 30px;
    }

    .suniva-event-join-button,
    .suniva-event-secondary-button {
        min-height: 60px;
        padding: 14px 20px;
        font-size: 16px;
    }

    .suniva-event-applied {
        align-items: flex-start;
        padding: 18px;
    }

    .suniva-event-safety {
        padding: 18px;
    }
}
.suniva-event-guest-pass-tools{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:10px}.suniva-event-guest-pass-tools img{border:1px solid #ddd;border-radius:8px}.suniva-event-guest-pass-tools a,.suniva-event-guest-resend{color:#278f67;font-weight:700;background:none;border:0;padding:6px;cursor:pointer}.suniva-event-guest-entry input[type="email"]{display:block;width:100%;margin-top:8px}
.suniva-event-memories{margin:54px 0}.suniva-event-memories>h2{font-size:clamp(28px,4vw,44px);color:#173f35;margin:8px 0}.suniva-event-memories__intro{color:#71817b}.suniva-event-memories__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin-top:26px}.suniva-event-memories__grid article{overflow:hidden;border-radius:22px;background:#fbf8f1}.suniva-event-memories__grid img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover}.suniva-event-memories__grid article div{padding:18px}.suniva-event-memories__grid p{line-height:1.8;margin:0 0 10px}.suniva-event-history{margin-top:38px}.suniva-event-history h3{font-size:24px;color:#173f35}.suniva-event-history a{display:grid;grid-template-columns:150px 1fr;gap:18px;align-items:center;margin:12px 0;padding:12px;border:1px solid #eadfc9;border-radius:18px;color:inherit;text-decoration:none}.suniva-event-history img{width:150px;aspect-ratio:16/9;object-fit:cover;border-radius:12px}.suniva-event-history span,.suniva-event-history small{display:block;color:#75837e;margin-top:5px}@media(max-width:700px){.suniva-event-memories__grid{grid-template-columns:1fr}.suniva-event-history a{grid-template-columns:110px 1fr}.suniva-event-history img{width:110px}}
.suniva-event-memories>summary{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:22px 26px;border:1px solid #e6d9be;border-radius:20px;background:linear-gradient(135deg,#fffaf0,#f3f8f6);cursor:pointer;list-style:none}.suniva-event-memories>summary::-webkit-details-marker{display:none}.suniva-event-memories>summary span small,.suniva-event-memories>summary span strong{display:block}.suniva-event-memories>summary small{color:#b98728;font-size:10px;font-weight:800;letter-spacing:.15em}.suniva-event-memories>summary strong{margin-top:5px;color:#173f35;font-size:19px}.suniva-event-memories>summary b{color:#65766f;font-size:12px}.suniva-event-memories>summary:after{content:'＋';color:#b98728;font-size:25px}.suniva-event-memories[open]>summary:after{content:'−'}.suniva-event-memories__body{padding:28px 8px 0}

/* Event x Portal Experience V1 */
.suniva-event-portal{display:flex;align-items:center;gap:16px;margin:0 0 32px;padding:14px 18px 14px 14px;color:#17312b!important;background:linear-gradient(135deg,#fffdf7,#f5fbf8);border:1px solid #ead4a7;border-radius:22px;box-shadow:0 14px 34px rgba(32,67,55,.1);text-decoration:none!important;animation:suniva-event-float 4s ease-in-out infinite}.suniva-event-portal img{width:76px;height:76px;flex:0 0 76px;object-fit:cover;border-radius:17px}.suniva-event-portal span{display:grid;gap:3px}.suniva-event-portal small{color:#a87521;font-size:11px;font-weight:900;letter-spacing:.08em}.suniva-event-portal strong{font-size:19px;line-height:1.35}.suniva-event-portal em{color:#2e6955;font-size:13px;font-style:normal;font-weight:800}@keyframes suniva-event-float{0%,100%{transform:translateY(0)}50%{transform:translateY(-7px)}}@media(prefers-reduced-motion:reduce){.suniva-event-portal{animation:none}}@media(max-width:640px){.suniva-event-portal{gap:12px;padding:12px}.suniva-event-portal img{width:58px;height:58px;flex-basis:58px}.suniva-event-portal strong{font-size:16px}}
