:root{--navy:#060D1A;--navy-mid:#0F1E38;--navy-light:#152544;--header-bg:#0A1320;--gold:#C8A96E;--gold-light:#D9BF8A;--gold-dark:#A8893E;--white:#FFFFFF;--cream:#F7F5F1;--cream-dark:#EEE9E0;--text-dark:#1A1E2A;--text-mid:#4A5568;--text-light:#55606E;--border-light:rgba(0,0,0,0.08);--border-gold:rgba(200,169,110,0.22)}body.dark-mode{--cream:#060D1A;--cream-dark:#0F1E38;--white:#0F1E38;--text-dark:#F0EBE3;--text-mid:#C5D0E0;--text-light:#8B9BB4;--border-light:rgba(200,169,110,0.12)}*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;font-size:18px}body{font-family:'Inter',sans-serif;font-weight:400;line-height:1.75;background:var(--cream);color:var(--text-dark);overflow-x:hidden;transition:background 0.3s,color 0.3s}img{max-width:100%;height:auto;display:block}a{text-decoration:none;color:inherit;transition:all 0.3s}button{cursor:pointer;font-family:'Inter',sans-serif}ul,ol{list-style:none}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:var(--cream)}::-webkit-scrollbar-thumb{background:var(--gold-dark);border-radius:2px}::selection{background:rgb(200 169 110 / .2)}:focus-visible{outline:2px solid var(--gold);outline-offset:3px}.skip-link{position:absolute;top:-100px;left:1rem;z-index:9999;background:var(--gold);color:var(--navy);padding:.5rem 1rem;font-size:.8rem;font-weight:600;letter-spacing:.1em}.skip-link:focus{top:1rem}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 2rem}@media(max-width:640px){.container{padding:0 1.25rem}}.font-display,h1,h2,h3{font-family:'Cormorant Garamond',serif}h1{font-size:clamp(2.5rem,6vw,5.5rem);font-weight:300;line-height:1.07}h2{font-size:clamp(2rem,4vw,3.2rem);font-weight:400;line-height:1.1}h3{font-size:clamp(1.2rem,2vw,1.6rem);font-weight:500;line-height:1.2}p{font-size:.9rem;color:var(--text-mid);line-height:1.85}.eyebrow{font-size:.6rem;letter-spacing:.38em;text-transform:uppercase;color:var(--gold-dark);font-weight:500;display:flex;align-items:center;gap:.75rem;margin-bottom:.9rem}.eyebrow::before{content:'';display:inline-block;width:28px;height:1px;background:var(--gold-dark);flex-shrink:0}.eyebrow-light{color:var(--gold)}.eyebrow-light::before{background:var(--gold)}.gold-rule{height:1px;background:var(--border-gold);position:relative;margin:1.4rem 0 2.5rem}.gold-rule::after{content:'';position:absolute;left:0;top:0;height:1px;width:56px;background:var(--gold-dark)}.btn-gold{display:inline-flex;align-items:center;gap:.5rem;background:var(--gold-dark);color:var(--text-dark);border:none;padding:.85rem 2rem;font-size:.68rem;letter-spacing:.22em;text-transform:uppercase;font-weight:500;transition:all 0.3s}.btn-gold:hover{background:var(--gold);transform:translateY(-1px);color:#fff}.btn-outline{display:inline-flex;align-items:center;gap:.5rem;background:#fff0;color:var(--text-dark);border:1px solid var(--border-gold);padding:.85rem 2rem;font-size:.68rem;letter-spacing:.22em;text-transform:uppercase;font-weight:400;transition:all 0.3s}.btn-outline:hover{border-color:var(--gold-dark);color:var(--gold-dark)}.btn-ghost{display:inline-flex;align-items:center;gap:.5rem;background:#fff0;color:rgb(255 255 255 / .75);border:1px solid rgb(255 255 255 / .2);padding:.85rem 2rem;font-size:.68rem;letter-spacing:.22em;text-transform:uppercase;transition:all 0.3s}.btn-ghost:hover{border-color:var(--gold);color:var(--gold)}.badge{display:inline-block;font-size:.58rem;letter-spacing:.15em;padding:.22rem .7rem;border:1px solid rgb(168 137 62 / .3);color:var(--gold-dark);text-transform:uppercase}.premium-card{background:var(--white);border:1px solid var(--border-light);border-top:2px solid var(--gold-dark);padding:2rem;transition:box-shadow 0.3s,transform 0.3s}.premium-card:hover{box-shadow:0 12px 40px rgb(0 0 0 / .08);transform:translateY(-2px)}.form-label{display:block;font-size:.6rem;letter-spacing:.22em;color:var(--gold-dark);text-transform:uppercase;margin-bottom:.4rem;font-weight:500}.form-input,.form-select,.form-textarea{width:100%;background:var(--cream);border:1px solid var(--border-light);border-bottom:1px solid rgb(168 137 62 / .3);color:var(--text-dark);padding:.72rem .9rem;font-family:'Inter',sans-serif;font-size:.85rem;outline:none;transition:border-color 0.3s,background 0.3s;-webkit-appearance:none;appearance:none}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:var(--gold-dark);background:var(--white)}.form-input::placeholder,.form-textarea::placeholder{color:var(--text-light)}.form-textarea{resize:vertical;min-height:100px}.form-select{cursor:pointer}.form-row{margin-bottom:1.1rem}.form-2col{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-error{font-size:.65rem;color:#e53e3e;margin-top:.3rem;display:none}.form-error.visible{display:block}.form-success{background:rgb(200 169 110 / .08);border:1px solid var(--border-gold);padding:1.5rem;text-align:center;display:none}.form-success.visible{display:block}.form-success-title{font-family:'Cormorant Garamond',serif;font-size:1.6rem;color:var(--text-dark);margin-bottom:.5rem}.form-success-sub{font-size:.82rem;color:var(--gold-dark)}#site-header{position:fixed;top:0;left:0;right:0;z-index:1000;height:88px;display:flex;align-items:center;background:var(--header-bg);border-bottom:1px solid rgb(200 169 110 / .15);transition:all 0.4s}#site-header.scrolled{height:76px;background:rgb(6 13 26 / .97);backdrop-filter:blur(20px);box-shadow:0 4px 40px rgb(0 0 0 / .25)}#site-header .container{display:flex;align-items:center;justify-content:space-between;height:100%}.site-logo{display:flex;align-items:center;gap:.85rem;text-decoration:none}.logo-circle{width:50px;height:50px;border-radius:50%;border:1.5px solid var(--gold);display:flex;align-items:center;justify-content:center;flex-shrink:0}.logo-mark-img{width:50px;height:auto;flex-shrink:0;object-fit:contain}.logo-circle span{font-family:'Cormorant Garamond',serif;font-size:1.4rem;font-weight:600;color:var(--gold)}.logo-text-name{font-family:'Cormorant Garamond',serif;font-size:1.15rem;font-weight:600;letter-spacing:.2em;color:#fff;text-transform:uppercase;display:block;line-height:1.3}.logo-text-sub{font-size:.62rem;letter-spacing:.25em;color:var(--gold);text-transform:uppercase;display:block;margin-top:.2rem}.primary-nav{display:flex;align-items:center;gap:2rem}.primary-nav ul{display:flex;align-items:center;gap:1.25rem;list-style:none;margin:0;padding:0}.primary-nav li{display:list-item}.primary-nav a{font-size:.65rem;letter-spacing:.16em;text-transform:uppercase;color:rgb(200 169 110 / .85);font-weight:400;padding:6px 0;border-bottom:1px solid #fff0;transition:all 0.3s;white-space:nowrap}.primary-nav a:hover,.primary-nav a.current{color:var(--gold);border-bottom-color:var(--gold)}.nav-actions{display:flex;align-items:center;gap:.65rem}.nav-icon-btn{background:none;border:none;color:rgb(200 169 110 / .85);padding:4px;line-height:1;transition:color 0.3s;font-size:1rem}.nav-icon-btn:hover{color:var(--gold)}.nav-icon-btn svg{width:16px;height:16px;display:block}.nav-cta{padding:.4rem 1rem!important;font-size:0.62rem!important;letter-spacing:0.14em!important;white-space:nowrap}.hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;padding:4px}.hamburger span{display:block;width:22px;height:1px;background:var(--gold);transition:all 0.3s}.mobile-nav{display:none;position:fixed;top:88px;left:0;right:0;bottom:0;background:var(--header-bg);z-index:999;padding:2rem;overflow-y:auto}.mobile-nav.open{display:flex;flex-direction:column}.mobile-nav a{display:block;padding:1rem 0;font-size:.82rem;letter-spacing:.2em;text-transform:uppercase;color:rgb(200 169 110 / .65);border-bottom:1px solid rgb(200 169 110 / .08)}.mobile-nav a:hover{color:var(--gold)}.search-overlay{display:none;position:fixed;inset:0;z-index:2000;background:rgb(6 13 26 / .97);backdrop-filter:blur(20px);align-items:center;justify-content:center}.search-overlay.open{display:flex}.search-inner{width:100%;max-width:640px;padding:0 1.5rem}.search-bar{display:flex;align-items:center;gap:1rem;border-bottom:1px solid rgb(200 169 110 / .3);padding-bottom:1rem}.search-bar svg{color:var(--gold);flex-shrink:0}.search-bar input{flex:1;background:none;border:none;outline:none;color:#fff;font-size:1.1rem;font-family:'Inter',sans-serif}.search-bar input::placeholder{color:rgb(139 155 180 / .6)}.search-close{background:none;border:none;color:rgb(139 155 180 / .7);font-size:1.2rem;padding:4px}.search-results{margin-top:1.5rem}.search-results-label{font-size:.58rem;letter-spacing:.3em;color:var(--gold);text-transform:uppercase;margin-bottom:.8rem}.search-result-item{display:block;padding:.7rem 0;border-bottom:1px solid rgb(200 169 110 / .08);color:rgb(197 208 224 / .85);font-size:.88rem}.search-result-item:hover{color:var(--gold)}.page-hero{background:linear-gradient(155deg,var(--navy) 0%,var(--navy-mid) 60%,var(--navy-light) 100%);padding:140px 0 80px;position:relative;overflow:hidden}.page-hero::before{content:'';position:absolute;inset:0;background-image:linear-gradient(rgb(200 169 110 / .025) 1px,transparent 1px),linear-gradient(90deg,rgb(200 169 110 / .025) 1px,transparent 1px);background-size:72px 72px;pointer-events:none}.page-hero .container{position:relative;z-index:2}.page-hero h1{color:#fff;max-width:700px;margin-bottom:1.2rem}.page-hero h1 em{color:var(--gold);font-style:italic}.page-hero p{color:rgb(197 208 224 / .75);max-width:540px;line-height:1.8;font-size:.9rem}.section-pad{padding:6rem 0}.section-dark{background:var(--navy-mid)}.section-dark h2{color:#fff}.section-dark h2 em{color:var(--gold);font-style:italic}.section-dark .eyebrow{color:var(--gold)}.section-dark .eyebrow::before{background:var(--gold)}.section-dark p{color:#8B9BB4}.hero-section{min-height:100vh;display:flex;flex-direction:column;justify-content:center;background:linear-gradient(155deg,var(--navy) 0%,var(--navy-mid) 55%,var(--navy-light) 100%);padding:72px 0 0;position:relative;overflow:hidden}.hero-grid-bg{position:absolute;inset:0;background-image:linear-gradient(rgb(200 169 110 / .025) 1px,transparent 1px),linear-gradient(90deg,rgb(200 169 110 / .025) 1px,transparent 1px);background-size:72px 72px;pointer-events:none}.hero-glow{position:absolute;top:20%;right:10%;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,rgb(200 169 110 / .06) 0%,transparent 70%);pointer-events:none}.hero-content{position:relative;z-index:2;max-width:860px;padding:4rem 0}.hero-h1{color:#fff}.hero-h1 em{color:var(--gold);font-style:italic}.hero-tag{font-family:'Cormorant Garamond',serif;font-size:clamp(1rem,2vw,1.5rem);color:rgb(200 169 110 / .55);font-style:italic;margin-bottom:1.5rem}.hero-desc{max-width:520px;font-size:.88rem;color:rgb(197 208 224 / .8);line-height:1.85;margin-bottom:2.5rem}.hero-desc span{color:var(--gold)}.hero-btns{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:3rem}.hero-stats{display:flex;gap:3rem;padding-top:2.5rem;border-top:1px solid rgb(200 169 110 / .15);flex-wrap:wrap}.stat-val{font-family:'Cormorant Garamond',serif;font-size:2.2rem;font-weight:600;color:var(--gold);line-height:1}.stat-lbl{font-size:.58rem;letter-spacing:.22em;color:rgb(139 155 180 / .75);text-transform:uppercase;margin-top:.35rem}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:start}.about-quote{font-family:'Cormorant Garamond',serif;font-size:1.4rem;font-style:italic;color:var(--text-dark);border-left:2px solid var(--gold-dark);padding-left:1.5rem;margin-bottom:2rem;line-height:1.45}.pillars-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem;margin-top:2rem}.pillar-box{padding:1.4rem;background:var(--cream-dark);border:1px solid var(--border-light);border-top:2px solid var(--gold-dark);transition:box-shadow 0.3s}.pillar-box:hover{box-shadow:0 4px 20px rgb(0 0 0 / .06)}.pillar-num{font-family:'Cormorant Garamond',serif;font-size:1.8rem;color:rgb(200 169 110 / .15);font-weight:300;line-height:1;margin-bottom:.4rem}.pillar-title{font-size:.65rem;letter-spacing:.18em;color:var(--gold-dark);text-transform:uppercase;font-weight:500;margin-bottom:.4rem}.pillar-body{font-size:.78rem;color:var(--text-light);line-height:1.6}.hub-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1.5rem}.hub-tag{font-size:.6rem;letter-spacing:.2em;padding:.3rem .75rem;border:1px solid rgb(168 137 62 / .25);color:var(--gold-dark);text-transform:uppercase}.about-stats-box{background:var(--navy-mid);padding:2.5rem;margin-bottom:1.5rem}.about-stats-box h3{font-family:'Cormorant Garamond',serif;font-size:1.2rem;color:#fff;margin-bottom:1.2rem}.hub-row{padding:.7rem 0;border-bottom:1px solid rgb(200 169 110 / .1);display:flex;align-items:center;gap:.75rem}.hub-dot{width:6px;height:6px;border-radius:50%;background:var(--gold);flex-shrink:0}.hub-name{font-size:.85rem;color:#C5D0E0}.mini-stats{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.mini-stat{padding:1.5rem;text-align:center;border:1px solid var(--border-light);border-top:2px solid var(--gold-dark);background:var(--cream)}.mini-stat-val{font-family:'Cormorant Garamond',serif;font-size:1.8rem;font-weight:600;color:var(--gold-dark);line-height:1;margin-bottom:.4rem}.mini-stat-lbl{font-size:.6rem;letter-spacing:.16em;color:var(--text-light);text-transform:uppercase}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.how-we-work-grid{grid-template-columns:repeat(2,1fr)}@media(max-width:700px){.how-we-work-grid{grid-template-columns:1fr}}.service-card{padding:2.5rem;border:1px solid var(--border-light);border-top:2px solid var(--gold-dark);background:var(--white);transition:box-shadow 0.3s,transform 0.3s}.service-card:hover{box-shadow:0 12px 40px rgb(0 0 0 / .08);transform:translateY(-2px)}.svc-num{font-family:'Cormorant Garamond',serif;font-size:3.5rem;font-weight:300;color:rgb(200 169 110 / .1);line-height:1;margin-bottom:-.5rem}.svc-title{font-family:'Cormorant Garamond',serif;font-size:1.3rem;font-weight:500;color:var(--text-dark);margin-bottom:.9rem;line-height:1.25}.svc-body{font-size:.82rem;color:var(--text-light);line-height:1.75;margin-bottom:1.3rem}.svc-pts{list-style:none}.svc-pts li{font-size:.78rem;color:var(--text-light);padding:.4rem 0;border-bottom:1px solid var(--border-light);display:flex;gap:.7rem;align-items:flex-start}.svc-pts li::before{content:'◆';color:var(--gold-dark);font-size:.38rem;margin-top:.45rem;flex-shrink:0}.svc-link{font-size:.65rem;letter-spacing:.16em;color:var(--gold-dark);text-transform:uppercase;display:inline-flex;align-items:center;gap:.4rem;margin-top:1.2rem}.svc-link:hover{color:var(--gold)}.track-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}.track-table{width:100%;border-collapse:collapse}.track-table th{font-size:.56rem;letter-spacing:.28em;color:var(--gold-dark);text-transform:uppercase;font-weight:500;padding:.8rem 1.2rem;text-align:left;border-bottom:1px solid var(--gold-dark);background:rgb(200 169 110 / .04);white-space:nowrap}.track-table td{padding:1.1rem 1.2rem;font-size:.82rem;color:var(--text-mid);border-bottom:1px solid var(--border-light);vertical-align:top}.track-table tr:hover td{background:rgb(200 169 110 / .03)}.track-table .sector-name{color:var(--text-dark);font-weight:500}.track-table .value-col{color:var(--gold-dark);font-weight:500;white-space:nowrap}.metrics-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--border-light)}.metric-box{background:var(--white);padding:2.5rem;text-align:center}.metric-val{font-family:'Cormorant Garamond',serif;font-size:2.8rem;font-weight:500;color:var(--gold-dark);line-height:1;margin-bottom:.6rem}.metric-label{font-size:.6rem;letter-spacing:.22em;color:var(--text-light);text-transform:uppercase}.leader-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;max-width:860px}.leader-card{padding:2.5rem;border:1px solid var(--border-light);border-top:2px solid var(--gold-dark);background:var(--white);transition:box-shadow 0.3s}.leader-card:hover{box-shadow:0 8px 40px rgb(0 0 0 / .08)}.leader-init{width:60px;height:60px;border-radius:50%;border:1px solid rgb(168 137 62 / .4);display:flex;align-items:center;justify-content:center;background:rgb(200 169 110 / .05);margin-bottom:1.3rem}.leader-init span{font-family:'Cormorant Garamond',serif;font-size:1.4rem;color:var(--gold-dark)}.leader-name{font-family:'Cormorant Garamond',serif;font-size:1.4rem;font-weight:500;color:var(--text-dark);margin-bottom:.25rem}.leader-role{font-size:.6rem;letter-spacing:.22em;color:var(--gold-dark);text-transform:uppercase;margin-bottom:1.2rem;font-weight:500}.leader-bio{font-size:.82rem;color:var(--text-light);line-height:1.75;margin-bottom:1.2rem}.leader-phone{font-size:.78rem;color:var(--text-dark);display:flex;align-items:center;gap:.5rem}.blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.blog-card{background:var(--white);border:1px solid var(--border-light);border-top:2px solid var(--gold-dark);padding:2rem;display:flex;flex-direction:column;height:100%;transition:box-shadow 0.3s,transform 0.3s}.blog-card:hover{box-shadow:0 12px 40px rgb(0 0 0 / .08);transform:translateY(-2px)}.blog-card-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.1rem}.blog-card-title{font-family:'Cormorant Garamond',serif;font-size:1.2rem;font-weight:500;color:var(--text-dark);margin-bottom:.8rem;line-height:1.3;flex:1}.blog-card-excerpt{font-size:.78rem;color:var(--text-light);line-height:1.7;margin-bottom:1.2rem}.blog-card-footer{display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--border-light);padding-top:.9rem;margin-top:auto}.blog-card-author{font-size:.65rem;color:var(--gold-dark);font-weight:500}.blog-card-date{font-size:.62rem;color:var(--text-light)}.blog-card-read{font-size:.65rem;color:var(--gold-dark);letter-spacing:.12em;text-transform:uppercase}.featured-post{background:var(--navy-mid);padding:3rem;position:relative;overflow:hidden;margin-bottom:3rem;transition:background 0.3s}.featured-post::before{content:'';position:absolute;top:0;left:0;right:0;height:2px;background:var(--gold)}.featured-post:hover{background:var(--navy-light)}.featured-post h2{color:#fff;max-width:680px;margin-bottom:1rem}.featured-post p{color:#8B9BB4;max-width:600px}.post-content h2{font-family:'Cormorant Garamond',serif;font-size:1.9rem;margin:2.8rem 0 .9rem;color:#0D0D0D;font-weight:400;line-height:1.15}.post-content h3{font-family:'Cormorant Garamond',serif;font-size:1.4rem;color:#A8893E;margin:2rem 0 .6rem;font-weight:500}.post-content h4{font-family:'Lato',sans-serif;font-size:.78rem;letter-spacing:.18em;text-transform:uppercase;color:#A8893E;font-weight:700;margin:1.6rem 0 .5rem}.post-content p{margin-bottom:1.4rem;font-family:'Lato',sans-serif;font-size:1rem;color:#1a1a1a;line-height:1.9}.post-content ul,.post-content ol{margin:.6rem 0 1.4rem 0}.post-content ul li,.post-content ol li{font-family:'Lato',sans-serif;padding-left:1.4rem;position:relative;margin-bottom:.6rem;font-size:1rem;color:#1a1a1a;line-height:1.8}.post-content ul li::before{content:'◆';color:#A8893E;font-size:.4rem;position:absolute;left:0;top:.55rem}.post-content ol{counter-reset:post-ol;list-style:none}.post-content ol li::before{content:counter(post-ol)'.';counter-increment:post-ol;color:#A8893E;font-weight:700;position:absolute;left:0;font-size:.85rem}.post-content blockquote{border-left:3px solid #A8893E;padding:16px 24px;margin:2.4rem 0;background:rgb(168 137 62 / .04)}.post-content blockquote p{font-family:'Cormorant Garamond',serif;font-size:1.35rem;font-style:italic;color:#0D0D0D;line-height:1.55;margin-bottom:0}.post-content img{width:100%;height:auto;display:block;margin:2rem 0;border:1px solid rgb(168 137 62 / .15)}.post-content figure{margin:2.4rem 0}.post-content figcaption{font-family:'Lato',sans-serif;font-size:.72rem;color:#888;letter-spacing:.08em;text-align:center;margin-top:8px}.post-content a{color:#A8893E;border-bottom:1px solid rgb(168 137 62 / .35)}.post-content a:hover{color:#C8A96E}.post-content strong{color:#0D0D0D;font-weight:700}.post-content hr{border:none;border-top:1px solid rgb(168 137 62 / .2);margin:2.5rem 0}.ir-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:start}.ir-obj-list{margin-top:2rem}.ir-obj-item{padding:1.3rem 0;border-bottom:1px solid var(--border-light)}.ir-obj-item:first-child{border-top:1px solid var(--border-light)}.ir-obj-title{font-size:.65rem;letter-spacing:.18em;color:var(--gold-dark);text-transform:uppercase;font-weight:500;margin-bottom:.4rem}.ir-obj-body{font-size:.82rem;color:var(--text-light);line-height:1.65}.form-panel{background:var(--white);border:1px solid var(--border-light);border-top:2px solid var(--gold-dark);padding:2.5rem;box-shadow:0 4px 30px rgb(0 0 0 / .05)}.form-panel-title{font-family:'Cormorant Garamond',serif;font-size:1.4rem;color:var(--text-dark);margin-bottom:.3rem}.form-panel-sub{font-size:.75rem;color:var(--text-light);margin-bottom:2rem}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:start}.contact-items{margin-top:1rem}.contact-item{padding:1.2rem 0;border-bottom:1px solid var(--border-light);display:flex;gap:1.5rem}.contact-item:first-child{border-top:1px solid var(--border-light)}.contact-label-wrap{min-width:90px}.contact-label{font-size:.58rem;letter-spacing:.22em;color:var(--gold-dark);text-transform:uppercase;font-weight:500;display:block}.contact-sub{font-size:.6rem;color:var(--text-light);margin-top:2px;display:block}.contact-val{font-size:.85rem;color:var(--text-dark)}.contact-val a{color:var(--text-dark)}.contact-val a:hover{color:var(--gold-dark)}.global-hubs{margin-top:2rem}.global-hubs-label{font-size:.6rem;letter-spacing:.22em;color:var(--gold-dark);text-transform:uppercase;font-weight:500;margin-bottom:.8rem}.cta-section{background:var(--navy);padding:5rem 0;text-align:center;position:relative;overflow:hidden}.cta-section::before{content:'';position:absolute;inset:0;background-image:linear-gradient(rgb(200 169 110 / .02) 1px,transparent 1px),linear-gradient(90deg,rgb(200 169 110 / .02) 1px,transparent 1px);background-size:72px 72px;pointer-events:none}.cta-section .container{position:relative;z-index:2}.cta-quote{font-family:'Cormorant Garamond',serif;font-size:clamp(1.5rem,3vw,2.5rem);font-weight:300;font-style:italic;color:#fff;margin-bottom:.5rem}.cta-quote-2{font-family:'Cormorant Garamond',serif;font-size:clamp(1.5rem,3vw,2.5rem);font-weight:300;font-style:italic;color:var(--gold);margin-bottom:.5rem}.cta-attr{font-size:.7rem;letter-spacing:.2em;color:#8B9BB4;text-transform:uppercase;margin-bottom:2.5rem}.nl-bar{background:var(--navy-mid);border-top:1px solid rgb(200 169 110 / .1);padding:3rem 0}.nl-inner{display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap}.nl-text-title{font-family:'Cormorant Garamond',serif;font-size:1.5rem;color:#fff;margin-bottom:.3rem}.nl-text-title em{color:var(--gold);font-style:italic}.nl-text-sub{font-size:.78rem;color:#8B9BB4}.nl-form{display:flex;gap:0;max-width:380px;flex:1}.nl-input{flex:1;background:rgb(255 255 255 / .05);border:1px solid rgb(200 169 110 / .2);color:#fff;padding:.8rem 1rem;font-family:'Inter',sans-serif;font-size:.82rem;outline:none;transition:border-color 0.3s}.nl-input:focus{border-color:var(--gold)}.nl-input::placeholder{color:rgb(139 155 180 / .6)}.nl-btn{background:var(--gold-dark);color:var(--text-dark);border:none;padding:.8rem 1.4rem;font-size:.68rem;letter-spacing:.2em;text-transform:uppercase;font-weight:500;white-space:nowrap;transition:background 0.3s}.nl-btn:hover{background:var(--gold)}.nl-msg{font-size:.75rem;margin-top:.6rem}.nl-msg.success{color:var(--gold)}.nl-msg.error{color:#e53e3e}#site-footer{background:#04090F;border-top:1px solid rgb(200 169 110 / .1)}.footer-main{padding:4rem 0 2rem}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.footer-brand-name{font-family:'Cormorant Garamond',serif;font-size:.9rem;font-weight:600;letter-spacing:.2em;color:#fff;text-transform:uppercase}.footer-brand-sub{font-size:.52rem;letter-spacing:.22em;color:var(--gold);text-transform:uppercase}.footer-desc{font-size:.78rem;color:#8B9BB4;line-height:1.7;margin:.9rem 0 1.2rem}.f-head{font-size:.58rem;letter-spacing:.28em;color:var(--gold);text-transform:uppercase;font-weight:500;margin-bottom:1.2rem}.f-link{font-size:.78rem;color:#8B9BB4;display:block;margin-bottom:.6rem;transition:color 0.3s}.f-link:hover{color:var(--gold)}.f-contact-label{font-size:.58rem;color:var(--gold);letter-spacing:.15em;text-transform:uppercase;margin-bottom:.2rem}.f-contact-val{font-size:.78rem;color:#8B9BB4;margin-bottom:.9rem}.footer-bar{border-top:1px solid rgb(200 169 110 / .08);padding-top:1.5rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.8rem}.f-copy{font-size:.65rem;color:rgb(139 155 180 / .85);letter-spacing:.06em}.f-italic{font-family:'Cormorant Garamond',serif;font-style:italic;font-size:.78rem;color:rgb(200 169 110 / .75)}.f-disc{font-size:.62rem;color:rgb(139 155 180 / .85)}@keyframes fadeUp{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.fade-up{animation:fadeUp 0.7s ease forwards}.reveal{opacity:0;transform:translateY(22px);transition:opacity 0.7s ease,transform 0.7s ease}.reveal.in{opacity:1;transform:translateY(0)}@media(max-width:1024px){.about-grid,.ir-grid,.contact-grid{grid-template-columns:1fr;gap:3rem}.footer-grid{grid-template-columns:1fr 1fr}.metrics-grid{grid-template-columns:1fr}}@media(max-width:1180px){.primary-nav{display:none}.hamburger{display:flex}}@media(max-width:768px){.form-2col{grid-template-columns:1fr}.hero-stats{gap:1.5rem}.page-hero{padding:120px 0 60px}.section-pad{padding:4rem 0}.footer-grid{grid-template-columns:1fr;gap:2rem}.pillars-grid{grid-template-columns:1fr}.mini-stats{grid-template-columns:1fr}.nl-inner{flex-direction:column}.nl-form{max-width:100%;width:100%}.footer-bar{flex-direction:column;text-align:center}}.blog-layout{display:grid;grid-template-columns:200px minmax(0,1fr) 260px;gap:2.5rem;align-items:start}.blog-sidebar{position:sticky;top:100px}.sidebar-block{margin-bottom:2.2rem}.sidebar-heading{font-size:.62rem;letter-spacing:.24em;text-transform:uppercase;color:var(--gold-dark);font-weight:600;margin-bottom:1rem}.sidebar-cat-list{display:flex;flex-direction:column;gap:.55rem}.sidebar-cat-list a{font-size:.82rem;color:var(--text-mid);padding-bottom:.55rem;border-bottom:1px solid var(--border-light);display:flex;justify-content:space-between}.sidebar-cat-list a:hover{color:var(--gold-dark)}.sidebar-cat-count{color:var(--text-light);font-size:.72rem}.sidebar-post-item{display:flex;gap:.8rem;margin-bottom:1.1rem}.sidebar-post-thumb{width:64px;height:64px;flex-shrink:0;overflow:hidden;background:var(--cream-dark)}.sidebar-post-thumb img{width:100%;height:100%;object-fit:cover;display:block}.sidebar-post-title{font-size:.82rem;line-height:1.35;color:var(--text-dark);margin-bottom:.3rem}.sidebar-post-item:hover .sidebar-post-title{color:var(--gold-dark)}.sidebar-post-date{font-size:.66rem;color:var(--text-light)}.sidebar-cta-card{background:var(--cream-dark);border-top:2px solid var(--gold-dark);padding:1.6rem 1.4rem}.sidebar-cta-card .eyebrow{margin-bottom:.7rem}.sidebar-cta-card p{color:var(--text-mid);font-size:.82rem;line-height:1.65;margin-bottom:1.2rem}.sidebar-quote-card{border-left:2px solid var(--gold-dark);padding:.2rem 0 .2rem 1.2rem;margin-bottom:1.6rem}.sidebar-quote-card p{font-family:'Cormorant Garamond',serif;font-style:italic;font-size:1.05rem;color:var(--text-dark);line-height:1.5}@media(max-width:1024px){.blog-layout{grid-template-columns:1fr}.blog-sidebar{position:static}.blog-sidebar-left{order:2;margin-top:3rem}.blog-main{order:1}.blog-sidebar-right{order:3;margin-top:3rem}}