:root{
  --brand:#1d184b;--brand-strong:#141136;--accent:#1f9d59;--accent-strong:#117a42;
  --accent-soft:#eaf7ef;--accent-line:#caead7;--coral:#ef5a58;--ink:#17162d;
  --muted:#67657d;--muted-2:#9492a5;--line:#e6e5ee;--line-soft:#f0eff5;
  --surface:#fff;--canvas:#f7f7fb;--shadow:0 18px 52px rgba(24,23,52,.09);
  --shadow-soft:0 8px 28px rgba(24,23,52,.065);--radius-xl:28px;--radius-lg:20px;
  --radius-md:14px;--max:1180px;--safe:env(safe-area-inset-bottom,0px)
}
body[data-brand="volunfun"]{
  --brand:#111;--brand-strong:#000;--accent:#171717;--accent-strong:#000;
  --accent-soft:#f1f1f1;--accent-line:#dedede;--coral:#111;--ink:#151515;
  --muted:#676767;--muted-2:#969696;--line:#e3e3e3;--line-soft:#f0f0f0;
  --canvas:#f6f6f6;--shadow:0 18px 52px rgba(0,0,0,.08);--shadow-soft:0 8px 28px rgba(0,0,0,.055)
}
*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--canvas)}body{
  margin:0;min-height:100vh;background:radial-gradient(circle at 12% -5%,rgba(31,157,89,.075),transparent 33rem),var(--canvas);
  color:var(--ink);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  -webkit-font-smoothing:antialiased
}
body[data-brand="volunfun"]{background:radial-gradient(circle at 12% -5%,rgba(0,0,0,.045),transparent 33rem),var(--canvas)}
button,input,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}

.site-header{position:sticky;top:0;z-index:50;border-bottom:1px solid rgba(230,229,238,.80);background:rgba(247,247,251,.90);backdrop-filter:blur(18px)}body[data-brand="volunfun"] .site-header{background:rgba(246,246,246,.91)}
.header-inner{max-width:var(--max);min-height:76px;margin:0 auto;padding:0 28px;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand-lockup{display:inline-flex;align-items:center;gap:12px;text-decoration:none;user-select:none}.soco-wordmark{color:var(--brand);font-size:23px;font-weight:950;line-height:.72;letter-spacing:-.085em}.soco-wordmark span{display:block}.soco-wordmark i{display:inline-block;width:5px;height:5px;margin-left:2px;border-radius:50%;background:var(--coral);vertical-align:top}.volunfun-wordmark{display:none;align-items:center;gap:9px;color:#111;font-size:23px;font-weight:900;letter-spacing:-.045em}.volunfun-mark{width:29px;height:29px;border-radius:50%;display:grid;place-items:center;background:#111;color:#fff;font-size:13px;font-weight:950}body[data-brand="volunfun"] .soco-wordmark{display:none}body[data-brand="volunfun"] .volunfun-wordmark{display:flex}.nav-links{display:flex;align-items:center;gap:28px}.nav-links a,.nav-links button{border:0;background:none;text-decoration:none;color:var(--muted);font-size:14px;font-weight:700;cursor:pointer;padding:9px 0}.nav-links a.active{color:var(--ink)}.nav-links a.active::after{content:"";display:block;height:2px;margin-top:6px;border-radius:4px;background:var(--accent)}

.hero{padding:58px 28px 26px}.hero-inner{max-width:var(--max);min-height:286px;margin:0 auto;padding:48px 52px;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(330px,.92fr);align-items:center;gap:48px;position:relative;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius-xl);background:linear-gradient(110deg,rgba(255,255,255,.98),rgba(255,255,255,.91));box-shadow:var(--shadow-soft)}body[data-brand="volunfun"] .hero-inner{background:linear-gradient(110deg,#fff,#f3f3f3)}.hero-copy{position:relative;z-index:2}.hero h1{max-width:710px;margin:0;color:var(--brand-strong);font-size:clamp(40px,5vw,63px);line-height:1.02;letter-spacing:-.058em}.hero p{max-width:650px;margin:20px 0 0;color:var(--muted);font-size:17px;line-height:1.72}.hero-art{min-height:220px;position:relative}.art-orbit{position:absolute;inset:0;display:grid;place-items:center}.art-circle{width:230px;height:230px;border:1px solid var(--accent-line);border-radius:50%;background:linear-gradient(145deg,var(--accent-soft),#fff);box-shadow:0 22px 70px rgba(31,157,89,.10);position:relative}body[data-brand="volunfun"] .art-circle{box-shadow:0 22px 70px rgba(0,0,0,.08)}.person{position:absolute;bottom:24px;width:74px;height:118px}.person::before{content:"";position:absolute;top:0;left:21px;width:34px;height:34px;border:5px solid rgba(255,255,255,.86);border-radius:50%;background:#e9b88d}.person::after{content:"";position:absolute;bottom:0;left:7px;width:60px;height:78px;border-radius:34px 34px 18px 18px;background:var(--accent)}.person.one{left:35px;transform:rotate(-5deg)}.person.two{left:79px;bottom:34px;transform:scale(1.1)}.person.three{right:35px;transform:rotate(5deg)}.person.two::after{background:var(--brand)}.person.three::after{background:var(--coral)}.heart{position:absolute;left:50%;top:50%;z-index:4;transform:translate(-50%,-30%);color:var(--coral);font-size:42px}.leaf{position:absolute;width:32px;height:18px;border-radius:100% 0 100% 0;background:var(--accent);opacity:.24}.leaf.l1{top:24px;left:28px;transform:rotate(-28deg)}.leaf.l2{top:48px;right:18px;transform:rotate(34deg)}.leaf.l3{right:26px;bottom:24px;transform:rotate(-20deg)}body[data-brand="volunfun"] .person::after,body[data-brand="volunfun"] .person.two::after,body[data-brand="volunfun"] .person.three::after{background:#353535}body[data-brand="volunfun"] .heart{color:#222}

.catalog{max-width:var(--max);margin:0 auto;padding:0 28px 86px}.search-shell{position:sticky;top:90px;z-index:30;margin-top:-51px;padding:14px;border:1px solid rgba(229,228,237,.94);border-radius:20px;background:rgba(255,255,255,.94);box-shadow:0 18px 44px rgba(22,21,48,.10);backdrop-filter:blur(16px)}.search-main{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px}.search-field{position:relative}.search-field svg{position:absolute;left:16px;top:50%;width:20px;height:20px;transform:translateY(-50%);color:var(--muted-2)}.search-field input{width:100%;height:52px;border:1px solid var(--line);border-radius:13px;background:#fff;color:var(--ink);outline:none;padding:0 46px;font-size:15px}.search-field input:focus{border-color:var(--accent);box-shadow:0 0 0 4px var(--accent-soft)}.clear-search{display:none;position:absolute;right:8px;top:50%;width:36px;height:36px;transform:translateY(-50%);border:0;border-radius:50%;background:transparent;color:var(--muted-2);cursor:pointer;font-size:19px}.clear-search.visible{display:block}.search-button{min-width:132px;height:52px;border:0;border-radius:13px;background:var(--accent);color:#fff;font-weight:850;cursor:pointer;padding:0 22px}.search-button:hover{background:var(--accent-strong)}.filter-row{display:flex;align-items:center;gap:8px;margin-top:11px;overflow:auto;scrollbar-width:none}.filter-row::-webkit-scrollbar{display:none}.filter-chip{flex:none;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--muted);padding:8px 13px;font-size:12px;font-weight:780;cursor:pointer;white-space:nowrap}.filter-chip.active{border-color:var(--accent);background:var(--accent);color:#fff}.sort-wrap{margin-left:auto;flex:none}.sort-wrap select{border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--muted);outline:none;padding:8px 34px 8px 13px;font-size:12px;font-weight:720}

.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin:48px 0 18px}.section-head h2{margin:0;color:var(--brand-strong);font-size:26px;letter-spacing:-.035em}.section-head p{margin:5px 0 0;color:var(--muted);font-size:14px}.result-count{color:var(--muted-2);font-size:13px;font-weight:670}.event-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.event-card{min-width:0;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface);box-shadow:0 8px 24px rgba(25,25,55,.045);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.event-card:hover{transform:translateY(-3px);border-color:var(--accent-line);box-shadow:var(--shadow-soft)}.event-card.featured{grid-column:span 2;display:grid;grid-template-columns:minmax(280px,.86fr) minmax(320px,1.14fr)}.poster{position:relative;aspect-ratio:1/1;min-height:0;overflow:hidden;background:#e9e9ef;isolation:isolate}.featured .poster{aspect-ratio:auto;min-height:390px}.poster::before,.poster::after{content:"";position:absolute;z-index:-1}.poster.vol19{color:#fff;background:linear-gradient(145deg,#25a74e,#0d883f)}.poster.vol19::before{width:280px;height:280px;border-radius:50%;right:-100px;top:-90px;background:rgba(255,255,255,.08)}.poster.vol19::after{width:190px;height:190px;left:-80px;bottom:-90px;border:3px solid rgba(255,255,255,.12);border-radius:50%}.poster.craft{color:#2b1c37;background:radial-gradient(circle at 74% 32%,#f4bfca 0 12%,transparent 13%),linear-gradient(145deg,#f5eee9,#edd8df)}.poster.craft::before{width:145px;height:145px;left:50%;top:50%;transform:translate(-50%,-42%) rotate(18deg);border-radius:42% 58% 58% 42%;background:#ce829a}.poster.craft::after{width:85px;height:85px;left:50%;top:50%;transform:translate(-30%,-72%);border-radius:50%;background:#f4d5df}.poster.choco{color:#fff;background:linear-gradient(145deg,#6f4933,#2e211a)}.poster.choco::before{width:150px;height:150px;right:-25px;bottom:-28px;border-radius:50%;background:#b77b4e;box-shadow:-118px -34px 0 #81553b}.poster.journal{color:#1e2632;background:linear-gradient(145deg,#e9ecf2,#cdd5df)}.poster.journal::before{width:140px;height:180px;left:50%;top:50%;transform:translate(-50%,-44%) rotate(-8deg);border-radius:10px;background:#fff;box-shadow:0 20px 35px rgba(22,25,35,.18)}.poster.journal::after{width:86px;height:4px;left:50%;top:46%;transform:translateX(-50%) rotate(-8deg);background:#aeb8c5;box-shadow:0 18px 0 #aeb8c5,0 36px 0 #aeb8c5,0 54px 0 #aeb8c5}.poster.soon{color:#fff;background:linear-gradient(145deg,var(--brand),#3d3871)}body[data-brand="volunfun"] .poster{filter:grayscale(1)}.poster-copy{position:absolute;inset:0;z-index:2;padding:24px;display:flex;flex-direction:column;justify-content:space-between}.poster-kicker{font-size:11px;font-weight:850;letter-spacing:.12em;text-transform:uppercase;opacity:.78}.poster-title{max-width:92%;font-size:clamp(27px,3vw,48px);line-height:.9;font-weight:950;letter-spacing:-.055em;text-transform:uppercase}.event-card:not(.featured) .poster-title{font-size:30px}.poster-bottom{font-size:12px;font-weight:750;opacity:.8}
.event-body{min-width:0;padding:22px;display:flex;flex-direction:column}.featured .event-body{padding:30px}.status-row{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}.status{display:inline-flex;align-items:center;gap:6px;padding:7px 10px;border:1px solid var(--accent-line);border-radius:999px;background:var(--accent-soft);color:var(--accent-strong);font-size:11px;font-weight:850}.status::before{content:"";width:6px;height:6px;border-radius:50%;background:currentColor}.status.soon{border-color:#dfdcea;background:#f3f1f8;color:#514b75}.status.soldout{border-color:#f0caca;background:#fff0ef;color:#963d3d}body[data-brand="volunfun"] .status,body[data-brand="volunfun"] .status.soon,body[data-brand="volunfun"] .status.soldout{border-color:#ddd;background:#f2f2f2;color:#111}.org-label{color:var(--accent-strong);font-size:10px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.event-title{margin:0;color:var(--brand-strong);font-size:20px;line-height:1.28;letter-spacing:-.025em}.featured .event-title{font-size:28px}.event-summary{margin:11px 0 18px;color:var(--muted);font-size:14px;line-height:1.65;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.meta-list{display:grid;gap:10px;margin:0 0 20px}.meta{display:flex;align-items:flex-start;gap:10px;color:var(--muted);font-size:13px;line-height:1.45}.meta svg{flex:none;width:17px;height:17px;margin-top:1px;color:var(--muted-2)}.quota{margin-top:auto;padding-top:18px;border-top:1px solid var(--line-soft);display:flex;align-items:center;justify-content:space-between;gap:15px}.price{color:var(--brand-strong);font-size:18px;font-weight:900}.price small{display:block;margin-top:2px;color:var(--muted-2);font-size:11px;font-weight:650}.cta{min-height:43px;border:0;border-radius:12px;background:var(--accent);color:#fff;padding:0 16px;display:inline-flex;align-items:center;justify-content:center;gap:8px;text-decoration:none;font-size:13px;font-weight:850;cursor:pointer}.cta svg{width:16px;height:16px}.cta:hover{background:var(--accent-strong)}.event-card.disabled{opacity:.80}.event-card.disabled .cta{pointer-events:none;background:#ecebf1;color:#88869b}body[data-brand="volunfun"] .event-card.disabled .cta{background:#e8e8e8;color:#858585}.empty{grid-column:1/-1;padding:64px 24px;border:1px dashed var(--line);border-radius:var(--radius-lg);background:rgba(255,255,255,.67);text-align:center}.empty-icon{width:52px;height:52px;margin:0 auto 16px;border-radius:50%;display:grid;place-items:center;background:var(--accent-soft);color:var(--accent)}.empty h3{margin:0 0 6px;font-size:18px}.empty p{margin:0;color:var(--muted);font-size:14px}

.channel-card,.about-card,.help-card{margin-top:44px;border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:0 8px 24px rgba(25,25,55,.04)}.channel-card{padding:25px 28px;display:flex;align-items:center;justify-content:space-between;gap:22px;border-color:var(--accent-line);background:linear-gradient(110deg,var(--accent-soft),#fff)}.channel-card h3,.about-card h3,.help-card h3{margin:0;color:var(--brand);font-size:19px;letter-spacing:-.025em}.channel-card p,.about-card p,.help-card p{margin:5px 0 0;color:var(--muted);font-size:13px;line-height:1.6}.channel-card a{flex:none;padding:12px 16px;border:1px solid var(--accent-line);border-radius:12px;background:#fff;color:var(--accent-strong);text-decoration:none;font-size:13px;font-weight:820}.about-help-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.about-card,.help-card{padding:24px}.mini-actions{display:flex;flex-wrap:wrap;gap:9px;margin-top:16px}.mini-action{border:1px solid var(--line);border-radius:11px;background:#fff;color:var(--brand);padding:10px 13px;font-size:12px;font-weight:780;cursor:pointer;text-decoration:none}.mini-action.primary{border-color:var(--accent);background:var(--accent);color:#fff}


.post-catalog{max-width:var(--max);margin:0 auto;padding:0 28px 86px}
.site-section{scroll-margin-top:96px;margin-top:68px}
.section-shell{padding:38px;border:1px solid var(--line);border-radius:26px;background:#fff;box-shadow:0 10px 34px rgba(25,25,55,.045)}
.section-intro{max-width:760px}
.section-kicker{display:inline-block;color:var(--accent-strong);font-size:10px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.section-intro h2{margin:10px 0 0;color:var(--brand-strong);font-size:clamp(29px,4vw,44px);line-height:1.08;letter-spacing:-.045em}
.brand-tagline{margin:12px 0 0!important;color:var(--accent-strong)!important;font-size:15px!important;font-weight:850;letter-spacing:.01em}
.about-layout{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(410px,.98fr);gap:28px;align-items:start;margin-top:29px}
.about-copy-panel{padding:25px;border:1px solid var(--line);border-radius:19px;background:linear-gradient(145deg,#fff,var(--accent-soft))}
.about-copy-panel>p{margin:0;color:var(--muted);font-size:14px;line-height:1.82}
.belief-note{display:flex;align-items:flex-start;gap:11px;margin-top:19px;padding:14px;border-left:3px solid var(--accent);border-radius:0 12px 12px 0;background:rgba(255,255,255,.72)}
.belief-note span{color:var(--accent-strong);font-weight:950}
.belief-note strong{color:var(--brand);font-size:13px;line-height:1.55}
.section-actions{display:flex;flex-wrap:wrap;gap:9px;margin-top:19px}
.section-button{min-height:42px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:12px;background:#fff;color:var(--brand);padding:0 15px;text-decoration:none;font-size:11px;font-weight:830}
.section-button.primary{border-color:var(--accent);background:var(--accent);color:#fff}
.social-icon-button{width:42px;height:42px;flex:none;padding:0;border-radius:50%;color:var(--accent-strong);transition:transform .18s ease,border-color .18s ease,background .18s ease}
.social-icon-button:hover{transform:translateY(-2px);border-color:var(--accent);background:var(--accent-soft)}
.social-icon-button svg{width:19px;height:19px}
.impact-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.impact-card{min-height:145px;padding:18px;border:1px solid var(--line);border-radius:18px;background:#fff;display:flex;flex-direction:column;justify-content:space-between}
.impact-card:nth-child(1){border-color:var(--accent-line);background:var(--accent-soft)}
.impact-card strong{display:block;color:var(--brand);font-size:29px;line-height:1;letter-spacing:-.045em}
.impact-card h3{margin:13px 0 0;color:var(--ink);font-size:12px;line-height:1.4}
.impact-card p{margin:4px 0 0;color:var(--muted);font-size:10px;line-height:1.5}

.help-section .section-shell{background:linear-gradient(145deg,#fff,#fbfbfd)}
.help-intro{max-width:720px}
.contact-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:11px;margin-top:26px}
.contact-card-button{width:100%;min-height:88px;border:1px solid var(--line);border-radius:16px;background:#fff;color:var(--ink);padding:14px;display:flex;align-items:center;gap:12px;text-align:left;text-decoration:none;cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}
.contact-card-button:hover{transform:translateY(-2px);border-color:var(--accent-line);box-shadow:var(--shadow-soft)}
.contact-card-button.channel-contact{grid-column:span 2;border-color:var(--accent-line);background:linear-gradient(110deg,var(--accent-soft),#fff)}
.contact-icon{flex:none;width:42px;height:42px;border-radius:13px;background:var(--accent-soft);color:var(--accent-strong);display:grid;place-items:center}
.contact-icon svg{width:21px;height:21px}
.contact-card-button.channel-contact .contact-icon{background:#fff}
.contact-card-button span:nth-child(2){min-width:0;flex:1}
.contact-card-button strong{display:block;color:var(--brand);font-size:11px}
.contact-card-button small{display:block;margin-top:4px;color:var(--muted);font-size:9px;line-height:1.45;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.contact-card-button i{font-style:normal;color:var(--muted-2);font-size:16px}
.contact-card-button i svg{width:17px;height:17px}
.faq-layout{display:grid;grid-template-columns:minmax(230px,.58fr) minmax(0,1.42fr);gap:28px;margin-top:34px;padding-top:30px;border-top:1px solid var(--line)}
.faq-heading h3{margin:9px 0 0;color:var(--brand);font-size:23px;line-height:1.16;letter-spacing:-.035em}
.faq-heading p{margin:9px 0 0;color:var(--muted);font-size:11px;line-height:1.65}
.faq-list{border:1px solid var(--line);border-radius:17px;overflow:hidden;background:#fff}
.faq-item+.faq-item{border-top:1px solid var(--line)}
.faq-question{width:100%;min-height:57px;border:0;background:#fff;color:var(--ink);padding:14px 16px;display:flex;align-items:center;justify-content:space-between;gap:16px;text-align:left;cursor:pointer;font-size:11px;font-weight:800}
.faq-question span{line-height:1.45}
.faq-question i{flex:none;width:25px;height:25px;border-radius:8px;background:var(--accent-soft);color:var(--accent-strong);display:grid;place-items:center;font-style:normal;font-size:15px;transition:.18s ease}
.faq-item.open .faq-question i{transform:rotate(45deg)}
.faq-answer{display:none;padding:0 52px 16px 16px;color:var(--muted);font-size:10.5px;line-height:1.68}
.faq-item.open .faq-answer{display:block}
.help-channel{margin-top:30px;padding:24px 26px;border:1px solid var(--accent-line);border-radius:19px;background:linear-gradient(110deg,var(--accent-soft),#fff);display:flex;align-items:center;justify-content:space-between;gap:22px}
.help-channel h3{margin:7px 0 0;color:var(--brand);font-size:19px;letter-spacing:-.025em}
.help-channel p{margin:5px 0 0;color:var(--muted);font-size:11px;line-height:1.55}
.help-channel a{flex:none;min-height:43px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--accent);border-radius:12px;background:var(--accent);color:#fff;padding:0 16px;text-decoration:none;font-size:11px;font-weight:840}

.modal-backdrop{display:none;position:fixed;inset:0;z-index:120;padding:18px;background:rgba(15,14,32,.45);backdrop-filter:blur(6px);align-items:center;justify-content:center}.modal-backdrop.open{display:flex}.modal{width:min(100%,480px);overflow:hidden;border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:0 28px 90px rgba(10,10,25,.24)}.modal-head{padding:20px 22px;border-bottom:1px solid var(--line);display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.modal-head h3{margin:0;color:var(--brand);font-size:20px}.modal-head p{margin:5px 0 0;color:var(--muted);font-size:12px}.modal-close{flex:none;width:36px;height:36px;border:1px solid var(--line);border-radius:11px;background:#fff;color:var(--muted);cursor:pointer;font-size:18px}.modal-body{padding:22px}.field-label{display:block;margin-bottom:7px;color:var(--ink);font-size:12px;font-weight:800}.modal-input{width:100%;height:49px;border:1.5px solid var(--line);border-radius:12px;background:#fff;color:var(--ink);outline:none;padding:0 13px;text-transform:uppercase}.modal-input:focus{border-color:var(--accent);box-shadow:0 0 0 4px var(--accent-soft)}.modal-button{width:100%;height:48px;margin-top:11px;border:0;border-radius:12px;background:var(--accent);color:#fff;font-weight:850;cursor:pointer}.status-result{display:none;margin-top:14px;padding:14px;border:1px solid var(--accent-line);border-radius:13px;background:var(--accent-soft);font-size:12px;line-height:1.6}.status-result.show{display:block}.status-result strong{display:block;color:var(--brand);font-size:14px}

footer{border-top:1px solid var(--line);padding:28px;color:var(--muted-2);font-size:12px}.footer-inner{max-width:var(--max);margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:20px}.toast{position:fixed;z-index:150;left:50%;bottom:28px;max-width:calc(100% - 30px);padding:12px 16px;border-radius:12px;background:#17162d;color:#fff;box-shadow:0 18px 44px rgba(20,20,40,.24);font-size:13px;font-weight:720;text-align:center;opacity:0;pointer-events:none;transform:translate(-50%,24px);transition:.2s ease}.toast.show{opacity:1;transform:translate(-50%,0)}

@media(max-width:980px){.hero-inner{grid-template-columns:1fr;min-height:0;padding:42px}.hero-art{display:none}.event-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.event-card.featured{grid-column:1/-1}}

@media(max-width:980px){
  .about-layout{grid-template-columns:1fr}
  .contact-grid{grid-template-columns:1fr 1fr}
  .contact-card-button:first-child,.contact-card-button.channel-contact{grid-column:1/-1}
}
@media(max-width:720px){
  .post-catalog{padding:0 14px 76px}
  .site-section{margin-top:38px;scroll-margin-top:18px}
  .section-shell{padding:22px 18px;border-radius:21px}
  .section-intro h2{font-size:29px}
  .about-layout{margin-top:21px;gap:14px}
  .about-copy-panel{padding:18px}
  .about-copy-panel>p{font-size:12.5px;line-height:1.72}
  .impact-grid{gap:8px}
  .impact-card{min-height:126px;padding:14px}
  .impact-card strong{font-size:24px}
  .impact-card h3{font-size:10.5px}
  .impact-card p{font-size:8.5px}
  .section-actions{display:grid;grid-template-columns:1fr 1fr}
  .section-actions .section-button:first-child{grid-column:1/-1}
  .contact-grid{grid-template-columns:1fr}
  .contact-card-button:first-child,.contact-card-button.channel-contact{grid-column:auto}
  .faq-layout{grid-template-columns:1fr;gap:17px;margin-top:25px;padding-top:23px}
  .faq-answer{padding-right:16px}
  .help-channel{align-items:flex-start;flex-direction:column;padding:20px}
  .help-channel a{width:100%}
}

@media(max-width:720px){.site-header{position:relative}.header-inner{min-height:68px;padding:0 18px}.nav-links{gap:16px}.nav-links a,.nav-links button{font-size:12px}.nav-links a.active::after{display:none}.hero{padding:18px 14px 0}.hero-inner{padding:31px 22px 92px;border-radius:22px;box-shadow:none}.hero h1{font-size:38px}.hero p{margin-top:14px;font-size:14px;line-height:1.62}.catalog{padding:0 14px 76px}.search-shell{top:8px;margin-top:-70px;padding:10px;border-radius:17px}.search-main{grid-template-columns:1fr}.search-button{display:none}.filter-row{margin-top:9px}.sort-wrap{margin-left:0}.section-head{margin:34px 2px 14px;align-items:flex-start}.section-head h2{font-size:21px}.section-head p{font-size:12px}.result-count{padding-top:5px;font-size:11px}.event-grid{display:block}.event-card,.event-card.featured{display:grid;grid-template-columns:104px minmax(0,1fr);padding:14px 0;border:0;border-bottom:1px solid var(--line);border-radius:0;background:transparent;box-shadow:none}.event-card:first-child{padding-top:4px}.event-card:hover{transform:none;box-shadow:none}.event-card .poster,.featured .poster{width:104px;height:122px;min-height:0;aspect-ratio:auto;border-radius:14px}.poster-copy{padding:12px}.poster-title,.event-card:not(.featured) .poster-title{font-size:20px}.poster-kicker,.poster-bottom{font-size:8px}.event-body,.featured .event-body{padding:1px 0 1px 14px}.status-row{margin-bottom:5px}.status{padding:5px 7px;font-size:8px}.org-label{font-size:8px}.event-title,.featured .event-title{font-size:15px;line-height:1.3;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}.event-summary{display:none}.meta-list{gap:5px;margin:7px 0}.meta{gap:7px;font-size:11px}.meta svg{width:14px;height:14px}.meta.quota-meta{display:none}.quota{margin-top:auto;padding:0;border:0;align-items:flex-end}.price{color:var(--accent-strong);font-size:14px}.price small{display:none}.cta{width:34px;height:34px;min-height:34px;padding:0;border:1px solid var(--line);border-radius:50%;background:transparent;color:var(--muted-2)}.cta span{display:none}.cta:hover{background:var(--accent-soft);color:var(--accent)}.event-card.disabled .cta{background:transparent}.channel-card{margin-top:30px;padding:20px;align-items:flex-start;flex-direction:column}.about-help-grid{grid-template-columns:1fr;gap:0}.about-card,.help-card{margin-top:16px;padding:20px}.footer-inner{flex-direction:column;align-items:flex-start}.toast{bottom:78px}}
@media(max-width:390px){.header-inner{padding:0 14px}.nav-links{gap:11px}.hero h1{font-size:34px}.event-card,.event-card.featured{grid-template-columns:94px minmax(0,1fr)}.event-card .poster,.featured .poster{width:94px;height:116px}.event-title,.featured .event-title{font-size:14px}}

/* ==========================================================================
   CHECKPOINT 3 — RESPONSIVE HARDENING
   Perbaikan ini hanya mengatur layout. Konten, link, data contoh, dan flow
   pada master preview sebelumnya tetap dipertahankan.
   ========================================================================== */

html,
body{
  width:100%;
  max-width:100%;
  overflow-x:clip;
}

@supports not (overflow:clip){
  html,
  body{overflow-x:hidden}
}

body,
main,
.site-header,
.header-inner,
.hero,
.hero-inner,
.catalog,
.post-catalog,
.section-shell,
.about-layout,
.about-copy-panel,
.impact-grid,
.contact-grid,
.faq-layout,
.faq-list,
.help-channel,
.channel-card,
.event-card,
.event-body{
  min-width:0;
}

img,
svg{
  max-width:100%;
}

.hero h1,
.hero p,
.section-intro h2,
.brand-tagline,
.about-copy-panel > p,
.belief-note strong,
.impact-card h3,
.impact-card p,
.contact-card-button strong,
.contact-card-button small,
.faq-question span,
.faq-answer,
.help-channel h3,
.help-channel p,
.channel-card h3,
.channel-card p,
.event-title,
.meta > span{
  overflow-wrap:anywhere;
  word-break:normal;
}

.contact-card-button span:nth-child(2){
  min-width:0;
}

@media(max-width:860px){
  .site-header{
    position:relative;
  }

  .header-inner{
    min-height:auto;
    padding:12px 18px 13px;
    flex-wrap:wrap;
    justify-content:center;
    gap:10px;
  }

  .brand-lockup{
    width:100%;
    min-height:36px;
    justify-content:center;
  }

  .soco-wordmark{
    font-size:21px;
    line-height:.76;
    letter-spacing:-.075em;
  }

  .volunfun-wordmark{
    font-size:21px;
    letter-spacing:-.035em;
  }

  .volunfun-mark{
    width:27px;
    height:27px;
    font-size:12px;
  }

  .nav-links{
    width:100%;
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:4px;
    padding:4px;
    border:1px solid var(--line);
    border-radius:13px;
    background:rgba(255,255,255,.82);
  }

  body[data-brand="volunfun"] .nav-links{
    background:rgba(255,255,255,.88);
  }

  .nav-links a,
  .nav-links button{
    width:100%;
    min-width:0;
    min-height:38px;
    padding:0 8px;
    border-radius:9px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:12px;
    line-height:1;
    white-space:nowrap;
  }

  .nav-links a.active{
    color:var(--accent-strong);
    background:var(--accent-soft);
  }

  .nav-links a.active::after{
    display:none;
  }

  .hero{
    padding-top:16px;
  }

  .hero-inner{
    grid-template-columns:1fr;
  }

  .hero-art{
    display:none;
  }

  .about-layout{
    grid-template-columns:1fr;
  }

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

  .contact-card-button:first-child,
  .contact-card-button.channel-contact{
    grid-column:auto;
  }

  .faq-layout{
    grid-template-columns:1fr;
  }
}

@media(max-width:720px){
  body{
    padding-bottom:calc(70px + var(--safe));
  }

  .header-inner{
    padding-inline:14px;
  }

  .hero{
    padding:14px 12px 0;
  }

  .hero-inner{
    min-height:0;
    padding:28px 20px 88px;
    border-radius:21px;
  }

  .hero h1{
    font-size:clamp(32px,9.8vw,38px);
    line-height:1.04;
    letter-spacing:-.052em;
  }

  .hero p{
    max-width:none;
    margin-top:13px;
    font-size:13.5px;
    line-height:1.62;
  }

  .catalog{
    padding-inline:12px;
    padding-bottom:68px;
  }

  .search-shell{
    top:8px;
    width:100%;
    margin-top:-68px;
    padding:9px;
    border-radius:16px;
  }

  .search-field input{
    height:49px;
    padding-left:43px;
    font-size:14px;
  }

  .search-field svg{
    left:14px;
    width:18px;
    height:18px;
  }

  .filter-row{
    width:100%;
    gap:7px;
    padding:1px 1px 3px;
    overscroll-behavior-x:contain;
  }

  .filter-chip,
  .sort-wrap select{
    min-height:34px;
    padding-top:7px;
    padding-bottom:7px;
    font-size:11px;
  }

  .section-head{
    margin:32px 1px 12px;
    align-items:flex-start;
  }

  .section-head > div{
    min-width:0;
  }

  .section-head h2{
    font-size:21px;
  }

  .section-head p{
    max-width:235px;
    font-size:11.5px;
    line-height:1.5;
  }

  .result-count{
    flex:none;
    padding-top:5px;
    font-size:10.5px;
  }

  .event-card,
  .event-card.featured{
    grid-template-columns:98px minmax(0,1fr);
    column-gap:0;
    padding:13px 0;
  }

  .event-card .poster,
  .featured .poster{
    width:98px;
    height:120px;
    align-self:start;
  }

  .event-body,
  .featured .event-body{
    min-height:120px;
    padding:0 0 0 13px;
  }

  .status-row{
    align-items:flex-start;
    flex-wrap:wrap;
    gap:5px 8px;
    margin-bottom:5px;
  }

  .status{
    max-width:100%;
    padding:5px 7px;
    font-size:8px;
  }

  .org-label{
    max-width:100%;
    font-size:8px;
    white-space:normal;
  }

  .event-title,
  .featured .event-title{
    font-size:14.5px;
    line-height:1.3;
    -webkit-line-clamp:3;
  }

  .meta-list{
    min-width:0;
    margin:7px 0 5px;
  }

  .meta{
    min-width:0;
    align-items:flex-start;
    font-size:10.5px;
    line-height:1.35;
  }

  .meta > span{
    min-width:0;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    overflow:hidden;
  }

  .quota{
    gap:8px;
  }

  .price{
    min-width:0;
    font-size:13.5px;
  }

  .cta{
    flex:none;
  }

  .channel-card{
    margin-top:26px;
    padding:18px;
    gap:16px;
    border-radius:18px;
  }

  .channel-card h3{
    font-size:17px;
    line-height:1.3;
  }

  .channel-card p{
    font-size:11.5px;
  }

  .channel-card a{
    width:100%;
    min-height:43px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:0 14px;
    text-align:center;
    white-space:normal;
  }

  .post-catalog{
    padding-inline:12px;
    padding-bottom:68px;
  }

  .site-section{
    margin-top:34px;
    scroll-margin-top:12px;
  }

  .section-shell{
    padding:20px 16px;
    border-radius:20px;
  }

  .section-intro h2{
    font-size:clamp(27px,8.6vw,35px);
    line-height:1.1;
  }

  .brand-tagline{
    font-size:13px!important;
    line-height:1.5;
  }

  .about-layout{
    margin-top:19px;
    gap:13px;
  }

  .about-copy-panel{
    padding:17px;
    border-radius:16px;
  }

  .about-copy-panel > p{
    font-size:12.5px;
    line-height:1.72;
  }

  .belief-note{
    gap:9px;
    margin-top:16px;
    padding:12px;
  }

  .belief-note strong{
    font-size:11.5px;
  }

  .section-actions{
    display:grid;
    grid-template-columns:repeat(3,44px);
    justify-content:start;
    align-items:center;
    gap:9px;
  }

  .section-actions .section-button:first-child{
    width:100%;
    grid-column:1/-1;
  }

  .social-icon-button{
    width:44px;
    height:44px;
    justify-self:start;
  }

  .contact-grid{
    gap:9px;
    margin-top:21px;
  }

  .contact-card-button{
    min-height:76px;
    padding:12px;
    gap:10px;
    border-radius:14px;
  }

  .contact-icon{
    width:38px;
    height:38px;
    border-radius:12px;
  }

  .contact-icon svg{
    width:19px;
    height:19px;
  }

  .contact-card-button strong{
    font-size:10.5px;
    line-height:1.35;
  }

  .contact-card-button small{
    margin-top:3px;
    font-size:9px;
    line-height:1.4;
    white-space:normal;
    overflow:visible;
    text-overflow:clip;
  }

  .contact-card-button i{
    flex:none;
  }

  .faq-layout{
    gap:15px;
    margin-top:23px;
    padding-top:21px;
  }

  .faq-heading h3{
    font-size:20px;
    line-height:1.25;
  }

  .faq-heading p{
    font-size:11px;
    line-height:1.55;
  }

  .faq-question{
    min-height:0;
    padding:14px;
    gap:11px;
    font-size:12px;
    line-height:1.45;
  }

  .faq-question i{
    width:27px;
    height:27px;
    border-radius:9px;
  }

  .faq-answer{
    padding:0 14px 15px;
    font-size:11.5px;
    line-height:1.65;
  }

  .help-channel{
    margin-top:24px;
    padding:18px;
    gap:16px;
    border-radius:17px;
  }

  .help-channel h3{
    font-size:17px;
    line-height:1.3;
  }

  .help-channel p{
    font-size:11px;
  }

  .help-channel a{
    width:100%;
    min-height:43px;
    padding:0 13px;
    text-align:center;
    white-space:normal;
  }

  .modal-backdrop{
    padding:0;
    align-items:flex-end;
  }

  .modal{
    width:100%;
    max-height:92vh;
    overflow:auto;
    border-radius:22px 22px 0 0;
  }

  .modal-head{
    padding:18px 17px;
  }

  .modal-head h3{
    font-size:18px;
  }

  .modal-body{
    padding:17px 17px calc(18px + var(--safe));
  }

  .footer-inner{
    gap:6px;
    font-size:10px;
    line-height:1.5;
  }

  

  

  

  

  .toast{
    bottom:68px;
  }
}

@media(max-width:520px){
  .impact-grid{
    grid-template-columns:1fr;
    gap:8px;
  }

  .impact-card{
    min-height:0;
    display:grid;
    grid-template-columns:82px minmax(0,1fr);
    align-items:center;
    gap:12px;
    padding:14px;
    border-radius:15px;
  }

  .impact-card strong{
    font-size:24px;
    text-align:left;
  }

  .impact-card h3{
    margin:0;
    font-size:10.5px;
  }

  .impact-card p{
    font-size:9px;
  }
}

@media(max-width:390px){
  .header-inner{
    padding-inline:10px;
  }

  .brand-lockup{
    min-height:33px;
  }

  .soco-wordmark{
    font-size:19px;
  }

  .volunfun-wordmark{
    font-size:19px;
  }

  .volunfun-mark{
    width:25px;
    height:25px;
    font-size:11px;
  }

  .nav-links a,
  .nav-links button{
    min-height:36px;
    padding-inline:5px;
    font-size:11px;
  }

  .hero{
    padding-inline:10px;
  }

  .hero-inner{
    padding:25px 17px 86px;
  }

  .hero h1{
    font-size:clamp(30px,9.4vw,34px);
  }

  .catalog,
  .post-catalog{
    padding-inline:10px;
  }

  .search-shell{
    padding:8px;
  }

  .event-card,
  .event-card.featured{
    grid-template-columns:90px minmax(0,1fr);
  }

  .event-card .poster,
  .featured .poster{
    width:90px;
    height:114px;
  }

  .event-body,
  .featured .event-body{
    min-height:114px;
    padding-left:11px;
  }

  .event-title,
  .featured .event-title{
    font-size:13.5px;
  }

  .meta{
    font-size:10px;
  }

  .section-shell{
    padding:18px 14px;
  }

  .contact-card-button i{
    display:none;
  }

  .section-actions{
    grid-template-columns:repeat(3,42px);
  }

  .social-icon-button{
    width:42px;
    height:42px;
  }
}

@media(max-width:340px){
  .nav-links a,
  .nav-links button{
    font-size:10.5px;
  }

  .hero h1{
    font-size:29px;
  }

  .event-card,
  .event-card.featured{
    grid-template-columns:84px minmax(0,1fr);
  }

  .event-card .poster,
  .featured .poster{
    width:84px;
    height:108px;
  }

  .event-body,
  .featured .event-body{
    min-height:108px;
    padding-left:10px;
  }

  .event-title,
  .featured .event-title{
    font-size:13px;
  }

  .price{
    font-size:12.5px;
  }

  .section-head p{
    max-width:200px;
  }
}



/* Production integration */
.poster img{width:100%;height:100%;object-fit:cover;display:block}
.poster-fallback{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:space-between;padding:24px;color:#fff;background:linear-gradient(145deg,var(--accent),var(--brand))}
.poster-fallback small{font-size:11px;font-weight:850;letter-spacing:.1em;text-transform:uppercase;opacity:.8}
.poster-fallback strong{max-width:90%;font-size:clamp(25px,3vw,42px);line-height:.95;letter-spacing:-.045em;text-transform:uppercase}
.loading-card{grid-column:1/-1;padding:54px 22px;text-align:center;border:1px solid var(--line);border-radius:var(--radius-lg);background:#fff;color:var(--muted)}
.status-result .result-lines{display:grid;gap:8px;margin-top:10px}
.status-result .result-line{display:flex;justify-content:space-between;gap:18px;padding-top:8px;border-top:1px solid var(--line-soft);font-size:12px}
.status-result .result-line span{color:var(--muted)}
.status-result .result-line b{text-align:right;color:var(--ink)}
.status-result .result-action{display:flex;align-items:center;justify-content:center;min-height:42px;margin-top:12px;border-radius:11px;background:var(--accent);color:#fff;text-decoration:none;font-size:12px;font-weight:800}
.status-result.error{border-color:#efcecd;background:#fff4f3;color:#aa3736}
.status-result.success{border-color:var(--accent-line);background:var(--accent-soft);color:var(--accent-strong)}
body.site-loading .site-header,body.site-loading main,body.site-loading footer{visibility:hidden}
@media(max-width:720px){.poster-fallback{padding:12px}.poster-fallback strong{font-size:19px}.poster-fallback small{font-size:8px}}


/* Header logo assets — official artwork, responsive and brand-isolated. */
.brand-lockup{min-width:0;flex:none}
.brand-logo{display:block;width:auto;max-width:100%;object-fit:contain;object-position:left center}
.logo-scg{height:39px}
.logo-vf{display:none;height:27px}
body[data-brand="volunfun"] .logo-scg{display:none}
body[data-brand="volunfun"] .logo-vf{display:block}
body[data-brand="volunfun"] .site-header{background:rgba(28,29,31,.97);border-bottom-color:rgba(255,255,255,.10)}
body[data-brand="volunfun"] .nav-links a,
body[data-brand="volunfun"] .nav-links button{color:rgba(255,255,255,.70)}
body[data-brand="volunfun"] .nav-links a:hover,
body[data-brand="volunfun"] .nav-links button:hover,
body[data-brand="volunfun"] .nav-links a.active{color:#fff}
body[data-brand="volunfun"] .nav-links a.active::after{background:#fff}
@media(max-width:860px){
  .logo-scg{height:35px}
  .logo-vf{height:24px}
  .brand-logo{object-position:center}
  body[data-brand="volunfun"] .nav-links{background:rgba(255,255,255,.07);border-color:rgba(255,255,255,.12)}
  body[data-brand="volunfun"] .nav-links a.active{background:rgba(255,255,255,.11);color:#fff}
}
@media(max-width:390px){
  .logo-scg{height:32px}
  .logo-vf{height:22px}
}
