:root{--color-bg:#fff;--color-bg-warm:#faf8f5;--color-bg-cream:#f5f0e8;--color-text:#1a1a1a;--color-text-light:#6b6b6b;--color-text-muted:#999;--color-teal:#492318;--color-teal-dark:#32160f;--color-teal-light:#6a3424;--color-gold:#f7be00;--color-gold-dark:#c49700;--color-gold-light:#ffd033;--color-navy:#0f2b3c;--font-sans:"Outfit", -apple-system, BlinkMacSystemFont, sans-serif;--font-serif:"Playfair Display", Georgia, serif;--transition-fast:all .2s ease;--transition:all .35s cubic-bezier(.25, .46, .45, .94);--transition-slow:all .6s cubic-bezier(.16, 1, .3, 1)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-sans);background-color:var(--color-bg);color:var(--color-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-serif);font-weight:600;line-height:1.15}a{color:inherit;transition:var(--transition-fast);text-decoration:none}button{font-family:var(--font-sans);cursor:pointer;background:0 0;border:none}img{max-width:100%;display:block}.container{max-width:1340px;margin:0 auto;padding:0 4%}.container-wide{max-width:1600px;margin:0 auto;padding:0 3%}.section{padding:7rem 0}.section-lg{padding:9rem 0}.text-center{text-align:center}.text-white{color:#fff}.text-teal{color:var(--color-teal)}.text-gold{color:var(--color-gold)}.section-eyebrow{font-family:var(--font-sans);text-transform:uppercase;letter-spacing:3px;color:var(--color-teal);margin-bottom:1.25rem;font-size:.8rem;font-weight:600;display:inline-block}.section-heading{color:var(--color-teal);margin-bottom:1.5rem;font-size:clamp(2.5rem,5vw,4rem);line-height:1.1}.section-heading-dark{color:var(--color-text)}.section-description{color:var(--color-text-light);max-width:600px;font-size:1.15rem;line-height:1.85}.section-description.centered{margin:0 auto}.btn{transition:var(--transition);text-transform:none;letter-spacing:.3px;white-space:nowrap;border-radius:4px;justify-content:center;align-items:center;gap:.5rem;padding:.9rem 2.2rem;font-size:.95rem;font-weight:600;display:inline-flex}.btn-teal{background-color:var(--color-teal);color:#fff;border:2px solid var(--color-teal)}.btn-teal:hover{background-color:var(--color-teal-dark);border-color:var(--color-teal-dark);transform:translateY(-1px);box-shadow:0 4px 20px #0d73774d}.btn-outline-white{color:#fff;background-color:#0000;border:2px solid #fffc}.btn-outline-white:hover{color:var(--color-teal);background-color:#fff;border-color:#fff}.btn-outline-teal{color:var(--color-teal);border:2px solid var(--color-teal);background-color:#0000}.btn-outline-teal:hover{background-color:var(--color-teal);color:#fff}.btn-gold{background-color:var(--color-gold);color:#fff;border:2px solid var(--color-gold)}.btn-gold:hover{background-color:var(--color-gold-dark);border-color:var(--color-gold-dark)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate-fade-in-up{animation:.8s cubic-bezier(.16,1,.3,1) forwards fadeInUp}.animate-fade-in{animation:1s forwards fadeIn}.delay-1{animation-delay:.1s}.delay-2{animation-delay:.2s}.delay-3{animation-delay:.3s}.delay-4{animation-delay:.4s}.delay-5{animation-delay:.5s}@media (width<=768px){.section{padding:4rem 0}.section-lg{padding:5rem 0}}.top-bar{background-color:var(--color-teal);color:#fff;text-align:center;z-index:1001;padding:.6rem 0;position:relative}.top-bar-link{color:#fff;letter-spacing:.3px;align-items:center;gap:.5rem;font-size:.85rem;font-weight:500;display:inline-flex}.top-bar-link:hover{opacity:.85}.navbar{z-index:1000;width:100%;transition:var(--transition);background:0 0;padding:1rem 0;position:fixed;top:0;left:0}.navbar-scrolled{-webkit-backdrop-filter:blur(12px);background:#fffffff7;padding:.6rem 0;box-shadow:0 1px #0000000f}.navbar-inner{justify-content:space-between;align-items:center;display:flex}.navbar-logo img{width:auto;height:52px;transition:var(--transition);filter:brightness(0)invert()}.navbar-scrolled .navbar-logo img{filter:none;height:42px}.navbar-nav{align-items:center;gap:2.5rem;display:flex}.navbar-nav a{color:#fff;letter-spacing:.2px;font-size:.92rem;font-weight:500;position:relative}.navbar-scrolled .navbar-nav a{color:var(--color-text)}.navbar-scrolled .navbar-nav .nav-cta{color:var(--color-teal);border-color:var(--color-teal)}.navbar-scrolled .navbar-nav .nav-cta:hover{background:var(--color-teal);color:#fff}.navbar-nav a:not(.btn):after{content:"";background-color:var(--color-gold);width:0;height:2px;transition:var(--transition-fast);position:absolute;bottom:-4px;left:0}.navbar-nav a:not(.btn):hover:after{width:100%}.nav-cta{padding:.55rem 1.5rem!important;font-size:.88rem!important}.navbar-toggle{padding:.5rem;display:none}.hamburger{flex-direction:column;gap:5px;width:24px;display:flex}.hamburger span{height:2px;transition:var(--transition-fast);background:#fff;border-radius:2px;display:block}.navbar-scrolled .hamburger span{background:var(--color-text)}.hamburger.active span:first-child{transform:translateY(7px)rotate(45deg)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.mobile-overlay{z-index:999;background:#0006;width:100%;height:100%;position:fixed;top:0;left:0}@media (width<=992px){.navbar-toggle{display:block}.navbar-nav{z-index:1001;background:#fff;flex-direction:column;gap:0;width:300px;height:100vh;padding:5rem 2rem 2rem;transition:right .4s cubic-bezier(.16,1,.3,1);position:fixed;top:0;right:-320px;box-shadow:-10px 0 40px #0000001a}.navbar-nav.open{right:0}.navbar-nav a{border-bottom:1px solid #0000000d;width:100%;padding:1rem 0;font-size:1.05rem;color:var(--color-text)!important}.navbar-nav .nav-cta{text-align:center;justify-content:center;margin-top:1rem;border-color:var(--color-teal)!important;color:var(--color-teal)!important}}.footer{background:var(--color-navy);color:#ffffffbf;padding:5rem 0 2rem}.footer-main{border-bottom:1px solid #ffffff14;grid-template-columns:2fr 1fr 1fr 1fr;gap:4rem;padding-bottom:4rem;display:grid}.footer-logo{filter:brightness(0)invert();height:50px;margin-bottom:1.5rem}.footer-brand-text{max-width:320px;font-size:.95rem;line-height:1.75}.footer-col-title{font-family:var(--font-sans);text-transform:uppercase;letter-spacing:1.5px;color:#fff;margin-bottom:1.5rem;font-size:.85rem;font-weight:600}.footer-col ul{list-style:none}.footer-col li{margin-bottom:.65rem;font-size:.92rem}.footer-col a{color:#fff9;transition:var(--transition-fast)}.footer-col a:hover{color:#fff;padding-left:4px}.footer-bottom{color:#fff6;justify-content:space-between;align-items:center;padding-top:2rem;font-size:.85rem;display:flex}.footer-bottom-links{gap:2rem;display:flex}.footer-bottom-links a{color:#fff6}.footer-bottom-links a:hover{color:#fff}@media (width<=992px){.footer-main{grid-template-columns:1fr 1fr;gap:3rem}}@media (width<=640px){.footer-main{grid-template-columns:1fr;gap:2rem}.footer-bottom{text-align:center;flex-direction:column;gap:1rem}}.hero{color:#fff;align-items:flex-end;width:100%;height:100vh;min-height:700px;display:flex;position:relative;overflow:hidden}.hero-video-bg{z-index:0;background:#111;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.hero-video-bg iframe{pointer-events:none;border:none;width:100vw;min-width:177.78vh;height:56.25vw;min-height:100vh;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero-gradient{z-index:1;background:linear-gradient(#0000001a 0%,#00000026 40%,#00000073 75%,#000000a6 100%);width:100%;height:100%;position:absolute;top:0;left:0}.hero-content{z-index:2;justify-content:space-between;align-items:flex-end;width:100%;padding-bottom:4rem;display:flex;position:relative}.hero-text{max-width:600px}.hero-title{color:#fff;text-shadow:0 2px 30px #0000004d;margin-bottom:1.25rem;font-size:clamp(2.8rem,6vw,4.5rem);font-weight:700;line-height:1.05}.hero-date{color:#ffffffe6;align-items:center;gap:.6rem;margin-bottom:2rem;font-size:1.05rem;font-weight:400;display:flex}.hero-date svg{opacity:.8;flex-shrink:0}.hero-buttons{flex-wrap:wrap;gap:1rem;display:flex}.hero-countdown{-webkit-backdrop-filter:blur(16px);background:#ffffff1f;border:1px solid #ffffff26;border-radius:8px;flex-shrink:0;align-items:center;gap:0;padding:1.5rem 2rem;display:flex}.countdown-unit{flex-direction:column;align-items:center;padding:0 1.25rem;display:flex}.countdown-number{font-family:var(--font-serif);color:#fff;font-size:2.8rem;font-weight:700;line-height:1}.countdown-label{text-transform:uppercase;letter-spacing:2px;color:#ffffffa6;margin-top:.4rem;font-size:.7rem;font-weight:500}.countdown-divider{background:#fff3;width:1px;height:40px}.hero-social{z-index:100;background:var(--color-teal);border-radius:8px 0 0 8px;flex-direction:column;display:flex;position:fixed;top:50%;right:0;overflow:hidden;transform:translateY(-50%)}.hero-social a{color:#fff;width:44px;height:44px;transition:var(--transition-fast);border-bottom:1px solid #ffffff1a;justify-content:center;align-items:center;font-size:.85rem;font-weight:700;display:flex}.hero-social a:last-child{border-bottom:none}.hero-social a:hover{background:#ffffff26}@media (width<=1024px){.hero-content{flex-direction:column;align-items:flex-start;gap:2rem}.hero-countdown{align-self:flex-start}}@media (width<=768px){.hero{min-height:100vh}.hero-content{padding-bottom:2.5rem}.hero-title{font-size:2.5rem}.countdown-number{font-size:2rem}.countdown-unit{padding:0 .75rem}.hero-countdown{padding:1rem 1.25rem}.hero-social{display:none}}.about-layout{grid-template-columns:1fr 1fr;align-items:center;gap:6rem;display:grid}.about-heading{color:var(--color-teal);margin-bottom:2.5rem;font-size:clamp(2.5rem,4.5vw,3.8rem);line-height:1.1}.about-quote-block{margin-bottom:2rem;position:relative}.quote-marks{font-family:var(--font-serif);color:var(--color-teal);opacity:.25;-webkit-user-select:none;user-select:none;font-size:6rem;line-height:.5;position:absolute;top:-10px;left:-10px}.about-lead{color:var(--color-text);border-left:3px solid var(--color-teal);padding-left:2rem;font-size:1.1rem;line-height:1.85}.about-body{color:var(--color-text-light);margin-bottom:3rem;font-size:1.05rem;line-height:1.85}.about-body strong{font-weight:600}.about-stats-row{gap:3rem;display:flex}.about-stat{flex-direction:column;display:flex}.about-stat-number{font-family:var(--font-serif);color:var(--color-teal);margin-bottom:.3rem;font-size:2.5rem;font-weight:700;line-height:1}.about-stat-label{text-transform:uppercase;letter-spacing:1.5px;color:var(--color-text-muted);font-size:.85rem;font-weight:500}.about-mosaic{grid-template-rows:240px 200px;grid-template-columns:1fr 1fr;gap:12px;display:grid;position:relative}.mosaic-img{border-radius:8px;position:relative;overflow:hidden}.mosaic-img img{object-fit:cover;width:100%;height:100%;transition:transform .6s}.mosaic-img:hover img{transform:scale(1.05)}.mosaic-img-1{grid-area:1/1}.mosaic-img-2{grid-area:1/2/span 2}.mosaic-img-3{grid-area:2/1}.mosaic-img-4{background:var(--color-bg-warm);z-index:2;border-radius:8px;justify-content:center;align-items:center;width:120px;height:120px;padding:1rem;display:flex;position:absolute;bottom:-20px;left:-20px;box-shadow:0 8px 30px #0000001a}.mosaic-img-4 img{object-fit:contain}@media (width<=992px){.about-layout{grid-template-columns:1fr;gap:3rem}.about-mosaic{grid-template-rows:200px 160px}}@media (width<=768px){.about-stats-row{gap:2rem}.about-stat-number{font-size:2rem}}.events-section{background:var(--color-bg-warm)}.events-header{justify-content:space-between;align-items:flex-end;margin-bottom:3.5rem;display:flex}.events-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.event-card{transition:var(--transition);background:#fff;border:1px solid #0000000a;border-radius:8px;overflow:hidden}.event-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px #00000014}.event-card-image{aspect-ratio:4/3;position:relative;overflow:hidden}.event-card-image img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.event-card:hover .event-card-image img{transform:scale(1.06)}.event-tag{background:var(--color-teal);color:#fff;text-transform:uppercase;letter-spacing:1px;border-radius:4px;padding:.3rem .75rem;font-size:.72rem;font-weight:600;position:absolute;top:12px;left:12px}.event-card-body{padding:1.5rem}.event-date{color:var(--color-teal);text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem;font-size:.8rem;font-weight:600;display:block}.event-title{color:var(--color-text);margin-bottom:.6rem;font-size:1.2rem;line-height:1.3}.event-desc{color:var(--color-text-light);font-size:.9rem;line-height:1.65}@media (width<=1024px){.events-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.events-grid{grid-template-columns:1fr}.events-header{flex-direction:column;align-items:flex-start;gap:1.5rem}}.agenda-section{background-color:var(--color-bg-warm);position:relative;overflow:hidden}.agenda-container{max-width:1000px;margin:0 auto}.agenda-tabs{scrollbar-width:none;border-bottom:1px solid #0000001a;gap:1rem;margin-bottom:3rem;display:flex;overflow-x:auto}.agenda-tabs::-webkit-scrollbar{display:none}.agenda-tab{font-family:var(--font-sans);color:var(--color-text-light);cursor:pointer;transition:var(--transition-fast);white-space:nowrap;background:0 0;border:none;border-bottom:3px solid #0000;padding:1rem 1.5rem;font-size:1.1rem;font-weight:500}.agenda-tab:hover{color:var(--color-teal)}.agenda-tab.active{color:var(--color-teal);border-bottom-color:var(--color-teal);font-weight:600}.agenda-list{flex-direction:column;gap:1.5rem;display:flex}.agenda-item{transition:var(--transition);background:#fff;border-left:4px solid #0000;border-radius:8px;gap:2rem;padding:2.5rem;display:flex;box-shadow:0 4px 20px #00000008}.agenda-item:hover{border-left-color:var(--color-gold);transform:translateY(-2px);box-shadow:0 10px 30px #0000000f}.agenda-time{border-right:1px solid #00000014;flex-direction:column;flex:0 0 180px;padding-right:2rem;display:flex}.agenda-time-start{font-family:var(--font-sans);color:var(--color-teal);font-size:1.4rem;font-weight:600;line-height:1.2}.agenda-time-end{color:var(--color-text-muted);margin-top:.25rem;font-size:.9rem}.agenda-location{color:var(--color-gold-dark);text-transform:uppercase;letter-spacing:1px;align-items:center;gap:.5rem;margin-top:auto;font-size:.85rem;font-weight:500;display:flex}.agenda-content{flex:1}.agenda-title{font-family:var(--font-serif);color:var(--color-text);margin-bottom:.75rem;font-size:1.6rem;line-height:1.3}.agenda-desc{color:var(--color-text-light);margin-bottom:1.5rem;font-size:1rem;line-height:1.7}.agenda-speakers{border-top:1px solid #0000000d;flex-wrap:wrap;gap:1.5rem;margin-top:1.5rem;padding-top:1.5rem;display:flex}.agenda-speaker{align-items:center;gap:.75rem;display:flex}.agenda-speaker-img{object-fit:cover;background:#f0f0f0;border-radius:50%;width:40px;height:40px}.agenda-speaker-info{flex-direction:column;display:flex}.agenda-speaker-name{color:var(--color-text);font-size:.9rem;font-weight:600;line-height:1.2}.agenda-speaker-role{color:var(--color-text-muted);font-size:.8rem}@media (width<=768px){.agenda-item{flex-direction:column;gap:1.5rem;padding:1.5rem}.agenda-time{border-bottom:1px solid #00000014;border-right:none;flex-flow:wrap;flex:none;align-items:center;gap:1rem;padding-bottom:1rem;padding-right:0}.agenda-location{margin-top:0;margin-left:auto}}.speakers-header{margin-bottom:3.5rem}.speakers-mosaic{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.speaker-tile{cursor:pointer;background:var(--color-bg-warm);aspect-ratio:3/4;border-radius:8px;transition:transform .4s;position:relative;overflow:hidden;box-shadow:0 10px 30px #0000000a}.speaker-tile img{object-fit:contain;width:100%;height:100%;padding:.5rem;transition:transform .5s}.speaker-tile:hover img{transform:scale(1.03)}.speaker-tile-overlay{opacity:0;pointer-events:none;background:linear-gradient(#0000 60%,#0d737766 100%);transition:opacity .35s;position:absolute;inset:0}.speaker-tile:hover .speaker-tile-overlay{opacity:1}.speakers-cta{text-align:center;margin-top:4rem}.speakers-grid-standard{grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:2rem;display:grid}.speaker-card{background:var(--color-bg-warm);aspect-ratio:3/4;border-radius:8px;transition:transform .3s;overflow:hidden;box-shadow:0 8px 24px #0000000a}.speaker-card:hover{transform:translateY(-5px)}.speaker-image-wrapper{width:100%;height:100%;padding:.5rem}.speaker-image-wrapper img{object-fit:contain;width:100%;height:100%}@media (width<=1024px){.speakers-mosaic,.speakers-grid-standard{grid-template-columns:repeat(3,1fr);gap:1.5rem}}@media (width<=768px){.speakers-mosaic,.speakers-grid-standard{grid-template-columns:repeat(2,1fr);gap:1rem}}@media (width<=480px){.speakers-mosaic,.speakers-grid-standard{grid-template-columns:1fr;gap:1.5rem}}.register-section{color:#fff;text-align:center;padding:8rem 0;position:relative;overflow:hidden}.register-bg{z-index:0;position:absolute;inset:0}.register-bg img{object-fit:cover;width:100%;height:100%}.register-overlay{background:linear-gradient(135deg,#0d7377eb 0%,#095456f2 100%);position:absolute;inset:0}.register-content{z-index:1;max-width:700px;margin:0 auto;position:relative}.register-heading{color:#fff;margin-bottom:1.5rem;font-size:clamp(2.5rem,5vw,4rem);line-height:1.1}.register-description{color:#fffc;margin-bottom:2.5rem;font-size:1.1rem;line-height:1.8}.register-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.partners-section{background-color:var(--color-bg)}.partner-tier{margin-bottom:2rem}.partner-tier-title{font-family:var(--font-sans);text-transform:uppercase;letter-spacing:2px;color:var(--color-gold-dark);margin-bottom:3rem;font-size:1.1rem;font-weight:600}.partner-grid{flex-wrap:wrap;justify-content:center;align-items:center;gap:3rem;margin:0 auto;display:flex}.strategic-grid{gap:5rem}.platinum-grid{max-width:900px}.partner-divider{border:none;border-top:1px solid #0000000f;max-width:800px;margin:4rem auto}.partner-item{filter:grayscale()opacity(.6);transition:var(--transition);justify-content:center;align-items:center;display:flex}.partner-item:hover{filter:grayscale(0%)opacity();transform:translateY(-2px)}.partner-item img{object-fit:contain;max-width:100%;max-height:100%}.strategic-grid .premium-item{width:240px;height:120px}.platinum-grid .partner-item{width:180px;height:90px}.partners-marquee{position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 10% 90%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 10% 90%,#0000 100%)}.partners-track{align-items:center;gap:4rem;width:max-content;animation:30s linear infinite scroll-partners;display:flex}@keyframes scroll-partners{0%{transform:translate(0)}to{transform:translate(-50%)}}.small-item{width:140px;height:70px}@media (width<=768px){.strategic-grid .premium-item{width:180px;height:90px}.platinum-grid .partner-item{width:140px;height:70px}.strategic-grid,.platinum-grid{gap:2rem}}.gallery-section{background:var(--color-bg-warm);padding-bottom:0}.gallery-header{margin-bottom:3rem}.gallery-grid{grid-template-columns:repeat(6,1fr);grid-auto-rows:220px;gap:4px;display:grid}.gallery-item{cursor:pointer;position:relative;overflow:hidden}.gallery-item img{object-fit:cover;width:100%;height:100%;transition:transform .6s}.gallery-item:hover img{transform:scale(1.06)}.gallery-item:first-child{grid-area:span 2/span 2}.gallery-item:nth-child(4){grid-column:span 2}.gallery-item:nth-child(7){grid-area:span 2/span 2}.gallery-item:nth-child(10){grid-column:span 2}@media (width<=1024px){.gallery-grid{grid-template-columns:repeat(4,1fr);grid-auto-rows:180px}}@media (width<=640px){.gallery-grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:160px}.gallery-item:first-child,.gallery-item:nth-child(7){grid-row:span 1}}.registration-header{text-align:center;margin-bottom:3rem}.registration-form{background:#fff;border-radius:12px;padding:3rem;box-shadow:0 10px 40px #0000000a}.form-row{grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem;display:grid}.form-group{margin-bottom:1.5rem}.form-group label{color:var(--color-text);margin-bottom:.5rem;font-size:.9rem;font-weight:500;display:block}.form-group input,.form-group select,.form-group textarea{background:var(--color-bg-warm);border:1px solid #e0e0e0;border-radius:6px;width:100%;padding:.8rem 1rem;font-family:inherit;font-size:1rem;transition:all .3s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--color-teal);outline:none;box-shadow:0 0 0 3px #0d73771a}.submit-btn{background:var(--color-teal);color:#fff;cursor:pointer;border:none;border-radius:6px;width:100%;margin-top:1rem;padding:1rem 2rem;font-size:1.1rem;font-weight:600;transition:background .3s}.submit-btn:hover:not(:disabled){background:var(--color-gold)}.submit-btn:disabled{opacity:.7;cursor:not-allowed}.success-message{text-align:center;background:#fff;border-radius:12px;padding:4rem 2rem;box-shadow:0 10px 40px #0000000a}.success-message svg{margin-bottom:1rem}.success-message h2{color:var(--color-teal);margin-bottom:1rem}.error-message{color:#d32f2f;text-align:center;background:#ffebee;border-radius:6px;margin-bottom:1rem;padding:1rem}@media (width<=768px){.form-row{grid-template-columns:1fr;gap:0}.registration-form{padding:2rem 1.5rem}}
