*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}:root{--black:#0A0A0A;--navy:#14143A;--gold:#00BCD4;--gold-dark:#0099B2;--white:#F5F5F5;--gold-dim:rgba(0,188,212,.15);--white-dim:rgba(245,245,245,.65)}html{scroll-behavior:smooth;font-size:16px}body{background:#0A0A0A;color:#F5F5F5;font-family:'Inter',sans-serif;line-height:1.6;-webkit-font-smoothing:antialiased}a,button,input,select,textarea{min-height:44px}button{font-family:inherit}img{max-width:100%;height:auto;display:block}.navbar-logo{height:46px;width:auto;display:block}.footer-logo{height:64px;width:auto;display:block;margin-bottom:1.25rem}.skip-link{position:absolute;top:-40px;left:0;background:#00BCD4;color:#0A0A0A;padding:8px 16px;z-index:9999;text-decoration:none;font-weight:700;font-size:.9rem;min-height:44px;display:flex;align-items:center}.skip-link:focus{top:0}:focus-visible{outline:2px solid #00BCD4;outline-offset:2px}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:#0A0A0A}::-webkit-scrollbar-thumb{background:#00BCD4}.navbar{position:fixed;top:0;left:0;right:0;z-index:100;padding:1.25rem 2rem;display:flex;align-items:center;justify-content:space-between;transition:all .35s ease}.navbar.scrolled{background:rgba(10,10,10,.96);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(0,188,212,.2);padding:.875rem 2rem}.navbar-brand{display:flex;flex-direction:column;text-decoration:none;line-height:1.1}.navbar-brand .brand-main{font-family:'Cormorant Garamond',serif;font-size:1.4rem;font-weight:700;color:#00BCD4;letter-spacing:.02em}.navbar-brand .brand-sub{font-size:.65rem;letter-spacing:.3em;text-transform:uppercase;color:rgba(245,245,245,.5)}.navbar-nav{display:flex;list-style:none;gap:2rem;align-items:center;margin:0;padding:0}.navbar-nav a{color:rgba(245,245,245,.85);text-decoration:none;font-size:.8rem;letter-spacing:.12em;text-transform:uppercase;transition:color .3s;min-height:44px;display:flex;align-items:center;position:relative}.navbar-nav a::after{content:'';position:absolute;bottom:-2px;left:0;width:0;height:1px;background:#00BCD4;transition:width .3s}.navbar-nav a:hover::after,.navbar-nav a:focus::after{width:100%}.navbar-nav a:hover,.navbar-nav a:focus{color:#00BCD4}.btn-nav{background:#00BCD4 !important;color:#0A0A0A !important;padding:.5rem 1.25rem !important;font-weight:700 !important;letter-spacing:.1em !important}.btn-nav::after{display:none !important}.btn-nav:hover,.btn-nav:focus{background:#0099B2 !important;color:#0A0A0A !important}.menu-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:8px;min-height:44px;min-width:44px;justify-content:center;align-items:center;z-index:101}.menu-toggle span{display:block;width:24px;height:2px;background:#F5F5F5;transition:all .3s;transform-origin:center}.menu-toggle.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.menu-toggle.open span:nth-child(2){opacity:0;transform:scaleX(0)}.menu-toggle.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.hero{min-height:100vh;position:relative;display:flex;align-items:center;overflow:hidden}.hero-gradient{position:absolute;inset:0;background:linear-gradient(135deg,#0A0A0A 0%,#14143A 35%,#0E0E2E 65%,#0A0A0A 100%);background-size:400% 400%;animation:gradientShift 10s ease infinite}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}100%{background-position:0% 50%}}.hero-photo{position:absolute;inset:0;background-image:url('images/hero.jpg');background-size:cover;background-position:center top;opacity:.2}.hero-overlay{position:absolute;inset:0;background:linear-gradient(to right,rgba(10,10,10,.92) 40%,rgba(10,10,10,.5) 80%,rgba(10,10,10,.3) 100%)}.hero-content{position:relative;z-index:2;max-width:720px;padding:2rem}.hero-eyebrow{font-size:.72rem;letter-spacing:.35em;text-transform:uppercase;color:#00BCD4;margin-bottom:1.25rem;display:block}.hero h1{font-family:'Cormorant Garamond',serif;font-size:clamp(2.8rem,6.5vw,5.5rem);font-weight:700;line-height:1.05;margin-bottom:1.5rem;color:#F5F5F5}.hero h1 .gold{color:#00BCD4}.hero-desc{font-size:1.05rem;color:rgba(245,245,245,.75);max-width:560px;margin-bottom:2.5rem;line-height:1.75}.hero-cta{display:flex;gap:1rem;flex-wrap:wrap}.hero-scroll{position:absolute;bottom:2.5rem;left:50%;transform:translateX(-50%);z-index:2;display:flex;flex-direction:column;align-items:center;gap:.5rem;color:rgba(245,245,245,.4);font-size:.7rem;letter-spacing:.2em;text-transform:uppercase}.hero-scroll-line{width:1px;height:40px;background:linear-gradient(to bottom,rgba(0,188,212,.6),transparent);animation:scrollPulse 2s ease-in-out infinite}@keyframes scrollPulse{0%,100%{opacity:.4}50%{opacity:1}}.btn-primary{background:#00BCD4;color:#0A0A0A;padding:.875rem 2rem;border:2px solid #00BCD4;font-weight:700;font-size:.8rem;letter-spacing:.12em;text-transform:uppercase;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:44px;transition:all .3s;cursor:pointer;font-family:'Inter',sans-serif}.btn-primary:hover,.btn-primary:focus{background:transparent;color:#00BCD4}.btn-secondary{background:transparent;color:#F5F5F5;padding:.875rem 2rem;border:2px solid rgba(245,245,245,.25);font-weight:600;font-size:.8rem;letter-spacing:.12em;text-transform:uppercase;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:44px;transition:all .3s;cursor:pointer;font-family:'Inter',sans-serif}.btn-secondary:hover,.btn-secondary:focus{border-color:#00BCD4;color:#00BCD4}.btn-ghost{background:transparent;color:#00BCD4;padding:.75rem 1.5rem;border:1px solid rgba(0,188,212,.4);font-weight:600;font-size:.78rem;letter-spacing:.1em;text-transform:uppercase;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:44px;transition:all .3s;cursor:pointer;font-family:'Inter',sans-serif}.btn-ghost:hover,.btn-ghost:focus{border-color:#00BCD4;background:rgba(0,188,212,.08)}.container{max-width:1200px;margin:0 auto;padding:0 2rem}section{padding:6rem 0}.section-label{font-size:.7rem;letter-spacing:.35em;text-transform:uppercase;color:#00BCD4;margin-bottom:1rem;display:block}.section-title{font-family:'Cormorant Garamond',serif;font-size:clamp(2rem,4.5vw,3.2rem);font-weight:700;line-height:1.15;margin-bottom:1.5rem;color:#F5F5F5}.section-subtitle{font-size:.95rem;color:rgba(245,245,245,.65);max-width:580px;line-height:1.8}.gold-line{width:50px;height:2px;background:#00BCD4;margin:1.25rem 0}.stats-bar{background:#14143A;padding:3.5rem 0;border-top:1px solid rgba(0,188,212,.15);border-bottom:1px solid rgba(0,188,212,.15)}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;text-align:center}.stat-item{padding:1rem}.stat-number{font-family:'Cormorant Garamond',serif;font-size:3.2rem;font-weight:700;color:#00BCD4;line-height:1;display:block}.stat-label{font-size:.7rem;letter-spacing:.18em;text-transform:uppercase;color:rgba(245,245,245,.5);margin-top:.625rem;display:block}.about-section{background:#0A0A0A}.magazine-row{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.magazine-row.reverse .magazine-image{order:2}.magazine-row.reverse .magazine-content{order:1}.magazine-image{position:relative;overflow:hidden}.magazine-image::before{content:'';position:absolute;top:-16px;left:-16px;right:16px;bottom:16px;border:1px solid rgba(0,188,212,.25);z-index:0;pointer-events:none}.magazine-image picture{position:relative;z-index:1;display:block}.magazine-image img{width:100%;height:520px;object-fit:cover;display:block;position:relative;z-index:1;transition:transform .6s ease}.magazine-image:hover img{transform:scale(1.03)}.magazine-content{padding:1rem 0}.about-list{list-style:none;margin-top:1.75rem}.about-list li{padding:.75rem 0;border-bottom:1px solid rgba(245,245,245,.07);color:rgba(245,245,245,.75);font-size:.9rem;display:flex;align-items:center;gap:.875rem;line-height:1.5}.about-list li::before{content:'';width:6px;height:6px;background:#00BCD4;flex-shrink:0;transform:rotate(45deg)}.services-section{background:#14143A}.services-intro{margin-bottom:4rem}.services-grid{display:grid;grid-template-columns:repeat(2,1fr);border:1px solid rgba(0,188,212,.12)}.service-item{padding:2.75rem;border:1px solid rgba(0,188,212,.12);transition:all .35s;position:relative;overflow:hidden}.service-item::before{content:'';position:absolute;top:0;left:0;width:0;height:3px;background:#00BCD4;transition:width .4s ease}.service-item::after{content:'';position:absolute;inset:0;background:rgba(0,188,212,.03);opacity:0;transition:opacity .35s}.service-item:hover::before{width:100%}.service-item:hover::after{opacity:1}.service-number{font-family:'Cormorant Garamond',serif;font-size:3rem;color:rgba(0,188,212,.18);font-weight:700;line-height:1;margin-bottom:1.25rem;display:block}.service-title{font-family:'Cormorant Garamond',serif;font-size:1.35rem;color:#F5F5F5;margin-bottom:.75rem;line-height:1.3}.service-desc{font-size:.875rem;color:rgba(245,245,245,.6);line-height:1.75}.partnership-section{background:#0A0A0A}.partnership-inner{background:linear-gradient(135deg,rgba(26,26,46,.8) 0%,rgba(10,10,10,.6) 100%);border:1px solid rgba(0,188,212,.18);padding:4.5rem;position:relative;overflow:hidden}.partnership-inner::before{content:'';position:absolute;top:-30%;right:-20%;width:60%;height:160%;background:radial-gradient(ellipse,rgba(0,188,212,.04) 0%,transparent 70%);pointer-events:none}.partnership-content{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center;position:relative}.partnership-badge{display:inline-flex;align-items:center;gap:.5rem;background:rgba(0,188,212,.08);border:1px solid rgba(0,188,212,.25);padding:.4rem 1rem;margin-bottom:1.5rem;font-size:.68rem;letter-spacing:.25em;text-transform:uppercase;color:#00BCD4}.partnership-facts{margin-top:2.25rem;display:flex;flex-direction:column;gap:1.125rem}.fact-item{display:flex;gap:1rem;align-items:flex-start}.fact-dot{width:6px;height:6px;background:#00BCD4;flex-shrink:0;margin-top:.45rem;transform:rotate(45deg)}.fact-text{font-size:.875rem;color:rgba(245,245,245,.7);line-height:1.7}.partner-card{background:rgba(245,245,245,.02);border:1px solid rgba(0,188,212,.2);padding:3rem 2.5rem;text-align:center;width:100%}.partner-icon{font-size:2.5rem;margin-bottom:1.5rem;display:block}.partner-name{font-family:'Cormorant Garamond',serif;font-size:1.6rem;margin-bottom:.5rem;color:#F5F5F5}.partner-tagline{font-size:.78rem;color:rgba(245,245,245,.45);letter-spacing:.12em;text-transform:uppercase;margin-bottom:1.5rem}.partner-divider{width:40px;height:1px;background:rgba(0,188,212,.4);margin:1.5rem auto}.inc-badge{display:inline-block;background:rgba(0,188,212,.08);border:1px solid rgba(0,188,212,.35);padding:.625rem 1.5rem;font-size:.72rem;letter-spacing:.18em;color:#00BCD4;text-transform:uppercase}.careers-section{position:relative;overflow:hidden}.careers-bg{position:absolute;inset:0;background-image:url('images/careers.jpg');background-size:cover;background-position:center;opacity:.12}.careers-overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(10,10,10,.97) 0%,rgba(26,26,46,.93) 100%)}.careers-content{position:relative;z-index:2}.careers-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:start;margin-top:3rem}.career-benefit{display:flex;gap:1rem;align-items:flex-start;margin-bottom:2rem}.benefit-icon{width:42px;height:42px;background:rgba(0,188,212,.08);border:1px solid rgba(0,188,212,.25);display:flex;align-items:center;justify-content:center;color:#00BCD4;flex-shrink:0;font-size:.95rem}.benefit-text h4{font-family:'Cormorant Garamond',serif;font-size:1.15rem;margin-bottom:.3rem;color:#F5F5F5}.benefit-text p{font-size:.845rem;color:rgba(245,245,245,.55);line-height:1.65}.careers-cta-box{background:rgba(0,188,212,.04);border:1px solid rgba(0,188,212,.18);padding:3rem}.careers-cta-box h3{font-family:'Cormorant Garamond',serif;font-size:2rem;margin-bottom:1rem;color:#F5F5F5}.careers-cta-box>p{color:rgba(245,245,245,.65);margin-bottom:1.75rem;line-height:1.7;font-size:.9rem}.career-roles{list-style:none;margin:1.5rem 0 2rem;display:flex;flex-direction:column;gap:.5rem}.career-roles li{padding:.75rem 1rem;background:rgba(245,245,245,.025);border-left:2px solid #00BCD4;font-size:.875rem;color:rgba(245,245,245,.8)}.contact-section{background:#0A0A0A}.contact-grid{display:grid;grid-template-columns:1fr 1.6fr;gap:5rem;align-items:start;margin-top:3rem}.contact-info-item{display:flex;gap:1rem;align-items:flex-start;margin-bottom:2rem}.contact-icon{width:44px;height:44px;background:rgba(0,188,212,.08);border:1px solid rgba(0,188,212,.2);display:flex;align-items:center;justify-content:center;color:#00BCD4;flex-shrink:0}.contact-icon svg{width:17px;height:17px;stroke:currentColor;fill:none;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}.contact-info-text h4{font-size:.68rem;letter-spacing:.22em;text-transform:uppercase;color:rgba(245,245,245,.4);margin-bottom:.3rem}.contact-info-text p,.contact-info-text a{font-size:.9rem;color:rgba(245,245,245,.85);text-decoration:none;line-height:1.6}.contact-info-text a:hover{color:#00BCD4}.map-container{margin-top:2.5rem;border:1px solid rgba(0,188,212,.15);overflow:hidden;position:relative}.map-container::after{content:'';position:absolute;inset:0;pointer-events:none;border:1px solid rgba(0,188,212,.15)}.map-container iframe{display:block;width:100%;height:240px;border:none;filter:grayscale(70%) invert(85%) contrast(92%) sepia(10%)}.contact-form-wrap{background:rgba(26,26,46,.35);border:1px solid rgba(0,188,212,.12);padding:2.75rem}.form-group{margin-bottom:1.25rem}.form-group label{display:block;font-size:.68rem;letter-spacing:.18em;text-transform:uppercase;color:rgba(245,245,245,.5);margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{width:100%;background:rgba(245,245,245,.04);border:1px solid rgba(245,245,245,.1);color:#F5F5F5;padding:.875rem 1rem;font-size:.9rem;font-family:'Inter',sans-serif;min-height:44px;transition:border-color .3s,background .3s;outline:none;border-radius:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.form-group input::placeholder,.form-group textarea::placeholder{color:rgba(245,245,245,.25);font-size:.85rem}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#00BCD4;background:rgba(0,188,212,.03)}.form-group textarea{min-height:120px;resize:vertical;line-height:1.6}.form-group select option{background:#14143A;color:#F5F5F5}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.checkbox-group{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1.5rem}.checkbox-group input[type="checkbox"]{width:18px;height:18px;min-height:18px;flex-shrink:0;accent-color:#00BCD4;margin-top:3px;cursor:pointer}.checkbox-group label{font-size:.82rem;color:rgba(245,245,245,.65);line-height:1.5;text-transform:none;letter-spacing:0;min-height:auto;cursor:pointer}.checkbox-group label a{color:#00BCD4;text-decoration:none}.checkbox-group label a:hover{text-decoration:underline}.honeypot{display:none !important;visibility:hidden !important}.form-message{padding:1rem 1.25rem;margin-bottom:1.25rem;font-size:.875rem;line-height:1.5;display:none}.form-message.success{background:rgba(39,201,79,.08);border:1px solid rgba(39,201,79,.25);color:#5dca7a}.form-message.error{background:rgba(220,53,53,.08);border:1px solid rgba(220,53,53,.25);color:#e07070}.form-title{font-family:'Cormorant Garamond',serif;font-size:1.6rem;color:#F5F5F5;margin-bottom:.5rem}.form-subtitle{font-size:.82rem;color:rgba(245,245,245,.45);margin-bottom:2rem;line-height:1.5}footer{background:#050505;border-top:1px solid rgba(0,188,212,.15);padding:5rem 0 2rem}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3.5rem}.footer-brand .brand-name{font-family:'Cormorant Garamond',serif;font-size:1.35rem;color:#00BCD4;line-height:1.2;margin-bottom:1rem}.footer-brand p{font-size:.82rem;color:rgba(245,245,245,.4);line-height:1.75;max-width:270px}.social-links{display:flex;gap:.625rem;margin-top:1.75rem}.social-link{width:36px;height:36px;min-height:44px;min-width:44px;background:rgba(245,245,245,.04);border:1px solid rgba(245,245,245,.08);display:flex;align-items:center;justify-content:center;color:rgba(245,245,245,.5);transition:all .3s;text-decoration:none}.social-link:hover,.social-link:focus{background:rgba(0,188,212,.1);border-color:rgba(0,188,212,.4);color:#00BCD4}.social-link svg{width:15px;height:15px}.footer-col h4{font-size:.66rem;letter-spacing:.28em;text-transform:uppercase;color:rgba(0,188,212,.8);margin-bottom:1.25rem}.footer-links{list-style:none}.footer-links li{margin-bottom:.5rem}.footer-links a{font-size:.82rem;color:rgba(245,245,245,.4);text-decoration:none;transition:color .3s;display:inline-flex;align-items:center;min-height:44px;padding:.25rem 0}.footer-links a:hover,.footer-links a:focus{color:#00BCD4}.footer-contact p{font-size:.82rem;color:rgba(245,245,245,.4);margin-bottom:.5rem;line-height:1.6}.footer-contact a{color:rgba(245,245,245,.4);text-decoration:none;transition:color .3s;display:inline-block}.footer-contact a:hover{color:#00BCD4}.footer-bottom{border-top:1px solid rgba(245,245,245,.06);padding-top:2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-bottom p{font-size:.75rem;color:rgba(245,245,245,.25)}.footer-legal{display:flex;gap:1.5rem}.footer-legal a{font-size:.75rem;color:rgba(245,245,245,.25);text-decoration:none;min-height:44px;display:inline-flex;align-items:center;transition:color .3s}.footer-legal a:hover{color:#00BCD4}.back-to-top{position:fixed;bottom:2rem;right:2rem;width:44px;height:44px;background:#00BCD4;color:#0A0A0A;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:all .3s;z-index:50;box-shadow:0 4px 20px rgba(0,188,212,.3)}.back-to-top.visible{opacity:1;visibility:visible}.back-to-top:hover{background:#0099B2;transform:translateY(-2px)}.back-to-top svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}.page-header{padding:8rem 0 4rem;background:linear-gradient(135deg,#14143A 0%,#0A0A0A 100%);border-bottom:1px solid rgba(0,188,212,.15);position:relative;overflow:hidden}.page-header::before{content:'';position:absolute;top:-50%;right:-10%;width:50%;height:200%;background:radial-gradient(ellipse,rgba(0,188,212,.04) 0%,transparent 70%);pointer-events:none}.page-header h1{font-family:'Cormorant Garamond',serif;font-size:clamp(2rem,5vw,3.5rem);font-weight:700;color:#F5F5F5;position:relative}.page-header .section-label{position:relative}.breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:rgba(245,245,245,.4);list-style:none;margin-top:1rem;flex-wrap:wrap;position:relative}.breadcrumb li+li::before{content:'/';margin-right:.5rem;color:rgba(0,188,212,.35)}.breadcrumb a{color:rgba(245,245,245,.4);text-decoration:none;min-height:44px;display:inline-flex;align-items:center;transition:color .3s}.breadcrumb a:hover{color:#00BCD4}.breadcrumb li:last-child{color:rgba(0,188,212,.8)}.apply-section{padding:5rem 0;background:#0A0A0A}.apply-grid{display:grid;grid-template-columns:1fr 2fr;gap:4.5rem;align-items:start}.apply-info{position:sticky;top:100px}.apply-info h2{font-family:'Cormorant Garamond',serif;font-size:2rem;margin-bottom:1rem;color:#F5F5F5}.apply-info>p{font-size:.875rem;color:rgba(245,245,245,.6);line-height:1.8;margin-bottom:1.5rem}.apply-highlights{list-style:none;margin-top:1.5rem;display:flex;flex-direction:column;gap:.75rem}.apply-highlights li{display:flex;align-items:center;gap:.75rem;font-size:.85rem;color:rgba(245,245,245,.7);line-height:1.5}.apply-highlights li::before{content:'';width:5px;height:5px;background:#00BCD4;flex-shrink:0;transform:rotate(45deg)}.apply-form-card{background:rgba(26,26,46,.3);border:1px solid rgba(0,188,212,.12);padding:3rem}.form-section-title{font-family:'Cormorant Garamond',serif;font-size:1.15rem;color:#00BCD4;margin:2.5rem 0 1.25rem;padding-bottom:.625rem;border-bottom:1px solid rgba(0,188,212,.15)}.form-section-title:first-child{margin-top:0}.file-upload-wrapper{position:relative}.file-upload-label{display:flex;align-items:center;gap:.875rem;background:rgba(245,245,245,.03);border:1px dashed rgba(245,245,245,.15);padding:1rem 1.25rem;cursor:pointer;color:rgba(245,245,245,.5);font-size:.85rem;transition:all .3s;min-height:50px}.file-upload-label:hover{border-color:rgba(0,188,212,.4);color:#00BCD4}.file-upload-label svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:1.75;flex-shrink:0}input[type="file"]{position:absolute;left:-9999px;opacity:0;width:0;height:0}.file-name{font-size:.8rem;color:rgba(245,245,245,.4);margin-top:.375rem}.legal-section{padding:5rem 0 6rem;background:#0A0A0A}.legal-content{max-width:800px}.legal-content h2{font-family:'Cormorant Garamond',serif;font-size:1.7rem;color:#00BCD4;margin:3rem 0 1rem;padding-bottom:.625rem;border-bottom:1px solid rgba(0,188,212,.15)}.legal-content h2:first-of-type{margin-top:1.5rem}.legal-content h3{font-family:'Cormorant Garamond',serif;font-size:1.2rem;color:#F5F5F5;margin:1.75rem 0 .75rem}.legal-content p{font-size:.9rem;color:rgba(245,245,245,.65);line-height:1.9;margin-bottom:1rem}.legal-content ul,.legal-content ol{margin:1rem 0 1rem 1.5rem}.legal-content ul li,.legal-content ol li{font-size:.9rem;color:rgba(245,245,245,.65);line-height:1.9;margin-bottom:.5rem}.legal-meta{font-size:.75rem;color:rgba(245,245,245,.35);margin-bottom:2rem;letter-spacing:.05em}.legal-content a{color:#00BCD4;text-decoration:none}.legal-content a:hover{text-decoration:underline}.error-page{min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:6rem 2rem;background:radial-gradient(ellipse at 50% 40%,rgba(26,26,46,.8) 0%,#0A0A0A 65%)}.error-inner{max-width:600px}.error-number{font-family:'Cormorant Garamond',serif;font-size:clamp(6rem,20vw,12rem);font-weight:700;color:rgba(0,188,212,.12);line-height:.9;display:block;margin-bottom:-.5rem}.error-title{font-family:'Cormorant Garamond',serif;font-size:clamp(1.8rem,4vw,2.75rem);color:#F5F5F5;margin-bottom:1rem}.error-desc{color:rgba(245,245,245,.55);margin-bottom:2.5rem;font-size:.95rem;line-height:1.7}.error-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:2rem}.error-links{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap}.error-links a{color:rgba(245,245,245,.45);text-decoration:none;font-size:.8rem;padding:.5rem 1rem;border:1px solid rgba(245,245,245,.08);transition:all .3s;min-height:44px;display:inline-flex;align-items:center}.error-links a:hover{color:#00BCD4;border-color:rgba(0,188,212,.25)}.fade-in{opacity:0;transform:translateY(24px);transition:opacity .65s ease,transform .65s ease}.fade-in.visible{opacity:1;transform:translateY(0)}.fade-in-delay-1{transition-delay:.1s}.fade-in-delay-2{transition-delay:.2s}.fade-in-delay-3{transition-delay:.3s}@media(max-width:1200px){.footer-grid{grid-template-columns:1fr 1fr;gap:2.5rem}.footer-brand{grid-column:1/-1}}@media(max-width:1024px){.magazine-row{grid-template-columns:1fr;gap:3rem}.magazine-row.reverse .magazine-image{order:0}.magazine-row.reverse .magazine-content{order:0}.magazine-image img{height:380px}.partnership-content{grid-template-columns:1fr;gap:3rem}.contact-grid{grid-template-columns:1fr;gap:3rem}.careers-grid{grid-template-columns:1fr;gap:3rem}.apply-grid{grid-template-columns:1fr;gap:3rem}.apply-info{position:static}.services-grid{grid-template-columns:1fr}.partnership-inner{padding:3rem}.stats-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.navbar-nav{display:none;flex-direction:column;position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(10,10,10,.98);padding:5.5rem 2rem 2rem;z-index:99;overflow-y:auto;gap:0}.navbar-nav.open{display:flex}.navbar-nav a{font-size:1.1rem;padding:1.1rem 0;border-bottom:1px solid rgba(245,245,245,.06);width:100%;min-height:56px}.navbar-nav a::after{display:none}.btn-nav{margin-top:1.5rem;background:#00BCD4 !important;justify-content:center;padding:1rem !important;font-size:.9rem !important}.menu-toggle{display:flex}.footer-grid{grid-template-columns:1fr;gap:2rem}.footer-brand{grid-column:auto}.footer-bottom{flex-direction:column;text-align:center;gap:.75rem}.form-row{grid-template-columns:1fr}section{padding:4rem 0}.hero-cta{flex-direction:column;align-items:flex-start}.partnership-inner{padding:2rem}.apply-form-card{padding:2rem}}@media(max-width:480px){.container{padding:0 1.25rem}.hero h1{font-size:2.4rem}.stats-grid{grid-template-columns:repeat(2,1fr)}.stats-grid .stat-item:nth-child(n+3){border-top:1px solid rgba(0,188,212,.1)}.error-number{font-size:6rem}.apply-form-card{padding:1.5rem}.contact-form-wrap{padding:1.5rem}.careers-cta-box{padding:2rem}}@media print{header,footer,.back-to-top,.menu-toggle,.hero-cta,.hero-scroll,.map-container,.contact-form-wrap,.form-message,nav{display:none !important}body{background:#fff;color:#000;font-size:12pt}main{max-width:100%}a{color:#000;text-decoration:underline}.section-title,.hero h1,h1,h2,h3{color:#000}.section-label{color:#555}.gold-line{background:#555}.navbar-brand .brand-main,.footer-brand .brand-name{color:#000}img{max-width:100%;page-break-inside:avoid}}
