/* White Whale Marketing Inc. | styles.min.css */
/* ── Screen-reader only utility ── */
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

/* ── Standalone background utilities ── */
.bg-dark{background:var(--bg)!important}
.bg-mid{background:var(--bg2)!important}
.bg-card{background:var(--bg3)!important}

:root{--bg:#07070e;--bg2:#0b0b17;--bg3:#0e0e1c;--bg4:#111120;--border:#16162a;--gold:#c9a84c;--gold2:#e2c878;--gold-a:rgba(201,168,76,.12);--gold-b:rgba(201,168,76,.3);--txt:#f0ede8;--txt2:#9896a4;--txt3:#565662;--white:#fff;--fh:'Cormorant Garamond',Georgia,serif;--fb:'Montserrat',Arial,sans-serif;--fa:'Cinzel',serif;--mw:1280px;--t:.35s ease}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;font-size:16px}
body{background:var(--bg);color:var(--txt);font-family:var(--fb);line-height:1.7;overflow-x:hidden}
a{color:inherit;text-decoration:none}
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--gold);outline-offset:3px}
img{max-width:100%;height:auto;display:block}
ul{list-style:none}
button{cursor:pointer;border:none;background:none;font-family:inherit}
input,select,textarea{font-family:inherit;font-size:inherit}
h1,h2,h3,h4,h5{font-family:var(--fh);font-weight:400;line-height:1.2}
/* Tap targets — only enforce on interactive UI elements, not every anchor */
.btn,.nav-cta,.skip-link,.back-to-top,.slide-prev,.slide-next,.hamburger,input,select,textarea{min-height:44px}
.nav-menu a{min-height:44px;display:inline-flex;align-items:center}
button.slide-dot,button.slide-prev,button.slide-next{min-height:0}

/* Skip Link */
.skip-link{position:absolute;top:-120px;left:1rem;padding:.6rem 1.25rem;background:var(--gold);color:var(--bg);z-index:9999;font-weight:700;font-size:.85rem;letter-spacing:.08em;transition:top .3s}
.skip-link:focus{top:1rem}

/* Container */
.container{max-width:var(--mw);margin:0 auto;padding:0 2rem}

/* Navigation */
.nav{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1.75rem 0;transition:all var(--t)}
.nav.scrolled{background:rgba(7,7,14,.96);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);padding:1rem 0;border-bottom:1px solid var(--border)}
.nav-inner{display:flex;align-items:center;justify-content:space-between;gap:2rem}
.nav-logo{font-family:var(--fa);font-size:1.15rem;letter-spacing:.18em;color:var(--gold);text-transform:uppercase;white-space:nowrap;min-height:0}
.nav-logo span{color:var(--txt)}
.nav-menu{display:flex;gap:2.25rem;align-items:center}
.nav-menu a{font-family:var(--fb);font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;font-weight:500;color:var(--txt2);transition:color var(--t);position:relative;padding:.25rem 0;min-height:0;display:inline-flex;align-items:center}
.nav-menu a::after{content:'';position:absolute;bottom:-3px;left:0;width:0;height:1px;background:var(--gold);transition:width var(--t)}
.nav-menu a:hover,.nav-menu a.active{color:var(--gold)}
.nav-menu a:hover::after,.nav-menu a.active::after{width:100%}
.nav-cta{background:var(--gold)!important;color:var(--bg)!important;padding:.6rem 1.5rem!important;font-weight:600!important;min-height:44px!important;display:inline-flex!important;align-items:center!important}
.nav-cta::after{display:none!important}
.nav-cta:hover{background:var(--gold2)!important;color:var(--bg)!important}
.hamburger{display:none;flex-direction:column;gap:5px;width:44px;height:44px;align-items:center;justify-content:center;min-height:0}
.hamburger span{display:block;width:24px;height:2px;background:var(--txt);transition:all var(--t);transform-origin:center}
.hamburger.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}
.hamburger.active span:nth-child(2){opacity:0;transform:scaleX(0)}
.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}

/* Hero Slideshow */
.hero{position:relative;height:100vh;min-height:620px;overflow:hidden}
.slide{position:absolute;inset:0;opacity:0;transition:opacity 1.2s ease;pointer-events:none}
.slide.active{opacity:1;pointer-events:all}
.slide-bg{position:absolute;inset:0;background-size:cover;background-position:center;background-repeat:no-repeat}
.slide-bg::after{content:'';position:absolute;inset:0;background:linear-gradient(125deg,rgba(7,7,14,.88) 0%,rgba(7,7,14,.58) 55%,rgba(7,7,14,.78) 100%)}
.slide-content{position:absolute;inset:0;display:flex;align-items:center;padding-top:80px}
.slide-label{display:inline-flex;align-items:center;gap:.75rem;font-family:var(--fa);font-size:.62rem;letter-spacing:.3em;text-transform:uppercase;color:var(--gold);margin-bottom:1.5rem}
.slide-label::before{content:'';display:block;width:28px;height:1px;background:var(--gold)}
.slide-content h1{font-family:var(--fh);font-size:clamp(2.6rem,6vw,5.2rem);font-weight:300;color:var(--white);line-height:1.08;margin-bottom:1.25rem}
.slide-content h1 em{font-style:italic;color:var(--gold)}
.slide-content p{font-size:clamp(.95rem,1.4vw,1.1rem);color:rgba(240,237,232,.78);max-width:540px;margin-bottom:2.5rem;line-height:1.85}
.slide-cta{display:flex;gap:1rem;flex-wrap:wrap;align-items:center}
.slide-geo{position:absolute;right:5%;bottom:15%;width:260px;height:260px;border:1px solid var(--gold-b);transform:rotate(45deg);opacity:.25;pointer-events:none}
.slide-geo2{position:absolute;right:7%;bottom:18%;width:180px;height:180px;border:1px solid var(--gold-b);transform:rotate(45deg);opacity:.15;pointer-events:none}
.slide-nav{position:absolute;bottom:2.5rem;left:50%;transform:translateX(-50%);display:flex;align-items:center;gap:1.5rem;z-index:10}
.slide-prev,.slide-next{width:44px;height:44px;min-height:0;display:flex;align-items:center;justify-content:center;border:1px solid var(--gold-b);color:var(--gold);font-size:1.4rem;transition:all var(--t);line-height:1}
.slide-prev:hover,.slide-next:hover{background:var(--gold);color:var(--bg);border-color:var(--gold)}
.slide-dots{display:flex;gap:.6rem;align-items:center}
.slide-dot{width:8px;height:8px;min-height:0;border:1px solid rgba(201,168,76,.5);background:transparent;transition:all var(--t);padding:0}
.slide-dot.active{background:var(--gold);border-color:var(--gold)}

/* Buttons */
.btn{display:inline-flex;align-items:center;justify-content:center;padding:.85rem 2.25rem;font-family:var(--fb);font-size:.74rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;min-height:44px;transition:all var(--t);cursor:pointer;border:2px solid transparent}
.btn-primary{background:var(--gold);color:var(--bg);border-color:var(--gold)}
.btn-primary:hover{background:var(--gold2);border-color:var(--gold2)}
.btn-outline{background:transparent;color:var(--txt);border-color:rgba(240,237,232,.25)}
.btn-outline:hover{border-color:var(--gold);color:var(--gold)}
.btn-gold-outline{background:transparent;color:var(--gold);border-color:var(--gold)}
.btn-gold-outline:hover{background:var(--gold);color:var(--bg)}
.btn-ghost{background:transparent;color:var(--txt2);border-color:var(--border)}
.btn-ghost:hover{border-color:var(--gold);color:var(--gold)}

/* Section Tags & Titles */
.section-tag{font-family:var(--fa);font-size:.62rem;letter-spacing:.3em;text-transform:uppercase;color:var(--gold);display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}
.section-tag::before{content:'';display:block;width:28px;height:1px;background:var(--gold)}
/* Centered section-tag — hide the leading line */
.section-tag.center{justify-content:center}
.section-tag.center::before{display:none}
/* Hero slide label uses same ::before trick — suppress when used as <p> */
p.slide-label::before{display:none}
.section-title{font-family:var(--fh);font-size:clamp(1.9rem,3.8vw,3rem);font-weight:300;color:var(--white);margin-bottom:1rem;line-height:1.15}
.section-title em{color:var(--gold);font-style:italic}
.section-desc{color:var(--txt2);font-size:.95rem;line-height:1.85;max-width:600px}

/* Full-Width Alternating Sections */
.alt-section{padding:7rem 0}
.alt-section.bg-dark{background:var(--bg)}
.alt-section.bg-mid{background:var(--bg2)}
.alt-section.bg-card{background:var(--bg3)}
.alt-grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:5rem}
.alt-grid.flip .alt-visual{order:-1}
.alt-visual{position:relative}
.alt-visual::before{content:'';position:absolute;top:-14px;left:-14px;width:56px;height:56px;border-top:2px solid var(--gold);border-left:2px solid var(--gold);z-index:2;pointer-events:none}
.alt-visual::after{content:'';position:absolute;bottom:-14px;right:-14px;width:56px;height:56px;border-bottom:2px solid var(--gold);border-right:2px solid var(--gold);pointer-events:none}
.alt-visual picture,.alt-visual img{width:100%;aspect-ratio:4/3;object-fit:cover;display:block}
.alt-content .section-desc{max-width:100%}
.alt-content .btn{margin-top:2rem}
.check-list{margin-top:1.5rem}
.check-list li{display:flex;gap:1rem;align-items:flex-start;padding:.6rem 0;border-bottom:1px solid var(--border);color:var(--txt2);font-size:.9rem}
.check-list li:last-child{border-bottom:none}
.check-list li::before{content:'';width:7px;height:7px;background:var(--gold);transform:rotate(45deg);flex-shrink:0;margin-top:.55rem}

/* Stats Bar */
.stats-bar{background:var(--gold);padding:3.5rem 0}
.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;text-align:center}
.stat-number{font-family:var(--fh);font-size:clamp(2rem,4vw,3.2rem);font-weight:400;color:var(--bg);line-height:1;margin-bottom:.35rem}
.stat-label{font-family:var(--fb);font-size:.65rem;letter-spacing:.22em;text-transform:uppercase;color:rgba(7,7,14,.72);font-weight:600}

/* Services Grid */
.services-section{padding:7rem 0}
.services-header{text-align:center;margin-bottom:4rem}
.services-header .section-tag{justify-content:center}
.services-header .section-tag::before{display:none}
.services-header .section-desc{margin:0 auto}
.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5px;background:var(--border)}
.service-card{background:var(--bg3);padding:3rem 2.5rem;position:relative;overflow:hidden;transition:background var(--t)}
.service-card::before{content:'';position:absolute;top:0;left:0;width:3px;height:0;background:var(--gold);transition:height var(--t)}
.service-card::after{content:attr(data-index);position:absolute;bottom:1.5rem;right:2rem;font-family:var(--fh);font-size:5rem;font-weight:300;color:rgba(201,168,76,.05);line-height:1;pointer-events:none}
.service-card:hover{background:var(--bg4)}
.service-card:hover::before{height:100%}
.service-icon{width:48px;height:48px;border:1px solid var(--gold-b);display:flex;align-items:center;justify-content:center;margin-bottom:1.75rem;color:var(--gold);font-size:1.25rem;min-height:0;transition:all var(--t)}
.service-card:hover .service-icon{background:var(--gold-a);border-color:var(--gold)}
.service-title{font-family:var(--fh);font-size:1.45rem;font-weight:400;color:var(--white);margin-bottom:.75rem}
.service-desc{color:var(--txt2);font-size:.88rem;line-height:1.85}

/* Values / Culture */
.values-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5px;background:var(--border);margin-top:4rem}
.value-card{background:var(--bg3);padding:2.5rem 2rem;text-align:center;position:relative;transition:background var(--t)}
.value-card:hover{background:var(--bg4)}
.value-number{font-family:var(--fh);font-size:4.5rem;font-weight:300;color:var(--gold-a);line-height:1;margin-bottom:1rem}
.value-title{font-family:var(--fh);font-size:1.6rem;color:var(--gold);margin-bottom:.5rem;font-weight:400}
.value-desc{color:var(--txt2);font-size:.84rem;line-height:1.75}

/* Why Us */
.why-list{margin-top:2rem}
.why-list li{display:flex;gap:1.25rem;align-items:flex-start;padding:1.25rem 0;border-bottom:1px solid var(--border)}
.why-list li:last-child{border-bottom:none}
.why-diamond{width:8px;height:8px;background:var(--gold);transform:rotate(45deg);flex-shrink:0;margin-top:.6rem}
.why-text strong{display:block;color:var(--white);font-size:.88rem;font-weight:600;letter-spacing:.06em;margin-bottom:.2rem;text-transform:uppercase}
.why-text span{color:var(--txt2);font-size:.87rem}

/* CTA Banner */
.cta-banner{padding:6rem 0;text-align:center;position:relative;overflow:hidden}
.cta-banner::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at center,rgba(201,168,76,.08) 0%,transparent 70%)}
.cta-banner .section-tag{justify-content:center}
.cta-banner .section-tag::before{display:none}
.cta-title{font-family:var(--fh);font-size:clamp(2rem,4vw,3.5rem);font-weight:300;color:var(--white);margin:0 auto 1rem;max-width:700px}
.cta-desc{color:var(--txt2);margin-bottom:2.5rem;max-width:520px;margin-left:auto;margin-right:auto}
.cta-btns{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}

/* Page Hero (Inner Pages) */
.page-hero{padding:10rem 0 5rem;position:relative;overflow:hidden}
.page-hero::before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,var(--bg2) 0%,var(--bg) 100%)}
.page-hero::after{content:'';position:absolute;bottom:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,var(--gold-b),transparent)}
.page-hero-inner{position:relative;z-index:1}
.page-hero-geo{position:absolute;right:-80px;top:50%;transform:translateY(-50%);width:400px;height:400px;border:1px solid var(--gold-b);transform:translateY(-50%) rotate(45deg);opacity:.15;pointer-events:none}
.page-hero-label{font-family:var(--fa);font-size:.62rem;letter-spacing:.3em;text-transform:uppercase;color:var(--gold);display:flex;align-items:center;gap:.75rem;margin-bottom:1.25rem}
.page-hero-label::before{content:'';width:28px;height:1px;background:var(--gold);display:block}
.page-hero-title{font-family:var(--fh);font-size:clamp(2.4rem,5vw,4rem);font-weight:300;color:var(--white);margin-bottom:.75rem}
.page-hero-sub{color:var(--txt2);font-size:1rem;max-width:540px}

/* Breadcrumbs */
.breadcrumb{display:flex;gap:.5rem;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap}
.breadcrumb a,.breadcrumb span{font-size:.68rem;letter-spacing:.12em;text-transform:uppercase;color:var(--txt3);min-height:0}
.breadcrumb a:hover{color:var(--gold)}
.breadcrumb .sep{color:var(--gold);font-size:.6rem}

/* Contact Page */
.contact-grid{display:grid;grid-template-columns:1fr 1.6fr;gap:5rem;align-items:start}
.contact-info-title{font-family:var(--fh);font-size:1.9rem;font-weight:400;color:var(--white);margin-bottom:1.75rem}
.contact-detail{display:flex;gap:1rem;align-items:flex-start;margin-bottom:1.5rem}
.contact-icon{width:44px;height:44px;min-height:0;border:1px solid var(--gold-b);display:flex;align-items:center;justify-content:center;color:var(--gold);flex-shrink:0;transition:all var(--t)}
.contact-detail:hover .contact-icon{background:var(--gold-a)}
.contact-label{font-family:var(--fa);font-size:.6rem;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);display:block;margin-bottom:.3rem}
.contact-value{color:var(--txt2);font-size:.9rem}
.contact-value a{color:var(--txt2);transition:color var(--t)}
.contact-value a:hover{color:var(--gold)}
.map-wrap{margin-top:2.5rem;border:1px solid var(--border);overflow:hidden}
.map-wrap iframe{display:block;width:100%;height:280px;border:0;filter:grayscale(80%) invert(90%) contrast(90%)}
.hours-grid{display:grid;grid-template-columns:1fr 1fr;gap:.4rem .75rem;margin-top:.5rem}
.hours-grid dt{color:var(--txt3);font-size:.82rem}
.hours-grid dd{color:var(--txt2);font-size:.82rem}

/* Forms */
.form-grid{display:flex;flex-direction:column;gap:1.25rem}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.form-group{display:flex;flex-direction:column}
label{display:block;font-family:var(--fa);font-size:.6rem;letter-spacing:.18em;text-transform:uppercase;color:var(--txt3);margin-bottom:.5rem;font-weight:400;min-height:0}
input[type=text],input[type=email],input[type=tel],input[type=number],input[type=file],select,textarea{width:100%;background:var(--bg4);border:1px solid var(--border);color:var(--txt);padding:.85rem 1rem;font-family:var(--fb);font-size:.88rem;transition:border-color var(--t);min-height:44px;appearance:none;-webkit-appearance:none;border-radius:0}
input[type=text]:focus,input[type=email]:focus,input[type=tel]:focus,input[type=number]:focus,select:focus,textarea:focus{outline:none;border-color:var(--gold);background:var(--bg3)}
input.error,select.error,textarea.error{border-color:#c0392b}
textarea{min-height:130px;resize:vertical}
select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23c9a84c' stroke-width='1.5' fill='none' stroke-linecap='square'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.75rem}
.check-wrap{display:flex;gap:.75rem;align-items:flex-start}
.check-wrap input[type=checkbox]{width:18px;height:18px;min-height:0;flex-shrink:0;margin-top:4px;accent-color:var(--gold);cursor:pointer;border-radius:0}
.check-wrap label{font-family:var(--fb);font-size:.82rem;letter-spacing:.02em;text-transform:none;color:var(--txt2);font-weight:400;line-height:1.6}
.check-wrap label a{color:var(--gold);text-decoration:underline}
.honeypot{display:none!important;visibility:hidden!important;height:0!important;padding:0!important;margin:0!important}
.form-message{padding:.85rem 1.25rem;margin-top:1rem;font-size:.87rem;display:none}
.form-message.show{display:block}
.form-message.success{background:rgba(46,204,113,.1);border:1px solid rgba(46,204,113,.3);color:#2ecc71}
.form-message.error-msg{background:rgba(192,57,43,.1);border:1px solid rgba(192,57,43,.3);color:#e74c3c}
.form-note{font-size:.75rem;color:var(--txt3);margin-top:.35rem}

/* Footer */
footer{background:var(--bg3);border-top:1px solid var(--border);padding:5rem 0 2rem}
.footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}
.footer-logo{font-family:var(--fa);font-size:1.1rem;letter-spacing:.18em;color:var(--gold);text-transform:uppercase;display:block;margin-bottom:1rem;min-height:0}
.footer-logo span{color:var(--txt)}
.footer-tagline{color:var(--txt3);font-size:.84rem;line-height:1.75;margin-bottom:1.5rem}
.footer-social{display:flex;gap:.75rem;margin-top:.5rem}
.footer-social a{width:36px;height:36px;min-height:0;border:1px solid var(--border);display:flex;align-items:center;justify-content:center;color:var(--txt3);font-size:.85rem;transition:all var(--t)}
.footer-social a:hover{border-color:var(--gold);color:var(--gold)}
.footer-col h4{font-family:var(--fa);font-size:.6rem;letter-spacing:.22em;text-transform:uppercase;color:var(--gold);margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:1px solid var(--border);min-height:0}
.footer-col ul li{margin-bottom:.5rem}
.footer-col ul li a{color:var(--txt3);font-size:.84rem;transition:color var(--t)}
.footer-col ul li a:hover{color:var(--gold)}
.footer-contact-item{display:flex;gap:.6rem;align-items:flex-start;margin-bottom:.65rem;color:var(--txt3);font-size:.82rem;line-height:1.5}
.footer-contact-item svg{flex-shrink:0;margin-top:3px;opacity:.6}
.footer-contact-item a{color:var(--txt3);transition:color var(--t)}
.footer-contact-item a:hover{color:var(--gold)}
.footer-bottom{border-top:1px solid var(--border);padding-top:2rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}
.footer-copy{color:var(--txt3);font-size:.76rem}
.footer-legal{display:flex;gap:1.5rem;flex-wrap:wrap}
.footer-legal a{color:var(--txt3);font-size:.76rem;transition:color var(--t)}
.footer-legal a:hover{color:var(--gold)}

/* Back to Top */
.back-to-top{position:fixed;bottom:2rem;right:2rem;width:44px;height:44px;min-height:0;background:var(--gold);color:var(--bg);display:flex;align-items:center;justify-content:center;z-index:999;opacity:0;pointer-events:none;transition:all var(--t);font-size:1.1rem;line-height:1}
.back-to-top.visible{opacity:1;pointer-events:all}
.back-to-top:hover{background:var(--gold2)}

/* 404 Page */
.page-404{min-height:80vh;display:flex;align-items:center;padding:5rem 0}
.error-code{font-family:var(--fh);font-size:clamp(5rem,18vw,14rem);font-weight:300;color:var(--gold);line-height:1;opacity:.2;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none;white-space:nowrap}
.error-wrap{text-align:center;position:relative;z-index:1}
.error-title{font-family:var(--fh);font-size:clamp(1.6rem,3vw,2.6rem);font-weight:300;color:var(--white);margin-bottom:1rem}
.error-desc{color:var(--txt2);margin-bottom:2.5rem;max-width:480px;margin-left:auto;margin-right:auto}
.error-links{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}
.error-box{position:relative;padding:3rem 2rem}

/* Apply Page */
.apply-intro{max-width:700px;margin-bottom:3rem}
.apply-intro .section-desc{max-width:100%}
.apply-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5px;background:var(--border);margin-top:4rem;margin-bottom:5rem}
.apply-benefit{background:var(--bg3);padding:2rem 1.75rem}
.apply-benefit-icon{color:var(--gold);font-size:1.4rem;margin-bottom:1rem}
.apply-benefit h3{font-family:var(--fh);font-size:1.2rem;font-weight:400;color:var(--white);margin-bottom:.5rem}
.apply-benefit p{color:var(--txt2);font-size:.85rem;line-height:1.75}
input[type=file]{cursor:pointer;padding:.75rem 1rem;color:var(--txt2)}
input[type=file]::file-selector-button{background:var(--border);color:var(--txt);border:none;padding:.4rem .9rem;cursor:pointer;font-family:var(--fb);font-size:.78rem;letter-spacing:.08em;transition:background var(--t);min-height:0}
input[type=file]::file-selector-button:hover{background:var(--gold);color:var(--bg)}

/* Legal Pages */
.legal-content{max-width:840px}
.legal-content h2{font-family:var(--fh);font-size:1.65rem;font-weight:400;color:var(--white);margin:2.75rem 0 1rem;padding-top:2rem;border-top:1px solid var(--border)}
.legal-content h2:first-of-type{border-top:none;padding-top:0}
.legal-content h3{font-family:var(--fh);font-size:1.2rem;font-weight:400;color:var(--gold);margin:1.75rem 0 .75rem}
.legal-content p{color:var(--txt2);font-size:.92rem;line-height:1.9;margin-bottom:1rem}
.legal-content ul{color:var(--txt2);font-size:.92rem;line-height:1.9;margin:1rem 0 1rem 1.5rem;list-style:disc}
.legal-content .last-updated{color:var(--txt3);font-size:.8rem;margin-bottom:2.5rem;padding-bottom:2rem;border-bottom:1px solid var(--border)}

/* Placeholder image base style */
.alt-visual img,.alt-visual picture{background:var(--bg3)}
img{font-size:.7rem;color:var(--txt3)}

/* Geometric Decoratives */
.geo-accent{position:absolute;width:200px;height:200px;border:1px solid var(--gold-b);transform:rotate(45deg);pointer-events:none;opacity:.2}
.section-divider{height:1px;background:linear-gradient(90deg,transparent,var(--gold-b),transparent);margin:0}
.gold-line{display:block;width:40px;height:2px;background:var(--gold);margin-bottom:1.5rem}

/* Animations */
@keyframes fadeUp{from{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}
@keyframes fadeIn{from{opacity:0}to{opacity:1}}
.anim-fade-up{opacity:0;transform:translateY(28px);transition:opacity .7s ease,transform .7s ease}
.anim-fade-up.in-view{opacity:1;transform:translateY(0)}
.anim-delay-1{transition-delay:.1s}
.anim-delay-2{transition-delay:.2s}
.anim-delay-3{transition-delay:.3s}
.anim-delay-4{transition-delay:.4s}

/* Scrollbar */
::-webkit-scrollbar{width:6px}
::-webkit-scrollbar-track{background:var(--bg)}
::-webkit-scrollbar-thumb{background:var(--border)}
::-webkit-scrollbar-thumb:hover{background:var(--gold)}

/* Responsive 1200px */
@media(max-width:1200px){
.alt-grid{gap:3.5rem}
.footer-grid{grid-template-columns:1fr 1fr;gap:2.5rem}
.stats-grid{grid-template-columns:repeat(2,1fr)}
}

/* Responsive 1024px */
@media(max-width:1024px){
.alt-grid{grid-template-columns:1fr;gap:3rem}
.alt-grid.flip .alt-visual{order:0}
.alt-visual::before,.alt-visual::after{display:none}
.contact-grid{grid-template-columns:1fr}
.services-grid{grid-template-columns:repeat(2,1fr)}
.values-grid{grid-template-columns:repeat(2,1fr)}
.apply-benefits{grid-template-columns:repeat(2,1fr)}
}

/* Responsive 768px */
@media(max-width:768px){
.nav-menu{display:none;position:fixed;inset:0;background:rgba(7,7,14,.98);flex-direction:column;align-items:center;justify-content:center;gap:2rem;z-index:998;padding:2rem}
.nav-menu.open{display:flex}
.nav-menu a{font-size:1rem;letter-spacing:.2em}
.nav-cta{font-size:.85rem!important;padding:.75rem 2rem!important}
.hamburger{display:flex}
/* 100svh with 100vh fallback for older browsers */
.hero{min-height:100vh;min-height:100svh}
.slide-content{padding-top:70px}
.slide-geo,.slide-geo2{display:none}
.services-grid{grid-template-columns:1fr}
.values-grid{grid-template-columns:1fr 1fr}
.footer-grid{grid-template-columns:1fr 1fr}
.footer-bottom{flex-direction:column;text-align:center}
.footer-legal{justify-content:center}
.form-row{grid-template-columns:1fr}
.stats-grid{grid-template-columns:repeat(2,1fr)}
.alt-section{padding:4.5rem 0}
.page-hero{padding:8rem 0 4rem}
.services-section{padding:4.5rem 0}
.cta-banner{padding:4rem 0}
.apply-benefits{grid-template-columns:1fr}
.contact-grid{gap:3rem}
.map-wrap iframe{height:220px}
}

/* Responsive 480px */
@media(max-width:480px){
.container{padding:0 1.25rem}
.values-grid{grid-template-columns:1fr}
.stats-grid{grid-template-columns:1fr}
.cta-btns,.error-links{flex-direction:column;align-items:center}
.slide-cta{flex-direction:column;align-items:flex-start}
.slide-nav{bottom:1.25rem;gap:1rem}
.back-to-top{bottom:1rem;right:1rem}
.footer-grid{grid-template-columns:1fr}
.breadcrumb{margin-bottom:1rem}
}

/* Print Styles */
@media print{
nav,.nav,.hamburger,.back-to-top,.slide-nav,.hero-slideshow-nav,footer .footer-social,.cta-banner,.stats-bar{display:none!important}
body{background:#fff!important;color:#000!important;font-size:12pt}
a{color:#000!important;text-decoration:underline}
.container{max-width:100%!important;padding:0}
main,article,section,.legal-content{background:#fff!important;color:#000!important}
h1,h2,h3,h4{color:#000!important;font-family:Georgia,serif}
.section-title,.page-hero-title,.legal-content h2,.legal-content h3{color:#000!important}
img{max-width:100%;page-break-inside:avoid}
footer .footer-copy{display:block!important;color:#000!important}
}
