@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Playfair+Display:wght@400;500;600;700&display=swap";:root{--deep-navy:#0d2340;--maritime-blue:#1e4e79;--aegean-light:#7fa9c4;--off-white:#f7f5f0;--warm-gray:#c9c4bc;--muted-gold:#b89a5e;--white:#fff;--text-dark:#1a1a2e;--text-light:#6b7280;--font-heading:"Playfair Display", Georgia, serif;--font-body:"Inter", -apple-system, BlinkMacSystemFont, sans-serif;--max-width:1280px;--header-height:80px;--transition:.3s ease}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-body);color:var(--text-dark);background-color:var(--off-white);-webkit-font-smoothing:antialiased;line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--deep-navy);font-weight:600;line-height:1.2}h1{font-size:3rem}h2{font-size:2.25rem}h3{font-size:1.5rem}h4{font-size:1.25rem}a{color:inherit;transition:color var(--transition);text-decoration:none}a:hover{color:var(--muted-gold)}img{max-width:100%;height:auto;display:block}button{cursor:pointer;font-family:var(--font-body);transition:all var(--transition);border:none}input,textarea,select{font-family:var(--font-body);font-size:1rem}.container{max-width:var(--max-width);margin:0 auto;padding:0 2rem}.section{padding:6rem 0}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{margin-bottom:.75rem}.section-header .subtitle{color:var(--muted-gold);text-transform:uppercase;letter-spacing:2px;margin-bottom:.5rem;font-size:.875rem;font-weight:600}.section-header p{color:var(--text-light);max-width:640px;margin:0 auto;font-size:1.1rem}.btn{letter-spacing:.5px;transition:all var(--transition);border-radius:4px;align-items:center;gap:.5rem;padding:.875rem 2rem;font-size:.9375rem;font-weight:500;display:inline-flex}.btn-primary{background:var(--muted-gold);color:var(--white)}.btn-primary:hover{color:var(--white);background:#a6884e}.btn-secondary{color:var(--white);background:0 0;border:1px solid #fff6}.btn-secondary:hover{border-color:var(--muted-gold);color:var(--muted-gold)}.btn-outline{color:var(--deep-navy);border:1px solid var(--warm-gray);background:0 0}.btn-outline:hover{border-color:var(--muted-gold);color:var(--muted-gold)}.page-hero{background:linear-gradient(135deg, var(--deep-navy) 0%, var(--maritime-blue) 100%);color:var(--white);text-align:center;padding:8rem 0 4rem;position:relative;overflow:hidden}.page-hero:before{content:"";background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");position:absolute;inset:0}.page-hero h1{color:var(--white);margin-bottom:1rem;position:relative}.page-hero .subtitle{color:var(--muted-gold);text-transform:uppercase;letter-spacing:3px;margin-bottom:1rem;font-size:.875rem;font-weight:600;position:relative}.page-hero p{color:#fffc;max-width:640px;margin:0 auto;font-size:1.1rem;position:relative}.page-hero-img{background-position:50%;background-size:cover;position:relative}.page-hero-img:before{display:none}.page-hero-overlay{z-index:0;background:linear-gradient(135deg,#0d2340d9,#1e4e79bf);position:absolute;inset:0}main{animation:.5s cubic-bezier(.16,1,.3,1) pageIn}@keyframes pageIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}.card{background:var(--white);transition:transform var(--transition), box-shadow var(--transition);border-radius:8px;overflow:hidden;box-shadow:0 1px 3px #0000000f,0 1px 2px #0000000a}.card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #00000014}.card-body{padding:1.5rem}.grid-2{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.grid-3{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.grid-4{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.gold-line{background:var(--muted-gold);width:60px;height:3px;margin-bottom:1.5rem}.gold-line-center{background:var(--muted-gold);width:60px;height:3px;margin:0 auto 1.5rem}@media (width<=1024px){h1{font-size:2.5rem}h2{font-size:2rem}.grid-4{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){h1{font-size:2rem}h2{font-size:1.75rem}.section{padding:4rem 0}.container{padding:0 1.25rem}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.page-hero{padding:6rem 0 3rem}}@media (width<=480px){h1{font-size:1.75rem}.btn{padding:.75rem 1.5rem;font-size:.875rem}}.header{z-index:1000;background:var(--deep-navy);height:var(--header-height);transition:all .4s cubic-bezier(.16,1,.3,1);position:fixed;top:0;left:0;right:0}.header-home{background:0 0}.header-home.header-scrolled{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0d2340f2;box-shadow:0 4px 30px #00000026}.header-scrolled{height:64px}.header-inner{justify-content:space-between;align-items:center;height:100%;display:flex}.logo{color:var(--white);align-items:center;display:flex}.logo:hover{color:var(--white)}.logo-img{width:auto;height:48px;transition:height .4s cubic-bezier(.16,1,.3,1)}.header-scrolled .logo-img{height:36px}.nav{align-items:center;gap:.25rem;display:flex}.nav-item{color:#ffffffd9;cursor:pointer;transition:all var(--transition);border-radius:4px;padding:.5rem .875rem;font-size:.875rem;font-weight:500}.nav-item:hover,.nav-item.active{color:var(--muted-gold)}.dropdown{position:relative}.dropdown>span{padding:.5rem .875rem;display:inline-block}.dropdown-menu{background:var(--white);opacity:0;visibility:hidden;border-radius:6px;min-width:220px;padding:.5rem 0;transition:all .2s;position:absolute;top:100%;left:0;transform:translateY(8px);box-shadow:0 8px 30px #0000001f}.dropdown:hover .dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-menu a{color:var(--text-dark);transition:all var(--transition);padding:.625rem 1.25rem;font-size:.875rem;font-weight:400;display:block}.dropdown-menu a:hover{background:var(--off-white);color:var(--muted-gold);padding-left:1.5rem}.lang-toggle{color:var(--muted-gold);border:1px solid var(--muted-gold);letter-spacing:1px;background:0 0;border-radius:4px;margin-left:.5rem;padding:.375rem .875rem;font-size:.75rem;font-weight:600}.lang-toggle:hover{background:var(--muted-gold);color:var(--white)}.mobile-toggle{background:0 0;width:28px;height:24px;display:none;position:relative}.mobile-toggle span,.mobile-toggle span:before,.mobile-toggle span:after{background:var(--white);width:100%;height:2px;transition:all .3s;display:block;position:absolute}.mobile-toggle span{top:50%;transform:translateY(-50%)}.mobile-toggle span:before{content:"";top:-8px}.mobile-toggle span:after{content:"";top:8px}.mobile-toggle span.open{background:0 0}.mobile-toggle span.open:before{top:0;transform:rotate(45deg)}.mobile-toggle span.open:after{top:0;transform:rotate(-45deg)}@media (width<=1024px){.mobile-toggle{display:block}.nav{top:var(--header-height);background:var(--deep-navy);flex-direction:column;align-items:flex-start;gap:.5rem;padding:2rem;transition:transform .3s;position:fixed;bottom:0;left:0;right:0;overflow-y:auto;transform:translate(100%)}.nav-open{transform:translate(0)}.dropdown-menu{opacity:1;visibility:visible;box-shadow:none;background:#ffffff0d;padding-left:1rem;position:static;transform:none}.dropdown-menu a{color:#ffffffb3}.dropdown-menu a:hover{color:var(--muted-gold);background:0 0}.lang-toggle{margin-top:1rem;margin-left:0}}.footer{background:var(--deep-navy);color:#ffffffb3;padding:4rem 0 0}.footer-top{border-bottom:1px solid #ffffff1a;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:3rem;padding-bottom:3rem;display:grid}.footer-brand h3{color:var(--white);margin-bottom:1rem;font-size:1.25rem}.footer-logo-img{filter:brightness(0)invert();opacity:.9;width:auto;height:50px;margin-bottom:1.5rem}.footer-brand p{margin-bottom:.375rem;font-size:.875rem}.footer-brand a{color:var(--muted-gold)}.footer-links h4{color:var(--white);font-family:var(--font-body);text-transform:uppercase;letter-spacing:1.5px;margin-bottom:1.25rem;font-size:.8125rem;font-weight:600}.footer-links a{color:#fff9;transition:color var(--transition);margin-bottom:.625rem;font-size:.875rem;display:block}.footer-links a:hover{color:var(--muted-gold)}.footer-social{gap:.75rem;margin-top:1.25rem;display:flex}.footer-social a{color:#ffffff80;transition:color var(--transition)}.footer-social a:hover{color:var(--muted-gold)}.footer-bottom{justify-content:space-between;align-items:center;padding:1.5rem 0;font-size:.8125rem;display:flex}.footer-bottom a{color:#ffffff80}.footer-bottom a:hover{color:var(--muted-gold)}@media (width<=768px){.footer-top{grid-template-columns:1fr;gap:2rem}.footer-bottom{text-align:center;flex-direction:column;gap:.5rem}}.hero{justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.hero-slides{position:absolute;inset:0}.hero-slide{opacity:0;background-position:50%;background-size:cover;transition:opacity 1.5s,transform 8s;position:absolute;inset:0;transform:scale(1.05)}.hero-slide.active{opacity:1;transform:scale(1)}.hero-gradient{z-index:1;background:linear-gradient(#0d2340b3 0%,#0d234066 40%,#0d2340cc 100%),linear-gradient(90deg,#0d234099 0%,#0000 50%);position:absolute;inset:0}.hero-content{z-index:2;text-align:center;color:var(--white);padding:6rem 2rem 8rem;position:relative}.hero-content .hero-badge,.hero-content h1,.hero-content .hero-desc,.hero-content .hero-buttons{opacity:0;transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1);transform:translateY(30px)}.hero-loaded .hero-badge{opacity:1;transition-delay:.2s;transform:none}.hero-loaded h1{opacity:1;transition-delay:.4s;transform:none}.hero-loaded .hero-desc{opacity:1;transition-delay:.6s;transform:none}.hero-loaded .hero-buttons{opacity:1;transition-delay:.8s;transform:none}.hero-badge{letter-spacing:4px;color:var(--muted-gold);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid #b89a5e80;border-radius:100px;margin-bottom:2rem;padding:.5rem 2rem;font-size:.75rem;font-weight:600;display:inline-block}.hero h1{color:var(--white);text-shadow:0 2px 20px #0000004d;max-width:800px;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;font-size:4rem}.hero-desc{color:#ffffffd9;max-width:600px;margin:0 auto 2.5rem;font-size:1.25rem;line-height:1.8}.hero-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.btn-glow{box-shadow:0 4px 15px #b89a5e66}.btn-glow:hover{transform:translateY(-2px);box-shadow:0 6px 25px #b89a5e99}.hero-dots{z-index:3;gap:.75rem;display:flex;position:absolute;bottom:8rem;left:50%;transform:translate(-50%)}.hero-dot{cursor:pointer;background:#ffffff4d;border:none;border-radius:50%;width:10px;height:10px;padding:0;transition:all .3s}.hero-dot.active{background:var(--muted-gold);transform:scale(1.3);box-shadow:0 0 10px #b89a5e80}.hero-wave{z-index:2;position:absolute;bottom:-1px;left:0;right:0}.hero-wave svg{width:100%;height:100px;display:block}.scroll-indicator{z-index:3;animation:2s ease-in-out infinite float;position:absolute;bottom:10rem;right:3rem}.scroll-mouse{border:2px solid #ffffff4d;border-radius:12px;justify-content:center;width:24px;height:38px;padding-top:6px;display:flex}.scroll-wheel{background:var(--muted-gold);border-radius:2px;width:3px;height:8px;animation:1.5s ease-in-out infinite scroll-wheel}@keyframes scroll-wheel{0%,to{opacity:1;transform:translateY(0)}50%{opacity:.3;transform:translateY(6px)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.stats-section{padding-top:1rem}.stats-grid{text-align:center;grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.animated-counter{padding:2.5rem 1rem;position:relative}.animated-counter:after{content:"";background:var(--warm-gray);width:1px;height:50%;position:absolute;top:25%;right:0}.animated-counter:last-child:after{display:none}.counter-value{font-family:var(--font-heading);color:var(--deep-navy);margin-bottom:.5rem;font-size:3.5rem;font-weight:700;line-height:1;display:block}.counter-label{color:var(--text-light);max-width:160px;margin:0 auto;font-size:.875rem;display:block}.about-preview-grid{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;display:grid}.about-preview-image{border-radius:12px;position:relative;overflow:hidden}.about-preview-image img{object-fit:cover;width:100%;height:500px;transition:transform .6s cubic-bezier(.16,1,.3,1)}.about-preview-image:hover img{transform:scale(1.05)}.about-image-overlay{background:linear-gradient(#0000,#0d2340e6);padding:2rem;position:absolute;bottom:0;left:0;right:0}.about-image-overlay span{font-family:var(--font-heading);color:var(--muted-gold);text-shadow:0 2px 10px #0000004d;font-size:4rem;font-weight:700}.subtitle-line{align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.subtitle-line .subtitle{color:var(--muted-gold);text-transform:uppercase;letter-spacing:2px;font-size:.8125rem;font-weight:600}.about-preview-content h2{margin-bottom:1.5rem}.about-preview-content p{color:var(--text-light);font-size:1.0625rem;line-height:1.8}.mt-1{margin-top:1rem}.mt-2{margin-top:2rem}.president-section{background:var(--off-white)}.president-card-fancy{text-align:center;background:var(--white);border-radius:16px;max-width:800px;margin:0 auto;padding:4rem 3rem;position:relative;box-shadow:0 8px 40px #0000000f}.president-portrait{border:4px solid var(--muted-gold);border-radius:50%;width:140px;height:140px;margin:0 auto 2rem;overflow:hidden;box-shadow:0 4px 20px #0000001a}.president-portrait img{object-fit:cover;object-position:center top;width:100%;height:100%}.president-quote-mark{font-family:var(--font-heading);color:var(--muted-gold);opacity:.2;margin-bottom:1rem;font-size:8rem;line-height:.5}.president-card-fancy blockquote{font-family:var(--font-heading);color:var(--deep-navy);margin-bottom:2rem;font-size:1.5rem;font-style:italic;line-height:1.8}.president-meta{justify-content:center;align-items:center;gap:1rem;display:flex}.president-line{background:var(--muted-gold);width:40px;height:2px}.president-name{font-size:1.125rem;font-weight:600}.president-role{color:var(--muted-gold);font-size:.875rem;font-weight:500}.shipping-moves-section{justify-content:center;align-items:center;min-height:70vh;display:flex;position:relative;overflow:hidden}.shipping-moves-bg{background-position:50%;background-size:cover;background-attachment:fixed;position:absolute;inset:0}.shipping-moves-overlay{background:#0d2340d9;position:absolute;inset:0}.shipping-moves-content{z-index:1;text-align:center;color:var(--white);padding:6rem 2rem;position:relative}.shipping-moves-content h2{color:var(--white);margin-bottom:1.5rem;font-size:2.5rem}.shipping-moves-content p{color:#ffffffbf;max-width:600px;margin:0 auto 3rem;font-size:1.1rem;line-height:1.8}.play-btn-large{cursor:pointer;transition:transform .3s;display:inline-block}.play-btn-large:hover{transform:scale(1.15)}.play-btn-large svg{filter:drop-shadow(0 4px 20px #b89a5e66);width:80px;height:80px}.scholarships-section{background:var(--off-white)}.scholarships-fancy{background:var(--white);border-radius:16px;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid;overflow:hidden;box-shadow:0 8px 40px #0000000f}.scholarships-left{background:linear-gradient(135deg, var(--deep-navy), var(--maritime-blue));text-align:center;color:var(--white);flex-direction:column;justify-content:center;align-items:center;min-height:100%;padding:5rem 3rem;display:flex}.scholarships-number-big{font-family:var(--font-heading);color:var(--muted-gold);text-shadow:0 4px 20px #0003;font-size:7rem;font-weight:700;line-height:1}.scholarships-sub{opacity:.7;max-width:200px;margin-top:1rem;font-size:1rem}.scholarships-right{padding:3rem 3rem 3rem 0}.scholarships-right h2{margin-bottom:1rem}.scholarships-right p{color:var(--text-light);font-size:1.0625rem;line-height:1.8}.news-grid-fancy{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.news-card-fancy{background:var(--off-white);border-radius:12px;transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s;display:block;overflow:hidden}.news-card-fancy:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000001a}.news-card-img{aspect-ratio:16/10;position:relative;overflow:hidden}.news-card-img img{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.16,1,.3,1)}.news-card-fancy:hover .news-card-img img{transform:scale(1.08)}.news-card-img-overlay{background:linear-gradient(#0000 60%,#0d234066);position:absolute;inset:0}.news-card-body time{color:var(--muted-gold);letter-spacing:1px;margin-bottom:.75rem;font-size:.75rem;font-weight:600;display:block}.news-card-body h4{font-size:1rem;font-family:var(--font-body);color:var(--deep-navy);margin-bottom:1rem;font-weight:600;line-height:1.5}.news-link-gold{color:var(--muted-gold);font-size:.875rem;font-weight:500;transition:letter-spacing .3s}.news-card-fancy:hover .news-link-gold{letter-spacing:1px}.reports-section{background:var(--off-white)}.reports-grid{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.report-card-fancy{background:var(--white);border-left:4px solid var(--muted-gold);border-radius:12px;padding:3rem;transition:transform .3s,box-shadow .3s;box-shadow:0 2px 12px #0000000a}.report-card-fancy:hover{transform:translateY(-4px);box-shadow:0 12px 30px #00000014}.report-icon{margin-bottom:1.5rem;font-size:2rem}.report-card-fancy h3{margin-bottom:1rem;font-size:1.25rem}.report-card-fancy p{color:var(--text-light);margin-bottom:1.5rem;font-size:.9375rem;line-height:1.6}@media (width<=1024px){.stats-grid{grid-template-columns:repeat(2,1fr)}.animated-counter:nth-child(2):after{display:none}.about-preview-grid{grid-template-columns:1fr;gap:2rem}.about-preview-image img{height:350px}.scholarships-fancy{grid-template-columns:1fr}.scholarships-right{padding:2rem}}@media (width<=768px){.hero h1{font-size:2.5rem}.hero-desc{font-size:1.1rem}.counter-value{font-size:2.5rem}.news-grid-fancy,.reports-grid{grid-template-columns:1fr}.scholarships-number-big{font-size:5rem}.president-card-fancy{padding:2.5rem 1.5rem}.president-card-fancy blockquote{font-size:1.25rem}.scroll-indicator{display:none}.hero-dots{bottom:6rem}.shipping-moves-bg{background-attachment:scroll}}.about-intro{text-align:center;max-width:800px;margin:0 auto}.about-lead{color:var(--text-light);font-size:1.25rem;line-height:1.8}.pillar-card{text-align:center;background:var(--white);transition:transform var(--transition);border-radius:8px;padding:2.5rem 2rem;box-shadow:0 1px 3px #0000000f}.pillar-card:hover{transform:translateY(-4px)}.pillar-icon{margin-bottom:1.5rem;font-size:2.5rem}.pillar-card h3{margin-bottom:1rem}.pillar-card p{color:var(--text-light);font-size:.9375rem;line-height:1.7}.figure-card{text-align:center;padding:2rem}.figure-number{font-family:var(--font-heading);color:var(--deep-navy);margin-bottom:.5rem;font-size:2.5rem;font-weight:700}.figure-label{color:var(--text-light);text-transform:uppercase;letter-spacing:1px;font-size:.875rem}.history-hero .subtitle{letter-spacing:3px}.history-hero-lead{max-width:720px;font-size:1.15rem;line-height:1.8}.history-intro-section{background:var(--white);padding:5rem 0}.history-intro-block{columns:2;column-gap:3rem;max-width:780px;margin:0 auto}.history-intro-block p{color:var(--text-light);break-inside:avoid;margin-bottom:1.5rem;font-size:1.0625rem;line-height:1.9}.history-era{position:relative}.history-era-chapter{text-align:center;background:var(--off-white);padding:3rem 0 1.5rem}.era-decade{font-family:var(--font-heading);color:var(--deep-navy);opacity:.12;letter-spacing:4px;font-size:5rem;font-weight:700;line-height:1}.history-era-hero{height:65vh;min-height:420px;max-height:640px;position:relative;overflow:hidden}.era-hero-image{background-position:50%;background-size:cover;transition:transform 8s cubic-bezier(.16,1,.3,1);position:absolute;inset:0}.history-era-hero:hover .era-hero-image{transform:scale(1.03)}.era-hero-overlay{background:linear-gradient(#0000 0%,#0d234033 50%,#0d2340bf 100%);position:absolute;inset:0}.era-hero-overlay--deep{background:linear-gradient(#0d23404d 0%,#0d234080 50%,#0d2340d9 100%)}.era-hero-caption{z-index:1;padding:3rem;position:absolute;bottom:0;left:0;right:0}.era-hero-caption h2{color:var(--white);max-width:var(--max-width);margin:0 auto;font-size:2.75rem;line-height:1.2}.era-hero-caption--center{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:4rem 2rem;display:flex;top:0}.era-hero-caption--center h2{margin-top:.5rem;font-size:2.25rem}.era-final-number{font-family:var(--font-heading);color:var(--white);font-size:8rem;font-weight:700;line-height:1}.era-final-plus{color:var(--muted-gold)}.era-final-text{color:#fffc;max-width:640px;margin:1.5rem auto 0;font-size:1.125rem;line-height:1.8}.history-era-content{background:var(--white);padding:5rem 0}.era-events{max-width:780px;margin:0 auto}.era-event{border-bottom:1px solid #0000000f;grid-template-columns:100px 1fr;gap:2.5rem;padding:2.5rem 0;display:grid}.era-event:last-child{border-bottom:none}.era-event-year{font-family:var(--font-heading);color:var(--muted-gold);letter-spacing:.5px;padding-top:.25rem;font-size:1.25rem;font-weight:700}.era-event-body h3{margin-bottom:.75rem;font-size:1.375rem;line-height:1.3}.era-event-body p{color:var(--text-light);font-size:1.0625rem;line-height:1.85}.era-quote{border-left:4px solid var(--muted-gold);background:linear-gradient(135deg,#0d234008,#1e4e790d);border-radius:0 8px 8px 0;margin:3rem 0;padding:2.5rem 3rem;position:relative}.era-quote p{font-family:var(--font-heading);color:var(--deep-navy);font-size:1.375rem;font-style:italic;line-height:1.7}.era-quote cite{color:var(--muted-gold);letter-spacing:.5px;margin-top:1.25rem;font-size:.875rem;font-style:normal;font-weight:600;display:block}.history-stats-banner{background:linear-gradient(135deg, var(--deep-navy), var(--maritime-blue));padding:4.5rem 0}.history-stats-grid{flex-wrap:wrap;justify-content:center;gap:5rem;display:flex}.history-stats-banner .animated-counter{text-align:center}.history-stats-banner .counter-value{font-family:var(--font-heading);color:var(--muted-gold);font-size:3.5rem;font-weight:700;display:block}.history-stats-banner .counter-label{color:#ffffffb3;text-transform:uppercase;letter-spacing:1.5px;margin-top:.5rem;font-size:.875rem;display:block}@media (width<=1024px){.era-hero-caption h2{font-size:2.25rem}}@media (width<=768px){.history-intro-block{columns:1}.era-decade{font-size:3.5rem}.history-era-hero{height:50vh;min-height:300px}.era-hero-caption{padding:2rem 1.5rem}.era-hero-caption h2{font-size:1.75rem}.era-event{grid-template-columns:1fr;gap:.75rem}.era-event-year{font-size:1.125rem}.era-quote{margin:2rem 0;padding:1.5rem 1.75rem}.era-quote p{font-size:1.125rem}.era-final-number{font-size:5rem}.era-hero-caption--center h2{font-size:1.5rem}.history-stats-grid{gap:3rem}.history-era-content{padding:3rem 0}}@media (width<=480px){.era-decade{font-size:2.5rem}.era-final-number{font-size:3.5rem}}.anniversary-number-section{background:var(--white);overflow:hidden}.anniversary-grand{text-align:center;max-width:800px;margin:0 auto;position:relative}.anniversary-number-bg{font-family:var(--font-heading);color:var(--deep-navy);opacity:.03;white-space:nowrap;pointer-events:none;font-size:16rem;font-weight:700;line-height:1;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.anniversary-number{font-family:var(--font-heading);color:var(--deep-navy);margin-bottom:1.5rem;font-size:7rem;font-weight:700;line-height:1;position:relative}.anniversary-plus{color:var(--muted-gold)}.anniversary-grand h2{margin-bottom:1rem}.anniversary-desc{color:var(--text-light);font-size:1.2rem;line-height:1.9}.anniversary-stats-banner{background:linear-gradient(135deg, var(--deep-navy), var(--maritime-blue));padding:4rem 0}.anniversary-stats-grid{flex-wrap:wrap;justify-content:center;gap:5rem;display:flex}.anniversary-stats-banner .animated-counter{text-align:center}.anniversary-stats-banner .counter-value{font-family:var(--font-heading);color:var(--muted-gold);font-size:3rem;font-weight:700;display:block}.anniversary-stats-banner .counter-label{color:#ffffffb3;text-transform:uppercase;letter-spacing:1.5px;margin-top:.5rem;font-size:.875rem;display:block}.anniversary-highlights-grid{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.anniversary-highlight-card{background:var(--white);text-align:center;border-radius:12px;padding:2.5rem 2rem;transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden;box-shadow:0 2px 16px #0000000f}.anniversary-highlight-card:hover{transform:translateY(-8px);box-shadow:0 16px 40px #0000001a}.highlight-icon{margin-bottom:1.5rem;font-size:2.5rem}.anniversary-highlight-card h3{margin-bottom:.75rem;font-size:1.25rem}.anniversary-highlight-card p{color:var(--text-light);font-size:.9375rem;line-height:1.7}.highlight-accent{background:linear-gradient(90deg, var(--muted-gold), var(--aegean-light));height:3px;transition:transform .4s cubic-bezier(.16,1,.3,1);position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}.anniversary-highlight-card:hover .highlight-accent{transform:scaleX(1)}.anniversary-cta{background:linear-gradient(135deg, var(--deep-navy), var(--maritime-blue));text-align:center;padding:6rem 0}.anniversary-cta-content{max-width:700px;margin:0 auto}.anniversary-cta h2{color:var(--white);margin-bottom:1.5rem;font-size:2.5rem}.anniversary-cta p{color:#fffc;font-size:1.125rem;line-height:1.8}@media (width<=1024px){.anniversary-highlights-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.anniversary-number{font-size:5rem}.anniversary-number-bg{font-size:10rem}.anniversary-highlights-grid{grid-template-columns:1fr}.anniversary-stats-grid{gap:3rem}.anniversary-cta h2{font-size:2rem}}.board-president-section{background:var(--white)}.president-feature{grid-template-columns:340px 1fr;align-items:center;gap:4rem;max-width:960px;margin:0 auto;display:grid}.president-photo-wrapper{position:relative}.president-photo{aspect-ratio:3/4;background:linear-gradient(135deg, var(--deep-navy), var(--maritime-blue));border-radius:12px;position:relative;overflow:hidden}.president-photo img{object-fit:cover;width:100%;height:100%}.president-photo-accent{border:3px solid var(--muted-gold);z-index:-1;border-radius:12px;width:80%;height:80%;position:absolute;bottom:-12px;right:-12px}.president-label{color:var(--muted-gold);text-transform:uppercase;letter-spacing:2px;margin-bottom:.75rem;font-size:.8125rem;font-weight:600}.president-name{margin-bottom:1.25rem;font-size:2.5rem}.president-quote{font-family:var(--font-heading);color:var(--text-light);border-left:3px solid var(--muted-gold);margin-top:1.5rem;padding-left:1.5rem;font-size:1.25rem;font-style:italic;line-height:1.8}.board-leadership-section{background:var(--off-white)}.leadership-grid{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.leadership-card{background:var(--white);text-align:center;border-radius:12px;padding:2.5rem 1.5rem;transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s cubic-bezier(.16,1,.3,1);box-shadow:0 2px 16px #0000000f}.leadership-card:hover{transform:translateY(-8px);box-shadow:0 16px 40px #0000001a}.leadership-avatar{background:linear-gradient(135deg, var(--deep-navy), var(--maritime-blue));border-radius:50%;justify-content:center;align-items:center;width:100px;height:100px;margin:0 auto 1.5rem;display:flex;position:relative}.leadership-avatar:after{content:"";border:2px solid var(--muted-gold);opacity:0;border-radius:50%;transition:opacity .3s;position:absolute;inset:-4px}.leadership-card:hover .leadership-avatar:after{opacity:1}.avatar-initials{font-family:var(--font-heading);color:var(--white);letter-spacing:1px;font-size:1.5rem;font-weight:600}.leadership-info h3{margin-bottom:.375rem;font-size:1.125rem}.leadership-role{color:var(--muted-gold);text-transform:uppercase;letter-spacing:1px;font-size:.8125rem;font-weight:600}.board-stats-banner{background:linear-gradient(135deg, var(--deep-navy), var(--maritime-blue));padding:4rem 0}.board-stats-grid{justify-content:center;gap:6rem;display:flex}.board-stats-banner .animated-counter{text-align:center}.board-stats-banner .counter-value{font-family:var(--font-heading);color:var(--muted-gold);font-size:3.5rem;font-weight:700;display:block}.board-stats-banner .counter-label{color:#ffffffb3;text-transform:uppercase;letter-spacing:1.5px;margin-top:.5rem;font-size:.875rem;display:block}.board-members-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.board-member-card{background:var(--white);text-align:center;border-radius:8px;padding:2rem 1.5rem;transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s cubic-bezier(.16,1,.3,1);box-shadow:0 1px 3px #0000000a}.board-member-card:hover{transform:translateY(-6px);box-shadow:0 12px 32px #00000014}.member-avatar{background:linear-gradient(135deg, var(--aegean-light), var(--maritime-blue));border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 1.25rem;display:flex}.member-initials{font-family:var(--font-heading);color:var(--white);letter-spacing:1px;font-size:1.125rem;font-weight:600}.member-name{margin-bottom:.25rem;font-size:1rem;font-weight:600}.member-role{color:var(--text-light);text-transform:uppercase;letter-spacing:1px;font-size:.75rem;font-weight:500}@media (width<=1024px){.leadership-grid{grid-template-columns:repeat(2,1fr)}.board-members-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=768px){.president-feature{text-align:center;grid-template-columns:1fr;gap:2rem}.president-photo-accent{display:none}.president-photo{max-width:280px;margin:0 auto}.president-quote{border-left:none;border-top:3px solid var(--muted-gold);padding-top:1.5rem;padding-left:0}.president-name{font-size:2rem}.leadership-grid,.board-members-grid{grid-template-columns:repeat(2,1fr)}.board-stats-grid{flex-wrap:wrap;gap:3rem}}@media (width<=480px){.board-members-grid{grid-template-columns:1fr}}.committees-intro-section{background:var(--white)}.committees-intro{text-align:center;max-width:740px;margin:0 auto}.committees-intro h2{margin-bottom:1rem}.committees-intro p{color:var(--text-light);font-size:1.125rem;line-height:1.8}.filter-bar{flex-wrap:wrap;justify-content:center;gap:.5rem;margin-bottom:3rem;display:flex}.filter-btn{background:var(--white);color:var(--text-dark);border:1px solid var(--warm-gray);border-radius:100px;padding:.75rem 1.75rem;font-size:.875rem;font-weight:500;transition:all .3s cubic-bezier(.16,1,.3,1)}.filter-btn:hover{border-color:var(--maritime-blue);color:var(--maritime-blue)}.filter-btn.active{background:var(--deep-navy);color:var(--white);border-color:var(--deep-navy)}.committees-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.committee-card-modern{background:var(--white);text-align:center;border-radius:12px;padding:2.5rem 2rem;transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden;box-shadow:0 2px 16px #0000000f}.committee-card-modern:hover{transform:translateY(-8px);box-shadow:0 16px 40px #0000001a}.committee-icon-wrapper{background:linear-gradient(135deg,#0d23400d,#1e4e7914);border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 1.5rem;transition:transform .3s;display:flex}.committee-card-modern:hover .committee-icon-wrapper{transform:scale(1.1)}.committee-icon{font-size:2rem}.committee-badge{text-transform:uppercase;letter-spacing:1.5px;color:var(--muted-gold);margin-bottom:.75rem;font-size:.6875rem;font-weight:600;display:inline-block}.committee-card-modern h3{margin-bottom:.75rem;font-size:1.25rem}.committee-desc{color:var(--text-dark);margin-bottom:.75rem;font-size:.9375rem;line-height:1.6}.committee-detail{color:var(--text-light);font-size:.8125rem;font-style:italic;line-height:1.6}.committee-accent{background:linear-gradient(90deg, var(--muted-gold), var(--aegean-light));height:3px;transition:transform .4s cubic-bezier(.16,1,.3,1);position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}.committee-card-modern:hover .committee-accent{transform:scaleX(1)}@media (width<=1024px){.committees-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.committees-grid{grid-template-columns:1fr}}.speeches-featured-section{background:var(--white)}.featured-speech{grid-template-columns:1.2fr 1fr;align-items:center;gap:4rem;display:grid}.featured-speech-image{aspect-ratio:16/10;cursor:pointer;background-position:50%;background-size:cover;border-radius:12px;width:100%;position:relative;overflow:hidden}.featured-play-btn{width:80px;height:80px;transition:transform .3s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.featured-speech-image:hover .featured-play-btn{transform:translate(-50%,-50%)scale(1.1)}.featured-play-btn svg{filter:drop-shadow(0 4px 12px #0000004d);width:100%;height:100%}.speech-label{text-transform:uppercase;letter-spacing:2px;color:var(--muted-gold);margin-bottom:.75rem;font-size:.75rem;font-weight:600}.featured-speech-content .speech-date{color:var(--text-light);margin-bottom:1rem;font-size:.8125rem;font-weight:500;display:block}.featured-speech-content h2{margin-bottom:1.25rem;font-size:2rem;line-height:1.3}.featured-speech-content p{color:var(--text-light);margin-bottom:2rem;font-size:1.0625rem;line-height:1.8}.speech-actions{flex-wrap:wrap;gap:1rem;display:flex}.speeches-grid{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.speech-card{background:var(--white);border-radius:12px;transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s cubic-bezier(.16,1,.3,1);overflow:hidden;box-shadow:0 2px 16px #0000000f}.speech-card:hover{transform:translateY(-6px);box-shadow:0 16px 40px #0000001a}.speech-card-image{cursor:pointer;background-position:50%;background-size:cover;width:100%;height:220px;position:relative}.speech-card-overlay{background:linear-gradient(#0000,#0d234066);position:absolute;inset:0}.speech-card-play{z-index:1;width:56px;height:56px;transition:transform .3s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.speech-card:hover .speech-card-play{transform:translate(-50%,-50%)scale(1.15)}.speech-card-play svg{filter:drop-shadow(0 2px 8px #0000004d);width:100%;height:100%}.speech-card-body{padding:2rem}.speech-card-body .speech-date{color:var(--muted-gold);letter-spacing:1px;margin-bottom:.5rem;font-size:.75rem;font-weight:600;display:block}.speech-card-body h3{margin-bottom:.75rem;font-size:1.25rem;line-height:1.4}.speech-card-body p{color:var(--text-light);margin-bottom:1rem;font-size:.9375rem;line-height:1.7}.speech-read-more{color:var(--muted-gold);font-size:.875rem;font-weight:500;transition:color .3s}.speech-card:hover .speech-read-more{color:var(--deep-navy)}@media (width<=768px){.featured-speech{grid-template-columns:1fr;gap:2rem}.speeches-grid{grid-template-columns:1fr}}.news-controls{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:3rem;display:flex}.news-filters{flex-wrap:wrap;gap:.5rem;display:flex}.news-search-wrapper{position:relative}.search-icon{width:18px;height:18px;color:var(--text-light);pointer-events:none;position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.news-search{border:1px solid var(--warm-gray);background:var(--white);width:280px;transition:border-color var(--transition), box-shadow var(--transition);border-radius:100px;outline:none;padding:.75rem 1.25rem .75rem 2.75rem}.news-search:focus{border-color:var(--maritime-blue);box-shadow:0 0 0 3px #1e4e7914}.news-featured{background:var(--white);border-radius:12px;grid-template-columns:1.3fr 1fr;align-items:center;gap:3rem;margin-bottom:4rem;display:grid;overflow:hidden;box-shadow:0 4px 20px #0000000f}.news-featured-image{background-position:50%;background-size:cover;height:100%;min-height:360px;position:relative}.news-featured-overlay{background:linear-gradient(135deg,#0d234033,#0000);position:absolute;inset:0}.news-featured-tag{background:var(--muted-gold);color:var(--white);letter-spacing:1px;text-transform:uppercase;z-index:1;border-radius:100px;padding:.375rem 1rem;font-size:.75rem;font-weight:600;position:absolute;top:1.5rem;left:1.5rem}.news-featured-body{padding:3rem}.news-featured-body .article-date{color:var(--muted-gold);letter-spacing:1px;margin-bottom:1rem;font-size:.8125rem;font-weight:600;display:block}.news-featured-body h2{margin-bottom:1.25rem;font-size:1.75rem;line-height:1.3}.news-featured-body p{color:var(--text-light);margin-bottom:1.5rem;font-size:1.0625rem;line-height:1.8}.news-grid{grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:4rem;display:grid}.news-card{background:var(--white);border-radius:12px;transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s cubic-bezier(.16,1,.3,1);overflow:hidden;box-shadow:0 2px 16px #0000000f}.news-card:hover{transform:translateY(-6px);box-shadow:0 16px 40px #0000001a}.news-card-image{background-position:50%;background-size:cover;height:200px;position:relative}.news-card-tag{background:var(--muted-gold);color:var(--white);letter-spacing:1px;text-transform:uppercase;border-radius:100px;padding:.25rem .75rem;font-size:.6875rem;font-weight:600;position:absolute;top:1rem;left:1rem}.news-card-body{padding:1.75rem}.article-date{color:var(--muted-gold);letter-spacing:1px;margin-bottom:.75rem;font-size:.75rem;font-weight:600;display:block}.news-card h3{margin-bottom:.75rem;font-size:1.125rem;line-height:1.4}.news-card p{color:var(--text-light);margin-bottom:1rem;font-size:.9375rem;line-height:1.6}.article-link{color:var(--muted-gold);font-size:.875rem;font-weight:500;transition:color .3s}.news-card:hover .article-link{color:var(--deep-navy)}.newsletter-signup{background:linear-gradient(135deg, var(--deep-navy), var(--maritime-blue));border-radius:12px;justify-content:space-between;align-items:center;gap:2rem;padding:3.5rem;display:flex}.newsletter-content h3{color:var(--white);margin-bottom:.5rem}.newsletter-content p{color:#ffffffb3;font-size:.9375rem}.newsletter-form{gap:.75rem;display:flex}.newsletter-form input{color:var(--white);background:#ffffff1a;border:1px solid #fff3;border-radius:4px;min-width:280px;padding:.875rem 1.5rem;transition:border-color .3s}.newsletter-form input:focus{border-color:var(--muted-gold);outline:none}.newsletter-form input::placeholder{color:#ffffff80}@media (width<=1024px){.news-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.news-featured{grid-template-columns:1fr}.news-featured-image{min-height:240px}.newsletter-signup{text-align:center;flex-direction:column}.newsletter-form{flex-direction:column;width:100%}.newsletter-form input{min-width:auto}.news-search{width:100%}.news-grid{grid-template-columns:1fr}}.shipping-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.shipping-card .card-body{text-align:center;padding:2.5rem 2rem}.shipping-icon{margin-bottom:1.5rem;font-size:2.5rem}.shipping-card h3{margin-bottom:1rem;font-size:1.25rem}.shipping-card p{color:var(--text-light);margin-bottom:1.5rem;font-size:.9375rem;line-height:1.7}.card-link{color:var(--muted-gold);font-size:.875rem;font-weight:500}@media (width<=768px){.shipping-grid{grid-template-columns:1fr}}.detail-stats-banner{background:linear-gradient(135deg, var(--deep-navy), var(--maritime-blue));padding:4rem 0}.detail-stats-flex{flex-wrap:wrap;justify-content:center;gap:6rem;display:flex}.detail-stats-banner .animated-counter{text-align:center}.detail-stats-banner .counter-value{font-family:var(--font-heading);color:var(--muted-gold);font-size:3.5rem;font-weight:700;display:block}.detail-stats-banner .counter-label{color:#ffffffb3;text-transform:uppercase;letter-spacing:1.5px;margin-top:.5rem;font-size:.875rem;display:block}.detail-content{max-width:800px;margin:0 auto}.detail-text{color:var(--text-dark);font-size:1.125rem;line-height:1.8}.detail-extra{color:var(--text-light);margin-top:1.5rem;font-size:1.0625rem;line-height:1.8}.syn-enosis-banner{background:linear-gradient(135deg, var(--deep-navy), var(--maritime-blue));text-align:center;color:var(--white);border-radius:16px;margin-top:4rem;padding:5rem;position:relative;overflow:hidden}.syn-enosis-banner:before{content:"";pointer-events:none;background:radial-gradient(circle,#b89a5e0f 0%,#0000 70%);width:200%;height:200%;position:absolute;top:-50%;left:-50%}.syn-enosis-content{position:relative}.syn-enosis-banner h2{color:var(--white);letter-spacing:4px;font-size:3rem}.syn-enosis-banner p{color:#fffc;max-width:600px;margin:1rem auto 2rem;font-size:1.0625rem;line-height:1.7}.syn-number{font-family:var(--font-heading);color:var(--muted-gold);margin-bottom:.5rem;font-size:5rem;font-weight:700}.syn-label{color:var(--muted-gold);letter-spacing:2px;text-transform:uppercase;font-size:.875rem;font-weight:600}.cluster-section{margin-top:4rem}@media (width<=768px){.detail-stats-flex{gap:3rem}.syn-enosis-banner{padding:3rem 2rem}.syn-enosis-banner h2{font-size:2rem}.syn-number{font-size:3.5rem}}.members-layout{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;max-width:1000px;margin:0 auto;display:grid}.login-card{background:var(--white);border-radius:12px;padding:3rem;box-shadow:0 4px 20px #0000000f}.login-card-header{text-align:center;margin-bottom:2.5rem}.login-icon{width:56px;height:56px;color:var(--muted-gold);margin:0 auto 1.25rem}.login-icon svg{width:100%;height:100%}.login-card-header h2{margin-bottom:.5rem;font-size:1.5rem}.login-card-header p{color:var(--text-light);font-size:.9375rem}.form-group input{border:1px solid var(--warm-gray);background:var(--off-white);width:100%;transition:border-color var(--transition), box-shadow var(--transition);border-radius:8px;outline:none;padding:.875rem 1rem}.form-group input:focus{border-color:var(--maritime-blue);box-shadow:0 0 0 3px #1e4e7914}.login-btn{justify-content:center;width:100%;padding:1rem;font-size:1rem}.forgot-link{text-align:center;color:var(--muted-gold);margin-top:1.25rem;font-size:.875rem;transition:color .3s;display:block}.forgot-link:hover{color:var(--deep-navy)}.benefits-card{padding:2rem 0}.benefits-label{text-transform:uppercase;letter-spacing:2px;color:var(--muted-gold);margin-bottom:.75rem;font-size:.75rem;font-weight:600}.benefits-card h2{margin-bottom:1rem}.benefits-list{margin-top:1.5rem;list-style:none}.benefits-list li{color:var(--text-dark);border-bottom:1px solid #0000000f;align-items:flex-start;gap:1rem;padding:1.25rem 0;font-size:.9375rem;line-height:1.6;display:flex}.benefit-icon{width:28px;height:28px;color:var(--muted-gold);flex-shrink:0;margin-top:.125rem}.benefit-icon svg{width:100%;height:100%}.members-cta-note{border-left:3px solid var(--muted-gold);background:linear-gradient(135deg,#0d234008,#1e4e790d);border-radius:8px;margin-top:2rem;padding:1.5rem}.members-cta-note p{color:var(--text-light);font-size:.9375rem;line-height:1.6}@media (width<=768px){.members-layout{grid-template-columns:1fr;gap:2rem}}.contact-cards-section{background:var(--white)}.contact-cards-grid{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.contact-info-card{text-align:center;background:var(--off-white);border-radius:12px;padding:2.5rem 1.5rem;transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s cubic-bezier(.16,1,.3,1)}.contact-info-card:hover{background:var(--white);transform:translateY(-6px);box-shadow:0 12px 32px #00000014}.contact-info-icon{width:56px;height:56px;color:var(--muted-gold);margin:0 auto 1.25rem}.contact-info-icon svg{width:100%;height:100%}.contact-info-card h3{text-transform:uppercase;letter-spacing:1px;font-size:1rem;font-family:var(--font-body);margin-bottom:.75rem;font-weight:600}.contact-info-card p{color:var(--text-light);font-size:.9375rem;line-height:1.6}.contact-info-card a{color:var(--maritime-blue);font-weight:500}.contact-layout{grid-template-columns:1fr 1fr;align-items:start;gap:3rem;display:grid}.contact-map-wrapper{position:relative}.map-container{border-radius:12px;height:480px;overflow:hidden;box-shadow:0 4px 20px #00000014}.map-info-badge{background:var(--white);z-index:1;border-radius:8px;padding:1rem 1.5rem;position:absolute;bottom:1.5rem;left:1.5rem;box-shadow:0 4px 16px #0000001f}.map-info-badge strong{color:var(--deep-navy);margin-bottom:.25rem;font-size:.875rem;display:block}.map-info-badge span{color:var(--text-light);font-size:.8125rem}.contact-form-wrapper{background:var(--white);border-radius:12px;padding:3rem;box-shadow:0 4px 20px #0000000f}.contact-form-wrapper h3{margin-bottom:.75rem}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.form-group{margin-bottom:1.5rem}.form-group label{color:var(--text-dark);margin-bottom:.5rem;font-size:.875rem;font-weight:500;display:block}.form-group input,.form-group textarea{border:1px solid var(--warm-gray);background:var(--off-white);width:100%;transition:border-color var(--transition), box-shadow var(--transition);resize:vertical;border-radius:8px;outline:none;padding:.875rem 1rem}.form-group input:focus,.form-group textarea:focus{border-color:var(--maritime-blue);box-shadow:0 0 0 3px #1e4e7914}@media (width<=1024px){.contact-cards-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.contact-layout,.contact-cards-grid{grid-template-columns:1fr}.map-container{height:300px}.form-row{grid-template-columns:1fr}}
