:root{--black:#080808;--dark:#111;--dark-2:#0d0d0d;--gold:#c9a227;--gold-light:#e4c76b;--gold-dim:#c9a2271f;--gold-line:#c9a22740;--white:#fff;--grey:#888;--light-grey:#bbb;--font-display:"Cormorant Garant", serif;--font-script:"Great Vibes", cursive;--font-body:"Inter", sans-serif;--container:1200px;--container-wide:1400px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--black);color:var(--white);font-family:var(--font-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:1.6;overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:var(--font-body);color:inherit;background:0 0;border:none}.display{font-family:var(--font-display);letter-spacing:-.01em;font-size:clamp(4rem,10vw,10rem);font-weight:300;line-height:.95}.heading-xl{font-family:var(--font-display);font-size:clamp(2.5rem,5vw,4.5rem);font-weight:400;line-height:1.05}.heading-lg{font-family:var(--font-display);font-size:clamp(2rem,3.5vw,3rem);font-weight:400;line-height:1.15}.script{font-family:var(--font-script);color:var(--gold);line-height:1.1}.label{letter-spacing:.22em;text-transform:uppercase;color:var(--gold);font-size:.7rem;font-weight:500;display:block}.container{max-width:var(--container);width:100%;margin:0 auto;padding:0 2rem}.container-wide{max-width:var(--container-wide);width:100%;margin:0 auto;padding:0 2rem}.section{padding:7rem 0}.section-tight{padding:4.5rem 0}.rule{align-items:center;gap:1rem;margin:1.5rem 0;display:flex}.rule:before,.rule:after{content:"";background:var(--gold-line);flex:1;height:1px}.rule.rule--left:after{display:none}.rule span{color:var(--gold);font-size:.45rem}.btn-gold{background:var(--gold);color:var(--black);letter-spacing:.18em;text-transform:uppercase;text-align:center;padding:1rem 2.5rem;font-size:.72rem;font-weight:600;transition:background .2s,transform .2s;display:inline-block}.btn-gold:hover{background:var(--gold-light);transform:translateY(-2px)}.btn-ghost{color:var(--white);letter-spacing:.18em;text-transform:uppercase;text-align:center;background:0 0;border:1px solid #ffffff40;padding:1rem 2.5rem;font-size:.72rem;transition:border-color .2s,color .2s,background-color .2s,transform .2s;display:inline-block}.btn-ghost:hover{border-color:var(--gold);color:var(--gold);background-color:#c9a2270d;transform:translateY(-2px)}.text-link{color:var(--gold);letter-spacing:.16em;text-transform:uppercase;align-items:center;gap:.75rem;margin-top:.5rem;font-size:.72rem;font-weight:500;transition:gap .2s,color .2s;display:inline-flex}.text-link:hover{color:var(--gold-light);gap:1.25rem}.text-link:after{content:"→"}.img-ph{text-align:center;box-sizing:border-box;background:#151515;border:1px dashed #c9a22740;flex-direction:column;justify-content:center;align-items:center;gap:.6rem;width:100%;height:100%;padding:2rem;display:flex}.img-ph:before{content:"⬡";color:#c9a22733;font-size:1.8rem;display:block}.img-ph-label{letter-spacing:.18em;text-transform:uppercase;color:var(--gold);font-size:.65rem;font-weight:600}.img-ph-spec{color:#555;max-width:240px;font-size:.75rem;line-height:1.5}.real-image{object-fit:cover;width:100%;height:100%}#nav{z-index:200;border-bottom:1px solid #0000;padding:1.75rem 0;transition:background .4s,padding .3s,border-color .4s;position:fixed;top:0;left:0;right:0}#nav.scrolled{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom-color:var(--gold-line);background:#080808f5;padding:1.1rem 0}.nav-inner{justify-content:space-between;align-items:center;display:flex}.nav-logo{flex-direction:column;line-height:1;display:flex}.nav-logo-img{object-fit:contain;width:auto;height:48px}.nav-logo .script-sm{font-family:var(--font-script);color:var(--gold);font-size:1.05rem;line-height:1}.nav-logo .serif-sm{font-family:var(--font-display);letter-spacing:.04em;font-size:1.35rem;font-weight:600;line-height:1}.nav-links{align-items:center;gap:2.5rem;list-style:none;display:flex}.nav-links a{letter-spacing:.14em;text-transform:uppercase;color:var(--light-grey);font-size:.72rem;font-weight:500;transition:color .2s}.nav-links a:hover,.nav-links a.active{color:var(--gold)}.nav-cta{letter-spacing:.14em;text-transform:uppercase;color:var(--gold);border:1px solid var(--gold-line);background:0 0;padding:.6rem 1.4rem;font-size:.7rem;font-weight:600;transition:background .2s,color .2s,border-color .2s}.nav-cta:hover{background:var(--gold);color:var(--black);border-color:var(--gold)}.nav-mobile-controls{align-items:center;gap:1rem;display:none}.hamburger{cursor:pointer;z-index:250;background:0 0;border:none;flex-direction:column;justify-content:space-around;width:24px;height:18px;display:flex}.hamburger span{background:var(--white);transform-origin:1px;width:24px;height:2px;transition:all .3s linear;position:relative}.hamburger.open span:first-child{transform:rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0;transform:translate(20px)}.hamburger.open span:nth-child(3){transform:rotate(-45deg)}.mobile-menu-overlay{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);z-index:190;opacity:0;visibility:hidden;background:#080808fa;flex-direction:column;justify-content:center;align-items:center;width:100vw;height:100vh;transition:opacity .3s,visibility .3s;display:flex;position:fixed;top:0;left:0}.mobile-menu-overlay.open{opacity:1;visibility:visible}.mobile-menu-links{flex-direction:column;align-items:center;gap:2rem;margin-bottom:3rem;list-style:none;display:flex}.mobile-menu-links a{font-family:var(--font-display);color:var(--white);letter-spacing:.05em;font-size:2rem;transition:color .2s}.mobile-menu-links a:hover,.mobile-menu-links a.active{color:var(--gold)}.page-banner{align-items:center;min-height:55vh;padding:8rem 0 4rem;display:flex;position:relative;overflow:hidden}.banner-bg{z-index:0;position:absolute;inset:0}.banner-bg .img-ph{background:#0a0a0a;border:none;height:100%}.banner-overlay{z-index:1;background:linear-gradient(105deg,#080808eb 40%,#080808a6 100%);position:absolute;inset:0}.banner-content{z-index:2;width:100%;position:relative}.banner-wordmark{flex-direction:column;margin:1.5rem 0 2rem;line-height:1;display:flex}.bw-script{font-family:var(--font-script);color:var(--gold);font-size:clamp(2.5rem,6vw,5rem);line-height:1}.bw-main{font-family:var(--font-display);color:var(--white);text-transform:uppercase;font-size:clamp(3.5rem,8vw,7rem);font-weight:300;line-height:.9}.banner-sub{font-family:var(--font-display);color:var(--light-grey);max-width:550px;font-size:clamp(1.1rem,2.2vw,1.4rem);font-style:italic;font-weight:300;line-height:1.6}.hero{align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.hero-bg{z-index:0;position:absolute;inset:0}.hero-bg .img-ph{background:#0a0a0a;border:none;height:100%}.hero-overlay{z-index:1;background:linear-gradient(105deg,#080808f5 35%,#08080899 100%);position:absolute;inset:0}.hero-content{z-index:2;max-width:780px;padding-top:6rem;position:relative}.hero-eyebrow{align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.hero-eyebrow:after{content:"";background:var(--gold);width:60px;height:1px}.hero-wordmark{margin-bottom:2.5rem;display:inline-block;position:relative}.hero-wordmark .hw-main{font-family:var(--font-display);color:var(--white);text-transform:uppercase;padding-right:.1em;font-size:clamp(5rem,14vw,12rem);font-weight:300;line-height:.9;display:block}.hero-wordmark .hw-script{font-family:var(--font-script);color:var(--gold);pointer-events:none;font-size:clamp(3rem,7vw,7rem);position:absolute;top:30%;left:8%}.hero-tagline{font-family:var(--font-display);color:var(--light-grey);max-width:550px;margin-bottom:1.5rem;font-size:clamp(1.2rem,2.5vw,1.6rem);font-style:italic;font-weight:300;line-height:1.6}.hero-sub{color:var(--grey);max-width:480px;margin-bottom:3rem;font-size:.95rem;font-weight:300;line-height:1.8}.hero-actions{flex-wrap:wrap;gap:1.25rem;display:flex}.scroll-cue{z-index:2;flex-direction:column;align-items:center;gap:.75rem;display:flex;position:absolute;bottom:2.5rem;left:2rem}.scroll-cue span{letter-spacing:.2em;text-transform:uppercase;color:#444;writing-mode:vertical-rl;font-size:.6rem}.scroll-cue-line{background:linear-gradient(to bottom, var(--gold), transparent);width:1px;height:60px;animation:2s ease-in-out infinite pulse}@keyframes pulse{0%,to{opacity:.25}50%{opacity:1}}.about-preview{background:var(--black)}.about-grid{grid-template-columns:1fr 1fr;align-items:center;gap:6rem;display:grid}.about-img-wrap{position:relative}.about-img-wrap .img-ph{height:580px}.about-badge{background:var(--gold);text-align:center;z-index:10;flex-direction:column;justify-content:center;align-items:center;width:130px;height:130px;display:flex;position:absolute;bottom:-2rem;right:-2rem;box-shadow:0 10px 30px #00000080}.about-badge .num{font-family:var(--font-display);color:var(--black);font-size:2.2rem;font-weight:700;line-height:1}.about-badge .txt{letter-spacing:.1em;text-transform:uppercase;color:#000000bf;margin-top:.25rem;font-size:.55rem;font-weight:700}.about-text{padding-left:.5rem}.about-text h2{margin:1.25rem 0 1.5rem}.about-text h2 em{color:var(--gold);font-style:italic}.about-text p{color:var(--light-grey);margin-bottom:1.5rem;font-size:.95rem;font-weight:300;line-height:1.85}.services{background:var(--dark-2)}.section-header{text-align:center;margin-bottom:4rem}.section-header .script{font-size:clamp(2rem,4vw,3.5rem)}.section-header h2{margin-top:.25rem}.services-grid{background:var(--gold-line);border:1px solid var(--gold-line);grid-template-columns:repeat(4,1fr);gap:1px;display:grid}.svc-card{background:var(--dark);border-bottom:2px solid #0000;padding:3rem 2rem;transition:background .25s,border-color .25s,transform .25s}.svc-card:hover{border-bottom-color:var(--gold);background:#151515;transform:translateY(-4px)}.svc-icon{margin-bottom:1.25rem;font-size:2rem}.svc-name{font-family:var(--font-display);color:var(--white);margin-bottom:.8rem;font-size:1.25rem;font-weight:500}.svc-desc{color:var(--grey);font-size:.85rem;line-height:1.7}.svc-section{padding:7rem 0}.svc-section.alt{background:var(--dark-2)}.svc-grid{grid-template-columns:1fr 1fr;align-items:center;gap:6rem;display:grid}.svc-grid.rev{direction:rtl}.svc-grid.rev>div{direction:ltr}.svc-img-wrap{height:520px;position:relative}.svc-details .label{color:var(--gold);font-size:.9rem}.svc-details h2{margin:1rem 0 1.5rem}.svc-details p{color:var(--light-grey);margin-bottom:1.25rem;font-size:.95rem;font-weight:300;line-height:1.85}.svc-includes{border-top:1px solid var(--gold-line);margin-top:2rem;padding-top:1.5rem;list-style:none}.svc-includes li{color:var(--light-grey);border-bottom:1px solid #ffffff0d;align-items:center;gap:.75rem;padding:.6rem 0;font-size:.88rem;display:flex}.svc-includes li:before{content:"◆";color:var(--gold);flex-shrink:0;font-size:.45rem}.stats-bar{background:var(--gold);padding:4.5rem 0}.stats-grid{text-align:center;grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.stat-num{font-family:var(--font-display);color:var(--black);font-size:clamp(2.5rem,5vw,4.5rem);font-weight:350;line-height:1}.stat-lbl{letter-spacing:.2em;text-transform:uppercase;color:#08080899;margin-top:.5rem;font-size:.68rem;font-weight:700}.mission{background:var(--dark-2)}.mission-grid{grid-template-columns:1fr 1fr;gap:2.5rem;display:grid}.mission-card{border:1px solid var(--gold-line);background:var(--dark);padding:3.5rem;transition:transform .3s,border-color .3s;position:relative}.mission-card:hover{border-color:var(--gold);transform:translateY(-5px)}.mission-card:before{content:"";background:var(--gold);width:4rem;height:2px;position:absolute;top:-1px;left:0}.mission-card .script{margin-bottom:1.5rem;font-size:2.5rem;display:block}.mission-card p{color:var(--light-grey);font-size:.95rem;font-weight:300;line-height:1.9}.projects{background:var(--black)}.projects-header{justify-content:space-between;align-items:flex-end;margin-bottom:3.5rem;display:flex}.projects-grid{grid-template-rows:1fr 1fr;grid-template-columns:1.2fr 1fr;gap:1.5rem;height:700px;display:grid}.proj-card{position:relative;overflow:hidden}.proj-card:first-child{grid-row:span 2}.proj-card .img-ph{height:100%;transition:transform .5s}.proj-card:hover .img-ph{transform:scale(1.03)}.proj-info{z-index:2;background:linear-gradient(#0000 0%,#080808f2 100%);padding:2.5rem;transition:padding-left .3s;position:absolute;bottom:0;left:0;right:0}.proj-card:hover .proj-info{padding-left:3rem}.proj-type{letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:.5rem;font-size:.65rem;font-weight:600}.proj-title{font-family:var(--font-display);color:var(--white);font-size:1.5rem;font-weight:400}.filter-bar{flex-wrap:wrap;justify-content:center;gap:.5rem;margin-bottom:3.5rem;display:flex}.filter-btn{border:1px solid var(--gold-line);color:var(--grey);letter-spacing:.14em;text-transform:uppercase;font-size:.7rem;font-family:var(--font-body);cursor:pointer;background:0 0;padding:.6rem 1.4rem;font-weight:600;transition:background .2s,color .2s,border-color .2s}.filter-btn:hover,.filter-btn.active{background:var(--gold);color:var(--black);border-color:var(--gold)}.projects-grid-full{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.proj-item{position:relative;overflow:hidden}.proj-item .img-ph{height:320px;transition:transform .5s}.proj-item:hover .img-ph{transform:scale(1.04)}.proj-item-info{z-index:2;background:linear-gradient(#0000 0%,#080808f2 100%);padding:1.75rem;transition:padding-left .3s;position:absolute;bottom:0;left:0;right:0}.proj-item:hover .proj-item-info{padding-left:2.25rem}.proj-item-type{letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:.4rem;font-size:.62rem;font-weight:600}.proj-item-title{font-family:var(--font-display);font-size:1.25rem;font-weight:500}.proj-item-year{color:var(--grey);margin-top:.35rem;font-size:.75rem}.why{background:var(--dark-2)}.why-grid{grid-template-columns:1fr 1fr;align-items:center;gap:6rem;display:grid}.why-img .img-ph{height:620px}.why-list{list-style:none}.why-item{border-bottom:1px solid #ffffff0d;gap:1.5rem;padding:1.65rem 0;transition:padding-left .2s;display:flex}.why-item:first-child{border-top:1px solid #ffffff0d}.why-item:hover{padding-left:.75rem}.why-n{font-family:var(--font-display);color:#c9a22740;flex-shrink:0;width:2rem;font-size:1.75rem;font-weight:300;line-height:1}.why-body h3{font-family:var(--font-display);color:var(--white);margin-bottom:.4rem;font-size:1.15rem;font-weight:500}.why-body p{color:var(--grey);font-size:.85rem;line-height:1.6}.values{background:var(--black)}.values-row{border:1px solid var(--gold-line);grid-template-columns:repeat(6,1fr);gap:0;display:grid}.val-item{text-align:center;border-right:1px solid var(--gold-line);background:var(--black);padding:3rem 1.5rem;transition:background .25s}.val-item:last-child{border-right:none}.val-item:hover{background:var(--gold-dim)}.val-roman{letter-spacing:.2em;color:var(--gold);text-transform:uppercase;margin-bottom:1rem;font-size:.65rem;font-weight:600;display:block}.val-name{font-family:var(--font-display);margin-bottom:.75rem;font-size:1.2rem;font-weight:500}.val-rule{background:var(--gold);width:28px;height:1px;margin:0 auto 1rem}.val-desc{color:var(--grey);font-size:.78rem;line-height:1.6}.team-grid{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.team-card{transition:transform .3s}.team-card:hover{transform:translateY(-5px)}.team-card-img{aspect-ratio:3/4;background:#111;border:1px solid #ffffff08;position:relative;overflow:hidden}.team-card-img img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.team-card:hover .team-card-img img{transform:scale(1.05)}.team-info{padding:1.25rem 0}.team-name{font-family:var(--font-display);color:var(--white);margin-bottom:.3rem;font-size:1.2rem;font-weight:500}.team-role{letter-spacing:.14em;text-transform:uppercase;color:var(--gold);font-size:.72rem;font-weight:600}.profile-section{background:var(--black);padding:7rem 0}.profile-grid{grid-template-columns:1fr 1.5fr;align-items:flex-start;gap:6rem;display:grid}.profile-img-wrap{position:relative}.profile-img{aspect-ratio:3/4;border:1px solid var(--gold-line);overflow:hidden}.profile-img img{object-fit:cover;width:100%;height:100%}.profile-contact-box{border:1px solid var(--gold-line);background:var(--dark);margin-top:2rem;padding:2rem}.profile-contact-title{letter-spacing:.18em;text-transform:uppercase;color:var(--gold);margin-bottom:1.25rem;font-size:.75rem;font-weight:600}.profile-contact-item{color:var(--light-grey);align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:.88rem;display:flex}.profile-contact-item:last-child{margin-bottom:0}.profile-contact-item a:hover{color:var(--gold)}.profile-socials{gap:.5rem;margin-top:1.5rem;display:flex}.profile-header{border-bottom:1px solid var(--gold-line);margin-bottom:2.5rem;padding-bottom:1.5rem}.profile-header h1{font-family:var(--font-display);color:var(--white);margin-bottom:.5rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:400;line-height:1.1}.profile-bio-text p{color:var(--light-grey);margin-bottom:1.5rem;font-size:1rem;font-weight:300;line-height:1.85}.profile-details-grid{grid-template-columns:1fr 1fr;gap:2rem;margin-top:3.5rem;display:grid}.list-box{border:1px solid var(--gold-line);background:var(--dark-2);height:100%;padding:2.5rem}.list-box-title{font-family:var(--font-display);color:var(--gold);margin-bottom:1.5rem;font-size:1.35rem;font-weight:500}.list-box-items{list-style:none}.list-box-item{color:var(--light-grey);border-bottom:1px solid #ffffff0d;align-items:flex-start;gap:.75rem;padding:.6rem 0;font-size:.85rem;display:flex}.list-box-item:last-child{border-bottom:none}.list-box-item:before{content:"◆";color:var(--gold);flex-shrink:0;margin-top:.4rem;font-size:.4rem}.gallery-strip{background:var(--dark-2);padding:5rem 0;overflow:hidden}.gallery-scroll{scrollbar-width:none;gap:1rem;padding-bottom:1.5rem;display:flex;overflow-x:auto}.gallery-scroll::-webkit-scrollbar{display:none}.gallery-thumb{cursor:pointer;flex-shrink:0;width:280px;height:200px;overflow:hidden}.gallery-thumb .img-ph{height:100%;transition:transform .4s}.gallery-thumb:hover .img-ph{transform:scale(1.05)}.gallery-footer{justify-content:space-between;align-items:center;margin-top:2rem;display:flex}.gallery-grid{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.gallery-item{cursor:pointer;background:#111;position:relative;overflow:hidden}.gallery-item .img-ph{height:240px;transition:transform .4s}.gallery-item:hover .img-ph{transform:scale(1.05)}.gallery-item.wide{grid-column:span 2}.gallery-item.wide .img-ph{height:240px}.gallery-item:after{content:"+";color:#fff;opacity:0;font-size:2.2rem;font-family:var(--font-body);font-weight:300;transition:opacity .2s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.gallery-item:hover:after{opacity:.7}.gallery-lightbox{z-index:1000;background:#080808f7;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0}.gallery-lightbox-close{color:var(--white);cursor:pointer;background:0 0;border:none;font-size:3rem;line-height:1;transition:color .2s;position:absolute;top:2rem;right:2rem}.gallery-lightbox-close:hover{color:var(--gold)}.gallery-lightbox-img-wrap{max-width:90%;max-height:80vh}.gallery-lightbox-img-wrap img{object-fit:contain;border:1px solid var(--gold-line);max-width:100%;max-height:80vh}.gallery-lightbox-caption{text-align:center;font-family:var(--font-display);color:var(--light-grey);margin-top:1.5rem;font-size:1.25rem}.featured-article{background:var(--dark);border:1px solid var(--gold-line);grid-template-columns:1.5fr 1fr;gap:0;margin-bottom:5rem;display:grid}.featured-img .img-ph{height:480px}.featured-text{flex-direction:column;justify-content:center;padding:4rem;display:flex}.article-category{letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:.8rem;font-size:.65rem;font-weight:600}.article-date{color:var(--grey);margin-bottom:1.5rem;font-size:.75rem}.article-title{font-family:var(--font-display);color:var(--white);margin-bottom:1.25rem;font-size:clamp(1.6rem,2.5vw,2.25rem);font-weight:400;line-height:1.2}.article-excerpt{color:var(--light-grey);margin-bottom:2rem;font-size:.9rem;font-weight:300;line-height:1.8}.articles-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.article-card{background:var(--dark);cursor:pointer;border:1px solid #ffffff0a;flex-direction:column;height:100%;transition:border-color .25s,transform .25s;display:flex}.article-card:hover{border-color:var(--gold-line);transform:translateY(-4px)}.article-card-img .img-ph{height:220px}.article-card-body{flex-direction:column;flex-grow:1;padding:2rem;display:flex}.article-card-body .article-title{margin-bottom:.8rem;font-size:1.35rem;line-height:1.3}.article-card-body .article-excerpt{margin-bottom:1.5rem;font-size:.85rem}.article-card-body .text-link{margin-top:auto}.pagination-wrap{text-align:center;margin-top:4.5rem}.newsletter-section{background:var(--black);border-top:1px solid var(--gold-line);padding:8rem 0}.newsletter-inner{text-align:center;max-width:600px;margin:0 auto}.newsletter-inner .script{font-size:clamp(2rem,4vw,3rem)}.newsletter-inner h2{margin:.5rem 0 1.25rem}.newsletter-inner p{color:var(--grey);margin-bottom:2.5rem;font-size:.95rem;font-weight:300;line-height:1.7}.newsletter-form{gap:.5rem;width:100%;display:flex}.newsletter-input{background:var(--dark);border:1px solid var(--gold-line);color:var(--white);font-size:.88rem;font-family:var(--font-body);outline:none;flex:1;padding:.9rem 1.25rem;transition:border-color .2s}.newsletter-input::placeholder{color:var(--grey)}.newsletter-input:focus{border-color:var(--gold)}.contact-grid{grid-template-columns:1.5fr 1fr;align-items:flex-start;gap:6rem;display:grid}.contact-form-wrap h3,.contact-info-wrap h3{font-family:var(--font-display);color:var(--white);margin-bottom:.5rem;font-size:1.8rem;font-weight:400}.contact-form{flex-direction:column;gap:1.25rem;margin-top:2rem;display:flex}.form-field{background:var(--dark);border:1px solid var(--gold-line);color:var(--white);font-size:.88rem;font-family:var(--font-body);box-sizing:border-box;outline:none;width:100%;padding:1rem 1.25rem;transition:border-color .2s}.form-field::placeholder{color:var(--grey)}.form-field:focus{border-color:var(--gold)}.form-row{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}textarea.form-field{resize:vertical;min-height:160px}select.form-field{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23C9A227' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");background-position:calc(100% - 1.25rem);background-repeat:no-repeat;padding-right:3rem}select.form-field option{background:var(--dark-2);color:var(--white);padding:.5rem}.contact-info-list{margin:2rem 0;list-style:none}.contact-info-item{color:var(--light-grey);border-bottom:1px solid #ffffff0d;gap:1.25rem;padding:1.25rem 0;font-size:.9rem;display:flex}.contact-info-item:before{content:"◆";color:var(--gold);flex-shrink:0;margin-top:.35rem;font-size:.45rem}.contact-info-label{letter-spacing:.15em;text-transform:uppercase;color:var(--gold);margin-bottom:.3rem;font-size:.65rem;font-weight:600;display:block}.map-placeholder{border:1px solid var(--gold-line);background:var(--dark-2);text-align:center;height:250px;color:var(--grey);flex-direction:column;justify-content:center;align-items:center;margin-bottom:2rem;font-size:.8rem;display:flex}.map-placeholder:before{content:"🗺️";margin-bottom:.5rem;font-size:2rem;display:block}.social-title{letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:1rem;font-size:.68rem;font-weight:700}.cta-section{background:var(--black);text-align:center;border-top:1px solid #ffffff08;padding:9rem 0;position:relative;overflow:hidden}.cta-ghost{font-family:var(--font-script);color:#c9a22708;pointer-events:none;white-space:nowrap;z-index:0;font-size:clamp(5rem,18vw,16rem);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.cta-inner{z-index:1;position:relative}.cta-inner .script{font-size:clamp(3rem,7vw,6rem)}.cta-inner h2{font-family:var(--font-display);color:var(--light-grey);margin:1rem 0 3rem;font-size:clamp(1.4rem,3vw,2.25rem);font-weight:300}footer{border-top:1px solid var(--gold-line);background:#040404;padding:5rem 0 2.5rem}.footer-grid{border-bottom:1px solid #ffffff0d;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:2.5rem;padding-bottom:3.5rem;display:grid}.footer-brand-logo{flex-direction:column;margin-bottom:1.25rem;display:flex}.footer-brand-logo-img{align-self:flex-start;width:auto;height:40px;margin-bottom:.5rem}.footer-brand-logo .script-sm{font-family:var(--font-script);color:var(--gold);font-size:1rem;line-height:1}.footer-brand-logo .serif-sm{font-family:var(--font-display);font-size:1.3rem;font-weight:600;line-height:1}.footer-desc{color:var(--grey);max-width:270px;font-size:.85rem;font-weight:300;line-height:1.8}.footer-col-title{letter-spacing:.2em;text-transform:uppercase;color:var(--gold);font-size:.65rem;font-weight:600;font-family:var(--font-body);margin-bottom:1.75rem}.footer-col ul{list-style:none}.footer-col li{margin-bottom:.8rem}.footer-col a{color:var(--grey);font-size:.85rem;font-weight:300;transition:color .2s}.footer-col a:hover{color:var(--white)}.footer-bottom{justify-content:space-between;align-items:center;display:flex}.footer-copy{color:#444;font-size:.75rem}.socials{gap:.75rem;display:flex}.social-btn{width:36px;height:36px;color:var(--grey);border:1px solid #c9a22733;border-radius:0;justify-content:center;align-items:center;font-size:.8rem;transition:border-color .2s,color .2s,background-color .2s;display:flex}.social-btn:hover{border-color:var(--gold);color:var(--gold);background-color:#c9a2270d}@media (width<=1024px){.services-grid{grid-template-columns:repeat(2,1fr)}.values-row{grid-template-columns:repeat(3,1fr)}.val-item:nth-child(3){border-right:none}.val-item:nth-child(4),.val-item:nth-child(5){border-top:1px solid var(--gold-line)}.val-item:nth-child(6){border-top:1px solid var(--gold-line);border-right:none}.team-grid{grid-template-columns:repeat(3,1fr)}.profile-grid{gap:3.5rem}.projects-grid-full,.articles-grid{grid-template-columns:repeat(2,1fr)}.gallery-grid{grid-template-columns:repeat(3,1fr)}.gallery-item.wide{grid-column:span 1}.gallery-item.wide .img-ph{height:240px}}@media (width<=768px){.nav-links,.nav-cta{display:none}.nav-mobile-controls{display:flex}#nav{padding:1.25rem 0}.section{padding:5rem 0}.about-grid,.mission-grid,.why-grid,.svc-grid,.profile-grid,.contact-grid{grid-template-columns:1fr;gap:3rem}.svc-grid.rev{direction:ltr}.profile-details-grid{grid-template-columns:1fr}.projects-grid{grid-template-columns:1fr;height:auto}.proj-card:first-child{grid-row:span 1}.proj-card .img-ph{height:350px!important}.services-grid,.projects-grid-full,.articles-grid,.gallery-grid,.featured-article{grid-template-columns:1fr}.featured-img .img-ph{height:300px}.featured-text{padding:2.5rem}.team-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.stats-grid{grid-template-columns:repeat(2,1fr);gap:2.5rem 1rem}.about-badge{width:100px;height:100px;bottom:-1rem;right:-1rem}.about-badge .num{font-size:1.75rem}.values-row{grid-template-columns:repeat(2,1fr)}.val-item{border-right:1px solid var(--gold-line);border-bottom:1px solid var(--gold-line)}.val-item:nth-child(2n){border-right:none}.val-item:nth-child(5),.val-item:nth-child(6){border-bottom:none}.form-row{grid-template-columns:1fr;gap:1.25rem}}@media (width<=480px){.team-grid,.footer-grid,.stats-grid,.values-row{grid-template-columns:1fr}.team-card-img{aspect-ratio:1}.val-item{border-right:none;border-bottom:1px solid var(--gold-line)}.val-item:last-child{border-bottom:none}.about-badge{display:none}.newsletter-form{flex-direction:column}.footer-bottom{text-align:center;flex-direction:column;gap:1.5rem}}
