:root{--navy: #1a2f45;--navy-mid: #233d57;--navy-light: #2a4a6b;--gold: #c9a84c;--gold-light: #e2c47e;--gold-pale: #f5e9c8;--white: #f8f6f1;--gray: #8a9bb0;--border: rgba(201,168,76,.28);--transition: .4s cubic-bezier(.25,.46,.45,.94)}@keyframes pageEnter{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.page-enter{animation:pageEnter .38s cubic-bezier(.25,.46,.45,.94) both}@media(prefers-reduced-motion:reduce){.page-enter,.page-hero-label,.page-hero-title{animation:none}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Montserrat,sans-serif;background:var(--navy);color:var(--white);overflow-x:hidden;cursor:default}body:before{content:"";position:fixed;inset:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");pointer-events:none;z-index:9999;opacity:.4}nav{position:fixed;top:0;left:0;right:0;z-index:1000;padding:0 4rem;display:flex;align-items:center;justify-content:space-between;height:80px;transition:var(--transition);border-bottom:1px solid transparent}nav.scrolled{background:#0d1b2af2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom-color:var(--border)}.nav-brand{display:flex;align-items:center;gap:1rem;text-decoration:none;cursor:pointer;background:none;border:none;padding:0}.nav-logo-circle{width:44px;height:44px;border:2px solid var(--gold);border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;flex-shrink:0;overflow:hidden}.nav-logo-circle img{width:100%;height:100%;object-fit:cover}.nav-brand-text{display:flex;flex-direction:column;text-align:left}.nav-brand-name{font-family:Montserrat,sans-serif;font-weight:700;font-size:.95rem;letter-spacing:.05em;color:var(--white)}.nav-brand-tagline{font-family:Montserrat,sans-serif;font-weight:300;font-size:.6rem;letter-spacing:.15em;color:var(--gold);text-transform:uppercase}.nav-links{display:flex;gap:2.5rem;list-style:none}.nav-links a{color:var(--gray);text-decoration:none;font-size:.7rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;transition:color .3s;cursor:pointer;position:relative;background:none;border:none;padding:0;font-family:Montserrat,sans-serif}.nav-links a:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:1px;background:var(--gold);transition:width .3s}.nav-links a:hover,.nav-links a.active{color:var(--gold)}.nav-links a:hover:after,.nav-links a.active:after{width:100%}.nav-cta{background:transparent;border:1px solid var(--gold);color:var(--gold);padding:.55rem 1.4rem;font-family:Montserrat,sans-serif;font-size:.65rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;text-decoration:none;display:inline-block;cursor:pointer;transition:var(--transition)}.nav-cta:hover{background:var(--gold);color:var(--navy)}.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:4px;background:none;border:none}.hamburger span{display:block;width:24px;height:2px;background:var(--gold);transition:var(--transition)}.nav-mobile-menu{position:fixed;top:80px;left:0;right:0;background:#0d1b2afa;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:2rem;display:none;flex-direction:column;gap:1.5rem;border-bottom:1px solid var(--border);z-index:999}.nav-mobile-menu.open{display:flex}.nav-mobile-menu a{color:var(--gray);text-decoration:none;font-size:.8rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;cursor:pointer;transition:color .3s;background:none;border:none;padding:0;font-family:Montserrat,sans-serif;text-align:left}.nav-mobile-menu a:hover,.nav-mobile-menu a.active{color:var(--gold)}.hero{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden;padding:0 4rem}.hero-bg{position:absolute;inset:0;background:radial-gradient(ellipse 80% 60% at 70% 50%,rgba(30,50,80,.6) 0%,transparent 70%),radial-gradient(ellipse 40% 40% at 20% 80%,rgba(201,168,76,.06) 0%,transparent 60%),linear-gradient(135deg,#1a2f45,#162335);z-index:1}.hero-photo-bg{position:absolute;inset:0;background-image:url(/photos/hero-topo-viz.jpeg);background-size:cover;background-position:center;opacity:.22;z-index:2}.hero-grid{position:absolute;inset:0;z-index:2;background-image:linear-gradient(rgba(201,168,76,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(201,168,76,.04) 1px,transparent 1px);background-size:60px 60px;mask-image:radial-gradient(ellipse 70% 70% at 60% 50%,black 30%,transparent 70%);-webkit-mask-image:radial-gradient(ellipse 70% 70% at 60% 50%,black 30%,transparent 70%)}.hero-markers{position:absolute;inset:0;pointer-events:none;z-index:3}.marker{position:absolute;width:8px;height:8px;border:1px solid var(--gold);border-radius:50%;animation:pulse-marker 3s ease-in-out infinite}.marker:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:3px;height:3px;background:var(--gold);border-radius:50%}@keyframes pulse-marker{0%,to{opacity:.3;transform:scale(1)}50%{opacity:1;transform:scale(1.4)}}.marker:nth-child(1){top:25%;left:55%;animation-delay:0s}.marker:nth-child(2){top:45%;left:72%;animation-delay:.8s}.marker:nth-child(3){top:65%;left:60%;animation-delay:1.6s}.marker:nth-child(4){top:35%;left:85%;animation-delay:2.4s}.marker:nth-child(5){top:70%;left:80%;animation-delay:1.2s}.hero-content{position:relative;z-index:4;max-width:700px}.hero-eyebrow{display:flex;align-items:center;gap:1rem;margin-bottom:2rem;animation:fadeUp .8s ease both}.hero-eyebrow-line{width:40px;height:1px;background:var(--gold)}.hero-eyebrow-text{font-size:.75rem;font-weight:600;letter-spacing:.25em;text-transform:uppercase;color:var(--gold-light)}.hero-title{font-family:Cormorant Garamond,serif;font-size:clamp(3rem,6vw,5.5rem);font-weight:300;line-height:1.05;margin-bottom:1.5rem;animation:fadeUp .8s .15s ease both}.hero-title em{font-style:italic;color:var(--gold)}.hero-subtitle{font-size:1.05rem;font-weight:300;line-height:1.75;color:var(--white);max-width:560px;margin-bottom:3rem;animation:fadeUp .8s .3s ease both}.hero-actions{display:flex;gap:1.2rem;flex-wrap:wrap;animation:fadeUp .8s .45s ease both}.btn-primary{background:var(--gold);color:var(--navy);border:none;padding:1rem 2.2rem;font-family:Montserrat,sans-serif;font-size:.7rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;cursor:pointer;transition:var(--transition)}.btn-primary:hover{background:var(--gold-light);transform:translateY(-2px)}.btn-secondary{background:transparent;color:var(--white);border:1px solid rgba(248,246,241,.3);padding:1rem 2.2rem;font-family:Montserrat,sans-serif;font-size:.7rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;cursor:pointer;transition:var(--transition)}.btn-secondary:hover{border-color:var(--white);transform:translateY(-2px)}.hero-stats{position:absolute;bottom:3rem;right:4rem;display:flex;gap:3rem;animation:fadeUp .8s .6s ease both;z-index:4}.hero-stat{text-align:center}.hero-stat-num{font-family:Cormorant Garamond,serif;font-size:2.8rem;font-weight:300;color:var(--gold);line-height:1}.hero-stat-label{font-size:.7rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--gold-light);margin-top:.4rem}.tech-strip{padding:1.5rem 4rem;border-top:1px solid var(--border);border-bottom:1px solid var(--border);display:flex;align-items:center;gap:0;overflow:hidden;background:#233d5799}.tech-strip-label{font-size:.7rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--gold-light);white-space:nowrap;margin-right:3rem;flex-shrink:0}.tech-scroll{display:flex;gap:3rem;animation:scroll-tech 20s linear infinite;align-items:center}@keyframes scroll-tech{0%{transform:translate(0)}to{transform:translate(-50%)}}.tech-badge{font-family:Inconsolata,monospace;font-size:.9rem;font-weight:500;color:var(--white);white-space:nowrap;transition:color .3s}.tech-badge:hover{color:var(--gold)}.section{padding:6rem 4rem}.section-header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:4rem;gap:2rem}.section-label{font-size:.7rem;font-weight:700;letter-spacing:.25em;text-transform:uppercase;color:var(--gold-light);margin-bottom:1rem;display:flex;align-items:center;gap:.8rem}.section-label:before{content:"";width:24px;height:1px;background:var(--gold)}.section-title{font-family:Cormorant Garamond,serif;font-size:clamp(2.2rem,4vw,3.5rem);font-weight:300;line-height:1.15}.section-title em{font-style:italic;color:var(--gold)}.section-link{color:var(--gold);font-size:.7rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;text-decoration:none;display:flex;align-items:center;gap:.8rem;white-space:nowrap;cursor:pointer;transition:gap .3s;background:none;border:none;font-family:Montserrat,sans-serif}.section-link:hover{gap:1.2rem}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5px;background:var(--border)}.service-card{background:var(--navy);padding:2.5rem;position:relative;transition:var(--transition);cursor:default;display:flex;flex-direction:column}.service-card:before{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--gold);transition:width .4s}.service-card:hover{background:#2a4a6b}.service-card:hover:before{width:100%}.service-number{font-family:Inconsolata,monospace;font-size:.65rem;color:var(--gold);opacity:.6;margin-bottom:1.5rem;letter-spacing:.1em}.service-name{font-family:Cormorant Garamond,serif;font-size:1.4rem;font-weight:600;margin-bottom:1rem;line-height:1.2}.service-desc{font-size:1rem;line-height:1.7;color:var(--white)}.service-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:auto;padding-top:1.5rem}.tag{font-family:Inconsolata,monospace;font-size:.78rem;padding:.35rem .75rem;border:1px solid var(--border);color:var(--white);letter-spacing:.08em;min-width:0;max-width:100%;overflow-wrap:break-word}.why-section{background:#2a4a6b;padding:6rem 4rem}.why-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center;margin-top:4rem}.why-visual{position:relative;height:500px}.why-card-stack{position:absolute;inset:0;display:flex;align-items:center;justify-content:center}.why-bg-rect{position:absolute;border:1px solid var(--border);border-radius:2px}.why-bg-rect:nth-child(1){inset:0;background:linear-gradient(135deg,#152336cc,#0d1b2ae6)}.why-bg-rect:nth-child(2){inset:20px;border-color:#c9a84c1a}.why-feature-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;border-radius:2px;z-index:2;display:block}.why-feature-img-overlay{position:absolute;inset:0;z-index:3;pointer-events:none;border-radius:2px;background:radial-gradient(ellipse at center,#0d1b2a00 55%,#2a4a6b8c),linear-gradient(180deg,#0d1b2a00 70%,#2a4a6b59);box-shadow:inset 0 0 60px 10px #2a4a6b73}.why-list{list-style:none}.why-item{padding:2rem 0;border-bottom:1px solid var(--border);display:grid;grid-template-columns:2rem 1fr;gap:1.5rem;align-items:start}.why-item:first-child{border-top:1px solid var(--border)}.why-item-num{font-family:Inconsolata,monospace;font-size:.65rem;color:var(--gold);padding-top:.3rem}.why-item-title{font-family:Cormorant Garamond,serif;font-size:1.2rem;font-weight:600;margin-bottom:.5rem}.why-item-desc{font-size:1rem;line-height:1.7;color:var(--white)}.clients-section{padding:4rem;text-align:center;border-top:1px solid var(--border)}.clients-label{font-size:.7rem;font-weight:600;letter-spacing:.25em;text-transform:uppercase;color:var(--gold-light);margin-bottom:2.5rem}.clients-sublabel{font-size:.85rem;color:var(--white);letter-spacing:.1em;margin-top:2.5rem}.clients-logo-row{display:flex;justify-content:center;align-items:center;gap:0;flex-wrap:wrap}.client-logo-card{padding:1.6rem 3.5rem;display:flex;align-items:center;justify-content:center;background:transparent;border-radius:6px;opacity:.72;transition:opacity .4s,transform .4s}.client-logo-card:hover{opacity:1;transform:scale(1.05)}.clients-logo-row.logos-visible .client-logo-card{opacity:1}.client-logo-card img{display:block;width:160px;height:52px;object-fit:contain;filter:brightness(0) invert(1) grayscale(100%) opacity(.6);transition:filter .6s}.client-logo-card:hover img,.clients-logo-row.logos-visible .client-logo-card img{filter:brightness(0) invert(1) brightness(.5) sepia(1) saturate(3) hue-rotate(5deg) brightness(1.2) opacity(1)}.client-logo-divider{width:1px;height:50px;background:var(--border);flex-shrink:0}.cta-banner{padding:6rem 4rem;background:linear-gradient(135deg,#233d57,#1a2f45);border-top:1px solid var(--border);position:relative;overflow:hidden}.cta-banner:before{content:"";position:absolute;top:-100px;right:-100px;width:400px;height:400px;border:1px solid var(--border);border-radius:50%}.cta-banner:after{content:"";position:absolute;bottom:-150px;left:10%;width:300px;height:300px;border:1px solid var(--border);border-radius:50%}.cta-inner{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:3rem;flex-wrap:wrap}.cta-title{font-family:Cormorant Garamond,serif;font-size:clamp(2rem,3.5vw,3rem);font-weight:300;max-width:500px;line-height:1.2}.cta-title em{font-style:italic;color:var(--gold)}.page-hero{padding:10rem 4rem 5rem;position:relative;overflow:hidden}.page-hero:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,var(--gold),transparent)}.page-hero-label{font-size:.7rem;font-weight:700;letter-spacing:.25em;text-transform:uppercase;color:var(--gold-light);margin-bottom:1.5rem;display:flex;align-items:center;gap:.8rem;animation:fadeUp .8s ease both}.page-hero-label:before{content:"";width:24px;height:1px;background:var(--gold)}.page-hero-title{font-family:Cormorant Garamond,serif;font-size:clamp(3rem,6vw,5rem);font-weight:300;line-height:1.08;max-width:700px;animation:fadeUp .8s .15s ease both}.page-hero-title em{font-style:italic;color:var(--gold)}.services-hero{background-image:linear-gradient(#0d1b2ab3,#1a2f45d1),url(/photos/gis-satellite.jpeg);background-size:cover;background-position:center}.about-story{padding:5rem 4rem;display:grid;grid-template-columns:1fr 1.2fr;gap:6rem;align-items:start}.about-story-sidebar{position:sticky;top:120px}.about-quote{font-family:Cormorant Garamond,serif;font-size:1.8rem;font-weight:300;font-style:italic;line-height:1.4;color:var(--gold-light);margin-bottom:2rem;padding-left:1.5rem;border-left:2px solid var(--gold)}.about-metrics{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:var(--border);margin-top:3rem}.metric-box{background:#1a2f45;padding:1.8rem}.metric-num{font-family:Cormorant Garamond,serif;font-size:2.8rem;font-weight:300;color:var(--gold);line-height:1}.metric-label{font-size:.7rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--gold-light);margin-top:.5rem}.about-body p{font-size:1.05rem;line-height:1.85;color:var(--white);margin-bottom:1.5rem}.about-body p:first-child{font-size:1.15rem;color:var(--white)}.profile-section{padding:5rem 4rem;background:#2a4a6b}.profile-card{max-width:900px;margin:4rem auto 0;border:1px solid var(--border);display:grid;grid-template-columns:280px 1fr;overflow:hidden}.profile-left{background:#2a4a6b;padding:3rem 2.5rem;display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem}.profile-avatar{width:100px;height:100px;border:2px solid var(--gold);border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:Cormorant Garamond,serif;font-size:2rem;font-weight:600;color:var(--gold);margin-bottom:1rem;overflow:hidden;padding:0}.profile-avatar img{width:100%;height:100%;object-fit:cover}.profile-name{font-family:Cormorant Garamond,serif;font-size:1.6rem;font-weight:600;line-height:1.2}.profile-role{font-size:.7rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--gold-light)}.profile-credentials{margin-top:1.5rem;width:100%;display:flex;flex-direction:column;gap:.5rem}.credential{font-size:.9rem;color:var(--white);padding:.55rem 0;border-bottom:1px solid var(--border);text-align:left}.profile-right{padding:3rem}.profile-right p{font-size:1.05rem;line-height:1.8;color:var(--white);margin-bottom:1.2rem}.profile-expertise{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1.5rem}.values-section{padding:6rem 4rem}.values-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--border);margin-top:3rem}.value-card{background:#1a2f45;padding:2.5rem 2rem}.value-icon{font-size:1.5rem;margin-bottom:1.2rem;display:block}.value-title{font-family:Cormorant Garamond,serif;font-size:1.2rem;font-weight:600;margin-bottom:.8rem}.value-desc{font-size:1rem;line-height:1.7;color:var(--white)}.services-full{padding:3rem 4rem 6rem}.service-full-card{border:1px solid var(--border);margin-bottom:2px;display:grid;grid-template-columns:1fr 1.5fr;min-height:220px;transition:border-color .3s}.service-full-card:hover{border-color:var(--gold)}.service-full-left{padding:3rem;border-right:1px solid var(--border);display:flex;flex-direction:column;justify-content:space-between}.service-full-number{font-family:Inconsolata,monospace;font-size:.65rem;color:var(--gold);opacity:.6}.service-full-name{font-family:Cormorant Garamond,serif;font-size:1.6rem;font-weight:600;line-height:1.2}.service-full-right{padding:3rem;display:flex;flex-direction:column;justify-content:space-between}.service-full-desc{font-size:1.05rem;line-height:1.8;color:var(--white);margin-bottom:1.5rem}.capabilities-section{padding:6rem 4rem;background:#2a4a6b}.capabilities-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:var(--border);margin-top:3rem}.capability-item{background:#2a4a6b;padding:1.5rem 2rem;display:flex;align-items:flex-start;gap:1rem;transition:background .3s}.capability-item:hover{background:#2a4a6b}.capability-dot{width:6px;height:6px;background:var(--gold);border-radius:50%;margin-top:.45rem;flex-shrink:0}.capability-text{font-size:1rem;line-height:1.55;color:var(--white)}.stack-section{padding:6rem 4rem}.stack-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--border);margin-top:3rem}.stack-card{background:#1a2f45;padding:2rem;text-align:center;transition:background .3s}.stack-card:hover{background:#2a4a6b}.stack-name{font-family:Inconsolata,monospace;font-size:.8rem;color:var(--gold);margin-bottom:.4rem}.stack-desc{font-size:.85rem;color:var(--white)}.projects-grid{padding:3rem 4rem 6rem;display:grid;grid-template-columns:repeat(2,1fr);gap:1.5px;background:var(--border)}.project-card{background:var(--navy);padding:3.5rem 3rem;position:relative;overflow:hidden;transition:var(--transition);cursor:default}.project-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--gold),transparent);transform:scaleX(0);transform-origin:left;transition:transform .4s}.project-card:hover{background:#2a4a6b}.project-card:hover:before{transform:scaleX(1)}.project-client-logos{display:inline-flex;align-items:center;gap:1.25rem;margin-bottom:1rem;background:transparent;border-radius:5px;padding:.5rem 1rem}.project-client-logos img{width:110px;height:38px;object-fit:contain;filter:brightness(0) invert(1) grayscale(100%) opacity(.6);transition:filter .35s}.project-client-logos:hover img{filter:brightness(0) invert(1) brightness(.5) sepia(1) saturate(3) hue-rotate(5deg) brightness(1.2) opacity(1)}.project-client{font-size:.7rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--gold-light);margin-bottom:.8rem}.project-name{font-family:Cormorant Garamond,serif;font-size:1.8rem;font-weight:600;line-height:1.2;margin-bottom:.5rem}.project-location{font-size:.9rem;color:var(--white);margin-bottom:1.5rem;display:flex;align-items:center;gap:.5rem}.project-location:before{content:"◆";font-size:.4rem;color:var(--gold)}.project-desc{font-size:1.05rem;line-height:1.75;color:var(--white);margin-bottom:2rem}.project-deliverables{display:flex;flex-direction:column;gap:.4rem}.deliverable{font-size:.9rem;color:var(--white);display:flex;align-items:center;gap:.7rem}.deliverable:before{content:"";width:16px;height:1px;background:var(--gold);flex-shrink:0}.project-status{display:inline-block;font-size:.58rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;padding:.3rem .8rem;border:1px solid rgba(201,168,76,.4);color:var(--gold);margin-top:2rem}.jurisdiction-section{padding:6rem 4rem;background:#2a4a6b}.jurisdiction-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}.jurisdiction-card{padding:2.5rem;border:1px solid var(--border);transition:border-color .3s}.jurisdiction-card:hover{border-color:var(--gold)}.jurisdiction-name{font-family:Cormorant Garamond,serif;font-size:1.4rem;font-weight:600;margin-bottom:.5rem}.jurisdiction-minerals{font-size:.7rem;color:var(--gold);font-family:Inconsolata,monospace;margin-bottom:1rem}.jurisdiction-desc{font-size:1rem;line-height:1.7;color:var(--white)}.contact-section{padding:3rem 4rem 6rem;display:grid;grid-template-columns:1fr 1.4fr;gap:6rem;align-items:start}.contact-info{position:sticky;top:120px}.contact-detail{padding:2rem 0;border-bottom:1px solid var(--border)}.contact-detail-label{font-size:.7rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--gold-light);margin-bottom:.6rem}.contact-detail-value{font-family:Cormorant Garamond,serif;font-size:1.2rem;color:var(--white)}.contact-detail-value a{color:inherit;text-decoration:none;transition:color .3s}.contact-detail-value a:hover{color:var(--gold)}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.6rem}.form-label{font-size:.7rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--gold-light)}.form-input{background:#233d5780;border:1px solid var(--border);color:var(--white);padding:.9rem 1.2rem;font-family:Montserrat,sans-serif;font-size:1rem;transition:border-color .3s;width:100%;outline:none}.form-input:focus{border-color:var(--gold)}.form-input::placeholder{color:#8a9bb080}select.form-input option{background:#2a4a6b}textarea.form-input{resize:vertical;min-height:140px;font-family:Montserrat,sans-serif}.form-submit{align-self:flex-start}.form-success{padding:1.5rem;border:1px solid var(--gold);background:#c9a84c0d}.form-success p{font-size:1rem;color:var(--gold)}.response-note{margin-top:3rem;padding:2rem;border:1px solid var(--border)}.response-note-label{font-size:.7rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--gold-light);margin-bottom:1rem}.response-note p{font-size:1rem;line-height:1.7;color:var(--white)}footer{padding:3rem 4rem;border-top:1px solid var(--border);background:var(--navy);display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.footer-brand{font-family:Cormorant Garamond,serif;font-size:1rem;font-weight:600}.footer-copy{font-size:.85rem;color:var(--white)}.footer-links{display:flex;gap:2rem}.footer-links button,.footer-links a{font-size:.65rem;color:var(--gray);text-decoration:none;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;transition:color .3s;background:none;border:none;font-family:Montserrat,sans-serif}.footer-links button:hover,.footer-links a:hover{color:var(--gold)}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.fade-up{opacity:0;transform:translateY(22px);transition:opacity .38s cubic-bezier(.25,.46,.45,.94),transform .38s cubic-bezier(.25,.46,.45,.94);transition-delay:var(--stagger-delay, 0ms)}.fade-up.visible{opacity:1;transform:translateY(0)}@media(prefers-reduced-motion:reduce){.fade-up{opacity:1;transform:none;transition:none;transition-delay:0ms}.fade-up.visible{opacity:1;transform:none}}@media(max-width:900px){nav{padding:0 1.5rem}.nav-links,.nav-cta{display:none}.hamburger{display:flex;min-width:44px;min-height:44px;justify-content:center;align-items:center;padding:8px}.nav-mobile-menu a{min-height:44px;display:flex;align-items:center;padding:.25rem 0}.hero{padding:6rem 1.5rem 3rem}.hero-stats{position:static;margin-top:3rem;justify-content:flex-start;gap:2rem;flex-wrap:wrap}.hero-stat-num{font-size:2.2rem}.section,.capabilities-section,.stack-section,.jurisdiction-section,.values-section,.profile-section,.why-section,.cta-banner,.clients-section{padding:3rem 1.5rem}.services-full{padding:2rem 1.5rem 4rem}.page-hero{padding:8rem 1.5rem 3rem}.about-story{padding:3rem 1.5rem;grid-template-columns:1fr;gap:3rem}.about-story-sidebar{position:static}.about-quote{font-size:1.5rem}.contact-section{padding:2rem 1.5rem 4rem;grid-template-columns:1fr;gap:3rem}.contact-info{position:static}.tech-strip{padding:1.2rem 1.5rem;flex-direction:column;align-items:flex-start;gap:.75rem}.tech-strip-label{font-size:.65rem;margin-right:0}.services-grid{grid-template-columns:1fr}.why-grid{grid-template-columns:1fr;gap:0}.why-visual{height:clamp(200px,50vw,320px);width:100%;display:flex;align-items:center;justify-content:center;margin:0 auto 2rem}.values-grid{grid-template-columns:1fr 1fr}.projects-grid{grid-template-columns:1fr;padding:2rem 1.5rem 4rem}.profile-card,.service-full-card{grid-template-columns:1fr}.service-full-left{border-right:none;border-bottom:1px solid var(--border);padding:1.8rem}.service-full-right{padding:1.8rem}.form-row{grid-template-columns:1fr}.stack-grid{grid-template-columns:repeat(2,1fr)}.capabilities-grid,.jurisdiction-grid{grid-template-columns:1fr}footer{flex-direction:column;text-align:center;gap:1.5rem;padding:2rem 1.5rem}.section-header,.cta-inner,.hero-actions{flex-direction:column;align-items:flex-start}.footer-links{justify-content:center;flex-wrap:wrap}.client-logo-card{padding:1.2rem 2rem}.client-logo-divider{display:none}.btn-primary,.btn-secondary{min-height:44px}.footer-links button,.footer-links a{min-height:44px;display:inline-flex;align-items:center}.form-submit{align-self:stretch}.form-submit .btn-primary{width:100%;justify-content:center;display:flex;align-items:center}}@media(max-width:480px){.hero-title,.page-hero-title{font-size:clamp(2rem,8vw,3rem)}.section-title{font-size:clamp(1.8rem,6vw,2.2rem)}.cta-title{font-size:clamp(1.7rem,6vw,2rem)}.values-grid{grid-template-columns:1fr}.about-quote{font-size:1.25rem}.hero-stats{gap:1.5rem}.hero-stat-num{font-size:1.9rem}.service-full-left,.service-full-right{padding:1.4rem}.project-card{padding:2rem 1.4rem}.client-logo-card{padding:1rem 1.4rem}.client-logo-card img{width:130px;height:44px}.project-client-logos img{width:90px;height:32px}.section-header{margin-bottom:2.5rem}.section,.capabilities-section,.stack-section,.jurisdiction-section,.values-section,.profile-section,.why-section,.cta-banner{padding:2.5rem 1.2rem}.page-hero{padding:7rem 1.2rem 2.5rem}.about-story,.contact-section{padding:2.5rem 1.2rem}.services-full,.projects-grid{padding:1.5rem 1.2rem 3rem}footer{padding:2rem 1.2rem}.service-card{padding:2rem 1.4rem}.profile-left,.profile-right{padding:2rem 1.5rem}}@media(max-width:360px){.why-visual{height:clamp(170px,55vw,220px);margin-bottom:1.5rem}}.photo-divider{position:relative;width:100%;height:400px;overflow:hidden}.photo-divider img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.photo-divider-overlay{position:absolute;inset:0;background:#0d1b2a61;pointer-events:none}.photo-divider-caption{position:absolute;bottom:2rem;left:4rem;z-index:2;font-size:.85rem;color:var(--white);letter-spacing:.12em;font-style:italic}.drill-rig-section{padding:0 4rem 3rem}.drill-rig-inner{border:1px solid var(--border);overflow:hidden;display:grid;grid-template-columns:280px 1fr}.drill-rig-card-break{margin-bottom:2px}.drill-rig-label-box{padding:3rem 2.5rem;display:flex;flex-direction:column;justify-content:center;gap:1.2rem;border-right:1px solid var(--border);background:#233d5780}.drill-rig-tag{font-size:.7rem;font-weight:700;letter-spacing:.25em;text-transform:uppercase;color:var(--gold-light);display:flex;align-items:center;gap:.8rem}.drill-rig-tag:before{content:"";width:24px;height:1px;background:var(--gold)}.drill-rig-title{font-family:Cormorant Garamond,serif;font-size:1.9rem;font-weight:300;line-height:1.15;color:var(--white)}.drill-rig-title em{font-style:italic;color:var(--gold)}.drill-rig-img-wrap{height:300px;overflow:hidden}.drill-rig-img-wrap img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;transition:transform .6s ease}.drill-rig-inner:hover .drill-rig-img-wrap img{transform:scale(1.03)}@media(max-width:768px){.photo-divider{height:260px}.photo-divider-caption{left:1.5rem;bottom:1.5rem}.drill-rig-section{padding:0 1.5rem 2rem}.drill-rig-inner{grid-template-columns:1fr}.drill-rig-label-box{border-right:none;border-bottom:1px solid var(--border);padding:2rem 1.5rem}.drill-rig-img-wrap{height:220px}}@media(max-width:480px){.photo-divider{height:200px}.drill-rig-img-wrap{height:180px}}
