.site-header{position:fixed;top:0;left:0;right:0;z-index:80;height:var(--header-h);padding-top:var(--safe-top);transition:background .35s ease,border-color .35s ease,box-shadow .35s ease;border-bottom:1px solid transparent}.site-header--home{background:transparent;color:var(--vnrc-white)}.site-header--home.is-scrolled,.site-header--solid,.site-header--home.is-menu-open{background:#5c1216f5;border-bottom-color:#d4b56a47;box-shadow:0 10px 30px #14060a40;color:var(--vnrc-white)}.site-header--solid{background:#5c1216f5}.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:.75rem;height:calc(var(--header-h) - var(--safe-top))}.site-header__brand{display:flex;align-items:center;gap:.6rem;z-index:2;min-width:0}.site-header__logo{display:block;width:auto;height:2.85rem;flex-shrink:0;object-fit:contain;border-radius:50%}.site-header__lockup{display:flex;flex-direction:column;justify-content:center;gap:.08rem;min-width:0;line-height:1.05}.site-header__lockup strong{display:block;font-family:var(--font-sans);font-size:1.05rem;font-weight:700;letter-spacing:.01em;color:var(--vnrc-white)}.site-header__lockup span{display:block;font-size:.62rem;font-weight:700;letter-spacing:.02em;color:var(--vnrc-gold-soft);white-space:nowrap}@media(min-width:480px){.site-header__logo{height:3.35rem}.site-header__lockup strong{font-size:1.28rem}.site-header__lockup span{font-size:.78rem}}.site-header__toggle{display:none;width:var(--touch-min);height:var(--touch-min);border:0;background:transparent;flex-direction:column;justify-content:center;align-items:center;gap:.3rem;cursor:pointer;z-index:3;color:inherit;padding:0;flex-shrink:0}.site-header__toggle span{display:block;width:1.35rem;height:2px;background:currentColor;transition:transform .25s ease,opacity .2s ease}.site-header__toggle.is-open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.site-header__toggle.is-open span:nth-child(2){opacity:0}.site-header__toggle.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.site-header__backdrop{display:none}.site-header__nav{display:flex;flex-wrap:wrap;align-items:center;gap:.2rem .95rem;font-size:.88rem}.site-header__drawer-label{display:none}.site-header__nav a{color:inherit;padding:.3rem 0;border-bottom:2px solid transparent;opacity:.88}.site-header__nav a.active,.site-header__nav a:hover{opacity:1;border-bottom-color:var(--vnrc-gold)}.site-header__wp{font-weight:600;color:var(--vnrc-gold-soft)!important;opacity:1!important}@media(min-width:980px){.site-header--home.is-scrolled,.site-header--solid{background:#5c1216eb;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}}@media(max-width:979px){.site-header__toggle{display:flex}.site-header__backdrop{display:block;position:fixed;top:0;right:0;bottom:0;left:0;z-index:90;background:#0a02068c;opacity:0;pointer-events:none;transition:opacity .25s ease}.site-header__backdrop.is-open{opacity:1;pointer-events:auto}.site-header__nav{position:fixed;top:0;right:0;bottom:0;left:auto;width:min(20rem,88vw);z-index:95;margin:0;padding:calc(var(--header-h) + var(--safe-top) + .75rem) 1.35rem calc(1.5rem + var(--safe-bottom));display:flex;flex-direction:column;flex-wrap:nowrap;align-items:stretch;justify-content:flex-start;gap:0;background:linear-gradient(165deg,#3d0610 0%,var(--vnrc-red-deep) 55%,#2a040c 100%);border-left:1px solid rgba(212,181,106,.28);box-shadow:-16px 0 40px #00000059;transform:translate(105%);transition:transform .28s ease,visibility .28s ease;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;visibility:hidden;pointer-events:none}.site-header__nav.is-open{transform:translate(0);visibility:visible;pointer-events:auto}.site-header__drawer-label{display:block;margin:0 0 .85rem;font-size:var(--fs-kicker);letter-spacing:.14em;text-transform:uppercase;color:var(--vnrc-gold-soft);font-weight:700}.site-header__nav a{padding:.95rem .15rem;min-height:var(--touch-min);width:100%;display:flex;align-items:center;font-size:1.08rem;font-weight:600;border-bottom:1px solid rgba(255,245,242,.12);opacity:1;flex-shrink:0}.site-header__nav a.active,.site-header__nav a:hover{border-bottom-color:#d4b56a8c;color:var(--vnrc-gold-soft)}}.site-footer{position:relative;margin-top:0;overflow:hidden;background:radial-gradient(circle at 10% 0%,rgba(212,58,64,.25),transparent 40%),linear-gradient(165deg,#3d0610 0%,var(--vnrc-red-deep) 45%,#2a040c 100%);color:#f8ebe8;padding:clamp(2rem,4vw,4rem) 0 0}.site-footer__glow{position:absolute;inset:auto -10% -40% 40%;height:60%;background:radial-gradient(circle,rgba(212,181,106,.18),transparent 60%);pointer-events:none}.site-footer__main{position:relative;z-index:1;display:grid;gap:1.65rem;padding-bottom:clamp(1.5rem,3vw,2.75rem)}@media(min-width:768px){.site-footer__main{grid-template-columns:1.35fr 1fr;gap:2.5rem;align-items:start}}@media(min-width:980px){.site-footer__main{gap:3rem}}.site-footer__logo-wrap{display:inline-flex;align-items:center;justify-content:center;width:fit-content;margin-bottom:.85rem}.site-footer__logo{height:64px;width:auto;display:block}@media(min-width:768px){.site-footer__logo{height:72px}}.site-footer h2{color:var(--vnrc-white);font-size:clamp(1rem,2vw,1.2rem);font-weight:700;letter-spacing:.02em;line-height:1.35;margin:0 0 .65rem;text-transform:uppercase}.site-footer__address,.site-footer__contact{margin:0 0 .4rem;font-size:.92rem;line-height:1.5;color:#f8ebe8e6}.site-footer__emails{word-break:break-word}.site-footer__sep{opacity:.6}.site-footer__contact a{color:#f4dfe0;border-bottom:1px solid transparent;min-height:var(--touch-min);display:inline-flex;align-items:center}.site-footer__contact a:hover{color:var(--vnrc-gold-soft);border-bottom-color:#d4b56a73}.site-footer__tag{font-family:var(--font-sans);font-size:clamp(1rem,2.2vw,1.1rem);font-weight:700;color:var(--vnrc-gold-soft);line-height:1.3;margin:0 0 1rem}.site-footer__nav{display:grid;gap:.15rem}.site-footer__nav a{color:#f4dfe0;font-weight:500;font-size:.95rem;border-bottom:1px solid transparent;width:fit-content;min-height:var(--touch-min);display:inline-flex;align-items:center}.site-footer__nav a:hover{color:var(--vnrc-gold-soft);border-bottom-color:#d4b56a80}.site-footer__legal{position:relative;z-index:1;border-top:1px solid rgba(212,181,106,.35);padding:1rem 0 calc(1.15rem + var(--safe-bottom));background:#0003}.site-footer__legal p{margin:0 0 .5rem;font-size:.8rem;line-height:1.55;color:#fff5f2e0}.site-footer__legal p:last-child{margin-bottom:0;font-style:italic}.bottom-tab{display:none}@media(max-width:979px){.bottom-tab{position:fixed;left:0;right:0;bottom:0;z-index:70;display:grid;grid-template-columns:repeat(4,1fr);gap:0;min-height:calc(3.5rem + var(--safe-bottom));padding:.35rem .25rem calc(.35rem + var(--safe-bottom));background:#5c1216f5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid rgba(212,181,106,.35);box-shadow:0 -8px 28px #14060a47}.bottom-tab__item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.15rem;min-height:var(--touch-min);padding:.35rem .25rem;color:#fff5f2b8;font-size:.68rem;font-weight:600;letter-spacing:.02em;border-radius:var(--radius);text-align:center}.bottom-tab__icon{font-size:1rem;line-height:1;color:var(--vnrc-gold-soft);opacity:.85}.bottom-tab__item.is-active{color:var(--vnrc-white);background:#ffffff14}.bottom-tab__item.is-active .bottom-tab__icon{opacity:1}.bottom-tab__label{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}.wish-float-cta{position:fixed;left:0;top:50%;z-index:85;display:flex;flex-direction:column;align-items:center;gap:.45rem;width:2.75rem;padding:.85rem .35rem;transform:translateY(-50%);background:linear-gradient(180deg,var(--vnrc-red) 0%,var(--vnrc-red-deep) 100%);color:#fff8f5;border:0;border-radius:0 var(--radius) var(--radius) 0;box-shadow:4px 8px 24px #5c121659;text-decoration:none;writing-mode:vertical-rl;text-orientation:mixed;letter-spacing:.04em;font-weight:700;font-size:.82rem;line-height:1.2;transition:transform .2s ease,box-shadow .2s ease,filter .2s ease}.wish-float-cta__icon{writing-mode:horizontal-tb;font-size:1.05rem;line-height:1}.wish-float-cta__label{max-height:11rem}.wish-float-cta:hover,.wish-float-cta:focus-visible{transform:translateY(-50%) translate(3px);filter:brightness(1.06);outline:none;box-shadow:6px 10px 28px #5c12166b}@media(max-width:979px){.wish-float-cta{top:auto;bottom:calc(4.25rem + var(--safe-bottom, 0px));transform:none;width:2.55rem;padding:.7rem .3rem;font-size:.75rem}.wish-float-cta:hover,.wish-float-cta:focus-visible{transform:translate(3px)}.wish-float-cta__label{max-height:9rem}}@media(prefers-reduced-motion:reduce){.wish-float-cta{transition:none}}.toast-stack{position:fixed;z-index:120;left:var(--gutter);right:var(--gutter);bottom:calc(4.25rem + var(--safe-bottom));display:grid;gap:.5rem;pointer-events:none}@media(min-width:980px){.toast-stack{left:auto;right:1.5rem;bottom:1.5rem;width:min(22rem,calc(100% - 3rem))}}.toast{pointer-events:auto;padding:.85rem 1rem;border-radius:var(--radius);background:#140a0cf0;color:#fff8f5;font-size:.92rem;line-height:1.4;border:1px solid rgba(212,181,106,.35);box-shadow:0 12px 28px #00000047;animation:toast-in .28s ease both}.toast--success{border-color:#2e7d4f8c}.toast--error{border-color:#d43a40a6}.toast--warn{border-color:#d4b56ab3}@keyframes toast-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.toast{animation:none}}.ambient-field{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1}.countdown{margin-top:1.25rem;width:100%;display:flex;flex-direction:column;align-items:center}@media(min-width:768px){.countdown{margin-top:1.75rem}}.countdown__label{margin:0 0 .65rem;text-transform:uppercase;letter-spacing:.12em;font-size:var(--fs-kicker);font-weight:600;color:var(--vnrc-gold-soft)}.countdown__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.4rem;width:min(28rem,100%);margin-inline:auto}@media(min-width:480px){.countdown__grid{gap:.55rem}}.countdown__cell{position:relative;background:#0a020659;border:1px solid rgba(212,181,106,.45);padding:.65rem .25rem .55rem;text-align:center;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}@media(min-width:480px){.countdown__cell{padding:.85rem .4rem .7rem}}.countdown__cell:before{content:"";position:absolute;inset:0 0 auto;height:2px;background:linear-gradient(90deg,transparent,var(--vnrc-gold),transparent)}.countdown__cell strong{display:block;font-family:var(--font-sans);font-size:clamp(1.25rem,4vw,2.1rem);line-height:1;font-weight:800;letter-spacing:.02em}.countdown__cell span{display:block;margin-top:.3rem;font-size:.62rem;letter-spacing:.06em;text-transform:uppercase;opacity:.85}@media(min-width:480px){.countdown__cell span{font-size:.68rem;letter-spacing:.1em}}.countdown-done{font-weight:600;margin-top:1rem;font-family:var(--font-sans);font-size:1.25rem;color:var(--vnrc-gold-soft)}.timeline{list-style:none;margin:1.75rem 0 0;padding:0;display:grid;gap:0}.timeline--full{max-width:min(78rem,100%)}.timeline__item{display:grid;grid-template-columns:2rem minmax(0,1fr);gap:1.15rem;position:relative;padding-bottom:.25rem}.timeline__marker{display:flex;flex-direction:column;align-items:center;padding-top:.35rem}.timeline__dot{width:1rem;height:1rem;border-radius:50%;background:var(--vnrc-red);border:3px solid #fff;box-shadow:0 0 0 2px var(--vnrc-red);flex-shrink:0;z-index:1}.timeline__item.is-highlight .timeline__dot{background:var(--vnrc-gold);box-shadow:0 0 0 2px var(--vnrc-gold),0 0 0 6px #d4b56a40;width:1.15rem;height:1.15rem}.timeline__connector{display:flex;flex-direction:column;align-items:center;flex:1;min-height:3.25rem;width:100%;margin-top:.2rem}.timeline__line{flex:1;width:3px;min-height:2.5rem;background:linear-gradient(180deg,var(--vnrc-red) 0%,rgba(179,34,40,.55) 70%,rgba(212,181,106,.7) 100%);border-radius:2px}.timeline__arrow{width:0;height:0;border-left:7px solid transparent;border-right:7px solid transparent;border-top:10px solid var(--vnrc-red);margin-top:-1px;filter:drop-shadow(0 1px 0 rgba(92,18,22,.2))}.timeline__item.is-highlight .timeline__arrow{border-top-color:var(--vnrc-gold)}.timeline__content{display:grid;gap:1rem;padding-bottom:1.25rem;min-width:0}.timeline__media{display:grid;gap:.75rem;min-width:0}.timeline__year{font-family:var(--font-sans);font-size:clamp(1.15rem,2.4vw,1.55rem);font-weight:800;color:var(--vnrc-red);letter-spacing:-.02em;line-height:1.2}.timeline__item.is-highlight .timeline__year{color:var(--vnrc-red-deep)}.timeline__body h3{font-size:clamp(1.1rem,2vw,1.35rem);font-weight:700;margin-bottom:.35rem;color:var(--vnrc-ink);line-height:1.3}.timeline__body p,.timeline__context{margin:0 0 .75rem;color:#4a3538;font-size:var(--fs-body);line-height:1.55}.timeline__milestones{list-style:none;margin:0;padding:0;display:grid;gap:.65rem}.timeline__milestones li{display:grid;gap:.2rem;padding:.55rem .65rem;background:#ffffffb3;border-left:3px solid var(--vnrc-sand)}.timeline__milestones strong{color:var(--vnrc-red);font-size:.9rem}.timeline__milestones span{color:#4a3538;font-size:.95rem;line-height:1.5}.timeline__gallery{display:grid;gap:.65rem;grid-template-columns:1fr;margin:0}.timeline__gallery figure{margin:0}.timeline__gallery-btn{display:block;width:100%;padding:0;border:0;background:transparent;cursor:pointer;overflow:hidden;border-radius:6px}.timeline__gallery img{width:100%;height:auto;display:block;border-radius:6px;border:1px solid #3e2b14;box-shadow:0 8px 20px #5c121629,0 2px 6px #14060a1a;transition:transform .35s ease,box-shadow .35s ease}.timeline__gallery-btn:hover img,.timeline__gallery-btn:focus-visible img{transform:scale(1.02);box-shadow:0 14px 28px #5c121638,0 4px 10px #14060a1f}.timeline__gallery-btn:focus-visible{outline:2px solid var(--vnrc-gold);outline-offset:2px}.timeline__gallery figcaption{font-size:.78rem;color:#564f48;padding:.35rem .1rem 0}@media(min-width:768px){.timeline--full .timeline__item{grid-template-columns:2.25rem minmax(0,1fr);gap:1.5rem}.timeline--full .timeline__content{grid-template-columns:minmax(11rem,15.5rem) minmax(0,1fr);gap:1.75rem;align-items:start;padding-bottom:2rem}.timeline--full .timeline__year{padding-top:.15rem}.timeline--full .timeline__gallery{gap:.85rem}}@media(min-width:1100px){.timeline--full .timeline__content{grid-template-columns:minmax(12.5rem,17rem) minmax(0,1fr);gap:2rem}}.timeline-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:130;display:grid;place-items:center;padding:1.25rem}.timeline-lightbox__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:0;background:#0a0206e6;cursor:pointer}.timeline-lightbox__frame{position:relative;z-index:1;display:grid;gap:.75rem;justify-items:center;max-width:min(1100px,100%)}.timeline-lightbox__frame img{max-width:100%;max-height:85vh;width:auto;height:auto;object-fit:contain;box-shadow:0 18px 48px #00000073}.timeline-lightbox__frame p{color:#fff8f5;margin:0;text-align:center;max-width:40rem;font-size:.95rem}.timeline-lightbox__close{position:absolute;z-index:2;top:calc(.75rem + var(--safe-top));right:var(--gutter);border:1px solid rgba(255,255,255,.35);background:#14060a8c;color:#fff;min-height:var(--touch-min);padding:.5rem .9rem;cursor:pointer}.timeline-lightbox__close:hover,.timeline-lightbox__close:focus-visible{background:#b32228d9;outline:none}.timeline--full .timeline__item.is-highlight .timeline__body{padding:.85rem 1rem;background:#b322280a;border-left:3px solid var(--vnrc-red)}.timeline__item.is-last .timeline__content{padding-bottom:.5rem}.timeline--compact{max-width:none;width:100%;gap:.85rem;margin-top:1.5rem}.timeline--compact .timeline__item{grid-template-columns:1fr;gap:0;padding:0;min-height:100%}.timeline--compact .timeline__marker{display:none}.timeline--compact .timeline__content{display:flex;flex-direction:column;gap:.55rem;height:100%;padding:1.15rem 1.2rem 1.25rem;background:linear-gradient(135deg,rgba(179,34,40,.06),transparent 42%),#fff;border:1px solid var(--vnrc-sand);border-top:3px solid var(--vnrc-red);transition:transform .3s ease,box-shadow .3s ease}.timeline--compact .timeline__media{gap:.25rem}.timeline--compact .timeline__item:hover .timeline__content{transform:translateY(-3px);box-shadow:0 14px 32px #5c12161f}.timeline--compact .timeline__year{font-size:.85rem;letter-spacing:.08em;text-transform:uppercase;color:var(--vnrc-red)}.timeline--compact .timeline__body{display:flex;flex-direction:column;gap:.45rem;flex:1}.timeline--compact .timeline__body h3{font-size:clamp(1.05rem,1.8vw,1.2rem);margin:0}.timeline--compact .timeline__body p{margin:0;font-size:.95rem;line-height:1.5;color:#564f48}.timeline--compact .timeline__item.is-highlight .timeline__content{border-top-color:var(--vnrc-gold);background:linear-gradient(135deg,rgba(212,181,106,.14),transparent 45%),#fff}.timeline--compact .timeline__item.is-highlight .timeline__body{padding:0;background:transparent;border:0}@media(min-width:640px){.timeline--compact{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}}@media(min-width:1100px){.timeline--compact{grid-template-columns:repeat(4,minmax(0,1fr));gap:1.15rem}}@media(prefers-reduced-motion:reduce){.timeline__gallery img,.timeline--compact .timeline__content{transition:none}.timeline--compact .timeline__item:hover .timeline__content{transform:none}}.share-buttons{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem .65rem;font-size:.9rem;margin-top:.75rem}.share-buttons a,.share-buttons button{border:1px solid var(--vnrc-sand);background:var(--vnrc-white);color:var(--vnrc-bamboo);padding:.55rem .85rem;min-height:var(--touch-min);display:inline-flex;align-items:center;border-radius:var(--radius);cursor:pointer}.share-buttons a:hover,.share-buttons button:hover{border-color:var(--vnrc-bamboo)}.press-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin:1.25rem 0}@media(min-width:768px){.press-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}}@media(min-width:980px){.press-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.press-card{display:flex;flex-direction:column;min-width:0;height:100%;background:#fff;border:1px solid var(--vnrc-sand);color:inherit;overflow:hidden;transition:transform .25s ease,box-shadow .25s ease}.press-card:hover{transform:translateY(-3px);box-shadow:0 12px 28px #5c12161f}.press-card__media{display:block;width:100%;aspect-ratio:16 / 10;object-fit:cover;background:var(--vnrc-red-deep)}.press-card__media--fallback{background:radial-gradient(circle at 30% 30%,rgba(212,58,64,.5),transparent 50%),linear-gradient(135deg,var(--vnrc-red-deep),var(--vnrc-red))}.press-card__body{display:flex;flex-direction:column;gap:.4rem;padding:.7rem .75rem .85rem;min-width:0}.press-card__body strong{font-size:.92rem;line-height:1.35;font-weight:700;color:var(--vnrc-red-deep);overflow-wrap:anywhere}.press-card__excerpt{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;color:#4a3538;font-size:.82rem;line-height:1.4}.press-card__body small{margin-top:auto;color:#6b5d58;font-size:.72rem}@media(min-width:768px){.press-card__body{padding:.85rem .9rem 1rem}.press-card__body strong{font-size:1rem}}.impact-strip{position:relative;padding:clamp(1.5rem,3.5vw,3.25rem) 0;color:var(--vnrc-white);background:linear-gradient(90deg,rgba(212,181,106,.15),transparent 35%,transparent 65%,rgba(212,181,106,.12)),linear-gradient(180deg,var(--vnrc-red-deep),var(--vnrc-red) 60%,#a10f26);border-block:1px solid rgba(212,181,106,.35)}.impact-strip__grid{display:grid;gap:1rem .75rem;grid-template-columns:repeat(2,minmax(0,1fr))}@media(min-width:768px){.impact-strip__grid{grid-template-columns:repeat(4,1fr);gap:1rem}}.impact-strip__item{text-align:center;padding:.35rem .25rem}.impact-strip__item strong{display:block;font-family:var(--font-sans);font-size:clamp(1.85rem,5vw,3.25rem);line-height:1;font-weight:800;letter-spacing:-.02em}.impact-strip__item span{display:block;margin-top:.4rem;font-size:.72rem;letter-spacing:.04em;text-transform:uppercase;opacity:.92;font-weight:600;line-height:1.35}@media(min-width:768px){.impact-strip__item span{margin-top:.55rem;font-size:var(--fs-kicker);letter-spacing:.08em;font-weight:500}}.activity-ribbon{display:grid;gap:.65rem;margin-top:1.25rem}@media(min-width:768px){.activity-ribbon{gap:.85rem;margin-top:1.75rem;grid-template-columns:1.35fr 1fr}.activity-ribbon>:first-child{grid-row:span 2}.activity-ribbon>:first-child .activity-ribbon__panel{min-height:100%}}@media(min-width:980px){.activity-ribbon{grid-template-columns:1.4fr 1fr 1fr}.activity-ribbon>:first-child{grid-row:span 3}}.activity-ribbon__panel{position:relative;display:block;min-height:8.5rem;overflow:hidden;color:var(--vnrc-white);isolation:isolate;box-shadow:0 14px 32px #5c121629;transition:transform .35s ease,box-shadow .35s ease}@media(min-width:768px){.activity-ribbon__panel{min-height:11rem}}.activity-ribbon__panel:hover{transform:translateY(-4px);box-shadow:0 20px 40px #5c12163d}.activity-ribbon__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:linear-gradient(120deg,#14060a8c,#5c1216b8),radial-gradient(circle at 80% 20%,rgba(212,58,64,.55),transparent 45%),linear-gradient(145deg,#4a0712,var(--vnrc-red) 50%,#8a1528);transition:transform .6s ease}.activity-ribbon__panel:hover .activity-ribbon__bg{transform:scale(1.06)}.tone-live .activity-ribbon__bg{background:linear-gradient(120deg,#14060a73,#1b5e3b73),linear-gradient(145deg,#5a0a18,var(--vnrc-red) 40%,#1b5e3b)}.tone-done .activity-ribbon__bg{filter:saturate(.85)}.activity-ribbon__content{display:flex;flex-direction:column;justify-content:flex-end;gap:.35rem;min-height:inherit;padding:1rem 1.1rem}@media(min-width:768px){.activity-ribbon__content{gap:.45rem;padding:1.35rem 1.4rem}}.activity-ribbon__meta{font-size:.72rem;letter-spacing:.06em;text-transform:uppercase;color:var(--vnrc-gold-soft);font-weight:600}.activity-ribbon__content strong{font-family:var(--font-sans);font-size:clamp(1.15rem,2.2vw,1.65rem);line-height:1.2;font-weight:700}.activity-ribbon__cta{font-size:.9rem;font-weight:600;opacity:.85;transition:opacity .2s ease,letter-spacing .2s ease}.activity-ribbon__panel:hover .activity-ribbon__cta{opacity:1;letter-spacing:.04em}.next-event-banner{background:linear-gradient(90deg,var(--vnrc-red-deep),var(--vnrc-red));color:var(--vnrc-white);border-block:1px solid rgba(212,181,106,.35)}.next-event-banner__inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem 1rem;padding-block:.85rem}.next-event-banner p{margin:0;display:grid;gap:.2rem;min-width:0;flex:1}.next-event-banner__kicker{font-size:var(--fs-kicker);letter-spacing:.12em;text-transform:uppercase;color:var(--vnrc-gold-soft);font-weight:700}.next-event-banner strong{font-size:.98rem;line-height:1.35}.next-event-banner .btn{flex-shrink:0;padding:.65rem 1rem}@media(max-width:479px){.next-event-banner .btn{width:100%}}.skeleton{display:grid;gap:.65rem;padding:.25rem 0}.skeleton__line{height:.85rem;border-radius:2px;background:linear-gradient(90deg,#e8d4d08c,#fff8f5f2,#e8d4d08c);background-size:200% 100%;animation:skeleton-shimmer 1.2s ease-in-out infinite}.skeleton__line--title{height:1.25rem;width:55%}.skeleton__line:nth-child(2){width:92%}.skeleton__line:nth-child(3){width:78%}.skeleton__line:nth-child(4){width:88%}@keyframes skeleton-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}@media(prefers-reduced-motion:reduce){.skeleton__line{animation:none;background:#e8d4d0a6}}.empty-state{padding:1.25rem 1.1rem;background:#fff;border:1px dashed var(--vnrc-sand);color:#564f48}.empty-state strong{display:block;color:var(--vnrc-red-deep);margin-bottom:.35rem}.empty-state p{margin:0;font-size:.95rem}.hero{position:relative;min-height:auto;width:100%;color:var(--vnrc-white);display:grid;place-items:center;text-align:center;overflow:hidden;isolation:isolate}@media(min-width:768px){.hero{min-height:100svh}}@media(min-height:720px)and (max-width:767px){.hero{min-height:100svh}}.hero__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background:radial-gradient(ellipse 70% 55% at 50% 35%,rgba(255,90,96,.35),transparent 58%),radial-gradient(ellipse 45% 40% at 80% 15%,rgba(212,181,106,.14),transparent 48%),linear-gradient(165deg,#c6282e 0%,var(--vnrc-red) 42%,#a01c24 100%)}.hero__veil{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;background:linear-gradient(180deg,#8c141c14,#7810181f 45%,#5a0c1447);pointer-events:none}.hero__content{position:relative;z-index:3;width:min(920px,calc(100% - (var(--gutter) * 2)));margin-inline:auto;padding:calc(var(--header-h) + 1.25rem) 0 2.25rem;display:flex;flex-direction:column;align-items:center}@media(min-width:768px){.hero__content{padding:calc(var(--header-h) + 2rem) 0 3.5rem}}.hero__brand{margin-bottom:.85rem}.hero__logo{display:block;width:min(100%,clamp(14rem,58vw,28rem));height:auto;margin-inline:auto;object-fit:contain;filter:drop-shadow(0 12px 40px rgba(0,0,0,.35))}@media(min-width:768px){.hero__brand{margin-bottom:1.25rem}}.hero h1{font-size:clamp(1.35rem,3.2vw,2.35rem);max-width:22ch;font-weight:700;line-height:1.25;text-shadow:0 8px 30px rgba(0,0,0,.35);margin-bottom:.65rem}.hero__dates{opacity:.92;letter-spacing:.12em;text-transform:uppercase;font-size:.72rem;font-weight:500;margin-bottom:.25rem}.hero__cta{display:flex;flex-wrap:wrap;justify-content:center;gap:.65rem;margin:1.25rem 0 .35rem;width:100%}.hero__cta .btn{background:var(--vnrc-white);color:var(--vnrc-red);border-color:var(--vnrc-white);box-shadow:0 10px 24px #460a1038}.hero__cta .btn:hover{background:#fff8f8;color:var(--vnrc-red-dark);border-color:#fff8f8;box-shadow:0 14px 28px #460a1047}.hero__cta .btn-outline{background:var(--vnrc-white);color:var(--vnrc-red);border-color:var(--vnrc-white)}.hero__cta .btn-outline:hover{background:#fff8f8;color:var(--vnrc-red-dark);border-color:#fff8f8}@media(max-width:479px){.hero__cta .btn{width:100%}}@media(min-width:768px){.hero__cta{gap:.85rem;margin:1.75rem 0 .5rem}}.hero__scroll{position:absolute;z-index:3;left:50%;bottom:calc(.75rem + var(--safe-bottom));transform:translate(-50%);width:1.1rem;height:1.75rem;border:1px solid rgba(255,255,255,.45);border-radius:999px;display:none;justify-content:center;padding-top:.3rem}@media(min-height:700px){.hero__scroll{display:grid}}.hero__scroll span{width:.28rem;height:.28rem;border-radius:50%;background:var(--vnrc-gold-soft);animation:scroll-dot 1.6s ease-in-out infinite}@keyframes scroll-dot{0%{transform:translateY(0);opacity:1}to{transform:translateY(12px);opacity:0}}.section-kicker{margin:0 0 .55rem;font-size:var(--fs-kicker);font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--vnrc-red)}.section-kicker--light{color:var(--vnrc-gold-soft)}.section--journey{background:radial-gradient(ellipse 50% 40% at 100% 0%,rgba(179,34,40,.08),transparent),var(--vnrc-ivory);text-align:left;padding-bottom:0}.section--journey .section-title,.section--press .section-title,.section--stories .section-title{font-size:var(--fs-section)}.journey-band{margin-top:1.5rem;padding:1.5rem 0 var(--space-5);background:linear-gradient(180deg,rgba(179,34,40,.04),transparent 35%),linear-gradient(90deg,transparent,rgba(212,181,106,.08),transparent);border-block:1px solid rgba(232,212,208,.85)}.section--activities{position:relative;isolation:isolate;overflow:hidden;color:var(--vnrc-ink);background:radial-gradient(ellipse 46% 58% at 6% 8%,rgba(212,58,64,.2),transparent 64%),radial-gradient(ellipse 40% 50% at 98% 92%,rgba(212,181,106,.42),transparent 62%),radial-gradient(ellipse 34% 42% at 72% 0%,rgba(179,34,40,.1),transparent 58%),linear-gradient(168deg,#fff8f4,#fffdfb 48%,#f6efe4)}.section--activities .container{position:relative;z-index:1}.section--activities .section-title{color:var(--vnrc-red-deep);font-size:var(--fs-section)}.section--activities .section-lead{color:#4a3538;font-size:var(--fs-lead)}.section--activities .section-kicker{color:#9a6420}.activities-fx{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;overflow:hidden}.activities-fx:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;opacity:.55;background-image:linear-gradient(rgba(179,34,40,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(179,34,40,.07) 1px,transparent 1px);background-size:52px 52px;-webkit-mask-image:radial-gradient(ellipse at 50% 40%,#000 18%,transparent 74%);mask-image:radial-gradient(ellipse at 50% 40%,#000 18%,transparent 74%)}.activities-fx__orb{position:absolute;border-radius:50%;filter:blur(8px);animation:activities-drift 14s ease-in-out infinite alternate}.activities-fx__orb--red{width:min(28rem,70vw);height:min(28rem,70vw);left:-8%;top:-18%;background:radial-gradient(circle,rgba(212,58,64,.38),transparent 68%)}.activities-fx__orb--gold{width:min(22rem,58vw);height:min(22rem,58vw);right:-6%;bottom:-22%;background:radial-gradient(circle,rgba(232,201,122,.7),transparent 70%);animation-delay:-4s}.activities-fx__orb--soft{width:min(16rem,42vw);height:min(16rem,42vw);right:18%;top:8%;background:radial-gradient(circle,rgba(255,255,255,.9),transparent 70%);animation-duration:18s;animation-delay:-7s}.activities-fx__cross{position:absolute;right:8%;top:18%;width:7.5rem;height:7.5rem;opacity:.14;background:linear-gradient(#b32228,#b32228) center / 28% 100% no-repeat,linear-gradient(#b32228,#b32228) center / 100% 28% no-repeat;animation:activities-pulse 6.5s ease-in-out infinite}@keyframes activities-drift{0%{transform:translateZ(0) scale(1)}to{transform:translate3d(18px,-22px,0) scale(1.08)}}@keyframes activities-pulse{0%,to{opacity:.1;transform:rotate(0) scale(1)}50%{opacity:.2;transform:rotate(8deg) scale(1.06)}}@media(prefers-reduced-motion:reduce){.activities-fx__orb,.activities-fx__cross{animation:none}}.section--stories{background:radial-gradient(ellipse 55% 70% at 0% 20%,rgba(179,34,40,.12),transparent 58%),radial-gradient(ellipse 50% 65% at 100% 80%,rgba(27,94,59,.14),transparent 55%),var(--vnrc-ivory)}.dual{display:grid;gap:1rem;align-items:stretch}@media(min-width:768px){.dual{grid-template-columns:1fr 1fr;gap:1.25rem}}.spotlight-wrap{display:flex;height:100%}.spotlight{position:relative;isolation:isolate;display:flex;flex-direction:column;flex:1;min-height:18.5rem;overflow:hidden;padding:1.55rem 1.4rem 1.4rem;color:#fff8f5;border:1px solid rgba(232,201,122,.45);box-shadow:0 18px 42px #14060a2e;transition:transform .28s ease,box-shadow .28s ease}.spotlight:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:linear-gradient(115deg,transparent 35%,rgba(255,245,242,.16),transparent 62%);transform:translate(-70%);transition:transform .7s ease}.spotlight:hover,.spotlight:focus-visible{transform:translateY(-5px);box-shadow:0 24px 48px #14060a47;outline:none}.spotlight:hover:before,.spotlight:focus-visible:before{transform:translate(70%)}.spotlight:focus-visible{outline:2px solid var(--vnrc-gold);outline-offset:3px}.spotlight--story{background:radial-gradient(circle at 92% 8%,rgba(232,201,122,.42),transparent 32%),linear-gradient(155deg,#e24a42,#b32228 46%,#6d1016)}.spotlight--wish{background:radial-gradient(circle at 88% 0%,rgba(232,201,122,.38),transparent 34%),linear-gradient(160deg,#3d9a62,#1b5e3b,#0c3322)}.spotlight__seal{position:absolute;top:1.1rem;right:1.1rem;width:4.4rem;height:4.4rem;object-fit:contain;border-radius:50%;box-shadow:0 8px 22px #14060a47;background:#fff}.spotlight__kicker{margin:0 0 .45rem;font-size:var(--fs-kicker);font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:#f3d98a}.spotlight h2{margin:0 0 .7rem;max-width:12ch;font-size:clamp(1.7rem,3vw,2.2rem);line-height:1.12;color:#fff}.spotlight__lead{margin:0 0 1rem;max-width:36ch;color:#fff5f2e6;font-size:1.02rem;line-height:1.55}.spotlight__chip{margin:0 0 1.25rem;align-self:flex-start;padding:.35rem .65rem;border:1px solid rgba(243,217,138,.55);background:#14060a2e;color:#f3d98a;font-size:.78rem;font-weight:700;letter-spacing:.04em}.spotlight__notes{display:grid;gap:.55rem;margin:0 0 .9rem;padding:0;list-style:none}.spotlight__notes li{padding:.65rem .75rem;background:#fff8f51f;border-left:3px solid #f3d98a}.spotlight__notes q{quotes:none;font-size:.92rem;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.spotlight__notes cite{display:block;margin-top:.3rem;font-style:normal;font-size:.75rem;font-weight:700;letter-spacing:.04em;color:#f3d98a}.spotlight__stat{margin:0 0 1.15rem;color:#fff5f2eb;font-size:.95rem;line-height:1.45}.spotlight__stat strong{color:#f3d98a;font-size:1.15rem}.spotlight__cta{margin-top:auto;align-self:flex-start;display:inline-flex;align-items:center;min-height:var(--touch-min);padding:.7rem 1.15rem;background:#f3d98a;color:#3d0610;font-weight:700;letter-spacing:.02em}.spotlight:hover .spotlight__cta,.spotlight:focus-visible .spotlight__cta{background:#fff8f5}@media(min-width:768px){.spotlight{padding:1.85rem 1.65rem 1.55rem;min-height:22rem}.spotlight__seal{width:5.2rem;height:5.2rem}}.section--press{background:linear-gradient(180deg,rgba(179,34,40,.04),transparent),#fff}.news-editorial{display:grid;gap:1.25rem;margin:1.75rem 0}.news-editorial__item{display:grid;gap:1rem;padding-bottom:1.25rem;border-bottom:1px solid var(--vnrc-sand)}@media(min-width:768px){.news-editorial__item{grid-template-columns:220px 1fr;align-items:start}}.news-editorial__item h3{font-size:clamp(1.15rem,2vw,1.3rem);font-weight:700}.news-editorial__item p{color:#4a3538;font-size:var(--fs-body)}.contest-band{position:relative;isolation:isolate;overflow:hidden;padding:var(--space-5) 0;color:var(--vnrc-white);text-align:center;background:radial-gradient(circle at 50% 30%,rgba(212,58,64,.4),transparent 40%),linear-gradient(120deg,var(--vnrc-red-deep),var(--vnrc-red) 50%,#8f1024)}@media(min-width:980px){.contest-band{padding:var(--space-6) 0}}.contest-band__inner{position:relative;z-index:2;max-width:50rem;margin-inline:auto;display:flex;flex-direction:column;align-items:center}.contest-band__reveal{display:flex;flex-direction:column;align-items:center;text-align:center;width:100%}.contest-band h2{font-size:var(--fs-section);font-weight:700;margin-bottom:.65rem;line-height:1.3}.contest-band p{opacity:.92;margin-bottom:1.15rem;font-size:var(--fs-lead)}.contest-band .btn{min-width:min(100%,16rem)}@media(max-width:479px){.contest-band .btn{width:100%}}@media(prefers-reduced-motion:reduce){.hero__scroll span,.spotlight,.spotlight:before{animation:none!important;transition:none!important}}.page-masthead__inner{position:relative;z-index:2}.page-masthead__kicker{margin:0 0 .55rem;font-size:var(--fs-kicker);font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--vnrc-gold-soft)}.page-masthead__lead{margin:.65rem 0 0;opacity:.92;font-size:var(--fs-lead);line-height:1.55}.livestream{position:relative;width:100%;aspect-ratio:16 / 9;background:#111;border:1px solid var(--vnrc-sand)}.livestream iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:0}.livestream--image{aspect-ratio:auto;background:#fff}.livestream--image img{display:block;width:100%;height:auto}.livestream--empty{display:grid;place-items:center;aspect-ratio:16 / 9;background:#1a1a1a;color:#f4efe9;padding:1rem;text-align:center}.zoom-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:140;display:grid;grid-template-rows:auto 1fr auto;background:#0a0206eb}.zoom-lightbox__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:0;background:transparent;cursor:pointer}.zoom-lightbox__toolbar{position:relative;z-index:2;display:flex;flex-wrap:wrap;gap:.5rem;justify-content:flex-end;padding:calc(.75rem + var(--safe-top)) var(--gutter) .75rem}.zoom-lightbox__toolbar .btn-ghost{border-color:#ffffff59;color:#fff}.zoom-lightbox__stage{position:relative;z-index:1;overflow:hidden;cursor:grab;touch-action:none;display:grid;place-items:center;min-height:0}.zoom-lightbox__stage:active{cursor:grabbing}.zoom-lightbox__stage img{max-width:min(96vw,100%);max-height:calc(100dvh - 7.5rem);width:auto;height:auto;object-fit:contain;transform-origin:center center;-webkit-user-select:none;user-select:none;pointer-events:none;box-shadow:0 20px 50px #00000073}.zoom-lightbox__hint{position:relative;z-index:2;margin:0;padding:.65rem var(--gutter) calc(.85rem + var(--safe-bottom));text-align:center;color:#fff5f2bf;font-size:.85rem}.news-marquee{margin:2rem 0 0}.news-marquee .section-title{margin-bottom:.85rem}.news-marquee__empty{margin:0;color:#564f48}.news-marquee__viewport{overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent,#000 4%,#000 96%,transparent);mask-image:linear-gradient(90deg,transparent,#000 4%,#000 96%,transparent)}.news-marquee__track{display:flex;gap:.85rem;width:max-content;animation:news-marquee-scroll 55s linear infinite}.news-marquee__track.is-static{animation:none}.news-marquee__viewport:hover .news-marquee__track{animation-play-state:paused}.news-marquee__card{flex:0 0 min(16rem,72vw);display:grid;gap:.45rem;color:inherit;background:#fff;border:1px solid var(--vnrc-sand);padding:.55rem;transition:transform .25s ease,box-shadow .25s ease}.news-marquee__card:hover{transform:translateY(-2px);box-shadow:0 10px 24px #5c12161f}.news-marquee__card img,.news-marquee__fallback{width:100%;aspect-ratio:16 / 10;object-fit:cover;display:block;background:var(--vnrc-red-deep)}.news-marquee__fallback{background:radial-gradient(circle at 30% 30%,rgba(212,58,64,.45),transparent 55%),linear-gradient(135deg,var(--vnrc-red-deep),var(--vnrc-red))}.news-marquee__card strong{font-size:.88rem;line-height:1.35;color:var(--vnrc-red-deep);overflow-wrap:anywhere}.news-marquee__views{font-size:.72rem;color:#6b5d58}@keyframes news-marquee-scroll{0%{transform:translate(-50%)}to{transform:translate(0)}}@media(prefers-reduced-motion:reduce){.news-marquee__track{animation:none;flex-wrap:wrap;width:100%}.news-marquee__viewport{-webkit-mask-image:none;mask-image:none;overflow-x:auto}}.event-news-grid{margin:1.25rem 0 0}.event-news-grid .section-title{margin-bottom:.85rem}.event-news-grid__empty{margin:0;color:#564f48}.event-news-grid__list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}@media(min-width:768px){.event-news-grid__list{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}}@media(min-width:980px){.event-news-grid__list{grid-template-columns:repeat(4,minmax(0,1fr))}}.event-news-grid__card{display:grid;gap:.5rem;min-width:0;color:inherit;background:#fff;border:1px solid var(--vnrc-sand);padding:.55rem;transition:transform .25s ease,box-shadow .25s ease}.event-news-grid__card:hover{transform:translateY(-2px);box-shadow:0 10px 24px #5c12161f}.event-news-grid__card img,.event-news-grid__fallback{width:100%;aspect-ratio:16 / 10;object-fit:cover;display:block;background:var(--vnrc-red-deep)}.event-news-grid__fallback{background:radial-gradient(circle at 30% 30%,rgba(212,58,64,.45),transparent 55%),linear-gradient(135deg,var(--vnrc-red-deep),var(--vnrc-red))}.event-news-grid__card strong{font-size:.9rem;line-height:1.35;color:var(--vnrc-red-deep);overflow-wrap:anywhere}.event-news-grid__views{font-size:.75rem;color:#6b5d58}.event-news-grid__more{display:flex;justify-content:center;margin-top:1.25rem}.event-split{display:grid;gap:1.25rem;margin:1.25rem 0 0;align-items:stretch}@media(min-width:980px){.event-split{grid-template-columns:minmax(0,3fr) minmax(12rem,1fr);gap:1.5rem}.event-split--solo{grid-template-columns:minmax(0,1fr)}.event-split__side{display:flex;flex-direction:column;min-height:100%;align-self:stretch}.event-infographic{flex:1 1 auto;height:100%;min-height:0}.event-infographic img{height:100%;max-height:none;object-fit:contain;object-position:top center}}.event-split__main{display:grid;gap:1.25rem;min-width:0}.event-split__main .livestream-bleed{margin-inline:0;width:100%}.event-split__side{min-width:0}.event-program__list{list-style:none;margin:0;padding:0;display:grid;gap:.75rem}.event-program__list>li{display:grid;gap:.25rem;padding:.75rem .85rem;background:#ffffffbf;border-left:3px solid var(--vnrc-sand)}.event-program__list>li.is-milestone{border-left-color:var(--vnrc-red);background:#b322280f}.event-program__list>li.is-stage{border-left-color:var(--vnrc-gold)}.event-program__list strong{color:var(--vnrc-red);font-size:.95rem}.event-program__list>li>span{color:var(--vnrc-ink);font-weight:600;line-height:1.4}.event-program__children{list-style:none;margin:.45rem 0 0;padding:.35rem 0 0 .75rem;border-top:1px dashed var(--vnrc-sand);display:grid;gap:.35rem}.event-program__children li{display:grid;gap:.1rem}.event-program__children span{font-weight:500;color:#4a3538}.event-infographic__title{margin:0 0 .65rem;font-size:1.05rem;color:var(--vnrc-red-deep);flex:0 0 auto}.event-infographic{display:grid;grid-template-rows:1fr auto;gap:.5rem;width:100%;padding:0;border:1px solid var(--vnrc-sand);background:#fff;cursor:zoom-in;text-align:left;overflow:hidden;box-shadow:0 10px 24px #5c12161a;transition:transform .25s ease,box-shadow .25s ease}.event-infographic:hover{transform:translateY(-2px);box-shadow:0 14px 30px #5c121629}.event-infographic img{width:100%;height:auto;display:block;max-height:min(70vh,40rem);object-fit:contain;object-position:top center;background:#fff8f5}.event-infographic span{padding:0 .75rem .75rem;font-size:.82rem;color:#564f48}.event-updating{margin:.35rem 0 0;color:#564f48;font-style:italic}.event-speeches{list-style:none;margin:.5rem 0 0;padding:0;display:grid;gap:.85rem}.event-speeches li{display:grid;gap:.2rem;padding:.65rem .75rem;background:#ffffffbf;border-left:3px solid var(--vnrc-sand)}.event-speeches strong{color:var(--vnrc-red-deep)}.event-speeches a{color:var(--vnrc-red);font-weight:600;width:fit-content}.event-gallery--masonry{column-count:2;column-gap:.75rem;margin-top:.75rem}@media(min-width:768px){.event-gallery--masonry{column-count:3;column-gap:1rem}}@media(min-width:1100px){.event-gallery--masonry{column-count:4}}.event-gallery__item{display:block;width:100%;margin:0 0 .75rem;padding:0;border:0;background:transparent;break-inside:avoid;cursor:zoom-in;text-align:left}.event-gallery__item img{display:block;width:100%;height:auto;aspect-ratio:auto;object-fit:unset;border:1px solid var(--vnrc-sand);background:transparent}.event-gallery__item span{display:block;padding:.35rem .15rem 0;font-size:.8rem;color:#564f48}.wish-tree{display:grid;gap:1.25rem}.wish-tree__cta-row{display:flex;justify-content:center}.wish-tree__cta{min-width:min(100%,18rem)}.wish-tree__dialog{border:0;padding:0;max-width:min(28rem,calc(100vw - 2rem));width:100%;background:transparent;border-radius:var(--radius)}.wish-tree__dialog::backdrop{background:#14080a8c}.wish-tree__form{background:#fff;border:1px solid var(--vnrc-sand);border-top:3px solid var(--vnrc-red);padding:1.15rem;display:grid;gap:.75rem;border-radius:var(--radius)}.wish-tree__form-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.wish-tree__form h3{margin:0;font-size:1.25rem;color:var(--vnrc-red-deep)}.wish-tree__form-close{border:0;background:transparent;font-size:1.6rem;line-height:1;color:#6b5d58;cursor:pointer;min-width:var(--touch-min);min-height:var(--touch-min)}.wish-tree__form label{display:grid;gap:.35rem;font-size:.9rem}.wish-tree__form input,.wish-tree__form textarea,.wish-tree__form select{border:1px solid var(--vnrc-sand);padding:.75rem .85rem;border-radius:var(--radius);background:#fff;min-height:var(--touch-min);font:inherit}.wish-tree__form textarea{min-height:6rem;resize:vertical}.wish-tree__notice{margin:0;color:var(--vnrc-bamboo);font-size:.9rem}.wish-tree__list-head{display:grid;gap:.75rem;margin-bottom:.85rem}.wish-tree__list-title{margin:0;font-size:1.05rem;color:var(--vnrc-red-deep)}.wish-tree__list-count{font-weight:600;color:#7a4a4e}.wish-tree__list-toolbar{display:grid;gap:.55rem}.wish-tree__list-field{display:grid;margin:0}.wish-tree__list-field input,.wish-tree__list-field select{border:1px solid var(--vnrc-sand);padding:.7rem .85rem;border-radius:var(--radius);background:#fff;min-height:var(--touch-min);font:inherit;width:100%}.wish-tree__list-empty{margin:0;padding:1rem 0;color:#564f48}.wish-tree__list-detail{display:grid;gap:.35rem;margin-bottom:.85rem;padding:1rem;background:#fff8f6;border:1px solid var(--vnrc-sand);border-left:3px solid var(--vnrc-red);border-radius:var(--radius)}.wish-tree__list-detail p{margin:.25rem 0 .5rem;color:var(--vnrc-ink)}.wish-tree__list-detail button{border:0;background:transparent;color:var(--vnrc-red);font-weight:600;cursor:pointer;min-height:var(--touch-min);padding:0;justify-self:start}.wish-tree__list{display:grid;gap:.55rem;margin:0;padding:0;list-style:none}.wish-tree__pager{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.65rem;margin-top:1rem}.wish-tree__pager-meta{font-size:.88rem;color:#564f48}.wish-tree__pager-range{color:#8a5a4e}.wish-tree__list-item{display:grid;gap:.2rem;padding:.75rem .85rem;background:#fff;border:1px solid var(--vnrc-sand);border-left:3px solid var(--vnrc-red);color:var(--vnrc-ink);text-align:left;cursor:pointer;min-height:var(--touch-min);border-radius:var(--radius);width:100%}.wish-tree__list-item.is-active{border-color:var(--vnrc-red);background:#fff5f5}.wish-tree__list-item strong{font-size:.92rem}.wish-tree__affil{font-size:.78rem;font-style:normal;color:#8a5a4e;font-weight:600}.wish-tree__list-item span{font-size:.85rem;color:#564f48;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.wish-tree__canvas{position:relative;display:grid;place-items:center;min-height:min(36rem,78svh);padding:.75rem .5rem 2.4rem;background:#0a0a0a;border:1px solid rgba(179,34,40,.35);overflow:hidden;border-radius:var(--radius)}.wish-tree__stage{position:relative;width:min(100%,38rem);z-index:1;animation:tree-sway 10s ease-in-out infinite;transform-origin:50% 100%}.wish-tree__art{display:block;width:100%;height:auto;max-height:min(34rem,74svh);object-fit:contain;object-position:center bottom;pointer-events:none;-webkit-user-select:none;user-select:none}.wish-tree__canvas.has-wishes .wish-tree__art{-webkit-mask-image:linear-gradient(to top,#000 0%,#000 28%,rgba(0,0,0,.35) 38%,transparent 50%);mask-image:linear-gradient(to top,#000 0%,#000 28%,rgba(0,0,0,.35) 38%,transparent 50%)}.wish-tree__heart{position:absolute;border:0;padding:0;background:transparent;cursor:pointer;transform:translate(-50%,-50%) rotate(var(--heart-tilt, 0deg));touch-action:manipulation;filter:drop-shadow(0 1px 1px rgba(74,44,26,.2));contain:layout style}.wish-tree__heart--animate{animation:heart-float var(--heart-duration, 4s) ease-in-out infinite;animation-delay:var(--heart-delay, 0s)}.wish-tree__heart-shape{display:block;width:100%;height:100%;background:var(--heart-color, #e53935);-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z'/%3E%3C/svg%3E");-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;transform-origin:center;transition:transform .22s ease,filter .22s ease}.wish-tree__heart--animate .wish-tree__heart-shape{animation:heart-twinkle var(--heart-twinkle-duration, 3s) ease-in-out infinite;animation-delay:var(--heart-twinkle-delay, 0s)}.wish-tree__heart:after{content:"";position:absolute;top:50%;right:50%;bottom:50%;left:50%;width:1.75rem;height:1.75rem;transform:translate(-50%,-50%)}.wish-tree__heart:hover .wish-tree__heart-shape,.wish-tree__heart:focus-visible .wish-tree__heart-shape,.wish-tree__heart.is-active .wish-tree__heart-shape{transform:scale(1.28);filter:brightness(1.12);animation:none}.wish-tree__heart:hover,.wish-tree__heart:focus-visible,.wish-tree__heart.is-active{z-index:35!important;outline:none}.wish-tree__heart.is-active .wish-tree__heart-shape{box-shadow:0 0 0 1px #4a2c1a}@keyframes heart-float{0%,to{transform:translate(-50%,-50%) rotate(var(--heart-tilt, 0deg)) translateY(0)}50%{transform:translate(-50%,-50%) rotate(calc(var(--heart-tilt, 0deg) + var(--heart-sway, 0deg))) translateY(-4px)}}@keyframes heart-twinkle{0%,to{opacity:.72;filter:brightness(.95);transform:scale(1)}40%{opacity:1;filter:brightness(1.18);transform:scale(1.05)}55%{opacity:.85;filter:brightness(1.05);transform:scale(.98)}70%{opacity:1;filter:brightness(1.22);transform:scale(1.06)}}@keyframes tree-sway{0%,to{transform:rotate(-.5deg)}50%{transform:rotate(.5deg)}}.wish-tree__popup{position:absolute;left:.75rem;right:.75rem;top:.75rem;bottom:auto;max-height:calc(100% - 1.5rem);overflow:auto;background:#fffcfaf7;border:1px solid var(--vnrc-sand);padding:1rem;color:var(--vnrc-ink);z-index:40;border-radius:var(--radius);box-shadow:0 10px 28px #4a2c1a1f;display:grid;gap:.25rem}.wish-tree__popup p{margin:.35rem 0 .75rem}.wish-tree__popup button{border:0;background:transparent;color:var(--vnrc-red);font-weight:600;cursor:pointer;min-height:var(--touch-min);padding:0 .25rem;justify-self:start}.wish-tree__hint,.wish-tree__empty-hint{position:absolute;left:1rem;right:1rem;bottom:.75rem;margin:0;font-size:.82rem;color:#ffe6eac7;z-index:5;text-align:center;pointer-events:none}.wish-tree__hint{display:block}@media(min-width:768px){.wish-tree__canvas{min-height:min(42rem,82svh)}.wish-tree__stage{width:min(100%,44rem)}.wish-tree__art{max-height:min(40rem,78svh)}.wish-tree__list-toolbar{grid-template-columns:1.4fr 1fr}.wish-tree__list{grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem}.wish-tree__popup{left:auto;right:1rem;top:auto;bottom:1rem;width:min(22rem,calc(100% - 2rem));max-height:42%}}@media(prefers-reduced-motion:reduce){.wish-tree__heart,.wish-tree__heart--animate,.wish-tree__heart-shape,.wish-tree__stage{animation:none!important}.wish-tree__heart-shape{opacity:1;filter:none}}.contest-info{margin-bottom:1.25rem}.contest-rules__body{margin-top:1rem}.contest-rules__body h3{margin:1.25rem 0 .5rem;font-size:1.05rem;color:var(--vnrc-red-deep)}.contest-rules__body h3:first-child{margin-top:0}.contest-rules__body ol,.contest-rules__body ul{margin:.35rem 0 .75rem;padding-left:1.25rem}.contest-rules__body p{margin:.35rem 0 .65rem;line-height:1.55}.contest-consent{position:fixed;top:0;right:0;bottom:0;left:0;z-index:120;display:grid;place-items:center;padding:1rem}.contest-consent__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:0;background:#140a0c8c;cursor:pointer}.contest-consent__panel{position:relative;z-index:1;width:min(36rem,100%);background:#fff;border:1px solid var(--vnrc-sand);padding:1.25rem 1.35rem 1.35rem;box-shadow:0 18px 40px #5c12162e}.contest-consent__panel h3{margin:0 0 1rem;color:var(--vnrc-red-deep)}.contest-consent__check{display:grid;grid-template-columns:auto 1fr;gap:.75rem;align-items:start;margin-bottom:1.25rem;font-size:.95rem;line-height:1.5;color:var(--vnrc-ink);cursor:pointer}.contest-consent__check input{margin-top:.25rem;width:1.1rem;height:1.1rem;accent-color:var(--vnrc-red)}.contest-consent .cta-row{justify-content:flex-end}.contest-auth__consent{display:grid;grid-template-columns:auto 1fr;gap:.65rem;align-items:start;font-size:.9rem;line-height:1.45;margin:.5rem 0 .25rem}.contest-auth__consent input{margin-top:.2rem;width:1.05rem;height:1.05rem;accent-color:var(--vnrc-red)}.quiz{display:grid;gap:1rem}.quiz__profile{display:grid;gap:.75rem}@media(min-width:768px){.quiz__profile{grid-template-columns:repeat(3,1fr)}}.quiz__profile label{display:grid;gap:.3rem;font-size:.9rem}.quiz__profile input{border:1px solid var(--vnrc-sand);padding:.75rem .85rem;border-radius:var(--radius);min-height:var(--touch-min)}.quiz__progress{font-size:.85rem;color:var(--vnrc-bamboo);font-weight:600}.quiz__progress-bar{position:sticky;top:var(--header-h);z-index:5;height:.35rem;background:#b322281f;border-radius:999px;overflow:hidden;margin-bottom:.35rem}.quiz__progress-bar-fill{height:100%;background:linear-gradient(90deg,var(--vnrc-red),var(--vnrc-gold));transition:width .25s ease}.quiz__pulse{color:var(--vnrc-red)}.quiz__prompt{font-size:clamp(1.15rem,2.5vw,1.35rem)}.quiz__options{display:grid;gap:.55rem}.quiz__options button{text-align:left;padding:.95rem 1rem;min-height:var(--touch-min);border:1px solid var(--vnrc-sand);background:var(--vnrc-white);border-radius:var(--radius);cursor:pointer}.quiz__options button.is-selected,.quiz__options button:hover{border-color:var(--vnrc-red);background:#b322280d}.quiz__nav{display:flex;flex-direction:column;gap:.65rem}.quiz__nav .btn{width:100%}@media(min-width:480px){.quiz__nav{flex-direction:row;justify-content:space-between}.quiz__nav .btn{width:auto}}.quiz__error{color:var(--vnrc-red);margin:0}.quiz-result{padding:1.25rem;background:var(--vnrc-white);border:1px solid var(--vnrc-sand);text-align:center}.quiz-result p{font-family:var(--font-sans);font-size:clamp(1.5rem,4vw,2rem);color:var(--vnrc-red);margin:0}.quiz-meta{font-size:.95rem!important;color:var(--vnrc-ink)!important;opacity:.85}.quiz-topbar{display:grid;gap:.5rem}.quiz-timer{font-weight:700;font-variant-numeric:tabular-nums;color:var(--vnrc-red-deep)}.quiz-timer.is-urgent{color:var(--vnrc-red);animation:quiz-pulse 1s ease infinite}@keyframes quiz-pulse{50%{opacity:.55}}.quiz-progress{height:.35rem;background:var(--vnrc-sand);border-radius:99px;overflow:hidden}.quiz-progress__bar{height:100%;background:linear-gradient(90deg,var(--vnrc-red),var(--vnrc-gold))}.quiz-progress__label{margin:0;font-size:.85rem;font-weight:600;color:var(--vnrc-bamboo)}.quiz-card h3,.quiz-prediction h3{margin-top:0}.quiz-options{list-style:none;padding:0;margin:0;display:grid;gap:.65rem}.quiz-options button{width:100%;text-align:left;min-height:var(--touch-min);padding:.85rem 1rem;border:1px solid var(--vnrc-sand);background:var(--vnrc-white);border-radius:var(--radius);cursor:pointer}.quiz-options button.is-selected{border-color:var(--vnrc-red);background:#b322280f}.quiz-nav{display:flex;gap:.75rem;justify-content:space-between;margin-top:1rem}.quiz-prediction{border:2px solid var(--vnrc-gold);padding:1rem;background:#d4b56a14}.quiz-prediction__badge{font-size:.8rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--vnrc-red-deep);margin:0 0 .5rem}.quiz-prediction label{display:grid;gap:.35rem;margin:1rem 0}.quiz-prediction input,.contest-auth input,.contest-auth select,.contest-auth textarea,.admin-question-form input,.admin-question-form textarea,.admin-question-form select{border:1px solid var(--vnrc-sand);padding:.75rem .85rem;border-radius:var(--radius);min-height:var(--touch-min);width:100%}.contest-auth,.admin-question-form{display:grid;gap:.75rem}.contest-auth__tabs,.contest-tabs{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.contest-auth__tabs button,.contest-tabs button{border:1px solid var(--vnrc-sand);background:var(--vnrc-white);padding:.55rem .9rem;min-height:var(--touch-min);cursor:pointer;border-radius:var(--radius)}.contest-auth__tabs button.is-active,.contest-tabs button.is-active{background:var(--vnrc-red);color:#fff;border-color:var(--vnrc-red)}.contest-tabs--group{margin-bottom:.65rem}.contest-tabs--sub{margin-bottom:1rem}.contest-tabs--sub button{font-size:.92rem;padding:.45rem .8rem}.admin-question-list{list-style:none;padding:0;margin:1.25rem 0 0;display:grid;gap:.75rem}.admin-question-list li{padding:.75rem;border:1px solid var(--vnrc-sand);background:var(--vnrc-white)}.form-error{color:var(--vnrc-red);margin:0}.leaderboard h3{margin-bottom:.75rem}.leaderboard__cards{display:grid;gap:.55rem}.leaderboard__card{display:grid;grid-template-columns:auto 1fr;gap:.75rem;align-items:center;padding:.85rem .95rem;background:#fff;border:1px solid var(--vnrc-sand);border-left:3px solid var(--vnrc-red)}.leaderboard__rank{font-weight:800;color:var(--vnrc-red);font-size:1.05rem;min-width:2.25rem}.leaderboard__card strong{display:block;font-size:.98rem;line-height:1.3}.leaderboard__card p{margin:.2rem 0 0;font-size:.85rem;color:#564f48}.leaderboard__empty{margin:0;padding:.85rem;background:#fff;border:1px solid var(--vnrc-sand)}.leaderboard__table-wrap{display:none;overflow-x:auto;border:1px solid var(--vnrc-sand);background:var(--vnrc-white)}@media(min-width:768px){.leaderboard__cards{display:none}.leaderboard__table-wrap{display:block}}.leaderboard table{width:100%;border-collapse:collapse;font-size:.95rem;min-width:28rem}.leaderboard th,.leaderboard td{padding:.75rem .9rem;text-align:left;border-bottom:1px solid var(--vnrc-sand)}.leaderboard th{background:#f3ece4;font-weight:600}.leaderboard tr:last-child td{border-bottom:0}.admin-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:120;display:grid;place-items:center;padding:1rem}.admin-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:0;background:#14060a8c;cursor:pointer}.admin-modal__panel{position:relative;z-index:1;width:min(560px,100%);max-height:min(90vh,900px);overflow:auto;background:var(--vnrc-ivory);border:1px solid var(--vnrc-sand);border-radius:var(--radius);box-shadow:0 20px 50px #14060a47;padding:1rem 1.15rem 1.25rem}.admin-modal__panel.is-wide{width:min(820px,100%)}.admin-modal__head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:1rem}.admin-modal__head h3{margin:0;font-size:1.15rem}.admin-modal__body{display:grid;gap:.85rem}.admin-tabs{display:flex;flex-wrap:wrap;gap:.45rem;margin-bottom:1.25rem}.admin-tabs button{border:1px solid var(--vnrc-sand);background:var(--vnrc-white);padding:.55rem .85rem;min-height:var(--touch-min);cursor:pointer;border-radius:var(--radius);font-size:.9rem}.admin-tabs button.is-active{background:var(--vnrc-red);color:#fff;border-color:var(--vnrc-red)}.admin-kpi{display:grid;grid-template-columns:repeat(auto-fill,minmax(9.5rem,1fr));gap:.75rem;margin-bottom:1.25rem}.admin-kpi__card{background:var(--vnrc-white);border:1px solid var(--vnrc-sand);padding:.85rem 1rem;border-radius:var(--radius)}.admin-kpi__card strong{display:block;font-size:1.45rem;color:var(--vnrc-red-deep);line-height:1.2}.admin-kpi__card span{font-size:.8rem;opacity:.8}.admin-table-wrap{overflow-x:auto}.admin-table{width:100%;border-collapse:collapse;font-size:.9rem}.admin-table th,.admin-table td{text-align:left;padding:.55rem .65rem;border-bottom:1px solid var(--vnrc-sand);vertical-align:top}.admin-table tbody tr{cursor:pointer}.admin-table tbody tr:hover{background:#b322280a}.admin-hint{font-size:.88rem;opacity:.85;margin:.25rem 0 .75rem}.admin-filters{display:flex;flex-wrap:wrap;gap:.65rem;margin-bottom:1rem;align-items:end}.admin-filters label{display:grid;gap:.3rem;font-size:.85rem;flex:1;min-width:10rem}.admin-filters input,.admin-filters select{border:1px solid var(--vnrc-sand);padding:.65rem .75rem;min-height:var(--touch-min);border-radius:var(--radius)}.admin-thumb{width:4.5rem;height:4.5rem;object-fit:cover;border:1px solid var(--vnrc-sand);border-radius:var(--radius);background:#111}.admin-upload-row{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.admin-timeline__head{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:1rem}.admin-timeline__list{display:grid;gap:.65rem;margin-bottom:1.5rem}.admin-timeline__row{display:flex;flex-wrap:wrap;justify-content:space-between;gap:.75rem;padding:.75rem 0;border-bottom:1px solid var(--vnrc-sand)}.admin-timeline__row p{margin:.25rem 0 0;font-size:.88rem;color:#564f48}.admin-timeline__form{display:grid;gap:.85rem}.admin-timeline__form label{display:grid;gap:.3rem;font-weight:600;font-size:.9rem}.admin-timeline__form input,.admin-timeline__form textarea{font:inherit;font-weight:400;padding:.7rem .85rem;border:1px solid var(--vnrc-sand);border-radius:var(--radius);width:100%}.admin-timeline__grid{display:grid;gap:.75rem}@media(min-width:768px){.admin-timeline__grid{grid-template-columns:1.4fr 1fr 1fr .7fr}}.admin-timeline__check{display:flex!important;align-items:center;gap:.5rem;font-weight:600}.admin-timeline__check input{width:auto}.admin-timeline__form fieldset{border:1px solid var(--vnrc-sand);padding:.85rem;margin:0;display:grid;gap:.75rem}.admin-timeline__form legend{padding:0 .35rem;font-weight:700;color:var(--vnrc-red-deep)}.admin-timeline__pair{display:grid;gap:.5rem}.admin-toolbar{display:flex;flex-wrap:wrap;gap:.75rem;align-items:end;justify-content:space-between}.admin-toolbar label{display:grid;gap:.3rem;font-weight:600;font-size:.9rem}.admin-form-grid{display:grid;gap:.75rem;margin-bottom:.75rem}@media(min-width:720px){.admin-form-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.admin-row{display:grid;grid-template-columns:minmax(0,8rem) minmax(0,1fr) auto;gap:.5rem;align-items:center;margin-bottom:.5rem}.admin-speech{display:grid;gap:.45rem;padding:.75rem 0;border-bottom:1px solid var(--vnrc-sand);margin-bottom:.5rem}.admin-file,.admin-file-btn{display:inline-grid;gap:.25rem;font-size:.85rem;font-weight:600;cursor:pointer}.admin-events .content-panel label{display:grid;gap:.3rem;font-weight:600;font-size:.9rem;margin-bottom:.65rem}.admin-events input,.admin-events select,.admin-events textarea{font:inherit;padding:.45rem .55rem;border:1px solid var(--vnrc-sand);width:100%}:root{--vnrc-red: #b32228;--vnrc-red-dark: #8a1a1f;--vnrc-red-deep: #5c1216;--vnrc-red-glow: #d43a40;--vnrc-white: #ffffff;--vnrc-bamboo: #1b5e3b;--vnrc-bamboo-light: #2e7d4f;--vnrc-ink: #140a0c;--vnrc-ivory: #fff8f5;--vnrc-mist: #fff8f5;--vnrc-sand: #e8d4d0;--vnrc-gold: #d4b56a;--vnrc-gold-soft: #d4b56a;--font-sans: "Be Vietnam Pro", system-ui, sans-serif;--font-display: "Be Vietnam Pro", system-ui, sans-serif;--fs-kicker: .75rem;--fs-section: clamp(1.65rem, 3vw, 2.25rem);--fs-lead: 1.05rem;--fs-body: 1rem;--bp-sm: 480px;--bp-md: 768px;--bp-lg: 980px;--space-1: .35rem;--space-2: .65rem;--space-3: 1rem;--space-4: 1.35rem;--space-5: 2rem;--space-6: 2.75rem;--gutter: 1.25rem;--touch-min: 44px;--safe-top: env(safe-area-inset-top, 0px);--safe-bottom: env(safe-area-inset-bottom, 0px);--container: min(1180px, calc(100% - (var(--gutter) * 2)));--radius: 2px;--header-h: calc(4.25rem + var(--safe-top));color:var(--vnrc-ink);background:var(--vnrc-ivory);font-family:var(--font-sans);line-height:1.55;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}@media(min-width:768px){:root{--gutter: 1.5rem;--space-5: 2.5rem;--space-6: 3.25rem}}@media(min-width:980px){:root{--space-5: 3.5rem;--space-6: 5rem}}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:clip}body{margin:0;min-width:0;overflow-x:clip;background:radial-gradient(ellipse 70% 45% at 0% 0%,rgba(179,34,40,.12),transparent 55%),radial-gradient(ellipse 50% 40% at 100% 10%,rgba(92,18,22,.08),transparent 50%),var(--vnrc-ivory)}body.is-nav-open{overflow:hidden}main{overflow-x:clip}.site-main{padding-bottom:0}@media(max-width:979px){.site-main{padding-bottom:calc(4rem + var(--safe-bottom))}.site-footer{margin-bottom:0}}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}h1,h2,h3{font-family:var(--font-sans);font-weight:700;line-height:1.2;margin:0 0 .5rem}p{margin:0 0 1rem}button,input,textarea,select{font:inherit}@media(max-width:479px){input,textarea,select{font-size:16px}}:focus-visible{outline:2px solid var(--vnrc-gold);outline-offset:3px}.container{width:var(--container);margin-inline:auto}.container--wide{--container: min(1180px, calc(100% - (var(--gutter) * 2)))}@media(min-width:1100px){.container--wide{--container: min(1280px, calc(100% - (var(--gutter) * 2)))}}.btn{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:var(--touch-min);padding:.9rem 1.45rem;border:1px solid transparent;border-radius:var(--radius);background:var(--vnrc-red);color:var(--vnrc-white);font-weight:600;letter-spacing:.02em;cursor:pointer;overflow:hidden;transition:transform .25s ease,background .25s ease,box-shadow .25s ease}.btn:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(110deg,transparent 30%,rgba(255,255,255,.22),transparent 70%);transform:translate(-120%);transition:transform .55s ease}.btn:hover{background:var(--vnrc-red-glow);transform:translateY(-2px);box-shadow:0 12px 28px #5c121647}.btn:hover:after{transform:translate(120%)}.btn-outline{background:transparent;border-color:#ffffffd9;color:var(--vnrc-white);box-shadow:none}.btn-outline:hover{background:#ffffff1f;box-shadow:none}.btn-ghost{background:transparent;border-color:var(--vnrc-red);color:var(--vnrc-red)}.btn-ghost:hover{background:#b3222814;box-shadow:none}.section{padding:var(--space-5) 0;position:relative}@media(min-width:980px){.section{padding:var(--space-6) 0}}.section-title{font-size:var(--fs-section);color:var(--vnrc-red-deep);font-weight:700}.section-lead{color:#4a3538;font-size:var(--fs-lead);line-height:1.6}.page-masthead{position:relative;padding:calc(var(--header-h) + 1.35rem) 0 1.65rem;color:var(--vnrc-white);background:radial-gradient(circle at 85% 20%,rgba(255,110,116,.28),transparent 42%),radial-gradient(circle at 15% 80%,rgba(212,181,106,.12),transparent 45%),linear-gradient(145deg,#c6282e 0%,var(--vnrc-red) 50%,#a81f26 100%);overflow:hidden}@media(min-width:768px){.page-masthead{padding:calc(var(--header-h) + 2rem) 0 2.25rem}}@media(min-width:980px){.page-masthead{padding:calc(var(--header-h) + 2.5rem) 0 2.75rem}}.page-masthead:after{content:"";position:absolute;inset:auto 0 0;height:1px;background:linear-gradient(90deg,transparent,var(--vnrc-gold),transparent)}.page-masthead h1{font-size:var(--fs-section);font-weight:700;margin:0;line-height:1.25}.page-body{background:radial-gradient(ellipse 50% 40% at 100% 0%,rgba(179,34,40,.06),transparent),var(--vnrc-ivory)}.page-body--dark{background:linear-gradient(180deg,#1a050a,#2c0710);color:var(--vnrc-white)}.page-body--dark .section-title{color:var(--vnrc-white)}.page-body--dark .section-lead{color:#fff5f2d1}.content-panel{background:#fff;border:1px solid var(--vnrc-sand);border-top:3px solid var(--vnrc-red);padding:1rem 1.1rem}@media(min-width:768px){.content-panel{padding:1.5rem 1.35rem}}.content-panel+.content-panel{margin-top:1rem}.content-panel h2{font-size:clamp(1.15rem,2vw,1.35rem);margin-bottom:.75rem;color:var(--vnrc-red-deep)}.content-panel img,.content-panel iframe,.content-panel video,.content-panel pre{max-width:100%}.content-panel table{display:block;width:100%;max-width:100%;overflow-x:auto}.page-breadcrumb{margin:0 0 1.25rem;font-size:.9rem;font-weight:600;color:var(--vnrc-bamboo)}.page-breadcrumb a:hover{color:var(--vnrc-red)}.event-gallery{display:grid;gap:.65rem;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:.75rem}@media(min-width:768px){.event-gallery{gap:.85rem;grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}}.event-gallery figure{margin:0;overflow:hidden;background:var(--vnrc-red-deep)}.event-gallery img{width:100%;aspect-ratio:4 / 3;object-fit:cover}.event-gallery figcaption{font-size:.8rem;padding:.4rem .15rem 0;color:#564f48}.cta-row{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.25rem}@media(max-width:479px){.cta-row .btn{width:100%}}.meta-line{display:inline-block;margin-bottom:.35rem;color:var(--vnrc-bamboo);font-weight:600;font-size:.85rem}.search-panel{display:grid;gap:.85rem;margin-bottom:1.5rem}.search-panel label{display:grid;gap:.35rem;font-weight:600;font-size:.9rem}.search-panel__q,.search-panel select,.search-panel__year{width:100%;padding:.85rem 1rem;border:1px solid var(--vnrc-sand);border-radius:2px;background:#fff;font:inherit}.search-panel__filters{display:flex;flex-wrap:wrap;gap:.75rem;align-items:stretch}.search-panel__filters select,.search-panel__year{width:100%;min-width:0}.search-panel__filters .btn{width:100%}@media(min-width:480px){.search-panel__filters{align-items:center}.search-panel__filters select{width:auto;min-width:9rem}.search-panel__year{width:9rem}.search-panel__filters .btn{width:auto}}.livestream-block{margin:1.25rem 0}.livestream-block__title{margin:0 0 .85rem}.livestream-bleed{width:100%;margin-inline:calc(-1 * var(--gutter));width:calc(100% + var(--gutter) * 2);max-width:none;background:#0d0407}.livestream-bleed .livestream{border-left:0;border-right:0}@media(min-width:1180px){.livestream-bleed{margin-inline:0;width:100%}}.section-kicker{margin:0 0 .55rem;font-size:var(--fs-kicker);font-weight:700;letter-spacing:.14em;text-transform:uppercase}.news-editorial{display:grid;gap:1rem;margin:1.15rem 0}.news-editorial__item{display:grid;gap:1rem;padding-bottom:1.1rem;border-bottom:1px solid var(--vnrc-sand)}@media(min-width:768px){.news-editorial{gap:1.25rem;margin:1.75rem 0}.news-editorial__item{grid-template-columns:220px 1fr;align-items:start;padding-bottom:1.25rem}}.news-editorial__media{overflow:hidden;aspect-ratio:16 / 10;background:var(--vnrc-red-deep)}.news-editorial__media img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.news-editorial__item:hover .news-editorial__media img{transform:scale(1.05)}.news-editorial__media--fallback{background:radial-gradient(circle at 30% 30%,rgba(212,58,64,.5),transparent 50%),linear-gradient(135deg,var(--vnrc-red-deep),var(--vnrc-red))}.news-editorial__item h3,.news-editorial__item h2{font-size:clamp(1.15rem,2vw,1.3rem);font-weight:700}.news-editorial__item p{color:#4a3538}.admin-question-list{overflow-wrap:anywhere;word-break:break-word}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}@keyframes fade-up{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmer-line{0%{background-position:0% 50%}to{background-position:100% 50%}}.fade-up{animation:fade-up .8s ease both}.fade-up-delay-1{animation-delay:.14s}.fade-up-delay-2{animation-delay:.28s}.fade-up-delay-3{animation-delay:.42s}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.fade-up,.fade-up-delay-1,.fade-up-delay-2,.fade-up-delay-3,.btn:after{animation:none!important;transition:none!important}.btn:hover{transform:none}}
