@font-face {
    font-family: 'FuturaPTBold';
    src: url('../fonts/FuturaPTBold.eot');
    src: url('../fonts/FuturaPTBold.eot') format('embedded-opentype'),
         url('../fonts/FuturaPTBold.woff2') format('woff2'),
         url('../fonts/FuturaPTBold.woff') format('woff'),
         url('../fonts/FuturaPTBold.ttf') format('truetype'),
         url('../fonts/FuturaPTBold.svg#FuturaPTBold') format('svg');
}
ul,ol{margin:0; list-style:none; padding:0;}
a,.btn, button,input, li, img, svg, *:hover{
    -webkit-transition:all ease .3s;
    -o-transition:all ease .3s;
    -ms-transition:all ease .3s;
}
a:hover {
    color: #ccc !important;
}
body{font-family: "Helvetica Neue","Arial","sans-serif"; font-weight: 400; font-style: normal; font-size: 13px; line-height: 1.5em; letter-spacing: 1px;}
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1200px;
}

body:not(.home) main{
    padding-bottom: 25px;
}
header nav.navbar {
    padding: 20px 0;
}
header nav.navbar .container-fluid {
    align-items: flex-start;
}
header .navbar-brand{padding:0;}
header .navbar-brand img{
    max-width:158px;
    padding:0;
}
.navbar li.nav-item {
    position: relative;
}
@media(min-width:992px){
.folder-child-wrapper .folder-child, .sub-menu{
    background-color:#111;
}
.folder-child-wrapper .folder-child:before, .sub-menu:before{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-width: 0 0 10px;
    border-style: solid;
    border-right: solid 10px transparent;
    border-left: solid 10px transparent;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
}
.folder-child-wrapper .folder-child li a, .sub-menu li a{
    display: block;
    font-size: 14px;
    padding: 5px 0;
    overflow: hidden;
    width: 150px;
    color: #fff;
    margin: auto;
    text-decoration: none;
}
.folder-child-wrapper .folder-child, .sub-menu{
    background-color:#111;
    position:absolute;
    left:50%;
    right:0;
    margin:auto;
    min-width:190px;
    margin-left:-100px;
    z-index:9;
    padding-top:18px;
    padding-bottom:10px;
    display:none;
}
.navbar li.nav-item:hover .folder-child-wrapper .folder-child, .navbar li:hover .sub-menu{display:block;}
.navbar li.nav-item a, .navbar li a{
    font-size: 15px;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 1.5em;
    cursor: pointer;
    -webkit-transition:all ease .3s;
    -o-transition:all ease .3s;
    -ms-transition:all ease .3s;
    text-decoration:none;
}
.navbar-nav li {
    position: relative;
}
.navbar-light .navbar-nav .nav-link, .navbar-nav > li > a{
    color:#111;
    padding:8px 10px;
    display: inline-block;
}
.navbar li.nav-item .folder-child a, .navbar-nav li .sub-menu a{
    font-size:12.5px;
}
.navbar li.nav-item .folder-child a span, .navbar-nav li .sub-menu a{
	font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 1.5em;
    cursor: pointer;
    -webkit-transition:all ease .3s;
    -o-transition:all ease .3s;
    -ms-transition:all ease .3s;
    border-bottom:1px solid transparent;
}
.navbar li.nav-item .folder-child a:hover span, .navbar-nav li .sub-menu .current_page_item a, .navbar-nav li .sub-menu a:hover{
	border-bottom:1px solid #fff;
	-webkit-transition:all ease .3s;
    -o-transition:all ease .3s;
    -ms-transition:all ease .3s;
}
}
.navbar-nav li .sub-menu a:hover{
    color:#fff;
}
.navbar-expand-lg .navbar-collapse {
    align-items: flex-start;
}
.social-links {
    display: flex;
    align-items: center;
    padding: 10px;
    padding-right:0;
}
.social-links a {
    width: 20px;
    height: 20px;
    background: #111;
    color: #fff;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    font-size:10px;
    line-height:22px;
    margin-right:15px;
}
.social-links a:last-child{
	margin-right:0;
}
.slider .slick-arrow {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: transparent;
    border: 0;
    width: 50%;
    z-index: 9;
    color: transparent;
    user-select:auto;
    opacity:0;
}
.slider .slick-arrow.slick-next:hover, .slider .slick-arrow.slick-prev:hover{
	opacity:1;
}
.slider .slick-arrow.slick-next{
    right:0;
    left:auto;
}
.slider .slick-arrow:after{
    width:50px;
    height:50px;
    background:#000;
    content:"";
    position:absolute;
    left:55px;
    top:calc(50% - 50px);
}
.slider .slick-arrow.slick-next::after, .slider .slick-arrow.slick-next:before{
    left:auto;
    right:55px;
}
.slider .slick-arrow.slick-next:before{
	content:"\f105";
}
.slider .slick-arrow:before{
    width: 50px;
    height: 50px;
    color: #fff;
    content: "\f104";
    position: absolute;
    left: 55px;
    top: calc(50% - 50px);
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 22px;
    z-index: 9;
    padding: 8px;
    line-height: 32px;
}
.slider.single-item{
    height:100vh;
}
.slider.single-item img{
    height: 100vh;
    width: 100%;
    object-fit: cover;
}
.main-footer {
    background: #fff;
    padding: 7px;
}
.main-footer a{
    color:#111;
    text-decoration:none;
}
.main-footer a:hover{color:#ccc;}
body:not(.home) header nav.navbar {
    padding: 40px 25px 100px 25px;
}
.about_paragraph {
    border-bottom: 1px solid #bbb;
    padding-bottom:30px;
    margin-bottom: 30px;
}
.about_paragraph:last-child{
	border-bottom:0;
    padding-bottom:0;
}
h1, h2, h3, h4 {
    font-weight: 600;
    font-style: normal;
    line-height: 1em;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin-bottom: 0.75em;
}
.about_paragraph img {
    min-height: 485px;
    object-fit: cover;
}
body:not(.home) {
    padding-bottom: 38px;
}
.contact_info address {
    color: #000;
}
.contact-form .field legend, .contact-form .field label{
    font-size: 13px;
    margin-bottom: 5px;
    line-height: normal;
}
.contact-form .field label{
    width: 100%;
}
.contact-form .field{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 18px;
}
.contact-form .field .w50{
    width: 48.5%;
}
.contact-form .field input.control-input{
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    background: #fafafa;
    color: #000;
    font-family: sans-serif;
    font-size: 12px;
    line-height: normal;
    box-sizing: border-box;
    border-radius: 2px;
    margin-bottom: 5px;
}
.contact-form .field label{
    width:100%;
}
.contact-form .field textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    background: #fafafa;
    color: #000;
    font-family: sans-serif;
    font-size: 12px;
    line-height: normal;
    box-sizing: border-box;
    border-radius: 2px;
    resize: none;
    max-height: 45px;
}
.btn-style, button, input[type="button"], input[type="reset"], input[type="submit"] {
    color: #fff;
    background-color: #272727;
    border-color: #272727;
    border-radius: 0;
    font-family: 'FuturaPTBold';
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: .1em;
    padding:9px 28px;
    font-size:14px;
    line-height: 1.5;
}
.btn-style:hover{
	opacity:.8;
}
.contact-img {
    max-height: 318px;
    overflow: hidden;
    margin-bottom:20px;
}
.leadership .card {
    border: 0;
}
.card .img-cart {
    height: 510px;
    overflow: hidden;
}
.card .img-cart .card-img-top {
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.card .card-body {
    padding: 15px 0;
}
.card .card-body .card-title {
    font-size: 14px;
    line-height: 1.2em;
    color: #222;
    text-decoration: none;
    margin: 0 0 20px 0;
    display: inline-block;
}
.card .card-body strong {
    display: block;
    color: #000;
    font-size: 14px;
    line-height: 1.4em;
    margin-bottom: 15px;
}
.card .card-body h6{
    font-size:14px;
    margin-bottom:20px;
}
.card .card-body p{
    font-size:14px;
    line-height:1.4em;
    margin:0 0 10px 0;
}
.leadership {
    padding-bottom:25px;
}
.detail-pg .card .img-cart{
    height:248px;
    overflow:hidden;
}
.detail-eg .card .card-body{
    max-height:calc(100vh - 572px);
    overflow:auto;
    -webkit-transition:all ease .3s;
    -o-transition:all ease .3s;
    -ms-transition:all ease .3s;
}
.detail-pg .card .card-body:hover{
    max-height:calc(100vh - 318px);
    background:#fff;
    margin-top:-255px;
    -webkit-transition:all ease .3s;
    -o-transition:all ease .3s;
    -ms-transition:all ease .3s;
}
.detail-pg .card .card-body h5.card-title{
    font-size: 16px;
    font-weight: 600;
}
.list_social {
    justify-content: space-around;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.list_social li a{
    padding: 13px 26px;
    font-size: 19px;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    letter-spacing: .29em;
    color: grey;
    background-color: #fff;
    border-color: #fff;
    text-decoration: none;
    display: inline-block;
}
.image-capion {
    height: 285px;
    overflow: hidden;
    margin-bottom: 22px;
    width: 100%;
}
.image-capion img {
    height: 100%;
    object-fit: cover;
}
.social_pg {
    margin-bottom:40px;
}
.image-capion > a {
    width: 100%;
    display: block;
    height: 285px;
}
.image-capion img {
    width: 100%;
}
.gallery_pg .image-capion{
    height:auto;
}
.image-capion .text-caption{
    text-align: center;
    min-height: 40px;
    margin-top: 15px;
}
.image-capion .text-caption a {
    color: #111;
    line-height: 18px;
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
}
.detail-pg .card .img-cart .fa-plus {
    position: absolute;
    top: 7px;
    right: 4px;
    color: #545454;
    opacity:0;
    visibility:hidden;
}
.detail-pg .card .img-cart:hover .fa-plus {
   opacity:1;
   visibility:visible;
}
.detail_port .leadership .card {
    border: 0;
    padding: 0 10px;
}
.detail_port .card .img-cart .card-img-top {
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
}
.detail_port .card .img-cart{
    height:30vw;
    overflow:hidden;
}
.slider .slick-arrow{
    width:auto;
}
.detail_port nav.navbar{
    padding-bottom:50px !important;
}
#color-white .navbar-light .navbar-nav .nav-link.active, 
#color-white .navbar-light .navbar-nav .show>.nav-link, 
#color-white .navbar-light .navbar-nav .nav-link, #color-white .navbar-nav > li > a{
    color:#fff;
}
#color-white .folder-child-wrapper .folder-child, 
#color-white .navbar-nav .sub-menu{
    background-color:#fff;
}
#color-white .folder-child-wrapper .folder-child:before, 
#color-white .navbar-nav li .sub-menu:before{
    border-color:#fff transparent;
}
#color-white .folder-child-wrapper .folder-child li a, 
#color-white .navbar-nav .sub-menu li a{
    color:#111;
}
#color-white .social-links a{
    background: #fff;
    color: #111;
}
.menu-main-menu-container{
    display: flex;
    margin-left: auto;
}
.post, .page{
    margin:0 !important;
}
#color-white .navbar-nav li .sub-menu a:hover span{
    color:#111;
    border-color:#111;
}
.wpcf7-form-control-wrap{
    width:100%;
}
.wpcf7-form .wpcf7-spinner{
    margin:auto;
    float:left;
}
.main-footer p{
    margin:0;
}
.navbar-nav > li > a{
    color:#111;
}
.contact_info address a {
    color: #000;
    text-decoration: none;
}
.user-locale {
    mix-blend-mode: difference;
    text-decoration: none;
    color: #000;
    padding: 10px;
    font-weight: bold;
}

@media(max-width:991px){
.navbar-collapse{
    position: absolute;
    top: 0;
    right: 0;
    height: calc(100vh - 32px);
    background: #fff;
    overflow: auto;
    width: 100%;
    padding: 15px;
     -webkit-transform: translate3d(100%,0,0); 
     transform: translate3d(100%,0,0); 
    -webkit-transition: -webkit-transform .2s ease-in;
    transition: transform .2s ease-in;
}
.navbar-collapse.show{
	-webkit-transform: translate3d(0%,0,0); 
     transform: translate3d(0%,0,0); 
}
header .navbar-light .navbar-nav a{
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 1em;
    border-bottom: 1px solid transparent;
    display: inline-block;
    box-sizing: border-box;
    padding-bottom: 3px;
    text-decoration: none;
    font-size: 18px;
    color:#111 !important;
}
header .navbar-light .navbar-nav li{
    line-height:44px;
}
header .navbar-light .navbar-nav > li{
    padding:0 15px;
}
header .navbar-light .navbar-nav .folder-child{
    padding-left:15px;
    padding-bottom:20px;
}
header .social{
    display: none;
}
header button.navbar-toggler{
    z-index: 9;
    border: 0;
    padding: 0;
    outline:0;
}
header button.navbar-toggler:focus{box-shadow:none; outline:0;}
.card .img-cart .card-img-top {
    object-position: center;
}
.card .img-cart {
    height: 375px;
}
}

@media(max-width:820px){
.slider .slick-arrow{display:none !important;}
.image-capion img{
    width:100%;
}
.list_social li{
    width:100%;
    text-align:center;
}
.social_pg {
    margin-bottom:20px;
}
.detail-pg .card .card-body {
    max-height: 100%;
}
.detail-pg .card .card-body:hover{
    max-height: 100%;
    margin-top: 0;
}
.about_paragraph .row .col-md-6:last-child{
    margin-top:20px;
}
.about_paragraph img {
    min-height: auto;
}
form.contact-form {
    margin-bottom: 20px;
}
.card .img-cart {
    height: 480px;
}
.card .img-cart .card-img-top {
    object-position: top;
}
form.wpcf7-form.init {
    margin-bottom: 30px;
}
.map iframe {
    width: 100%;
}
.detail_port .card .img-cart {
    height: 30vw;
}
}

@media(max-width:576px){
body:not(.home) header nav.navbar {
    padding: 40px 25px 55px 25px;
}
header nav.navbar .container-fluid {
    padding: 0 0px !important;
}
.detail_port .card .img-cart {
    height: 50vw;
}
}

/* =====================
   GLightbox styles
   ===================== */
.glightbox-clean .goverlay {
    background: rgba(0, 0, 0, 0.95);
}

/* Make all containers wider - 125% = 25% wider than viewport */
.glightbox-clean .gcontainer {
    width: 100vw !important;
    max-width: 100vw !important;
   }

.glightbox-clean .ginner-container {
    width: 100vw !important;
    max-width: 100vw !important;
    height: 100vh !important;
    max-height: 100vh !important;
}

.glightbox-clean .gslide {
    width: 100vw !important;
    height: 100vh !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.glightbox-clean .gslide-image {
    width: 100vw !important;
    height: 100vh !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/* Full height and wider images */
.glightbox-clean .gslide-image img {
    width: 100vw !important;
    max-width: 100vw !important;
    height: 100vh !important;
    max-height: 100vh !important;
    object-fit: cover !important;
}

/* Arrow positioning - force visible at vertical center */
.glightbox-clean .gprev {
    position: fixed !important;
    top: 45% !important;
    left: 15px !important;
    width: 45px !important;
    height: 50px !important;
    background-color: rgba(0, 0, 0, 0.75) !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: flex !important;
    border-radius: 0 !important;
    z-index: 9999 !important;
}

.glightbox-clean .gnext {
    position: fixed !important;
    top: 45% !important;
    right: 15px !important;
    width: 45px !important;
    height: 50px !important;
    background-color: rgba(0, 0, 0, 0.75) !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: flex !important;
    border-radius: 0 !important;
    z-index: 9999 !important;
}

.glightbox-clean .gprev:hover,
.glightbox-clean .gnext:hover {
    background-color: rgba(0, 0, 0, 1) !important;
}

/* Arrow SVG color - uses stroke not fill */
.glightbox-clean .gnext .garrow,
.glightbox-clean .gprev .garrow {
    stroke: #fff !important;
}

/* Close button */
.glightbox-clean .gclose {
    opacity: 1 !important;
    visibility: visible !important;
    background-color: rgba(0, 0, 0, 0.75) !important;
    border-radius: 0 !important;
    position: fixed !important;
    top: 10px !important;
    right: 10px !important;
    z-index: 9999 !important;
}

.glightbox-clean .gclose svg path {
    fill: #fff !important;
}
/* ============================================================
   NEW DESIGN ADDITIONS — for redesign page templates
   ============================================================ */

:root {
    --black:      #111111;
    --white:      #ffffff;
    --gray-1:     #f5f4f0;
    --gray-2:     #e8e7e2;
    --gray-3:     #b0afa8;
    --gray-4:     #666560;
    --rule:       rgba(17,17,17,.12);
    --font-head:  'FuturaPTBold', 'Futura', 'Century Gothic', 'Arial', sans-serif;
    --font-body:  'Helvetica Neue', 'Arial', sans-serif;
    --track:      .12em;
    --track-wide: .2em;
    --max-w:      1360px;
    --pad-x:      clamp(20px, 4vw, 60px);
}

@font-face {
    font-family: 'FuturaPTBold';
    src: url('../fonts/FuturaPTBold.woff2') format('woff2'),
         url('../fonts/FuturaPTBold.woff') format('woff');
    font-weight: bold;
    font-display: swap;
}

.label {
    font-family: var(--font-head);
    font-size: 10px;
    letter-spacing: var(--track-wide);
    text-transform: uppercase;
    color: var(--gray-3);
}
.container-h3 {
    width: 100%;
    max-width: var(--max-w);
    margin: 0 auto;
    padding: 0 var(--pad-x);
}
.section-head {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 32px;
}
.section-head::after {
    content: '';
    flex: 1;
    height: 1px;
    background: var(--rule);
}

/* ---- Homepage hero ---- */
.hero {
    position: relative;
    height: 100vh;
    min-height: 560px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    background: #111;
}
.hero-slides { position: absolute; inset: 0; }
.hero-slide { position: absolute; inset: 0; opacity: 0; transition: opacity 1.4s ease; }
.hero-slide.active { opacity: 1; }
.hero-slide img { width: 100%; height: 100%; object-fit: cover; }
.hero-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,.62) 0%, rgba(0,0,0,.15) 55%, transparent 100%);
}
.hero-content {
    position: relative; z-index: 2;
    padding: clamp(32px,5vw,70px) var(--pad-x) clamp(40px,6vw,90px);
    max-width: 900px; color: #fff;
}
.hero-eyebrow {
    font-family: var(--font-head);
    font-size: 10px; letter-spacing: var(--track-wide);
    text-transform: uppercase; color: rgba(255,255,255,.6); margin-bottom: 16px;
}
.hero-title {
    font-family: var(--font-head);
    font-size: clamp(32px,5.5vw,72px);
    line-height: 1.0; text-transform: uppercase;
    margin-bottom: 20px; color: #fff;
}
.hero-sub {
    font-size: clamp(14px,1.5vw,17px); line-height: 1.65;
    color: rgba(255,255,255,.75); max-width: 520px; margin-bottom: 28px;
}
.hero-cta {
    display: inline-flex; align-items: center; gap: 8px;
    font-family: var(--font-head); font-size: 10px;
    letter-spacing: var(--track-wide); text-transform: uppercase;
    color: #fff; border-bottom: 1px solid rgba(255,255,255,.4);
    padding-bottom: 3px; text-decoration: none;
}
.hero-nav {
    position: absolute; bottom: 28px; right: var(--pad-x);
    z-index: 3; display: flex; gap: 6px;
}
.hero-dot {
    width: 24px; height: 2px;
    background: rgba(255,255,255,.35); cursor: pointer;
}
.hero-dot.active { background: #fff; }

/* ---- Stats strip ---- */
.stats-strip { background: var(--gray-1); border-bottom: 1px solid var(--rule); padding: 28px var(--pad-x); }
.stats-inner { display: flex; align-items: center; max-width: var(--max-w); margin: 0 auto; flex-wrap: wrap; }
.stat-item { flex: 1; min-width: 140px; padding: 8px 24px 8px 0; border-right: 1px solid var(--rule); }
.stat-item:first-child { padding-left: 0; }
.stat-item:last-child { border-right: none; }
.stat-num { font-family: var(--font-head); font-size: clamp(24px,3vw,38px); line-height: 1; color: #111; }
.stat-desc { font-size: 11px; color: var(--gray-4); margin-top: 4px; line-height: 1.4; }

/* ---- Project cards ---- */
.section-projects { padding: clamp(48px,6vw,90px) var(--pad-x); }
.projects-featured { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 3px; }
.project-card { display: block; overflow: hidden; cursor: pointer; background: var(--gray-1); text-decoration: none; }
.project-card:hover { opacity: 1; }
.project-card-img { overflow: hidden; aspect-ratio: 4/3; }
.project-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.project-card:hover .project-card-img img { transform: scale(1.04); }
.project-card-body { padding: 14px 0 20px; }
.project-card-type { margin-bottom: 6px; }
.project-card-name { font-family: var(--font-head); font-size: clamp(12px,1.2vw,15px); letter-spacing: .06em; text-transform: uppercase; line-height: 1.3; margin-bottom: 4px; color: #111; }
.project-card-location { font-size: 12px; color: var(--gray-4); }

/* ---- Testimonials ---- */
.section-testimonials { background: var(--gray-1); padding: clamp(48px,6vw,80px) var(--pad-x); border-top: 1px solid var(--rule); }
.testimonials-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; max-width: var(--max-w); margin: 0 auto; }
.testimonial-block { border-left: 2px solid #111; padding: 0 0 0 24px; }
.testimonial-text { font-size: clamp(14px,1.4vw,17px); line-height: 1.65; font-style: italic; color: #111; margin-bottom: 14px; }
.testimonial-cite { font-family: var(--font-head); font-size: 10px; letter-spacing: var(--track-wide); text-transform: uppercase; color: var(--gray-3); }

/* ---- Expertise ---- */
.section-expertise { padding: clamp(48px,6vw,80px) var(--pad-x); border-top: 1px solid var(--rule); }
.expertise-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 40px 60px; max-width: var(--max-w); margin: 0 auto; }
.expertise-item-title { font-family: var(--font-head); font-size: 12px; letter-spacing: var(--track); text-transform: uppercase; margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px solid var(--rule); }
.expertise-item-body { font-size: 13px; line-height: 1.75; color: var(--gray-4); }

/* ---- Press ---- */
.section-press { border-top: 1px solid var(--rule); padding: clamp(40px,5vw,64px) var(--pad-x); }
.press-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; max-width: var(--max-w); margin: 0 auto; }
.press-item { border-top: 1px solid var(--rule); padding-top: 14px; }
.press-pub { font-family: var(--font-head); font-size: 9px; letter-spacing: var(--track-wide); text-transform: uppercase; color: var(--gray-3); margin-bottom: 6px; }
.press-headline { font-size: 12px; line-height: 1.55; color: #111; }

/* ---- Portfolio grid page ---- */
.portfolio-page { padding: clamp(40px,5vw,72px) var(--pad-x) clamp(60px,7vw,100px); }
.portfolio-intro { margin-bottom: 40px; }
.portfolio-intro h1 { font-family: var(--font-head); font-size: clamp(22px,3vw,40px); letter-spacing: .03em; text-transform: uppercase; margin-bottom: 10px; }
.portfolio-intro p { font-size: 14px; color: var(--gray-4); max-width: 560px; }
.portfolio-filters { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 36px; padding-bottom: 24px; border-bottom: 1px solid var(--rule); }
.filter-btn { font-family: var(--font-head); font-size: 9px; letter-spacing: var(--track-wide); text-transform: uppercase; padding: 7px 16px; border: 1px solid var(--rule); color: var(--gray-4); background: transparent; cursor: pointer; transition: all .2s; }
.filter-btn:hover { border-color: var(--gray-3); color: #111; }
.filter-btn.active { background: #111; color: #fff; border-color: #111; }
.project-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 3px; }
.project-grid-item { display: block; overflow: hidden; cursor: pointer; text-decoration: none; }
.project-grid-item.hidden { display: none; }
.grid-img-wrap { overflow: hidden; aspect-ratio: 4/3; background: var(--gray-1); }
.grid-img-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.project-grid-item:hover .grid-img-wrap img { transform: scale(1.04); }
.grid-item-type { line-height: 1; margin-bottom: 3px; }
.grid-item-body { padding: 14px 0 24px; }
.grid-item-name { font-family: var(--font-head); font-size: clamp(11px,1.1vw,14px); letter-spacing: .06em; text-transform: uppercase; line-height: 1.3; margin-bottom: 4px; color: #111; }
.grid-item-location { font-size: 12px; color: var(--gray-4); }

/* ---- Single project ---- */
.project-hero { position: relative; height: 70vh; min-height: 420px; max-height: 760px; display: flex; align-items: flex-end; overflow: hidden; background: #111; }
.project-hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .72; }
.project-hero-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.75) 0%, rgba(0,0,0,.1) 60%, transparent 100%); }
.project-hero-content { position: relative; z-index: 2; padding: clamp(28px,4vw,56px) var(--pad-x) clamp(36px,5vw,64px); color: #fff; max-width: var(--max-w); width: 100%; margin: 0 auto; }
.project-hero-back { display: inline-flex; align-items: center; gap: 6px; font-family: var(--font-head); font-size: 9px; letter-spacing: var(--track-wide); text-transform: uppercase; color: rgba(255,255,255,.55); margin-bottom: 20px; text-decoration: none; }
.project-hero-category { font-family: var(--font-head); font-size: 10px; letter-spacing: var(--track-wide); text-transform: uppercase; color: rgba(255,255,255,.55); margin-bottom: 10px; }
.project-hero-title { font-family: var(--font-head); font-size: clamp(24px,3.5vw,50px); line-height: 1.05; text-transform: uppercase; color: #fff; }
.project-hero-subtitle { font-size: clamp(14px,1.4vw,18px); color: rgba(255,255,255,.65); margin-top: 8px; }
.project-body { display: grid; grid-template-columns: 1fr 300px; gap: clamp(40px,5vw,80px); max-width: var(--max-w); margin: 0 auto; padding: clamp(40px,5vw,72px) var(--pad-x); align-items: start; }
.project-lead { font-size: clamp(16px,1.7vw,20px); line-height: 1.6; color: #111; margin-bottom: 28px; padding-bottom: 28px; border-bottom: 1px solid var(--rule); }
.project-content p { font-size: 14px; line-height: 1.85; color: var(--gray-4); margin-bottom: 18px; }
.project-gallery-strip { display: grid; grid-template-columns: repeat(4,1fr); gap: 3px; margin: 32px 0; }
.project-gallery-strip a { display: block; overflow: hidden; aspect-ratio: 1; }
.project-gallery-strip img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.project-gallery-strip a:hover img { transform: scale(1.06); }
.project-quote { margin: 36px 0; padding: 0 0 0 24px; border-left: 2px solid #111; }
.project-quote p { font-size: clamp(15px,1.5vw,18px) !important; font-style: italic; line-height: 1.6 !important; color: #111 !important; margin-bottom: 10px !important; }
.project-quote cite { font-family: var(--font-head); font-size: 10px; letter-spacing: var(--track-wide); text-transform: uppercase; color: var(--gray-3); font-style: normal; display: block; }
.project-sidebar { position: sticky; top: 220px; }
.sidebar-block { padding: 0 0 20px; margin-bottom: 20px; border-bottom: 1px solid var(--rule); }
.sidebar-block:last-child { border-bottom: none; }
.sidebar-label { font-family: var(--font-head); font-size: 9px; letter-spacing: var(--track-wide); text-transform: uppercase; color: var(--gray-3); margin-bottom: 6px; }
.sidebar-value { font-size: 13px; line-height: 1.5; color: #111; }
.sidebar-contact-link { display: inline-flex; align-items: center; justify-content: center; gap: 6px; font-family: var(--font-head); font-size: 9px; letter-spacing: var(--track-wide); text-transform: uppercase; color: #111; padding: 10px 20px; border: 1px solid #111; margin-top: 8px; width: 100%; text-decoration: none; transition: background .2s, color .2s; }
.sidebar-contact-link:hover { background: #111; color: #fff; opacity: 1; }
.section-related { border-top: 1px solid var(--rule); padding: clamp(40px,5vw,64px) var(--pad-x); }
.related-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 3px; max-width: var(--max-w); margin: 0 auto; }

/* ---- About page ---- */
.about-page { max-width: var(--max-w); margin: 0 auto; }
.about-hero-img { width: 100%; aspect-ratio: 21/8; object-fit: cover; object-position: center top; display: block; }
.about-intro { padding: clamp(40px,5vw,72px) var(--pad-x); display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px,4vw,80px); align-items: start; border-bottom: 1px solid var(--rule); }
.about-intro-title { font-family: var(--font-head); font-size: clamp(20px,2.5vw,34px); letter-spacing: .02em; text-transform: uppercase; line-height: 1.15; margin-bottom: 24px; }
.about-intro-body p { font-size: 14px; line-height: 1.85; color: var(--gray-4); margin-bottom: 16px; }
.about-values { padding: clamp(40px,5vw,72px) var(--pad-x); border-bottom: 1px solid var(--rule); }
.about-values-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 40px; }
.about-value-title { font-family: var(--font-head); font-size: 11px; letter-spacing: var(--track-wide); text-transform: uppercase; margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px solid var(--rule); }
.about-value-body { font-size: 13px; color: var(--gray-4); line-height: 1.8; }
.about-principals { padding: clamp(40px,5vw,72px) var(--pad-x); border-bottom: 1px solid var(--rule); }
.principals-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 3px; }
.principal-img { aspect-ratio: 3/4; overflow: hidden; background: var(--gray-1); }
.principal-img img { width: 100%; height: 100%; object-fit: cover; }
.principal-info { padding: 16px 0 24px; }
.principal-name { font-family: var(--font-head); font-size: 13px; letter-spacing: .06em; text-transform: uppercase; margin-bottom: 4px; }
.principal-title { font-size: 12px; color: var(--gray-4); margin-bottom: 10px; }
.principal-bio { font-size: 12px; color: var(--gray-4); line-height: 1.7; }
.about-legacy { padding: clamp(40px,5vw,72px) var(--pad-x); background: #111; color: #fff; }
.about-legacy .section-head .label { color: rgba(255,255,255,.4); }
.about-legacy .section-head::after { background: rgba(255,255,255,.12); }
.legacy-content { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px,4vw,80px); align-items: start; }
.legacy-title { font-family: var(--font-head); font-size: clamp(20px,2.5vw,34px); letter-spacing: .02em; text-transform: uppercase; line-height: 1.15; color: #fff; margin-bottom: 24px; }
.legacy-body p { font-size: 14px; line-height: 1.85; color: rgba(255,255,255,.65); margin-bottom: 16px; }
.legacy-img { aspect-ratio: 4/3; overflow: hidden; }
.legacy-img img { width: 100%; height: 100%; object-fit: cover; }

/* ---- Contact page ---- */
.contact-page { max-width: var(--max-w); margin: 0 auto; padding: clamp(48px,6vw,90px) var(--pad-x); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px,6vw,100px); align-items: start; }
.contact-title { font-family: var(--font-head); font-size: clamp(22px,3vw,42px); letter-spacing: .03em; text-transform: uppercase; line-height: 1.1; margin-bottom: 32px; }
.contact-block { margin-bottom: 28px; }
.contact-block-label { font-family: var(--font-head); font-size: 9px; letter-spacing: var(--track-wide); text-transform: uppercase; color: var(--gray-3); margin-bottom: 6px; }
.contact-block-value { font-size: 14px; line-height: 1.65; }
.contact-block-value a { color: #111; border-bottom: 1px solid var(--rule); text-decoration: none; }
.contact-form label { display: block; font-family: var(--font-head); font-size: 9px; letter-spacing: var(--track-wide); text-transform: uppercase; color: var(--gray-4); margin-bottom: 6px; margin-top: 20px; }
.contact-form label:first-child { margin-top: 0; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; border: none; border-bottom: 1px solid var(--rule); padding: 8px 0; font: inherit; font-size: 14px; color: #111; background: transparent; outline: none; transition: border-color .2s; border-radius: 0; }
.contact-form textarea { resize: vertical; min-height: 100px; }
.contact-form .btn-submit { display: inline-block; margin-top: 24px; font-family: var(--font-head); font-size: 10px; letter-spacing: var(--track-wide); text-transform: uppercase; background: #111; color: #fff; padding: 14px 32px; border: none; cursor: pointer; }

/* ---- Language popup ---- */
.language-overlay { display: none; position: fixed; inset: 0; background: rgba(0,0,0,.5); z-index: 999; align-items: center; justify-content: center; }
.language-overlay.active { display: flex; }
.language-popup { background: #fff; padding: 40px; max-width: 360px; width: 90%; position: relative; text-align: center; }
.popup-close { position: absolute; top: 14px; right: 16px; font-size: 20px; color: var(--gray-3); cursor: pointer; background: none; border: none; }
.language-popup p { font-family: var(--font-head); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 24px; color: var(--gray-4); }
.language-buttons, .popup-language-list { display: flex; flex-direction: column; gap: 2px; list-style: none; padding: 0; margin: 0; }
.popup-language-list li a, .language-buttons a { display: block; font-family: var(--font-head); font-size: 10px; letter-spacing: var(--track-wide); text-transform: uppercase; padding: 12px; border: 1px solid var(--rule); color: #111; text-decoration: none; }

/* ---- Responsive additions ---- */
@media (max-width: 1024px) {
    .projects-featured, .project-grid { grid-template-columns: repeat(2,1fr); }
    .testimonials-grid { gap: 28px; }
    .expertise-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
    .press-grid { grid-template-columns: 1fr 1fr; }
    .project-body { grid-template-columns: 1fr; }
    .project-sidebar { position: static; border-top: 1px solid var(--rule); padding-top: 32px; }
    .principals-grid { grid-template-columns: 1fr 1fr; }
    .related-grid { grid-template-columns: 1fr 1fr; }
    .about-intro { grid-template-columns: 1fr; }
    .legacy-content { grid-template-columns: 1fr; }
    .contact-grid { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
    .projects-featured, .project-grid { grid-template-columns: 1fr 1fr; gap: 2px; }
    .testimonials-grid { grid-template-columns: 1fr; }
    .expertise-grid { grid-template-columns: 1fr; gap: 28px; }
    .about-values-grid { grid-template-columns: 1fr; gap: 28px; }
    .principals-grid { grid-template-columns: 1fr 1fr; }
    .press-grid { grid-template-columns: 1fr 1fr; }
    .project-gallery-strip { grid-template-columns: repeat(3,1fr); }
    .related-grid { grid-template-columns: 1fr 1fr; }
    .stat-item { min-width: 50%; flex: none; width: 50%; padding: 12px 16px 12px 0; }
    .stat-item:nth-child(2) { border-right: none; }
}
@media (max-width: 540px) {
    .projects-featured, .project-grid, .related-grid { grid-template-columns: 1fr; }
    .principals-grid { grid-template-columns: 1fr; }
    .press-grid { grid-template-columns: 1fr; }
    .project-gallery-strip { grid-template-columns: 1fr 1fr; }
    .hero-title { font-size: 28px; }
}

/* ============================================================
   MOBILE FIXES
   ============================================================ */

/* Fix 1 — Footer: force center alignment on all screen sizes */
.main-footer {
    text-align: center !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}
.main-footer p,
.main-footer div,
.main-footer img,
.main-footer a {
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
    display: block !important;
}

/* Fix 2 — Mobile nav: show sub-menus inside the open hamburger menu.
   Our desktop rule hides sub-menus with display:none and shows on hover.
   On mobile there is no hover, so we must show them directly when
   the navbar-collapse is open. */
@media (max-width: 991px) {
    /* When mobile menu is open, always show sub-menus indented */
    .navbar-collapse.show .navbar-nav li .sub-menu,
    .navbar-collapse.show .navbar-nav li ul.sub-menu {
        display: block !important;
        position: static !important;
        transform: none !important;
        background: transparent !important;
        min-width: 0 !important;
        padding: 0 0 8px 16px !important;
        box-shadow: none !important;
        border: none !important;
    }
    /* Sub-menu links on mobile: smaller, indented, dark text */
    .navbar-collapse.show .navbar-nav li .sub-menu li a {
        color: #555 !important;
        font-size: 13px !important;
        letter-spacing: 2px !important;
        line-height: 36px !important;
        width: auto !important;
        text-align: left !important;
        padding: 0 15px !important;
        margin: 0 !important;
        border-bottom: none !important;
        display: block !important;
    }
    .navbar-collapse.show .navbar-nav li .sub-menu li a:hover {
        color: #111 !important;
        border-bottom: none !important;
    }
    /* Also hide the desktop ::before arrow on mobile */
    .navbar-collapse.show .navbar-nav li .sub-menu::before {
        display: none !important;
    }
}

/* ---- Remove top padding now that interior header is not fixed ---- */
body:not(.home) main {
    padding-top: 0 !important;
}

/* ============================================================
   HEADER POSITION — fixed on homepage only, static everywhere else
   ============================================================ */

/* All pages: header sits in normal flow and scrolls away */
.h3-header {
    position: relative !important;
    top: auto !important;
    z-index: 100;
}

/* Homepage only: fix header over the hero image */
.home .h3-header {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 1030 !important;
}

/* Interior pages: no padding needed since header scrolls away */
body:not(.home) main {
    padding-top: 0 !important;
}

/* Homepage: content must clear the fixed header */
.home main {
    padding-top: 0 !important;
}

/* ============================================================
   H3HC REDESIGN v2 — NEW SECTION STYLES
   Work / Expertise / Legacy / People / Thinking / Contact
   ============================================================ */

/* ---- v2 page header (shared across new sections) ---- */
.v2-page-header {
    background: var(--black);
    color: #fff;
    padding: clamp(48px,6vw,90px) var(--pad-x) clamp(40px,5vw,64px);
    border-bottom: 1px solid rgba(255,255,255,.08);
}
.v2-page-header .container { max-width: var(--max-w); margin: 0 auto; }
.v2-page-header .page-eyebrow {
    font-family: var(--font-head);
    font-size: 10px;
    letter-spacing: var(--track-wide);
    text-transform: uppercase;
    color: rgba(255,255,255,.38);
    margin-bottom: 16px;
}
.v2-page-header h1 {
    font-family: var(--font-head);
    font-size: clamp(26px,4vw,56px);
    text-transform: uppercase;
    letter-spacing: -.01em;
    line-height: 1.05;
    color: #fff;
    margin-bottom: 18px;
}
.v2-page-header .page-intro {
    font-size: clamp(14px,1.5vw,17px);
    color: rgba(255,255,255,.62);
    max-width: 640px;
    line-height: 1.7;
}

/* ---- WORK page (= portfolio, v2 nav label) ---- */
/* Inherits all .portfolio-page / .project-grid styles — no changes needed */

/* ---- EXPERTISE page ---- */
.expertise-page { padding: clamp(48px,6vw,90px) var(--pad-x); }
.expertise-page .container { max-width: var(--max-w); margin: 0 auto; }

.expertise-pillars {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    border-top: 1px solid var(--rule);
    margin-top: 0;
}
.expertise-pillar {
    padding: clamp(32px,4vw,56px);
    border-bottom: 1px solid var(--rule);
    border-right: 1px solid var(--rule);
}
.expertise-pillar:nth-child(even) { border-right: none; }
.expertise-pillar-num {
    font-family: var(--font-head);
    font-size: clamp(36px,5vw,60px);
    color: var(--gray-1);
    line-height: 1;
    margin-bottom: 20px;
}
.expertise-pillar-title {
    font-family: var(--font-head);
    font-size: clamp(16px,1.8vw,22px);
    text-transform: uppercase;
    letter-spacing: .04em;
    color: var(--black);
    margin-bottom: 14px;
    line-height: 1.2;
}
.expertise-pillar-body {
    font-size: 14px;
    line-height: 1.85;
    color: var(--gray-4);
    margin-bottom: 20px;
}
.expertise-pillar-list {
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: 1px solid var(--rule);
    padding-top: 16px;
}
.expertise-pillar-list li {
    font-size: 13px;
    color: var(--gray-4);
    padding: 7px 0 7px 16px;
    border-bottom: 1px solid var(--rule2);
    position: relative;
    line-height: 1.45;
}
.expertise-pillar-list li::before {
    content: '—';
    position: absolute;
    left: 0;
    color: var(--gray-2);
    font-size: 10px;
    top: 9px;
}

/* ---- LEGACY page ---- */
.legacy-page { }

.legacy-timeline-section {
    padding: clamp(48px,6vw,80px) var(--pad-x);
    background: var(--paper, #F6F3EC);
}
.legacy-timeline-section .container { max-width: var(--max-w); margin: 0 auto; }

.legacy-timeline {
    max-width: 800px;
    border-top: 1px solid var(--rule);
}
.timeline-row {
    display: grid;
    grid-template-columns: 90px 1fr;
    gap: 0 40px;
    padding: 28px 0;
    border-bottom: 1px solid var(--rule);
    align-items: start;
}
.timeline-year {
    font-family: var(--font-head);
    font-size: clamp(14px,1.6vw,19px);
    letter-spacing: .04em;
    color: var(--gray-3);
    padding-top: 2px;
}
.timeline-title {
    font-family: var(--font-head);
    font-size: clamp(13px,1.4vw,16px);
    text-transform: uppercase;
    letter-spacing: .04em;
    color: var(--black);
    margin-bottom: 6px;
}
.timeline-body {
    font-size: 13px;
    color: var(--gray-4);
    line-height: 1.75;
}

.legacy-cta-band {
    background: var(--black);
    padding: clamp(40px,5vw,64px) var(--pad-x);
    text-align: center;
    color: #fff;
}
.legacy-cta-band h2 {
    font-family: var(--font-head);
    font-size: clamp(18px,2.5vw,32px);
    text-transform: uppercase;
    letter-spacing: .02em;
    color: #fff;
    margin-bottom: 14px;
}
.legacy-cta-band p {
    font-size: 15px;
    color: rgba(255,255,255,.6);
    max-width: 520px;
    margin: 0 auto 28px;
    line-height: 1.7;
}
.legacy-cta-link {
    display: inline-block;
    font-family: var(--font-head);
    font-size: 10px;
    letter-spacing: var(--track-wide);
    text-transform: uppercase;
    color: #fff;
    border: 1px solid rgba(255,255,255,.4);
    padding: 12px 28px;
    text-decoration: none;
    transition: background .2s, border-color .2s;
}
.legacy-cta-link:hover {
    background: rgba(255,255,255,.1);
    border-color: rgba(255,255,255,.8);
    color: #fff !important;
}

/* ---- PEOPLE page ---- */
.people-page { padding: clamp(48px,6vw,80px) var(--pad-x); }
.people-page .container { max-width: var(--max-w); margin: 0 auto; }

.people-principals-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    border-top: 1px solid var(--rule);
}
.people-principal {
    padding: clamp(28px,3vw,48px);
    border-right: 1px solid var(--rule);
    border-bottom: 1px solid var(--rule);
}
.people-principal:nth-child(3n) { border-right: none; }
.people-principal-img {
    aspect-ratio: 3/4;
    overflow: hidden;
    background: var(--gray-1);
    margin-bottom: 20px;
}
.people-principal-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    transition: transform .4s;
}
.people-principal:hover .people-principal-img img { transform: scale(1.03); }
.people-principal-name {
    font-family: var(--font-head);
    font-size: clamp(15px,1.6vw,19px);
    text-transform: uppercase;
    letter-spacing: .05em;
    color: var(--black);
    margin-bottom: 4px;
}
.people-principal-creds {
    font-family: var(--font-head);
    font-size: 10px;
    letter-spacing: var(--track-wide);
    text-transform: uppercase;
    color: var(--gray-3);
    margin-bottom: 14px;
}
.people-principal-bio {
    font-size: 13px;
    color: var(--gray-4);
    line-height: 1.8;
    margin-bottom: 14px;
}
.people-principal-affiliations {
    font-size: 11px;
    color: var(--gray-3);
    line-height: 1.7;
    border-top: 1px solid var(--rule);
    padding-top: 12px;
    margin-top: 12px;
}
.people-principal-edu {
    font-size: 11px;
    color: var(--gray-3);
    line-height: 1.7;
    margin-top: 6px;
}

.people-approach {
    background: var(--gray-1, #F5F3EE);
    padding: clamp(40px,5vw,72px) var(--pad-x);
    border-top: 1px solid var(--rule);
}
.people-approach .container { max-width: var(--max-w); margin: 0 auto; }
.people-approach-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(32px,4vw,80px);
}
.people-approach-item-title {
    font-family: var(--font-head);
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: var(--black);
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--rule);
}
.people-approach-item-body {
    font-size: 14px;
    color: var(--gray-4);
    line-height: 1.85;
}

/* ---- THINKING page ---- */
.thinking-page { padding: clamp(40px,5vw,72px) var(--pad-x); }
.thinking-page .container { max-width: var(--max-w); margin: 0 auto; }

.thinking-list {
    border-top: 1px solid var(--rule);
}
.thinking-item {
    display: grid;
    grid-template-columns: 1fr 140px;
    gap: 32px;
    padding: 32px 0;
    border-bottom: 1px solid var(--rule);
    text-decoration: none;
    color: inherit;
    transition: opacity .15s;
}
.thinking-item:hover { opacity: .72; }
.thinking-item:hover .thinking-item-title { color: var(--black); }
.thinking-cat {
    font-family: var(--font-head);
    font-size: 9px;
    letter-spacing: var(--track-wide);
    text-transform: uppercase;
    color: var(--gray-3);
    margin-bottom: 8px;
}
.thinking-item-title {
    font-family: var(--font-head);
    font-size: clamp(15px,1.7vw,20px);
    text-transform: uppercase;
    letter-spacing: .02em;
    color: var(--black);
    margin-bottom: 8px;
    line-height: 1.25;
    transition: color .15s;
}
.thinking-excerpt {
    font-size: 13px;
    color: var(--gray-4);
    line-height: 1.75;
    max-width: 640px;
}
.thinking-author {
    font-size: 11px;
    color: var(--gray-3);
    margin-top: 10px;
}
.thinking-meta { text-align: right; padding-top: 4px; }
.thinking-date { font-size: 11px; color: var(--gray-3); }

/* ---- v2 Responsive overrides ---- */
@media (max-width: 1024px) {
    .expertise-pillars { grid-template-columns: 1fr; }
    .expertise-pillar { border-right: none; }
    .people-principals-grid { grid-template-columns: 1fr 1fr; }
    .people-principal:nth-child(3n) { border-right: 1px solid var(--rule); }
    .people-principal:nth-child(2n) { border-right: none; }
    .people-approach-grid { grid-template-columns: 1fr; gap: 28px; }
}
@media (max-width: 768px) {
    .people-principals-grid { grid-template-columns: 1fr; }
    .people-principal { border-right: none; }
    .expertise-pillar { padding: 24px 0; }
    .thinking-item { grid-template-columns: 1fr; gap: 8px; }
    .thinking-meta { text-align: left; }
    .timeline-row { grid-template-columns: 64px 1fr; gap: 0 20px; }
}

/* ---- Sidebar tags (for project detail pages) ---- */
.sidebar-tags { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 4px; }
.sidebar-tag {
    font-family: var(--font-head);
    font-size: 9px;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--gray-4);
    padding: 3px 8px;
    border: 1px solid var(--rule);
    border-radius: 0;
}

/* ---- Section head used on v2 pages ---- */
.v2-section-head {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 32px;
}
.v2-section-head .label {
    font-family: var(--font-head);
    font-size: 10px;
    letter-spacing: var(--track-wide);
    text-transform: uppercase;
    color: var(--gray-3);
    white-space: nowrap;
}
.v2-section-head::after {
    content: '';
    flex: 1;
    height: 1px;
    background: var(--rule);
    max-width: 60px;
}

/* ---- About/Legacy hero split (preserved from v1 About) ---- */
.legacy-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    background: var(--black);
    min-height: 420px;
}
.legacy-split-img {
    overflow: hidden;
}
.legacy-split-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.legacy-split-text {
    padding: clamp(48px,6vw,80px) clamp(32px,4vw,60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
}
.legacy-split-eyebrow {
    font-family: var(--font-head);
    font-size: 10px;
    letter-spacing: var(--track-wide);
    text-transform: uppercase;
    color: rgba(255,255,255,.38);
    margin-bottom: 20px;
}
.legacy-split-title {
    font-family: var(--font-head);
    font-size: clamp(22px,3vw,38px);
    text-transform: uppercase;
    letter-spacing: .02em;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 20px;
}
.legacy-split-body {
    font-size: 14px;
    color: rgba(255,255,255,.62);
    line-height: 1.85;
}
@media (max-width: 768px) {
    .legacy-split { grid-template-columns: 1fr; }
    .legacy-split-img { min-height: 280px; }
}

footer.main-footer,
footer.main-footer * {
    display: block !important;
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
}