:root{
  --bg:#070707; --surface:#111216; --surface-2:#17191f; --paper:#ffffff; --ink:#111216;
  --muted:#6b7280; --line:#e5e7eb; --gold:#c89b3c; --gold-2:#f0d68c; --ivory:#f8f3e6;
  --success:#16a34a; --danger:#dc2626; --radius:22px; --shadow:0 20px 60px rgba(0,0,0,.18);
  --font-title: Georgia, 'Times New Roman', serif; --font: Inter, ui-sans-serif, system-ui, -apple-system, Segoe UI, sans-serif;
}
*{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;font-family:var(--font);color:var(--ink);background:#fff;line-height:1.5}
a{color:inherit;text-decoration:none} img{max-width:100%;display:block}.container{width:min(1180px,92vw);margin:auto}.small{font-size:.88rem;color:var(--muted)}
.topbar{position:sticky;top:0;z-index:50;background:rgba(7,7,7,.86);backdrop-filter:blur(16px);border-bottom:1px solid rgba(255,255,255,.09)}
.nav{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:78px}.brand{display:flex;align-items:center;gap:14px}.brand img{width:220px;max-height:70px;object-fit:contain}.navlinks{display:flex;align-items:center;gap:20px;color:#fff;font-size:.94rem}.navlinks a{opacity:.88}.navlinks a:hover{opacity:1;color:var(--gold-2)}.nav-actions{display:flex;align-items:center;gap:10px}.btn{border:1px solid transparent;border-radius:999px;padding:12px 18px;font-weight:700;display:inline-flex;align-items:center;gap:8px;cursor:pointer;transition:.2s;background:#fff;color:#111}.btn:hover{transform:translateY(-1px);box-shadow:0 12px 30px rgba(0,0,0,.12)}.btn.gold{background:linear-gradient(135deg,var(--gold),var(--gold-2));color:#111}.btn.outline{background:transparent;border-color:rgba(255,255,255,.26);color:#fff}.btn.dark{background:#111;color:#fff}.lang{display:flex;align-items:center;gap:6px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);border-radius:999px;padding:5px}.lang button{border:0;background:transparent;color:#fff;padding:6px 8px;border-radius:999px;cursor:pointer}.lang button.active{background:rgba(255,255,255,.16)}.hamb{display:none;background:transparent;border:0;color:#fff;font-size:28px}
.hero{background:radial-gradient(circle at 20% 20%,rgba(200,155,60,.24),transparent 32%),linear-gradient(135deg,#050505,#131313 70%,#070707);color:#fff;min-height:760px;display:grid;align-items:center;position:relative;overflow:hidden}.hero:after{content:"";position:absolute;inset:auto -10% -30% auto;width:660px;height:660px;border:1px solid rgba(200,155,60,.25);border-radius:50%;box-shadow:0 0 0 90px rgba(200,155,60,.03)}.hero-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:54px;align-items:center;position:relative;z-index:1;padding:74px 0}.eyebrow{letter-spacing:.22em;text-transform:uppercase;color:var(--gold-2);font-weight:800;font-size:.78rem}.hero h1{font-family:var(--font-title);font-size:clamp(3rem,7vw,6.8rem);line-height:.92;margin:20px 0 24px}.lead{font-size:1.22rem;color:rgba(255,255,255,.82);max-width:760px}.hero-card{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.14);border-radius:34px;padding:30px;box-shadow:var(--shadow);backdrop-filter:blur(16px)}.hero-card img{margin:auto}.hero-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:32px}.stat{padding:18px;border:1px solid rgba(255,255,255,.12);border-radius:18px;background:rgba(255,255,255,.05)}.stat strong{font-size:1.7rem;color:var(--gold-2);display:block}.section{padding:96px 0}.section.alt{background:#f7f7f4}.section.dark{background:#080808;color:#fff}.section-title{max-width:840px;margin:0 auto 46px;text-align:center}.section-title h2{font-family:var(--font-title);font-size:clamp(2.1rem,4vw,4rem);line-height:1;margin:12px 0}.section-title p{color:var(--muted);font-size:1.08rem}.dark .section-title p{color:rgba(255,255,255,.72)}.grid{display:grid;gap:24px}.grid.three{grid-template-columns:repeat(3,1fr)}.grid.two{grid-template-columns:repeat(2,1fr)}.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:28px;box-shadow:0 8px 30px rgba(0,0,0,.05)}.dark .card{background:#141414;border-color:rgba(255,255,255,.1);color:#fff}.icon{width:54px;height:54px;border-radius:16px;display:grid;place-items:center;background:linear-gradient(135deg,rgba(200,155,60,.18),rgba(240,214,140,.28));color:#9b6d10;font-weight:900;font-size:1.4rem}.card h3{font-family:var(--font-title);font-size:1.55rem;margin:18px 0 10px}.card p,.card li{color:#5b6170}.dark .card p,.dark .card li{color:rgba(255,255,255,.72)}.timeline{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.step{padding:22px;border-left:3px solid var(--gold);background:#fff;border-radius:16px;box-shadow:0 8px 22px rgba(0,0,0,.05)}.step strong{display:block;color:var(--gold);margin-bottom:8px}.split{display:grid;grid-template-columns:1fr 1fr;gap:36px;align-items:start}.form{background:#fff;border:1px solid var(--line);border-radius:28px;padding:30px;box-shadow:var(--shadow)}.field{margin-bottom:16px}.field label{display:block;font-weight:800;font-size:.9rem;margin-bottom:8px}.field input,.field select,.field textarea{width:100%;border:1px solid #d1d5db;border-radius:14px;padding:13px 14px;font:inherit}.field textarea{min-height:120px}.notice{padding:14px;border-radius:14px;margin:12px 0;background:#f1f5f9;color:#334155}.notice.ok{background:#ecfdf5;color:#166534}.notice.err{background:#fef2f2;color:#991b1b}.footer{background:#050505;color:#fff;padding:64px 0 26px}.footer-grid{display:grid;grid-template-columns:1.4fr repeat(4,1fr);gap:30px}.footer h4{color:var(--gold-2)}.footer a,.footer p{color:rgba(255,255,255,.72)}.subfooter{margin-top:44px;border-top:1px solid rgba(255,255,255,.1);padding-top:22px;color:rgba(255,255,255,.55);font-size:.88rem}.page-hero{background:#090909;color:#fff;padding:92px 0 68px}.page-hero h1{font-family:var(--font-title);font-size:clamp(2.6rem,5vw,5rem);line-height:1;margin:0 0 20px}.badge{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;background:rgba(200,155,60,.16);border:1px solid rgba(200,155,60,.32);color:#a27416;font-weight:800;font-size:.8rem}.dark .badge,.page-hero .badge{color:var(--gold-2)}.table-wrap{overflow:auto;border:1px solid var(--line);border-radius:18px}.pricing{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.price{font-size:2rem;font-weight:900}.mobile-only{display:none}
@media(max-width:950px){.hamb{display:block}.navlinks{display:none;position:absolute;top:78px;left:0;right:0;background:#080808;flex-direction:column;align-items:flex-start;padding:20px 4vw;border-top:1px solid rgba(255,255,255,.1)}.navlinks.open{display:flex}.hero-grid,.split,.grid.two{grid-template-columns:1fr}.grid.three,.pricing,.timeline,.footer-grid{grid-template-columns:1fr}.hero{min-height:auto}.hero-stats{grid-template-columns:1fr}.brand img{width:170px}.nav-actions .btn{display:none}.mobile-only{display:inline-flex}.section{padding:70px 0}}


/* V10 - Legal Center and public governance */
.legal-layout{grid-template-columns:320px 1fr}.legal-nav{position:sticky;top:104px}.legal-nav p{margin:0;border-bottom:1px solid var(--line)}.legal-nav a{display:block;padding:12px 0}.legal-nav a:hover{color:#9b6d10}.legal-content{font-size:1.02rem;line-height:1.78;text-align:justify}.legal-content h3,.legal-content h4{font-weight:900;color:#111;margin-top:28px}.legal-content p{margin:12px 0}.legal-meta{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:18px}.legal-meta span{display:inline-flex;border:1px solid #ead9ae;background:#fff9e8;border-radius:999px;padding:6px 10px;color:#87600f;font-weight:800;font-size:.84rem}.legal-entity-card{margin-top:34px;padding:20px;border-radius:18px;background:#f8fafc;border:1px solid #e5e7eb;text-align:left}.legal-entity-card p{margin:7px 0}.cookie-banner{position:fixed;left:22px;right:22px;bottom:22px;z-index:120;background:#fff;border:1px solid #e5e7eb;border-radius:22px;box-shadow:0 20px 70px rgba(0,0,0,.22);padding:18px;display:grid;grid-template-columns:1fr auto;gap:16px;align-items:center}.cookie-banner p{margin:.35rem 0 0;color:#4b5563;max-width:820px}.cookie-actions{display:flex;gap:10px;flex-wrap:wrap}.trust-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff}.trust-strip .grid{align-items:stretch}.consent-line{font-size:.88rem;color:#4b5563;line-height:1.45}.consent-line input{width:auto;margin-right:8px}
@media(max-width:900px){.legal-layout{grid-template-columns:1fr}.legal-nav{position:static}.cookie-banner{grid-template-columns:1fr;left:12px;right:12px;bottom:12px}.cookie-actions .btn{width:100%;justify-content:center}}
@media print{.topbar,.footer,.legal-nav,.cookie-banner,.btn{display:none!important}.section{padding:0}.legal-layout{display:block}.legal-content{box-shadow:none;border:0}}

/* V11 public ceremonial redesign */
.public-site{background:#fffaf0;color:#151515}.public-topbar{background:rgba(5,5,5,.93);box-shadow:0 14px 34px rgba(0,0,0,.22)}.public-nav{min-height:88px}.public-brand img{width:260px;max-height:82px}.public-navlinks{gap:18px}.public-navlinks a{font-weight:750;letter-spacing:.01em}.public-actions .btn{white-space:nowrap}.ghost-light{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.24);color:#fff}.institutional-hero{min-height:820px}.hero-copy{max-width:820px}.justified{text-align:justify}.cta-row{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}.ceremony-card{position:relative;background:linear-gradient(180deg,rgba(255,255,255,.10),rgba(255,255,255,.045));border:1px solid rgba(240,214,140,.22);border-radius:38px;padding:34px;box-shadow:0 28px 90px rgba(0,0,0,.34);backdrop-filter:blur(18px);overflow:hidden}.ceremony-card:before{content:"";position:absolute;inset:22px;background:url('../img/logo-dark-bg.png') center/contain no-repeat;opacity:.055;filter:grayscale(1);pointer-events:none}.ceremony-logo{width:min(390px,88%);margin:0 auto 26px;position:relative;z-index:1}.ceremony-card p{position:relative;z-index:1;color:rgba(255,255,255,.82);text-align:center;font-size:1.05rem}.divider-gold{height:1px;background:linear-gradient(90deg,transparent,var(--gold-2),transparent);margin:14px 0 20px}.logo-silhouette-dark,.logo-silhouette-light{position:relative;overflow:hidden}.logo-silhouette-dark:before,.logo-silhouette-light:before{content:"";position:absolute;right:-8%;bottom:-18%;width:min(760px,72vw);height:min(520px,48vw);background:center/contain no-repeat;pointer-events:none;z-index:0}.logo-silhouette-dark:before{background-image:url('../img/logo-dark-bg.png');opacity:.055}.logo-silhouette-light:before{background-image:url('../img/logo-light-bg.png');opacity:.055;filter:grayscale(1)}.logo-silhouette-dark>.container,.logo-silhouette-light>.container{position:relative;z-index:1}.public-intro{background:linear-gradient(180deg,#fffaf0,#fff)}.elevated-card{position:relative;min-height:315px;border-color:#ead9ae;background:rgba(255,255,255,.92)}.elevated-card:after,.award-card:after,.seal-card:after{content:"";position:absolute;right:18px;bottom:16px;width:110px;height:74px;background:url('../img/logo-light-bg.png') center/contain no-repeat;opacity:.045;filter:grayscale(1)}.text-link{display:inline-flex;margin-top:12px;color:#8c6415;font-weight:900;border-bottom:1px solid rgba(140,100,21,.35)}.ceremonial-split h2,.split h2{font-family:var(--font-title);font-size:clamp(2.2rem,4.4vw,4.2rem);line-height:1.02;margin:12px 0}.protocol-list,.ritual-list{display:grid;gap:12px}.protocol-list div,.ritual-list div{display:grid;grid-template-columns:58px 1fr;align-items:center;border:1px solid rgba(240,214,140,.22);background:rgba(255,255,255,.06);border-radius:18px;padding:16px}.ritual-list div{background:#fff;border-color:#ead9ae}.protocol-list strong,.ritual-list strong{color:var(--gold-2);font-size:1.25rem}.ritual-list strong{color:#9b6d10}.seal-card{position:relative;overflow:hidden;border-color:#ead9ae;background:linear-gradient(135deg,#fff,#fff8e6)}.award-card{position:relative;overflow:hidden;min-height:310px}.mini-grid{grid-template-columns:1fr 1fr}.ceremonial-form{border-color:#ead9ae;background:linear-gradient(180deg,#fff,#fffaf0)}.full-btn{width:100%;justify-content:center}.edition-grid .city-card{min-height:285px}.city-card .badge{margin-bottom:12px}.public-timeline .step{background:#131313;border:1px solid rgba(255,255,255,.1);border-left:3px solid var(--gold);color:#fff}.public-timeline .step span{color:rgba(255,255,255,.76)}.contact-pills{display:flex;gap:10px;flex-wrap:wrap;margin:22px 0}.contact-pills span{border:1px solid #ead9ae;background:#fff;border-radius:999px;padding:9px 14px;font-weight:850;color:#7a5512}.footer-logo{width:250px;margin-bottom:20px}.public-footer{background:radial-gradient(circle at 15% 0,rgba(200,155,60,.16),transparent 28%),#050505}.public-footer .subfooter{display:flex;gap:14px;justify-content:space-between;flex-wrap:wrap}.page-hero{position:relative;overflow:hidden;background:radial-gradient(circle at 18% 30%,rgba(200,155,60,.18),transparent 34%),linear-gradient(135deg,#050505,#101010 76%,#090909)}.page-hero .container{position:relative;z-index:1}.page-hero h1{max-width:1050px}.page-hero .lead{max-width:960px}.btn.ghost{background:#fff;border-color:#e5e7eb;color:#111}
@media(max-width:1100px){.public-brand img{width:220px}.public-navlinks{gap:13px;font-size:.88rem}.public-actions .btn{padding:10px 13px}}
@media(max-width:950px){.public-nav{min-height:78px}.public-brand img{width:180px}.institutional-hero{min-height:auto}.ceremony-card{padding:24px}.justified{text-align:left}.mini-grid{grid-template-columns:1fr}.logo-silhouette-dark:before,.logo-silhouette-light:before{width:92vw;height:62vw;right:-32%;bottom:-8%}.public-footer .subfooter{display:block}.nav-actions .lang{display:flex}.public-actions .btn{display:none}.footer-logo{width:210px}}


/* V12 public corrections: institutional header, reduced hero titles, single login CTA, flag language switch */
.public-topbar{width:100%;min-height:80px;background:rgba(5,5,5,.96);}
.public-topbar .container.public-nav{width:100%;max-width:none;margin:0;padding:0 34px;min-height:80px;height:80px;}
.public-brand{flex:0 0 auto;min-width:255px;}
.public-brand img{width:250px;max-height:74px;object-fit:contain;}
.public-navlinks{gap:28px;font-size:1.03rem;letter-spacing:.012em;flex:1;justify-content:center;}
.public-navlinks a{font-weight:800;white-space:nowrap;opacity:.96;}
.public-actions{flex:0 0 auto;gap:12px;}
.public-actions .login-btn{padding:11px 22px;font-weight:900;letter-spacing:.02em;}
.flag-lang{gap:7px;padding:5px 7px;}
.flag-lang button{font-size:1.22rem;line-height:1;padding:7px 8px;min-width:38px;}
.flag-lang button.active{background:rgba(240,214,140,.20);box-shadow:inset 0 0 0 1px rgba(240,214,140,.35);}
.institutional-hero{min-height:680px;}
.institutional-hero .hero-grid{padding:58px 0;}
.institutional-hero .hero-copy h1{font-size:clamp(1.65rem,3.35vw,3.45rem);line-height:1.08;max-width:840px;}
.public-site .page-hero h1{font-size:clamp(1.75rem,3.25vw,3.55rem);line-height:1.12;max-width:980px;}
.public-site .section-title h2{font-size:clamp(1.85rem,3.35vw,3.45rem);line-height:1.08;}
.public-site .lead{font-size:1.08rem;line-height:1.7;}
.nav-actions .btn.gold[href="/candidatura.html"]{display:none!important;}
@media(max-width:1180px){
  .hamb{display:block;}
  .public-navlinks{display:none;position:absolute;top:80px;left:0;right:0;background:#080808;flex-direction:column;align-items:flex-start;gap:10px;padding:22px 34px;border-top:1px solid rgba(255,255,255,.1);font-size:1.05rem;}
  .public-navlinks.open{display:flex;}
  .public-navlinks a{width:100%;padding:10px 0;}
  .public-navlinks .mobile-only{display:inline-flex;width:auto;}
}
@media(max-width:640px){
  .public-topbar .container.public-nav{padding:0 18px;}
  .public-brand{min-width:0;}
  .public-brand img{width:190px;max-height:66px;}
  .public-actions .login-btn{display:none;}
  .flag-lang button{font-size:1.08rem;min-width:34px;padding:6px;}
  .institutional-hero .hero-copy h1{font-size:clamp(1.55rem,8vw,2.35rem);}
}


/* V17 - public hall of honour */
.award-public-card{position:relative;overflow:hidden}.award-public-card:before{content:"";position:absolute;right:-30px;top:-30px;width:130px;height:130px;background:url('/assets/img/logo-light-bg.png') center/contain no-repeat;opacity:.045}.award-public-card h2{font-size:1.35rem}.award-public-card .justified{text-align:justify;line-height:1.7}.lang-flag{font-size:1.25rem;margin:0 4px}.login-link{font-weight:900}

/* V20 partnership */
.ajax-form .field input,.ajax-form .field select,.ajax-form .field textarea{width:100%}.ajax-form textarea{min-height:130px}.html-preview{text-align:left;line-height:1.65}.money{font-variant-numeric:tabular-nums}.grid.two{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}@media(max-width:850px){.grid.two{grid-template-columns:1fr}}

/* V21 - Public CMS, news and FAQ */
.faq-item{border:1px solid #ead9ae;border-radius:18px;margin:12px 0;padding:16px 18px;background:#fffaf0}.faq-item summary{cursor:pointer;font-size:1.05rem}.faq-item div{margin-top:12px}.html-preview{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:16px;min-height:90px}.form-actions{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.field.full{grid-column:1/-1}.tabs{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:18px}.btn.danger-outline{background:#fff;color:#991b1b;border:1px solid #fecaca}.inline-form{display:inline}.muted{color:#6b7280}.small{font-size:.85rem}code{background:#f3f4f6;border-radius:8px;padding:3px 6px}.grid.three{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.grid.two{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}@media(max-width:980px){.grid.three,.grid.two{grid-template-columns:1fr}.public-navlinks{z-index:200}.card.legal-content{text-align:left}}


/* V21.1 - header stability, flag language selector and sponsor carousel */
.public-topbar{height:80px;min-height:80px;overflow:visible;}
.public-topbar .public-nav{display:flex;align-items:center;justify-content:space-between;gap:18px;height:80px;min-height:80px;flex-wrap:nowrap;}
.public-brand{display:flex;align-items:center;height:80px;flex:0 0 auto;text-decoration:none!important;border:0!important;outline-offset:4px;}
.public-brand img{display:block;object-fit:contain;max-width:250px;max-height:74px;}
.public-brand:after,.public-brand:before{display:none!important;content:none!important;}
.public-navlinks{display:flex;align-items:center;justify-content:center;flex:1 1 auto;min-width:0;white-space:nowrap;overflow:visible;}
.public-navlinks a{display:inline-flex;align-items:center;height:38px;white-space:nowrap;border-bottom:0!important;text-decoration:none!important;}
.public-actions,.nav-actions.public-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex:0 0 auto;white-space:nowrap;}
.flag-lang{display:inline-flex!important;align-items:center;justify-content:center;white-space:nowrap;flex-wrap:nowrap;min-width:92px;min-height:42px;}
.flag-lang button{display:inline-flex;align-items:center;justify-content:center;width:38px;height:34px;line-height:1;font-size:1.22rem;font-family:'Apple Color Emoji','Segoe UI Emoji','Noto Color Emoji',sans-serif;}
.public-actions .login-btn{height:42px;align-items:center;white-space:nowrap;}
@media(max-width:1180px){
  .public-topbar .public-nav{position:relative;}
  .public-navlinks{display:none;position:absolute;top:80px;left:0;right:0;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:8px;background:#080808;padding:20px 34px;border-top:1px solid rgba(255,255,255,.1);white-space:normal;}
  .public-navlinks.open{display:flex;}
  .public-navlinks a{width:100%;height:auto;padding:10px 0;}
}
@media(max-width:640px){
  .public-brand img{max-width:188px;max-height:64px;}
  .flag-lang{min-width:78px;min-height:38px;padding:4px 5px;}
  .flag-lang button{width:32px;height:30px;font-size:1.08rem;}
}
.sponsor-showcase{padding:74px 0;background:linear-gradient(180deg,#fff,#fffaf0);border-top:1px solid #efe6cf;border-bottom:1px solid #efe6cf;}
.compact-title{margin-bottom:28px;}
.compact-title h2{font-size:clamp(1.75rem,2.9vw,3rem)!important;}
.sponsor-marquee{position:relative;overflow:hidden;border:1px solid #ead9ae;border-radius:26px;background:rgba(255,255,255,.84);box-shadow:0 18px 55px rgba(0,0,0,.08);}
.sponsor-marquee:before,.sponsor-marquee:after{content:"";position:absolute;top:0;bottom:0;width:88px;z-index:2;pointer-events:none;}
.sponsor-marquee:before{left:0;background:linear-gradient(90deg,#fffaf0,rgba(255,250,240,0));}
.sponsor-marquee:after{right:0;background:linear-gradient(270deg,#fffaf0,rgba(255,250,240,0));}
.sponsor-track{display:flex;align-items:stretch;gap:18px;width:max-content;padding:22px;animation:vga-sponsor-scroll 34s linear infinite;}
.sponsor-marquee:hover .sponsor-track{animation-play-state:paused;}
.sponsor-logo-card{width:210px;min-height:124px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:18px;border:1px solid #eee1bf;border-radius:18px;background:#fff;text-align:center;box-shadow:0 6px 20px rgba(0,0,0,.04);}
.sponsor-logo-card img{max-width:158px;max-height:54px;object-fit:contain;margin:auto;}
.sponsor-logo-card span{font-size:.82rem;font-weight:850;color:#4b5563;line-height:1.25;}
.sponsor-cta{display:flex;justify-content:center;margin-top:26px;}
@keyframes vga-sponsor-scroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}
@media(max-width:720px){.sponsor-logo-card{width:170px;min-height:112px}.sponsor-marquee:before,.sponsor-marquee:after{width:46px}.sponsor-track{gap:12px;padding:16px;animation-duration:26s}}
@media(prefers-reduced-motion:reduce){.sponsor-track{animation:none;flex-wrap:wrap;width:auto;justify-content:center}.sponsor-marquee:before,.sponsor-marquee:after{display:none}}


/* V22 - Final Project Alignment & Commercial Awards Platform */
.v22-site .badge.gold,.badge.gold{background:rgba(201,160,92,.16);color:#d8b46f;border-color:rgba(201,160,92,.35)}
.v22-hero{background:radial-gradient(circle at 18% 18%,rgba(201,160,92,.22),transparent 30%),linear-gradient(135deg,#07152d 0%,#13295b 58%,#07111f 100%);}
.v22-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(120deg,rgba(255,255,255,.03),transparent 45%,rgba(201,160,92,.07));pointer-events:none}.v22-ceremony-card{background:rgba(255,255,255,.94);box-shadow:0 28px 80px rgba(0,0,0,.28)}
.recognition-section{background:#fff}.v22-value-grid .card{border-top:4px solid #c9a05c}.navy-section{background:linear-gradient(135deg,#07152d,#172b63);color:#fff}.navy-section .lead,.navy-section p{color:rgba(255,255,255,.82)}.navy-section h2,.navy-section h3{color:#fff}.dark-card{background:rgba(8,19,42,.75)!important;border:1px solid rgba(201,160,92,.32)!important;color:#fff}.dark-card p{color:rgba(255,255,255,.82)}.v22-format-mini{display:grid;gap:18px}.categories-section{background:linear-gradient(180deg,#fff,#f8f3e8)}.award-cat-card{position:relative;overflow:hidden}.award-cat-card.big{min-height:320px}.trophy-dot{display:inline-flex;width:34px;height:34px;border-radius:50%;align-items:center;justify-content:center;background:#111c3b;color:#d8b46f;margin-bottom:14px}.innovation-callout{background:radial-gradient(circle at 85% 20%,rgba(119,55,190,.24),transparent 32%),linear-gradient(135deg,#09142c,#192d65);color:#fff}.innovation-callout .lead,.innovation-callout p{color:rgba(255,255,255,.84)}.innovation-callout h2,.innovation-callout h3{color:#fff}.locations-section{background:#fff}.v22-city{border-left:4px solid #c9a05c}.v22-city.big{min-height:260px}.support-section{background:#f9fafb}.center-actions{display:flex;justify-content:center;margin-top:26px}.public-navlinks a.active{color:#d8b46f}.btn.outline.light{border-color:rgba(255,255,255,.55);color:#fff;background:transparent}.grid.four{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.format-phase{min-height:360px}.phase-number{display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:50%;background:#07152d;color:#d8b46f;font-weight:900;margin-bottom:16px}.gold-frame{border:1px solid rgba(201,160,92,.65)!important;box-shadow:0 18px 50px rgba(201,160,92,.15)}.v22-format-hero{background:radial-gradient(circle at 75% 25%,rgba(201,160,92,.18),transparent 30%),linear-gradient(135deg,#061020,#162c68)}.innovation-hero{background:radial-gradient(circle at 70% 30%,rgba(126,79,212,.26),transparent 35%),linear-gradient(135deg,#061020,#172b63)}.white-callout{background:#fff;border:1px solid #e5e7eb}.purple-callout{background:linear-gradient(135deg,#2b1759,#5630a4);color:#fff;border:1px solid rgba(255,255,255,.22)}.purple-callout p,.purple-callout h2{color:#fff}.check-list{padding-left:0;list-style:none}.check-list li{padding:8px 0 8px 28px;position:relative}.check-list li:before{content:"✓";position:absolute;left:0;color:#d8b46f;font-weight:900}
@media(max-width:1150px){.grid.four{grid-template-columns:repeat(2,minmax(0,1fr))}.public-navlinks{font-size:.94rem;gap:16px}.public-brand img{max-width:220px}.flag-lang{min-width:86px}}
@media(max-width:720px){.grid.four{grid-template-columns:1fr}.v22-hero .cta-row{align-items:stretch}.v22-hero .cta-row .btn{width:100%;justify-content:center}.format-phase{min-height:auto}}


/* V22.2 Phase 2 - premium visual system */
.visual-home-hero,.visual-hero{position:relative;overflow:hidden;background-image:linear-gradient(90deg,rgba(4,13,32,.92) 0%,rgba(7,18,45,.86) 48%,rgba(4,8,18,.45) 100%),var(--hero-image);background-size:cover;background-position:center;}
.visual-home-hero:after,.visual-hero:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 80% 20%,rgba(216,180,111,.18),transparent 28%),linear-gradient(180deg,transparent,rgba(3,7,16,.34));pointer-events:none}.visual-home-hero>* , .visual-hero>*{position:relative;z-index:1}.hero-media-card{background:rgba(5,13,31,.72);border:1px solid rgba(216,180,111,.36);box-shadow:0 28px 90px rgba(0,0,0,.36);border-radius:28px;overflow:hidden;backdrop-filter:blur(10px)}.hero-media-card img{width:100%;height:360px;object-fit:cover;display:block}.hero-media-caption{display:flex;justify-content:space-between;gap:16px;padding:18px 20px;color:#fff;border-top:1px solid rgba(216,180,111,.28)}.hero-media-caption span{color:#d8b46f}.format-visual-hero,.locations-visual-hero{min-height:560px;display:flex;align-items:center}.visual-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:34px;align-items:end}.visual-hero-copy{max-width:860px}.hero-stat-card{background:rgba(255,255,255,.94);border:1px solid rgba(216,180,111,.42);border-radius:28px;padding:28px;color:#07152d;box-shadow:0 24px 70px rgba(0,0,0,.30)}.hero-stat-card strong{font-size:54px;display:block;color:#c9a05c;line-height:1}.hero-stat-card span{font-weight:800}.premium-image-card{position:relative;border-radius:30px;overflow:hidden;box-shadow:0 28px 90px rgba(9,21,51,.22);border:1px solid rgba(201,160,92,.26);background:#08152d;margin-bottom:28px}.premium-image-card img{display:block;width:100%;height:460px;object-fit:cover}.premium-image-card.compact{margin-bottom:0}.premium-image-card.compact img{height:260px}.premium-image-card.wide img{height:390px}.premium-image-card span{position:absolute;left:22px;right:22px;bottom:20px;background:rgba(5,13,31,.72);color:#fff;border:1px solid rgba(216,180,111,.32);border-radius:18px;padding:13px 16px;font-weight:800;backdrop-filter:blur(8px)}.align-center{align-items:center}.format-signature-section{background:linear-gradient(180deg,#fff,#f7f1e7)}.editorial-protocol{position:relative;overflow:hidden}.format-phase-xl{min-height:460px}.visual-band{background-image:linear-gradient(90deg,rgba(5,13,31,.94),rgba(5,13,31,.68),rgba(5,13,31,.38)),var(--band-image);background-size:cover;background-position:center;color:#fff}.visual-band-card{max-width:720px;background:rgba(5,13,31,.72);border:1px solid rgba(216,180,111,.35);border-radius:30px;padding:38px;backdrop-filter:blur(8px);box-shadow:0 30px 90px rgba(0,0,0,.30)}.visual-band-card h2,.visual-band-card p{color:#fff}.location-grid-plus{margin-top:30px}.v22-city.big{background:linear-gradient(180deg,#fff,#fbf8f0);box-shadow:0 18px 48px rgba(7,21,45,.08)}.format-premium-page .page-hero h1{max-width:980px}.format-premium-page .page-hero .lead{max-width:820px}.admin-asset-grid img{width:100%;border-radius:14px}@media(max-width:980px){.visual-hero-grid,.hero-grid{grid-template-columns:1fr}.hero-media-card img{height:280px}.format-visual-hero,.locations-visual-hero{min-height:500px}.premium-image-card img,.premium-image-card.wide img{height:300px}.grid.four{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){.hero-media-caption{display:block}.visual-hero-grid{grid-template-columns:1fr}.hero-stat-card{display:none}.premium-image-card img,.premium-image-card.wide img{height:240px}.grid.four{grid-template-columns:1fr}.visual-band-card{padding:24px}.format-visual-hero,.locations-visual-hero{min-height:560px}}

/* V22.3 - restore original public palette: black, gold, ivory */
.public-site.v22-site,
body.public-site.v22-site{
  background:#fffaf0;
  color:#151515;
}
.public-site.v22-site .public-topbar,
.public-site.v22-site .topbar.public-topbar{
  background:rgba(5,5,5,.94)!important;
  border-bottom:1px solid rgba(240,214,140,.13)!important;
  box-shadow:0 14px 34px rgba(0,0,0,.22)!important;
}
.public-site.v22-site .public-navlinks a.active,
.public-site.v22-site .public-navlinks a:hover{
  color:var(--gold-2)!important;
}
.public-site.v22-site .badge.gold,
.public-site.v22-site .badge{
  background:rgba(200,155,60,.14)!important;
  border-color:rgba(200,155,60,.36)!important;
  color:#9b6d10!important;
}
.public-site.v22-site .page-hero .badge,
.public-site.v22-site .dark .badge,
.public-site.v22-site .navy-section .badge,
.public-site.v22-site .innovation-callout .badge,
.public-site.v22-site .visual-hero .badge,
.public-site.v22-site .visual-home-hero .badge,
.public-site.v22-site .visual-band .badge{
  color:var(--gold-2)!important;
  background:rgba(240,214,140,.12)!important;
  border-color:rgba(240,214,140,.30)!important;
}
.public-site.v22-site .v22-hero,
.public-site.v22-site .page-hero,
.public-site.v22-site .v22-format-hero,
.public-site.v22-site .innovation-hero{
  background:radial-gradient(circle at 18% 18%,rgba(200,155,60,.20),transparent 31%),linear-gradient(135deg,#050505 0%,#141414 68%,#070707 100%)!important;
}
.public-site.v22-site .visual-home-hero,
.public-site.v22-site .visual-hero{
  background-image:linear-gradient(90deg,rgba(5,5,5,.94) 0%,rgba(12,12,12,.88) 48%,rgba(5,5,5,.64) 100%),var(--hero-image)!important;
  background-color:#050505!important;
}
.public-site.v22-site .visual-home-hero:after,
.public-site.v22-site .visual-hero:after{
  background:radial-gradient(circle at 80% 20%,rgba(240,214,140,.16),transparent 28%),linear-gradient(180deg,transparent,rgba(5,5,5,.42))!important;
}
.public-site.v22-site .navy-section,
.public-site.v22-site .innovation-callout,
.public-site.v22-site .visual-band{
  background:radial-gradient(circle at 18% 0%,rgba(200,155,60,.16),transparent 30%),linear-gradient(135deg,#050505,#121212 72%,#070707)!important;
  color:#fff!important;
}
.public-site.v22-site .visual-band{
  background-image:linear-gradient(90deg,rgba(5,5,5,.96),rgba(12,12,12,.84),rgba(5,5,5,.58)),var(--band-image)!important;
}
.public-site.v22-site .navy-section h1,
.public-site.v22-site .navy-section h2,
.public-site.v22-site .navy-section h3,
.public-site.v22-site .innovation-callout h1,
.public-site.v22-site .innovation-callout h2,
.public-site.v22-site .innovation-callout h3,
.public-site.v22-site .visual-band h1,
.public-site.v22-site .visual-band h2,
.public-site.v22-site .visual-band h3{
  color:#fff!important;
}
.public-site.v22-site .navy-section p,
.public-site.v22-site .innovation-callout p,
.public-site.v22-site .visual-band p{
  color:rgba(255,255,255,.78)!important;
}
.public-site.v22-site .recognition-section,
.public-site.v22-site .locations-section,
.public-site.v22-site .support-section{
  background:#fffaf0!important;
}
.public-site.v22-site .categories-section,
.public-site.v22-site .format-signature-section{
  background:linear-gradient(180deg,#fffaf0,#fff)!important;
}
.public-site.v22-site .card,
.public-site.v22-site .white-callout{
  background:#fff!important;
  border-color:#ead9ae!important;
  box-shadow:0 10px 32px rgba(0,0,0,.055)!important;
}
.public-site.v22-site .dark-card,
.public-site.v22-site .visual-band-card,
.public-site.v22-site .hero-media-card{
  background:rgba(17,17,17,.86)!important;
  border:1px solid rgba(240,214,140,.26)!important;
  color:#fff!important;
  box-shadow:0 28px 80px rgba(0,0,0,.35)!important;
}
.public-site.v22-site .dark-card p,
.public-site.v22-site .visual-band-card p,
.public-site.v22-site .hero-media-card p,
.public-site.v22-site .dark-card li{
  color:rgba(255,255,255,.76)!important;
}
.public-site.v22-site .gold-frame{
  border-color:rgba(240,214,140,.58)!important;
  box-shadow:0 20px 54px rgba(200,155,60,.14)!important;
}
.public-site.v22-site .v22-value-grid .card,
.public-site.v22-site .v22-city,
.public-site.v22-site .v22-city.big{
  border-top:0!important;
  border-left:4px solid var(--gold)!important;
  background:linear-gradient(180deg,#fff,#fffaf0)!important;
}
.public-site.v22-site .award-cat-card{
  border-top:3px solid var(--gold)!important;
}
.public-site.v22-site .trophy-dot,
.public-site.v22-site .phase-number{
  background:#111!important;
  color:var(--gold-2)!important;
  border:1px solid rgba(240,214,140,.26)!important;
}
.public-site.v22-site .hero-stat-card{
  background:rgba(255,250,240,.96)!important;
  border-color:rgba(200,155,60,.45)!important;
  color:#111!important;
}
.public-site.v22-site .hero-stat-card strong{
  color:#9b6d10!important;
}
.public-site.v22-site .premium-image-card{
  background:#080808!important;
  border-color:rgba(240,214,140,.28)!important;
  box-shadow:0 26px 80px rgba(0,0,0,.20)!important;
}
.public-site.v22-site .premium-image-card span,
.public-site.v22-site .hero-media-caption{
  background:rgba(8,8,8,.78)!important;
  border-color:rgba(240,214,140,.28)!important;
  color:#fff!important;
}
.public-site.v22-site .hero-media-caption span{
  color:var(--gold-2)!important;
}
.public-site.v22-site .btn.gold{
  background:linear-gradient(135deg,var(--gold),var(--gold-2))!important;
  color:#111!important;
  border-color:rgba(200,155,60,.45)!important;
}
.public-site.v22-site .btn.dark{
  background:#111!important;
  color:#fff!important;
  border-color:#111!important;
}
.public-site.v22-site .btn.ghost,
.public-site.v22-site .btn.ghost-light,
.public-site.v22-site .btn.outline.light{
  background:rgba(255,255,255,.06)!important;
  border-color:rgba(240,214,140,.28)!important;
  color:#fff!important;
}
.public-site.v22-site .card .btn.ghost,
.public-site.v22-site .support-section .btn.ghost,
.public-site.v22-site .locations-section .btn.ghost,
.public-site.v22-site .categories-section .btn.ghost{
  background:#fff!important;
  border-color:#ead9ae!important;
  color:#111!important;
}
.public-site.v22-site .section-title p,
.public-site.v22-site .lead{
  color:#4b5563;
}
.public-site.v22-site .visual-home-hero .lead,
.public-site.v22-site .visual-hero .lead,
.public-site.v22-site .page-hero .lead{
  color:rgba(255,255,255,.82)!important;
}
.public-site.v22-site .public-footer{
  background:radial-gradient(circle at 15% 0,rgba(200,155,60,.16),transparent 28%),#050505!important;
}
.public-site.v22-site .sponsor-showcase{
  background:linear-gradient(180deg,#fff,#fffaf0)!important;
}
.public-site.v22-site .sponsor-marquee:before{background:linear-gradient(90deg,#fffaf0,rgba(255,250,240,0))!important;}
.public-site.v22-site .sponsor-marquee:after{background:linear-gradient(270deg,#fffaf0,rgba(255,250,240,0))!important;}
@media(max-width:980px){
  .public-site.v22-site .visual-home-hero,
  .public-site.v22-site .visual-hero{
    background-image:linear-gradient(180deg,rgba(5,5,5,.93),rgba(5,5,5,.78)),var(--hero-image)!important;
  }
}
